
    @page {
      size: A4;
      margin: 12mm;
    }

    @keyframes stepComplete {
      0% {
        transform: scale(.86);
        box-shadow: 0 0 0 0 rgba(12, 143, 99, .18);
      }

      65% {
        transform: scale(1.08);
        box-shadow: 0 0 0 7px rgba(12, 143, 99, 0);
      }

      100% {
        transform: scale(1);
        box-shadow: none;
      }
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(8px);
      }

      to {
        opacity: 1;
        transform: none;
      }
    }

    :root {
      --navy: #15324f;
      --navy-2: #244a70;
      --blue: #246fb8;
      --orange: #f15b32;
      --orange-dark: #dc4d27;
      --green: #0c8f63;
      --amber: #c27803;
      --ink: #172b40;
      --muted: #657487;
      --line: #e3e9ef;
      --shadow: 0 14px 38px rgba(22, 50, 79, .07);
      --shadow-small: 0 8px 24px rgba(22, 50, 79, .06);
      --font: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
      --serif: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
      --section-blue: var(--blue, #0d6dcc);
      --section-serif: var(--serif, "Playfair Display", Georgia, serif);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      max-width: 100%;
      overflow-x: hidden;
      scroll-padding-top: 76px;
    }

    body {
      font-family: var(--font);
      -webkit-font-smoothing: antialiased;
      max-width: 100%;
      overflow-x: hidden;
      min-width: 320px;
      line-height: 1.6;
      background: #fff;
      color: var(--ink);
      font-size: 16px;
      --section-primary: #246fb8;
      --section-accent: #f15b32;
    }

    body.modal-open {
      overflow: hidden;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    button {
      font: inherit;
      cursor: pointer;
    }

    input,
    select {
      font: inherit;
    }

    img {
      display: block;
      max-width: 100%;
    }

    .container {
      margin-inline: auto;
      min-width: 0;
      width: min(1180px, calc(100% - 48px));
    }

    svg {
      max-width: 100%;
    }

    .noscript-warning {
      position: relative;
      z-index: 9999;
      padding: 12px 16px;
      text-align: center;
      color: #8a1c13;
      background: #fff1f0;
      border-bottom: 1px solid #fecaca;
      font-size: 14px;
      font-weight: 800;
    }

    button:focus-visible,
    a:focus-visible,
    input:focus-visible,
    select:focus-visible {
      outline: 3px solid rgba(36, 111, 184, .28);
      outline-offset: 2px;
    }

    .sr-only {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      backdrop-filter: blur(16px);
      background: rgba(255, 255, 255, .97);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 4px 18px rgba(22, 50, 79, .035);
    }

    .header-inner {
      margin: auto;
      display: grid;
      align-items: center;
      min-width: 0;
      height: 68px;
      width: min(1160px, calc(100% - 40px));
      grid-template-columns: auto 1fr auto;
      gap: 28px;
    }

    .brand img {
      height: auto;
      width: 145px;
    }

    .desktop-nav {
      display: flex;
      justify-content: center;
      gap: 26px;
    }

    .desktop-nav a {
      position: relative;
      font-size: 15px;
      font-weight: 700;
      color: #41566c;
    }

    .desktop-nav a:after {
      content: "";
      position: absolute;
      left: 0;
      right: 100%;
      transition: .2s;
      bottom: -7px;
      height: 2px;
      background: var(--orange);
    }

    .desktop-nav a:hover:after {
      right: 0;
    }

    .header-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      height: 42px;
      padding: 0 16px;
      border-radius: 11px;
      font-weight: 850;
      transition: .2s;
      background: #fff;
      color: var(--blue);
      border: 1px solid #cfddeb;
      box-shadow: none;
      font-size: 14px;
    }

    .header-cta:hover {
      transform: translateY(-1px);
      background: #f5f9fd;
      color: #195d9e;
    }

    .hero {
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      min-height: 560px;
      padding: 0px 0 64px;
      color: var(--ink);
      border-bottom: 1px solid var(--line);
      background: #fff;
    }

    .hero-orb {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      opacity: .35;
      filter: none;
    }

    .hero-layout {
      display: grid;
      align-items: center;
      grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
      gap: 58px;
      position: relative;
      z-index: 2;
    }

    .georgia-flag {
      font-size: 16px;
    }

    .hero h1 {
      font-family: var(--serif);
      max-width: 720px;
      margin-bottom: 18px;
      font-size: clamp(52px, 5.6vw, 76px);
      line-height: 1.02;
      letter-spacing: -2.6px;
      color: #18324d;
      font-weight: 800;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 18px;
      margin-bottom: 27px;
    }

    .primary-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      background: linear-gradient(135deg, #ff6b38, var(--orange-dark));
      color: #fff;
      transition: .2s;
      font-weight: 850;
      min-height: 56px;
      padding: 0 25px;
      border-radius: 12px;
      font-size: 16px;
      box-shadow: 0 10px 24px rgba(241, 91, 50, .2);
    }

    .primary-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 40px rgba(242, 90, 42, .4);
    }

    .primary-button span {
      font-size: 20px;
    }

    .hero::before {
      content: "";
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      width: 1500px;
      height: 540px;
      background: linear-gradient(rgba(228, 84, 17, 0.28) 0%,
          rgba(231, 97, 8, 0.2) 30%,
          rgba(224, 101, 19, 0.11) 52%,
          rgba(219, 101, 22, 0.04) 68%,
          transparent 82%);
      filter: blur(20px);
      pointer-events: none;
      z-index: 0;
    }

    .hero-copy {
      min-width: 0;
    }

    .hero-copy h1 {
      font-size: clamp(42px, 4.4vw, 66px);
    }

    .airport-diaries-head .eyebrow {
      color: #fff;
    }

    .hero-counselling-visual {
      position: relative;
      min-height: 470px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-orb-one {
      width: 460px;
      height: 460px;
      right: -180px;
      top: -210px;
      background: radial-gradient(circle, rgba(36, 111, 184, .13), transparent 68%);
      display: none;
    }

    .hero-orb-two {
      width: 360px;
      height: 360px;
      left: -170px;
      top: -125px;
      bottom: auto;
      opacity: .24;
      background: radial-gradient(circle, rgba(241, 91, 50, .14), transparent 69%);
    }

    .hero h1 span {
      color: var(--orange);
    }

    .hero-copy>p {
      max-width: 610px;
      margin-bottom: 25px;
      font-size: 19px;
      line-height: 1.55;
      color: #5d6f82;
    }

    .hero-time-note {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-weight: 650;
      font-size: 14px;
      color: #718095;
    }

    .hero-result-chip {
      position: absolute;
      z-index: 4;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 13px;
      background: #fff;
      border: 1px solid rgba(8, 38, 68, .08);
      border-radius: 13px;
      color: var(--ink);
      left: 4%;
      bottom: 24px;
      border-color: var(--line);
      box-shadow: 0 10px 28px rgba(22, 50, 79, .08);
    }

    .hero-result-chip>i {
      width: 31px;
      height: 31px;
      display: grid;
      place-items: center;
      border-radius: 9px;
      background: #e6f7f0;
      color: var(--green);
      font-size: 12px;
    }

    .hero-result-chip strong {
      display: block;
      font-size: 12px;
    }

    .hero-result-chip small {
      display: block;
      font-size: 10.5px;
      color: var(--muted);
      margin-top: 1px;
    }

    .stats-panel-section {
      position: relative;
      z-index: 10;
      padding: 0 0 54px;
      background: #fff;
    }

    .stats-panel {
      max-width: 980px;
      margin: -34px auto 0;
      background: #fff;
      border: 1px solid #e5ebf2;
      border-radius: 22px;
      box-shadow: 0 18px 50px rgba(7, 31, 61, 0.08);
      overflow: hidden;
    }

    .stat-item {
      position: relative;
      min-height: 118px;
      padding: 26px 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
    }

    .stat-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 27px;
      bottom: 27px;
      width: 1px;
      background: #e3e9f0;
    }

    .stat-icon {
      width: 46px;
      height: 46px;
      flex: 0 0 46px;
      display: grid;
      place-items: center;
      border-radius: 13px;
      background: #f1f6fb;
      color: #1268b8;
      font-size: 17px;
    }

    .stat-content {
      display: flex;
      flex-direction: column;
    }

    .stat-content strong {
      color: #08284c;
      font-size: 21px;
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -0.3px;
    }

    .stat-content span {
      margin-top: 5px;
      color: #6f7e90;
      font-size: 13px;
      line-height: 1.4;
    }

    .checker-section {
      padding: 90px 0;
      scroll-margin-top: 72px;
      background: #fff;
    }

    .form-step {
      display: none;
      padding: 36px;
    }

    .form-step.active {
      display: block;
      animation: fadeUp .34s cubic-bezier(.22, 1, .36, 1);
    }

    .field-group {
      margin-bottom: 22px;
    }

    .field-group label {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      font-weight: 800;
      color: #243650;
      margin-bottom: 9px;
      font-size: 13px;
    }

    .field-group label b {
      color: var(--orange);
    }

    .field-group label span {
      font-weight: 600;
      color: var(--muted);
      font-size: 11px;
    }

    .field-group small {
      display: block;
      color: #8591a2;
      margin-top: 6px;
      font-size: 11.5px;
      line-height: 1.5;
    }

    .field-group input,
    .field-group select {
      width: 100%;
      height: 50px;
      border: 1.5px solid var(--line);
      border-radius: 12px;
      background: #fff;
      color: var(--ink);
      padding: 0 14px;
      outline: none;
      transition: .18s;
      font-size: 14px;
    }

    .field-group input:focus,
    .field-group select:focus {
      border-color: var(--blue);
      box-shadow: 0 0 0 4px rgba(18, 90, 163, .1);
    }

    .field-group input.invalid {
      border-color: #e25353 !important;
      box-shadow: 0 0 0 3px rgba(226, 83, 83, .1) !important;
    }

    .field-group select.invalid {
      border-color: #d92d20;
      box-shadow: 0 0 0 4px rgba(217, 45, 32, .08);
    }

    .budget-cards {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 9px;
    }

    .budget-cards button {
      border: 1.5px solid var(--line);
      border-radius: 13px;
      padding: 13px 8px;
      background: #fff;
      text-align: left;
      min-height: 74px;
      position: relative;
      z-index: 2;
      touch-action: manipulation;
    }

    .budget-cards strong,
    .priority-grid strong {
      display: block;
      font-size: 12px;
    }

    .budget-cards small {
      display: block;
      color: var(--muted);
      margin-top: 4px;
      font-size: 11px;
    }

    .budget-cards button.selected {
      border-color: var(--blue) !important;
      background: #eef6fd !important;
      box-shadow: 0 0 0 2px rgba(36, 111, 184, .10) !important;
    }

    .budget-cards button.selected strong,
    .budget-cards-v2 button.selected strong {
      color: var(--blue) !important;
    }

    .priority-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .priority-grid button {
      display: flex;
      align-items: center;
      gap: 10px;
      text-align: left;
      border: 1.5px solid var(--line);
      background: #fff;
      border-radius: 13px;
      padding: 13px;
      min-height: 70px;
      position: relative;
      z-index: 2;
      touch-action: manipulation;
    }

    .priority-grid i {
      width: 32px;
      height: 32px;
      border-radius: 9px;
      background: #edf5fc;
      color: var(--blue);
      display: grid;
      place-items: center;
      font-style: normal;
      font-size: 14px;
      font-weight: 900;
      flex: 0 0 auto;
    }

    .priority-grid small {
      display: block;
      color: var(--muted);
      margin-top: 3px;
      font-size: 11px;
    }

    .priority-grid button.selected {
      border-color: var(--blue);
      background: #f1f7fd;
    }

    .priority-grid button.selected i,
    .priority-grid-v2 button.selected>i:first-child {
      background: var(--blue);
      color: #fff;
    }

    .inline-error {
      display: none;
      padding: 10px 12px;
      border-radius: 10px;
      background: #fff0f0;
      border-left: 3px solid #d92d20;
      color: #b42318;
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 12px;
    }

    .inline-error.show,
    .form-error.show,
    .otp-ok.show {
      display: block !important;
    }

    .form-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding-top: 10px;
    }

    .phone-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 112px;
      align-items: end;
      gap: 10px;
    }

    .verify-btn {
      height: 49px;
      border: 0;
      border-radius: 12px;
      background: var(--navy);
      color: #fff;
      font-weight: 800;
      box-shadow: 0 9px 20px rgba(7, 31, 61, .16);
      transition: .2s;
      position: relative;
      z-index: 2;
      touch-action: manipulation;
      font-size: 13px;
    }

    .verify-btn:hover:not(:disabled) {
      transform: translateY(-1px);
      background: #195f9e;
    }

    .verify-btn:disabled {
      cursor: not-allowed;
      opacity: .72;
    }

    .verify-btn.loading,
    .verify-btn.cooldown {
      background: #8192a4;
    }

    .verify-btn.verified {
      background: #eaf8f2;
      border: 1px solid #bfe7d4;
      color: #14815d;
      box-shadow: none;
    }

    .otp-block,
    .budget-cards-v2 button small,
    .priority-grid-v2 button small,
    .assessment-form-heading-minimal p,
    .assessment-form-heading-minimal>span:not(.assessment-form-icon) {
      display: none;
    }

    .otp-block.show,
    .assessment-step-panel-v2.active {
      display: block;
    }

    .form-error {
      display: none;
      margin-top: 6px;
      font-weight: 700;
      color: #b42318;
      font-size: 11.5px;
      line-height: 1.45;
    }

    .otp-ok {
      display: none;
      margin-top: 6px;
      font-weight: 700;
      line-height: 1.4;
      color: #08794d;
      font-size: 12px;
    }

    .field-group input.verified {
      border-color: #15a36c !important;
      background: #f0fff8 !important;
    }

    .field-note {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-style: italic;
      line-height: 1.55;
      font-size: 12px !important;
    }

    .verify-btn:not(:disabled) {
      cursor: pointer;
    }

    .verify-btn:focus-visible,
    .budget-cards button:focus-visible,
    .priority-grid button:focus-visible {
      outline: 3px solid rgba(13, 109, 204, .28);
      outline-offset: 3px;
    }

    .checker-heading-v2 {
      max-width: 800px;
      margin-bottom: 30px;
    }

    .checker-heading-v2 h2 {
      font-family: var(--serif);
      font-size: clamp(35px, 4.2vw, 52px);
      letter-spacing: -1.4px;
    }

    .checker-heading-v2 p {
      max-width: 680px;
      margin: 13px auto 0;
    }

    .assessment-shell-v2 {
      margin: auto;
      border: 1px solid var(--line);
      background: #fff;
      display: block;
      max-width: 1040px;
      overflow: hidden;
      border-radius: 22px;
      box-shadow: 0 14px 38px rgba(20, 52, 82, .07);
    }

    .assessment-progress-v2 {
      padding: 20px 28px 18px;
      background: #fbfcfd;
      color: var(--ink);
      border-bottom: 1px solid var(--line);
    }

    .assessment-progress-copy {
      margin-bottom: 12px;
    }

    .assessment-progress-copy span {
      font-weight: 900;
      letter-spacing: .06em;
      text-transform: uppercase;
      font-size: 12px;
      color: #728197;
    }

    .assessment-progress-copy strong {
      padding: 5px 9px;
      border-radius: 99px;
      background: rgba(255, 255, 255, .1);
      font-size: 14px;
      color: var(--blue);
      transition: color .25s ease, background-color .25s ease, transform .25s ease;
    }

    .assessment-stepper-v2 {
      display: grid;
      grid-template-columns: auto 1fr auto 1fr auto;
      align-items: center;
      gap: 13px;
    }

    .assessment-step-v2 {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      color: #8b98a8;
    }

    .assessment-step-v2>span {
      display: grid;
      place-items: center;
      font-weight: 900;
      flex: 0 0 auto;
      width: 34px;
      height: 34px;
      border-radius: 10px;
      font-size: 12px;
      background: #f2f5f8;
      border: 1px solid #dce5ed;
      color: #65778a;
      transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
    }

    .assessment-step-v2 div {
      display: flex;
      flex-direction: column;
    }

    .assessment-step-v2 strong {
      white-space: nowrap;
      font-size: 14px;
    }

    .assessment-step-v2 small {
      color: inherit;
      margin-top: 1px;
      white-space: nowrap;
      font-size: 12px;
    }

    .assessment-step-v2.active,
    .assessment-step-v2.done {
      color: #24415d;
    }

    .assessment-step-v2.active>span {
      background: #fff3ee;
      border-color: #f7b8a6;
      color: var(--orange);
      box-shadow: none;
      transform: translateY(-1px);
    }

    .assessment-step-v2.done>span {
      font-size: 0;
      background: #eaf8f2;
      border-color: #bfe8d5;
      color: var(--green);
      animation: stepComplete .38s cubic-bezier(.22, 1, .36, 1);
    }

    .assessment-step-v2.done>span:after {
      content: "✓";
      font-size: 12px;
    }

    .assessment-step-line {
      height: 2px;
      border-radius: 99px;
      overflow: hidden;
      background: #e8edf2;
    }

    .assessment-step-line i {
      display: block;
      width: 0;
      height: 100%;
      transition: width .48s cubic-bezier(.22, 1, .36, 1);
      background: #65b995;
    }

    .assessment-step-line.done i {
      width: 100%;
    }

    .assessment-shell-v2 .form-step,
    .assessment-shell-v2 .report-step {
      padding: 0;
    }

    .assessment-grid-v2 {
      grid-template-columns: 245px minmax(0, 1fr);
      display: block;
      min-height: 0;
    }

    .assessment-form-heading>span {
      font-weight: 900;
      letter-spacing: .13em;
      text-transform: uppercase;
      color: var(--orange);
      font-size: 11px;
    }

    .assessment-form-heading h3 {
      margin-top: 4px;
      font-size: 30px;
      line-height: 1.15;
    }

    .assessment-form-heading p {
      color: var(--muted);
      margin-top: 5px;
      font-size: 14px;
    }

    .assessment-fields-v2 .field-group {
      margin-bottom: 19px;
    }

    .assessment-shell-v2 .field-group input,
    .assessment-shell-v2 .field-group select {
      background: #fff;
      border-color: #d6e0ea;
      height: 56px;
      font-size: 16px;
      border-radius: 12px;
    }

    .assessment-shell-v2 .field-group input:focus {
      background: #fff;
    }

    .assessment-phone-field {
      grid-column: 1/2;
    }

    .phone-row-v2 {
      display: grid;
      align-items: center;
      grid-template-columns: minmax(0, 1fr) 108px;
      gap: 8px;
    }

    .phone-row-v2 .verify-btn {
      border-radius: 11px;
      font-weight: 850;
      height: 56px;
      font-size: 14px;
      background: var(--blue);
    }

    .otp-block-v2 {
      margin: 2px 0 18px;
      border: 1px solid #cfe2f3;
      padding: 14px 15px;
      border-radius: 13px;
      background: #f8fbfe;
      border-color: #d8e5f0;
    }

    .otp-block-v2.show {
      display: grid;
      gap: 12px 16px;
      align-items: center;
      grid-template-columns: minmax(0, 1fr) minmax(286px, 320px);
    }

    .otp-copy {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .otp-copy>span {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      background: #e7f2fc;
      color: var(--blue);
    }

    .otp-copy strong {
      display: block;
      font-size: 14px;
    }

    .otp-copy small {
      display: block;
      color: var(--muted);
      margin-top: 2px;
      font-size: 12px;
    }

    .otp-input-row {
      position: relative;
      align-items: center;
      display: grid;
      grid-template-columns: minmax(120px, 1fr) 108px;
      gap: 8px;
    }

    .otp-input-row input {
      width: 100%;
      border: 1.5px solid #cfdce8;
      border-radius: 10px;
      font-weight: 800;
      outline: none;
      min-width: 138px;
      font-variant-numeric: tabular-nums;
      padding: 0 12px;
      text-align: center;
      letter-spacing: .14em;
      height: 52px;
      font-size: 17px;
    }

    .otp-block-v2 .form-error,
    .otp-block-v2 .otp-ok {
      grid-column: 1/-1;
      margin: 0;
    }

    .assessment-security-note {
      display: flex;
      align-items: center;
      gap: 7px;
      border-radius: 10px;
      color: #6d7b8d;
      line-height: 1.45;
      padding: 10px 12px;
      font-size: 12px;
      background: #f7f9fb;
    }

    .assessment-security-note i {
      color: var(--section-primary);
    }

    .assessment-actions-v2 .next-button {
      min-width: 205px;
      justify-content: center;
      border-radius: 11px;
      box-shadow: none;
      min-height: 54px;
      font-size: 14px;
      background: var(--blue);
    }

    .assessment-actions-v2 .unlock-button {
      min-width: 205px;
      justify-content: center;
      border-radius: 11px;
      box-shadow: none;
      min-height: 54px;
      font-size: 14px;
      background: var(--orange);
    }

    .budget-cards-v2 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 8px;
    }

    .budget-cards-v2 button {
      position: relative;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      padding: 11px 8px;
      border-color: #dce4ec;
      min-height: 86px;
      background: #fff;
      align-content: center;
    }

    .budget-radio {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1.5px solid #b5c3d1;
      margin-bottom: 6px;
      box-shadow: inset 0 0 0 3px #fff;
    }

    .budget-cards-v2 button.selected .budget-radio {
      border-color: var(--blue) !important;
      background: var(--blue) !important;
    }

    .priority-grid-v2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .priority-grid-v2 button {
      position: relative;
      border-radius: 12px;
      background: #fff;
      width: 100%;
      min-width: 0;
      min-height: 70px;
      padding: 12px 38px 12px 12px;
      align-items: center;
    }

    .priority-grid-v2 .priority-check {
      position: absolute;
      display: grid;
      place-items: center;
      font-size: 9px;
      width: 18px;
      height: 18px;
      right: 10px;
      top: 10px;
      border-radius: 6px;
      border: 1px solid #cdd9e5;
      background: #fff;
      color: transparent;
      box-shadow: none;
    }

    .otp-verify-action {
      border: 0;
      color: #fff;
      box-shadow: 0 8px 18px rgba(7, 31, 61, .14);
      transition: .2s;
      border-radius: 11px;
      font-weight: 850;
      height: 56px;
      font-size: 14px;
      background: var(--blue);
    }

    .otp-verify-action:hover:not(:disabled) {
      background: var(--navy-2);
      transform: translateY(-1px);
    }

    .otp-verify-action:disabled {
      opacity: .55;
      cursor: not-allowed;
      transform: none;
    }

    .otp-verify-action.loading {
      background: #6b7a8c;
    }

    .otp-verify-action.verified {
      background: var(--green);
      opacity: 1;
    }

    .priority-grid-v2 .priority-check i {
      width: auto !important;
      height: auto !important;
      min-width: 0 !important;
      display: block !important;
      border-radius: 0 !important;
      background: transparent !important;
      color: inherit !important;
      font-size: 8px !important;
      line-height: 1 !important;
      box-shadow: none !important;
    }

    .priority-grid-v2 button.selected .priority-check {
      background: var(--blue);
      border-color: var(--blue);
      color: #fff;
    }

    .checker-section-v2 {
      padding: 80px 0 86px;
      background: #fafbfd;
    }

    .assessment-form-v2 {
      width: 100%;
      padding: 40px 42px 30px;
    }

    .assessment-form-heading {
      margin-bottom: 24px;
    }

    .assessment-fields-v2 {
      gap: 0 16px;
    }

    .assessment-shell-v2 .field-group {
      margin-bottom: 18px;
    }

    .assessment-shell-v2 .field-group label {
      margin-bottom: 7px;
      color: #263a54;
      font-size: 14px;
    }

    .assessment-shell-v2 .field-group input::placeholder {
      color: #9aa7b6;
    }

    .assessment-shell-v2 .field-group small {
      line-height: 1.45;
      font-size: 12px;
    }

    .assessment-actions-v2 {
      margin-top: 12px;
    }

    .assessment-actions-v2 .back-button {
      min-height: 50px;
      border-radius: 11px;
    }

    .budget-cards-v2 strong {
      font-size: 14px;
    }

    .budget-cards-v2 small {
      font-size: 12px;
    }

    .budget-cards-v2 button.selected {
      transform: none;
      border-color: var(--blue) !important;
      background: #eef6fd !important;
      box-shadow: 0 0 0 2px rgba(36, 111, 184, .10) !important;
    }

    .priority-grid-v2 button>i:first-child {
      width: 32px;
      height: 32px;
      border-radius: 9px;
      font-size: 13px;
    }

    .priority-grid-v2 strong {
      font-size: 14px;
      line-height: 1.3;
    }

    .priority-grid-v2 small {
      line-height: 1.35;
      font-size: 12px;
    }

    .assessment-shell-v2>form,
    .priority-grid-v2 button>div {
      min-width: 0;
    }

    .assessment-form-heading-minimal {
      display: flex;
      align-items: center;
      gap: 13px;
      margin-bottom: 28px;
    }

    .assessment-form-heading-minimal .assessment-form-icon {
      width: 46px;
      height: 46px;
      flex: 0 0 46px;
      display: grid;
      place-items: center;
      padding: 0;
      border: 1px solid #d7e4ef;
      border-radius: 13px;
      background: #f5f9fc;
      color: var(--blue);
      font-size: 17px;
      letter-spacing: 0;
    }

    .assessment-form-heading-minimal h3 {
      margin: 0;
      font-size: 30px;
      line-height: 1.1;
      color: #18324d;
    }

    .verify-btn.verified i {
      color: #14815d;
    }

    .next-button {
      border: 0;
      background: linear-gradient(135deg, var(--navy), #0d467f);
      color: #fff;
      border-radius: 12px;
      min-height: 50px;
      padding: 0 20px;
      font-weight: 900;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      box-shadow: 0 12px 26px rgba(7, 31, 61, .18);
      position: relative;
      z-index: 2;
      touch-action: manipulation;
      font-size: 13px;
    }

    .next-button span {
      font-size: 18px;
    }

    .report-step {
      padding: 0;
    }

    .report-hero {
      position: relative;
      overflow: hidden;
      padding: 32px;
      background: #f7fafc;
      color: var(--ink);
      border-bottom: 1px solid var(--line);
    }

    .report-hero:after {
      content: "";
      position: absolute;
      width: 250px;
      height: 250px;
      border-radius: 50%;
      right: -110px;
      top: -120px;
      background: rgba(255, 255, 255, .07);
      display: none;
    }

    .report-status-badge {
      display: inline-flex;
      border-radius: 99px;
      text-transform: uppercase;
      letter-spacing: .09em;
      font-weight: 900;
      padding: 5px 9px;
      margin-bottom: 13px;
      background: #eaf3fb;
      color: var(--blue);
      font-size: 11px;
    }

    .report-hero-grid {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 20px;
      align-items: center;
    }

    .report-hero-grid>div:first-child>span {
      font-size: 13px;
      color: #708096;
    }

    .report-hero h3 {
      font-family: var(--serif);
      line-height: 1.1;
      margin: 6px 0;
      font-size: 38px;
      color: #18324d;
    }

    .report-hero p {
      line-height: 1.6;
      font-size: 14px;
      color: #68798b;
    }

    .report-metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      padding-top: 20px;
      gap: 10px;
      margin-top: 22px;
      border-top: 1px solid var(--line);
    }

    .report-metrics div {
      display: flex;
      flex-direction: column;
      border-right: 1px solid rgba(255, 255, 255, .1);
      padding-right: 15px;
      margin-right: 15px;
    }

    .report-metrics div:last-child,
    .match-facts div:last-child {
      border: 0;
    }

    .report-metrics span {
      font-size: 12px;
      color: #778698;
    }

    .report-metrics strong {
      margin-top: 4px;
      font-size: 15px;
      color: #24415e;
    }

    .report-tabs {
      position: sticky;
      top: 76px;
      z-index: 45;
      display: grid;
      grid-template-columns: 1.25fr 1fr 1fr;
      gap: 9px;
      box-shadow: 0 10px 24px rgba(7, 31, 61, .08);
      backdrop-filter: blur(12px);
      background: #fff;
      border-bottom: 1px solid var(--line);
      padding: 0 18px;
      overflow: auto;
      scrollbar-width: none;
    }

    .report-tabs button {
      min-height: 52px;
      border: 1px solid #d6e1ec;
      background: #fff;
      border-radius: 12px;
      font-weight: 900;
      color: #42546b;
      white-space: normal;
      line-height: 1.2;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      box-shadow: 0 4px 12px rgba(7, 31, 61, .05);
      transition: background .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s;
      min-width: max-content;
      padding: 15px 14px;
      font-size: 13px;
    }

    .report-tabs button i {
      font-size: 14px;
      color: var(--blue);
      transition: .2s;
    }

    .report-tabs button:hover {
      border-color: #a9bed2;
      color: var(--navy);
      transform: translateY(-1px);
      box-shadow: 0 8px 18px rgba(7, 31, 61, .09);
    }

    .report-tabs button.active {
      background: #eef5fb;
      border-color: #cbddec;
      color: var(--blue);
      box-shadow: none;
    }

    .report-tabs button.active i {
      color: var(--blue);
    }

    .report-tabs button:focus-visible {
      outline: 3px solid rgba(242, 90, 42, .28);
      outline-offset: 2px;
    }

    .report-panel {
      display: none;
      padding: 24px;
    }

    .report-panel.active {
      display: block;
    }

    .eligibility-card,
    .score-breakdown {
      border: 1px solid var(--line);
      border-radius: 17px;
      padding: 20px;
      margin-bottom: 16px;
    }

    .card-heading {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 16px;
    }

    .card-kicker {
      display: block;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: var(--orange);
      font-weight: 900;
      margin-bottom: 4px;
      font-size: 10.5px;
    }

    .card-heading h4 {
      font-size: 17px;
    }

    .matches-head h4 {
      font-size: 24px;
    }

    .status-chip {
      padding: 6px 9px;
      border-radius: 99px;
      font-weight: 900;
      background: #edf5fd;
      color: var(--blue);
      font-size: 10.5px;
    }

    .status-chip.good {
      background: #e9fbf4;
      color: var(--green);
    }

    .status-chip.warn {
      background: #fff7e6;
      color: var(--amber);
    }

    .status-chip.bad {
      background: #fff0f0;
      color: #b42318;
    }

    .check-results {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
    }

    .check-item-result {
      display: flex;
      gap: 9px;
      align-items: center;
      background: #f8fafc;
      border-radius: 11px;
      padding: 10px;
    }

    .check-item-result i {
      width: 23px;
      height: 23px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-style: normal;
      font-size: 12px;
      font-weight: 900;
    }

    .check-item-result.pass i {
      background: #e4f8ef;
      color: var(--green);
    }

    .check-item-result.pending i {
      background: #fff4d9;
      color: var(--amber);
    }

    .check-item-result.fail i {
      background: #ffe8e7;
      color: #b42318;
    }

    .check-item-result strong {
      display: block;
      font-size: 11.5px;
    }

    .check-item-result small {
      display: block;
      color: var(--muted);
      margin-top: 2px;
      font-size: 10.5px;
    }

    .score-row {
      display: grid;
      grid-template-columns: 120px 1fr 35px;
      align-items: center;
      gap: 10px;
      margin: 12px 0;
    }

    .score-row label {
      font-weight: 800;
      font-size: 11px;
    }

    .score-row>div {
      height: 6px;
      background: #ebf0f5;
      border-radius: 99px;
      overflow: hidden;
    }

    .score-row>div span {
      display: block;
      height: 100%;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--blue), #3c91dd);
    }

    .score-row strong {
      text-align: right;
      font-size: 11px;
    }

    .matches-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 18px;
    }



    .match-list {
      display: grid;
      gap: 11px;
    }

    .match-card {
      border: 1px solid var(--line);
      transition: .2s;
      position: relative;
      background: #fff;
      border-radius: 15px;
      border-color: #dfe6ed;
      box-shadow: none;
      overflow: hidden;
    }

    .match-card:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-small);
    }

    .match-card-top {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      padding: 19px 18px;
      gap: 14px;
    }

    .match-rank {
      border-radius: 11px;
      background: var(--navy);
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 900;
      width: 42px;
      height: 42px;
      font-size: 14px;
    }

    .match-title p {
      margin-top: 4px;
      font-size: 14px;
      line-height: 1.5;
      color: #68798b;
    }

    .match-percent {
      font-weight: 900;
      color: var(--green);
      font-size: 22px;
      line-height: 1.15;
    }

    .match-percent small {
      display: block;
      color: var(--muted);
      text-align: right;
      margin-top: 3px;
      font-size: 12px;
    }

    .match-facts {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-top: 1px solid var(--line);
      background: #fbfcfd;
      padding: 15px 18px;
    }

    .match-facts div {
      padding: 10px;
      border-right: 1px solid var(--line);
    }

    .match-facts span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.4;
    }

    .match-facts strong {
      display: block;
      margin-top: 4px;
      font-size: 15px;
      line-height: 1.4;
      font-weight: 800;
      color: #263f59;
    }

    .compare-check {
      display: flex;
      align-items: center;
      gap: 5px;
      font-weight: 800;
      color: var(--blue);
      white-space: nowrap;
      padding: 7px 9px;
      border-radius: 9px;
      background: #edf5fd;
      font-size: 12px;
    }

    .compare-check input {
      accent-color: var(--blue);
    }

    .no-matches {
      text-align: center;
      padding: 35px;
      background: #f8fafc;
      border-radius: 15px;
    }

    .no-matches h4 {
      font-size: 16px;
    }

    .no-matches p {
      font-size: 12px;
      color: var(--muted);
      margin-top: 5px;
    }

    .next-step-list {
      display: grid;
      gap: 10px;
    }

    .next-action {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 12px;
      border: 1px solid var(--line);
      border-radius: 13px;
      padding: 14px;
    }

    .next-action>span {
      width: 30px;
      height: 30px;
      border-radius: 9px;
      background: #edf5fd;
      color: var(--blue);
      display: grid;
      place-items: center;
      font-size: 12px;
      font-weight: 900;
    }

    .next-action strong,
    .compare-tray strong {
      display: block;
      font-size: 12px;
    }

    .next-action p {
      color: var(--muted);
      margin-top: 4px;
      font-size: 11px;
      line-height: 1.5;
    }

    .report-cta {
      margin-top: 18px;
      padding: 20px;
      border-radius: 16px;
      background: #fff3ee;
      border: 1px solid #ffd7c7;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .report-cta span {
      color: var(--orange);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-size: 10.5px;
    }

    .report-cta h4 {
      max-width: 390px;
      margin-top: 3px;
      font-size: 15px;
    }

    .report-cta a {
      background: var(--orange);
      color: #fff;
      padding: 10px 13px;
      border-radius: 9px;
      font-weight: 900;
      white-space: nowrap;
      font-size: 12px;
    }

    .report-actions {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      padding: 0 28px 28px;
    }

    .report-includes {
      padding: 90px 0;
    }

    .compare-tray {
      position: fixed;
      left: 50%;
      bottom: 18px;
      transform: translateX(-50%);
      z-index: 1200;
      width: min(520px, calc(100% - 28px));
      background: var(--navy);
      color: #fff;
      border-radius: 15px;
      padding: 12px 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 25px 65px rgba(0, 0, 0, .3);
      gap: 14px;
    }

    .compare-tray[hidden],
    .report-tabs::-webkit-scrollbar,
    .airport-gallery-modal .modal-head .card-kicker {
      display: none;
    }

    .compare-tray span {
      display: block;
      font-size: 11px;
      color: rgba(255, 255, 255, .55);
      margin-top: 2px;
    }

    .compare-tray button {
      border: 0;
      background: var(--orange);
      color: #fff;
      border-radius: 9px;
      padding: 9px 14px;
      font-size: 12px;
      font-weight: 900;
    }

    .university-tools {
      display: grid;
      grid-template-columns: 1fr 220px;
      gap: 10px;
      padding: 14px 20px;
      border-bottom: 1px solid var(--line);
    }

    .university-tools input {
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 10px;
      padding: 0 12px;
      outline: none;
      font-size: 12px;
    }

    .university-tools select {
      border: 1px solid var(--line);
      border-radius: 10px;
      padding: 0 12px;
      outline: none;
      font-size: 13px;
      height: 46px;
    }

    .all-university-list {
      padding: 16px 20px 22px;
      overflow: auto;
      display: grid;
      gap: 10px;
    }

    .all-university-row {
      display: grid;
      align-items: center;
      gap: 10px;
      border: 1px solid var(--line);
      border-radius: 12px;
      grid-template-columns: minmax(240px, 1.7fr) repeat(4, minmax(100px, 1fr)) 70px;
      padding: 14px;
    }

    .all-university-row h4,
    .match-facts-compact span {
      font-size: 12px;
    }

    .all-university-row h4 small {
      display: block;
      font-size: 11px;
      color: var(--muted);
      font-weight: 500;
      margin-top: 3px;
    }

    .all-university-row div>span {
      display: block;
      font-size: 11px;
      color: var(--muted);
    }

    .all-university-row div>strong {
      display: block;
      font-size: 11px;
      margin-top: 2px;
    }

    .all-university-row>strong {
      font-size: 12px;
      color: var(--green);
    }

    .compare-scroll {
      overflow: auto;
      padding: 20px;
    }

    .compare-table {
      display: grid;
      grid-template-columns: 150px repeat(var(--compare-count, 2), minmax(190px, 1fr));
      min-width: 600px;
      border: 1px solid var(--line);
      border-radius: 12px;
      overflow: hidden;
    }

    .compare-table>div {
      padding: 12px;
      border-right: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      font-size: 12px;
    }

    .compare-table .compare-label {
      background: #f5f8fb;
      font-weight: 900;
    }

    .compare-table .compare-uni {
      font-weight: 900;
      font-size: 12px;
      background: #fff3ee;
      color: var(--navy);
    }

    .report-includes-heading {
      width: min(720px, 100%);
      margin: 0 auto 30px;
      text-align: center;
      max-width: 760px;
    }

    .report-includes-heading .section-kicker {
      margin-bottom: 9px;
    }

    .report-includes-heading h2 {
      font-family: var(--serif);
      font-size: clamp(40px, 4.2vw, 54px);
      line-height: 1.08;
      letter-spacing: -1.6px;
      font-weight: 800;
      color: #18324d;
    }

    .report-includes-heading p {
      max-width: 620px;
      margin: 12px auto 0;
      font-size: 17px;
      line-height: 1.55;
      color: #68798b;
    }

    .report-benefit-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .report-benefit-card {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      transition: transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease,
        background .22s ease;
      border: 1px solid var(--line);
      background: #fff;
      min-height: 180px;
      padding: 24px;
      border-radius: 18px;
      box-shadow: none;
    }

    .report-benefit-primary {
      background: linear-gradient(145deg,
          #f1f7fd 0%,
          #ffffff 78%);
      border-color: #c7dbef;
    }

    .report-benefit-icon {
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      border-radius: 11px;
      width: 44px;
      height: 44px;
      font-size: 17px;
      color: var(--section-primary);
      background: #f2f7fc;
    }

    .report-benefit-icon-orange {
      color: var(--section-primary);
      background: #f2f7fc;
    }

    .report-benefit-copy {
      position: relative;
      z-index: 2;
    }

    .report-benefit-copy h3 {
      margin: 0;
      color: var(--navy);
      font-weight: 800;
      line-height: 1.35;
      font-size: 18px;
    }

    .report-benefit-copy p {
      max-width: 250px;
      margin: 7px 0 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .report-benefit-number {
      position: absolute;
      top: 15px;
      right: 17px;
      color: #eaf0f6;
      font-family: var(--serif);
      font-weight: 800;
      line-height: 1;
      pointer-events: none;
      font-size: 11px;
    }

    .report-benefit-primary .report-benefit-number {
      color: #dae9f7;
    }

    .college-outcome-card {
      border: 1px solid rgba(13, 109, 204, .2);
      border-radius: 18px;
      padding: 22px;
      margin-bottom: 16px;
      background: radial-gradient(circle at 100% 0, rgba(13, 109, 204, .09), transparent 34%),
        linear-gradient(145deg, #fff, #f6faff);
      box-shadow: 0 10px 28px rgba(7, 43, 82, .06);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .college-outcome-card:hover {
      transform: translateY(-2px);
      border-color: rgba(13, 109, 204, .36);
      box-shadow: 0 18px 38px rgba(7, 43, 82, .11);
    }

    .college-outcome-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
    }

    .college-outcome-top h4 {
      font-size: 19px;
      line-height: 1.3;
      margin: 0 0 7px;
    }

    .college-outcome-top p {
      font-size: 12px;
      line-height: 1.65;
      color: var(--muted);
      max-width: 620px;
    }

    .college-count-badge {
      width: 92px;
      min-width: 92px;
      height: 92px;
      border-radius: 22px;
      display: grid;
      place-content: center;
      text-align: center;
      color: #fff;
      background: linear-gradient(145deg, var(--navy), var(--blue));
      box-shadow: 0 14px 28px rgba(13, 109, 204, .22);
    }

    .college-count-badge strong {
      font-size: 30px;
      line-height: 1;
      font-weight: 900;
    }

    .college-count-badge span {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-weight: 900;
      margin-top: 5px;
    }

    .college-profile-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin: 16px 0 14px;
      padding: 7px 11px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
      color: var(--blue);
      background: #eaf4ff;
    }

    .college-profile-badge:before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: currentColor;
      box-shadow: 0 0 0 4px rgba(13, 109, 204, .1);
    }

    .college-profile-badge.eligible {
      color: var(--green);
      background: #eafaf2;
    }

    .college-profile-badge.conditional {
      color: var(--amber);
      background: #fff7e5;
    }

    .college-profile-badge.review,
    .college-criterion.fail>i,
    .admission-outlook.review {
      color: #b42318;
      background: #fff0f0;
    }

    .college-criteria-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .college-criterion {
      display: flex;
      align-items: center;
      gap: 11px;
      min-width: 0;
      padding: 12px;
      border: 1px solid var(--line);
      border-radius: 13px;
      background: #fff;
    }

    .college-criterion>i {
      width: 34px;
      height: 34px;
      flex: 0 0 34px;
      display: grid;
      place-items: center;
      border-radius: 10px;
      color: var(--blue);
      background: #edf5fd;
      font-size: 13px;
    }

    .college-criterion.pass>i {
      color: var(--green);
      background: #e8f8f0;
    }

    .college-criterion.pending>i {
      color: var(--amber);
      background: #fff5dc;
    }

    .college-criterion span {
      display: block;
      min-width: 0;
      font-size: 11px;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .07em;
      font-weight: 900;
    }

    .college-criterion strong {
      display: block;
      min-width: 0;
      font-size: 12px;
      line-height: 1.45;
      margin-top: 3px;
      overflow-wrap: anywhere;
    }

    .matches-head>div {
      min-width: 0;
    }

    .matches-head p {
      color: var(--muted);
      margin-top: 5px;
      max-width: 670px;
      line-height: 1.6;
      font-size: 14px;
    }

    .matches-disclaimer {
      color: var(--muted);
      margin-top: 14px;
      padding: 12px 14px;
      border-radius: 11px;
      background: #f8fafc;
      border: 1px solid var(--line);
      font-size: 10.5px;
      line-height: 1.6;
    }

    .match-card.eligible {
      border-color: rgba(22, 160, 93, .27);
    }

    .match-card.conditional {
      border-color: rgba(217, 143, 0, .3);
    }

    .match-card.review {
      border-color: rgba(180, 35, 24, .22);
    }

    .admission-outlook {
      display: inline-flex;
      align-items: center;
      margin-bottom: 5px;
      border-radius: 999px;
      text-transform: uppercase;
      letter-spacing: .07em;
      font-weight: 900;
      color: #526176;
      background: #eef2f6;
      padding: 5px 9px;
      font-size: 12px;
    }

    .admission-outlook.eligible {
      color: var(--green);
      background: #e9f9f1;
    }

    .admission-outlook.conditional {
      color: var(--amber);
      background: #fff5df;
    }

    .admission-outlook.budget {
      color: #78624d;
      background: #f5f0ea;
    }

    .next-button:not(:disabled) {
      cursor: pointer;
    }

    .next-button:focus-visible {
      outline: 3px solid rgba(13, 109, 204, .28);
      outline-offset: 3px;
    }

    .report-tab-copy strong,
    .match-facts-compact strong {
      font-size: 13px;
    }

    .report-tab-copy small {
      font-size: 11px;
      font-weight: 700;
      opacity: .72;
    }

    .match-facts-compact div {
      padding: 12px 14px;
    }

    .all-university-main h4 {
      font-size: 13px;
      line-height: 1.35;
    }

    .all-university-main h4 small {
      font-size: 12px;
      line-height: 1.5;
      margin-top: 4px;
    }

    .all-university-stat span {
      font-size: 11px;
      color: var(--muted);
    }

    .all-university-stat strong {
      display: block;
      font-size: 12px;
      margin-top: 3px;
    }

    .all-university-match {
      justify-self: end;
      text-align: center;
      font-size: 16px;
      color: var(--green);
    }

    .all-university-match small {
      display: block;
      font-size: 11px;
      color: var(--muted);
      font-weight: 700;
      margin-top: 1px;
    }

    .match-priority-note {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      border-top: 1px solid var(--line);
      background: #fbfdff;
      color: #5c6f84;
      padding: 12px 18px;
      font-size: 13px;
      line-height: 1.55;
    }

    .match-priority-note i {
      color: var(--orange);
      margin-top: 2px;
    }

    .report-includes-section {
      scroll-margin-top: 72px;
      background: #fff;
      padding: 80px 0;
    }

    .report-metrics>div {
      padding: 11px 13px;
      border-radius: 11px;
      background: #fff;
      border: 1px solid var(--line);
      margin-right: 0;
    }

    .match-title h5 {
      font-size: 18px;
      line-height: 1.35;
      font-weight: 800;
      color: #18324d;
    }

    .match-card-actions {
      padding: 10px 16px;
    }

    .report-benefit-card.report-benefit-primary {
      border-color: #d8e7f4;
      background: #f8fbfe;
    }

    .compare-tray-copy {
      min-width: 0;
      flex: 1 1 auto;
    }

    .compare-tray-actions {
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 0 0 auto;
    }

    .compare-tray .compare-tray-open {
      min-height: 38px;
      padding: 0 16px;
      background: var(--orange);
      color: #fff;
    }

    .compare-tray .compare-tray-close {
      width: 38px;
      height: 38px;
      padding: 0;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255, 255, 255, .20);
      border-radius: 9px;
      background: rgba(255, 255, 255, .10);
      color: #fff;
      font-size: 14px;
      transition: background .2s ease, transform .2s ease;
    }

    .compare-tray .compare-tray-close:hover {
      background: rgba(255, 255, 255, .18);
      transform: translateY(-1px);
    }

    .compare-tray .compare-tray-close:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 2px;
    }

    .large-score {
      --score: 0%;
      position: relative;
      width: 104px;
      height: 104px;
      aspect-ratio: 1;
      flex: 0 0 104px;
      display: grid;
      place-items: center;
      justify-self: end;
      padding: 0;
      border-radius: 50%;
      background: conic-gradient(var(--blue) 0 var(--score), #e4ebf2 var(--score) 100%);
      box-shadow: 0 8px 22px rgba(22, 50, 79, .08);
      isolation: isolate;
    }

    .large-score::before {
      content: "";
      position: absolute;
      inset: 9px;
      z-index: 0;
      border-radius: inherit;
      background: #fff;
      box-shadow: inset 0 0 0 1px rgba(36, 111, 184, .08);
    }

    .large-score strong {
      position: relative;
      z-index: 1;
      display: block;
      margin: 0;
      padding: 0;
      color: #18324d;
      font-size: 32px;
      font-weight: 800;
      line-height: 1;
      letter-spacing: -1px;
      text-align: center;
      font-variant-numeric: tabular-nums;
    }

    .reviews-section {
      position: relative;
      padding: 88px 0;
      overflow: hidden;
      scroll-margin-top: 72px;
      background: #fff;
    }

    .reviews-slider-wrap {
      position: relative;
      max-width: 1180px;
      margin: 0 auto;
      overflow: visible;
    }

    .review-card {
      min-height: 260px;
      padding: 24px;
      border: 1px solid #dbe5ef;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 14px 35px rgba(7, 31, 61, .07);
      transition: .25s;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      min-width: 0;
    }

    .review-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 22px 46px rgba(7, 31, 61, .12);
    }

    .review-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
    }

    .review-top>i {
      font-size: 25px;
      color: #dce7f2;
    }

    .review-user {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .avatar {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #fff;
      background: linear-gradient(135deg, var(--blue), var(--navy));
      font-weight: 900;
    }

    .avatar-orange {
      background: linear-gradient(135deg, #ff7a45, var(--orange-dark));
    }

    .avatar-green {
      background: linear-gradient(135deg, #1dbb7e, #08794d);
    }

    .avatar-blue {
      background: linear-gradient(135deg, #4f8fd8, #174f8c);
    }

    .review-user h3 {
      font-size: 15px;
      color: var(--navy);
    }

    .review-user small {
      font-size: 12px;
      color: var(--muted);
    }

    .review-stars {
      margin: 19px 0 12px;
      color: #f5a623;
      font-size: 15px;
      letter-spacing: 2px;
    }

    .review-card p {
      color: #516276;
      flex: 1;
      overflow-wrap: anywhere;
      font-size: 12px;
      line-height: 1.65;
    }

    .review-nav {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 2px;
      position: absolute;
      right: 4px;
      top: -50px;
      margin: 0;
    }

    .review-nav button {
      width: 42px;
      height: 42px;
      border: 1px solid #d8e3ee;
      border-radius: 50%;
      background: #fff;
      color: var(--navy);
      transition: .2s;
    }

    .review-nav button:hover {
      color: #fff;
      background: var(--navy);
      border-color: var(--navy);
    }

    .testimonialSwiper {
      width: 100%;
      overflow: hidden;
      padding: 12px 5px 48px !important;
    }

    .testimonialSwiper .swiper-wrapper {
      align-items: stretch;
    }

    .testimonialSwiper .swiper-slide {
      height: auto;
      display: flex;
      box-sizing: border-box;
      min-width: 0;
    }

    .testimonial-pagination {
      position: relative !important;
      bottom: auto !important;
      margin-top: 3px;
      min-height: 12px;
    }

    .testimonial-pagination .swiper-pagination-bullet {
      width: 7px;
      height: 7px;
      opacity: 1;
      background: #c9d6e3;
      transition: width .25s ease, background .25s ease;
    }

    .testimonial-pagination .swiper-pagination-bullet-active {
      width: 24px;
      border-radius: 99px;
      background: var(--orange);
    }

    .review-nav button.swiper-button-disabled {
      opacity: .35;
      cursor: not-allowed;
    }

    .testimonialSwiper.swiper-fallback .swiper-wrapper {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      transform: none !important;
    }

    .testimonialSwiper.swiper-fallback .swiper-slide {
      width: auto !important;
    }

    .testimonialSwiper.swiper-fallback .testimonial-pagination,
    .testimonialSwiper.swiper-fallback+.review-nav,
    .reviews-editorial .review-top>i,
    .review-mobile-hint {
      display: none;
    }

    .reviews-editorial-layout {
      display: grid;
      grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
      align-items: center;
      gap: 56px;
    }

    .reviews-editorial-intro h2 {
      margin: 3px 0 17px;
      font-family: var(--serif);
      font-size: clamp(40px, 4.2vw, 54px);
      line-height: 1.08;
      letter-spacing: -1.6px;
      font-weight: 800;
      color: #18324d;
    }

    .reviews-editorial-intro>p {
      font-size: 17px;
      line-height: 1.55;
      color: #68798b;
    }

    .reviews-editorial-note {
      gap: 12px;
      align-items: flex-start;
      padding-top: 24px;
      border-top: 1px solid #dbe6f0;
      color: #53677e;
      line-height: 1.6;
      font-weight: 700;
      margin-top: 20px;
      padding: 15px 16px;
      border-radius: 12px;
      background: #fff;
      border: 1px solid var(--line);
      font-size: 12px;
      display: none;
    }

    .reviews-editorial-note i {
      margin-top: 2px;
      color: var(--orange);
      font-size: 18px;
    }

    .reviews-editorial-slider {
      min-width: 0;
    }

    .reviews-editorial .testimonialSwiper {
      padding: 8px 3px 36px !important;
    }

    .reviews-editorial .review-card.editorial-review {
      position: relative;
      overflow: hidden;
      min-height: 250px;
      padding: 28px;
      border: 1px solid var(--line);
      border-top: 3px solid var(--orange);
      border-left: 1px solid var(--line);
      border-radius: 18px;
      background: #fff;
      box-shadow: none;
    }

    .reviews-editorial .review-card.editorial-review:after {
      content: "“";
      position: absolute;
      right: 28px;
      bottom: -43px;
      font-family: Georgia, serif;
      font-size: 190px;
      line-height: 1;
      color: #edf3f8;
      pointer-events: none;
    }

    .review-story-index {
      position: absolute;
      right: 34px;
      top: 28px;
      color: #c5d4e2;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .12em;
    }

    .reviews-editorial .review-top {
      padding-right: 56px;
    }

    .reviews-editorial .avatar {
      width: 52px;
      height: 52px;
      font-size: 15px;
      background: #edf4fa;
      color: var(--section-primary);
    }

    .reviews-editorial .review-user h3 {
      font-size: 17px;
    }

    .reviews-editorial .review-user small {
      font-size: 13px;
    }

    .reviews-editorial .review-card p {
      position: relative;
      z-index: 1;
      max-width: 720px;
      font-family: var(--font);
      font-size: 20px;
      line-height: 1.48;
      color: #29445f;
    }

    .reviews-editorial .review-nav {
      justify-content: flex-start;
      gap: 9px;
      margin: 8px 0 0 4px;
    }

    .reviews-editorial .review-nav button {
      background: #fff;
      width: 40px;
      height: 40px;
      border-color: var(--line);
      box-shadow: none;
    }

    .reviews-editorial .testimonial-pagination {
      text-align: left;
      padding-left: 5px;
      margin-top: 3px;
    }

    .reviews-editorial .testimonialSwiper.swiper-fallback .swiper-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .reviews-section.reviews-editorial {
      padding: 80px 0;
      background: #fafbfd;
    }

    .reviews-editorial-intro {
      max-width: 470px;
    }

    .reviews-editorial .review-stars {
      font-size: 14px;
      margin: 22px 0 14px;
      color: var(--section-accent);
    }

    .reviews-editorial .avatar-orange,
    .reviews-editorial .avatar-green,
    .reviews-editorial .avatar-blue {
      background: #edf4fa;
      color: var(--section-primary);
    }

    .airport-diaries-section {
      display: block !important;
      width: 100%;
      scroll-margin-top: 72px;
      position: relative;
      padding: 80px 0;
      color: var(--ink);
      background: #fff !important;
      overflow: hidden;
    }

    .airport-diaries-section::before {
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .28;
      background-image: radial-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px);
      background-size: 30px 30px;
      display: none !important;
      content: none !important;
    }

    .airport-diaries-section .container {
      position: relative;
      z-index: 1;
    }

    .airport-diaries-head {
      align-items: flex-end;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 25px;
      display: block !important;
      max-width: 760px;
      margin: 0 auto 34px;
      text-align: center;
    }

    .airport-diaries-head>div {
      max-width: none;
    }

    .airport-diaries-head h2 {
      font-family: var(--section-serif);
      font-size: clamp(40px, 4.2vw, 54px);
      line-height: 1.08;
      letter-spacing: -1.6px;
      font-weight: 800;
      margin: 5px 0 10px;
      color: #18324d !important;
      text-align: center;
    }

    .airport-diaries-head p {
      font-size: 17px;
      line-height: 1.55;
      margin: 0 auto;
      color: #68798b !important;
      text-align: center;
    }

    .airport-head-badge {
      flex: 0 0 auto;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      font-weight: 800;
      font-size: 11px;
      padding: 8px 11px;
      background: #f7f9fb;
      border: 1px solid var(--line);
      color: #50667b;
      display: none !important;
    }

    .airport-head-badge i {
      color: #ff7548;
    }

    .airport-diaries-grid {
      display: grid !important;
      grid-template-columns: 1.35fr 1fr 1fr;
      grid-template-rows: repeat(2, minmax(215px, 1fr));
      gap: 14px;
    }

    .airport-diary-card {
      appearance: none;
      -webkit-appearance: none;
      position: relative;
      display: block;
      width: 100%;
      min-width: 0;
      min-height: 215px;
      padding: 0;
      overflow: hidden;
      color: #fff;
      text-align: left;
      isolation: isolate;
      transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
      border-radius: 15px;
      border: 1px solid #e2e8ef;
      background: #f7f9fb;
      box-shadow: none;
    }

    .airport-diary-featured {
      grid-row: 1 / 3;
      min-height: 445px;
      border-radius: 15px;
      border: 1px solid #e2e8ef;
      background: #f7f9fb;
      box-shadow: none;
    }

    .airport-diary-card img {
      position: absolute;
      inset: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transform: scale(1.01);
      transition: transform .4s ease, filter .3s ease, opacity .2s ease;
    }

    .airport-diary-card.has-image {
      cursor: pointer;
    }

    .airport-diary-card.has-image img {
      opacity: 1;
    }

    .airport-diaries-head .section-kicker {
      text-align: center;
    }

    .airport-gallery-modal.open {
      display: grid !important;
      place-items: center;
      padding: 24px;
    }

    .airport-gallery-modal .modal-backdrop {
      background: rgba(10, 22, 34, .72);
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px);
    }

    .airport-gallery-modal .airport-modal-card {
      position: relative !important;
      inset: auto !important;
      left: auto !important;
      right: auto !important;
      top: auto !important;
      bottom: auto !important;
      transform: none !important;
      width: min(920px, calc(100vw - 48px));
      max-height: calc(100vh - 48px);
      margin: 0;
      overflow: hidden;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 28px 80px rgba(0, 0, 0, .30);
      z-index: 9999;
    }

    .airport-gallery-modal .modal-head {
      min-height: 56px;
      padding: 12px 16px;
      border-bottom: 1px solid #e5eaf0;
    }

    .airport-gallery-modal .modal-head h3 {
      margin: 0;
      color: #18324d;
      font-size: 15px;
    }

    .airport-gallery-modal .modal-head>button {
      flex: 0 0 auto;
    }

    .airport-modal-image-wrap {
      display: grid;
      place-items: center;
      width: 100%;
      min-height: 280px;
      max-height: calc(100vh - 155px);
      padding: 14px;
      background: #f5f7f9;
      overflow: hidden;
    }

    .airport-modal-image-wrap img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: calc(100vh - 185px);
      margin: auto;
      object-fit: contain;
      border-radius: 12px;
    }

    .airport-modal-caption {
      margin: 0;
      padding: 12px 18px 16px;
      color: #68798b;
      text-align: center;
      font-size: 13px;
      line-height: 1.5;
    }

    .admission-timeline-section {
      display: block !important;
      width: 100%;
      position: relative;
      overflow: hidden;
      scroll-margin-top: 72px;
      padding: 80px 0;
      background: #fafbfd;
    }

    .admission-timeline-section .container {
      position: relative;
      z-index: 1;
    }

    .admission-timeline-heading {
      position: relative;
      z-index: 1;
      margin-bottom: 30px;
    }

    .admission-timeline-note {
      position: relative;
      z-index: 1;
      width: max-content;
      max-width: 100%;
      margin: 25px auto 0;
      padding: 11px 16px;
      display: flex;
      align-items: flex-start;
      gap: 9px;
      color: #52647a;
      background: #fff;
      border: 1px solid #dbe7f2;
      border-radius: 999px;
      line-height: 1.5;
      box-shadow: 0 9px 24px rgba(7, 31, 61, .06);
      margin-top: 24px;
      font-size: 12px;
    }

    .admission-timeline-note i {
      color: var(--section-blue);
      margin-top: 2px;
    }

    .admission-journey-timeline {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 18px;
      margin-top: 38px;
      padding-top: 2px;
      position: relative;
    }

    .journey-timeline-line {
      position: absolute;
      left: 10%;
      right: 10%;
      top: 38px;
      width: auto;
      height: 0;
      border: 0;
      border-top: 3px dotted #c8d7e4;
      border-radius: 0;
      background: none;
      z-index: 0;
    }

    .journey-timeline-item {
      text-align: center;
      min-height: 0;
      position: relative;
      z-index: 1;
    }

    .journey-step-icon {
      width: 72px;
      height: 72px;
      margin: 0 auto 16px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-size: 24px;
      box-shadow: none;
      border: 1px solid var(--line);
      color: var(--section-primary);
      position: relative;
      z-index: 2;
      background: #fff;
    }

    .journey-timeline-item:nth-child(5n
      /**/
      +2) .journey-step-icon,
    .journey-timeline-item:nth-child(5n

      /**/
      +4) .journey-step-icon {
      color: var(--orange);
    }

    .journey-step-content h3 {
      margin: 0 0 8px;
      color: var(--navy);
      line-height: 1.35;
      font-size: 17px;
    }

    .journey-step-content p {
      max-width: 200px;
      margin: 0 auto;
      color: var(--muted);
      line-height: 1.55;
      font-size: 14px;
    }

    .admission-timeline-note span {
      font-size: 12.5px;
      line-height: 1.55;
    }

    .free-tools-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 13px;
    }

    .free-tool-card {
      transition: .25s;
      min-width: 0;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: #fff;
      overflow: hidden;
      box-shadow: none;
    }

    .free-tool-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 52px rgba(7, 31, 61, .13);
    }

    .tool-visual {
      position: relative;
      height: 175px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      overflow: hidden;
      min-height: 118px;
      background: #f3f7fb !important;
      color: var(--blue);
      border-bottom: 1px solid var(--line);
    }

    .tool-visual:after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px);
      background-size: 17px 17px;
      opacity: .15;
    }

    .tool-visual-one {
      background: linear-gradient(135deg, #edf6ff 0%, #dcecff 100%) !important;
      border-bottom-color: #cfe1f3;
    }

    .tool-visual-two {
      background: linear-gradient(135deg, #fff5ef 0%, #ffe4d6 100%) !important;
      border-bottom-color: #f4d4c4;
    }

    .tool-visual-three {
      background: linear-gradient(135deg, #eef9f5 0%, #dcf2e9 100%) !important;
      border-bottom-color: #cce7dc;
    }

    .tool-visual>i {
      position: relative;
      z-index: 2;
      font-size: 52px;
      color: var(--blue);
    }

    .tool-visual>div {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      line-height: 1.05;
    }

    .tool-visual b {
      font-size: 17px;
      color: #29445f;
    }

    .tool-visual span {
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .12em;
      margin: 4px 0;
      color: #78889a;
    }

    .free-tag {
      position: absolute !important;
      z-index: 3 !important;
      top: 13px;
      right: 13px;
      padding: 6px 9px;
      border-radius: 999px;
      font-size: 12px !important;
      font-weight: 900;
      letter-spacing: .04em !important;
      border: 1px solid #d7e9df;
      background: #fff;
      color: var(--section-primary);
      border-color: #d5e4f1;
    }

    .tool-copy h3 {
      color: var(--navy);
      margin-bottom: 8px;
      font-size: 18px;
    }

    .tool-copy p {
      min-height: 52px;
      color: var(--muted);
      line-height: 1.55;
      font-size: 14px;
    }

    .tool-copy>span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 16px;
      color: var(--orange);
      font-weight: 900;
      font-size: 14px;
    }

    .free-tool-card p {
      overflow-wrap: anywhere;
      line-height: 1.55;
      font-size: 14px;
    }

    .free-tools-section {
      scroll-margin-top: 72px;
      padding: 80px 0;
      background: #fff;
    }

    .tool-copy {
      padding: 18px;
    }

    .free-tool-card .tool-visual>i {
      color: var(--section-primary);
      background: #f2f7fc;
    }

    .tool-visual-one>i {
      color: #246fb8 !important;
      background: transparent !important;
    }

    .tool-visual-two>i {
      color: #dc5b2f !important;
      background: transparent !important;
    }

    .tool-visual-three>i {
      color: #178364 !important;
      background: transparent !important;
    }

    .tool-visual-one b {
      color: #244d76;
    }

    .tool-visual-two b {
      color: #7b422c;
    }

    .tool-visual-three b {
      color: #285f50;
    }

    .free-tool-card:nth-child(1) .tool-copy>span {
      color: #246fb8;
    }

    .free-tool-card:nth-child(2) .tool-copy>span {
      color: #dc5b2f;
    }

    .free-tool-card:nth-child(3) .tool-copy>span {
      color: #178364;
    }

    .free-tool-card:nth-child(1) .free-tag {
      color: #246fb8;
      border-color: #cfe1f3;
    }

    .free-tool-card:nth-child(2) .free-tag {
      color: #dc5b2f;
      border-color: #f1d2c3;
    }

    .free-tool-card:nth-child(3) .free-tag {
      color: #178364;
      border-color: #cce7dc;
    }

    .final-check-cta {
      padding: 76px 0;
      background: #fafbfd;
    }

    .final-check-card {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 26px;
      border-radius: 22px;
      overflow: hidden;
      padding: 38px 42px;
      background: #fff;
      color: var(--ink);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .final-check-copy {
      position: relative;
      z-index: 1;
      max-width: 690px;
    }

    .final-check-copy .section-kicker {
      color: var(--orange);
    }

    .final-check-copy h2 {
      font-family: var(--serif);
      font-size: clamp(40px, 4.2vw, 54px);
      line-height: 1.08;
      letter-spacing: -1.6px;
      font-weight: 800;
      color: #18324d;
    }

    .final-check-copy p {
      margin-top: 10px;
      font-size: 16px;
      color: #68798b;
    }

    .final-check-button {
      position: relative;
      z-index: 1;
      white-space: nowrap;
    }

    .final-check-meta {
      grid-column: 1/-1;
      display: flex;
      gap: 18px;
      font-size: 13px;
      color: #6d7d8d;
    }

    .final-check-meta span {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .final-check-meta i {
      color: var(--green);
    }

    .accordion {
      width: min(850px, 100%);
      margin: 0 auto;
      display: grid;
      gap: 12px;
    }

    .accordion article {
      border-bottom: 1px solid #dce4ec;
      box-shadow: none;
      overflow: hidden;
      background: #fff;
      border: 1px solid #e1e7ed;
      border-radius: 14px;
      transition: border-color .2s ease,
        box-shadow .2s ease;
    }

    .accordion button {
      width: 100%;
      min-height: 72px;
      padding: 18px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      border: 0;
      background: transparent;
      color: #203850;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.45;
      text-align: left;
    }

    .accordion button i {
      font-style: normal;
      font-size: 18px;
      color: var(--blue);
      transition: .2s;
    }

    .accordion article>div {
      display: grid;
      grid-template-rows: 0fr;
      transition: .25s;
    }

    .accordion article>div p {
      overflow: hidden;
      color: var(--muted);
      padding: 0 2px 18px;
      font-size: 14px;
      line-height: 1.6;
    }

    .accordion article.open>div,
    .accordion article.open>.faq-answer {
      grid-template-rows: 1fr;
    }

    .accordion article.open>div p {
      padding-bottom: 17px;
    }

    .accordion article.open button i {
      transform: rotate(45deg);
    }

    .accordion article:first-child {
      border-top: 1px solid #dce4ec;
    }

    .faq-section {
      padding: 90px 0;
      background: #fafbfd;
    }

    .faq-intro {
      max-width: 720px;
      margin: 0 auto 44px;
      text-align: center;
    }

    .faq-intro .section-kicker {
      margin-bottom: 10px;
    }

    .faq-intro h2 {
      margin: 0;
      color: #18324d;
      font-size: clamp(38px, 4vw, 52px);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -1.4px;
    }

    .faq-intro p {
      max-width: 560px;
      margin: 13px auto 0;
      color: #68798b;
      font-size: 16px;
      line-height: 1.6;
    }

    .accordion button>i {
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #eef5fb;
      color: var(--blue);
      font-size: 13px;
      transition: transform .25s ease,
        background .25s ease,
        color .25s ease;
    }

    .accordion article>.faq-answer {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows .3s ease;
    }

    .accordion article>.faq-answer>p {
      overflow: hidden;
      margin: 0;
      padding: 0 20px;
      color: #68798b;
      font-size: 14px;
      line-height: 1.7;
      transition: padding .3s ease;
    }

    .accordion article.open {
      border-color: #cbddec;
      box-shadow: 0 8px 24px rgba(22, 50, 79, .05);
    }

    .accordion article.open>.faq-answer>p {
      padding: 0 20px 20px;
    }

    .accordion article.open button>i {
      transform: rotate(45deg);
      background: var(--blue);
      color: #fff;
    }

    .modal {
      position: fixed;
      inset: 0;
      z-index: 2000;
      display: none;
    }

    .modal.open {
      display: block;
    }

    .modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(3, 17, 34, .7);
      backdrop-filter: blur(4px);
    }

    .modal-card {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: min(940px, calc(100% - 30px));
      max-height: min(86vh, 760px);
      overflow: hidden;
      background: #fff;
      border-radius: 22px;
      box-shadow: 0 35px 100px rgba(0, 0, 0, .3);
      display: flex;
      flex-direction: column;
    }

    .modal-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 22px;
      border-bottom: 1px solid var(--line);
    }

    .modal-head h3 {
      font-size: 19px;
    }

    .modal-head>button {
      border: 0;
      background: #f2f5f8;
      width: 34px;
      height: 34px;
      border-radius: 10px;
      font-size: 20px;
      color: #5f6c7d;
    }

    footer {
      border-top: 1px solid var(--line);
      padding: 25px 0;
    }

    .mobile-sticky {
      display: none;
    }

    .readiness-footer {
      padding: 24px 0;
      background: #fff;
      color: var(--ink);
      border-top: 1px solid var(--line);
    }

    .readiness-footer-grid {
      display: grid;
      grid-template-columns: 1.25fr repeat(3, 1fr);
      align-items: center;
      gap: 0;
      min-height: 88px;
    }

    .footer-brand {
      min-height: 76px;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 25px;
      border-right: 1px solid rgba(255, 255, 255, .14);
      border-color: var(--line);
    }

    .readiness-footer-item {
      min-height: 76px;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 25px;
      border-right: 1px solid rgba(255, 255, 255, .14);
      font-size: 11.5px;
      border-color: var(--line);
    }

    .readiness-footer-item:last-child {
      border-right: 0;
    }

    .footer-brand-mark {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      font-size: 19px;
      background: #fff3ee;
      color: var(--section-accent);
    }

    .footer-brand>span:last-child {
      display: flex;
      flex-direction: column;
    }

    .footer-brand strong {
      font-family: var(--serif);
      font-size: 22px;
      line-height: 1.1;
      color: #18324d;
    }

    .footer-brand small {
      font-weight: 700;
      margin-top: 4px;
      font-size: 12.5px;
      color: #6b7c8d;
    }

    .readiness-footer-item i {
      font-size: 23px;
      color: var(--section-primary);
      background: #f2f7fc;
    }

    .readiness-footer-item span {
      line-height: 1.55;
      font-weight: 700;
      font-size: 12.5px;
      color: #6b7c8d;
    }

    .mobile-sticky.in-checker {
      display: none !important;
    }

    .section-heading {
      text-align: center;
      margin: 0 auto 42px;
      max-width: 780px;
      margin-bottom: 34px;
    }

    .section-kicker {
      display: inline-block;
      color: var(--orange);
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 8px;
      font-size: 12px;
      letter-spacing: .09em;
    }

    .section-heading h2 {
      font-family: var(--serif);
      font-size: clamp(40px, 4.2vw, 54px);
      line-height: 1.08;
      letter-spacing: -1.6px;
      font-weight: 800;
      color: #18324d;
    }

    .section-heading p {
      margin-top: 13px;
      font-size: 17px;
      line-height: 1.55;
      color: #68798b;
    }

    .unlock-button {
      border: 0;
      color: #fff;
      border-radius: 12px;
      min-height: 50px;
      padding: 0 20px;
      font-weight: 900;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: linear-gradient(135deg, var(--orange), var(--orange-dark));
      box-shadow: 0 12px 26px rgba(242, 90, 42, .25);
      position: relative;
      z-index: 2;
      touch-action: manipulation;
      font-size: 13px;
    }

    .primary-action {
      border: 0;
      background: linear-gradient(135deg, var(--navy), #0d467f);
      color: #fff;
      border-radius: 12px;
      padding: 0 20px;
      font-weight: 900;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      box-shadow: 0 12px 26px rgba(7, 31, 61, .18);
      min-height: 44px;
      font-size: 13px;
    }

    .back-button {
      border: 1.5px solid var(--line);
      background: #fff;
      border-radius: 12px;
      min-height: 48px;
      padding: 0 17px;
      color: #4c5c70;
      font-weight: 800;
      position: relative;
      z-index: 2;
      touch-action: manipulation;
      font-size: 13px;
    }

    .secondary-action {
      border: 1.5px solid var(--line);
      background: #fff;
      border-radius: 12px;
      padding: 0 17px;
      color: #4c5c70;
      font-weight: 800;
      min-height: 44px;
      font-size: 13px;
    }

    .unlock-button[disabled] {
      opacity: .65;
      cursor: not-allowed;
    }

    .disclaimer {
      color: var(--muted);
      margin-top: 13px;
      padding-top: 12px;
      border-top: 1px solid var(--line);
      font-size: 10.5px;
      line-height: 1.6;
    }

    .centered-heading {
      text-align: center;
      max-width: 760px;
      margin: 0 auto 38px;
    }

    .unlock-button:not(:disabled) {
      cursor: pointer;
    }

    .back-button:focus-visible,
    .unlock-button:focus-visible {
      outline: 3px solid rgba(13, 109, 204, .28);
      outline-offset: 3px;
    }

    .counselling-illustration {
      display: block;
      max-width: none;
      height: auto;
      margin-left: -14%;
      position: relative;
      z-index: 2;
      width: min(100%, 500px);
      max-height: 700px;
      object-fit: contain;
      filter: drop-shadow(0 20px 28px rgba(0, 0, 0, .12));
    }

    @media (hover: hover) {
      .primary-button:hover {
        transform: translateY(-3px);
        filter: saturate(1.08);
      }

      .stat-item {
        transition: background .2s ease,
          transform .2s ease;
      }

      .stat-item:hover {
        background: #fbfdff;
      }

      .stat-item:hover .stat-icon {
        transform: translateY(-2px);
      }

      .stat-icon {
        transition: transform .2s ease;
      }

      .budget-cards button,
      .priority-grid button {
        transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
      }

      .budget-cards button:hover,
      .priority-grid button:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 24px rgba(7, 31, 61, .1);
        border-color: rgba(13, 109, 204, .45);
      }

      .report-benefit-card:hover {
        transform: translateY(-4px);
        border-color: #c1d5e8;
        box-shadow: 0 16px 35px rgba(7, 31, 61, .08);
      }

      .report-benefit-card:hover .report-benefit-icon {
        transform: translateY(-2px);
      }

      .report-benefit-icon {
        transition: transform .22s ease,
          background .22s ease;
      }

      .report-benefit-primary:hover {
        background: linear-gradient(145deg,
            #eaf4fd 0%,
            #ffffff 80%);
      }

      .review-card:hover {
        transform: translateY(-8px);
        border-color: rgba(13, 109, 204, .25);
        box-shadow: 0 26px 55px rgba(7, 31, 61, .14);
      }

      .review-nav button:hover {
        transform: translateY(-2px) scale(1.05);
      }

      .airport-diary-card.has-image:hover {
        transform: translateY(-4px);
        border-color: #ccd8e4;
        box-shadow: 0 14px 30px rgba(22, 50, 79, .08);
      }

      .airport-diary-card.has-image:hover img {
        transform: scale(1.035);
        filter: none;
      }

      .journey-timeline-item {
        transition: transform .22s ease;
      }

      .journey-step-icon {
        transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      }

      .journey-timeline-item:hover {
        transform: translateY(-4px);
      }

      .journey-timeline-item:hover .journey-step-icon {
        transform: translateY(-2px);
        box-shadow: 0 20px 36px rgba(8, 39, 75, .14);
        border-color: #e4f0fb;
      }

      .free-tool-card:hover .tool-visual>i {
        transform: translateY(-5px) scale(1.08);
      }

      .tool-visual>i {
        transition: transform .3s ease;
      }

      .accordion article:hover {
        border-color: #cbd8e4;
      }

      .accordion button:hover {
        color: var(--blue);
      }
    }

    @media (min-width: 761px) and (max-width: 1100px) {
      .journey-timeline-line {
        display: none;
      }
    }

    @media (max-width: 1100px) {
      .hero-layout {
        gap: 42px;
      }

      .airport-diaries-grid {
        grid-template-columns: 1.2fr 1fr;
        grid-template-rows: repeat(3, minmax(205px, 1fr));
      }

      .airport-diary-featured {
        grid-row: 1 / 3;
      }

      .admission-journey-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 28px;
      }

      .journey-timeline-line {
        display: none;
      }

      .journey-step-content p {
        max-width: 220px;
      }
    }

    @media (max-width: 1050px) {
      .readiness-footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-brand,
      .readiness-footer-item {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
      }

      .readiness-footer-item:nth-child(2) {
        border-right: 0;
      }

      .readiness-footer-item:nth-child(n

        /**/
        +3) {
        border-bottom: 0;
      }
    }

    @media (max-width: 1000px) {
      .desktop-nav {
        display: none;
      }

      .header-inner {
        grid-template-columns: auto 1fr;
      }

      .hero-layout {
        grid-template-columns: 1fr;
        gap: 34px;
        text-align: center;
      }

      .hero-copy {
        display: flex;
        flex-direction: column;
        margin-inline: auto;
        text-align: center;
        align-items: center;
        max-width: 760px;
        margin: auto;
      }

      .hero-copy>p {
        max-width: 720px;
        margin-inline: auto;
        margin-left: auto;
        margin-right: auto;
      }

      .hero-counselling-visual {
        min-height: 430px;
      }

      .hero h1 {
        font-size: clamp(48px, 7.5vw, 66px);
      }

      .budget-cards {
        grid-template-columns: repeat(3, 1fr);
      }

      .all-university-row {
        grid-template-columns: minmax(200px, 1.6fr) repeat(3, minmax(85px, 1fr)) auto;
      }

      .all-university-row .hide-tablet {
        display: none;
      }

      .report-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .report-includes-heading h2 {
        font-size: clamp(38px, 5vw, 48px);
      }

      .reviews-editorial-intro h2 {
        font-size: clamp(38px, 5vw, 48px);
      }

      .airport-diaries-head h2 {
        font-size: clamp(38px, 5vw, 48px);
      }

      .final-check-copy h2 {
        font-size: clamp(38px, 5vw, 48px);
      }

      .counselling-illustration {
        width: 118%;
        margin-left: -9%;
      }

      .section-heading h2 {
        font-size: clamp(38px, 5vw, 48px);
      }
    }

    @media (max-width: 900px) {
      .assessment-grid-v2 {
        grid-template-columns: 245px minmax(0, 1fr);
      }

      .assessment-form-v2 {
        padding: 34px 28px 26px;
      }

      .budget-cards-v2 {
        grid-template-columns: repeat(3, 1fr);
      }

      .priority-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
      }

      .assessment-shell-v2 {
        display: block;
      }

      .report-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .testimonialSwiper.swiper-fallback .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .reviews-editorial-layout {
        grid-template-columns: 1fr;
        gap: 34px;
      }

      .reviews-editorial-intro {
        max-width: 700px;
        text-align: center;
        margin: 0 auto;
      }

      .reviews-editorial-note {
        max-width: 560px;
        margin: 24px auto 0;
        text-align: left;
      }

      .reviews-editorial .review-nav {
        justify-content: center;
      }

      .reviews-editorial .testimonial-pagination {
        text-align: center;
        padding-left: 0;
      }
    }

    @media (max-width: 820px) {
      .desktop-nav {
        display: none;
      }

      .header-inner {
        grid-template-columns: auto 1fr auto;
      }

      .header-cta {
        justify-self: end;
      }

      .hero h1 {
        font-size: clamp(38px, 8vw, 50px);
      }

      .assessment-grid-v2 {
        grid-template-columns: 220px minmax(0, 1fr);
      }

      .assessment-form-v2 {
        padding: 28px 24px 24px;
      }

      .reviews-editorial-layout {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .reviews-editorial-intro {
        max-width: 680px;
        text-align: center;
        margin: auto;
      }

      .reviews-editorial-note {
        max-width: 560px;
        margin: 18px auto 0;
        text-align: left;
      }

      .free-tools-grid {
        grid-template-columns: 1fr;
      }

      .readiness-footer-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 760px) {
      .container {
        width: min(100% - 28px, 1180px);
      }

      body {
        font-size: 15px;
        padding-bottom: 68px;
      }

      .header-inner {
        height: 62px;
        gap: 12px;
        width: min(100% - 28px, 1180px);
      }

      .brand img {
        height: auto;
        width: 120px;
      }

      .site-header {
        position: sticky;
      }

      .header-cta {
        height: 38px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 11.5px;
      }

      .header-cta i {
        display: none;
      }

      .hero {
        padding: 44px 0 48px;
        min-height: auto;
      }

      .hero h1 {
        line-height: 1.04;
        margin-bottom: 16px;
        font-size: clamp(42px, 11vw, 54px);
        letter-spacing: -1.8px;
      }

      .hero-copy>p {
        margin-bottom: 21px;
        font-size: 18px;
        line-height: 1.5;
      }

      .hero-actions {
        flex-direction: column;
        max-width: 420px;
        margin-inline: auto;
        display: grid;
        width: 100%;
        gap: 10px;
        margin-bottom: 20px;
      }

      .primary-button {
        width: 100%;
      }

      .hero-layout {
        gap: 24px;
      }

      .hero-copy h1 {
        font-size: clamp(36px, 10vw, 46px);
        line-height: 1.08;
      }

      .hero-counselling-visual {
        min-height: 390px;
        width: 100%;
      }

      .hero-actions .primary-button {
        width: 100%;
        min-height: 54px;
      }

      .hero-time-note {
        justify-content: center;
        font-size: 12px;
      }

      .hero-result-chip {
        left: 4%;
        bottom: 6px;
        padding: 8px 10px;
      }

      .hero-result-chip>i {
        width: 28px;
        height: 28px;
      }

      .hero-result-chip strong {
        font-size: 11px;
      }

      .hero-result-chip small {
        font-size: 9.5px;
      }

      .hero::before {
        top: -230px;
        width: 850px;
        height: 390px;
        background: radial-gradient(ellipse at center,
            rgba(196, 65, 18, 0.20) 0%,
            rgba(217, 78, 22, 0.12) 34%,
            rgba(242, 90, 42, 0.05) 58%,
            transparent 78%);
        filter: blur(14px);
      }

      .stats-panel-section {
        padding-bottom: 42px;
      }

      .stats-panel {
        margin-top: -22px;
        border-radius: 18px;
      }

      .stat-item {
        min-height: 88px;
        justify-content: flex-start;
        padding: 19px 22px;
      }

      .stat-item:not(:last-child)::after {
        top: auto;
        left: 22px;
        right: 22px;
        bottom: 0;
        width: auto;
        height: 1px;
      }

      .stat-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
      }

      .stat-content strong {
        font-size: 19px;
      }

      .checker-section {
        padding: 65px 0;
      }

      .form-step {
        padding: 22px 18px 24px;
      }

      .assessment-fields-v2 {
        grid-template-columns: 1fr;
      }

      .assessment-step-v2 {
        gap: 0;
      }

      .field-group {
        margin-bottom: 18px;
      }

      .field-group input,
      .field-group select {
        height: 52px;
        font-size: 15px;
      }

      .budget-cards,
      .priority-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .budget-cards button:last-child {
        grid-column: 1/-1;
      }

      .priority-grid button {
        padding: 11px;
      }

      .form-actions {
        position: sticky;
        bottom: 0;
        background: #fff;
        margin: 0 -18px -24px;
        padding: 14px 18px;
        border-top: 1px solid var(--line);
        z-index: 20;
      }

      .phone-row {
        grid-template-columns: minmax(0, 1fr) 92px;
      }

      .verify-btn {
        font-size: 13px;
        padding: 0 8px;
      }

      .checker-section-v2 {
        padding: 58px 0;
      }

      .assessment-shell-v2 {
        border-radius: 18px;
        display: block;
      }

      .assessment-progress-v2 {
        padding: 15px 16px;
      }

      .assessment-progress-copy {
        margin-bottom: 10px;
      }

      .assessment-stepper-v2 {
        grid-template-columns: auto 1fr auto 1fr auto;
        gap: 5px;
      }

      .assessment-step-v2 div {
        display: none;
      }

      .assessment-step-v2>span {
        width: 30px;
        height: 30px;
        border-radius: 9px;
        background: #f2f5f8;
        border-color: #dce5ed;
      }

      .assessment-grid-v2 {
        display: block;
        min-height: auto;
      }

      .assessment-form-v2 {
        padding: 28px 20px 20px;
      }

      .assessment-form-heading h3 {
        font-size: 28px;
      }

      .assessment-phone-field {
        grid-column: auto;
      }

      .phone-row-v2 {
        grid-template-columns: minmax(0, 1fr) 104px;
      }

      .otp-block-v2.show {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .budget-cards-v2 {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .budget-cards-v2 button:last-child,
      .budget-cards-v2 button {
        grid-column: auto;
        display: grid;
        grid-template-columns: 20px 1fr auto;
        align-items: center;
        justify-items: start;
        column-gap: 10px;
        min-height: 58px;
        padding: 10px 12px;
        text-align: left;
      }

      .priority-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }

      .assessment-actions-v2 {
        position: sticky;
        bottom: 0;
        margin: 12px -16px -16px;
        padding: 11px 16px calc(11px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, .97);
        backdrop-filter: blur(10px);
        border-top: 1px solid var(--line);
        z-index: 25;
      }

      .assessment-actions-v2 .next-button,
      .assessment-actions-v2 .unlock-button {
        min-width: 0;
        min-height: 54px;
        flex: 1;
        justify-content: center;
      }

      .otp-input-row {
        grid-template-columns: minmax(0, 1fr) 105px;
      }

      .assessment-form-heading {
        margin-bottom: 20px;
      }

      .assessment-form-heading>span {
        font-size: 9.5px;
      }

      .assessment-form-heading p {
        font-size: 12px;
      }

      .assessment-shell-v2 .field-group {
        margin-bottom: 16px;
      }

      .assessment-shell-v2 .field-group label {
        font-size: 14px;
      }

      .assessment-shell-v2 .field-group input,
      .assessment-shell-v2 .field-group select {
        height: 54px;
        font-size: 16px;
      }

      .phone-row-v2 .verify-btn {
        height: 54px;
        font-size: 11.5px;
      }

      .otp-input-row input {
        height: 50px;
        font-size: 16px;
      }

      .otp-verify-action {
        height: 50px;
      }

      .assessment-security-note {
        font-size: 10.5px;
      }

      .assessment-actions-v2 .back-button {
        min-height: 52px;
      }

      .budget-cards-v2 .budget-radio {
        grid-column: 1;
        grid-row: 1/3;
        margin: 0;
      }

      .budget-cards-v2 strong {
        grid-column: 2;
        grid-row: 1;
        font-size: 14px;
      }

      .budget-cards-v2 small {
        grid-column: 2;
        grid-row: 2;
        font-size: 11.5px;
      }

      .budget-cards-v2 button:after {
        content: "Select";
        grid-column: 3;
        grid-row: 1/3;
        font-size: 10px;
        font-weight: 800;
        color: #91a0b1;
      }

      .budget-cards-v2 button.selected:after {
        content: "Selected";
        color: var(--orange-dark);
      }

      .priority-grid-v2 button {
        min-height: 62px;
        padding: 9px 28px 9px 9px;
        gap: 8px;
      }

      .priority-grid-v2 button>i:first-child {
        width: 29px;
        height: 29px;
        font-size: 12px;
      }

      .priority-grid-v2 strong {
        line-height: 1.25;
        font-size: 12px;
      }

      .priority-grid-v2 small {
        display: none;
        font-size: 11.5px;
      }

      .priority-grid-v2 .priority-check {
        top: 8px;
        right: 8px;
      }

      .assessment-step-v2.active>span {
        background: #fff3ee;
      }

      .assessment-form-heading-minimal {
        margin-bottom: 24px;
      }

      .assessment-form-heading-minimal h3 {
        font-size: 27px;
      }

      .assessment-form-heading-minimal .assessment-form-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
      }

      .priority-grid-v2 button>i:first-child {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        font-size: 12px;
      }

      .budget-cards-v2 button.selected::after {
        color: var(--blue) !important;
      }

      .report-includes {
        padding: 65px 0;
      }

      .next-button {
        flex: 1;
        justify-content: center;
      }

      .report-hero {
        padding: 26px 20px;
      }

      .report-hero-grid {
        grid-template-columns: 1fr auto;
        gap: 12px;
      }

      .report-hero h3 {
        font-size: 31px;
      }

      .report-metrics div {
        margin-right: 9px;
        padding-right: 9px;
      }

      .report-panel {
        padding: 16px;
      }

      .check-results,
      .college-criteria-grid {
        grid-template-columns: 1fr;
      }

      .score-row {
        grid-template-columns: 95px 1fr 30px;
      }

      .match-facts {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 13px 15px;
      }

      .match-facts div:nth-child(2) {
        border-right: 0;
      }

      .match-facts div:nth-child(-n

        /**/
        +2) {
        border-bottom: 1px solid var(--line);
      }

      .report-cta {
        align-items: flex-start;
        flex-direction: column;
      }

      .report-cta a {
        width: 100%;
        text-align: center;
      }

      .report-actions {
        padding: 0 16px 20px;
      }

      .university-tools {
        grid-template-columns: 1fr;
        padding: 12px 14px;
      }

      .all-university-list {
        padding: 12px 14px;
      }

      .all-university-row {
        grid-template-columns: 1fr auto;
        gap: 8px;
      }

      .all-university-row>div:not(:first-child) {
        display: none;
      }

      .all-university-row>strong {
        justify-self: end;
      }

      .compare-tray {
        bottom: 74px;
      }

      .compare-table {
        grid-template-columns: 115px repeat(var(--compare-count, 2), minmax(170px, 1fr));
      }

      .report-tabs {
        top: 66px;
        gap: 6px;
        grid-template-columns: 1.25fr 1fr 1fr;
        overflow: visible;
        padding: 0 6px;
      }

      .report-tabs button {
        min-height: 50px;
        gap: 5px;
        min-width: 0;
        padding: 13px 10px;
        font-size: 11px;
      }

      .report-tabs button i,
      .match-facts strong {
        font-size: 13px;
      }

      .report-includes-section {
        padding: 58px 0;
      }

      .college-outcome-card {
        padding: 18px;
        border-radius: 16px;
      }

      .college-outcome-top {
        align-items: center;
        gap: 14px;
      }

      .college-outcome-top h4 {
        font-size: 17px;
      }

      .college-count-badge {
        width: 76px;
        min-width: 76px;
        height: 76px;
        border-radius: 18px;
      }

      .college-count-badge strong {
        font-size: 25px;
      }

      .college-criterion {
        padding: 11px;
      }

      .matches-head {
        align-items: flex-start;
        gap: 12px;
        display: block;
      }


      .match-card-top {
        align-items: start;
        display: grid;
        grid-template-columns: auto 1fr auto;
        padding: 15px;
        gap: 10px;
      }

      .match-title p {
        line-height: 1.5;
        font-size: 12.5px;
      }

      .report-includes-heading h2 {
        font-size: 36px;
        line-height: 1.08;
      }

      .report-includes-heading p {
        line-height: 1.62;
        font-size: 16px;
      }

      .report-metrics {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
      }

      .report-metrics>div {
        text-align: center;
        padding: 10px;
      }

      .report-metrics span {
        font-size: 9px;
      }

      .report-metrics strong {
        font-size: 11.5px;
      }

      .match-title h5 {
        font-size: 16px;
      }

      .match-percent {
        font-size: 19px;
      }

      .match-facts>div:last-child {
        grid-column: 1/-1;
      }

      .match-priority-note {
        padding-left: 13px;
        padding-right: 13px;
        padding: 11px 15px;
        font-size: 12px;
      }

      .match-card-actions {
        padding-left: 13px;
        padding-right: 13px;
      }

      .report-includes-heading {
        margin-bottom: 23px;
      }

      .report-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }

      .report-benefit-card {
        min-height: 150px;
        padding: 15px;
        border-radius: 14px;
      }

      .report-benefit-icon {
        width: 35px;
        height: 35px;
      }

      .report-benefit-copy h3 {
        font-size: 13.5px;
      }

      .report-benefit-copy p {
        font-size: 11px;
        line-height: 1.45;
      }

      .match-percent small,
      .match-facts span {
        font-size: 11px;
      }

      .match-rank {
        width: 38px;
        height: 38px;
        font-size: 12px;
      }

      .reviews-section {
        padding: 62px 0;
      }

      .review-nav {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 0;
      }

      .reviews-slider-wrap {
        padding-inline: 0;
      }

      .testimonialSwiper {
        padding-inline: 1px !important;
      }

      .reviews-section.reviews-editorial {
        background: #f7f9fc;
        padding: 58px 0;
      }

      .reviews-editorial-intro h2 {
        margin: 0 0 10px;
        letter-spacing: -.5px;
        font-size: 36px;
        line-height: 1.08;
      }

      .reviews-editorial .review-card.editorial-review {
        border-left-width: 4px;
        height: 100%;
        border: 1px solid #dfe7ef;
        border-top: 3px solid var(--orange);
        border-left: 1px solid #dfe7ef;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(8, 38, 68, .07);
        min-height: 0;
        padding: 22px 19px;
      }

      .reviews-editorial .review-card p {
        max-width: none;
        margin: 0;
        font-family: var(--font);
        color: #40556d;
        font-size: 18px;
        line-height: 1.5;
      }

      .review-story-index {
        top: 16px;
        right: 16px;
        padding: 4px 7px;
        border-radius: 999px;
        background: #f2f6fa;
        color: #8b9aac;
        font-size: 10px;
        line-height: 1;
        letter-spacing: .08em;
      }

      .reviews-editorial .review-top {
        padding-right: 48px;
        align-items: center;
      }

      .reviews-editorial-intro>p {
        margin: 0;
        line-height: 1.6;
        font-size: 16px;
      }

      .reviews-editorial-layout {
        gap: 24px;
        display: block;
      }

      .reviews-editorial .review-stars {
        margin: 16px 0 11px;
        font-size: 13px;
        letter-spacing: 1.5px;
      }

      .reviews-editorial-intro {
        max-width: none;
        text-align: left;
        margin: 0;
      }

      .reviews-editorial-intro .section-kicker {
        margin-bottom: 8px;
        font-size: 11px;
      }

      .reviews-editorial-note,
      .reviews-editorial .review-nav {
        display: none;
      }

      .reviews-editorial-slider {
        width: 100%;
        min-width: 0;
      }

      .reviews-editorial .testimonialSwiper {
        width: 100%;
        padding: 4px 2px 34px !important;
        overflow: hidden;
      }

      .reviews-editorial .testimonialSwiper .swiper-slide {
        height: auto;
      }

      .reviews-editorial .review-card.editorial-review:after {
        right: 12px;
        bottom: -23px;
        font-size: 96px;
        color: #f0f4f8;
      }

      .reviews-editorial .review-user {
        gap: 10px;
      }

      .reviews-editorial .avatar {
        width: 43px;
        height: 43px;
        flex: 0 0 43px;
        font-size: 13px;
      }

      .reviews-editorial .review-user h3 {
        font-size: 14px;
        line-height: 1.25;
      }

      .reviews-editorial .review-user small {
        display: block;
        margin-top: 2px;
        font-size: 11px;
        line-height: 1.3;
      }

      .reviews-editorial .testimonial-pagination {
        margin-top: 5px;
        padding: 0;
        text-align: center;
      }

      .reviews-editorial .testimonial-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
      }

      .reviews-editorial .testimonial-pagination .swiper-pagination-bullet-active {
        width: 20px;
      }

      .review-mobile-hint {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin-top: 0;
        color: #7b8999;
        font-size: 11px;
        font-weight: 700;
      }

      .review-mobile-hint i {
        color: var(--orange);
        font-size: 12px;
      }

      .airport-diaries-section {
        padding: 62px 0;
      }

      .airport-diaries-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 26px;
      }

      .airport-diaries-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 10px;
        padding-bottom: 5px;
        scrollbar-width: none;
      }

      .airport-diary-card {
        flex: 0 0 84%;
        grid-row: auto;
        grid-column: auto;
        min-height: 250px;
        scroll-snap-align: start;
        border-radius: 15px;
        border: 1px solid var(--line);
      }

      .airport-diary-featured {
        flex: 0 0 84%;
        grid-row: auto;
        grid-column: auto;
        scroll-snap-align: start;
        border-radius: 15px;
        min-height: 250px;
        border: 1px solid var(--line);
      }

      .airport-diaries-head h2 {
        font-size: 36px;
        line-height: 1.08;
      }

      .airport-diaries-head p {
        line-height: 1.62;
        font-size: 16px;
      }

      .airport-head-badge {
        margin-top: 5px;
      }

      .airport-diaries-grid::-webkit-scrollbar {
        display: none;
      }

      .airport-gallery-modal.open {
        padding: 14px;
      }

      .airport-gallery-modal .airport-modal-card {
        width: min(100%, 680px) !important;
        max-height: calc(100vh - 28px) !important;
        border-radius: 16px !important;
      }

      .airport-modal-image-wrap {
        min-height: 220px;
        max-height: calc(100vh - 145px);
        padding: 10px;
      }

      .airport-modal-image-wrap img {
        max-height: calc(100vh - 175px);
        border-radius: 10px;
      }

      .admission-timeline-section {
        padding: 58px 0;
      }

      .admission-timeline-note {
        width: 100% !important;
        border-radius: 14px !important;
        font-size: 11px;
      }

      .admission-timeline-heading {
        margin-bottom: 23px;
      }

      .admission-journey-timeline {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
      }

      .journey-timeline-line {
        display: block;
        left: 22px;
        right: auto;
        top: 22px;
        bottom: 22px;
        width: 0;
        height: auto;
        border: 0;
        border-left: 2px dotted #c8d7e4;
        background: none;
      }

      .journey-timeline-item {
        display: grid;
        grid-template-columns: 45px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
        padding: 0 0 24px;
        text-align: left;
      }

      .journey-step-icon {
        grid-column: 1;
        grid-row: 1;
        width: 45px;
        height: 45px;
        margin: 0;
        align-self: start;
      }

      .journey-step-content {
        grid-column: 2;
        grid-row: 1;
        padding-top: 1px;
      }

      .journey-step-content h3 {
        margin-bottom: 4px;
        font-size: 16px;
      }

      .journey-step-content p {
        line-height: 1.5;
        font-size: 13px;
      }

      .free-tools-section {
        padding: 58px 0;
      }

      .free-tools-grid {
        grid-template-columns: 1fr;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 10px;
        padding: 2px 1px 8px;
        scrollbar-width: none;
      }

      .tool-copy p {
        min-height: auto;
      }

      .free-tools-grid::-webkit-scrollbar {
        display: none;
      }

      .free-tool-card {
        flex: 0 0 84%;
        scroll-snap-align: start;
      }

      .tool-visual {
        min-height: 105px;
      }

      .tool-copy {
        padding: 16px;
      }

      .final-check-cta {
        padding: 54px 0;
      }

      .final-check-card {
        display: block;
        border-radius: 18px;
        text-align: center;
        padding: 28px 22px;
      }

      .final-check-copy h2 {
        font-size: 36px;
        line-height: 1.08;
      }

      .final-check-copy p {
        font-size: 15px;
      }

      .final-check-button {
        width: 100%;
        margin-top: 20px;
      }

      .final-check-meta {
        justify-content: center;
        gap: 14px;
        margin-top: 14px;
      }

      .accordion button {
        line-height: 1.4;
        text-align: left;
        min-height: 64px;
        padding: 15px 16px;
        gap: 14px;
        font-size: 14px;
      }

      .accordion article>div p {
        font-size: 12.5px;
      }

      .faq-section {
        padding: 60px 0;
      }

      .faq-intro {
        margin-bottom: 30px;
      }

      .faq-intro h2 {
        font-size: 32px;
      }

      .faq-intro p {
        font-size: 14px;
      }

      .accordion {
        gap: 9px;
      }

      .accordion button>i {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
        font-size: 12px;
      }

      .accordion article>.faq-answer>p {
        padding-inline: 16px;
        font-size: 13px;
        line-height: 1.65;
      }

      .accordion article.open>.faq-answer>p {
        padding: 0 16px 17px;
      }

      .modal-card {
        width: 100%;
        max-height: 92vh;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transform: none;
        border-radius: 22px 22px 0 0;
        max-width: 100%;
      }

      .modal-head {
        padding: 17px;
      }

      .mobile-sticky {
        position: fixed;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(12px);
        border-top: 1px solid var(--line);
        z-index: 1000;
      }

      .mobile-sticky a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 49px;
        border-radius: 12px;
        background: var(--orange);
        color: #fff;
        font-size: 13px;
        font-weight: 900;
        box-shadow: 0 8px 20px rgba(244, 90, 42, .22);
      }

      .mobile-sticky.hidden,
      .readiness-footer-item {
        display: none;
      }

      .readiness-footer {
        padding-bottom: 0;
      }

      .readiness-footer-grid {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 22px 0;
      }

      .footer-brand {
        justify-content: center;
        text-align: left;
      }

      .section-heading {
        margin-bottom: 24px;
      }

      .section-heading h2 {
        font-size: 36px;
        line-height: 1.08;
      }

      .unlock-button {
        flex: 1;
        justify-content: center;
      }

      .counselling-illustration {
        margin-left: -6%;
        width: min(96%, 390px);
        max-height: 290px;
      }

      .section-heading p {
        line-height: 1.62;
        font-size: 16px;
      }
    }

    @media (max-width: 680px) {
      .admission-journey-timeline {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 28px;
        padding-top: 0;
      }

      .journey-timeline-line {
        display: block;
        left: 35px;
        right: auto;
        top: 14px;
        bottom: 18px;
        width: 3px;
        height: auto;
        background: linear-gradient(180deg, rgba(9, 66, 121, .18), rgba(242, 90, 42, .28), rgba(9, 66, 121, .18));
      }

      .journey-timeline-item {
        display: grid;
        grid-template-columns: 70px minmax(0, 1fr);
        align-items: flex-start;
        column-gap: 12px;
        padding: 0 0 22px;
        text-align: left;
      }

      .journey-step-icon {
        width: 54px;
        height: 54px;
        margin: 18px 0 0 8px;
        border-width: 6px;
        font-size: 18px;
      }

      .journey-step-content {
        padding-top: 18px;
      }

      .journey-step-content h3 {
        font-size: 15px;
        margin-bottom: 6px;
      }

      .journey-step-content p {
        max-width: none;
        margin: 0;
        font-size: 13px;
        line-height: 1.55;
      }
    }

    @media (max-width: 600px) {
      .hero-copy>p {
        font-size: 16px;
      }

      .field-group label {
        font-size: 13px;
      }

      .field-group input,
      .field-group select {
        font-size: 14px;
      }

      .report-includes-section {
        padding: 58px 0;
      }

      .report-includes-heading {
        margin-bottom: 26px;
      }

      .report-includes-heading h2 {
        font-size: 31px;
        letter-spacing: -.6px;
      }

      .report-includes-heading p {
        font-size: 13px;
        line-height: 1.6;
        padding-inline: 8px;
      }

      .report-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }

      .report-benefit-card {
        min-height: 148px;
        padding: 15px 13px;
        border-radius: 15px;
      }

      .report-benefit-icon {
        width: 39px;
        height: 39px;
        margin-bottom: 14px;
        border-radius: 11px;
        font-size: 16px;
      }

      .report-benefit-copy h3 {
        font-size: 13px;
        line-height: 1.3;
      }

      .report-benefit-copy p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.45;
      }

      .report-benefit-number {
        top: 12px;
        right: 11px;
        font-size: 24px;
      }

      .report-tabs button {
        font-size: 11.5px;
      }

      .match-title h5 {
        font-size: 13.5px;
      }

      .match-facts span {
        font-size: 10px;
      }

      .match-facts strong {
        font-size: 11px;
      }

      .section-heading p {
        font-size: 14px;
      }
    }

    @media (max-width: 560px) {
      .hero {
        padding-top: 24px;
      }

      .hero-copy h1 {
        font-size: clamp(34px, 10.5vw, 42px);
      }

      .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .primary-button {
        width: 100%;
        justify-content: center;
      }

      .form-step {
        padding-inline: 16px;
      }

      .form-actions {
        margin-inline: -16px;
        padding-inline: 16px;
      }

      .budget-cards {
        grid-template-columns: 1fr 1fr;
      }

      .budget-cards button:last-child {
        grid-column: 1/-1;
      }

      .priority-grid {
        grid-template-columns: 1fr;
      }

      .report-hero-grid {
        grid-template-columns: 1fr;
      }

      .match-card-top {
        grid-template-columns: auto minmax(0, 1fr);
      }

      .match-percent {
        grid-column: 2;
        text-align: left;
      }

      .match-percent small {
        text-align: left;
      }

      .large-score {
        width: 94px;
        height: 94px;
        flex-basis: 94px;
        justify-self: center;
        margin-top: 8px;
      }

      .large-score strong {
        font-size: 29px;
      }

      .review-card {
        min-height: 225px;
        padding: 20px;
      }

      .testimonialSwiper {
        padding-bottom: 36px !important;
      }

      .free-tool-card {
        grid-template-columns: 1fr;
      }

      .tool-visual {
        min-height: 155px;
      }

      .readiness-footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-brand,
      .readiness-footer-item {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
        justify-content: flex-start;
        padding: 15px 4px;
        min-height: auto;
      }

      .readiness-footer-item:last-child {
        border-bottom: 0 !important;
      }
    }

    @media (max-width: 520px) {
      .container {
        width: min(100% - 28px, 1180px);
      }

      .hero-counselling-visual {
        min-height: 350px;
      }

      .phone-row,
      .otp-input-row {
        grid-template-columns: 1fr;
      }

      .verify-btn {
        width: 100%;
        height: 45px;
      }

      .otp-verify-action {
        width: 100%;
      }

      .report-benefit-copy p {
        font-size: 13px;
      }

      .review-card {
        min-height: 240px;
      }

      .review-nav {
        display: flex;
      }

      .testimonialSwiper {
        padding-bottom: 38px !important;
      }

      .testimonialSwiper.swiper-fallback .swiper-wrapper {
        grid-template-columns: 1fr;
      }

      .reviews-editorial .review-card.editorial-review {
        min-height: 0;
        padding: 28px 22px 26px;
      }

      .reviews-editorial .review-card p {
        font-size: 18px;
      }

      .reviews-editorial .review-stars {
        margin: 26px 0 14px;
      }

      .reviews-editorial-note {
        font-size: 12.5px;
      }

      .journey-step-content p {
        font-size: 13.5px;
      }

      .free-tool-card p,
      .tool-copy p {
        font-size: 13px;
      }

      .readiness-footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-brand,
      .readiness-footer-item,
      .readiness-footer-item:nth-child(2),
      .readiness-footer-item:nth-child(n

        /**/
        +3) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        justify-content: flex-start;
        padding: 15px 4px;
        min-height: auto;
      }

      .readiness-footer-item:last-child {
        border-bottom: 0;
      }

      .counselling-illustration {
        width: 108%;
        margin-left: -4%;
      }
    }

    @media (max-width: 480px) {
      .stats-panel {
        margin-top: -18px;
      }

      .stat-item {
        padding: 17px 18px;
      }

      .stat-content span {
        font-size: 12px;
      }

      .college-outcome-top {
        align-items: flex-start;
      }

      .college-count-badge {
        width: 66px;
        min-width: 66px;
        height: 66px;
        border-radius: 16px;
      }

      .college-count-badge strong {
        font-size: 22px;
      }

      .college-count-badge span {
        font-size: 11px;
      }

      .college-profile-badge {
        font-size: 11px;
        line-height: 1.35;
        border-radius: 12px;
      }

      .matches-head {
        display: grid;
        grid-template-columns: 1fr;
      }



      .match-card-top {
        grid-template-columns: auto minmax(0, 1fr);
      }

      .match-percent {
        grid-column: 2;
        margin-top: 2px;
      }

      .compare-check {
        align-self: flex-end;
      }

      .compare-tray {
        padding: 10px 11px;
        gap: 10px;
      }

      .compare-tray span {
        font-size: 10px;
      }

      .compare-tray .compare-tray-open {
        min-height: 36px;
        padding: 0 13px;
      }

      .compare-tray .compare-tray-close {
        width: 36px;
        height: 36px;
      }

      .airport-diaries-grid {
        grid-template-columns: 1fr;
      }

      .airport-diary-card {
        grid-column: auto;
        min-height: 235px;
      }

      .airport-diary-featured {
        grid-column: auto;
        min-height: 300px;
      }

      .admission-timeline-heading {
        margin-bottom: 28px;
      }
    }

    @media (max-width: 420px) {
      .form-actions {
        gap: 9px;
        flex-direction: column-reverse;
      }

      .form-actions .next-button,
      .form-actions .back-button {
        width: 100%;
        justify-content: center;
      }

      .otp-input-row {
        grid-template-columns: 1fr;
      }

      .otp-input-row input {
        min-width: 0;
        width: 100%;
      }

      .otp-verify-action {
        width: 100%;
      }
    }

    @media (max-width: 390px) {
      .header-cta span {
        font-size: 0;
      }

      .header-cta span:after {
        content: "Check fit";
        font-size: 11.5px;
      }

      .hero h1 {
        font-size: 39px;
      }

      .priority-grid {
        grid-template-columns: 1fr;
      }

      .budget-cards strong {
        font-size: 12px;
      }

      .priority-grid-v2 {
        grid-template-columns: 1fr 1fr;
      }

      .report-hero-grid {
        grid-template-columns: 1fr;
      }

      .report-metrics {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .report-metrics div {
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding-bottom: 8px;
      }

      .report-metrics div:last-child {
        border: 0;
      }

      .match-card-top {
        grid-template-columns: auto 1fr;
      }

      .match-percent {
        grid-column: 2;
        text-align: left;
      }

      .match-percent small {
        text-align: left;
      }

      .report-tabs {
        grid-template-columns: 1.35fr .9fr .95fr;
        padding-inline: 7px;
        gap: 5px;
      }

      .report-tabs button {
        font-size: 11px;
        padding-inline: 5px;
      }

      .report-tabs button i {
        display: none;
      }

      .report-benefit-grid {
        grid-template-columns: 1fr 1fr;
      }

      .report-includes-heading h2 {
        font-size: 32px;
      }

      .reviews-section.reviews-editorial {
        padding: 42px 0 46px;
      }

      .reviews-editorial-intro h2 {
        font-size: 32px;
      }

      .reviews-editorial-intro>p {
        font-size: 13px;
      }

      .reviews-editorial .review-card.editorial-review {
        padding: 18px 16px 19px;
        border-radius: 16px;
      }

      .reviews-editorial .avatar {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
      }

      .reviews-editorial .review-card p {
        font-size: 13.5px;
        line-height: 1.62;
      }

      .airport-diaries-head h2 {
        font-size: 32px;
      }

      .final-check-copy h2 {
        font-size: 32px;
      }

      .section-heading h2 {
        font-size: 32px;
      }
    }

    @media (max-width: 380px) {
      .container {
        width: min(100% - 18px, 1180px);
      }

      .header-inner {
        width: min(100% - 18px, 1180px);
      }

      .brand img {
        width: 106px;
      }

      .hero-copy h1 {
        font-size: 32px;
      }

      .budget-cards,
      .phone-row {
        grid-template-columns: 1fr;
      }

      .budget-cards button:last-child {
        grid-column: auto;
      }

      .verify-btn {
        width: 100%;
        height: 45px;
      }
    }

    @media (max-width: 370px) {
      .report-benefit-card {
        min-height: 142px;
        padding: 13px 11px;
      }

      .report-benefit-copy h3 {
        font-size: 13px;
      }

      .report-benefit-copy p {
        font-size: 12px;
      }
    }

    @media (max-width: 360px) {
      .priority-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
      }

      .priority-grid-v2 button {
        min-height: 60px;
        padding: 8px 24px 8px 8px;
      }

      .priority-grid-v2 button>i:first-child {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
        font-size: 11px;
      }

      .priority-grid-v2 strong {
        font-size: 11px;
      }
    }

    @media (max-width: 350px) {
      .header-cta {
        display: none;
      }

      .priority-grid-v2 {
        grid-template-columns: 1fr;
      }

      .report-benefit-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (prefers-reduced-motion: reduce) {

      *,
      *:before,
      *:after {
        scroll-behavior: auto !important;
      }
    }

    @media print {
      html {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: #fff !important;
      }

      body {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: #fff !important;
        color: #172b40 !important;
        font-size: 11pt;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
      }

      .noscript-warning {
        display: none !important;
      }

      a[href]::after {
        content: none !important;
      }

      .site-header {
        display: none !important;
      }

      .hero {
        display: none !important;
      }

      .stats-panel-section {
        display: none !important;
      }

      .checker-heading,
      .assessment-progress-v2,
      .form-step {
        display: none !important;
      }

      .checker-section,
      .checker-section .container,
      .assessment-shell-v2 {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        overflow: visible !important;
      }

      .form-step.report-step {
        display: block !important;
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        overflow: visible !important;
      }

      .report-tabs,
      .report-actions,
      .report-includes-section,
      .compare-tray,
      .report-hero::after,
      .match-card-actions,
      .compare-check,
      .report-cta a {
        display: none !important;
      }

      .report-panel,
      .report-panel.active {
        display: block !important;
        position: static !important;
        width: 100% !important;
        margin: 0 0 10mm !important;
        padding: 6mm 0 0 !important;
        border: 0 !important;
        background: #fff !important;
        overflow: visible !important;
      }

      .report-hero {
        position: relative !important;
        margin: 0 0 6mm !important;
        padding: 8mm !important;
        border: 1px solid #dce5ef !important;
        border-radius: 5mm !important;
        box-shadow: none !important;
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
      }

      .match-card {
        break-inside: avoid;
        page-break-inside: avoid;
        box-shadow: none !important;
        margin-bottom: 4mm !important;
        border: 1px solid #dce5ef !important;
      }

      .eligibility-card,
      .college-outcome-card,
      .score-breakdown,
      .next-action,
      .report-cta {
        break-inside: avoid;
        page-break-inside: avoid;
        box-shadow: none !important;
      }

      .match-list .match-card,
      .match-list .match-card:nth-child(n),
      .matches-head {
        display: block !important;
      }

      .match-list {
        gap: 4mm !important;
      }

      .college-count-badge,
      .status-chip,
      .admission-outlook,
      .check-item-result i,
      .score-row>div span,
      .match-rank {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
      }

      .reviews-section {
        display: none !important;
      }

      .airport-diaries-section {
        display: none !important;
      }

      .admission-timeline-section {
        display: none !important;
      }

      .free-tools-section {
        display: none !important;
      }

      .final-check-cta {
        display: none !important;
      }

      .modal {
        display: none !important;
      }

      .readiness-footer,
      footer,
      .mobile-sticky {
        display: none !important;
      }

      main,
      #checkerForm {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        overflow: visible !important;
      }

      #matchesPanel::before {
        display: block;
        margin: 0 0 4mm;
        color: #15324f;
        font-size: 15pt;
        font-weight: 800;
        line-height: 1.2;
        content: "University Matches";
      }

      #overviewPanel::before {
        display: block;
        margin: 0 0 4mm;
        color: #15324f;
        font-size: 15pt;
        font-weight: 800;
        line-height: 1.2;
        content: "Profile Overview";
      }

      #nextStepsPanel::before {
        display: block;
        margin: 0 0 4mm;
        color: #15324f;
        font-size: 15pt;
        font-weight: 800;
        line-height: 1.2;
        content: "Recommended Next Steps";
      }

      #showAllButton {
        display: none !important;
      }
    }

    .form-step[hidden] {
      display: none !important;
    }


    /* ============================================================
   PROFESSIONAL UI REFINEMENT
   Existing page layout is intentionally preserved.
   ============================================================ */
    :root {
      --report-ink: #17324d;
      --report-muted: #66788c;
      --report-line: #dfe7ef;
      --report-soft: #f7f9fc;
    }

    body {
      line-height: 1.55;
      letter-spacing: -.005em;
    }

    p {
      text-wrap: pretty;
    }

    .section-heading,
    .report-includes-heading,
    .reviews-editorial-intro,
    .airport-diaries-head {
      margin-bottom: 32px;
    }

    .section-heading h2,
    .report-includes-heading h2,
    .reviews-editorial-intro h2,
    .airport-diaries-head h2,
    .final-check-copy h2,
    .faq-intro h2 {
      font-size: clamp(34px, 3.65vw, 48px);
      line-height: 1.12;
      letter-spacing: -1.25px;
    }

    .section-heading p,
    .report-includes-heading p,
    .reviews-editorial-intro p {
      font-size: 16px;
      line-height: 1.65;
    }

    .section-kicker {
      font-size: 11px;
      letter-spacing: .11em;
      margin-bottom: 9px;
    }

    /* Tool: same shell, cleaner rhythm */
    .checker-section-v2 {
      padding: 76px 0 84px;
    }

    .checker-heading-v2 {
      max-width: 760px;
      margin-bottom: 28px;
    }

    .checker-heading-v2 h2 {
      font-size: clamp(34px, 3.8vw, 48px);
      line-height: 1.12;
      letter-spacing: -1.2px;
    }

    .assessment-shell-v2 {
      border-radius: 18px;
      box-shadow: 0 18px 50px rgba(20, 52, 82, .07);
    }

    .assessment-progress-v2 {
      padding: 18px 30px 17px;
    }

    .assessment-form-v2 {
      padding: 36px 42px 30px;
    }

    .assessment-form-heading-minimal {
      margin-bottom: 25px;
    }

    .assessment-form-heading-minimal h3 {
      font-size: 27px;
      line-height: 1.2;
      letter-spacing: -.55px;
    }

    .assessment-form-heading-minimal .assessment-form-icon {
      width: 43px;
      height: 43px;
      flex-basis: 43px;
      border-radius: 12px;
    }

    .assessment-shell-v2 .field-group label {
      font-size: 13px;
      line-height: 1.4;
      margin-bottom: 7px;
    }

    .assessment-shell-v2 .field-group input,
    .assessment-shell-v2 .field-group select {
      height: 54px;
      font-size: 15px;
    }

    .assessment-fields-v2 .field-group {
      margin-bottom: 16px;
    }

    .assessment-security-note {
      margin-top: 2px;
      padding: 10px 13px;
    }

    .assessment-actions-v2 {
      margin-top: 14px;
    }

    .assessment-step-panel-v2[data-step="1"],
    .assessment-step-panel-v2[data-step="2"] {
      transform-origin: top center;
      will-change: opacity, transform;
    }

    .budget-cards-v2 button {
      min-height: 82px;
    }

    .priority-grid-v2 button {
      min-height: 68px;
    }

    .field-note {
      margin-top: 9px;
    }

    /* Step 1 professional field alignment — layout only */
    .assessment-step-panel-v2[data-step="1"] .assessment-fields-v2 {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px 20px;
      margin: 0 !important;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
    }

    .assessment-step-panel-v2[data-step="1"] .assessment-fields-v2>.field-group {
      width: auto !important;
      max-width: none !important;
      padding: 0 !important;
      margin: 0 !important;
      min-width: 0;
      align-self: start;
    }

    .assessment-step-panel-v2[data-step="1"] .assessment-fields-v2>.field-group label {
      min-height: 20px;
      margin-bottom: 8px;
      align-items: center;
    }

    .assessment-step-panel-v2[data-step="1"] .assessment-fields-v2 input,
    .assessment-step-panel-v2[data-step="1"] .assessment-fields-v2 select,
    .assessment-step-panel-v2[data-step="1"] .phone-row-v2 .verify-btn {
      height: 54px;
    }

    .assessment-step-panel-v2[data-step="1"] .phone-row-v2 {
      width: 100%;
      grid-template-columns: minmax(0, 1fr) 112px;
      gap: 10px;
    }

    .assessment-step-panel-v2[data-step="1"] .field-group>small,
    .assessment-step-panel-v2[data-step="1"] .field-group>.form-error {
      margin-top: 7px;
    }

    @media (max-width:767.98px) {
      .assessment-step-panel-v2[data-step="1"] .assessment-fields-v2 {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .assessment-step-panel-v2[data-step="1"] .phone-row-v2 {
        grid-template-columns: minmax(0, 1fr) 104px;
        gap: 8px;
      }
    }

    /* Official report presentation */
    .report-step {
      background: #fff;
    }

    .report-print-header,
    .report-print-footer {
      display: none;
    }

    .report-hero {
      padding: 30px 32px 26px;
      border-top: 4px solid var(--navy);
      background: linear-gradient(180deg, #fbfdff 0%, #f7fafc 100%);
    }

    .report-status-badge {
      margin-bottom: 12px;
      font-size: 10px;
      letter-spacing: .12em;
    }

    .report-hero-label {
      display: block;
      color: #718195;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .06em;
    }

    .report-hero h3 {
      margin: 6px 0 8px;
      font-size: 38px;
      line-height: 1.14;
      letter-spacing: -.8px;
    }

    .report-hero p {
      max-width: 690px;
      margin: 0;
      font-size: 13.5px;
      line-height: 1.65;
    }

    .large-score {
      width: 100px;
      height: 100px;
      flex-basis: 100px;
      background: conic-gradient(var(--blue) 0 var(--score), #e7edf3 var(--score) 100%);
    }

    .large-score strong {
      font-size: 30px;
    }

    .large-score small {
      position: absolute;
      z-index: 1;
      margin-top: 45px;
      color: #8290a0;
      font-size: 8px;
      font-weight: 900;
      letter-spacing: .1em;
    }

    .report-profile-strip {
      display: grid;
      grid-template-columns: 1.5fr .8fr 1fr .9fr;
      margin-top: 22px;
      border: 1px solid var(--report-line);
      border-radius: 12px;
      background: #fff;
      overflow: hidden;
    }

    .report-profile-strip>div {
      min-width: 0;
      padding: 12px 15px;
      border-right: 1px solid var(--report-line);
    }

    .report-profile-strip>div:last-child {
      border-right: 0;
    }

    .report-profile-strip span,
    .report-metrics span {
      display: block;
      margin-bottom: 3px;
      color: #7a8999;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .06em;
    }

    .report-profile-strip strong {
      display: block;
      overflow: hidden;
      color: #243f5a;
      font-size: 13px;
      line-height: 1.35;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .report-metrics {
      margin-top: 12px;
      padding-top: 0;
      border-top: 0;
      gap: 8px;
    }

    .report-metrics>div {
      padding: 10px 12px;
      background: rgba(255, 255, 255, .72);
    }

    .report-metrics strong {
      margin-top: 2px;
      font-size: 14px;
    }

    .report-tabs {
      position: sticky;
      top: 68px;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 0;
      padding: 0 20px;
      border-bottom: 1px solid var(--report-line);
      box-shadow: 0 8px 22px rgba(7, 31, 61, .055);
    }

    .report-tabs button {
      min-width: 0;
      min-height: 64px;
      padding: 10px 14px;
      border: 0;
      border-radius: 0;
      border-bottom: 3px solid transparent;
      box-shadow: none;
      background: #fff;
      justify-content: flex-start;
      text-align: left;
    }

    .report-tabs button:hover {
      transform: none;
      box-shadow: none;
      background: #fafcff;
    }

    .report-tabs button.active {
      background: #fff;
      border-color: var(--blue);
      box-shadow: none;
    }

    .report-tab-copy {
      min-width: 0;
      display: flex;
      flex-direction: column;
    }

    .report-tab-copy strong {
      color: #2b4157;
      font-size: 12px;
      line-height: 1.2;
    }

    .report-tab-copy small {
      margin-top: 3px;
      color: #8a98a8;
      font-size: 9.5px;
      font-weight: 700;
    }

    .report-tab-count {
      margin-left: auto;
      min-width: 23px;
      height: 23px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: #eef5fb;
      color: var(--blue);
      font-size: 10px;
    }

    .report-panel {
      padding: 28px 30px 30px;
    }

    .report-section-heading {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 20px;
    }

    .report-section-heading h4,
    .matches-head h4 {
      margin: 0;
      color: var(--report-ink);
      font-size: 21px;
      line-height: 1.25;
      letter-spacing: -.35px;
    }

    .report-section-heading p,
    .matches-head p {
      max-width: 720px;
      margin-top: 7px;
      color: var(--report-muted);
      font-size: 12.5px;
      line-height: 1.65;
    }

    .card-kicker {
      margin-bottom: 5px;
      color: #7b8b9d;
      font-size: 9.5px;
      letter-spacing: .12em;
    }

    /* Clean university table */
    .report-match-table-wrap {
      display: block;
    }

    .report-table-scroll {
      width: 100%;
      overflow: auto;
      border: 1px solid var(--report-line);
      border-radius: 14px;
      background: #fff;
    }

    .university-match-table {
      width: 100%;
      min-width: 930px;
      border-collapse: separate;
      border-spacing: 0;
      table-layout: fixed;
    }

    .university-match-table th {
      padding: 11px 12px;
      border-bottom: 1px solid #d9e3ec;
      background: #f5f8fb;
      color: #66788c;
      font-size: 9.5px;
      font-weight: 900;
      letter-spacing: .07em;
      text-align: left;
      text-transform: uppercase;
    }

    .university-match-table th:nth-child(1) {
      width: 58px;
    }

    .university-match-table th:nth-child(2) {
      width: 24%;
    }

    .university-match-table th:nth-child(3) {
      width: 17%;
    }

    .university-match-table th:nth-child(4) {
      width: 13%;
    }

    .university-match-table th:nth-child(5) {
      width: 13%;
    }

    .university-match-table th:nth-child(6) {
      width: 15%;
    }

    .university-match-table th:nth-child(7) {
      width: 12%;
    }

    .university-match-table td {
      padding: 15px 12px;
      border-bottom: 1px solid #e7edf3;
      vertical-align: middle;
      color: #344b62;
      font-size: 11.5px;
      line-height: 1.45;
    }

    .university-match-table tbody tr:last-child td {
      border-bottom: 0;
    }

    .university-match-table tbody tr:hover {
      background: #fbfdff;
    }

    .university-match-table td>strong {
      color: #2b4259;
      font-size: 11.5px;
    }

    .university-match-table td small {
      display: block;
      margin-top: 3px;
      color: #8896a6;
      font-size: 9.5px;
    }

    .table-rank {
      display: grid;
      place-items: center;
      width: 31px;
      height: 31px;
      border-radius: 8px;
      background: #edf4fa;
      color: var(--navy);
      font-size: 10px;
      font-weight: 900;
    }

    .table-university-name {
      display: block;
      color: #18324d !important;
      font-size: 12.5px !important;
      line-height: 1.4;
    }

    .table-budget-status {
      display: inline-flex;
      align-items: center;
      min-height: 26px;
      padding: 5px 8px;
      border-radius: 999px;
      font-size: 9.5px;
      font-weight: 800;
      white-space: nowrap;
    }

    .table-budget-status.fit {
      color: #08794d;
      background: #eaf8f2;
    }

    .table-budget-status.review {
      color: #8a5a12;
      background: #fff6df;
    }

    .table-match-score strong {
      display: block;
      color: #08794d;
      font-size: 14px;
    }

    .table-match-score>span {
      display: block;
      width: 62px;
      height: 4px;
      margin-top: 5px;
      overflow: hidden;
      border-radius: 99px;
      background: #e8edf2;
    }

    .table-match-score i {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #2b7fc6, #0c8f63);
    }

    .matches-disclaimer {
      margin-top: 13px;
      font-size: 10px;
      line-height: 1.6;
    }

    /* Top 4 animated vertical chart */
    .top-four-chart-card {
      margin-bottom: 18px;
      padding: 20px 20px 17px;
      border: 1px solid var(--report-line);
      border-radius: 16px;
      background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
      box-shadow: 0 10px 28px rgba(20, 52, 82, .045);
    }

    .chart-card-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
    }

    .chart-card-head h4 {
      margin: 0;
      color: var(--report-ink);
      font-size: 17px;
      line-height: 1.3;
    }

    .chart-scale-note {
      color: #8493a3;
      font-size: 9.5px;
      font-weight: 800;
      letter-spacing: .05em;
      text-transform: uppercase;
    }

    .top-university-chart {
      display: grid;
      grid-template-columns: 34px minmax(0, 1fr);
      min-height: 290px;
    }

    .chart-y-axis {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 218px;
      padding: 0 8px 0 0;
      color: #95a2b0;
      font-size: 9px;
      text-align: right;
    }

    .chart-plot {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      height: 270px;
      border-left: 1px solid #e2e8ee;
      border-bottom: 1px solid #dce4eb;
      background:
        linear-gradient(to top, transparent calc(25% - .5px), #edf1f5 25%, transparent calc(25% + .5px)),
        linear-gradient(to top, transparent calc(50% - .5px), #edf1f5 50%, transparent calc(50% + .5px)),
        linear-gradient(to top, transparent calc(75% - .5px), #edf1f5 75%, transparent calc(75% + .5px));
    }

    .chart-column {
      position: relative;
      display: grid;
      grid-template-rows: 20px 198px 1fr;
      align-items: end;
      justify-items: center;
      min-width: 0;
      padding: 0 4px;
    }

    .chart-value {
      align-self: start;
      color: #385069;
      font-size: 10px;
      font-weight: 900;
      opacity: .85;
    }

    .chart-bar-track {
      position: relative;
      width: min(54px, 68%);
      height: 190px;
      display: flex;
      align-items: flex-end;
      perspective: 500px;
    }

    .chart-bar-fill {
      position: relative;
      width: 100%;
      height: 0;
      border-radius: 8px 8px 2px 2px;
      background: linear-gradient(180deg, #3d8ed2 0%, #246fb8 68%, #195b96 100%);
      box-shadow: 10px 11px 18px rgba(20, 68, 111, .16);
      transform-origin: bottom;
      transition: height 850ms cubic-bezier(.22, 1, .36, 1) var(--chart-delay);
    }

    .chart-bar-fill::before {
      content: "";
      position: absolute;
      left: 7px;
      right: -7px;
      top: -7px;
      height: 8px;
      border-radius: 5px 5px 2px 2px;
      background: #66a8dc;
      transform: skewX(-42deg);
      transform-origin: left bottom;
      opacity: .9;
    }

    .chart-bar-fill::after {
      content: "";
      position: absolute;
      top: -2px;
      right: -7px;
      bottom: 2px;
      width: 8px;
      border-radius: 0 5px 3px 0;
      background: #174f82;
      transform: skewY(-42deg);
      transform-origin: left top;
      opacity: .85;
    }

    .chart-bar-fill.is-animated {
      height: var(--target-height);
    }

    .chart-university {
      align-self: start;
      width: 100%;
      padding-top: 10px;
      text-align: center;
    }

    .chart-university strong {
      display: -webkit-box;
      overflow: hidden;
      color: #2a425a;
      font-size: 9.5px;
      line-height: 1.35;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .chart-university small {
      display: block;
      margin-top: 4px;
      color: #8a98a8;
      font-size: 8.5px;
      line-height: 1.35;
    }

    .chart-empty {
      grid-column: 1/-1;
      margin: auto;
      color: var(--report-muted);
      font-size: 12px;
    }

    .report-overview-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .report-overview-grid .eligibility-card,
    .report-overview-grid .college-outcome-card {
      height: 100%;
      margin-bottom: 0;
    }

    .report-overview-grid-single {
      grid-template-columns: minmax(0, 1fr);
    }

    /* Match Analysis keeps one focused coverage card only. */
    #overviewPanel .eligibility-card {
      display: none !important;
    }

    #overviewPanel .report-overview-grid {
      grid-template-columns: minmax(0, 1fr);
    }

    .college-outcome-card-featured {
      position: relative;
      overflow: hidden;
      padding: 30px 32px;
      border: 1px solid #d8e3ed;
      border-top: 3px solid var(--blue);
      border-radius: 18px;
      background:
        linear-gradient(180deg, rgba(36, 111, 184, .035), rgba(255, 255, 255, 0) 42%),
        #fff;
      box-shadow: 0 14px 34px rgba(20, 52, 82, .075);
    }

    .college-outcome-card-featured::after {
      content: "";
      position: absolute;
      right: -70px;
      top: -90px;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(36, 111, 184, .09), rgba(36, 111, 184, 0) 68%);
      pointer-events: none;
    }

    .college-outcome-card-featured:hover {
      transform: none;
      border-color: #c9d9e7;
      border-top-color: var(--blue);
      box-shadow: 0 14px 34px rgba(20, 52, 82, .085);
    }

    .college-outcome-card-featured .college-outcome-top {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 132px;
      align-items: center;
      gap: 34px;
    }

    .college-outcome-card-featured .college-outcome-copy {
      min-width: 0;
    }

    .college-outcome-card-featured .college-outcome-top h4 {
      max-width: 720px;
      margin: 4px 0 8px;
      color: #18324d;
      font-size: 22px;
      line-height: 1.3;
      letter-spacing: -.25px;
    }

    .college-outcome-card-featured .college-outcome-top p {
      max-width: 760px;
      color: #657487;
      font-size: 13px;
      line-height: 1.7;
    }

    .college-outcome-card-featured .card-kicker {
      color: #55708c;
      font-size: 10px;
      letter-spacing: .13em;
    }

    .college-outcome-card-featured .college-profile-badge {
      min-height: 30px;
      padding: 7px 12px;
      border: 1px solid rgba(12, 143, 99, .14);
      font-size: 10.5px;
      letter-spacing: .02em;
    }

    .college-outcome-card-featured .college-profile-badge {
      margin: 14px 0 0;
    }

    .college-outcome-card-featured .college-count-badge {
      width: 124px;
      min-width: 124px;
      height: 124px;
      border-radius: 20px;
      background: linear-gradient(145deg, #15324f, #246fb8);
      box-shadow: 0 12px 26px rgba(21, 50, 79, .18);
    }

    .college-outcome-card-featured .college-count-badge strong {
      font-size: 34px;
    }

    .college-outcome-card-featured .college-count-badge span {
      max-width: 80px;
      margin: 7px auto 0;
      font-size: 9px;
      line-height: 1.35;
      letter-spacing: .08em;
    }

    .college-outcome-divider {
      height: 1px;
      margin: 22px 0 18px;
      background: #e6edf3;
    }

    .college-criteria-grid-featured {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .college-criteria-grid-featured .college-criterion {
      min-height: 68px;
      padding: 14px 15px;
      border-color: #e1e8ef;
      border-radius: 12px;
      background: #fbfcfe;
    }

    .college-criteria-grid-featured .college-criterion>i {
      width: 38px;
      height: 38px;
      flex-basis: 38px;
    }

    .college-criteria-grid-featured .college-criterion span {
      font-size: 10px;
      letter-spacing: .075em;
    }

    .college-criteria-grid-featured .college-criterion strong {
      margin-top: 4px;
      color: #263f59;
      font-size: 12.5px;
      line-height: 1.5;
    }

    .score-breakdown {
      margin-top: 14px;
    }

    .score-row {
      grid-template-columns: 140px 1fr 48px;
    }

    /* Next steps: official action plan */
    .next-step-list {
      position: relative;
      display: grid;
      gap: 10px;
    }

    .next-action {
      position: relative;
      display: grid;
      grid-template-columns: 42px 38px minmax(0, 1fr);
      gap: 12px;
      align-items: start;
      padding: 15px 16px;
      border: 1px solid var(--report-line);
      border-radius: 13px;
      background: #fff;
    }

    .next-action-index {
      display: grid;
      place-items: center;
      width: 32px;
      height: 32px;
      border-radius: 8px;
      background: #f3f6f9;
      color: #6f8092;
      font-size: 9.5px;
      font-weight: 900;
      letter-spacing: .04em;
    }

    .next-action-icon {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 10px;
      background: #edf5fd;
      color: var(--blue);
      font-size: 12px;
    }

    .next-action-copy strong {
      display: block;
      color: #263f59;
      font-size: 12.5px;
      line-height: 1.4;
    }

    .next-action-copy p {
      margin-top: 4px;
      color: #697b8e;
      font-size: 11px;
      line-height: 1.58;
    }

    .report-cta {
      margin-top: 16px;
      padding: 18px 20px;
    }

    .report-actions {
      padding: 0 30px 28px;
    }

    .report-actions button {
      min-height: 43px;
      padding: 0 14px;
      border-radius: 9px;
      font-size: 11px;
      font-weight: 850;
    }

    .report-actions .secondary-action i {
      margin-right: 6px;
    }

    /* Preserve non-tool layout, refine only type/spacing */
    .report-includes-section,
    .reviews-section,
    .airport-diaries-section,
    .admission-timeline-section,
    .free-tools-section {
      scroll-margin-top: 72px;
    }

    .report-benefit-card,
    .tool-card,
    .journey-step-card,
    .review-card {
      line-height: 1.5;
    }

    .report-benefit-copy p,
    .tool-copy p,
    .journey-step-content p {
      line-height: 1.6;
    }

    /* Responsive report/table/chart */
    @media (max-width: 860px) {
      .report-profile-strip {
        grid-template-columns: 1fr 1fr;
      }

      .report-profile-strip>div:nth-child(2) {
        border-right: 0;
      }

      .report-profile-strip>div:nth-child(-n+2) {
        border-bottom: 1px solid var(--report-line);
      }

      .report-overview-grid {
        grid-template-columns: 1fr;
      }

      .assessment-form-v2 {
        padding: 32px 30px 27px;
      }
    }

    @media (max-width: 700px) {
      .checker-section-v2 {
        padding: 56px 0 62px;
      }

      .assessment-progress-v2 {
        padding: 15px 18px;
      }

      .assessment-form-v2 {
        padding: 26px 20px 22px;
      }

      .assessment-form-heading-minimal h3 {
        font-size: 23px;
      }

      .report-hero {
        padding: 24px 20px 20px;
      }

      .report-hero-grid {
        grid-template-columns: 1fr;
      }

      .large-score {
        justify-self: start;
      }

      .report-tabs {
        top: 66px;
        padding: 0 8px;
      }

      .report-tabs button {
        min-height: 58px;
        padding: 8px 9px;
        justify-content: center;
        text-align: center;
      }

      .report-tabs button i {
        display: none;
      }

      .report-tab-copy small {
        display: none;
      }

      .report-tab-count {
        display: none;
      }

      .report-panel {
        padding: 22px 18px 24px;
      }

      .report-section-heading {
        display: block;
      }



      .top-four-chart-card {
        padding: 16px 12px 14px;
      }

      .chart-plot {
        gap: 7px;
      }

      .chart-bar-track {
        width: min(42px, 72%);
      }

      .chart-university strong {
        font-size: 8.5px;
      }

      .chart-university small {
        font-size: 7.5px;
      }

      .next-action {
        grid-template-columns: 34px 32px minmax(0, 1fr);
        gap: 9px;
        padding: 13px 12px;
      }

      .next-action-index {
        width: 28px;
        height: 28px;
      }

      .next-action-icon {
        width: 30px;
        height: 30px;
      }

      .section-heading h2,
      .report-includes-heading h2,
      .reviews-editorial-intro h2,
      .airport-diaries-head h2,
      .final-check-copy h2,
      .faq-intro h2 {
        font-size: 31px;
        letter-spacing: -.75px;
      }
    }

    @media (max-width: 460px) {
      .report-profile-strip {
        grid-template-columns: 1fr;
      }

      .report-profile-strip>div {
        border-right: 0;
        border-bottom: 1px solid var(--report-line) !important;
      }

      .report-profile-strip>div:last-child {
        border-bottom: 0 !important;
      }

      .chart-y-axis {
        display: none;
      }

      .top-university-chart {
        grid-template-columns: 1fr;
      }

      .chart-plot {
        height: 260px;
      }

      .chart-column {
        grid-template-rows: 20px 190px 1fr;
      }

      .chart-bar-track {
        height: 182px;
        width: min(36px, 70%);
      }
    }

    /* Print every report tab as one official report */
    @media print {
      @page {
        size: A4;
        margin: 11mm;
      }

      body {
        font-size: 9.5pt !important;
      }

      main>section:not(#checker) {
        display: none !important;
      }

      .report-print-header {
        display: flex !important;
        align-items: flex-end;
        justify-content: space-between;
        gap: 12mm;
        margin: 0 0 5mm;
        padding: 0 0 4mm;
        border-bottom: 2px solid #15324f;
      }

      .report-print-eyebrow {
        display: block;
        margin-bottom: 1.5mm;
        color: #66788c;
        font-size: 7pt;
        font-weight: 800;
        letter-spacing: .08em;
      }

      .report-print-header h2 {
        margin: 0;
        color: #15324f;
        font-size: 17pt;
        line-height: 1.15;
      }

      .report-print-reference {
        min-width: 40mm;
        text-align: right;
      }

      .report-print-reference span {
        display: block;
        color: #7a8999;
        font-size: 7pt;
        text-transform: uppercase;
        letter-spacing: .06em;
      }

      .report-print-reference strong {
        display: block;
        margin-top: 1mm;
        color: #263f59;
        font-size: 9pt;
      }

      .report-hero {
        margin: 0 0 5mm !important;
        padding: 5mm !important;
        border: 1px solid #dce5ef !important;
        border-top: 2.5px solid #15324f !important;
        border-radius: 3mm !important;
      }

      .report-hero h3 {
        font-size: 20pt !important;
      }

      .large-score {
        width: 24mm !important;
        height: 24mm !important;
        flex-basis: 24mm !important;
      }

      .large-score strong {
        font-size: 22pt !important;
      }

      .report-profile-strip {
        margin-top: 4mm !important;
      }

      .report-profile-strip>div {
        padding: 3mm !important;
      }

      .report-metrics {
        margin-top: 2.5mm !important;
      }

      .report-tabs,
      .report-actions {
        display: none !important;
      }

      .report-panel,
      .report-panel.active {
        display: block !important;
        margin: 0 !important;
        padding: 5mm 0 0 !important;
      }

      #matchesPanel::before,
      #overviewPanel::before,
      #nextStepsPanel::before {
        display: none !important;
        content: none !important;
      }

      #overviewPanel,
      #nextStepsPanel {
        break-before: auto !important;
        page-break-before: auto !important;
        break-after: auto !important;
        page-break-after: auto !important;
      }

      .report-section-heading {
        margin-bottom: 4mm !important;
      }

      .report-section-heading h4,
      .matches-head h4 {
        font-size: 14pt !important;
      }

      .report-section-heading p,
      .matches-head p {
        font-size: 8pt !important;
      }

      .report-table-scroll {
        overflow: visible !important;
        border-radius: 2mm !important;
      }

      .university-match-table {
        min-width: 0 !important;
        table-layout: fixed !important;
      }

      .university-match-table thead {
        display: table-header-group;
      }

      .university-match-table tr {
        break-inside: avoid;
        page-break-inside: avoid;
      }

      .university-match-table th {
        padding: 2.2mm 1.7mm !important;
        font-size: 6.3pt !important;
      }

      .university-match-table td {
        padding: 2.6mm 1.7mm !important;
        font-size: 7pt !important;
      }

      .university-match-table th:nth-child(1) {
        width: 7%;
      }

      .university-match-table th:nth-child(2) {
        width: 23%;
      }

      .university-match-table th:nth-child(3) {
        width: 17%;
      }

      .university-match-table th:nth-child(4) {
        width: 13%;
      }

      .university-match-table th:nth-child(5) {
        width: 13%;
      }

      .university-match-table th:nth-child(6) {
        width: 16%;
      }

      .university-match-table th:nth-child(7) {
        width: 11%;
      }

      .table-university-name {
        font-size: 7.5pt !important;
      }

      .table-budget-status {
        padding: 1.2mm 1.7mm !important;
        font-size: 6.2pt !important;
      }

      .table-match-score strong {
        font-size: 8pt !important;
      }

      .top-four-chart-card {
        padding: 4mm !important;
        margin-bottom: 4mm !important;
        box-shadow: none !important;
        break-inside: avoid;
        page-break-inside: avoid;
      }

      .top-university-chart {
        min-height: 66mm !important;
      }

      .chart-plot {
        height: 62mm !important;
      }

      .chart-column {
        grid-template-rows: 5mm 45mm 1fr !important;
      }

      .chart-bar-track {
        height: 43mm !important;
      }

      .chart-bar-fill {
        height: var(--target-height) !important;
        transition: none !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
      }

      .chart-university strong {
        font-size: 6.5pt !important;
      }

      .chart-university small {
        font-size: 5.8pt !important;
      }

      .report-overview-grid,
      .report-overview-grid-single {
        grid-template-columns: 1fr !important;
        gap: 3mm !important;
      }

      #overviewPanel .eligibility-card {
        display: none !important;
      }

      .college-outcome-card-featured {
        width: 100% !important;
        padding: 5mm !important;
        border-top-width: 1mm !important;
        box-shadow: none !important;
      }

      .university-match-table {
        page-break-inside: auto !important;
      }

      .university-match-table thead {
        display: table-header-group !important;
      }

      .university-match-table tbody tr {
        display: table-row !important;
        visibility: visible !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important;
      }

      .eligibility-card,
      .college-outcome-card,
      .score-breakdown {
        padding: 4mm !important;
        margin-bottom: 0 !important;
      }

      .next-step-list {
        gap: 2.5mm !important;
      }

      .next-action {
        grid-template-columns: 9mm 9mm 1fr !important;
        gap: 2.5mm !important;
        padding: 3mm !important;
        border-radius: 2.5mm !important;
      }

      .next-action-copy strong {
        font-size: 8pt !important;
      }

      .next-action-copy p {
        font-size: 7pt !important;
      }

      .report-cta {
        padding: 4mm !important;
        margin-top: 4mm !important;
      }

      .report-cta h4 {
        font-size: 9pt !important;
      }

      .report-print-footer {
        display: block !important;
        margin-top: 6mm;
        padding-top: 3mm;
        border-top: 1px solid #dce5ef;
        color: #6c7c8c;
        font-size: 6.8pt;
        line-height: 1.5;
      }
    }

    /* === Professional review carousel === */
    .reviews-section.reviews-simple {
      position: relative;
      padding: 88px 0 92px;
      overflow: hidden;
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      border-top: 1px solid #edf1f5;
      border-bottom: 1px solid #edf1f5;
    }

    .reviews-simple .reviews-simple-head {
      width: min(720px, 100%);
      margin: 0 auto 38px;
      text-align: center;
    }

    .reviews-simple .reviews-simple-head .section-kicker {
      justify-content: center;
      margin-bottom: 10px;
    }

    .reviews-simple .reviews-simple-head h2 {
      margin: 0 0 12px;
      color: #18324d;
      font-family: var(--serif);
      font-size: clamp(34px, 3.7vw, 46px);
      font-weight: 800;
      line-height: 1.12;
      letter-spacing: -1.2px;
    }

    .reviews-simple .reviews-simple-head p {
      max-width: 620px;
      margin: 0 auto;
      color: #68798b;
      font-size: 15px;
      line-height: 1.7;
    }

    .reviews-simple .reviews-simple-slider {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
    }

    .reviews-simple .testimonialSwiper {
      width: 100%;
      overflow: hidden;
      padding: 5px 3px 44px !important;
    }

    .reviews-simple .testimonialSwiper .swiper-wrapper {
      align-items: stretch;
    }

    .reviews-simple .testimonialSwiper .swiper-slide {
      display: flex;
      height: auto;
      box-sizing: border-box;
    }

    .reviews-simple .review-card.simple-review {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      min-height: 272px;
      height: 100%;
      padding: 26px 25px 22px;
      overflow: hidden;
      border: 1px solid #dde6ee;
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 10px 30px rgba(20, 50, 79, .055);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .reviews-simple .review-card.simple-review::before {
      content: "“";
      position: absolute;
      top: 11px;
      right: 19px;
      color: #eef3f7;
      font-family: Georgia, serif;
      font-size: 72px;
      font-weight: 700;
      line-height: 1;
      pointer-events: none;
    }

    .reviews-simple .review-card.simple-review:hover {
      transform: translateY(-3px);
      border-color: #cbd9e5;
      box-shadow: 0 16px 34px rgba(20, 50, 79, .085);
    }

    .reviews-simple .review-stars {
      position: relative;
      z-index: 1;
      margin: 0 0 18px;
      color: #e59a17;
      font-size: 12px;
      line-height: 1;
      letter-spacing: 1.5px;
    }

    .reviews-simple .review-quote {
      position: relative;
      z-index: 1;
      flex: 1 1 auto;
      margin: 0;
      color: #3f5369;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.76;
    }

    .reviews-simple .review-person {
      position: relative;
      z-index: 1;
      margin-top: 22px;
      padding-top: 16px;
      border-top: 1px solid #e7edf3;
    }

    .reviews-simple .review-person strong {
      display: block;
      color: #193650;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.35;
    }

    .reviews-simple .review-person span {
      display: block;
      margin-top: 3px;
      color: #7a8998;
      font-size: 11px;
      font-weight: 650;
      line-height: 1.4;
    }

    .reviews-simple .testimonial-pagination {
      position: absolute;
      bottom: 2px !important;
      left: 0;
      width: 100%;
      text-align: center;
    }

    .reviews-simple .testimonial-pagination .swiper-pagination-bullet {
      width: 7px;
      height: 7px;
      margin: 0 4px !important;
      background: #b9c6d2;
      opacity: .72;
      transition: width .2s ease, opacity .2s ease, background .2s ease;
    }

    .reviews-simple .testimonial-pagination .swiper-pagination-bullet-active {
      width: 24px;
      border-radius: 999px;
      background: var(--blue);
      opacity: 1;
    }

    .reviews-simple .testimonialSwiper.swiper-fallback .swiper-wrapper {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .reviews-simple .testimonialSwiper.swiper-fallback .swiper-slide {
      width: auto !important;
    }

    @media (max-width: 991px) {
      .reviews-simple .testimonialSwiper.swiper-fallback .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 639px) {
      .reviews-section.reviews-simple {
        padding: 60px 0 64px;
      }

      .reviews-simple .reviews-simple-head {
        margin-bottom: 28px;
        text-align: left;
      }

      .reviews-simple .reviews-simple-head .section-kicker {
        justify-content: flex-start;
      }

      .reviews-simple .reviews-simple-head h2 {
        font-size: 31px;
        letter-spacing: -.8px;
      }

      .reviews-simple .reviews-simple-head p {
        font-size: 14px;
      }

      .reviews-simple .review-card.simple-review {
        min-height: 250px;
        padding: 23px 20px 20px;
        border-radius: 15px;
      }

      .reviews-simple .review-quote {
        font-size: 13.5px;
        line-height: 1.7;
      }

      .reviews-simple .testimonialSwiper.swiper-fallback .swiper-wrapper {
        grid-template-columns: 1fr;
      }
    }



    @media print {
      .report-print-header {
        align-items: center !important;
      }

      .report-print-brand {
        display: flex !important;
        align-items: center;
        min-width: 0;
        gap: 5mm;
      }

      .report-print-logo {
        display: block !important;
        width: 31mm;
        max-width: 31mm;
        height: auto;
        max-height: 14mm;
        object-fit: contain;
        flex: 0 0 auto;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
      }

      .report-print-title {
        min-width: 0;
        padding-left: 5mm;
        border-left: 1px solid #d5dee8;
      }

      .report-print-title h2 {
        white-space: normal;
      }
    }

    /* ============================================================
       CONTINUOUS OFFICIAL REPORT PRINT FLOW
       All report tabs print sequentially without forced page starts.
       ============================================================ */
    @media print {

      #matchesPanel,
      #overviewPanel,
      #nextStepsPanel {
        display: block !important;
        position: static !important;
        break-before: auto !important;
        page-break-before: auto !important;
        break-after: auto !important;
        page-break-after: auto !important;
        margin: 0 !important;
        padding: 3mm 0 0 !important;
      }

      #matchesPanel {
        padding-top: 0 !important;
      }

      .report-panel+.report-panel {
        margin-top: 0 !important;
      }

      .report-section-heading,
      .matches-head {
        margin-top: 0 !important;
        margin-bottom: 3mm !important;
        break-after: avoid-page !important;
        page-break-after: avoid !important;
      }

      .report-overview-grid,
      .report-overview-grid-single,
      .college-outcome-card,
      .college-outcome-card-featured,
      .score-breakdown {
        break-before: auto !important;
        page-break-before: auto !important;
        break-after: auto !important;
        page-break-after: auto !important;
      }

      .university-match-table {
        break-inside: auto !important;
        page-break-inside: auto !important;
      }

      .university-match-table tbody tr,
      .next-action {
        break-inside: avoid !important;
        page-break-inside: avoid !important;
      }

      .report-print-footer {
        break-before: auto !important;
        page-break-before: auto !important;
      }
    }
