:root {
  --ink: #3f4142;
  --teal: #087f84;
  --mint: #bceeed;
  --aqua: #18a6a6;
  --ivory: #fff8f0;
  --paper: #ffffff;
  --coral: #f28c28;
  --line: rgba(24, 166, 166, 0.2);
  --brand-teal: #18a6a6;
  --brand-teal-dark: #087f84;
  --brand-orange: #f28c28;
  --brand-charcoal: #3f4142;
  --brand-teal-pale: #eaf9f8;
  --brand-orange-pale: #fff3e7;
}

::selection {
  color: #fff;
  background: var(--brand-teal);
}

body {
  color: var(--brand-charcoal);
  background: #fff;
}

.nav {
  height: 106px;
  color: var(--brand-charcoal);
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 35px rgba(8, 127, 132, 0.07);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  width: min(260px, 29vw);
  min-width: 195px;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nav .brand-logo {
  background: transparent;
  mix-blend-mode: normal;
  filter: none;
}

.nav .brand,
.nav .brand-lockup {
  background: transparent;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(270px, 29vw);
  min-width: 200px;
}

.brand-lockup .brand {
  width: 100%;
  min-width: 0;
}

.brand-byline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: -2px;
  padding-left: 72px;
  color: #617273;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
  transition: color 0.2s ease;
}

.brand-byline::before {
  content: "";
  width: 15px;
  height: 2px;
  background: var(--brand-orange);
}

.brand-byline:hover {
  color: var(--brand-teal-dark);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
}

.nav-student-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 5px 10px 5px 6px;
  border: 1px solid rgba(24, 166, 166, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--brand-teal-dark);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  font-size: 7px;
  font-weight: 900;
}

.nav-student-link span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--brand-teal-pale);
  color: var(--brand-teal-dark);
  font-size: 7px;
}

.nav-student-link:hover {
  border-color: var(--brand-orange);
  transform: translateY(-1px);
}

.nav-app-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 7px 12px 7px 9px;
  color: var(--brand-charcoal);
  background: linear-gradient(135deg, var(--brand-teal-pale), #fff);
  border: 1px solid rgba(24, 166, 166, 0.28);
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(242, 140, 40, 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.nav-app-link:hover {
  border-color: var(--brand-orange);
  transform: translateY(-2px);
}

.app-phone {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 21px;
  height: 30px;
  border: 2px solid var(--brand-teal);
  border-radius: 5px;
  background: #fff;
}

.app-phone::before {
  content: "↓";
  position: absolute;
  inset: 3px 0 auto;
  color: var(--brand-orange);
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
}

.app-phone::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 2px;
  left: 6px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand-teal);
}

.nav-app-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1;
}

.nav-app-copy small {
  color: #718384;
  letter-spacing: 1.2px;
  font-size: 6px;
  font-weight: 800;
}

.nav-app-copy b {
  color: var(--brand-teal-dark);
  letter-spacing: 0.25px;
  font-size: 9px;
}

.nav-links a:hover,
.legal-toc a:hover {
  color: var(--brand-orange);
}

.nav-cta,
.primary-btn,
.consult form > button,
.payment-submit {
  color: #fff;
  background: var(--brand-orange);
}

.nav-cta span {
  color: #fff;
}

.nav-cta:hover,
.primary-btn:hover,
.consult form > button:hover,
.payment-submit:hover {
  background: #dd7413;
}

.hero {
  padding-top: 170px;
  background:
    radial-gradient(circle at 83% 30%, rgba(24, 166, 166, 0.16), transparent 29%),
    radial-gradient(circle at 55% 75%, rgba(242, 140, 40, 0.11), transparent 26%),
    linear-gradient(135deg, #fff 0%, #f7fffe 62%, #fff8f1 100%);
}

.grid-lines {
  opacity: 0.35;
}

.hero h1 em,
.app-section h2 em,
.colleges h2 em {
  color: var(--brand-orange);
}

.reassure h2 em,
.solutions h2 em,
.plans h2 em,
.consult h2 em,
.faq h2 em {
  color: var(--brand-teal);
}

.hero-lead,
.reassure-copy p,
.solutions-head > p,
.plans-head > p,
.consult-copy > p,
.faq-item p {
  color: #5e6c6d;
}

.eyebrow i,
.monitor-top i,
.live-tag i {
  background: var(--brand-orange);
  box-shadow: 0 0 0 5px rgba(242, 140, 40, 0.16);
}

.primary-btn {
  box-shadow: 8px 8px 0 var(--brand-teal);
}

.text-btn .play {
  border-color: var(--brand-teal);
  color: var(--brand-teal);
}

.minute-manifesto {
  border-color: rgba(24, 166, 166, 0.22);
  border-left-color: var(--brand-orange);
  background: linear-gradient(90deg, var(--brand-teal-pale), #fff);
  box-shadow: 7px 7px 0 rgba(24, 166, 166, 0.08);
}

.minute-manifesto em {
  color: var(--brand-teal-dark);
}

.mini-clock {
  border-color: var(--brand-charcoal);
  background: var(--brand-teal-pale);
  box-shadow: 3px 3px 0 var(--brand-orange);
}

.ticker {
  color: #d6fffb;
  background: var(--brand-teal-dark);
}

.ticker span {
  color: #ffc078;
}

.reassure,
.solutions,
.consult,
.faq {
  background: #fff;
}

.pathway-card {
  background: var(--brand-teal-pale);
  border-color: var(--line);
  box-shadow: 12px 12px 0 var(--brand-orange-pale);
}

.path-row b,
.monitor-top b,
.status-pill b,
.phone-rank > span {
  color: var(--brand-teal-dark);
}

.app-section,
.colleges,
.trust-compliance {
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(242, 140, 40, 0.16), transparent 25%),
    linear-gradient(135deg, #087f84, #075e63);
}

.app-section::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 67%);
}

.app-section .light,
.colleges .light,
.trust-compliance .section-label {
  color: #bceeed;
}

.app-copy > p,
.app-feature p,
.college-info p,
.trust-head > p,
.trust-grid p {
  color: #d0e8e6;
}

.app-feature > b,
.download-btn > span,
.phone-ring,
.college-info > span,
.trust-grid b,
.trust-links a {
  color: #ffd09c;
}

.download-btn {
  border-color: #ffd09c;
}

.phone {
  background: #fff;
  border-color: #ccefed;
}

.phone-score,
.float-note,
.success {
  background: var(--brand-charcoal);
}

.phone-score span,
.float-note > span,
.success button {
  color: #bceeed;
}

.wave-chart i {
  background: var(--brand-teal);
}

.wave-chart i:nth-child(4),
.phone button,
.note-two {
  background: var(--brand-orange);
}

.quick-tests span,
.status-pill {
  background: var(--brand-teal-pale);
}

.counselling-intel {
  position: relative;
  overflow: hidden;
  padding: 125px 6vw;
  background:
    radial-gradient(circle at 94% 3%, rgba(242, 140, 40, 0.11), transparent 24%),
    #fff;
}

.counselling-intel::before {
  content: "LIVE";
  position: absolute;
  top: 28px;
  right: 4vw;
  color: rgba(24, 166, 166, 0.045);
  font: 800 clamp(120px, 18vw, 270px)/1 Arial, sans-serif;
  letter-spacing: -14px;
  pointer-events: none;
}

.intel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 58px;
}

.intel-head h2 {
  margin: 18px 0 0;
  color: var(--brand-charcoal);
  font: 500 clamp(48px, 5vw, 76px)/0.92 Georgia, serif;
  letter-spacing: -3px;
}

.intel-head h2 em {
  color: var(--brand-teal);
  font-weight: 400;
}

.intel-head > p {
  max-width: 390px;
  margin: 0;
  color: #5e7071;
  font-size: 14px;
  line-height: 1.75;
}

.intel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(8, 127, 132, 0.08);
}

