:root {
  --blue: #4b57ff;
  --ink: #141720;
  --muted: #555a73;
  --soft: #f4f2ff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: #ffffff;
}

.top-bar {
  background: linear-gradient(90deg, #684efb 0%, #3e7aff 100%);
  text-align: center;
  padding: 7px 14px;
}

.top-bar a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.shell {
  width: 100%;
}

.site-nav {
  min-height: 78px;
  border-bottom: 1px solid #eef1ff;
}

.logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0a0b10;
  padding: 0;
}

.logo-mark {
  width: 175px;
  height: auto;
  object-fit: contain;
}

.logo-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.logo-text span {
  font-size: 14px;
  color: #7d8197;
}

.nav-links .nav-link {
  color: #1d2234;
  font-size: 16px;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}

.check-btn {
  background: #0e1119;
  color: #ffffff;
  padding: 11px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
}

.contact-btn {
  background: #0e1119;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}

.mobile-menu-toggle {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.mobile-menu-toggle span {
  width: 17px;
  height: 1.8px;
  background: #1a1f33;
  border-radius: 2px;
}

.mobile-menu-panel {
  width: min(86vw, 340px);
  border-left: 0;
  background: #f9f8ff;
}

.mobile-menu-head {
  padding: 16px 14px 6px;
  align-items: flex-start;
}

.mobile-close {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: #eef0f8;
  color: #52566f;
  line-height: 1;
  font-size: 16px;
}

.mobile-menu-body {
  position: relative;
  overflow: hidden;
  padding: 6px 14px 16px;
}

.mobile-menu-desc {
  margin: 8px 0 10px;
  color: #5a6077;
  font-size: 12px;
  line-height: 1.35;
  max-width: 230px;
}

.mobile-menu-label {
  margin: 0 0 2px;
  color: #a1a6bc;
  font-size: 12px;
}

.mobile-menu-links {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.mobile-menu-links a {
  color: #111728;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.35px;
  line-height: 1.2;
}

.mobile-social {
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.mobile-menu-rings {
  position: absolute;
  inset: auto -72px -145px -72px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(100, 108, 255, 0.14);
  background: rgba(143, 134, 255, 0.09);
}

.mobile-menu-rings::before,
.mobile-menu-rings::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(100, 108, 255, 0.12);
  background: rgba(143, 134, 255, 0.08);
}

.mobile-menu-rings::before {
  inset: 34px;
}

.mobile-menu-rings::after {
  inset: 74px;
}

.nav-links .nav-link,
.check-btn,
.contact-btn,
.cta-btn,
.plan-btn-primary,
.plan-btn-light,
.perf-cta,
.social-pill,
.test-btn,
.newsletter-form button {
  transition: all 0.2s ease;
}

.nav-links .nav-link:hover {
  color: #3f4dff;
}

.check-btn:hover,
.contact-btn:hover {
  background: #1a2030;
  color: #ffffff;
}

.hero {
  min-height: 560px;
  padding: 56px 0 40px;
  position: relative;
  background: linear-gradient(160deg, #ffffff 0%, #f7f4ff 45%, #e1dcff 100%);
  overflow: hidden;
  border-radius: 32px;
 
  box-shadow: 0 24px 60px rgba(80, 92, 170, 0.18);
}

.hero-copy {
  z-index: 2;
}

.chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.chips span {
  display: inline-flex;
  align-items: center;

  background: linear-gradient(90deg, #ffffff 0%, #d7cfff 100%);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 14px;
  color: #4a4d70;
  font-weight: 600;
  gap: 8px;
}

.chip-separator {
  color: #a7a2d1;
  font-weight: 700;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(46px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -1.4px;
  max-width: 620px;
}

.hero-copy p {
  font-size: 18px;
  line-height: 1.45;
  max-width: 530px;
  color: var(--muted);
  margin: 22px 0 28px;
}

.postcode-row {
  gap: 16px;
  align-items: stretch;
}

.postcode-input {
  height: 54px;
  min-width: 300px;
  border: 1px solid #e4e6f2;
  border-radius: 999px;
  background: #ffffff;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.postcode-input svg {
  width: 18px;
  height: 18px;
  fill: #868ba3;
}

.postcode-input input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
}

.cta-btn,
.custom-btn {
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #4a56ff 0%, #5361ff 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  min-width: 200px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.cta-btn:hover,
.custom-btn:hover {
  filter: brightness(0.95);
}

.custom-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35%;
  width: 75px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) skewX(57deg) rotate(-66deg);
  border-radius: 12px;
  animation: btn-sheen 3s ease-in-out infinite;
}

.cta-btn--pill {
  height: 40px;
  min-width: 0;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  background: linear-gradient(90deg, #5b4bff 0%, #6a63ff 100%);
  box-shadow: 0 6px 14px rgba(91, 96, 255, 0.35);
}

.providers {
  margin-top: 46px;
}

.providers p {
  margin: 0 0 14px;
  font-size: 11px;
  color: #5e66bb;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.provider-grid {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.provider-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #ececf5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.provider-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(40, 48, 99, 0.12);
}

.provider-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.provider {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #ececf5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #202947;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.provider.vodafone {
  color: #e00000;
}

.provider.o2 {
  color: #003b9e;
  font-size: 26px;
}

.provider.three {
  color: #8c8fa7;
  font-size: 28px;
}

.hero-media {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 24px;
  overflow: visible;
}

.hero-circles--hero {
  position: absolute;
  right: -20px;
  top: -40px;
  width: 560px;
  height: 560px;
  object-fit: contain;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(100, 108, 255, 0.12);
  background: rgba(143, 134, 255, 0.07);
}

.ring-a {
  width: 520px;
  height: 520px;
  right: -40px;
  top: -120px;
}

.ring-b {
  width: 400px;
  height: 400px;
  right: 10px;
  top: -80px;
}

.ring-c {
  width: 290px;
  height: 290px;
  right: 60px;
  top: -30px;
}

.phone {
  position: relative;
  width: min(500px, 100%);
  max-height: 540px;
  object-fit: contain;
  z-index: 2;
}

.calendar-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(160deg, #5a52c4, #4a45a8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 8px 24px rgba(67, 79, 255, 0.4);
  overflow: hidden;
}

.calendar-badge-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.test-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #1a2140;
  border: 1px solid #e8e8f6;
  border-radius: 999px;
  padding: 11px 18px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 4;
}

.plans-section {
  padding: 72px 0 84px;
  background: #ffffff;
}

.plans-intro {
  max-width: 700px;
  margin: 0 auto 34px;
}

.why-pill {
  display: inline-block;
  background: #eeecff;
  color: #4b57d8;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
}

.plans-intro h2 {
  margin: 18px 0 10px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -1px;
}

.plans-intro p {
  margin: 0 auto;
  max-width: 530px;
  color: #646a86;
  font-size: 17px;
  line-height: 1.45;
}

.plans-card {
  border: 1px solid #efeff6;
  border-radius: 22px;
  padding: 28px 32px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 20, 48, 0.05);
}

.plans-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 33px);
  line-height: 1.08;
  letter-spacing: -0.8px;
  max-width: 420px;
}

.plans-copy p {
  margin: 0 0 20px;
  max-width: 380px;
  color: #676d87;
  font-size: 17px;
  line-height: 1.45;
}

.plan-btn-primary {
  background: linear-gradient(90deg, #4a56ff 0%, #5864ff 100%);
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 14px;
}

.plan-btn-primary:hover {
  color: #ffffff;
  filter: brightness(0.95);
}

.plan-btn-light {
  background: #ffffff;
  color: #4a4f68;
  border: 1px solid #e7e9f3;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
}

.plan-btn-light:hover {
  background: #f8f9ff;
  color: #343a52;
}

.plans-media {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.plans-phone {
  width: min(360px, 80%);
  max-height: 370px;
  object-fit: contain;
}

.deal-card {
  position: absolute;
  width: min(380px, 92%);
  background: #ffffff;
  border: 1px solid #ececf4;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(20, 20, 40, 0.12);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.deal-top {
  top: 34px;
  left: 12px;
}

.deal-bottom {
  bottom: 26px;
  left: 0;
  transform: rotate(-3deg);
}

.deal-card img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #ececf4;
}

.deal-text {
  min-width: 0;
  flex: 1;
}

.deal-text h4 {
  margin: 0 0 1px;
  font-size: 14px;
  font-weight: 700;
  color: #121626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deal-text p {
  margin: 0;
  font-size: 10px;
  color: #8d91a8;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.deal-text strong {
  font-size: 18px;
  line-height: 1.1;
}

.deal-text span {
  font-size: 10px;
  color: #7e839b;
  margin-left: 5px;
}

.deal-card a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: #121624;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.trust-section {
  padding: 30px 0 88px;
  background: #ffffff;
}

.partnerships-section {
  padding: 24px 0 60px;
  background: #ffffff;
}

.partnerships-card {
  background: #ffffff;
  border: 1px solid #eceff6;
  border-radius: 24px;
  padding: 28px 30px;
  box-shadow: 0 14px 30px rgba(20, 26, 55, 0.08);
}

.partnerships-copy h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.15;
  color: #111627;
}

