    :root {
      --bg: #f4f5f8;
      --text: #1d2a44;
      --muted: #6f7b8f;
      --line: #dae0ea;
      --input-line: #ced6e2;
      --success-bg: #e3f5e6;
      --success-text: #29854a;
      --button-disabled: #9d9d9f;
      --footer-text: #403551;
      --shadow-soft: 0 2px 16px rgba(17, 31, 56, 0.06);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html,
    body {
      min-height: 100%;
    }

    body {
      font-family: 'Manrope', 'Segoe UI', sans-serif;
      color: var(--text);
      background:
        radial-gradient(1000px 500px at 50% -150px, #ffffff 0%, rgba(255, 255, 255, 0.45) 45%, transparent 70%),
        linear-gradient(180deg, #f3f4f8 0%, #f1f2f6 100%);
      overflow-x: hidden;
    }

    .page {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .content {
      width: 100%;
      max-width: 560px;
      margin: 0 auto;
      padding: 24px 22px 28px;
    }

    .top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      gap: 12px;
    }

    .brand {
      margin: 0 auto;
      transform: translateX(18px);
      display: inline-flex;
      align-items: center;
      gap: 9px;
      font-size: 27px;
      font-weight: 800;
      letter-spacing: -0.8px;
      color: #121823;
      min-width: 0;
      max-width: calc(100% - 84px);
    }

    .brand-mark {
      width: 18px;
      height: 18px;
      border: 3px dotted #121823;
      border-radius: 50%;
    }

    .lang {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 15px;
      font-weight: 700;
      color: #384960;
      border: 0;
      background: transparent;
      cursor: pointer;
      padding: 3px 4px;
      border-radius: 8px;
    }

    .lang:hover {
      background: #e9edf4;
    }

    .lang:disabled {
      opacity: 0.65;
      cursor: wait;
    }

    .lang-warning {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      color: #a55454;
      min-height: 16px;
      font-weight: 600;
    }

    .lang-flag {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 1px solid #d1d9e5;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      line-height: 1;
      background: #ffffff;
      overflow: hidden;
    }

    .progress-title {
      font-size: 22px;
      color: #61708a;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .progress {
      height: 8px;
      background: #e6ebf2;
      border-radius: 999px;
      overflow: hidden;
      margin-bottom: 14px;
    }

    .progress > span {
      display: block;
      width: 25%;
      height: 100%;
      border-radius: 999px;
      background: #0e1523;
    }

    .screen {
      display: none;
    }

    .screen.active {
      display: block;
    }

    .flight-summary {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      padding: 16px;
      background: #f9fbfd;
      border-radius: 12px;
      border: 1px solid #e3e8f0;
    }

    .route-hero {
      width: 100%;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
      align-items: center;
      gap: 12px;
      margin-bottom: 6px;
      padding-bottom: 14px;
      border-bottom: 1px solid #e3e8f0;
    }

    .route-hero-stop {
      min-width: 0;
      font-size: 22px;
      font-weight: 800;
      letter-spacing: -0.6px;
      color: #111b36;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .route-hero-stop.to {
      text-align: right;
    }

    .route-hero-plane {
      width: 54px;
      height: 54px;
      margin: 0 auto;
      border-radius: 50%;
      background: linear-gradient(180deg, #f2f6fb 0%, #ebf1f8 100%);
      border: 1px solid #d7e0ec;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #a9b9cf;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    }

    .route-hero-plane svg {
      width: 28px;
      height: 28px;
      fill: currentColor;
      transform: rotate(8deg);
    }

    .flight-summary-item {
      flex: 1;
      min-width: 110px;
      text-align: center;
    }

    .flight-summary-label {
      font-size: 12px;
      font-weight: 600;
      color: #8f9aae;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 6px;
    }

    .flight-summary-value {
      font-size: 15px;
      font-weight: 700;
      color: #1f2d44;
    }

    .radio-group {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .radio-option {
      position: relative;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 16px;
      border: 2px solid #d8e0ec;
      border-radius: 12px;
      background: #ffffff;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .radio-option:hover {
      border-color: #c0cfe6;
      background: #f9fbfd;
    }

    .radio-option input[type="radio"] {
      appearance: none;
      width: 24px;
      height: 24px;
      border: 2px solid #c5cfd9;
      border-radius: 50%;
      background: #ffffff;
      cursor: pointer;
      flex-shrink: 0;
      transition: all 0.2s ease;
    }

    .radio-option input[type="radio"]:hover {
      border-color: #1dbf8a;
    }

    .radio-option input[type="radio"]:checked {
      border-color: #1dbf8a;
      background: #1dbf8a;
      box-shadow: inset 0 0 0 3px #ffffff;
    }

    .radio-label {
      font-size: 16px;
      font-weight: 600;
      color: #253248;
    }

    .button-group {
      display: flex;
      gap: 12px;
      margin-top: 12px;
    }

    .button-group-single .continue-btn {
      width: 100%;
      white-space: nowrap;
    }

    .continue-btn {
      flex: 1;
      height: 54px;
      border: 0;
      border-radius: 8px;
      background: #1d2a44;
      color: #ffffff;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0.1px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .continue-btn:disabled {
      background: #a7a7a9;
      color: #f2f2f2;
      cursor: not-allowed;
      transform: none;
      box-shadow: none;
    }

    .continue-btn:not(:disabled):hover {
      background: #0e1523;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(13, 21, 35, 0.4);
    }

    .continue-btn:not(:disabled):active {
      transform: translateY(0);
    }

    .back-btn {
      flex: 1;
      height: 54px;
      border: 2px solid #d8e0ec;
      border-radius: 8px;
      background: #ffffff;
      color: #1f2d44;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0.1px;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .back-btn:hover {
      border-color: #c5cfd9;
      background: #f9fbfd;
    }

    .back-btn:active {
      background: #f1f5fb;
    }

    .date-step {
      padding-top: 22px;
    }

    .date-title {
      font-size: 28px;
      line-height: 1.18;
      letter-spacing: -0.8px;
      margin-bottom: 24px;
      color: #14213b;
    }

    .date-field-shell {
      display: flex;
      align-items: stretch;
      width: 100%;
      min-height: 82px;
      border-radius: 14px;
      border: 2px solid #c9d3e0;
      background: #f8fafc;
      overflow: hidden;
      margin-bottom: 28px;
      position: relative;
    }

    .date-field-shell:focus-within {
      border-color: #1d2a44;
      background: #ffffff;
    }

    .date-field-shell input {
      flex: 1;
      border: 0;
      background: transparent;
      padding: 0 22px;
      font-size: 18px;
      font-weight: 600;
      color: #5f7089;
      outline: none;
      min-width: 0;
    }

    .date-field-shell input::placeholder {
      color: #8a98ac;
      font-weight: 500;
    }

    .date-native-input {
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none;
    }

    .date-native-input::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    .date-trigger {
      width: 82px;
      flex-shrink: 0;
      border: 0;
      border-left: 2px solid #c9d3e0;
      background: transparent;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #516179;
      cursor: pointer;
    }

    .date-trigger svg {
      width: 30px;
      height: 30px;
      stroke: currentColor;
    }

    .claim-box {
      background: var(--success-bg);
      color: var(--success-text);
      border-radius: 22px;
      font-size: 13px;
      font-weight: 700;
      padding: 10px 14px;
      margin-bottom: 28px;
      display: flex;
      align-items: center;
      gap: 8px;
      box-shadow: var(--shadow-soft);
    }

    .result-progress {
      margin: 6px 0 18px;
    }

    .result-screen .claim-box {
      margin-bottom: 24px;
    }

    .result-intro {
      display: flex;
      align-items: flex-start;
      gap: 18px;
      margin-bottom: 26px;
    }

    .result-check {
      width: 86px;
      height: 86px;
      flex-shrink: 0;
      color: #4aa659;
    }

    .result-headline {
      font-size: 24px;
      line-height: 1.28;
      letter-spacing: -0.6px;
      color: #111b36;
      margin: 0;
    }

    .comp-card {
      border: 1px solid #d7deea;
      border-radius: 22px;
      background: #ffffff;
      box-shadow: 0 10px 28px rgba(18, 33, 58, 0.08);
      padding: 26px 18px 18px;
    }

    .comp-card-label {
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 0.08em;
      color: #75829a;
      margin-bottom: 14px;
    }

    .comp-amount {
      font-size: 58px;
      line-height: 1;
      letter-spacing: -2px;
      font-weight: 800;
      color: #101933;
      margin-bottom: 10px;
    }

    .comp-sub {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #3d9b6f;
      font-weight: 800;
      font-size: 18px;
      margin-bottom: 22px;
    }

    .comp-chart {
      position: relative;
      width: 100%;
      aspect-ratio: 1.1 / 0.95;
      margin-bottom: 22px;
      overflow: hidden;
    }

    .comp-chart svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .comp-total {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 18px;
      background: #d9ebde;
      color: #13203a;
      padding: 18px 20px;
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 18px;
    }

    .comp-total strong {
      color: #2f7c56;
    }

    .passenger-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      border-radius: 18px;
      background: #f2f3f4;
      padding: 15px 16px;
      margin-bottom: 16px;
    }

    .passenger-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 19px;
      font-weight: 700;
      color: #3b4860;
    }

    .passenger-controls {
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }

    .passenger-btn {
      width: 52px;
      height: 52px;
      border: 2px solid #d6d9df;
      border-radius: 16px;
      background: #ffffff;
      color: #4d5668;
      font-size: 30px;
      line-height: 1;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .passenger-count {
      min-width: 30px;
      text-align: center;
      font-size: 24px;
      font-weight: 800;
      color: #121b35;
    }

    .comp-note {
      text-align: center;
      color: #73829a;
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .checkout-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
      gap: 18px;
      align-items: start;
    }

    .checkout-card,
    .checkout-summary-card {
      border: 1px solid #d7deea;
      border-radius: 22px;
      background: #ffffff;
      box-shadow: 0 10px 28px rgba(18, 33, 58, 0.08);
      padding: 24px 20px;
    }

    .checkout-kicker {
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #7b879d;
      margin-bottom: 12px;
    }

    .checkout-title {
      font-size: 30px;
      line-height: 1.1;
      letter-spacing: -0.8px;
      color: #111b36;
      margin: 0 0 10px;
    }

    .checkout-copy {
      margin: 0 0 22px;
      color: #718099;
      font-size: 14px;
      line-height: 1.55;
    }

    .card_number {
      letter-spacing: 0.18em;
      font-weight: 800;
    }

    .checkout-note {
      font-size: 13px;
      color: #7e8ca2;
      margin-top: 10px;
      font-weight: 600;
    }

    .checkout-note.valid {
      color: #2f7c56;
    }

    .checkout-note.error {
      color: #b64242;
    }

    .prn-input-wrap {
      justify-content: center;
    }

    .input-wrap.prn-input-wrap input {
      text-align: center;
      padding: 0 18px;
      letter-spacing: 0.24em;
      font-size: 22px;
      font-weight: 900;
      font-variant-numeric: tabular-nums;
    }

    .prn-input::placeholder {
      text-align: center;
      letter-spacing: 0.24em;
    }

    .checkout-mini-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 14px;
    }

    .checkout-mini-grid .field {
      margin-bottom: 0;
    }

    .checkout-summary-card {
      background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    }

    .summary-total-box {
      border-radius: 20px;
      background: #ebf6ee;
      padding: 18px 18px;
      margin-bottom: 18px;
    }

    .summary-total-label {
      display: block;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #72839b;
      font-weight: 800;
      margin-bottom: 8px;
    }

    .summary-total-value {
      font-size: 44px;
      line-height: 1;
      font-weight: 900;
      color: #13213b;
      letter-spacing: -1.8px;
      margin-bottom: 10px;
    }

    .summary-total-sub {
      color: #3d9b6f;
      font-size: 17px;
      font-weight: 800;
    }

    .summary-list {
      display: grid;
      gap: 12px;
      margin-bottom: 18px;
    }

    .summary-row {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: flex-start;
      padding-bottom: 12px;
      border-bottom: 1px solid #edf2f7;
    }

    .summary-row:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .summary-label {
      color: #6f7f95;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .summary-value {
      color: #17263e;
      font-size: 15px;
      line-height: 1.45;
      text-align: right;
      font-weight: 700;
      word-break: break-word;
    }

    .card-footer-actions {
      display: flex;
      justify-content: center;
      margin-top: 18px;
    }

    .card-footer-back {
      width: min(100%, 220px);
      min-height: 50px;
      font-size: 18px;
      border-radius: 999px;
    }

    @media (min-width: 861px) {
      #screen-card {
        max-width: 1120px;
      }

      #screen-card .checkout-layout {
        grid-template-columns: minmax(440px, 1.12fr) minmax(360px, 0.88fr);
        gap: 24px;
      }

      #screen-card .checkout-card,
      #screen-card .checkout-summary-card {
        padding: 28px 24px;
      }

      #screen-card .checkout-title {
        max-width: 14ch;
        font-size: 28px;
        line-height: 1.12;
      }

      #screen-card .checkout-copy {
        max-width: 46ch;
      }

      #screen-card .card-footer-actions {
        margin-top: 22px;
      }
    }

    .prn-modal {
      position: fixed;
      inset: 0;
      background: rgba(13, 21, 39, 0.54);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      overflow-y: auto;
      z-index: 40;
    }

    .prn-modal[hidden] {
      display: none;
    }

    .prn-modal-card {
      width: min(100%, 460px);
      max-height: min(92vh, 720px);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      border-radius: 24px;
      background: #ffffff;
      border: 1px solid #d7deea;
      box-shadow: 0 24px 54px rgba(18, 33, 58, 0.22);
      padding: 24px 22px 22px;
    }

    .prn-modal-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
    }

    .prn-modal-kicker {
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #7b879d;
      margin-bottom: 10px;
    }

    .prn-modal-title {
      font-size: 30px;
      line-height: 1.1;
      letter-spacing: -0.8px;
      color: #111b36;
      margin: 0 0 10px;
    }

    .prn-modal-copy {
      color: #718099;
      font-size: 15px;
      line-height: 1.55;
      margin: 0;
    }

    .prn-modal-close {
      width: 40px;
      height: 40px;
      border: 1px solid #d7deea;
      border-radius: 14px;
      background: #f8fafe;
      color: #30415f;
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
      flex-shrink: 0;
    }

    .prn-actions {
      display: flex;
      gap: 12px;
      margin-top: 20px;
    }

    .prn-actions .continue-btn,
    .prn-actions .back-btn {
      flex: 1;
    }

    .prn-view[hidden] {
      display: none;
    }

    .prn-actions-single .continue-btn {
      flex: 1;
      width: 100%;
      min-height: 62px;
      border-radius: 16px;
      font-size: 26px;
    }

    .prn-review-box,
    .prn-loading-box {
      margin-top: 4px;
      padding: 24px 18px 22px;
      border-radius: 20px;
      background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
      border: 1px solid #e4ebf4;
      text-align: center;
    }

    .prn-review-code {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 136px;
      margin-top: 12px;
      padding: 10px 16px;
      border-radius: 999px;
      background: #eef3fb;
      color: #1f4576;
      font-size: 22px;
      font-weight: 800;
      letter-spacing: 0.22em;
    }

    .prn-loading-box .spinner {
      display: block;
      width: 26px;
      height: 26px;
      aspect-ratio: 1 / 1;
      margin: 0 auto 12px;
      border-width: 2.5px;
      opacity: 0.9;
    }

    .prn-loading-title {
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0.01em;
      color: #111b36;
      margin-bottom: 0;
    }

    .prn-loading-copy {
      color: #718099;
      font-size: 13px;
      line-height: 1.4;
      margin: 0;
      display: none;
    }

    .done-screen {
      text-align: center;
      padding: 34px 0 28px;
    }

    .success-panel {
      position: relative;
      overflow: hidden;
      width: min(100%, 520px);
      margin: 0 auto;
      padding: 34px 26px 26px;
      border-radius: 28px;
      border: 1px solid #d8dee8;
      background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.86) 30%, rgba(246, 248, 252, 0.96) 100%),
        linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
      box-shadow:
        0 24px 54px rgba(13, 21, 35, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
    }

    .success-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at top right, rgba(18, 24, 35, 0.08) 0%, transparent 28%),
        radial-gradient(circle at bottom left, rgba(110, 118, 132, 0.08) 0%, transparent 26%);
      pointer-events: none;
    }

    .success-badge {
      position: relative;
      width: 94px;
      height: 94px;
      margin: 0 auto 20px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, #14171d 0%, #090b10 100%);
      color: #ffffff;
      box-shadow:
        0 20px 38px rgba(10, 12, 18, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    }

    .success-badge svg {
      width: 40px;
      height: 40px;
      display: block;
    }

    .success-title {
      position: relative;
      margin: 0 0 12px;
      font-size: 36px;
      line-height: 1.04;
      letter-spacing: -1.2px;
      color: #11161f;
    }

    .success-copy {
      position: relative;
      max-width: 400px;
      margin: 0 auto 24px;
      font-size: 15px;
      line-height: 1.65;
      color: #626f84;
    }

    .success-reference-card {
      position: relative;
      margin: 0 0 22px;
      padding: 18px 18px 16px;
      border-radius: 22px;
      background: linear-gradient(180deg, #191d25 0%, #0f1218 100%);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
    }

    .success-reference-label {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(233, 237, 244, 0.62);
      margin-bottom: 10px;
    }

    .success-reference-value {
      color: #f4f7fb;
      font-size: 28px;
      line-height: 1.1;
      font-weight: 800;
      letter-spacing: 0.08em;
      word-break: break-word;
    }

    .success-action {
      position: relative;
      background: linear-gradient(180deg, #2a303b 0%, #141922 100%) !important;
      color: #ffffff !important;
      cursor: pointer !important;
      box-shadow: 0 14px 24px rgba(12, 16, 24, 0.18);
    }

    .success-action:hover {
      background: linear-gradient(180deg, #20252f 0%, #0c1017 100%) !important;
    }

    .claim-box .star {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #b7e8bf;
      font-size: 12px;
      line-height: 1;
    }

    h1 {
      font-size: 22px;
      line-height: 1.25;
      margin-bottom: 20px;
      color: #1c2840;
      letter-spacing: -0.2px;
    }

    .field {
      margin-bottom: 18px;
      position: relative;
    }

    .field-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .field label {
      display: block;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 700;
      color: #31435e;
      margin-bottom: 10px;
      letter-spacing: -0.3px;
    }

    .field-label-row {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
    }

    .field-label-row label {
      margin-bottom: 0;
    }

    .field-help {
      position: relative;
      display: inline-flex;
    }

    .field-help-toggle {
      width: 24px;
      height: 24px;
      border: 1px solid #1f1f1f;
      border-radius: 999px;
      background: #ffffff;
      color: #111111;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(17, 17, 17, 0.08);
      transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

    .field-help-toggle::-webkit-details-marker {
      display: none;
    }

    .field-help-toggle svg {
      width: 13px;
      height: 13px;
      display: block;
    }

    .field-help-toggle:hover,
    .field-help-toggle:focus-visible,
    .field-help[open] .field-help-toggle {
      background: #111111;
      border-color: #111111;
      color: #ffffff;
      box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16);
      outline: none;
    }

    .field-help-bubble {
      position: absolute;
      top: calc(100% + 8px);
      right: 0;
      width: 260px;
      max-width: min(260px, calc(100vw - 48px));
      min-width: 220px;
      padding: 12px 14px;
      border-radius: 14px;
      background: #1d2a44;
      color: #ffffff;
      font-size: 13px;
      line-height: 1.45;
      white-space: normal;
      word-break: normal;
      overflow-wrap: break-word;
      box-shadow: 0 14px 32px rgba(14, 21, 35, 0.22);
      z-index: 8;
    }

    .field-help-bubble[hidden] {
      display: none;
    }

    .field-help-bubble::before {
      content: "";
      position: absolute;
      top: -7px;
      right: 14px;
      width: 14px;
      height: 14px;
      background: #1d2a44;
      transform: rotate(45deg);
    }

    .input-wrap {
      position: relative;
    }

    .input-wrap input,
    .input-wrap select {
      width: 100%;
      height: 62px;
      border-radius: 8px;
      border: 2px solid var(--input-line);
      background: #f8fafc;
      font-size: 17px;
      color: #2a3950;
      padding: 0 16px 0 48px;
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease;
    }

    .input-wrap input::placeholder {
      color: #95a1b4;
    }

    .input-wrap input:focus,
    .input-wrap select:focus {
      border-color: #1dbf8a;
      background: #ffffff;
    }

    .input-wrap select {
      appearance: none;
      -webkit-appearance: none;
      padding-right: 40px;
      cursor: pointer;
    }

    .input-wrap .arrow {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      color: #9da8ba;
      pointer-events: none;
      font-weight: 600;
    }

    .input-wrap .passport-icon,
    .input-wrap .expiry-icon {
      position: absolute;
      left: 14px;
      top: 50%;
      width: 24px;
      height: 24px;
      transform: translateY(-50%);
      color: #7e879a;
      pointer-events: none;
    }

    .input-wrap .passport-icon svg,
    .input-wrap .expiry-icon svg {
      display: block;
      width: 100%;
      height: 100%;
    }

    .checks {
      list-style: none;
      margin: 16px 0 22px;
      padding-left: 0;
      display: grid;
      gap: 8px;
    }

    .checks li {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 8px;
      color: #667487;
      font-size: 15px;
      line-height: 1.35;
      font-weight: 500;
      text-align: left;
    }

    .checks .check-icon {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 2px solid #8f9aae;
      color: #8f9aae;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 14px;
      margin-top: 7px;
    }

    .submit {
      width: 100%;
      height: 54px;
      border: 0;
      border-radius: 8px;
      background: var(--button-disabled);
      color: #ececec;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0.1px;
      cursor: not-allowed;
      transition: all 0.3s ease;
    }

    .submit:not(:disabled) {
      background: #1d2a44;
      color: #ffffff;
      cursor: pointer;
    }

    .submit:not(:disabled):hover {
      background: #0e1523;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(13, 21, 35, 0.4);
    }

    .submit:not(:disabled):active {
      transform: translateY(0);
    }

    .suggestions {
      margin-top: 10px;
      border: 2px solid #dfe4ec;
      border-radius: 12px;
      background: #f9fbfd;
      max-height: 340px;
      overflow-y: auto;
      box-shadow: 0 8px 18px rgba(10, 28, 56, 0.08);
    }

    .suggestion-item {
      width: 100%;
      border: 0;
      background: transparent;
      text-align: left;
      padding: 14px 14px;
      display: flex;
      align-items: center;
      gap: 12px;
      cursor: pointer;
      border-bottom: 1px solid #e3e8f0;
    }

    .suggestion-item:last-child {
      border-bottom: 0;
    }

    .suggestion-item:hover,
    .suggestion-item:focus-visible {
      background: #eef5ff;
      outline: none;
    }

    .country-pill {
      width: 64px;
      height: 64px;
      border-radius: 16px;
      border: 2px solid #d8e0ec;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 40px;
      font-weight: 800;
      color: #42607f;
      background: #f7f9fc;
      flex-shrink: 0;
    }

    .suggestion-content {
      display: grid;
      gap: 3px;
    }

    .suggestion-title {
      font-size: 16px;
      font-weight: 600;
      color: #1f2d44;
    }

    .suggestion-subtitle {
      font-size: 13px;
      font-weight: 700;
      color: #677a92;
      letter-spacing: 0.2px;
    }

    .suggestion-empty {
      padding: 14px;
      color: #6c7b8e;
      font-size: 14px;
    }

    .footer {
      border-top: 1px solid #e2e6ef;
      background: #f6f6f8;
      padding: 18px 14px 24px;
    }

    .trustpilot-strip {
      width: min(100%, 600px);
      margin: 0 auto 12px;
      text-align: center;
      color: #1a2130;
    }

    .trustpilot-topline {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 7px;
      margin-bottom: 8px;
    }

    .trustpilot-word {
      font-size: clamp(15px, 1.7vw, 19px);
      font-weight: 800;
      letter-spacing: -0.03em;
      color: #121a29;
    }

    .trustpilot-stars {
      display: inline-flex;
      align-items: center;
      gap: 3px;
    }

    .trustpilot-star-box {
      width: 22px;
      height: 22px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #00b67a;
      color: #ffffff;
      font-size: 13px;
      line-height: 1;
      font-weight: 800;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
    }

    .trustpilot-brand {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: clamp(15px, 1.6vw, 18px);
      font-weight: 700;
      color: #141b27;
      letter-spacing: -0.03em;
    }

    .trustpilot-brand-star {
      color: #00b67a;
      font-size: 1.15em;
      line-height: 1;
    }

    .trustpilot-subline {
      font-size: clamp(13px, 1.35vw, 16px);
      line-height: 1.25;
      color: #3e4c64;
      letter-spacing: -0.03em;
    }

    .trustpilot-subline strong {
      color: #27344a;
      font-weight: 800;
    }

    .footer nav {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 22px;
      font-size: 13px;
      font-weight: 700;
      color: var(--footer-text);
    }

    .footer nav a {
      color: #141b27;
      text-decoration: none;
      letter-spacing: 0.01em;
      transition: color 0.2s ease, opacity 0.2s ease;
    }

    .footer nav a:hover {
      color: #000000;
      opacity: 0.78;
    }

    .language-modal {
      position: fixed;
      inset: 0;
      background: rgba(9, 20, 35, 0.35);
      display: grid;
      place-items: center;
      padding: 18px;
      z-index: 50;
    }

    .language-modal[hidden] {
      display: none;
    }

    .language-panel {
      width: min(100%, 760px);
      max-height: min(92vh, 980px);
      overflow-y: auto;
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 20px 48px rgba(8, 22, 44, 0.26);
      padding: 24px 26px 20px;
    }

    .language-panel-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
    }

    .language-panel-head h3 {
      font-size: 38px;
      color: #1f293d;
      letter-spacing: -0.3px;
    }

    .close-language {
      border: 0;
      background: transparent;
      color: #9aa3b4;
      font-size: 34px;
      cursor: pointer;
      line-height: 1;
      width: 42px;
      height: 42px;
      border-radius: 10px;
    }

    .close-language:hover {
      background: #edf1f7;
      color: #59687d;
    }

    .language-section-title {
      margin: 14px 0 12px;
      font-size: 21px;
      font-weight: 800;
      color: #222f45;
    }

    .language-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px 14px;
      margin-bottom: 10px;
    }

    .language-option {
      border: 1px solid transparent;
      border-radius: 12px;
      background: transparent;
      min-height: 64px;
      padding: 10px 12px;
      display: flex;
      align-items: center;
      gap: 10px;
      text-align: left;
      cursor: pointer;
      color: #253248;
      font-size: 16px;
      font-weight: 600;
    }

    .language-option:hover {
      background: #f1f5fb;
    }

    .language-option.active {
      background: #ebf2ff;
      border-color: #d3e2ff;
    }

    .flag-circle {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border: 1px solid #dde4ee;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      line-height: 1;
      background: #ffffff;
      flex-shrink: 0;
    }

    .translation-loader {
      position: fixed;
      inset: 0;
      z-index: 70;
      display: grid;
      place-items: center;
      background: rgba(11, 20, 34, 0.22);
      backdrop-filter: blur(1px);
    }

    .translation-loader[hidden] {
      display: none;
    }

    .terms-page {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .terms-header {
      width: min(92%, 1080px);
      margin: 8px auto 0;
    }

    .terms-header .brand {
      transform: none;
      margin: 0 auto;
      font-size: 36px;
    }

    .terms-header .lang {
      cursor: default;
      pointer-events: none;
    }

    .terms-main {
      width: min(92%, 1080px);
      margin: 12px auto 22px;
    }

    .terms-panel {
      width: 100%;
      border-radius: 20px;
      border: 1px solid #cfd6e0;
      background: #f6f8fc;
      box-shadow: 0 12px 30px rgba(13, 22, 40, 0.08);
      padding: 26px;
    }

    .terms-head {
      margin-bottom: 20px;
    }

    .terms-head h2 {
      font-size: 45px;
      line-height: 1.1;
      letter-spacing: -0.5px;
      color: #1d2434;
    }

    .terms-box {
      border-radius: 14px;
      border: 1px solid #cfd6e0;
      background: #edf1f7;
      padding: 18px 16px;
      font-size: 16px;
      line-height: 1.65;
      color: #1d2430;
      margin-bottom: 14px;
    }

    .terms-more {
      color: #493a5d;
      font-size: 13px;
      font-weight: 800;
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .terms-header,
      .terms-main {
        width: min(94%, 760px);
      }

      .terms-panel {
        padding: 20px;
      }

      .terms-head h2 {
        font-size: 34px;
      }

      .terms-box {
        font-size: 16px;
      }

      .terms-header .brand {
        font-size: 28px;
      }
    }

    .translation-loader-card {
      min-width: 210px;
      padding: 16px 18px;
      border-radius: 14px;
      border: 1px solid #d6deea;
      background: #ffffff;
      box-shadow: 0 18px 34px rgba(8, 20, 41, 0.18);
      display: inline-flex;
      align-items: center;
      gap: 11px;
      color: #2b3b56;
      font-size: 14px;
      font-weight: 700;
    }

    .spinner {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 2px solid #c8d6eb;
      border-top-color: #2f84e9;
      animation: spin 0.75s linear infinite;
      flex-shrink: 0;
    }

    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }

    @media (max-width: 560px) {
      .prn-modal {
        align-items: flex-start;
        padding:
          max(14px, env(safe-area-inset-top))
          14px
          calc(14px + env(safe-area-inset-bottom));
      }

      .content {
        max-width: 420px;
        padding: 16px 14px 22px;
      }

      .top {
        gap: 10px;
      }

      .brand {
        font-size: 22px;
        transform: translateX(12px);
        max-width: calc(100% - 76px);
      }

      .progress-title {
        font-size: 18px;
      }

      h1 {
        font-size: 21px;
      }

      .field label {
        font-size: 17px;
      }

      .input-wrap input,
      .input-wrap select {
        font-size: 16px;
        height: 54px;
      }

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

      .checks li {
        font-size: 14px;
      }

      .submit {
        font-size: 20px;
        height: 50px;
      }

      .language-panel {
        padding: 18px 14px 14px;
      }

      .language-panel-head h3 {
        font-size: 27px;
      }

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

      .language-option {
        font-size: 15px;
        min-height: 58px;
      }

      .flag-circle {
        width: 38px;
        height: 38px;
        font-size: 22px;
      }

      .translation-loader-card {
        min-width: 180px;
        font-size: 13px;
      }

      .success-panel {
        padding: 28px 18px 20px;
        border-radius: 22px;
      }

      .success-badge {
        width: 84px;
        height: 84px;
        margin-bottom: 18px;
      }

      .success-title {
        font-size: 30px;
      }

      .success-copy {
        font-size: 14px;
        margin-bottom: 20px;
      }

      .success-reference-value {
        font-size: 24px;
      }

      .result-intro {
        gap: 14px;
      }

      .result-check {
        width: 72px;
        height: 72px;
      }

      .result-headline {
        font-size: 21px;
      }

      .comp-amount {
        font-size: 48px;
      }

      .checkout-layout {
        grid-template-columns: 1fr;
      }

      .checkout-mini-grid {
        grid-template-columns: 1fr;
      }

      .field-help-bubble {
        left: 0;
        right: auto;
      }

      .field-help-bubble::before {
        left: 14px;
        right: auto;
      }

      .prn-actions {
        flex-direction: column;
      }

      .prn-modal-card {
        width: min(100%, 420px);
        max-height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 28px);
        margin: 0 auto;
        padding: 20px 16px 16px;
        border-radius: 22px;
      }

      .prn-modal-top {
        position: relative;
        display: block;
        padding-right: 60px;
        margin-bottom: 16px;
        text-align: center;
      }

      .prn-modal-top > :first-child {
        min-width: 0;
        width: 100%;
        flex: none;
      }

      .prn-modal-kicker {
        font-size: 12px;
        letter-spacing: 0.14em;
        margin-bottom: 8px;
      }

      .prn-modal-title {
        font-size: clamp(18px, 7.2vw, 24px);
        line-height: 1.06;
        letter-spacing: -0.04em;
        max-width: none;
        text-align: center;
        margin-bottom: 0;
      }

      .prn-modal-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        border-radius: 16px;
        font-size: 20px;
      }

      .prn-view .field label {
        text-align: center;
      }

      .prn-loading-box {
        padding: 20px 14px 18px;
        border-radius: 18px;
      }

      .prn-loading-title {
        font-size: 17px;
      }

      .prn-loading-copy {
        font-size: 12px;
      }

      .prn-input-wrap input {
        min-height: 58px;
        font-size: 20px;
        letter-spacing: 0.16em;
      }

      .prn-actions-single .continue-btn {
        min-height: 58px;
        font-size: 20px;
        border-radius: 14px;
      }

      .summary-total-value {
        font-size: 38px;
      }

      .passenger-label,
      .comp-total {
        font-size: 21px;
      }

      .button-group-single .continue-btn {
        font-size: 20px;
      }

      .date-title {
        font-size: 22px;
        margin-bottom: 20px;
      }

      .date-field-shell {
        min-height: 70px;
      }

      .date-field-shell input {
        font-size: 16px;
        padding: 0 18px;
      }

      .flight-summary {
        gap: 10px;
        padding: 14px 12px;
      }

      .route-hero {
        grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
        gap: 8px;
        padding-bottom: 12px;
      }

      .route-hero-stop {
        font-size: 18px;
      }

      .route-hero-plane {
        width: 46px;
        height: 46px;
      }

      .route-hero-plane svg {
        width: 22px;
        height: 22px;
      }

      .flight-summary-item {
        min-width: calc(50% - 5px);
      }

      .country-pill {
        width: 52px;
        height: 52px;
        font-size: 26px;
        border-radius: 14px;
      }

      .suggestion-item {
        padding: 12px;
        gap: 10px;
      }

      .suggestion-title {
        font-size: 15px;
      }

      .suggestion-subtitle {
        font-size: 12px;
      }

      .terms-panel {
        border-radius: 16px;
        padding: 16px;
      }

      .terms-head h2 {
        font-size: 24px;
      }

      .terms-box {
        border-radius: 12px;
        padding: 16px;
        font-size: 16px;
      }

      .terms-more {
        font-size: 16px;
      }

      .terms-header .brand {
        font-size: 24px;
      }
    }

    @media (max-width: 400px) {
      .prn-modal {
        padding:
          max(12px, env(safe-area-inset-top))
          12px
          calc(12px + env(safe-area-inset-bottom));
      }

      .top {
        margin-bottom: 10px;
        align-items: flex-start;
      }

      .brand {
        transform: none;
        margin: 0;
        max-width: calc(100% - 70px);
        font-size: 20px;
      }

      .progress-title {
        font-size: 18px;
      }

      h1 {
        font-size: 19px;
      }

      .field label {
        font-size: 16px;
      }

      .input-wrap input,
      .input-wrap select {
        font-size: 15px;
      }

      .date-field-shell input {
        font-size: 17px;
      }

      .result-intro {
        flex-direction: column;
      }

      .checkout-card,
      .checkout-summary-card {
        padding: 18px 14px;
        border-radius: 18px;
      }

      .checkout-title {
        font-size: 24px;
      }

      .prn-modal-card {
        max-height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 24px);
        padding: 16px 14px 14px;
        border-radius: 18px;
      }

      .done-screen {
        padding-top: 22px;
      }

      .success-title {
        font-size: 26px;
      }

      .success-reference-card {
        border-radius: 18px;
      }

      .success-reference-value {
        font-size: 21px;
        letter-spacing: 0.05em;
      }

      .prn-modal-top {
        gap: 12px;
      }

      .prn-modal-title {
        font-size: 22px;
        line-height: 1.08;
      }

      .prn-modal-kicker {
        margin-bottom: 8px;
      }

      .prn-loading-box {
        padding: 16px 12px 14px;
        border-radius: 16px;
      }

      .prn-loading-box .spinner {
        margin-bottom: 10px;
      }

      .prn-loading-title {
        font-size: 16px;
      }

      .prn-input-wrap input {
        padding: 0 14px;
        min-height: 56px;
        font-size: 18px;
        letter-spacing: 0.14em;
      }

      .prn-actions-single .continue-btn {
        min-height: 56px;
        font-size: 19px;
      }

      .summary-row {
        flex-direction: column;
        gap: 6px;
      }

      .summary-value {
        text-align: left;
      }

      .passenger-box {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 14px;
      }

      .passenger-controls {
        justify-content: space-between;
      }

      .comp-card {
        padding: 20px 14px 14px;
        border-radius: 18px;
      }

      .comp-total {
        padding: 16px;
      }

      .passenger-btn {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 28px;
      }

      .passenger-label {
        font-size: 18px;
      }

      .passenger-count {
        font-size: 22px;
      }

      .checks li {
        font-size: 14px;
      }

      .submit {
        font-size: 17px;
      }

      .trustpilot-strip {
        width: min(100%, 460px);
        margin-bottom: 12px;
      }

      .trustpilot-topline {
        gap: 6px;
        margin-bottom: 6px;
      }

      .trustpilot-word {
        font-size: 15px;
      }

      .trustpilot-star-box {
        width: 20px;
        height: 20px;
        font-size: 12px;
      }

      .trustpilot-brand {
        font-size: 15px;
      }

      .trustpilot-subline {
        font-size: 13px;
        max-width: 290px;
        margin: 0 auto;
      }

      .footer nav {
        gap: 14px;
        font-size: 12px;
      }

      .lang {
        font-size: 13px;
      }

      .lang-flag {
        width: 22px;
        height: 22px;
        font-size: 13px;
      }

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

      .flight-summary-item {
        min-width: 100%;
      }

      .route-hero {
        grid-template-columns: 1fr 48px 1fr;
      }

      .route-hero-stop {
        font-size: 16px;
      }
    }
    .input-wrap {
  position: relative;
}

#card-number,
.card_number {
  padding-left: 64px;
  padding-right: 16px;
}

.card-brand {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 24px;
  pointer-events: none;
}

.card-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