.intel-card {
  min-height: 286px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.intel-card:hover {
  z-index: 2;
  transform: translateY(-8px);
  box-shadow: 0 20px 44px rgba(8, 127, 132, 0.14);
}

.intel-card.tone-teal {
  background: linear-gradient(145deg, #e8f9f8, #f8ffff);
}

.intel-card.tone-orange {
  background: linear-gradient(145deg, #fff1e2, #fffaf4);
}

.intel-card.tone-white {
  background: #fff;
}

.intel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #789091;
}

.intel-top span {
  letter-spacing: 1.8px;
  font-size: 9px;
  font-weight: 800;
}

.intel-top b {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--brand-orange);
  background: #fff;
  border: 1px solid rgba(242, 140, 40, 0.3);
  border-radius: 50%;
  font: 700 20px/1 Georgia, serif;
  box-shadow: 4px 4px 0 rgba(24, 166, 166, 0.1);
}

.intel-card:nth-child(2n) .intel-top b {
  color: var(--brand-teal-dark);
  border-color: rgba(24, 166, 166, 0.3);
  box-shadow: 4px 4px 0 rgba(242, 140, 40, 0.12);
}

.intel-top .live-dot {
  color: var(--brand-orange);
  animation: pulse 1.8s ease-in-out infinite;
}

.intel-card h3 {
  margin: 57px 0 13px;
  color: var(--brand-charcoal);
  font: 500 25px/1.04 Georgia, serif;
  letter-spacing: -0.6px;
}

.intel-card p {
  margin: 0;
  color: #627475;
  font-size: 11px;
  line-height: 1.65;
}

.intel-note {
  position: relative;
  z-index: 1;
  margin: 17px 0 0;
  color: #7b8c8d;
  font-size: 8px;
  line-height: 1.6;
}

.product-grid {
  box-shadow: 0 24px 70px rgba(8, 127, 132, 0.08);
}

.product-card {
  background: #fff;
}

.product-card:hover {
  color: #fff;
  background: var(--brand-teal-dark);
}

.product-icon,
.product-card a b,
.faq-item button b {
  color: var(--brand-orange);
}

.plans {
  background:
    radial-gradient(circle at 8% 15%, rgba(24, 166, 166, 0.12), transparent 24%),
    linear-gradient(135deg, var(--brand-teal-pale), #fff 48%, var(--brand-orange-pale));
}

.plan-card {
  border: 1px solid var(--line);
  box-shadow: 0 20px 55px rgba(8, 127, 132, 0.09);
}

.plan-card li::before {
  color: var(--brand-teal);
}

.plan-card > a {
  background: var(--brand-teal-dark);
}

.premium {
  border: 0;
  background: linear-gradient(145deg, #087f84, #07575b);
  box-shadow: 18px 18px 0 var(--brand-orange);
}

.premium > a {
  background: var(--brand-orange);
}

.premium .popular {
  color: var(--brand-charcoal);
  background: #ffd09c;
}

.pizza-value {
  border-color: rgba(242, 140, 40, 0.45);
  background: linear-gradient(110deg, #fff7e9, #eaf9f8);
}

.pizza-value::after {
  background: var(--brand-orange);
}

.pizza-value small {
  color: #a45c17;
}

.college-stage {
  background:
    radial-gradient(circle at 76%, rgba(242, 140, 40, 0.18), transparent 30%),
    rgba(255, 255, 255, 0.03);
}

.building,
.college-art {
  border-color: rgba(255, 208, 156, 0.42);
}

.building::before {
  color: #ffd09c;
}

.consult form {
  background: linear-gradient(145deg, var(--brand-teal-pale), #fff9f2);
  border: 1px solid var(--line);
}

.consult input:focus,
.consult select:focus,
.payment-field input:focus,
.payment-field select:focus {
  border-color: var(--brand-teal);
  box-shadow: 0 0 0 3px rgba(24, 166, 166, 0.12);
}

.trust-grid,
.trust-grid article,
.trust-links a {
  border-color: rgba(255, 255, 255, 0.2);
}

.trust-head h2 em {
  color: #ffd09c;
}

.trust-links a:hover {
  color: var(--brand-charcoal);
  background: #ffd09c;
}

.payment-panel,
.payment-close {
  color: var(--brand-charcoal);
  background: #fff;
}

.payment-panel {
  border-color: rgba(24, 166, 166, 0.35);
}

.payment-summary {
  background: linear-gradient(150deg, #087f84, #07575b);
}

.payment-kicker,
.payment-step,
.payment-price,
.payment-inclusions li::before {
  color: #ffd09c;
}

.payment-field input,
.payment-field select {
  color: var(--brand-charcoal);
  border-color: rgba(24, 166, 166, 0.28);
}

.legal-nav {
  position: relative;
  color: var(--brand-charcoal);
  background: #fff;
  border-color: var(--line);
}

.legal-nav .nav-cta {
  color: #fff;
  background: var(--brand-orange);
}

.legal-hero {
  color: var(--brand-charcoal);
  background:
    radial-gradient(circle at 82% 30%, rgba(242, 140, 40, 0.18), transparent 26%),
    linear-gradient(135deg, var(--brand-teal-pale), #fff 62%, var(--brand-orange-pale));
}

.legal-hero::after {
  color: rgba(24, 166, 166, 0.06);
}

.legal-kicker {
  color: var(--brand-orange);
}

.legal-hero h1 em {
  color: var(--brand-teal);
}

.legal-hero p {
  color: #586969;
}

.legal-meta {
  color: #6c8585;
}

.legal-toc {
  background: linear-gradient(145deg, var(--brand-teal-pale), #fff);
  border-color: var(--line);
}

.legal-toc b,
.legal-copy h2 span,
.legal-contact {
  color: var(--brand-teal-dark);
}

.legal-copy h2 {
  color: var(--brand-charcoal);
}

.legal-copy p,
.legal-copy li {
  color: #596b6c;
}

.legal-callout {
  color: #e6f8f6;
  background: var(--brand-teal-dark);
  border-left-color: var(--brand-orange);
}

.legal-callout b {
  color: #ffd09c;
}

footer {
  background:
    radial-gradient(circle at 87% 0%, rgba(24, 166, 166, 0.22), transparent 27%),
    #343e3f;
}

.footer-brand {
  width: min(270px, 100%);
  padding: 9px 14px;
  background: #fff;
  border-radius: 12px;
}

.footer-lockup {
  width: min(290px, 100%);
}

.footer-lockup .footer-brand {
  width: 100%;
}

.footer-lockup .brand-byline {
  margin-top: 8px;
  color: #b8cfcd;
}

.footer-lockup .brand-byline:hover {
  color: #ffd09c;
}

.footer-cta {
  border-bottom-color: #ffd09c;
}

.footer-mid small {
  color: #ffd09c;
}

@media (max-width: 620px) {
  .nav {
    height: 82px;
    padding: 0 14px;
  }

  .hero {
    padding-top: 125px;
  }

  .brand-lockup {
    width: 148px;
    min-width: 0;
  }

  .brand-lockup .brand {
    width: 100%;
  }

  .brand-byline {
    gap: 4px;
    margin-top: 0;
    padding-left: 39px;
    letter-spacing: 0.55px;
    font-size: 5.7px;
  }

  .brand-byline::before {
    width: 8px;
    height: 1px;
  }

  .nav-actions {
    gap: 6px;
  }

  .nav-student-link {
    width: 38px;
    min-height: 38px;
    padding: 5px;
  }

  .nav-student-link span {
    width: 27px;
    height: 27px;
  }

  .nav-student-link b {
    display: none;
  }

  .nav-app-link {
    justify-content: center;
    width: 39px;
    min-height: 39px;
    padding: 0;
    border-radius: 8px;
  }

  .app-phone {
    width: 18px;
    height: 26px;
  }

  .app-phone::before {
    inset: 2px 0 auto;
    font-size: 13px;
    line-height: 16px;
  }

  .app-phone::after {
    right: 5px;
    left: 5px;
  }

  .nav-app-copy {
    display: none;
  }

  .nav-cta {
    padding: 11px 9px;
    font-size: 8px;
  }

  .footer-brand {
    width: min(230px, 100%);
  }

  .counselling-intel {
    padding: 85px 22px;
  }

  .intel-head {
    display: block;
    margin-bottom: 38px;
  }

  .intel-head h2 {
    font-size: 47px;
    letter-spacing: -2px;
  }

  .intel-head > p {
    margin-top: 23px;
  }

  .intel-grid {
    grid-template-columns: 1fr;
  }

  .intel-card {
    min-height: 240px;
  }

  .intel-card h3 {
    margin-top: 38px;
  }
}

@media (min-width: 621px) and (max-width: 980px) {
  .brand-lockup {
    width: 225px;
  }

  .intel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Live opportunity announcement */
.nav {
  z-index: 70;
}

.announcement-bar {
  position: absolute;
  z-index: 65;
  top: 106px;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 8px max(18px, 4.5vw);
  color: #264344;
  background:
    linear-gradient(90deg, rgba(255, 246, 231, 0.98), rgba(237, 252, 250, 0.98) 54%, rgba(255, 246, 231, 0.98));
  border-bottom: 1px solid rgba(24, 166, 166, 0.18);
  box-shadow: 0 8px 28px rgba(8, 127, 132, 0.08);
  overflow: hidden;
}

.announcement-bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -20%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86), transparent);
  transform: skewX(-18deg);
  animation: announcement-shine 5.5s ease-in-out infinite;
  pointer-events: none;
}

.announcement-speaker {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  font-size: 16px;
  background: #fff;
  border: 1px solid rgba(242, 140, 40, 0.28);
  border-radius: 50%;
  box-shadow: 3px 3px 0 rgba(242, 140, 40, 0.13);
}

.announcement-kicker {
  padding: 5px 8px;
  color: #fff;
  background: var(--brand-orange);
  border-radius: 999px;
  letter-spacing: 1.2px;
  font-size: 7px;
  font-weight: 900;
}

.announcement-bar p {
  min-width: 0;
  margin: 0;
  letter-spacing: 0.05px;
  font-size: 11px;
  line-height: 1.35;
  overflow: hidden;
}

.announcement-bar p strong {
  color: var(--brand-teal-dark);
}

.announcement-cta {
  position: relative;
  cursor: pointer;
  padding: 8px 11px;
  color: var(--brand-teal-dark);
  background: #fff;
  border: 1px solid rgba(24, 166, 166, 0.3);
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-size: 8px;
  font-weight: 900;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.announcement-cta:hover,
.announcement-cta:focus-visible {
  color: #fff;
  background: var(--brand-teal);
  border-color: var(--brand-teal);
  transform: translateY(-1px);
}

.announcement-cta span {
  margin-left: 8px;
  color: var(--brand-orange);
}

.announcement-close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #6b7c7d;
  background: transparent;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}

.announcement-close:hover,
.announcement-close:focus-visible {
  color: var(--brand-charcoal);
  background: rgba(24, 166, 166, 0.09);
}

.hero {
  padding-top: 222px;
}

@keyframes announcement-shine {
  0%,
  62% {
    left: -20%;
    opacity: 0;
  }
  72% {
    opacity: 0.8;
  }
  100% {
    left: 112%;
    opacity: 0;
  }
}

/* Tamil Nadu chance-check modal */
body.modal-open {
  overflow: hidden;
}

.chance-modal {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.chance-modal.is-open {
  opacity: 1;
}

.chance-backdrop {
  position: absolute;
  cursor: pointer;
  inset: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 15% 15%, rgba(24, 166, 166, 0.22), transparent 30%),
    rgba(8, 38, 40, 0.76);
  backdrop-filter: blur(9px);
}

.chance-dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(430px, 1.22fr);
  width: min(930px, 100%);
  max-height: calc(100dvh - 44px);
  color: var(--brand-charcoal);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 28px;
  box-shadow: 0 35px 100px rgba(4, 36, 38, 0.35), 0 0 0 8px rgba(255, 255, 255, 0.08);
  overflow: hidden auto;
  transform: translateY(14px) scale(0.985);
  transition: transform 0.22s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.chance-modal.is-open .chance-dialog {
  transform: translateY(0) scale(1);
}

.chance-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  cursor: pointer;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #31595a;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 166, 166, 0.17);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(8, 127, 132, 0.1);
  font-size: 22px;
  line-height: 1;
}

.chance-close:hover,
.chance-close:focus-visible {
  color: #fff;
  background: var(--brand-orange);
}

.chance-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 34px 32px;
  color: #fff;
  background:
    linear-gradient(rgba(8, 127, 132, 0.12), rgba(4, 74, 78, 0.86)),
    radial-gradient(circle at 75% 28%, rgba(242, 140, 40, 0.46), transparent 25%),
    linear-gradient(145deg, #18a6a6, #075e63);
  overflow: hidden;
}

.chance-intro::before,
.chance-intro::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.chance-intro::before {
  top: 145px;
  right: -115px;
  width: 330px;
  height: 330px;
}

.chance-intro::after {
  bottom: -135px;
  left: -110px;
  width: 310px;
  height: 310px;
}

.chance-intro img {
  position: relative;
  z-index: 1;
  width: min(245px, 92%);
  height: auto;
  padding: 8px 10px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 12px 30px rgba(3, 63, 66, 0.19);
}

.chance-badge {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: 22px;
  padding: 7px 9px;
  color: #fff4e6;
  background: rgba(242, 140, 40, 0.24);
  border: 1px solid rgba(255, 208, 156, 0.44);
  border-radius: 999px;
  letter-spacing: 1.4px;
  font-size: 7px;
  font-weight: 900;
}

.chance-pulse {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  align-self: center;
  width: 180px;
  height: 180px;
  margin: auto;
}

.chance-pulse::before,
.chance-pulse::after,
.chance-pulse i,
.chance-pulse b {
  content: "";
  position: absolute;
  border: 1px solid rgba(188, 238, 237, 0.34);
  border-radius: 50%;
}

.chance-pulse::before {
  inset: 0;
}

.chance-pulse::after {
  inset: 22px;
}

.chance-pulse i {
  inset: 44px;
}

.chance-pulse b {
  top: 14px;
  right: 25px;
  width: 10px;
  height: 10px;
  background: #ffc078;
  border: 0;
  box-shadow: 0 0 0 8px rgba(242, 140, 40, 0.14);
  animation: pulse 1.8s ease-in-out infinite;
}

.chance-pulse span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: #075e63;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(3, 52, 55, 0.24);
  font: 700 26px/1 Georgia, serif;
}

.chance-proof {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.chance-proof strong {
  font: 22px/1.2 Georgia, serif;
}

.chance-proof span {
  margin-top: 8px;
  color: #bceeed;
  letter-spacing: 0.8px;
  font-size: 8px;
  text-transform: uppercase;
}

.chance-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 610px;
  padding: 54px 54px 42px;
  background:
    linear-gradient(rgba(24, 166, 166, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 166, 166, 0.045) 1px, transparent 1px),
    #fff;
  background-size: 34px 34px;
}

.chance-overline {
  margin: 0 0 12px;
  color: var(--brand-orange);
  letter-spacing: 1.6px;
  font-size: 8px;
  font-weight: 900;
}

.chance-content h2 {
  margin: 0;
  color: #294748;
  letter-spacing: -2.2px;
  font: 48px/0.96 Georgia, "Times New Roman", serif;
}

.chance-content h2 em {
  color: var(--brand-teal);
  font-weight: 400;
}

.chance-subhead,
.chance-success > p {
  max-width: 540px;
  margin: 18px 0 25px;
  color: #647778;
  font-size: 12px;
  line-height: 1.65;
}

.chance-error {
  margin: -12px 0 18px;
  padding: 10px 12px;
  color: #8a431b;
  background: #fff3e7;
  border-left: 3px solid var(--brand-orange);
  font-size: 10px;
  line-height: 1.5;
}

.chance-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.chance-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.chance-field-wide {
  grid-column: 1 / -1;
}

.chance-field > span {
  margin-bottom: 7px;
  color: #456364;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 900;
}

.chance-field > span b {
  color: var(--brand-orange);
}

.chance-field > span small {
  margin-left: 5px;
  color: #8a999a;
  letter-spacing: 0;
  text-transform: none;
  font-size: 7px;
  font-weight: 500;
}

.chance-field input,
.chance-field select {
  width: 100%;
  height: 47px;
  padding: 0 13px;
  color: #294748;
  background: rgba(248, 253, 252, 0.96);
  border: 1px solid rgba(24, 166, 166, 0.2);
  border-radius: 10px;
  outline: none;
  font-size: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.chance-field input::placeholder {
  color: #9aabab;
}

.chance-field input:focus,
.chance-field select:focus {
  background: #fff;
  border-color: var(--brand-teal);
  box-shadow: 0 0 0 4px rgba(24, 166, 166, 0.1);
}

.chance-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 2px;
  color: #718182;
  font-size: 8px;
  line-height: 1.45;
}

.chance-consent input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  accent-color: var(--brand-teal);
}

.chance-consent a {
  color: var(--brand-teal-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.chance-submit,
.chance-success button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 51px;
  padding: 0 17px;
  color: #fff;
  background: linear-gradient(90deg, var(--brand-orange), #e77913);
  border-radius: 10px;
  box-shadow: 6px 6px 0 rgba(8, 127, 132, 0.18);
  text-transform: uppercase;
  letter-spacing: 0.85px;
  font-size: 9px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chance-submit:hover,
.chance-submit:focus-visible,
.chance-success button:hover,
.chance-success button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 6px 8px 0 rgba(8, 127, 132, 0.2);
}

.chance-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.chance-submit b {
  color: #fff5e8;
  font-size: 8px;
}

.chance-microcopy {
  margin: 15px 0 0;
  color: #8a999a;
  text-align: center;
  font-size: 8px;
  line-height: 1.4;
}

.chance-success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.chance-success-mark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  color: #fff;
  background: var(--brand-teal);
  border-radius: 50%;
  box-shadow: 7px 7px 0 var(--brand-orange-pale);
  font-size: 25px;
  font-weight: 900;
}

.chance-success button {
  gap: 35px;
  border: 0;
}

@media (max-width: 700px) {
  .announcement-bar {
    top: 82px;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 7px;
    min-height: 62px;
    padding: 7px 10px;
  }

  .announcement-speaker {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .announcement-kicker {
    display: none;
  }

  .announcement-bar p {
    font-size: 8.5px;
    line-height: 1.3;
  }

  .announcement-bar p strong {
    display: block;
  }

  .announcement-cta {
    max-width: 73px;
    padding: 7px 6px;
    letter-spacing: 0.35px;
    font-size: 6.5px;
    line-height: 1.25;
  }

  .announcement-cta span {
    margin-left: 3px;
  }

  .announcement-close {
    width: 24px;
    height: 24px;
    font-size: 17px;
  }

  .hero {
    padding-top: 198px;
  }

  .chance-modal {
    place-items: center;
    padding: 8px;
  }

  .chance-dialog {
    display: block;
    width: 100%;
    max-height: calc(100dvh - 16px);
    border-radius: 24px 24px 18px 18px;
  }

  .chance-close {
    position: absolute;
    top: 18px;
    right: 18px;
  }

  .chance-intro {
    min-height: 148px;
    padding: 20px 22px 18px;
  }

  .chance-intro img {
    width: 205px;
  }

  .chance-badge {
    margin-top: 13px;
  }

  .chance-pulse {
    position: absolute;
    right: 5px;
    bottom: -40px;
    width: 140px;
    height: 140px;
    opacity: 0.58;
  }

  .chance-pulse span {
    width: 55px;
    height: 55px;
    font-size: 19px;
  }

  .chance-proof {
    display: none;
  }

  .chance-content {
    min-height: 0;
    padding: 26px 22px 28px;
  }

  .chance-content h2 {
    max-width: 330px;
    letter-spacing: -1.6px;
    font-size: clamp(34px, 10vw, 43px);
  }

  .chance-subhead,
  .chance-success > p {
    margin: 14px 0 20px;
    font-size: 10.5px;
  }

  .chance-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .chance-field-wide {
    grid-column: auto;
  }

  .chance-field input,
  .chance-field select {
    height: 46px;
    font-size: 16px;
  }

  .chance-success-mark {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
  }
}

@media (min-width: 621px) and (max-width: 700px) {
  .announcement-bar {
    top: 106px;
  }

  .hero {
    padding-top: 222px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .announcement-bar::before,
  .chance-pulse b {
    animation: none;
  }
}

/* Persistent glass navigation and page-wide glass system */
body {
  background:
    radial-gradient(circle at 8% 14%, rgba(24, 166, 166, 0.16), transparent 26%),
    radial-gradient(circle at 92% 36%, rgba(242, 140, 40, 0.14), transparent 24%),
    radial-gradient(circle at 38% 82%, rgba(24, 166, 166, 0.11), transparent 29%),
    linear-gradient(145deg, #f7fffe 0%, #fffaf5 48%, #f4fbfa 100%);
  background-attachment: fixed;
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.82), rgba(243, 255, 253, 0.66), rgba(255, 248, 240, 0.72));
  border-bottom: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow:
    0 12px 38px rgba(8, 79, 83, 0.1),
    inset 0 -1px 0 rgba(24, 166, 166, 0.1);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  backdrop-filter: blur(24px) saturate(145%);
}

.nav-app-link,
.nav-cta {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

section[id] {
  scroll-margin-top: 118px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 255, 253, 0.94) 43%, rgba(255, 255, 255, 0.84) 100%),
    radial-gradient(circle at 83% 30%, rgba(24, 166, 166, 0.16), transparent 29%),
    radial-gradient(circle at 55% 75%, rgba(242, 140, 40, 0.1), transparent 26%),
    url("assets/hero-webinar-students-v1.webp") center right / cover no-repeat;
}

@media (max-width: 620px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 255, 253, 0.94) 52%, rgba(255, 255, 255, 0.88) 100%),
      url("assets/hero-webinar-students-v1.webp") 62% center / cover no-repeat;
  }
}

.reassure,
.counselling-intel,
.solutions,
.plans,
.consult,
.faq {
  background-color: rgba(255, 255, 255, 0.54);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.reassure,
.solutions,
.consult,
.faq {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(246, 255, 253, 0.56));
}

.counselling-intel {
  background:
    radial-gradient(circle at 94% 3%, rgba(242, 140, 40, 0.12), transparent 24%),
    rgba(255, 255, 255, 0.6);
}

.plans {
  background:
    radial-gradient(circle at 8% 15%, rgba(24, 166, 166, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(234, 249, 248, 0.68), rgba(255, 255, 255, 0.58) 48%, rgba(255, 243, 231, 0.7));
}

.app-section,
.colleges,
.trust-compliance {
  background:
    radial-gradient(circle at 88% 12%, rgba(242, 140, 40, 0.18), transparent 25%),
    linear-gradient(135deg, rgba(8, 127, 132, 0.96), rgba(7, 84, 89, 0.96));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.monitor,
.pathway-card,
.intel-card,
.product-card,
.plan-card:not(.premium),
.consult form,
.payment-panel,
.faq-item {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(248, 255, 254, 0.58));
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 24px 65px rgba(8, 79, 83, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
}

.intel-card.tone-teal {
  background: linear-gradient(145deg, rgba(224, 249, 247, 0.78), rgba(255, 255, 255, 0.56));
}

.intel-card.tone-orange {
  background: linear-gradient(145deg, rgba(255, 237, 217, 0.76), rgba(255, 255, 255, 0.58));
}

.intel-card.tone-white {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(242, 252, 250, 0.58));
}

.premium,
.college-stage,
.phone {
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}

.premium {
  background: linear-gradient(145deg, rgba(8, 127, 132, 0.97), rgba(7, 74, 78, 0.96));
}

/* Repeating LIVE watermark for the core counselling chapters */
.solutions,
.plans,
.consult {
  position: relative;
  overflow: hidden;
}

.solutions::before,
.plans::before,
.consult::before {
  content: "LIVE";
  position: absolute;
  top: 24px;
  right: 3.5vw;
  color: rgba(24, 166, 166, 0.052);
  font: 800 clamp(120px, 18vw, 270px)/1 Arial, sans-serif;
  letter-spacing: -14px;
  pointer-events: none;
}

.plans::before {
  color: rgba(242, 140, 40, 0.065);
}

.consult::before {
  top: 50%;
  right: -1vw;
  color: rgba(24, 166, 166, 0.045);
  transform: translateY(-50%) rotate(-7deg);
}

.solutions > *,
.plans > *,
.consult > * {
  position: relative;
  z-index: 1;
}

/* Borderless impact counters below College Spotlight */
.impact-strip {
  position: relative;
  padding: 96px 7vw 112px;
  background:
    radial-gradient(circle at 18% 25%, rgba(24, 166, 166, 0.14), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(242, 140, 40, 0.13), transparent 23%),
    rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.impact-strip::before {
  content: "IMPACT";
  position: absolute;
  right: -1vw;
  bottom: -0.18em;
  color: rgba(24, 166, 166, 0.035);
  font: 900 clamp(100px, 16vw, 245px)/1 Arial, sans-serif;
  letter-spacing: -12px;
  pointer-events: none;
}

.impact-intro {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 48px;
}

.impact-intro p {
  margin: 0;
  color: #607879;
  letter-spacing: 2px;
  font-size: 8px;
  font-weight: 900;
}

.impact-pulse {
  position: relative;
  width: 9px;
  height: 9px;
  background: var(--brand-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(242, 140, 40, 0.12);
}

.impact-pulse::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(242, 140, 40, 0.25);
  border-radius: inherit;
  animation: impact-ping 2.2s ease-out infinite;
}

.impact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 82px);
}

.impact-stat {
  min-width: 0;
}

.impact-stat:nth-child(even) {
  transform: translateY(24px);
}

.impact-stat strong {
  display: flex;
  align-items: flex-start;
  color: var(--brand-teal-dark);
  letter-spacing: -5px;
  font: 500 clamp(58px, 6.5vw, 104px)/0.88 Georgia, "Times New Roman", serif;
}

.impact-stat:nth-child(even) strong {
  color: var(--brand-orange);
}

.impact-stat sup {
  margin: 5px 0 0 5px;
  color: currentColor;
  letter-spacing: -1px;
  font: 800 clamp(15px, 1.7vw, 25px)/1 Arial, sans-serif;
}

.impact-stat p {
  margin: 20px 0 0;
  color: #536c6d;
  letter-spacing: 0.2px;
  font: 500 clamp(18px, 1.55vw, 25px)/1.12 Georgia, "Times New Roman", serif;
}

@keyframes impact-ping {
  0% {
    opacity: 0.8;
    transform: scale(0.7);
  }
  75%,
  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

@media (max-width: 780px) {
  section[id] {
    scroll-margin-top: 94px;
  }

  .impact-strip {
    padding: 78px 22px 88px;
  }

  .impact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px 24px;
  }

  .impact-stat:nth-child(even) {
    transform: none;
  }

  .impact-stat strong {
    letter-spacing: -3px;
    font-size: clamp(52px, 16vw, 74px);
  }

  .impact-stat p {
    margin-top: 14px;
    font-size: 18px;
  }

  .solutions::before,
  .plans::before,
  .consult::before {
    top: 20px;
    right: -16px;
    font-size: 120px;
    letter-spacing: -8px;
    transform: none;
  }
}

@media (max-width: 430px) {
  .impact-grid {
    gap: 44px 16px;
  }

  .impact-stat strong {
    font-size: clamp(45px, 14vw, 60px);
  }

  .impact-stat p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .impact-pulse::after {
    animation: none;
  }
}

/* Two-plan care menu */
.plan-grid {
  align-items: start;
  gap: clamp(24px, 3vw, 42px);
}

.plan-card {
  overflow: hidden;
  border-radius: 28px;
}

.plan-card.starter {
  padding-top: 56px;
}

.plan-launch-badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  color: #fff;
  background: linear-gradient(90deg, var(--brand-orange), #e47710);
  border-radius: 0 0 14px 0;
  letter-spacing: 1.1px;
  font-size: 8px;
  font-weight: 900;
}

.price.price-discount {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 3px 12px;
  margin: 28px 0 12px;
  letter-spacing: 0;
  font: inherit;
}

.price-was {
  flex-basis: 100%;
  width: max-content;
  color: #87999a;
  text-decoration: line-through;
  text-decoration-color: var(--brand-orange);
  text-decoration-thickness: 2px;
  letter-spacing: 0;
  font: 700 17px/1 Arial, sans-serif;
}

.price.price-discount .price-now {
  color: var(--brand-teal-dark);
  letter-spacing: -4px;
  font: 800 76px/0.86 Georgia, "Times New Roman", serif;
}

.price.price-discount .price-now small {
  vertical-align: top;
  margin: 6px 3px 0 0;
  color: var(--brand-teal-dark);
  letter-spacing: 0;
  font: 900 27px/1 Arial, sans-serif;
}

.price-gst {
  align-self: flex-end;
  margin: 0 0 8px -7px;
  color: #647f80;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font: 900 7px/1 Arial, sans-serif;
}

.price-cycle {
  max-width: 86px;
  padding-bottom: 7px;
  color: #667f80;
  letter-spacing: 1px;
  text-transform: uppercase;
  font: 800 8px/1.35 Arial, sans-serif;
}

.plan-card > p strong {
  color: inherit;
}

.plan-feature-groups {
  display: grid;
  gap: 12px;
  margin: 25px 0;
}

.plan-feature-group {
  padding: 17px 18px 15px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(24, 166, 166, 0.13);
  border-radius: 16px;
}

.plan-feature-group h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--brand-teal-dark);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
}