.partnerships-copy {
  text-align: center;
}

.partnerships-copy p {
  margin: 0 auto;
  color: #5d647b;
  font-size: 14px;
  line-height: 1.5;
  max-width: 280px;
}

.partnerships-form {
  display: grid;
  gap: 12px;
}

.partnerships-form .form-field {
  display: grid;
  gap: 6px;
}

.partnerships-form .form-field span {
  font-family: "Inter", "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #6b7287;
  font-weight: 500;
}

.partnerships-form input {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #e2e6f3;
  padding: 12px 16px;
  font-size: 13px;
  color: #1b2133;
  background: #ffffff;
  outline: none;
}

.partnerships-form input::placeholder {
  color: #98a0b6;
}

.partnerships-btn {
  margin-top: 4px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(90deg, #6a63ff 0%, #5b4bff 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 8px 16px rgba(90, 96, 255, 0.25);
  max-width: 280px;
  position: relative;
  overflow: hidden;
}

.partnerships-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35%;
  width: 75px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) skewX(57deg) rotate(-66deg);
  border-radius: 12px;
  animation: btn-sheen 3s ease-in-out infinite;
}

@keyframes btn-sheen {
  0% {
    left: -35%;
  }
  55% {
    left: 150%;
  }
  100% {
    left: 120%;
  }
}