.plan-feature-group h3 span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--brand-teal);
  border-radius: 8px;
  font-size: 12px;
}

.plan-card .plan-feature-group ul {
  margin: 10px 0 0;
  padding: 0;
  border: 0;
}

.plan-card .plan-feature-group li {
  position: relative;
  padding: 5px 0 5px 20px;
  color: #506b6c;
  font-size: 11px;
  line-height: 1.48;
}

.plan-card .plan-feature-group li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand-orange);
  font-weight: 900;
}

.premium {
  border-radius: 30px;
}

.premium .plan-title b {
  color: #ffd19b;
  text-shadow: 0 4px 18px rgba(242, 140, 40, 0.26);
}

.premium-quote-price {
  display: flex;
  flex-direction: column;
  margin: 30px 0 16px;
}

.premium-quote-price > span {
  color: #ffc985;
  letter-spacing: 1.6px;
  font-size: 8px;
  font-weight: 900;
}

.premium-quote-price strong {
  max-width: 440px;
  margin: 8px 0 10px;
  color: #fff;
  letter-spacing: -2.2px;
  font: 500 clamp(38px, 4vw, 58px)/0.95 Georgia, "Times New Roman", serif;
}

.premium-quote-price small {
  max-width: 430px;
  color: #bce1df;
  font-size: 10px;
  line-height: 1.55;
}

.premium .plan-feature-group {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.13);
}

.premium .plan-feature-group h3 {
  color: #ffd19b;
}

.premium .plan-feature-group h3 span {
  color: #07575b;
  background: #ffd19b;
}

.premium .plan-feature-group li {
  color: #d0e4e2;
}

.premium .plan-feature-group li::before {
  color: #ffc985;
}

.premium-quote-button span {
  color: #fff6e9;
}

/* Complete Care quote modal */
.quote-modal .chance-backdrop {
  background:
    radial-gradient(circle at 82% 16%, rgba(242, 140, 40, 0.28), transparent 28%),
    rgba(5, 39, 41, 0.8);
}

.quote-dialog {
  width: min(860px, 100%);
  grid-template-columns: minmax(270px, 0.86fr) minmax(390px, 1.14fr);
}

.quote-intro {
  min-height: 570px;
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 193, 122, 0.38), transparent 27%),
    linear-gradient(145deg, #087f84, #064b50);
}

.quote-intro img {
  width: min(252px, 95%);
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.quote-pulse span {
  color: #fff;
  background: var(--brand-orange);
  font-style: italic;
}

.quote-content {
  min-height: 570px;
}

.quote-form {
  grid-template-columns: 1fr;
}

.quote-consent-copy {
  margin: 0;
  color: #718182;
  font-size: 8px;
  line-height: 1.5;
}

.quote-consent-copy a {
  color: var(--brand-teal-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 760px) {
  .plan-card,
  .plan-card.starter,
  .premium {
    padding: 48px 23px 30px;
  }

  .plan-launch-badge {
    padding: 9px 12px;
    font-size: 7px;
  }

  .price.price-discount .price-now {
    font-size: 66px;
  }

  .premium-quote-price strong {
    font-size: 42px;
  }

  .plan-feature-group {
    padding: 15px;
  }

  .quote-dialog {
    display: block;
  }

  .quote-intro {
    min-height: 148px;
  }

  .quote-content {
    min-height: 0;
  }
}

.pizza-value strong .pizza-gst,
.buy-plan span small {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font: 900 7px/1 Arial, sans-serif;
}

/* Editorial webinar photography */
.webinar-showcase {
  position: relative;
  padding: clamp(82px, 9vw, 132px) 7vw clamp(74px, 8vw, 116px);
  background:
    radial-gradient(circle at 90% 12%, rgba(242, 140, 40, 0.14), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(24, 166, 166, 0.13), transparent 26%),
    rgba(248, 253, 252, 0.72);
  overflow: hidden;
}

.webinar-showcase::before {
  content: "LIVE";
  position: absolute;
  top: 0.03em;
  right: -0.01em;
  color: rgba(24, 166, 166, 0.038);
  font: 900 clamp(140px, 23vw, 360px)/0.78 Arial, sans-serif;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.webinar-heading,
.webinar-gallery,
.webinar-ticker {
  position: relative;
  z-index: 1;
}

.webinar-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: clamp(30px, 7vw, 110px);
  margin-bottom: clamp(42px, 5vw, 72px);
}

.webinar-heading .section-label {
  margin-bottom: 24px;
  color: var(--brand-teal-dark);
}

.webinar-heading h2 {
  margin: 0;
  color: #123f41;
  letter-spacing: -0.055em;
  font: 500 clamp(52px, 6.4vw, 100px)/0.88 Georgia, "Times New Roman", serif;
}

.webinar-heading h2 em {
  color: var(--brand-orange);
  font-weight: 400;
}

.webinar-heading > p {
  max-width: 500px;
  margin: 0 0 8px;
  color: #587071;
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.65;
}

.webinar-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(290px, 0.72fr);
  gap: clamp(18px, 2.4vw, 38px);
  align-items: start;
}

.webinar-card {
  position: relative;
  margin: 0;
  background: #0a3f42;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: clamp(24px, 3vw, 42px);
  box-shadow: 0 26px 75px rgba(9, 71, 74, 0.17);
  overflow: hidden;
  isolation: isolate;
}

.webinar-card-wide {
  aspect-ratio: 16 / 9;
}

.webinar-card-studio {
  aspect-ratio: 4 / 5;
  margin-top: clamp(42px, 6vw, 88px);
}

.webinar-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 37%, rgba(3, 32, 34, 0.88) 100%),
    linear-gradient(110deg, rgba(3, 45, 48, 0.22), transparent 55%);
  pointer-events: none;
}

.webinar-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.8s ease;
}

.webinar-card-wide img {
  object-position: center 58%;
}

.webinar-card-studio img {
  object-position: center;
}

.webinar-card:hover img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.025);
}

.webinar-card figcaption {
  position: absolute;
  right: clamp(22px, 3vw, 46px);
  bottom: clamp(22px, 3vw, 42px);
  left: clamp(22px, 3vw, 46px);
  z-index: 2;
  color: #fff;
}

.webinar-card figcaption span {
  display: block;
  margin-bottom: 10px;
  color: #8ce2de;
  letter-spacing: 0.18em;
  font-size: 8px;
  font-weight: 900;
}

.webinar-card figcaption strong {
  display: block;
  max-width: 620px;
  letter-spacing: -0.035em;
  font: 500 clamp(25px, 3vw, 50px)/0.98 Georgia, "Times New Roman", serif;
}

.webinar-card figcaption p {
  max-width: 540px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(11px, 1vw, 15px);
  line-height: 1.5;
}

.webinar-card-studio figcaption strong {
  font-size: clamp(26px, 2.7vw, 43px);
}

.webinar-live-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(5, 54, 57, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  letter-spacing: 0.13em;
  font-size: 7px;
  font-weight: 900;
}

.webinar-live-badge i {
  width: 7px;
  height: 7px;
  background: #ff963e;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 150, 62, 0.17);
  animation: webinar-live-pulse 1.8s ease-out infinite;
}

.webinar-ticker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2.2vw, 34px);
  margin-top: clamp(38px, 5vw, 70px);
  color: #5c7475;
  letter-spacing: 0.15em;
  font-size: clamp(7px, 0.75vw, 10px);
  font-weight: 900;
}

.webinar-ticker i {
  color: var(--brand-orange);
  font-style: normal;
}

@keyframes webinar-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 150, 62, 0.38);
  }
  70%,
  100% {
    box-shadow: 0 0 0 9px rgba(255, 150, 62, 0);
  }
}

@media (max-width: 820px) {
  .webinar-showcase {
    padding-right: 22px;
    padding-left: 22px;
  }

  .webinar-heading,
  .webinar-gallery {
    grid-template-columns: 1fr;
  }

  .webinar-heading {
    gap: 24px;
  }

  .webinar-heading h2 {
    font-size: clamp(52px, 15vw, 74px);
  }

  .webinar-heading > p {
    max-width: 600px;
  }

  .webinar-card-wide {
    aspect-ratio: 4 / 3;
  }

  .webinar-card-studio {
    aspect-ratio: 4 / 4.4;
    margin-top: 0;
  }

  .webinar-ticker {
    justify-content: flex-start;
    padding-bottom: 5px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .webinar-ticker::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 480px) {
  .webinar-card-wide {
    aspect-ratio: 4 / 4.1;
  }

  .webinar-card-studio {
    aspect-ratio: 4 / 4.8;
  }

  .webinar-card figcaption p {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .webinar-card img {
    transition: none;
  }

  .webinar-card:hover img {
    transform: none;
  }

  .webinar-live-badge i {
    animation: none;
  }
}

/* Interactive counselling intelligence browser */
.intel-browser {
  position: relative;
  z-index: 1;
  color: #123f41;
  background: rgba(250, 255, 254, 0.78);
  border: 1px solid rgba(8, 127, 132, 0.18);
  border-radius: clamp(24px, 3vw, 38px);
  box-shadow:
    0 42px 110px rgba(8, 79, 83, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  backdrop-filter: blur(24px) saturate(130%);
  overflow: hidden;
}

.intel-browser-bar {
  display: grid;
  grid-template-columns: 88px minmax(220px, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  padding: 11px 16px 11px 21px;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(8, 127, 132, 0.13);
}

.intel-window-dots {
  display: flex;
  gap: 7px;
}

.intel-window-dots i {
  width: 10px;
  height: 10px;
  background: #ff7d70;
  border-radius: 50%;
}

.intel-window-dots i:nth-child(2) {
  background: #f6b947;
}

.intel-window-dots i:nth-child(3) {
  background: #4dca83;
}

.intel-address {
  display: flex;
  align-items: center;
  justify-self: center;
  width: min(620px, 100%);
  min-width: 0;
  padding: 11px 17px;
  color: #6b8081;
  background: rgba(235, 246, 244, 0.86);
  border: 1px solid rgba(8, 127, 132, 0.1);
  border-radius: 999px;
  font-size: 9px;
  white-space: nowrap;
  overflow: hidden;
}

.intel-address span {
  margin-right: 9px;
  color: var(--brand-orange);
}

.intel-address b {
  color: #1e5557;
}

.intel-address em {
  margin-left: 4px;
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.intel-tour-toggle {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  color: #fff;
  background: var(--brand-teal-dark);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  letter-spacing: 0.11em;
  font-size: 7px;
  font-weight: 900;
}

.intel-tour-toggle i {
  width: 6px;
  height: 6px;
  background: #71e1d7;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(113, 225, 215, 0.13);
  animation: intel-tour-pulse 1.8s ease-out infinite;
}

.intel-tour-toggle[aria-pressed="false"] {
  color: #607778;
  background: #e7f2f0;
}

.intel-tour-toggle[aria-pressed="false"] i {
  background: #95aaa9;
  box-shadow: none;
  animation: none;
}

.intel-browser-body {
  position: relative;
  display: grid;
  grid-template-columns: minmax(255px, 0.72fr) minmax(0, 1.85fr);
  min-height: 650px;
  overflow: hidden;
}

.intel-process {
  position: relative;
  z-index: 2;
  padding: 29px 18px 25px;
  color: #fff;
  background:
    radial-gradient(circle at 22% 8%, rgba(113, 225, 215, 0.16), transparent 26%),
    linear-gradient(155deg, #0b5b5f, #073f43 72%);
}

.intel-process::after {
  content: "";
  position: absolute;
  top: 76px;
  bottom: 40px;
  left: 47px;
  width: 1px;
  background: linear-gradient(rgba(113, 225, 215, 0.38), rgba(113, 225, 215, 0.04));
}

.intel-process-label {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 9px 20px;
  color: #8eb7b5;
  letter-spacing: 0.13em;
  font-size: 7px;
  font-weight: 900;
}

.intel-process-label b {
  color: #ffad63;
}

.intel-steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
}

.intel-step {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr 7px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 61px;
  padding: 9px 12px;
  color: #aac5c3;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  transition: color 0.24s ease, background 0.24s ease, transform 0.24s ease, border-color 0.24s ease;
}

.intel-step:hover,
.intel-step:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.intel-step:focus-visible {
  border-color: rgba(113, 225, 215, 0.72);
}

.intel-step > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: #81b3b0;
  background: #0b4b4f;
  border: 1px solid rgba(113, 225, 215, 0.2);
  border-radius: 50%;
  font: 700 9px/1 Arial, sans-serif;
  transition: color 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.intel-step > b {
  min-width: 0;
  color: inherit;
  font: 500 14px/1.1 Georgia, "Times New Roman", serif;
}

.intel-step small {
  display: block;
  margin-top: 5px;
  color: #789f9d;
  letter-spacing: 0.02em;
  font: 400 7px/1.2 Arial, sans-serif;
}

.intel-step > i {
  width: 6px;
  height: 6px;
  background: #4d7473;
  border-radius: 50%;
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.intel-step.is-active {
  color: #fff;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}

.intel-step.is-active > span {
  color: #173f40;
  background: #78e1d6;
  border-color: #a1f0e8;
  box-shadow: 0 7px 22px rgba(113, 225, 215, 0.22);
}

.intel-step.is-active small {
  color: #9fc0be;
}

.intel-step.is-active > i {
  background: #ff9e4d;
  box-shadow: 0 0 0 5px rgba(255, 158, 77, 0.13);
  transform: scale(1.12);
}

.intel-workspace {
  position: relative;
  min-width: 0;
  padding: clamp(34px, 4vw, 62px);
  background:
    linear-gradient(rgba(16, 91, 95, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 91, 95, 0.038) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(242, 140, 40, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 249, 247, 0.9));
  background-size: 38px 38px, 38px 38px, auto, auto;
  overflow: hidden;
}

.intel-workspace::after {
  content: "RX";
  position: absolute;
  right: -0.02em;
  bottom: -0.19em;
  color: rgba(8, 127, 132, 0.038);
  font: 900 clamp(140px, 18vw, 280px)/1 Arial, sans-serif;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.intel-workspace-head,
.intel-workspace-copy,
.intel-data-grid,
.intel-decision-output,
.intel-stage-progress {
  position: relative;
  z-index: 1;
}

.intel-workspace-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(8, 127, 132, 0.15);
  color: #577273;
  letter-spacing: 0.12em;
  font-size: 7px;
  font-weight: 900;
}

.intel-workspace-head span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.intel-workspace-head span i {
  width: 7px;
  height: 7px;
  background: #20b8a9;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(32, 184, 169, 0.12);
}

.intel-workspace-head b {
  padding: 7px 9px;
  color: #a86425;
  background: #fff1e3;
  border-radius: 999px;
  font-size: 6px;
}

.intel-workspace-copy {
  max-width: 680px;
  margin: clamp(38px, 5vw, 66px) 0 31px;
}

.intel-workspace-copy small {
  display: block;
  margin-bottom: 12px;
  color: var(--brand-orange);
  letter-spacing: 0.17em;
  font-size: 7px;
  font-weight: 900;
}

.intel-workspace-copy h3 {
  margin: 0;
  color: #123f41;
  letter-spacing: -0.04em;
  font: 500 clamp(37px, 4vw, 62px)/0.96 Georgia, "Times New Roman", serif;
}

.intel-workspace-copy p {
  max-width: 610px;
  margin: 15px 0 0;
  color: #607576;
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.7;
}

.intel-workspace.is-refreshing .intel-workspace-copy,
.intel-workspace.is-refreshing .intel-data-grid,
.intel-workspace.is-refreshing .intel-decision-output {
  animation: intel-screen-in 0.32s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.intel-workspace.is-refreshing .intel-data-grid {
  animation-delay: 0.035s;
}

.intel-workspace.is-refreshing .intel-decision-output {
  animation-delay: 0.07s;
}

.intel-data-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.08fr) minmax(220px, 0.92fr);
  gap: 15px;
}

.intel-primary-data,
.intel-mini-data article {
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(8, 127, 132, 0.13);
  border-radius: 18px;
  box-shadow: 0 17px 42px rgba(8, 79, 83, 0.07);
  overflow: hidden;
}

.intel-primary-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 183px;
  padding: 26px;
  background:
    radial-gradient(circle at 88% 18%, rgba(113, 225, 215, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(8, 95, 99, 0.98), rgba(6, 62, 66, 0.98));
  border-color: rgba(113, 225, 215, 0.16);
}

.intel-primary-data > span,
.intel-mini-data span {
  color: #91b4b2;
  letter-spacing: 0.12em;
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.intel-primary-data > strong {
  margin: 12px 0 9px;
  color: #fff;
  letter-spacing: -0.04em;
  font: 500 clamp(40px, 4.6vw, 70px)/0.9 Georgia, "Times New Roman", serif;
}

.intel-primary-data > small {
  color: #9fc2c0;
  font-size: 8px;
}

.intel-scan-line {
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 1px;
  background: rgba(113, 225, 215, 0.13);
}

.intel-scan-line i {
  display: block;
  width: 18%;
  height: 1px;
  background: #ff9e4d;
  box-shadow: 0 0 14px #ff9e4d;
  animation: intel-scan 2.2s ease-in-out infinite;
}

.intel-mini-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.intel-mini-data article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}

.intel-mini-data strong {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: #17494b;
  letter-spacing: -0.02em;
  font: 500 clamp(18px, 2vw, 29px)/1 Georgia, "Times New Roman", serif;
}

.intel-mini-data article > i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 9px;
  height: 9px;
  background: var(--brand-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(242, 140, 40, 0.11);
}

.intel-mini-data article:last-child > i {
  background: var(--brand-teal);
  box-shadow: 0 0 0 7px rgba(24, 166, 166, 0.11);
}

.intel-decision-output {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
  padding: 17px 19px;
  color: #687d7e;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(8, 127, 132, 0.13);
  border-radius: 16px;
  letter-spacing: 0.1em;
  font-size: 7px;
  font-weight: 900;
}

.intel-decision-output strong {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #17494b;
  letter-spacing: 0;
  font: 500 clamp(13px, 1.3vw, 18px)/1.2 Georgia, "Times New Roman", serif;
}

.intel-decision-output strong i {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: #19a596;
  border-radius: 50%;
  font: 800 10px/1 Arial, sans-serif;
  box-shadow: 0 0 0 6px rgba(25, 165, 150, 0.1);
}

.intel-stage-progress {
  height: 3px;
  margin-top: 24px;
  background: rgba(8, 127, 132, 0.1);
  border-radius: 99px;
  overflow: hidden;
}

.intel-stage-progress i {
  display: block;
  width: 12.5%;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-teal), var(--brand-orange));
  border-radius: inherit;
  transition: width 0.34s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.intel-demo-cursor {
  --cursor-x: 45px;
  --cursor-y: 88px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 24px;
  height: 31px;
  transform: translate3d(var(--cursor-x), var(--cursor-y), 0);
  transition: transform 0.38s cubic-bezier(0.2, 0.75, 0.22, 1);
  pointer-events: none;
  filter: drop-shadow(0 5px 6px rgba(0, 35, 37, 0.22));
}

.intel-demo-cursor > i {
  display: block;
  width: 22px;
  height: 29px;
  background: #fff;
  border: 2px solid #0c494c;
  clip-path: polygon(0 0, 87% 66%, 54% 69%, 72% 100%, 58% 100%, 42% 72%, 18% 95%);
}

.intel-demo-cursor > span {
  position: absolute;
  top: 24px;
  left: 18px;
  padding: 5px 7px;
  color: #fff;
  background: var(--brand-orange);
  border-radius: 999px;
  letter-spacing: 0.09em;
  font-size: 6px;
  font-weight: 900;
  opacity: 0;
  transform: scale(0.7);
}

.intel-demo-cursor::after {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(242, 140, 40, 0.72);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.4);
}

.intel-demo-cursor.is-clicking > span {
  animation: intel-click-label 0.55s ease both;
}

.intel-demo-cursor.is-clicking::after {
  animation: intel-click-ring 0.55s ease-out both;
}

@keyframes intel-tour-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 225, 215, 0.38);
  }
  75%,
  100% {
    box-shadow: 0 0 0 9px rgba(113, 225, 215, 0);
  }
}

@keyframes intel-screen-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intel-scan {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(650%);
  }
}

@keyframes intel-click-ring {
  0% {
    opacity: 0;
    transform: scale(0.35);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.45);
  }
}

@keyframes intel-click-label {
  0% {
    opacity: 0;
    transform: translateY(3px) scale(0.7);
  }
  30%,
  70% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-3px) scale(0.9);
  }
}

@media (max-width: 980px) {
  .intel-browser-body {
    grid-template-columns: 235px minmax(0, 1fr);
  }

  .intel-step {
    grid-template-columns: 31px 1fr 6px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .intel-data-grid {
    grid-template-columns: 1fr;
  }

  .intel-primary-data {
    min-height: 156px;
  }

  .intel-mini-data article {
    min-height: 115px;
  }
}

@media (max-width: 760px) {
  .intel-browser {
    margin-right: -4px;
    margin-left: -4px;
    border-radius: 24px;
  }

  .intel-browser-bar {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 57px;
    padding: 10px 11px;
  }

  .intel-window-dots {
    gap: 5px;
  }

  .intel-window-dots i {
    width: 8px;
    height: 8px;
  }

  .intel-address {
    padding: 9px 11px;
  }

  .intel-address em,
  .intel-tour-toggle span {
    display: none;
  }

  .intel-tour-toggle {
    width: 33px;
    height: 33px;
    justify-content: center;
    padding: 0;
  }

  .intel-browser-body {
    display: block;
    min-height: 0;
  }

  .intel-process {
    padding: 20px 14px 15px;
  }

  .intel-process::after {
    display: none;
  }

  .intel-process-label {
    margin-bottom: 14px;
  }

  .intel-steps {
    display: flex;
    gap: 8px;
    padding-bottom: 6px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .intel-steps::-webkit-scrollbar {
    display: none;
  }

  .intel-step {
    flex: 0 0 148px;
    grid-template-columns: 30px 1fr;
    min-height: 58px;
    scroll-snap-align: start;
  }

  .intel-step > i {
    display: none;
  }

  .intel-step.is-active {
    transform: none;
  }

  .intel-step small {
    font-size: 6px;
  }

  .intel-workspace {
    padding: 27px 18px 31px;
  }

  .intel-workspace-copy {
    margin: 38px 0 26px;
  }

  .intel-workspace-copy h3 {
    font-size: clamp(39px, 12vw, 56px);
  }

  .intel-mini-data {
    gap: 10px;
  }

  .intel-primary-data,
  .intel-mini-data article {
    border-radius: 14px;
  }

  .intel-primary-data {
    padding: 22px;
  }

  .intel-mini-data article {
    min-height: 107px;
    padding: 15px;
  }

  .intel-mini-data article > i {
    top: 15px;
    right: 15px;
  }

  .intel-decision-output {
    align-items: flex-start;
    flex-direction: column;
  }

  .intel-demo-cursor {
    display: none;
  }
}

@media (max-width: 420px) {
  .intel-address {
    font-size: 7px;
  }

  .intel-workspace-head span {
    font-size: 6px;
  }

  .intel-primary-data > strong {
    font-size: 46px;
  }

  .intel-mini-data strong {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intel-tour-toggle i,
  .intel-scan-line i,
  .intel-workspace.is-refreshing .intel-workspace-copy,
  .intel-workspace.is-refreshing .intel-data-grid,
  .intel-workspace.is-refreshing .intel-decision-output {
    animation: none;
  }

  .intel-demo-cursor {
    display: none;
  }
}

/* Animated four-route care pathway */
.care-pathway {
  position: relative;
  margin-top: clamp(42px, 6vw, 76px);
}

.care-pathway-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 19px;
}

.care-tabs {
  display: flex;
  gap: 8px;
  padding: 6px;
  background: rgba(232, 247, 244, 0.72);
  border: 1px solid rgba(8, 127, 132, 0.12);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.care-tab {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  color: #668081;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  letter-spacing: 0.08em;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.care-tab span {
  color: #98aaa9;
  font: 600 9px/1 Georgia, "Times New Roman", serif;
}

.care-tab:hover,
.care-tab:focus-visible {
  color: var(--brand-teal-dark);
  outline: none;
}

.care-tab:focus-visible {
  box-shadow: 0 0 0 2px rgba(24, 166, 166, 0.42);
}

.care-tab.is-active {
  color: #fff;
  background: var(--brand-teal-dark);
  box-shadow: 0 9px 24px rgba(8, 79, 83, 0.15);
}

.care-tab.is-active span {
  color: #83ddd5;
}

.care-count {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #809596;
  letter-spacing: 0.08em;
  font-size: 8px;
  font-weight: 900;
}

.care-count span {
  color: var(--brand-orange);
  font: 500 18px/1 Georgia, "Times New Roman", serif;
}

.care-count i {
  width: 34px;
  height: 1px;
  background: rgba(8, 127, 132, 0.24);
}

.care-panels {
  display: flex;
  gap: clamp(10px, 1.25vw, 19px);
  height: clamp(480px, 46vw, 620px);
}

.care-card {
  position: relative;
  flex: 0.72 1 0;
  min-width: 0;
  color: #fff;
  background: #073f43;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: clamp(22px, 2.6vw, 38px);
  box-shadow: 0 24px 68px rgba(8, 79, 83, 0.14);
  cursor: pointer;
  outline: none;
  overflow: hidden;
  isolation: isolate;
  transition: flex 0.42s cubic-bezier(0.2, 0.75, 0.2, 1), transform 0.25s ease, box-shadow 0.25s ease;
}

.care-card.is-active {
  flex: 2.25 1 0;
  box-shadow: 0 34px 86px rgba(8, 79, 83, 0.22);
}

.care-card:hover,
.care-card:focus-visible {
  transform: translateY(-6px);
}

.care-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(242, 140, 40, 0.55), 0 34px 86px rgba(8, 79, 83, 0.22);
}

.care-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transform: scale(1.02);
  transition: filter 0.42s ease, transform 0.56s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.care-card:nth-child(1) > img {
  object-position: 42% center;
}

.care-card:nth-child(2) > img {
  object-position: 55% center;
}

.care-card:nth-child(3) > img {
  object-position: center 56%;
}

.care-card:nth-child(4) > img {
  object-position: 52% center;
}

.care-card.is-active > img {
  filter: saturate(1.02) contrast(1.02);
  transform: scale(1.06);
}

.care-card-wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 35, 37, 0.22) 0%, transparent 35%, rgba(3, 30, 32, 0.94) 100%),
    linear-gradient(100deg, rgba(3, 38, 40, 0.48), transparent 65%);
  transition: background 0.28s ease;
}