@media (max-width: 991px) {
  .partnerships-card {
    padding: 24px;
  }

  .partnerships-copy p {
    max-width: 100%;
  }

  .partnerships-btn {
    max-width: 100%;
    width: 100%;
  }
}

.partners-carousel {
  position: relative;
  padding-bottom: 34px;
}

.partners-carousel .carousel-inner {
  overflow: visible;
}

.partner-card {
  height: 100%;
  border: 1px solid #e9edf8;
  border-radius: 22px;
  background: #ffffff;
  padding: 20px 20px 22px;
  box-shadow: 0 14px 30px rgba(23, 28, 61, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 360px;
}

.partner-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.partner-logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #f4f2ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(91, 96, 255, 0.08);
}

.partner-logo img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.partner-pill {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ece9ff;
  color: #4a4fe6;
  font-size: 11.5px;
  font-weight: 600;
}

.partner-card h3 {
  margin: 0;
  font-size: 16.5px;
  font-weight: 700;
}

.partner-card p {
  margin: 0;
  color: #5f647d;
  font-size: 12.8px;
  line-height: 1.4;
}

.partner-list {
  list-style: none;
  padding: 0;
  margin: 2px 0 0;
  display: grid;
  gap: 8px;
  color: #4b5069;
  font-size: 12.5px;
}

.partner-list li {
  position: relative;
  padding-left: 20px;
}

.partner-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5b60ff;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partner-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5a4bff 0%, #6a63ff 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
}

.partners-carousel .carousel-control-prev,
.partners-carousel .carousel-control-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: auto;
  bottom: -8px;
  transform: translateY(50%);
  opacity: 1;
  border: 0;
  background: #6b61ff;
  box-shadow: 0 10px 22px rgba(85, 88, 180, 0.25);
}

.partners-carousel .carousel-control-prev {
  left: calc(50% - 60px);
}

.partners-carousel .carousel-control-next {
  right: calc(50% - 60px);
}

.partners-carousel .carousel-control-prev-icon,
.partners-carousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  filter: invert(100%);
}

.partners-carousel .carousel-indicators {
  bottom: -6px;
  gap: 8px;
}

.partners-carousel .carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: #d4d6e6;
  opacity: 1;
}

.partners-carousel .carousel-indicators .active {
  background-color: #5a52ff;
  width: 24px;
}

.trust-intro {
  max-width: 780px;
  margin: 0 auto 36px;
}

.trust-intro h2 {
  margin: 20px auto 0;
  max-width: 760px;
  font-size: clamp(40px, 5vw, 48px);
  line-height: 1.06;
  letter-spacing: -1.2px;
}