.care-card:not(.is-active) .care-card-wash {
  background: linear-gradient(180deg, rgba(3, 38, 40, 0.48), rgba(3, 30, 32, 0.94));
}

.care-card-top {
  position: absolute;
  top: clamp(18px, 2vw, 29px);
  right: clamp(17px, 2vw, 28px);
  left: clamp(17px, 2vw, 28px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.15em;
  font-size: 7px;
  font-weight: 900;
}

.care-card-top b {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  color: #fff;
  background: rgba(4, 55, 58, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 6px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.care-card-top b i {
  width: 6px;
  height: 6px;
  background: var(--brand-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(242, 140, 40, 0.15);
  animation: care-live-pulse 1.8s ease-out infinite;
}

.care-card-copy {
  position: absolute;
  right: clamp(20px, 3.2vw, 52px);
  bottom: clamp(24px, 4vw, 56px);
  left: clamp(20px, 3.2vw, 52px);
  z-index: 2;
  min-width: 260px;
}

.care-card-copy small {
  display: block;
  margin-bottom: 12px;
  color: #89dfd6;
  letter-spacing: 0.18em;
  font-size: 7px;
  font-weight: 900;
}

.care-card-copy h3 {
  margin: 0;
  letter-spacing: -0.045em;
  font: 500 clamp(36px, 4.7vw, 72px)/0.9 Georgia, "Times New Roman", serif;
}

.care-card-copy p {
  max-width: 560px;
  margin: 16px 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(10px, 1vw, 14px);
  line-height: 1.6;
}

.care-micro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 25px;
}

.care-micro-points span {
  padding: 8px 10px;
  color: #d7efec;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  letter-spacing: 0.08em;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.care-card-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 190px;
  padding-bottom: 9px;
  color: #fff;
  border-bottom: 1px solid #80e3da;
  letter-spacing: 0.12em;
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.care-card-copy a b {
  color: var(--brand-orange);
  font-size: 13px;
}

.care-card:not(.is-active) .care-card-copy {
  right: 18px;
  bottom: 31px;
  left: 18px;
  min-width: 0;
}

.care-card:not(.is-active) .care-card-copy small,
.care-card:not(.is-active) .care-card-copy p,
.care-card:not(.is-active) .care-micro-points,
.care-card:not(.is-active) .care-card-copy a {
  display: none;
}

.care-card:not(.is-active) .care-card-copy h3 {
  letter-spacing: -0.03em;
  font-size: clamp(24px, 2.35vw, 36px);
  line-height: 0.95;
}

.care-card:not(.is-active) .care-card-top span {
  max-width: 50px;
  line-height: 1.45;
}

.care-card:not(.is-active) .care-card-top b {
  display: none;
}

.care-auto-progress {
  height: 3px;
  margin-top: 20px;
  background: rgba(8, 127, 132, 0.1);
  border-radius: 999px;
  overflow: hidden;
}

.care-auto-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-teal), var(--brand-orange));
  border-radius: inherit;
}

.care-pathway.is-running .care-auto-progress i {
  animation: care-route-progress 2.2s linear both;
}

@keyframes care-route-progress {
  to {
    width: 100%;
  }
}

@keyframes care-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 140, 40, 0.38);
  }
  72%,
  100% {
    box-shadow: 0 0 0 9px rgba(242, 140, 40, 0);
  }
}

/* Phone-first compression: show the decision, not every dashboard detail */
@media (max-width: 760px) {
  .counselling-intel {
    padding: 62px 16px 66px;
  }

  .intel-head {
    margin-bottom: 24px;
  }

  .intel-head h2 {
    margin-top: 13px;
    font-size: clamp(38px, 11.4vw, 48px);
    line-height: 0.92;
  }

  .intel-head > p {
    display: none;
  }

  .intel-browser {
    border-radius: 20px;
  }

  .intel-browser-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 43px;
    padding: 7px 9px;
  }

  .intel-window-dots {
    display: none;
  }

  .intel-address {
    justify-self: stretch;
    padding: 7px 10px;
  }

  .intel-address span,
  .intel-address em {
    display: none;
  }

  .intel-tour-toggle {
    width: 29px;
    height: 29px;
  }

  .intel-process {
    padding: 11px 10px 8px;
  }

  .intel-process-label {
    margin: 0 3px 9px;
  }

  .intel-steps {
    gap: 6px;
    padding-bottom: 3px;
  }

  .intel-step {
    flex-basis: 108px;
    grid-template-columns: 25px 1fr;
    min-height: 43px;
    padding: 6px;
    border-radius: 10px;
  }

  .intel-step > span {
    width: 25px;
    height: 25px;
    font-size: 7px;
  }

  .intel-step > b {
    font-size: 11px;
  }

  .intel-step small {
    display: none;
  }

  .intel-workspace {
    padding: 17px 14px 19px;
  }

  .intel-workspace-head {
    display: none;
  }

  .intel-workspace-copy {
    margin: 0 0 14px;
  }

  .intel-workspace-copy small {
    margin-bottom: 7px;
    font-size: 6px;
  }

  .intel-workspace-copy h3 {
    font-size: clamp(30px, 9.8vw, 40px);
  }

  .intel-workspace-copy p {
    display: none;
  }

  .intel-data-grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 8px;
  }

  .intel-primary-data {
    min-height: 102px;
    padding: 15px;
  }

  .intel-primary-data > span,
  .intel-mini-data span {
    font-size: 6px;
  }

  .intel-primary-data > strong {
    margin: 8px 0 0;
    font-size: clamp(32px, 9vw, 40px);
  }

  .intel-primary-data > small,
  .intel-scan-line {
    display: none;
  }

  .intel-mini-data {
    display: block;
  }

  .intel-mini-data article {
    min-height: 102px;
    padding: 13px;
  }

  .intel-mini-data article:last-child {
    display: none;
  }

  .intel-mini-data strong {
    font-size: 16px;
  }

  .intel-mini-data article > i {
    top: 13px;
    right: 13px;
    width: 7px;
    height: 7px;
  }

  .intel-decision-output {
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
    padding: 10px 12px;
  }

  .intel-decision-output > span {
    display: none;
  }

  .intel-decision-output strong {
    font-size: 12px;
  }

  .intel-decision-output strong i {
    width: 21px;
    height: 21px;
  }

  .intel-stage-progress {
    margin-top: 11px;
  }

  .intel-note {
    margin-top: 13px;
    font-size: 6px;
  }

  .solutions {
    padding: 64px 16px 68px;
  }

  .solutions-head h2 {
    margin-bottom: 0;
    font-size: clamp(39px, 11.5vw, 48px);
    line-height: 0.92;
  }

  .solutions-head > p {
    display: none;
  }

  .care-pathway {
    margin-top: 27px;
  }

  .care-pathway-nav {
    gap: 8px;
    margin-bottom: 10px;
  }

  .care-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 3px;
    padding: 4px;
  }

  .care-tab {
    justify-content: center;
    gap: 4px;
    min-width: 0;
    padding: 8px 4px;
    font-size: 6px;
  }

  .care-tab span {
    font-size: 7px;
  }

  .care-count {
    display: none;
  }

  .care-panels {
    display: block;
    height: min(430px, 65vh);
    min-height: 350px;
  }

  .care-card {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    transform: none;
  }

  .care-card.is-active {
    display: block;
    animation: care-mobile-in 0.55s cubic-bezier(0.2, 0.75, 0.2, 1) both;
  }

  .care-card:hover,
  .care-card:focus-visible {
    transform: none;
  }

  .care-card-top {
    top: 16px;
    right: 16px;
    left: 16px;
  }

  .care-card-copy,
  .care-card:not(.is-active) .care-card-copy {
    right: 20px;
    bottom: 22px;
    left: 20px;
    min-width: 0;
  }

  .care-card-copy small {
    margin-bottom: 8px;
    font-size: 6px;
  }

  .care-card-copy h3 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .care-card-copy p {
    display: -webkit-box;
    margin: 11px 0 13px;
    font-size: 10px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .care-micro-points {
    gap: 5px;
    margin-bottom: 16px;
  }

  .care-micro-points span {
    padding: 6px 7px;
    font-size: 6px;
  }

  .care-card-copy a {
    min-width: 170px;
    padding-bottom: 7px;
    font-size: 6px;
  }

  .care-auto-progress {
    margin-top: 11px;
  }
}

@keyframes care-mobile-in {
  from {
    opacity: 0;
    transform: translateX(13px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@media (max-width: 380px) {
  .intel-data-grid {
    grid-template-columns: 1fr;
  }

  .intel-mini-data {
    display: none;
  }

  .care-panels {
    height: 350px;
  }

  .care-card-copy p {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .care-pathway.is-running .care-auto-progress i,
  .care-card-top b i,
  .care-card.is-active {
    animation: none;
  }

  .care-card,
  .care-card > img {
    transition: none;
  }
}

/* Gen-Z AI app badge in the glass header */
.nav-app-link {
  position: relative;
  gap: 10px;
  min-height: 48px;
  padding: 6px 14px 6px 7px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(115deg, #18a6a6, #f28c28 56%, #8758d8) border-box;
  border: 1px solid transparent;
  border-radius: 15px;
  box-shadow:
    0 10px 28px rgba(8, 79, 83, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.nav-app-link::after {
  content: "";
  position: absolute;
  top: -70%;
  left: -35%;
  width: 24px;
  height: 230%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.88), transparent);
  transform: rotate(22deg);
  animation: ai-app-shine 4.8s ease-in-out infinite;
  pointer-events: none;
}

.nav-app-link:hover {
  border-color: transparent;
  box-shadow:
    0 14px 34px rgba(8, 79, 83, 0.16),
    0 0 0 3px rgba(135, 88, 216, 0.08);
}

.ai-app-spark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: #fff;
  background: linear-gradient(145deg, #087f84, #18a6a6 52%, #8758d8);
  border-radius: 11px;
  box-shadow: 4px 4px 0 rgba(242, 140, 40, 0.18);
}

.ai-app-spark b {
  letter-spacing: -0.04em;
  font: 900 12px/1 Arial, sans-serif;
}

.ai-app-spark i {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: #fff;
  background: var(--brand-orange);
  border: 2px solid #fff;
  border-radius: 50%;
  font: 900 7px/1 Arial, sans-serif;
  animation: ai-spark-pop 2.4s ease-in-out infinite;
}

.nav-app-copy {
  position: relative;
  z-index: 1;
  gap: 4px;
}

.nav-app-copy small {
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.12em;
  font-size: 6px;
}

.nav-app-copy small span {
  color: #667d7e;
}

.nav-app-copy small em {
  padding: 3px 5px;
  color: #fff;
  background: linear-gradient(100deg, var(--brand-orange), #e86e68);
  border-radius: 999px;
  font-style: normal;
}

.nav-app-copy > b {
  display: flex;
  align-items: center;
  gap: 3px;
  letter-spacing: 0.02em;
  font-size: 10px;
}

.nav-app-copy > b span {
  color: var(--brand-teal-dark);
}

.nav-app-copy > b em {
  color: #8758d8;
  font-style: normal;
}

.nav-app-copy > b i {
  margin-left: 2px;
  color: var(--brand-orange);
  font-style: normal;
}

@keyframes ai-app-shine {
  0%,
  68% {
    left: -35%;
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  92%,
  100% {
    left: 115%;
    opacity: 0;
  }
}

@keyframes ai-spark-pop {
  0%,
  100% {
    transform: rotate(-8deg) scale(0.88);
  }
  50% {
    transform: rotate(8deg) scale(1.08);
  }
}

@media (max-width: 620px) {
  .nav-app-link {
    justify-content: flex-start;
    width: auto;
    min-width: 68px;
    min-height: 39px;
    gap: 5px;
    padding: 4px 7px 4px 4px;
    border-radius: 11px;
  }

  .ai-app-spark {
    width: 29px;
    height: 29px;
    border-radius: 9px;
  }

  .ai-app-spark b {
    font-size: 10px;
  }

  .ai-app-spark i {
    top: -4px;
    right: -4px;
    width: 14px;
    height: 14px;
    font-size: 6px;
  }

  .nav-app-copy {
    display: flex;
  }

  .nav-app-copy small {
    display: none;
  }

  .nav-app-copy > b {
    display: block;
    max-width: 24px;
    font-size: 7px;
    line-height: 0.95;
  }

  .nav-app-copy > b span,
  .nav-app-copy > b em {
    display: block;
  }

  .nav-app-copy > b i {
    display: none;
  }
}

@media (max-width: 390px) {
  .nav-app-link {
    min-width: 36px;
    width: 36px;
    padding: 3px;
  }

  .nav-app-copy {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-app-link::after,
  .ai-app-spark i {
    animation: none;
  }
}

/* Seven-second NEET Live product demo */
.phone-wrap {
  height: 610px;
}

.app-demo-phone {
  display: flex;
  width: 292px;
  height: 570px;
  padding: 20px 17px 16px;
  overflow: hidden;
  flex-direction: column;
  color: #123c3f;
  background:
    radial-gradient(circle at 88% 10%, rgba(242, 140, 40, 0.13), transparent 24%),
    linear-gradient(155deg, #ffffff, #f2fbfa);
  border-color: #c9ece9;
  transform: rotate(2.2deg);
  box-shadow:
    0 35px 75px rgba(0, 31, 34, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.app-demo-phone::before {
  top: 7px;
  width: 72px;
  height: 16px;
  background: #c9ece9;
}

.app-demo-head {
  min-height: 27px;
  margin: 15px 1px 11px;
  gap: 8px;
}

.app-demo-head > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.app-demo-head > span:nth-child(2) > b {
  color: #123c3f;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.app-demo-head > span:nth-child(2) > small {
  margin-top: 3px;
  color: #6a8587;
  font-size: 6px;
}

.app-demo-head > em {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  color: #168e8f;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.app-demo-head > em i {
  width: 5px;
  height: 5px;
  background: #25b99f;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(37, 185, 159, 0.13);
  animation: app-demo-signal 1.4s ease-in-out infinite;
}

.app-demo-viewport {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(17, 123, 126, 0.12);
  border-radius: 19px;
  box-shadow: 0 15px 30px rgba(8, 91, 95, 0.08);
}

.app-demo-slide {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 16px;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.985);
  transition:
    opacity 0.42s ease,
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.app-demo-slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.app-screen-kicker {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #557779;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.app-screen-kicker span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #fff;
  background: #168e8f;
  border-radius: 7px;
  font-size: 7px;
}

.prediction-score,
.marks-total,
.trend-title,
.mock-progress-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.prediction-score {
  margin-top: 16px;
}

.prediction-score > div,
.marks-total > div,
.trend-title > div {
  display: flex;
  flex-direction: column;
}

.prediction-score small,
.marks-total small,
.trend-title small,
.difficulty-facts small,
.mock-question small,
.live-performance small {
  color: #799193;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.prediction-score b {
  margin-top: 3px;
  font: 29px/1 Georgia, serif;
}

.prediction-score b em,
.marks-total b em {
  color: #728b8c;
  font: 8px Arial, sans-serif;
}

.prediction-score > span {
  padding: 5px 7px;
  color: #0b797a;
  background: #e1f7f3;
  border-radius: 99px;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.rank-visual {
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: center;
  gap: 11px;
  margin: 18px 0 16px;
}

.rank-donut {
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  background: conic-gradient(#f28c28 0 18%, #168e8f 18% 75%, #a8dad4 75% 100%);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.rank-donut::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 50%;
}

.rank-donut span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  transform: rotate(18deg);
}

.rank-donut small {
  color: #748f90;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rank-donut b {
  margin-top: 5px;
  color: #123c3f;
  font: 15px/1 Georgia, serif;
}

.rank-legend {
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: #688486;
  font-size: 7px;
}

.rank-legend span {
  display: grid;
  grid-template-columns: 6px 24px 1fr;
  align-items: center;
  gap: 4px;
}

.rank-legend i {
  width: 6px;
  height: 6px;
  background: #f28c28;
  border-radius: 50%;
}

.rank-legend span:nth-child(2) i {
  background: #168e8f;
}

.rank-legend span:nth-child(3) i {
  background: #a8dad4;
}

.rank-legend b {
  color: #123c3f;
}

.app-decision-chip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 12px;
  color: #fff;
  background: linear-gradient(115deg, #0c696d, #138e8f);
  border-radius: 13px;
}

.app-decision-chip > b {
  color: #ffc078;
  font: 27px/1 Georgia, serif;
}

.app-decision-chip span {
  font-size: 7px;
  line-height: 1.4;
}

.app-decision-chip em {
  color: #d8fffa;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
}

.trend-title {
  margin-top: 18px;
}

.trend-title b {
  margin-top: 4px;
  font: 17px/1 Georgia, serif;
}

.trend-title > em {
  padding: 5px 7px;
  color: #b85e0c;
  background: #fff0dd;
  border-radius: 6px;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.trend-chart {
  position: relative;
  height: 164px;
  margin-top: 16px;
  padding: 8px 3px 20px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(226, 247, 244, 0.72), rgba(255, 255, 255, 0.2));
  border-radius: 12px;
}

.trend-chart svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 127px;
  overflow: visible;
}

.trend-grid {
  position: absolute;
  right: 8px;
  left: 8px;
  height: 1px;
  background: rgba(19, 93, 97, 0.1);
}

.trend-grid.grid-one {
  top: 34px;
}

.trend-grid.grid-two {
  top: 78px;
}

.trend-grid.grid-three {
  top: 122px;
}

.trend-area {
  fill: rgba(24, 142, 143, 0.1);
  stroke: none;
}

.trend-line {
  fill: none;
  stroke: #168e8f;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}

.trend-chart circle {
  fill: #fff;
  stroke: #168e8f;
  stroke-width: 3;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.trend-chart circle:last-child {
  stroke: #f28c28;
}

.difficulty-slide.is-active .trend-line {
  animation: app-demo-line 0.9s 0.12s ease forwards;
}

.difficulty-slide.is-active .trend-chart circle {
  animation: app-demo-point 0.3s 0.6s ease forwards;
}

.trend-years {
  position: absolute;
  right: 5px;
  bottom: 6px;
  left: 5px;
  display: flex;
  justify-content: space-between;
  color: #779092;
  font-size: 6px;
}

.difficulty-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.difficulty-facts span {
  display: flex;
  padding: 10px;
  flex-direction: column;
  background: #eef8f6;
  border-radius: 9px;
}

.difficulty-facts span:last-child {
  background: #fff2e4;
}

.difficulty-facts b {
  margin-top: 4px;
  font: 12px Georgia, serif;
}

.demo-disclaimer {
  margin: auto 2px 0;
  color: #839798;
  font-size: 6px;
  line-height: 1.45;
}

.marks-total {
  margin-top: 18px;
  padding: 13px;
  color: #fff;
  background: #123c3f;
  border-radius: 12px;
}

.marks-total small {
  color: #a5c2c0;
}

.marks-total b {
  margin-top: 4px;
  color: #fff;
  font: 26px/1 Georgia, serif;
}

.marks-total b em {
  color: #a5c2c0;
}

.marks-total > span {
  color: #8ff1d7;
  font-size: 7px;
  font-weight: 900;
}

.subject-bars {
  display: flex;
  gap: 14px;
  margin-top: 19px;
  flex-direction: column;
}

.subject-bars > div > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
}

.subject-bars em {
  color: #688486;
  font-size: 7px;
  font-style: normal;
}

.subject-bars i {
  display: block;
  height: 8px;
  margin-top: 7px;
  overflow: hidden;
  background: #e1edeb;
  border-radius: 99px;
}

.subject-bars u {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #168e8f, #48c7b2);
  border-radius: inherit;
}

.subject-bars > div:nth-child(2) u {
  background: linear-gradient(90deg, #3191b1, #6bbbd3);
}

.subject-bars > div:nth-child(3) u {
  background: linear-gradient(90deg, #f28c28, #ffb25e);
}

.marks-slide.is-active .subject-bars u {
  animation: app-demo-bar 0.75s 0.18s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.marks-insight {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 12px;
  background: #fff2e4;
  border: 1px solid rgba(242, 140, 40, 0.2);
  border-radius: 12px;
}

.marks-insight > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #fff;
  background: #f28c28;
  border-radius: 8px;
}

.marks-insight p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.marks-insight small {
  color: #aa6d2d;
  font-size: 5px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.marks-insight b {
  margin-top: 3px;
  font-size: 8px;
}

.marks-insight em {
  color: #a85e14;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
}

.mock-progress-row {
  margin-top: 17px;
}

.mock-progress-row > b {
  font-size: 10px;
}

.mock-progress-row > b small {
  color: #839798;
  font-weight: 400;
}

.mock-progress-row > em {
  color: #0c7b7c;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.mock-progress {
  height: 5px;
  margin-top: 8px;
  overflow: hidden;
  background: #dcebe9;
  border-radius: 99px;
}

.mock-progress i {
  display: block;
  width: 23%;
  height: 100%;
  background: #168e8f;
  border-radius: inherit;
}

.mock-question {
  display: flex;
  gap: 8px;
  margin-top: 17px;
  flex-direction: column;
}

.mock-question b {
  font: 13px/1.25 Georgia, serif;
}

.mock-options {
  display: flex;
  gap: 7px;
  margin-top: 12px;
  flex-direction: column;
}

.mock-options span {
  display: flex;
  align-items: center;
  min-height: 31px;
  padding: 8px 10px;
  background: #eff6f4;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 7px;
}

.mock-options span.is-selected {
  color: #0b7778;
  background: #dff6f1;
  border-color: rgba(22, 142, 143, 0.28);
}

.mock-options span b {
  display: grid;
  width: 16px;
  height: 16px;
  margin-left: auto;
  place-items: center;
  color: #fff;
  background: #168e8f;
  border-radius: 50%;
  font-size: 7px;
}

.live-performance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.live-performance > div,
.live-performance > span {
  display: flex;
  min-height: 69px;
  padding: 10px;
  flex-direction: column;
  background: #123c3f;
  border-radius: 11px;
}

.live-performance > span {
  background: #fff0dd;
}

.live-performance > div small {
  color: #a5c2c0;
}

.live-performance > div b {
  margin-top: 9px;
  color: #8ff1d7;
  font: 22px/1 Georgia, serif;
}

.live-performance > div b em {
  color: #a5c2c0;
  font: 5px Arial, sans-serif;
}

.live-performance > span s {
  margin-top: 7px;
  color: #987f67;
  font-size: 6px;
}

.live-performance > span b {
  margin-top: 3px;
  color: #ae5c0d;
  font-size: 9px;
}

.mock-live-slide.is-active .live-performance {
  animation: app-demo-rise 0.55s 0.35s ease both;
}

.app-demo-controls {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 6px;
}

.app-demo-controls button {
  width: 5px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  background: #9db9b7;
  border: 0;
  border-radius: 99px;
  transition: width 0.35s ease, background 0.35s ease;
}

.app-demo-controls button.is-active {
  width: 20px;
  background: #168e8f;
}

.app-demo-controls button:focus-visible {
  outline: 2px solid #f28c28;
  outline-offset: 2px;
}

.app-demo-timeline {
  height: 2px;
  overflow: hidden;
  background: rgba(18, 60, 63, 0.09);
  border-radius: 99px;
}

.app-demo-timeline i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #168e8f, #f28c28);
}

.app-demo-phone.is-ticking .app-demo-timeline i {
  animation: app-demo-timeline 1.75s linear forwards;
}

.app-demo-phone + .phone-ring {
  width: 450px;
  height: 450px;
  border-color: rgba(255, 208, 156, 0.38);
}

@keyframes app-demo-signal {
  50% {
    opacity: 0.4;
    transform: scale(0.84);
  }
}

@keyframes app-demo-line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes app-demo-point {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes app-demo-bar {
  to {
    width: var(--bar);
  }
}

@keyframes app-demo-rise {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
}

@keyframes app-demo-timeline {
  to {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .app-section {
    min-height: auto;
  }

  .phone-wrap {
    height: 525px;
    margin: 8px 0 -12px;
    transform: none;
  }

  .app-demo-phone {
    width: 258px;
    height: 505px;
    padding: 17px 14px 13px;
    border-width: 6px;
    border-radius: 32px;
    transform: rotate(1.2deg);
  }

  .app-demo-phone::before {
    top: 6px;
    width: 62px;
    height: 13px;
  }

  .app-demo-head {
    min-height: 24px;
    margin: 13px 0 8px;
  }

  .app-demo-viewport {
    border-radius: 16px;
  }

  .app-demo-slide {
    padding: 12px;
  }

  .rank-visual {
    grid-template-columns: 112px 1fr;
    gap: 8px;
    margin: 12px 0;
  }

  .rank-donut {
    width: 112px;
    height: 112px;
  }

  .rank-donut::before {
    width: 78px;
    height: 78px;
  }

  .rank-donut b {
    font-size: 13px;
  }

  .app-decision-chip {
    padding: 9px;
  }

  .trend-title,
  .marks-total {
    margin-top: 13px;
  }

  .trend-chart {
    height: 135px;
    margin-top: 11px;
  }

  .trend-chart svg {
    height: 102px;
  }

  .trend-grid.grid-one {
    top: 28px;
  }

  .trend-grid.grid-two {
    top: 61px;
  }

  .trend-grid.grid-three {
    top: 95px;
  }

  .difficulty-facts {
    margin-top: 9px;
  }

  .difficulty-facts span {
    padding: 8px;
  }

  .subject-bars {
    gap: 11px;
    margin-top: 14px;
  }

  .subject-bars i {
    height: 7px;
    margin-top: 5px;
  }

  .marks-insight {
    padding: 9px;
  }

  .mock-progress-row {
    margin-top: 12px;
  }

  .mock-question {
    margin-top: 12px;
  }

  .mock-options {
    gap: 5px;
    margin-top: 8px;
  }

  .mock-options span {
    min-height: 27px;
    padding: 6px 8px;
  }

  .live-performance > div,
  .live-performance > span {
    min-height: 60px;
    padding: 8px;
  }

  .live-performance > div b {
    margin-top: 6px;
    font-size: 19px;
  }

  .app-demo-controls {
    height: 17px;
    margin-top: 4px;
  }

  .app-demo-phone + .phone-ring {
    width: 365px;
    height: 365px;
    font-size: 7px;
  }
}

@media (max-width: 390px) {
  .phone-wrap {
    height: 490px;
  }

  .app-demo-phone {
    width: 244px;
    height: 475px;
  }

  .rank-visual {
    grid-template-columns: 100px 1fr;
  }

  .rank-donut {
    width: 100px;
    height: 100px;
  }

  .rank-donut::before {
    width: 70px;
    height: 70px;
  }

  .difficulty-facts,
  .mock-options span:first-child {
    display: none;
  }

  .trend-chart {
    height: 126px;
  }

  .demo-disclaimer {
    font-size: 5.5px;
  }
}

/* NEET vital signs predictor and statistics */
.neet-vitals {
  position: relative;
  isolation: isolate;
  padding: 118px 7vw 112px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 63, 67, 0.96), rgba(8, 127, 132, 0.94) 54%, rgba(242, 140, 40, 0.76) 150%),
    #073f43;
  overflow: hidden;
}

.neet-vitals::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(25deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 100%);
  background-size: 92px 92px, 118px 118px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95), transparent 88%);
}

.vitals-bg-shape {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(188, 238, 237, 0.24);
  background: linear-gradient(145deg, rgba(188, 238, 237, 0.13), rgba(255, 255, 255, 0.02));
  clip-path: polygon(50% 0, 100% 28%, 82% 100%, 12% 88%, 0 22%);
  animation: vital-drift 7s ease-in-out infinite;
}

.vitals-bg-shape.shape-one {
  width: 270px;
  height: 270px;
  top: 72px;
  right: 7vw;
  transform: rotate(18deg);
}

.vitals-bg-shape.shape-two {
  width: 185px;
  height: 185px;
  bottom: 64px;
  left: 4vw;
  border-color: rgba(242, 140, 40, 0.28);
  animation-delay: 0.9s;
}

.vitals-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(260px, 0.6fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 54px;
}

.vitals-head .section-label {
  color: #bceeed;
}

.vitals-head h2 {
  margin: 18px 0 0;
  letter-spacing: -3px;
  font: 500 clamp(50px, 5.4vw, 84px)/0.92 Georgia, "Times New Roman", serif;
}

.vitals-head h2 em {
  color: #ffd09c;
  font-style: italic;
  font-weight: 400;
}

.vitals-head p,
.vitals-note {
  color: rgba(229, 255, 252, 0.76);
  font-size: 14px;
  line-height: 1.75;
}

.vitals-lab {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(292px, 0.72fr) minmax(0, 1.28fr);
  gap: 26px;
  align-items: stretch;
}

.rank-predictor-card,
.vital-stat,
.difficulty-card,
.subject-load,
.marks-rank-card,
.distribution-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  backdrop-filter: blur(22px) saturate(130%);
}

.rank-predictor-card {
  position: relative;
  min-height: 100%;
  padding: 30px;
  overflow: hidden;
}

.predictor-orbit {
  position: absolute;
  top: -70px;
  right: -60px;
  width: 205px;
  height: 205px;
  border: 1px solid rgba(255, 208, 156, 0.28);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: rotate(18deg);
}

.predictor-kicker,
.vital-stat span,
.difficulty-card span,
.subject-load > span,
.marks-rank-card > span,
.distribution-card > span,
.vital-prediction-output span {
  display: block;
  color: #bceeed;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
}

.rank-predictor-card h3 {
  margin: 22px 0 15px;
  letter-spacing: -1.4px;
  font: 500 clamp(32px, 3.1vw, 48px)/0.96 Georgia, "Times New Roman", serif;
}

.rank-predictor-card h3 em {
  color: #ffd09c;
  font-style: italic;
}

.rank-predictor-card p {
  max-width: 340px;
  margin: 0 0 24px;
  color: rgba(229, 255, 252, 0.76);
  font-size: 12px;
  line-height: 1.68;
}

.rank-predictor-card label {
  display: block;
  margin-bottom: 15px;
}

.rank-predictor-card label span {
  display: block;
  margin-bottom: 8px;
  color: rgba(229, 255, 252, 0.78);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 900;
}

.rank-predictor-card input {
  width: 100%;
  color: #fff;
  background: rgba(7, 63, 67, 0.42);
  border: 1px solid rgba(188, 238, 237, 0.24);
  border-radius: 8px;
  outline: 0;
  padding: 14px 15px;
}

.rank-predictor-card input:focus {
  border-color: #ffd09c;
  box-shadow: 0 0 0 3px rgba(255, 208, 156, 0.15);
}

.rank-predictor-card button,
.answer-key-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 9px;
  font-weight: 900;
}

.rank-predictor-card button {
  margin-top: 8px;
  padding: 16px;
  color: #073f43;
  background: #ffd09c;
  border: 0;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rank-predictor-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.16);
}

.answer-key-link {
  margin-top: 12px;
  padding: 14px 16px;
  color: #fff;
  border: 1px solid rgba(255, 208, 156, 0.38);
}

.vital-prediction-output {
  margin-top: 20px;
  padding: 18px;
  background: rgba(6, 47, 51, 0.52);
  border: 1px solid rgba(188, 238, 237, 0.18);
  border-radius: 8px;
}

.vital-prediction-output strong {
  display: block;
  margin: 8px 0 6px;
  color: #ffd09c;
  letter-spacing: -1px;
  font: 500 clamp(25px, 2.6vw, 37px)/0.98 Georgia, "Times New Roman", serif;
}

.vital-prediction-output small {
  color: rgba(229, 255, 252, 0.62);
  font-size: 9px;
  line-height: 1.45;
}

.vital-prediction-output.is-updated {
  animation: vital-result-pop 0.44s ease;
}

.vitals-stats-board {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  perspective: 1000px;
}

.vital-stat,
.difficulty-card,
.subject-load,
.marks-rank-card,
.distribution-card {
  position: relative;
  min-height: 196px;
  padding: 22px;
  overflow: hidden;
  animation: vital-float 5.8s ease-in-out infinite;
}

.vitals-stats-board > article {
  opacity: 0.72;
  transform: translate3d(0, 8px, 0) rotateX(0deg) rotateY(0deg) scale(0.985);
  transform-style: preserve-3d;
  transition:
    opacity 0.62s ease,
    filter 0.62s ease,
    border-color 0.62s ease,
    box-shadow 0.62s ease,
    transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
  animation: none;
}

.vitals-stats-board > article:nth-child(even) {
  transform: translate3d(0, 18px, -12px) rotateX(2deg) rotateY(3deg) scale(0.975);
}

.vitals-stats-board > article::after {
  content: "";
  position: absolute;
  inset: -80% -45%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.24), transparent 68%);
  opacity: 0;
  transform: translateX(-58%) rotate(12deg);
}

.vitals-stats-board > article.is-next {
  opacity: 0.88;
  filter: saturate(1.08);
  transform: translate3d(0, -4px, 20px) rotateX(4deg) rotateY(4deg) scale(1.01);
}

.vitals-stats-board > article.is-active {
  opacity: 1;
  filter: saturate(1.2) contrast(1.04);
  border-color: rgba(255, 208, 156, 0.72);
  box-shadow:
    0 34px 78px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 208, 156, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  transform: translate3d(0, -18px, 42px) rotateX(7deg) rotateY(-7deg) scale(1.045);
}

.vitals-stats-board > article:nth-child(even).is-active {
  transform: translate3d(0, -18px, 42px) rotateX(7deg) rotateY(7deg) scale(1.045);
}

.vitals-stats-board > article.is-active::after {
  opacity: 1;
  animation: vital-sheen 1.05s ease;
}

.vital-stat {
  grid-column: span 3;
}

.difficulty-card,
.subject-load,
.marks-rank-card,
.distribution-card {
  grid-column: span 3;
}

.stat-tall {
  transform: rotateX(4deg) rotateY(-3deg);
}

.stat-rise,
.subject-load,
.distribution-card {
  animation-delay: 0.55s;
}

.vital-stat strong {
  display: block;
  margin: 24px 0 10px;
  color: #fff;
  letter-spacing: -5px;
  font: 500 clamp(64px, 7vw, 112px)/0.82 Georgia, "Times New Roman", serif;
}

.vital-stat p,
.distribution-card p {
  max-width: 280px;
  color: rgba(229, 255, 252, 0.7);
  font-size: 11px;
  line-height: 1.55;
}

.vital-stat i {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(255, 208, 156, 0.3);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.difficulty-card {
  display: grid;
  grid-template-columns: 1fr 118px;
  gap: 18px;
  align-items: end;
}

.difficulty-card strong {
  display: block;
  margin-top: 16px;
  color: #ffd09c;
  font: 500 clamp(32px, 3.8vw, 54px)/0.94 Georgia, "Times New Roman", serif;
}

.difficulty-card small {
  display: block;
  margin-top: 10px;
  color: rgba(229, 255, 252, 0.65);
  font-size: 10px;
  line-height: 1.45;
}

.difficulty-wave {
  display: flex;
  align-items: end;
  gap: 9px;
  height: 132px;
}

.difficulty-wave i {
  flex: 1;
  height: var(--height);
  min-height: 38px;
  background: linear-gradient(180deg, #ffd09c, rgba(255, 208, 156, 0.18));
  border-radius: 999px 999px 8px 8px;
  animation: vital-bar 1.7s ease both;
}

.subject-load > div {
  display: grid;
  grid-template-columns: 80px 1fr 68px;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
}

.subject-load i {
  height: 8px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  overflow: hidden;
}

.subject-load u {
  display: block;
  width: var(--bar);
  height: 100%;
  background: linear-gradient(90deg, #bceeed, #ffd09c);
  border-radius: inherit;
  animation: vital-bar-width 1.1s ease both;
}

.subject-load em {
  color: #ffd09c;
  font-style: normal;
  text-align: right;
}

.rank-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.rank-row b {
  color: #fff;
  font: 500 25px/1 Georgia, "Times New Roman", serif;
}

.rank-row em {
  color: #ffd09c;
  font-style: normal;
  font-size: 12px;
}

.distribution-stack {
  display: flex;
  align-items: end;
  gap: 11px;
  height: 110px;
  margin: 18px 0;
}

.distribution-stack i {
  flex: 1;
  height: var(--size);
  background: linear-gradient(180deg, rgba(188, 238, 237, 0.92), rgba(24, 166, 166, 0.24));
  clip-path: polygon(50% 0, 100% 18%, 100% 100%, 0 100%, 0 18%);
  animation: vital-bar 1.3s ease both;
}

.vitals-note {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 28px 0 0;
  font-size: 10px;
}

@keyframes vital-drift {
  50% {
    transform: translate3d(0, -14px, 0) rotate(24deg);
  }
}

@keyframes vital-float {
  50% {
    transform: translate3d(0, -10px, 0) rotateX(3deg);
  }
}

@keyframes vital-bar {
  from {
    transform: scaleY(0.4);
    opacity: 0.35;
  }
}

@keyframes vital-bar-width {
  from {
    width: 18%;
  }
}

@keyframes vital-result-pop {
  45% {
    transform: translateY(-4px);
    border-color: rgba(255, 208, 156, 0.46);
  }
}

@keyframes vital-sheen {
  to {
    transform: translateX(58%) rotate(12deg);
  }
}

@media (max-width: 900px) {
  .vitals-head,
  .vitals-lab {
    grid-template-columns: 1fr;
  }

  .vitals-stats-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vital-stat,
  .difficulty-card,
  .subject-load,
  .marks-rank-card,
  .distribution-card {
    grid-column: span 1;
  }
}

@media (max-width: 620px) {
  .neet-vitals {
    padding: 86px 22px 90px;
  }

  .vitals-head h2 {
    letter-spacing: -2px;
    font-size: 48px;
  }

  .rank-predictor-card,
  .vital-stat,
  .difficulty-card,
  .subject-load,
  .marks-rank-card,
  .distribution-card {
    padding: 20px;
  }

  .vitals-stats-board,
  .difficulty-card {
    grid-template-columns: 1fr;
  }

  .difficulty-wave {
    height: 94px;
  }

  .subject-load > div {
    grid-template-columns: 72px 1fr;
  }

  .subject-load em {
    grid-column: 2;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vitals-bg-shape,
  .vitals-stats-board > article,
  .vital-stat,
  .vital-prediction-output.is-updated,
  .difficulty-wave i,
  .subject-load u,
  .distribution-stack i,
  .app-demo-head > em i,
  .difficulty-slide.is-active .trend-line,
  .difficulty-slide.is-active .trend-chart circle,
  .marks-slide.is-active .subject-bars u,
  .mock-live-slide.is-active .live-performance,
  .app-demo-phone.is-ticking .app-demo-timeline i {
    animation: none;
  }

  .trend-line {
    stroke-dashoffset: 0;
  }

  .trend-chart circle {
    opacity: 1;
  }

  .subject-bars u {
    width: var(--bar);
  }

  .vitals-stats-board > article {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* Database-backed predictor enquiry and free case-review modal */
.rank-predictor-card .vital-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}

.rank-predictor-card .vital-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 2px 0 14px;
}

.rank-predictor-card .vital-consent input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  accent-color: #ffd09c;
}

.rank-predictor-card .vital-consent span {
  margin: 0;
  color: rgba(229, 255, 252, 0.72);
  letter-spacing: 0;
  text-transform: none;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.45;
}

.rank-predictor-card .vital-consent a {
  color: #ffd09c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rank-predictor-card button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

.vital-submit-status {
  min-height: 18px;
  margin: 9px 2px 0 !important;
  color: rgba(229, 255, 252, 0.72) !important;
  font-size: 8px !important;
  line-height: 1.45 !important;
}

.vital-submit-status.is-success {
  color: #a8f1d9 !important;
}

.vital-submit-status.is-error {
  color: #ffd09c !important;
}

.case-review-dialog {
  width: min(970px, 100%);
}

.case-review-intro {
  background:
    radial-gradient(circle at 76% 34%, rgba(255, 208, 156, 0.32), transparent 26%),
    linear-gradient(145deg, #168e8f, #074a4e);
}

.case-review-intro img {
  padding: 0;
  background: transparent;
  box-shadow: none;
  filter: brightness(0) invert(1);
}

.case-review-pulse span {
  color: #075e63;
  font-size: 19px;
}

.case-review-content {
  justify-content: center;
}

.case-review-form .chance-submit {
  margin-top: 2px;
}

@media (max-width: 700px) {
  .case-review-content {
    padding-top: 30px;
  }

  .case-review-form {
    gap: 11px;
  }

  .vital-submit-status {
    min-height: 16px;
  }
}

/* Background-blended FAQ rows */
.faq {
  background:
    radial-gradient(circle at 12% 20%, rgba(24, 166, 166, 0.08), transparent 27%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(242, 252, 250, 0.7));
}

.faq-list {
  counter-reset: faq-row;
  border-top: 1px solid rgba(8, 79, 83, 0.16);
}

.faq .faq-item {
  counter-increment: faq-row;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(8, 79, 83, 0.16);
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.faq .faq-item button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 25px 2px;
  background: transparent;
  border: 0;
}

.faq .faq-item button::before {
  content: "0" counter(faq-row);
  color: #82999a;
  letter-spacing: 0.08em;
  font: 800 8px/1 Arial, sans-serif;
}

.faq .faq-item button span {
  color: #274b4d;
  transition: color 0.25s ease, transform 0.25s ease;
}

.faq .faq-item button b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--brand-orange);
  background: transparent;
  font: 500 20px/1 Georgia, serif;
}

.faq .faq-item.open button span,
.faq .faq-item button:hover span,
.faq .faq-item button:focus-visible span {
  color: var(--brand-teal-dark);
  transform: translateX(3px);
}

.faq .faq-item p {
  max-width: 670px;
  margin: 0 42px 0 53px;
  padding: 0;
  background: transparent;
}

.faq .faq-item.open p {
  padding: 0 0 25px;
}

/* Clear legal navigation in the primary footer */
.footer-legal-nav {
  display: grid;
  max-width: 280px;
  margin-top: 12px;
}

.footer-legal-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 0;
  color: #a9c0be;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 10px;
  line-height: 1.35;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-legal-nav a span {
  color: #ffd09c;
}

.footer-legal-nav a:hover,
.footer-legal-nav a:focus-visible {
  padding-left: 4px;
  color: #fff;
}

footer .footer-brand {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

footer .footer-brand .brand-logo {
  filter: brightness(0) invert(1);
}

@media (max-width: 620px) {
  .faq .faq-item button {
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 20px 0;
    font-size: 17px;
  }

  .faq .faq-item p {
    margin: 0 36px 0 37px;
    font-size: 11px;
  }

  .faq .faq-item.open p {
    padding-bottom: 21px;
  }

  .footer-legal-column {
    grid-column: 1 / -1;
  }

  .footer-legal-nav {
    max-width: none;
  }
}

/* Always-available official contact actions */
.floating-contact-dock {
  position: fixed;
  right: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 1500;
  display: grid;
  width: min(270px, calc(100vw - 36px));
  gap: 8px;
  transition: opacity .2s ease, transform .2s ease;
}

.floating-contact-action {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 9px 13px 9px 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(5, 48, 51, .22);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.floating-contact-action.is-call {
  background: linear-gradient(135deg, rgba(6, 63, 67, .96), rgba(13, 114, 115, .94));
}

.floating-contact-action.is-whatsapp {
  background: linear-gradient(135deg, rgba(11, 111, 91, .97), rgba(31, 160, 113, .95));
}

.floating-contact-action:hover,
.floating-contact-action:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 20px 48px rgba(5, 48, 51, .3);
}

.floating-contact-action:focus-visible {
  outline: 3px solid #ffd09c;
  outline-offset: 3px;
}

.floating-contact-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.5px;
}

.floating-contact-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.floating-contact-copy small {
  color: rgba(255, 255, 255, .72);
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.2px;
}

.floating-contact-copy b {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .1px;
}

body.modal-open .floating-contact-dock {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

@media (max-width: 620px) {
  .floating-contact-dock {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    gap: 7px;
  }

  .floating-contact-action {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 7px;
    min-height: 52px;
    padding: 7px 9px 7px 7px;
    border-radius: 14px;
  }

  .floating-contact-icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .floating-contact-copy small {
    font-size: 5.5px;
    letter-spacing: .65px;
  }

  .floating-contact-copy b {
    font-size: clamp(8px, 2.35vw, 10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-contact-dock,
  .floating-contact-action {
    transition: none;
  }
}

/* Google Ads admission-help popup */
.google-ad-lead-dialog {
  grid-template-columns: minmax(285px, 0.85fr) minmax(410px, 1.15fr);
  width: min(880px, 100%);
}

.google-ad-lead-intro {
  min-height: 565px;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 188, 113, 0.5), transparent 23%),
    linear-gradient(155deg, rgba(24, 166, 166, 0.98), rgba(5, 79, 84, 0.99));
}

.google-ad-lead-intro img {
  width: min(238px, 91%);
}

.google-ad-app-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: auto 0;
  padding: 13px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(3, 46, 49, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.google-ad-app-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(3, 52, 55, 0.2);
}

.google-ad-app-icon i {
  width: 27px;
  height: 27px;
  border: 3px solid var(--brand-teal);
  border-radius: 50%;
}

.google-ad-app-icon b {
  position: absolute;
  display: grid;
  place-items: center;
  right: 6px;
  bottom: 6px;
  width: 17px;
  height: 17px;
  color: #fff;
  background: var(--brand-orange);
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.google-ad-app-card > span:last-child {
  display: grid;
  gap: 4px;
}

.google-ad-app-card small {
  color: #bceeed;
  letter-spacing: 1.2px;
  font-size: 7px;
  font-weight: 900;
}

.google-ad-app-card strong {
  color: #fff;
  font: 18px/1.12 Georgia, "Times New Roman", serif;
}

.google-ad-lead-content {
  min-height: 565px;
  padding: 48px 48px 38px;
}

.google-ad-lead-content h2 {
  font-size: 45px;
}

.google-ad-lead-content .chance-subhead {
  margin-bottom: 20px;
}

.google-ad-lead-form {
  grid-template-columns: minmax(0, 1.45fr) minmax(120px, 0.55fr);
  gap: 12px;
}

.google-ad-lead-submit {
  background: linear-gradient(90deg, #f28c28, #e57314 72%, #cf5b08);
}

.google-ad-honeypot {
  position: fixed !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 620px) {
  .google-ad-lead-dialog {
    max-height: calc(100dvh - 12px);
  }

  .google-ad-lead-intro {
    min-height: 128px;
    padding: 16px 19px 14px;
  }

  .google-ad-lead-intro img {
    width: 177px;
    padding: 5px 7px;
  }

  .google-ad-lead-intro .chance-badge {
    margin-top: 9px;
    font-size: 5.5px;
  }

  .google-ad-app-card {
    position: absolute;
    right: 17px;
    bottom: 12px;
    grid-template-columns: 34px;
    width: 34px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .google-ad-app-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .google-ad-app-icon i {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }

  .google-ad-app-icon b {
    right: 2px;
    bottom: 2px;
    width: 13px;
    height: 13px;
    font-size: 9px;
  }

  .google-ad-app-card > span:last-child,
  .google-ad-lead-intro .chance-proof {
    display: none;
  }

  .google-ad-lead-content {
    min-height: 0;
    padding: 21px 20px 20px;
  }

  .google-ad-lead-content .chance-overline {
    margin-bottom: 8px;
  }

  .google-ad-lead-content h2 {
    max-width: none;
    font-size: clamp(31px, 9vw, 39px);
  }

  .google-ad-lead-content .chance-subhead {
    margin: 10px 0 14px;
    font-size: 9.5px;
    line-height: 1.45;
  }

  .google-ad-lead-form {
    grid-template-columns: minmax(0, 1.45fr) minmax(88px, 0.55fr);
    gap: 9px;
  }

  .google-ad-lead-form .chance-field-wide {
    grid-column: 1 / -1;
  }

  .google-ad-lead-form .chance-field input {
    height: 43px;
  }

  .google-ad-lead-form .chance-consent {
    font-size: 7px;
  }

  .google-ad-lead-submit {
    min-height: 47px;
    padding: 0 13px;
    font-size: 8px;
  }

  .google-ad-lead-content .chance-microcopy {
    margin-top: 10px;
    font-size: 6.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .google-ad-lead-modal,
  .google-ad-lead-dialog {
    transition: none;
  }
}

/* Consistent submission feedback for enquiries, predictors and checkout */
button[aria-busy="true"] {
  cursor: wait !important;
  justify-content: center !important;
  gap: 11px !important;
  pointer-events: none;
}

button[aria-busy="true"]::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.42);
  border-top-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(5, 63, 67, 0.12);
  animation: yco-submit-spin 0.72s linear infinite;
}

@keyframes yco-submit-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  button[aria-busy="true"]::before {
    animation-duration: 1.6s;
  }
}

/* Mobile chapter trails: compact, swipeable and easy to scan in one thumb flow */
@media (max-width: 760px) {
  .intel-head,
  .solutions-head,
  .plans-head {
    position: relative;
  }

  .intel-head::after,
  .solutions-head::after,
  .plans-head::after {
    content: "SWIPE \2192";
    position: absolute;
    right: 0;
    bottom: 3px;
    color: var(--brand-orange);
    letter-spacing: 0.16em;
    font-size: 6px;
    font-weight: 900;
  }

  .counselling-intel {
    padding: 48px 16px 50px;
  }

  .intel-head {
    margin-bottom: 17px;
  }

  .intel-head h2,
  .solutions-head h2,
  .plans-head h2 {
    letter-spacing: -1.8px;
    font-size: clamp(32px, 9.5vw, 40px);
    line-height: 0.93;
  }

  .intel-head h2 {
    margin-top: 10px;
  }

  .intel-browser {
    margin-right: 0;
    margin-left: 0;
    border-radius: 17px;
  }

  .intel-browser-bar {
    min-height: 38px;
    padding: 5px 7px;
  }

  .intel-address {
    padding: 6px 8px;
    font-size: 6px;
  }

  .intel-tour-toggle {
    width: 26px;
    height: 26px;
  }

  .intel-process {
    padding: 8px 8px 6px;
  }

  .intel-process-label {
    margin-bottom: 6px;
    font-size: 6px;
  }

  .intel-steps {
    scroll-snap-type: x proximity;
  }

  .intel-step {
    flex-basis: 92px;
    min-height: 36px;
    padding: 5px;
    scroll-snap-align: start;
  }

  .intel-step > span {
    width: 22px;
    height: 22px;
  }

  .intel-step > b {
    font-size: 9px;
  }

  .intel-workspace {
    padding: 12px 11px 14px;
  }

  .intel-workspace-copy {
    margin-bottom: 9px;
  }

  .intel-workspace-copy small {
    margin-bottom: 5px;
  }

  .intel-workspace-copy h3 {
    font-size: clamp(26px, 8.2vw, 34px);
  }

  .intel-primary-data,
  .intel-mini-data article {
    min-height: 82px;
    padding: 11px;
  }

  .intel-primary-data > strong {
    margin-top: 5px;
    font-size: clamp(27px, 8vw, 34px);
  }

  .intel-mini-data strong {
    font-size: 13px;
  }

  .intel-decision-output {
    min-height: 39px;
    margin-top: 6px;
    padding: 7px 9px;
  }

  .intel-stage-progress {
    margin-top: 8px;
  }

  .intel-note {
    margin-top: 9px;
    line-height: 1.45;
  }

  .solutions {
    padding: 48px 16px 52px;
  }

  .solutions-head h2,
  .plans-head h2 {
    margin-bottom: 0;
  }

  .care-pathway {
    margin-top: 20px;
  }

  .care-pathway-nav,
  .care-auto-progress {
    display: none;
  }

  .care-panels {
    display: flex;
    gap: 10px;
    height: 318px;
    min-height: 0;
    padding: 0 13vw 5px 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .care-panels::-webkit-scrollbar,
  .plan-grid::-webkit-scrollbar {
    display: none;
  }

  .care-card,
  .care-card.is-active {
    display: block;
    flex: 0 0 min(78vw, 304px);
    width: auto;
    height: 100%;
    border-radius: 19px;
    opacity: 1;
    transform: none;
    scroll-snap-align: start;
    animation: none;
  }

  .care-card:not(.is-active) .care-card-wash {
    background:
      linear-gradient(180deg, rgba(3, 35, 37, 0.22) 0%, transparent 35%, rgba(3, 30, 32, 0.94) 100%),
      linear-gradient(100deg, rgba(3, 38, 40, 0.48), transparent 65%);
  }

  .care-card:not(.is-active) .care-card-top b {
    display: flex;
  }

  .care-card-top {
    top: 13px;
    right: 13px;
    left: 13px;
    font-size: 6px;
  }

  .care-card-copy,
  .care-card:not(.is-active) .care-card-copy {
    right: 17px;
    bottom: 17px;
    left: 17px;
    min-width: 0;
  }

  .care-card-copy small,
  .care-card:not(.is-active) .care-card-copy small {
    display: block;
    margin-bottom: 6px;
    font-size: 5.5px;
  }

  .care-card-copy h3,
  .care-card:not(.is-active) .care-card-copy h3 {
    font-size: clamp(30px, 9.5vw, 39px);
    line-height: 0.92;
  }

  .care-card-copy p,
  .care-card:not(.is-active) .care-card-copy p {
    display: -webkit-box;
    margin: 8px 0 9px;
    font-size: 8.5px;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .care-micro-points,
  .care-card:not(.is-active) .care-micro-points {
    display: flex;
    margin-bottom: 10px;
  }

  .care-micro-points span {
    padding: 5px 6px;
    font-size: 5px;
  }

  .care-micro-points span:nth-child(n + 3) {
    display: none;
  }

  .care-card-copy a,
  .care-card:not(.is-active) .care-card-copy a {
    display: inline-flex;
    min-width: 150px;
    padding-bottom: 5px;
    font-size: 5.5px;
  }

  .plans {
    padding: 50px 16px 58px;
  }

  .plans-head {
    margin-top: 13px;
  }

  .plans-head > p {
    display: none;
  }

  .plan-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 350px);
    align-items: start;
    gap: 12px;
    margin-top: 24px;
    padding: 0 12vw 10px 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .plan-card,
  .plan-card.starter,
  .premium {
    width: auto;
    min-width: 0;
    padding: 43px 17px 21px;
    border-radius: 21px;
    scroll-snap-align: start;
  }

  .plan-title {
    font-size: 7px;
  }

  .plan-title b {
    font-size: 24px;
  }

  .price.price-discount {
    gap: 2px 9px;
    margin: 18px 0 8px;
  }

  .price-was {
    font-size: 12px;
  }

  .price.price-discount .price-now {
    font-size: 52px;
  }

  .price.price-discount .price-now small {
    margin-top: 3px;
    font-size: 20px;
  }

  .price-cycle {
    padding-bottom: 4px;
    font-size: 6px;
  }

  .plan-card > p {
    display: -webkit-box;
    margin: 8px 0 0;
    font-size: 9px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .plan-feature-groups {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin: 16px 0;
  }

  .plan-feature-group {
    min-width: 0;
    padding: 9px 9px 8px;
    border-radius: 11px;
  }

  .plan-feature-group h3 {
    gap: 5px;
    letter-spacing: 0.07em;
    font-size: 5.5px;
  }

  .plan-feature-group h3 span {
    width: 19px;
    height: 19px;
    border-radius: 6px;
    font-size: 9px;
  }

  .plan-card .plan-feature-group ul {
    margin-top: 6px;
  }

  .plan-card .plan-feature-group li {
    padding: 3px 0 3px 12px;
    font-size: 7px;
    line-height: 1.35;
  }

  .plan-card .plan-feature-group li:nth-child(n + 3) {
    display: none;
  }

  .plan-feature-group:has(li:nth-child(3)) ul::after {
    content: "+ MORE INCLUDED";
    display: block;
    margin: 5px 0 0 12px;
    color: var(--brand-orange);
    letter-spacing: 0.08em;
    font-size: 5px;
    font-weight: 900;
  }

  .premium .plan-feature-group:has(li:nth-child(3)) ul::after {
    color: #ffc985;
  }

  .premium-quote-price {
    margin: 18px 0 10px;
  }

  .premium-quote-price strong {
    margin: 6px 0 7px;
    font-size: 32px;
  }

  .premium-quote-price small {
    display: -webkit-box;
    font-size: 8px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .pizza-value {
    margin-top: 12px;
    padding: 9px 10px;
  }

  .pizza-value strong {
    font-size: 8px;
    line-height: 1.35;
  }

  .pizza-eater {
    transform: scale(0.78);
    transform-origin: center;
  }

  .buy-plan,
  .buy-plan-lock {
    margin-top: 12px;
  }

  .buy-plan {
    min-height: 46px;
    padding: 13px 14px;
    font-size: 7px;
  }
}

/* Compact professional call and WhatsApp icon dock */
.floating-contact-dock {
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 8px;
}

.floating-contact-action {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  width: 54px;
  min-height: 54px;
  padding: 0;
  border-radius: 50%;
}

.floating-contact-icon {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 19px;
}

.floating-contact-copy {
  display: none;
}

.floating-contact-action.is-whatsapp {
  background: linear-gradient(135deg, #0b8f69, #25d366);
}

.floating-contact-icon.is-whatsapp-mark {
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.floating-contact-icon.is-whatsapp-mark::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 1px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  transform: rotate(-25deg);
}

.floating-contact-icon.is-whatsapp-mark i {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  transform: rotate(-18deg);
}

@media (max-width: 620px) {
  .floating-contact-dock {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: auto;
    display: flex;
    grid-template-columns: none;
    flex-direction: row;
    width: auto;
  }

  .floating-contact-action {
    display: grid;
    grid-template-columns: 1fr;
    width: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 50%;
  }

  .floating-contact-icon {
    width: 32px;
    height: 32px;
    font-size: 17px;
  }

  .floating-contact-icon.is-whatsapp-mark {
    width: 26px;
    height: 26px;
  }
}

/* Keep legal links clear inside the unified enquiry consent */
.consult .consent a {
  color: var(--brand-teal-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