.trust-intro-desc {
  margin: 12px auto 0;
  max-width: 560px;
  color: #5f647d;
  font-size: 17px;
  line-height: 1.45;
}

.trust-card {
  height: 100%;
  border: 1px solid #e9edf8;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgba(20, 30, 80, 0.09);
}

.trust-card-media {
  position: relative;
  width: 100%;
  height: 264px;
  background: #f6f5ff;
  overflow: hidden;
}

.trust-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trust-card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  background: rgba(0, 0, 0, 7);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.trust-card-body {
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
}

.trust-card-body h3 {
  margin: 0 0 10px;
  font-size: 16px!important;
  line-height: 1.08;
  letter-spacing: -0.7px;
}

.trust-card-body p {
  margin: 0 0 16px;
  color: #5f647d;
  font-size: 14px!important;
  line-height: 1.42;
}

.trust-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  background: #0e1119;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}

.trust-read-more:hover {
  background: #1a2030;
  color: #ffffff;
}

.testimonial-badge {
  background: #f1effd;
  color: #6f63ff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

.testimonial-title {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0 40px;
}

.testimonial-wrapper {
  gap: 20px;
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 60px 38px 40px 80px; /* space for quote */
  max-width: 700px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

/* Big decorative quote */
.testimonials-quote-img {
  position: absolute;
  left: 48px;
  top: 20px;
  font-size: 120px;
  line-height: 1;
  color: #6f63ff;
  opacity: 0.15;
  pointer-events: none;
}

/* Text */
.testimonial-quote {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  font-weight: 600;
  color: #555;
  position: relative;
  z-index: 1;
}

/* Arrows */
.testimonial-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #6f63ff;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dots */
.testimonial-slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.testimonial-dots {
  display: flex;
  gap: 6px;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.testimonial-dot.active {
  width: 18px;
  background: #6f63ff;
  border-radius: 10px;
}

.testimonials-rings {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.testimonials-card > *:not(.testimonials-rings) {
  position: relative;
  z-index: 1;
}

.performance-section {
  padding: 34px 0 92px;
  background: #ffffff;
}

.performance-intro {
  max-width: 780px;
  margin: 0 auto 44px;
}

.performance-intro h2 {
  margin: 0;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(56px, 6vw, 72px);
  line-height: 0.94;
  letter-spacing: -1.4px;
}

.performance-intro p {
  margin: 24px auto 0;
  max-width: 760px;
  color: #535878;
  font-size: 17px;
  line-height: 1.38;
  letter-spacing: -0.15px;
}

.perf-row {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.perf-card {
  height: 100%;
  border: 1px solid #dfe5fb;
  border-radius: 24px;
  background: #f6f7ff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  box-shadow: 0 2px 0 rgba(43, 54, 117, 0.04);
  transition: transform 0.2s ease;
}

.perf-card:hover {
  transform: translateY(-2px);
}

.perf-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 8px;
}

.perf-card-head h3 {
  margin: 0;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -0.2px;
}

.perf-plus {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, #4b5dff 0%, #3d52ff 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
}

.perf-list {
  list-style: none;
  margin: 0;
  padding: 6px 24px 0;
}

.perf-list li {
  position: relative;
  padding: 4px 0 6px 34px;
  color: #b2b8d3;
  font-size: 17px;
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.perf-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #c5caf0;
  border-radius: 50%;
}

.perf-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 16px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #c5caf0;
  border-bottom: 2px solid #c5caf0;
  transform: rotate(-45deg);
}

.perf-list li.active {
  color: #2652ff;
}

.perf-list li.active::before,
.perf-list li.active::after {
  border-color: #2652ff;
}

.perf-list.business li {
  color: #68a2ff;
}

.perf-list.business li.active {
  color: #0d4fff;
}

.perf-list.business li::before,
.perf-list.business li::after {
  border-color: #68a2ff;
}

.perf-list.business li.active::before,
.perf-list.business li.active::after {
  border-color: #0d4fff;
}

.perf-note {
  margin: 30px 24px 0;
  color: #3557f1;
  font-size: 13px;
  line-height: 1.38;
  max-width: 430px;
}

.perf-cta {
  margin-top: auto;
  display: block;
  text-align: center;
  padding: 12px 18px;
  background: linear-gradient(90deg, #5a61ff 0%, #5554ff 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.perf-cta:hover {
  color: #ffffff;
  filter: brightness(0.95);
}

.perf-card--with-cta .perf-cta {
  border-radius: 0 0 18px 18px;
}

.final-cta-section {
  background: linear-gradient(180deg, #2233c9 0%, #5f69ff 100%);
  padding: 28px 0 24px;
}

.cta-top {
  margin-bottom: 20px;
}

.cta-copy h2 {
  margin: 0;
  max-width: 560px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.03;
  letter-spacing: -1px;
}

.cta-copy p {
  margin: 16px 0 0;
  max-width: 390px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.35;
}

.newsletter-card {
  background: linear-gradient(160deg, rgba(77, 82, 214, 0.95), rgba(56, 64, 176, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 18px 36px rgba(33, 36, 112, 0.35);
}

.newsletter-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.newsletter-form {
  display: grid;
  gap: 8px;
}

.newsletter-form input,
.newsletter-form select {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(35, 40, 132, 0.85);
  color: #e1e6ff;
  padding: 0 14px;
  font-size: 12.5px;
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.newsletter-form input::placeholder,
.newsletter-form select {
  color: rgba(225, 230, 255, 0.75);
}

.newsletter-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #dbe0ff 50%),
    linear-gradient(135deg, #dbe0ff 50%, transparent 50%);
  background-position: calc(100% - 16px) 17px, calc(100% - 11px) 17px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.newsletter-form button {
  margin-top: 4px;
  height: 44px;
  border: 1px solid rgba(120, 128, 255, 0.4);
  border-radius: 999px;
  background: #ffffff;
  color: #3f4cff;
  font-size: 13.5px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(34, 38, 110, 0.25);
}

.newsletter-form button:hover {
  background: #eef1ff;
}

.cta-footer-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e7ebfa;
  padding: 22px 20px 14px;
}

.footer-brand .logo-wrap {
  margin-bottom: 10px;
}

.footer-brand p {
  margin: 0;
  max-width: 300px;
  color: #656b83;
  font-size: 14px;
  line-height: 1.4;
}

.footer-links h4 {
  margin: 0 0 10px;
  color: #7b7f96;
  font-size: 12px;
  font-weight: 700;
}

.footer-links a {
  display: block;
  color: #1a1f34;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #edf0fa;
  border-radius: 999px;
  padding: 8px 12px;
  color: #111728;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.social-pill:hover {
  background: #f6f8ff;
  color: #0f1530;
}

.footer-bottom {
  border-top: 1px solid #eef1fa;
  margin-top: 12px;
  padding-top: 10px;
  color: #8c91a8;
  font-size: 11px;
}

.postcode-modal .modal-dialog {
  width: 459px;
  max-width: 459px;
  margin: 1.75rem auto;
}

.postcode-modal .modal-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8f5ff 62%, #e8ddff 100%);
  box-shadow: 0 22px 60px rgba(15, 20, 45, 0.45);
  position: relative;
  min-height: 390px;
}

.postcode-modal .modal-content::after {
  content: "";
  position: absolute;
  left: -64px;
  right: -64px;
  bottom: -148px;
  height: 290px;
  border-radius: 50%;
  border: 1px solid rgba(132, 121, 255, 0.26);
  background: rgba(154, 142, 255, 0.14);
}

.postcode-modal .modal-content::before {
  content: "";
  position: absolute;
  left: -22px;
  right: -22px;
  bottom: -114px;
  height: 234px;
  border-radius: 50%;
  border: 1px solid rgba(132, 121, 255, 0.2);
  background: rgba(154, 142, 255, 0.11);
}

.postcode-modal .modal-header {
  padding: 14px 16px 0;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.postcode-modal .btn-close {
  opacity: 1;
  transform: scale(0.8);
}

.postcode-modal .modal-body {
  text-align: center;
  padding: 0 40px 34px;
  position: relative;
  z-index: 2;
}

.postcode-modal h2 {
  margin: 4px 0 10px;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.8px;
  color: #121525;
}

.postcode-modal p {
  margin: 0 auto 24px;
  max-width: 460px;
  color: #5b607c;
  font-size: 18px;
  line-height: 1.34;
}

.modal-postcode-input {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 54px;
  border: 1px solid #eaebf8;
  background: #ffffff;
  border-radius: 12px;
  padding: 0 14px;
}

.modal-postcode-input svg {
  width: 18px;
  height: 18px;
  fill: #a2a7bf;
}

.modal-postcode-input input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 22px;
  color: #2c3350;
}

.modal-check-btn {
  margin-top: 16px;
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(120deg, #1a2030 0%, #0f1120 70%);
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .site-nav {
    min-height: 70px;
  }

  .nav-links {
    text-align: center;
  }

  .hero {
    padding: 28px 0 34px;
    margin: 0px 0px 0;
    border-radius: 28px;
  }

  .hero-copy {
    text-align: center;
  }

  .chips {
    margin: 0 auto 20px;
    justify-content: center;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-copy p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .postcode-row {
    justify-content: center;
  }

  .provider-grid {
    justify-content: center;
  }

  .hero-media {
    min-height: 380px;
  }

  .ring-a {
    right: 50%;
    top: -140px;
    transform: translateX(50%);
  }

  .ring-b {
    right: 50%;
    top: -80px;
    transform: translateX(50%);
  }

  .ring-c {
    right: 50%;
    top: -20px;
    transform: translateX(50%);
  }

  .plans-section {
    padding: 62px 0 74px;
  }

  .plans-card {
    padding: 22px;
  }

  .plans-copy {
    text-align: center;
  }

  .plans-copy p,
  .plans-copy h3 {
    margin-left: auto;
    margin-right: auto;
  }

  .plans-copy .d-flex {
    justify-content: center;
  }

  .plans-media {
    min-height: 360px;
  }

  .trust-section {
    padding: 24px 0 72px;
  }

  .trust-intro {
    margin-bottom: 24px;
  }

  .trust-intro h2 {
    font-size: clamp(34px, 6.5vw, 56px);
  }

  .trust-card-media {
    height: 230px;
  }

  .trust-card-body h3 {
    font-size: clamp(26px, 3vw, 38px);
  }

  .testimonials-section {
    padding: 24px 0 64px;
  }

  .testimonials-intro {
    margin-bottom: 22px;
  }

  .testimonials-carousel {
    max-width: 860px;
  }

  .testimonials-card {
    padding: 36px 38px 32px;
  }

  .testimonials-quote-img {
    font-size: 120px;
    left: 50px;
    top: 15px;
  }

  .testimonials-text {
    font-size: 18px;
  }

  .performance-section {
    padding: 8px 0 70px;
  }

  .performance-intro {
    margin-bottom: 24px;
  }

  .performance-intro h2 {
    font-size: clamp(38px, 8vw, 56px);
  }

  .performance-intro p {
    font-size: 16px;
    max-width: 660px;
  }

  .perf-card-head h3 {
    font-size: 31px;
  }

  .perf-list li {
    font-size: 15px;
  }

  .perf-note {
    font-size: 15px;
  }

  .perf-cta {
    font-size: 14px;
  }

  .final-cta-section {
    padding-top: 22px;
  }

  .cta-copy h2 {
    font-size: clamp(34px, 7vw, 50px);
  }

  .cta-footer-card {
    padding: 18px 16px 12px;
  }

  .footer-links a {
    font-size: 15px;
  }

  .postcode-modal .modal-dialog {
    max-width: 600px;
  }

  .postcode-modal h2 {
    font-size: 40px;
  }

  .postcode-modal p {
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .top-bar {
    display: none;
  }

  .shell {
    width: 100%;
  }

  .site-nav {
    min-height: 64px;
  }

  .logo-wrap {
    gap: 6px;
  }

  .logo-mark {
    width: 150px;
  }

  .logo-text {
    font-size: 16px;
  }

  .logo-text span {
    font-size: 10px;
  }

  .mobile-menu-links a {
    font-size: 18px;
    line-height: 1.25;
  }

  .top-bar a {
    font-size: 13px;
  }

  .nav-links .nav-link {
    font-size: 15px;
    padding: 0.45rem 0;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 12vw, 56px);
    line-height: 0.98;
    letter-spacing: -1px;
  }

  .hero-copy p {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .postcode-row {
    flex-direction: column;
    align-items: stretch;
  }

  .postcode-input,
  .cta-btn {
    min-width: 0;
    width: 100%;
  }

  .hero-media {
    min-height: 140px;
    margin-top: 8px;
  }

  .phone {
    display: none;
  }

  .ring-a {
    width: 420px;
    height: 420px;
    top: 10px;
    right: 50%;
    transform: translateX(50%);
  }

  .ring-b {
    width: 320px;
    height: 320px;
    top: 58px;
    right: 50%;
    transform: translateX(50%);
  }

  .ring-c {
    width: 230px;
    height: 230px;
    top: 102px;
    right: 50%;
    transform: translateX(50%);
  }

  .calendar-badge {
    display: none;
  }

  .provider-grid {
    gap: 12px;
    justify-content: flex-start;
  }

  .provider-card {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }

  .provider-logo {
    width: 32px;
    height: 32px;
  }

  .contact-btn {
    padding: 8px 14px;
    font-size: 13px;
  }

  .plans-section {
    padding: 40px 0 52px;
  }

  .plans-intro {
    margin-bottom: 22px;
  }

  .plans-intro h2 {
    margin-top: 14px;
    font-size: 40px;
  }

  .plans-intro p {
    font-size: 15px;
  }

  .plans-card {
    border-radius: 16px;
    padding: 16px;
  }

  .plans-copy h3 {
    font-size: 33px;
    max-width: 100%;
  }

  .plans-copy p {
    font-size: 15px;
  }

  .plans-media {
    min-height: 300px;
  }

  .plans-phone {
    width: min(280px, 82%);
  }

  .deal-card {
    width: 92%;
    padding: 8px;
  }

  .deal-top {
    top: 26px;
    left: 4%;
  }

  .deal-bottom {
    bottom: 14px;
    left: 4%;
  }

  .trust-section {
    padding: 10px 0 48px;
  }

  .trust-intro {
    margin-bottom: 18px;
  }

  .trust-intro h2 {
    font-size: 38px;
  }

  .trust-card {
    border-radius: 18px;
  }

  .trust-card-media {
    height: 205px;
  }

  .trust-card-body {
    padding: 16px;
  }

  .trust-card-body h3 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .trust-card-body p {
    font-size: 14px;
  }

  .testimonials-section {
    padding: 18px 0 50px;
  }

  .testimonials-carousel {
    grid-template-columns: 1fr;
  }

  .testimonials-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .testimonials-arrow--left {
    left: -6px;
  }

  .testimonials-arrow--right {
    right: -6px;
  }

  .testimonials-card {
    padding: 30px 22px 28px;
  }

  .testimonials-quote {
    font-size: 52px;
    top: 22px;
    left: 22px;
  }

  .testimonials-section {
    padding: 20px 0 64px;
  }

  .testimonials-intro {
    margin-bottom: 22px;
  }

  .testimonials-carousel {
    max-width: 860px;
  }

  .testimonials-card {
    padding: 36px 38px 32px;
  }

  .testimonials-quote-img {
    font-size: 120px;
    left: 50px;
    top: 15px;
  }

  .testimonials-rings {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: auto;
    pointer-events: none;
    z-index: 0;
  }

  .testimonials-card > *:not(.testimonials-rings) {
    position: relative;
    z-index: 1;
  }

  .testimonials-text {
    font-size: 16px;
  }

  .performance-section {
    padding: 4px 0 42px;
  }

  .performance-intro {
    margin-bottom: 18px;
  }

  .performance-intro h2 {
    font-size: 40px;
  }

  .performance-intro p {
    margin-top: 14px;
    font-size: 15px;
  }

  .perf-card {
    border-radius: 16px;
    min-height: 0;
  }

  .perf-card-head {
    padding: 14px 14px 8px;
  }

  .perf-card-head h3 {
    font-size: 30px;
  }

  .perf-plus {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }

  .perf-list {
    padding: 0 14px;
  }

  .perf-list li {
    font-size: 15px;
    padding-left: 22px;
  }

  .perf-list li::before {
    top: 12px;
    width: 12px;
    height: 12px;
  }

  .perf-list li::after {
    top: 16px;
    left: 3px;
  }

  .perf-note {
    margin: 14px 14px 0;
    font-size: 14px;
  }

  .perf-cta {
    font-size: 14px;
    padding: 12px 14px;
  }

  .final-cta-section {
    padding: 18px 0;
  }

  .cta-top {
    margin-bottom: 14px;
  }

  .cta-copy h2 {
    font-size: 38px;
  }

  .cta-copy p {
    font-size: 14px;
    margin-top: 12px;
  }

  .newsletter-card {
    border-radius: 16px;
  }

  .cta-footer-card {
    border-radius: 18px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .social-pill {
    margin-top: 8px;
  }

  .postcode-modal .modal-dialog {
    width: min(459px, 94vw);
    max-width: min(459px, 94vw);
  }

  .postcode-modal .modal-body {
    padding: 0 18px 22px;
  }

  .postcode-modal h2 {
    font-size: 32px;
  }

  .postcode-modal p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .modal-postcode-input {
    height: 48px;
  }

  .modal-postcode-input input {
    font-size: 16px;
  }

  .modal-check-btn {
    font-size: 16px;
    height: 46px;
  }
}

@media (max-width: 430px) {
  .hero {
    padding: 16px 0 24px;
    margin: 10px 12px 0;
    border-radius: 24px;
  }

  .hero-copy {
    text-align: left;
  }

  .chips {
    justify-content: flex-start;
    margin-bottom: 12px;
  }

  .hero-copy h1 {
    font-size: 56px;
  }

  .hero-copy p {
    font-size: 15px;
    max-width: 330px;
    margin-left: 0;
    margin-right: 0;
  }

  .providers {
    margin-top: 16px;
  }

  .provider-grid {
    justify-content: flex-start;
  }

  .hero-media {
    min-height: 120px;
  }

  .test-btn {
    font-size: 12px;
    padding: 10px 14px;
  }

  .plans-intro {
    text-align: left;
    margin-bottom: 16px;
  }

  .plans-intro p {
    margin-left: 0;
  }

  .plans-intro h2 {
    font-size: 38px;
  }

  .plans-copy {
    text-align: left;
  }

  .plans-copy h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .plans-copy p {
    margin-bottom: 16px;
  }

  .plans-copy .d-flex {
    justify-content: flex-start;
  }

  .plans-media {
    min-height: 290px;
  }

  .deal-text h4 {
    font-size: 12px;
  }

  .deal-text strong {
    font-size: 16px;
  }

  .deal-card a {
    font-size: 9px;
    padding: 4px 8px;
  }

  .trust-intro {
    text-align: left;
    margin-bottom: 14px;
  }

  .trust-intro h2 {
    margin-top: 14px;
    font-size: 50px;
    line-height: 0.98;
  }

  .trust-card-media {
    height: 190px;
  }

  .trust-card-body h3 {
    font-size: 36px;
  }

  .trust-card-body p {
    font-size: 14px;
    line-height: 1.4;
  }

  .testimonials-card {
    padding: 28px 18px 24px;
  }

  .testimonials-text {
    font-size: 15px;
  }

  .testimonials-arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .testimonials-quote {
    font-size: 46px;
    top: 20px;
    left: 18px;
  }

  .testimonials-card {
    padding: 28px 18px 24px;
  }

  .testimonials-text {
    font-size: 15px;
  }

  .testimonials-arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .testimonials-quote {
    font-size: 46px;
    top: 20px;
    left: 18px;
  }
  .testimonials-quote-img {
    font-size: 120px;
    left: 46px;
    top: 15px;
  }

  .testimonials-rings {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: auto;
    pointer-events: none;
    z-index: 0;
  }

  .testimonials-card > *:not(.testimonials-rings) {
    position: relative;
    z-index: 1;
  }

  .logo-mark {
    width: 138px;
  }

  .mobile-menu-panel {
    width: calc(100vw - 36px);
  }

  .mobile-menu-links a {
    font-size: 17px;
    line-height: 1.25;
  }

  .performance-intro {
    text-align: left;
    margin-bottom: 14px;
  }

  .performance-intro h2 {
    font-size: 52px;
    line-height: 0.98;
  }

  .performance-intro p {
    margin-left: 0;
    margin-right: 0;
  }

  .perf-card-head h3 {
    font-size: 30px;
  }

  .perf-list li {
    font-size: 15px;
    line-height: 1.25;
  }

  .perf-note {
    font-size: 15px;
  }

  .final-cta-section {
    padding-top: 16px;
  }

  .cta-copy h2 {
    font-size: 42px;
    line-height: 1;
  }

  .cta-footer-card {
    padding: 14px 12px 10px;
  }

  .footer-brand p {
    font-size: 13px;
  }

  .footer-links a {
    font-size: 13px;
  }

  .social-pill {
    font-size: 12px;
  }

  .footer-bottom {
    font-size: 10px;
    line-height: 1.35;
  }
}
