  :root {
    --gold: #feb707;
    --gold-light: #feb707;
    --gold-pale: #F5EDDA;
    --navy: #000000;
    --navy-light: #111111;
    --cream: #FDFBF7;
    --cream-dark: #F7F3EB;
    --text: #2C2C2C;
    --text-muted: #6B6B6B;
    --text-light: #9A9A9A;
    --white: #FFFFFF;
    --border: #E8E2D6;
    --success: #2D6A4F;
    --red-soft: #C1453B;
    --shadow-sm: 0 1px 3px rgba(26,31,58,0.06);
    --shadow-md: 0 4px 16px rgba(26,31,58,0.08);
    --radius: 12px;
    --radius-sm: 8px;
    --font-display: inherit;
    --font-body: inherit;
    --font-mono: inherit;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font-body); color: var(--text); background: var(--cream); line-height: 1.6; font-size: 15px; -webkit-font-smoothing: antialiased; }
  .container { max-width: 680px; margin: 0 auto; padding: 0 20px; }

  /* Hide Iubenda preferences trigger on quote frontend */
  .iubenda-tp-btn:not(.iubenda-floatable-tb-btn):not([data-tp-nostyle], .iubenda-floatable-default-btn) {
    display: none !important;
  }

  /* âââ VISIBILITY TOGGLES âââ
     In production toggle via template engine:
     .transport-mode--flight { display: none; }  â when bus
     .transport-mode--bus { display: none; }      â when flight/train
     Both visible in this demo.
  âââââââââââââââââââââââââââ */

  /* âââ EXPIRY âââ */
  .expiry-ribbon { background: var(--navy); color: var(--gold-light); text-align: center; padding: 10px 20px; font-size: 13px; font-weight: 500; letter-spacing: 0.03em; }
  .expiry-ribbon strong { color: var(--white); font-weight: 600; }

  /* âââ HEADER âââ */
  .quote-header { background: linear-gradient(175deg, var(--navy) 0%, var(--navy-light) 100%); padding: 48px 20px 56px; text-align: center; position: relative; overflow: hidden; }
  .quote-header::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: 0.6; }
  .quote-header .container { position: relative; z-index: 1; }
  .brand-logo { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; }
  .brand-icon { width: 36px; height: 36px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .brand-icon svg { width: 18px; height: 18px; }
  .brand-name { font-family: var(--font-display); color: var(--white); font-size: 20px; font-weight: 500; letter-spacing: 0.04em; }
  .brand-main-logo { width: 166px; height: 26px; max-width: 100%; display: block; }
  .quote-label { display: inline-block; background: rgba(254,183,7,0.15); border: 1px solid rgba(254,183,7,0.3); color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 20px; }
  .quote-title { font-family: var(--font-display); font-size: 32px; font-weight: 400; color: var(--white); line-height: 1.2; margin-bottom: 8px; }
  .quote-destination { font-family: var(--font-display); font-size: 42px; font-weight: 600; color: var(--gold-light); line-height: 1.1; margin-bottom: 20px; }

  /* âââ GREETING âââ */
  .greeting { padding: 32px 0 0; }
  .greeting-text { font-family: var(--font-display); font-size: 22px; font-weight: 400; color: var(--navy); line-height: 1.5; }
  .greeting-text strong { font-weight: 600; color: var(--gold); }
  .greeting-sub { margin-top: 8px; color: var(--text-muted); font-size: 14px; line-height: 1.6; }
  .quote-ref { display: inline-block; margin-top: 12px; font-size: 12px; color: var(--text-light); background: var(--cream-dark); padding: 4px 12px; border-radius: 100px; }

  /* âââ SECTION âââ */
  .section { padding: 32px 0; }
  .section + .section { border-top: 1px solid var(--border); }
  .section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
  .section-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
  .section-label svg { width: 14px; height: 14px; }
  .section-label-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }
  .section-label-row .section-label {
    flex: 1;
    margin-bottom: 0;
  }
  .section-edit-btn {
    align-self: auto;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 12px;
  }

  /* âââ TRAVEL OVERVIEW âââ */
  .travel-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); }
  .travel-row { display: grid; grid-template-columns: 110px 1fr; align-items: start; padding: 16px 20px; }
  .travel-row + .travel-row { border-top: 1px solid var(--border); }
  .travel-label { font-size: 12px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; padding-top: 2px; }
  .travel-value { font-size: 15px; color: var(--text); font-weight: 500; }
  .travel-value small { display: block; font-size: 13px; color: var(--text-muted); font-weight: 400; margin-top: 2px; }
  .travel-change-date-btn {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1;
  }
  .travel-change-date-btn svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  /* âââ TRANSPORT SHARED âââ */
  .transport-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--navy); color: var(--white); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 16px; }
  .transport-badge svg { width: 15px; height: 15px; }
  .transport-load-error { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 24px; color: var(--navy); font-size: 1.2rem; line-height: 1.5; }

  /* ââââââââââââââââââââââââââââââââââââââââ
     FLIGHT / TRAIN  -  BOARDING PASS CARDS
  ââââââââââââââââââââââââââââââââââââââââ */
  .ticket { margin-bottom: 16px; }
  .ticket:last-child { margin-bottom: 0; }
  .ticket-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); position: relative; }
  /* Notch cutouts */
  .ticket-card::before, .ticket-card::after { content: ''; position: absolute; width: 20px; height: 20px; background: var(--cream); border-radius: 50%; top: 50%; transform: translateY(-50%); z-index: 2; }
  .ticket-card::before { left: -10px; }
  .ticket-card::after  { right: -10px; }

  .ticket-header { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; background: var(--cream-dark); border-bottom: 1px solid var(--border); }
  .ticket-direction { font-size: 12px; font-weight: 600; color: var(--navy); text-transform: uppercase; letter-spacing: 0.06em; display: flex; align-items: center; gap: 6px; }
  .ticket-direction svg { width: 14px; height: 14px; color: var(--gold); }
  .ticket-date { font-size: 13px; color: var(--text-muted); font-weight: 500; }

  .ticket-body { padding: 24px 20px; }

  .ticket-route { display: grid; grid-template-columns: minmax(0, 1fr) minmax(140px, 1.35fr) minmax(0, 1fr); align-items: center; gap: 2px; margin-bottom: 20px; }
  .ticket-city { text-align: center; }
  .ticket-city:first-child { text-align: left; }
  .ticket-city:last-child  { text-align: right; }
  .ticket-code { font-family: var(--font-mono); font-size: 26px; font-weight: 500; color: var(--navy); line-height: 1; letter-spacing: 0.04em; }
  .ticket-code--station { font-family: var(--font-body); font-size: 18px; font-weight: 600; line-height: 1.2; letter-spacing: 0; }
  .ticket-time { font-family: var(--font-mono); font-size: 20px; font-weight: 500; color: var(--text); margin-top: 4px; }
  .ticket-city-name { font-size: 12px; color: var(--text-muted); margin-top: 4px; line-height: 1.3; }

  .ticket-path { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 0; min-width: 0; width: 100%; }
  .ticket-duration { font-size: 11px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; white-space: nowrap; }
  .ticket-path-line { width: 100%; height: 2px; background: var(--border); position: relative; display: flex; align-items: center; justify-content: center; }
  .ticket-path-line::before { content: ''; position: absolute; left: 0; top: 50%; width: 8px; height: 8px; background: var(--white); border: 2px solid var(--gold); border-radius: 50%; transform: translateY(-50%); }
  .ticket-path-line::after { content: ''; position: absolute; right: 0; top: 50%; width: 8px; height: 8px; background: var(--gold); border: 2px solid var(--gold); border-radius: 50%; transform: translateY(-50%); }
  .ticket-path-icon { position: relative; z-index: 1; width: 20px; height: 20px; color: var(--gold); background: var(--white); padding: 1px; }
  .ticket-stops { font-size: 11px; color: var(--text-light); white-space: nowrap; }

  .ticket-meta { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 16px; border-top: 1px dashed var(--border); }
  .ticket-chip { display: flex; align-items: center; gap: 5px; background: var(--cream-dark); padding: 5px 12px; border-radius: 100px; font-size: 12px; color: var(--text-muted); font-weight: 500; }
  .ticket-chip svg { width: 13px; height: 13px; opacity: 0.6; }
  .ticket-chip strong { color: var(--navy); font-weight: 600; }

  /* ââââââââââââââââââââââââââââââââââââââââ
     BUS  -  ROUTE TIMELINE
  ââââââââââââââââââââââââââââââââââââââââ */
  .bus-route-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
  .bus-route-card + .bus-route-card { margin-top: 16px; }
  .bus-route-header { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; background: var(--cream-dark); border-bottom: 1px solid var(--border); }
  .bus-route-title { font-size: 12px; font-weight: 600; color: var(--navy); text-transform: uppercase; letter-spacing: 0.06em; display: flex; align-items: center; gap: 6px; }
  .bus-route-title svg { width: 14px; height: 14px; color: var(--gold); }
  .bus-route-date { font-size: 13px; color: var(--text-muted); font-weight: 500; }

  .bus-route-body { padding: 8px 0; }

  .bus-stop { display: grid; grid-template-columns: 68px 24px 1fr; align-items: start; padding: 0 20px; min-height: 56px; position: relative; }
  .bus-stop-time { font-family: var(--font-mono); font-size: 14px; font-weight: 500; color: var(--text); padding-top: 14px; text-align: right; padding-right: 12px; }

  .bus-stop-track { position: relative; display: flex; justify-content: center; height: 100%; min-height: 56px; }
  .bus-stop-track::before { content: ''; position: absolute; top: 0; bottom: 0; width: 2px; background: var(--border); }
  .bus-stop-node { width: 12px; height: 12px; border-radius: 50%; background: var(--white); border: 2.5px solid var(--border); position: relative; z-index: 1; margin-top: 17px; flex-shrink: 0; }

  .bus-stop--departure .bus-stop-node { width: 14px; height: 14px; border-color: var(--gold); background: var(--gold); margin-top: 16px; box-shadow: 0 0 0 4px rgba(254,183,7,0.12); }
  .bus-stop--departure .bus-stop-track::before { top: 50%; }
  .bus-stop--departure .bus-stop-time,
  .bus-stop--departure .bus-stop-name { font-weight: 600; color: var(--navy); }

  .bus-stop--arrival .bus-stop-node { width: 14px; height: 14px; border-color: var(--navy); background: var(--navy); margin-top: 16px; box-shadow: 0 0 0 4px rgba(26,31,58,0.1); }
  .bus-stop--arrival .bus-stop-track::before { bottom: 50%; }
  .bus-stop--arrival .bus-stop-time,
  .bus-stop--arrival .bus-stop-name { font-weight: 600; color: var(--navy); }

  .bus-stop--pickup .bus-stop-node { border-color: var(--gold); background: var(--gold-pale); }

  .bus-stop-info { padding: 12px 0 12px 12px; }
  .bus-stop-name { font-size: 14px; font-weight: 500; color: var(--text); line-height: 1.3; }
  .bus-stop-detail { font-size: 12px; color: var(--text-light); margin-top: 2px; line-height: 1.4; }
  .bus-stop-badge { display: inline-block; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; padding: 2px 8px; border-radius: 100px; margin-top: 4px; }
  .bus-stop-badge--pickup { background: var(--gold-pale); color: var(--gold); }
  .bus-stop-badge--arrival { background: var(--navy); color: var(--white); }

  .bus-route-footer { display: flex; flex-wrap: wrap; gap: 8px; padding: 14px 20px; border-top: 1px dashed var(--border); background: var(--cream-dark); }

  /* âââ DEMO SEPARATOR (remove in production) âââ */
  .demo-sep { text-align: center; padding: 28px 0 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red-soft); display: flex; align-items: center; gap: 12px; }
  .demo-sep::before, .demo-sep::after { content: ''; flex: 1; height: 1px; background: repeating-linear-gradient(90deg, var(--red-soft) 0, var(--red-soft) 4px, transparent 4px, transparent 8px); opacity: 0.3; }

  /* âââ PRICING âââ */
  .pricing-card { background: var(--white); border: 2px solid var(--gold); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
  .pricing-header { background: transparent; padding: 18px 20px 0; text-align: left; }
  .pricing-header-row { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
  .pricing-title { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--navy); line-height: 1.2; }
  .pricing-edit-btn {
    align-self: flex-start;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--navy);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .pricing-edit-btn:hover,
  .pricing-edit-btn:focus {
    border-color: var(--navy);
    box-shadow: 0 2px 10px rgba(26,31,58,0.12);
    outline: none;
  }
  .pricing-amount { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--white); letter-spacing: -0.02em; line-height: 1; }
  .pricing-amount .currency { font-size: 28px; font-weight: 400; vertical-align: super; margin-right: 2px; }
  .pricing-per { color: rgba(255,255,255,0.6); font-size: 14px; margin-top: 4px; }
  .pricing-body { padding: 20px; }
  .pricing-line { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: 14px; }
  .pricing-line + .pricing-line { border-top: 1px dashed var(--border); }
  .pricing-line-label { color: var(--text-muted); }
  .pricing-line-value { font-weight: 600; color: var(--text); display: inline-flex; flex-direction: column; align-items: flex-end; gap: 2px; }
  .pricing-line-value-main { display: inline-flex; align-items: baseline; gap: 8px; }
  .pricing-line-value-old { color: var(--text-light); text-decoration: line-through; font-size: 12px; font-weight: 500; }
  .pricing-line-value-current { color: inherit; }
  .pricing-line-value-suffix { color: var(--text-muted); font-size: 11px; font-weight: 500; margin-left: 2px; }
  .pricing-line-subtotal { font-size: 11px; line-height: 1.2; color: var(--text-light); font-weight: 500; }
  .pricing-line.total { border-top: 2px solid var(--navy); margin-top: 8px; padding-top: 16px; flex-wrap: wrap; row-gap: 4px; }
  .pricing-line.total .pricing-line-label { flex: 1 1 auto; font-weight: 600; color: var(--navy); font-size: 15px; }
  .pricing-line.total .pricing-line-value { display: block; margin-left: auto; text-align: right; font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--navy); }
  .pricing-line-total-net { display: block; flex: 0 0 100%; width: 100%; text-align: right; margin-top: 4px; font-size: 12px; line-height: 1.3; color: var(--text-light); }
  .pricing-line-total-net strong { color: var(--navy); font-weight: 700; }
  .pricing-line.total.total-fixed .pricing-line-value { font-size: 22px; }
  .pricing-line.total.total-dynamic { margin-top: 8px; border-top: 2px solid var(--navy); padding-top: 16px; }
  .pricing-line.total.total-dynamic.is-hidden-by-options { display: none !important; }
  .pricing-line.total.total-dynamic.total-dynamic-after-options { margin-top: 14px; }
  .pricing-line.total.total-dynamic .pricing-line-label { color: var(--navy); font-size: 15px; font-weight: 600; }
  .pricing-line.total.total-dynamic .pricing-line-value { color: var(--navy); font-size: 22px; font-family: var(--font-display); font-weight: 700; }
  .pricing-line.pricing-line-main-quota .pricing-line-value-current { font-size: 18px; font-weight: 700; color: var(--navy); }
  .pricing-line.pricing-line-type-total { border-top: none; margin-top: 6px; padding: 8px 10px; background: var(--cream-dark); border-radius: var(--radius-sm); }
  .pricing-line.pricing-line-type-total .pricing-line-label { color: var(--navy); font-weight: 600; font-size: 13px; }
  .pricing-line.pricing-line-type-total .pricing-line-value { color: var(--navy); font-weight: 600; font-size: 13px; }
  .pricing-line.pricing-line-discount-total {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 0;
    border-top: none;
    background: transparent;
    border-radius: 0;
  }
  .pricing-line.pricing-line-discount-total .pricing-line-label,
  .pricing-line.pricing-line-discount-total .pricing-line-value {
    color: var(--navy);
    font-size: 13px;
    font-weight: 600;
  }
  .pricing-line.pricing-line-quote-subtotal {
    margin-top: 6px;
    padding: 10px;
    border-top: 1px dashed var(--border);
    border-bottom: 1px dashed var(--border);
    background: var(--cream-dark);
    border-radius: var(--radius-sm);
  }
  .pricing-line.pricing-line-quote-subtotal .pricing-line-label,
  .pricing-line.pricing-line-quote-subtotal .pricing-line-value {
    color: var(--navy);
    font-size: 13px;
    font-weight: 600;
  }
  .pricing-line-note {
    margin-top: -4px;
    margin-bottom: 8px;
    padding-left: 1px;
    font-size: 11px;
    line-height: 1.45;
    color: var(--text-light);
  }
  .pricing-line-note--supplemento-data {
    max-width: 420px;
  }
  .pricing-line-note-link {
    color: var(--navy);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
  }
  .pricing-line-note-link:hover,
  .pricing-line-note-link:focus {
    color: var(--gold-dark);
    outline: none;
  }
  .pricing-line-note-link.is-static {
    text-decoration: none;
    color: var(--text-muted);
    font-weight: 500;
    white-space: normal;
  }
  .pricing-included-box {
    margin-top: 10px;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
  }
  .pricing-included-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
  }
  .pricing-included-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
  }
  .pricing-included-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: var(--text);
    line-height: 1.45;
  }
  .pricing-included-list li svg {
    width: 14px;
    height: 14px;
    color: var(--success);
    flex-shrink: 0;
    margin-top: 2px;
  }
  .pricing-note { margin-top: 16px; padding: 12px 16px; background: var(--gold-pale); border-radius: var(--radius-sm); font-size: 13px; color: var(--text-muted); display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
  .pricing-note.is-hidden { display: none; }
  .pricing-note svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: var(--gold); }
  .pricing-options {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--white);
    display: grid;
    gap: 10px;
  }
  .pricing-options-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: 0.02em;
    text-transform: none;
  }
  .pricing-option-row {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
  }
  .pricing-option-row.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .pricing-options .checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .pricing-options .checkbox-label {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    overflow: hidden;
  }
  .pricing-options .checkbox-flip {
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .pricing-options .checkbox-front,
  .pricing-options .checkbox-back {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    border-radius: 3px;
    transition: opacity 0.2s ease;
  }
  .pricing-options .checkbox-front {
    background: #ffffff;
    color: #111111;
    border: 1px solid #111111;
    opacity: 1;
  }
  .pricing-options .checkbox-front svg {
    display: none;
  }
  .pricing-options .checkbox-back {
    background: #feb707;
    color: #111111;
    opacity: 0;
  }
  .pricing-options .checkbox:checked + .checkbox-label .checkbox-front {
    opacity: 0;
  }
  .pricing-options .checkbox:checked + .checkbox-label .checkbox-back {
    opacity: 1;
  }
  .pricing-options .checkbox:focus-visible + .checkbox-label .checkbox-flip {
    box-shadow: 0 0 0 3px rgba(254, 183, 7, 0.35);
  }
  .pricing-options .icon-path {
    stroke: currentColor;
    stroke-width: 2.2;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .pricing-option-content {
    display: grid;
    gap: 4px;
    min-width: 0;
  }
  .pricing-option-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
  }
  .pricing-option-label {
    font-size: 13px;
    font-weight: 400;
    color: var(--navy);
    line-height: 1.35;
    min-width: 0;
  }
  .pricing-option-value {
    font-size: 13px;
    color: var(--text);
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: right;
  }
  .pricing-option-help {
    font-size: 11px;
    color: var(--text-light);
    line-height: 1.45;
  }
  .pricing-option-help a {
    color: inherit;
    text-decoration: underline;
  }
  .pricing-options-message {
    min-height: 18px;
    margin-top: -2px;
    font-size: 12px;
  }

  /* --- CABIN SUPPLEMENT --- */
  .cabin-supplement-row {
    display: grid;
    gap: 6px;
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid var(--border);
  }
  .cabin-supplement-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--navy);
  }
  .cabin-supplement-select-wrap {
    position: relative;
  }
  .cabin-supplement-select {
    width: 100%;
    font-size: 13px;
    font-family: inherit;
    color: var(--navy);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 8px 32px 8px 10px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1.35;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
  .cabin-supplement-select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(254, 183, 7, 0.2);
  }
  .cabin-supplement-select:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .cabin-supplement-total {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    text-align: right;
  }
  .cabin-supplement-total.is-hidden {
    display: none;
  }

  /* --- FLIGHT OPTIONS --- */
  .flight-options {
    margin-top: 10px;
    display: grid;
    gap: 6px;
  }
  .flight-options-details {
    margin-top: 2px;
  }
  .flight-options-summary {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--gold);
    cursor: pointer;
    list-style: none;
    padding: 4px 0;
  }
  .flight-options-summary::-webkit-details-marker { display: none; }
  .flight-options-chevron {
    transition: transform 0.2s ease;
    flex-shrink: 0;
  }
  .flight-options-details[open] > .flight-options-summary .flight-options-chevron {
    transform: rotate(180deg);
  }
  .flight-options-expandable {
    display: grid;
    gap: 6px;
    padding-top: 4px;
  }
  .flight-option-row {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    padding: 6px 0;
  }
  .flight-option-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .flight-option-radio {
    width: 16px;
    height: 16px;
    border: 2px solid var(--border);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    transition: border-color 0.15s ease;
  }
  .flight-option-radio::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    transform: scale(0);
    transition: transform 0.15s ease;
  }
  .flight-option-input:checked ~ .flight-option-radio {
    border-color: var(--gold);
  }
  .flight-option-input:checked ~ .flight-option-radio::after {
    transform: scale(1);
  }
  .flight-option-input:focus-visible ~ .flight-option-radio {
    box-shadow: 0 0 0 3px rgba(254, 183, 7, 0.35);
  }
  .flight-option-content {
    display: grid;
    gap: 2px;
    min-width: 0;
  }
  .flight-option-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
  }
  .flight-option-label {
    font-size: 12px;
    font-weight: 400;
    color: var(--navy);
    line-height: 1.4;
    min-width: 0;
  }
  .flight-option-leg {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1.4;
  }
  .flight-option-leg svg {
    display: none;
  }
  .flight-option-price {
    font-size: 12px;
    color: var(--text);
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: right;
  }

  .quote-coupon-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
  }
  .quote-coupon-toggle-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.25;
  }
  .switch.switch--coupon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    flex: 0 0 auto;
  }
  .switch.switch--coupon input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .switch.switch--coupon .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #ffffff;
    border: 1px solid #adb5bd;
    border-radius: 999px;
    transition: background-color 0.22s ease, border-color 0.22s ease;
  }
  .switch.switch--coupon .slider:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    bottom: 2px;
    border-radius: 999px;
    background: #adb5bd;
    transition: transform 0.22s ease, background-color 0.22s ease;
  }
  .switch.switch--coupon input:checked + .slider {
    background: var(--gold);
    border-color: var(--gold);
  }
  .switch.switch--coupon input:focus + .slider {
    box-shadow: 0 0 0 2px rgba(254, 183, 7, 0.28);
  }
  .switch.switch--coupon input:checked + .slider:before {
    transform: translateX(17px);
    background: #ffffff;
  }
  .quote-coupon-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 14px;
    display: grid;
    gap: 10px;
  }
  .quote-coupon-card.is-hidden {
    display: none;
  }
  .quote-coupon-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.25;
  }
  .quote-coupon-subtitle {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.45;
  }
  .quote-coupon-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .quote-coupon-input {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    color: var(--navy);
    background: var(--white);
  }
  .quote-coupon-input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 2px rgba(254, 183, 7, 0.2);
  }
  .quote-coupon-btn {
    min-height: 42px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--navy);
    font-size: 13px;
    font-weight: 600;
    padding: 0 14px;
    cursor: pointer;
  }
  .quote-coupon-btn:disabled {
    opacity: 0.6;
    cursor: wait;
  }
  .quote-coupon-btn-apply {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
  }
  .quote-coupon-btn-remove {
    color: var(--text-muted);
  }
  .quote-coupon-current {
    font-size: 12px;
    color: var(--text-muted);
  }
  .quote-coupon-current strong {
    color: var(--navy);
    font-weight: 700;
  }
  .quote-coupon-message {
    min-height: 18px;
    font-size: 12px;
    margin-top: 2px;
  }
  .quote-coupon-btn.is-hidden,
  .quote-coupon-current.is-hidden {
    display: none;
  }

  @media (min-width: 640px) {
    .quote-coupon-form {
      grid-template-columns: minmax(0, 1fr) auto auto;
      align-items: center;
    }
  }

  .quote-page-loader {
    position: fixed;
    inset: 0;
    z-index: 240;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
  }
  .quote-page-loader.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .quote-page-loader-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  }
  .quote-page-loader-spinner {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid rgba(17, 17, 17, 0.16);
    border-top-color: #feb707;
    animation: bvq-spin 0.72s linear infinite;
    flex: 0 0 28px;
  }
  .quote-page-loader-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: 0.01em;
  }

  .quote-edit-overlay {
    position: fixed;
    inset: 0;
    z-index: 230;
    display: none;
    align-items: flex-end;
    justify-content: center;
    padding: 8px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .quote-edit-overlay.is-open { display: flex; }
  #quoteDateModalOverlay {
    align-items: center;
    padding: 12px;
  }
  .quote-edit-modal {
    width: 100%;
    max-width: 520px;
    max-height: calc(100vh - 16px);
    overflow: auto;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.2);
    padding: 16px 16px 18px;
    position: relative;
  }
  .quote-edit-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: var(--cream-dark);
    color: var(--text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .quote-edit-close svg { width: 16px; height: 16px; }
  .quote-edit-header { padding-right: 40px; margin-bottom: 16px; }
  .quote-edit-title { font-family: var(--font-display); font-size: 22px; line-height: 1.2; color: var(--navy); font-weight: 600; }
  .quote-edit-subtitle { margin-top: 6px; font-size: 13px; color: var(--text-muted); }
  #quoteDateModalOverlay {
    background: rgba(26, 31, 58, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .quote-date-modal {
    max-width: 500px;
    max-height: calc(85vh);
    max-height: calc(85dvh);
    height: min(85vh, 760px);
    height: min(85dvh, 760px);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 24px 80px rgba(26,31,58,0.2), 0 0 0 1px rgba(26,31,58,0.05);
    transform: translateY(24px) scale(0.96);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.3s ease;
  }
  #quoteDateModalOverlay.is-open .quote-date-modal {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  .quote-date-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 18px 0;
    flex-shrink: 0;
  }
  .quote-date-modal-header-main {
    min-width: 0;
    padding-right: 8px;
  }
  .quote-date-modal .quote-edit-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }
  .quote-date-modal .quote-edit-subtitle {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
  }
  .quote-date-modal .quote-edit-subtitle a {
    color: var(--navy);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .quote-date-modal .quote-edit-subtitle a:hover,
  .quote-date-modal .quote-edit-subtitle a:focus {
    color: var(--gold-dark);
    outline: none;
  }
  .quote-date-modal-close {
    position: static;
    margin-top: 2px;
    margin-left: 12px;
    flex-shrink: 0;
  }
  .quote-date-modal-body {
    padding: 12px 18px 18px;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    -webkit-overflow-scrolling: touch;
  }
  .quote-date-current-kicker {
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 10px;
  }
  .quote-date-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--white);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .quote-date-card:hover {
    border-color: var(--gold-light);
    box-shadow: 0 4px 16px rgba(184,134,11,0.08);
  }
  .quote-date-card--current {
    border-color: var(--gold);
    background: var(--gold-pale);
    position: relative;
  }
  .quote-date-card--current .quote-date-card-body {
    padding-top: 34px;
  }
  .quote-date-card--current::before {
    content: 'Preventivo corrente';
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: var(--gold);
    color: var(--white);
    padding: 3px 10px;
    border-radius: 999px;
    line-height: 1.4;
  }
  .quote-date-card-body {
    padding: 14px 14px 12px;
  }
  .quote-date-card-footer {
    padding: 0 14px 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }
  .quote-date-separator {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-light);
    margin: 16px 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .quote-date-separator::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
  }
  .quote-date-current-dates {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--navy);
  }
  .quote-date-current-date {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
  }
  .quote-date-current-date-day {
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: var(--navy);
  }
  .quote-date-current-date-month {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: var(--navy);
    text-transform: lowercase;
  }
  .quote-date-current-date-separator {
    font-size: 22px;
    line-height: 1;
    color: #9d7d00;
  }
  .quote-date-current-fallback {
    font-size: 14px;
    line-height: 1.35;
    color: var(--text-muted);
    font-weight: 500;
  }
  .quote-date-current-meta {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--text-muted);
    font-weight: 500;
  }
  .quote-date-current-stock-row {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .quote-date-current-stock-track {
    flex: 1;
    height: 4px;
    border-radius: 999px;
    background: rgba(201, 55, 44, 0.2);
    overflow: hidden;
  }
  .quote-date-card--current .quote-date-current-stock-track {
    background: rgba(255, 255, 255, 0.55);
  }
  .quote-date-current-stock-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #c9372c;
  }
  .quote-date-current-stock-text {
    font-size: 11px;
    line-height: 1.3;
    color: #b42318;
    font-weight: 600;
    white-space: nowrap;
  }
  .quote-date-current-stock-text--solo {
    margin-top: 10px;
    white-space: normal;
  }
  .quote-date-current-soldout {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #f0b9b5;
    background: #fff1f0;
    color: #b42318;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .quote-date-current-selected {
    height: auto;
    border-radius: 999px;
    border: 1px solid #067647;
    background: #eafaf2;
    color: #067647;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 14px;
    line-height: 1;
    cursor: default;
    opacity: 1;
    pointer-events: none;
  }
  .quote-date-current-selected svg {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
  }
  .quote-pax-list { display: grid; gap: 10px; }
  .quote-pax-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--cream);
  }
  .quote-pax-label { font-size: 13px; font-weight: 600; color: var(--navy); }
  .quote-pax-stepper {
    display: inline-grid;
    grid-template-columns: 44px 64px 44px;
    align-items: center;
    gap: 6px;
    justify-content: start;
  }
  .quote-pax-btn {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--navy);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }
  .quote-pax-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
  .quote-pax-value {
    width: 64px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);
    padding: 0;
  }
  .quote-edit-message {
    min-height: 20px;
    margin-top: 12px;
    font-size: 13px;
    color: var(--text-muted);
  }
  .quote-edit-message.is-loading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
  }
  .quote-edit-message.is-loading::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(26, 31, 58, 0.18);
    border-top-color: var(--navy);
    animation: bvq-spin 0.75s linear infinite;
    flex: 0 0 14px;
  }
  .quote-edit-message.is-error { color: #b42318; }
  .quote-edit-message.is-success { color: #067647; }
  @keyframes bvq-spin {
    to { transform: rotate(360deg); }
  }
  .quote-edit-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
  }
  .quote-edit-btn {
    border: 1px solid var(--border);
    border-radius: 999px;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }
  .quote-edit-btn-secondary {
    background: var(--white);
    color: var(--navy);
  }
  .quote-edit-btn-primary {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
  }
  .quote-edit-btn:disabled {
    opacity: 0.6;
    cursor: wait;
  }
  .quote-date-list {
    display: grid;
    gap: 12px;
  }
  .quote-date-item {
    display: block;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: inherit;
    transition: none;
  }
  .quote-date-item.is-hidden {
    display: none;
  }
  .quote-date-item-main {
    width: 100%;
  }
  .quote-date-card--suggestion {
    border-color: var(--border);
    background: var(--white);
  }
  .quote-date-net-delta {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--cream-dark);
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }
  .quote-date-net-delta svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
  }
  .quote-date-net-delta--down {
    border-color: #a9e5c1;
    background: #eafaf2;
    color: #067647;
  }
  .quote-date-net-delta--up {
    border-color: #f5d6b0;
    background: #fef6ee;
    color: #b35c00;
  }
  .quote-date-item-dates {
    display: grid;
    gap: 8px;
  }
  .quote-date-item-date-line {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
  }
  .quote-date-item-date-kicker {
    font-size: 10px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--text-muted);
    min-width: 62px;
  }
  .quote-date-item-date-value {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    min-height: 26px;
  }
  .quote-date-item-date-day {
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--navy);
  }
  .quote-date-item-date-month {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--text-muted);
    text-transform: lowercase;
  }
  .quote-date-item-date-fallback {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--text-muted);
  }
  .quote-date-item-btn {
    height: auto;
    min-height: 0;
    padding: 10px 18px;
    font-size: 13px;
    white-space: nowrap;
    line-height: 1;
    margin-left: auto;
  }
  .quote-date-message {
    margin-top: 10px;
  }
  .quote-date-show-more {
    width: 100%;
    margin-top: 10px;
  }
  .quote-date-empty {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.5;
    padding: 4px 0;
  }
  .quote-date-item.is-revealed {
    animation: bvq-date-reveal 0.28s ease both;
  }
  @keyframes bvq-date-reveal {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media (max-width: 640px) {
    #quoteDateModalOverlay {
      padding: 6px;
    }
    .quote-date-modal {
      max-width: 100%;
      max-height: calc(90vh - 16px);
      max-height: calc(90dvh - 16px);
      height: min(90vh, 760px);
      height: min(90dvh, 760px);
    }
    .quote-date-modal-header {
      padding: 14px 14px 0;
    }
    .quote-date-modal-body {
      padding: 10px 14px 14px;
    }
    .quote-date-card-body {
      padding: 12px 12px 10px;
    }
    .quote-date-card-footer {
      padding: 0 12px 12px;
    }
    .quote-date-card--current::before {
      top: 10px;
      right: 10px;
      font-size: 9px;
      padding: 2px 8px;
    }
    .quote-date-current-date-day {
      font-size: 21px;
    }
    .quote-date-current-date-separator {
      font-size: 18px;
    }
    .quote-date-item-date-day {
      font-size: 18px;
    }
    .quote-date-item-date-month {
      font-size: 11px;
    }
    .quote-date-card-footer--action .quote-date-item-btn {
      width: 100%;
    }
  }

  /* âââ INCLUSIONS âââ */
  .inclusions { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .inclusions.inclusions--single { grid-template-columns: 1fr; }
  .inclusion-box { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); padding: 20px; box-shadow: var(--shadow-sm); }
  .inclusion-title { font-family: var(--font-display); font-size: 18px; font-weight: 600; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
  .inclusion-title.included { color: var(--success); }
  .inclusion-title.excluded { color: var(--red-soft); }
  .inclusion-title svg { width: 18px; height: 18px; }
  .inclusion-list { list-style: none; }
  .inclusion-list li { padding: 8px 0; font-size: 14px; color: var(--text); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
  .inclusion-list li + li { border-top: 1px solid var(--cream-dark); }
  .inclusion-list li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; }
  .inclusion-list li.check svg { color: var(--success); }
  .inclusion-list li.cross svg { color: var(--red-soft); opacity: 0.6; }

  /* âââ ITINERARY âââ */
  .itinerary-list { list-style: none; }
  .itinerary-item { display: grid !important; grid-template-columns: 48px minmax(0, 1fr); align-items: start; gap: 16px; padding: 20px 0; }
  .itinerary-item + .itinerary-item { border-top: 1px solid var(--border); }
  .itinerary-day { width: 48px; height: 48px; background: var(--cream-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--navy); line-height: 1; }
  .itinerary-day span { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--navy); }
  .itinerary-content { min-width: 0; }
  .itinerary-title { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
  .itinerary-desc { font-size: 14px; color: var(--text-muted); line-height: 1.5; }

  /* âââ ABOUT âââ */
  .about-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); padding: 24px 20px; box-shadow: var(--shadow-sm); }
  .about-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
  .about-card p:last-child { margin-bottom: 0; }
  .about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); }
  .stat { text-align: center; }
  .stat-number { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--navy); line-height: 1; }
  .stat-label { font-size: 11px; color: var(--text-muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.05em; }

  /* âââ PAYMENT METHODS âââ */
  .pay-methods { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--border); }
  .pay-methods--labeled { margin-top: 0; padding-top: 0; border-top: 0; }
  .pay-methods-title { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 14px; }
  .pay-methods-question {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .pay-methods-question--inline {
    margin: -4px 0 0;
  }
  .pay-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .pay-method {
    display: grid; grid-template-columns: 44px 1fr; gap: 14px;
    align-items: center; padding: 14px 16px;
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-sm); transition: border-color 0.2s;
  }
  .pay-method:hover { border-color: var(--gold-light); }
  .pay-method-icon {
    width: 44px; height: 44px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    background: var(--cream-dark); flex-shrink: 0;
  }
  .pay-method-icon--img { background: transparent !important; padding: 0; }
  .pay-method-icon--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 10px;
  }
  .pay-method-icon svg { width: 22px; height: 22px; color: var(--navy); }
  .pay-method-icon--bank { background: #F2F2F2; }
  .pay-method-icon--bank svg { color: #111111; }
  .pay-method-icon--card { background: #FFF4E6; }
  .pay-method-icon--card svg { color: #E6820E; }
  .pay-method-icon--paypal { background: #F2F2F2; }
  .pay-method-icon--paypal svg { color: #111111; }
  .pay-method-icon--satispay { background: #FCEAEA; }
  .pay-method-icon--satispay svg { color: #E3342F; }
  .pay-method-icon--scalapay { background: #E8F9EE; }
  .pay-method-icon--scalapay svg { color: #18A558; }
  .pay-method-name { font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.3; }
  .pay-method-desc { font-size: 12px; color: var(--text-muted); line-height: 1.4; margin-top: 1px; }

  .pay-method--highlight {
    border-color: #F7CBCF;
    background: var(--white);
    position: relative;
  }
  .pay-method--highlight .pay-method-badge {
    display: inline-block; font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.06em;
    background: #F7CBCF; color: #111111;
    padding: 2px 8px; border-radius: 100px; margin-top: 4px;
    line-height: 1.5;
  }
  .scalapay-toggle {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .scalapay-toggle-label {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-light);
    transition: color 0.2s ease;
  }
  .scalapay-toggle-label--three.is-active { color: #111111; }
  .scalapay-toggle-label--four.is-active { color: var(--gold); }
  .switch.switch--scalapay {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
    flex: 0 0 auto;
  }
  .switch.switch--scalapay input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .switch.switch--scalapay .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #111111;
    border: 1px solid #111111;
    border-radius: 999px;
    transition: background-color 0.22s ease, border-color 0.22s ease;
  }
  .switch.switch--scalapay .slider:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    bottom: 2px;
    border-radius: 999px;
    background: #ffffff;
    transition: transform 0.22s ease;
  }
  .switch.switch--scalapay input:checked + .slider {
    background: var(--gold);
    border-color: var(--gold);
  }
  .switch.switch--scalapay input:focus + .slider {
    box-shadow: 0 0 0 2px rgba(254,183,7,0.3);
  }
  .switch.switch--scalapay input:checked + .slider:before {
    transform: translateX(19px);
  }

  .pay-method-installments {
    margin-top: 8px;
    display: flex; gap: 6px; align-items: center;
  }
  .pay-method-installments.is-hidden { display: none; }
  .pay-method-installments--four {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    align-items: stretch;
  }
  .pay-method-installments--four .installment-pill { flex: none; }
  .pay-method--highlight .installment-pill {
    flex: 1; text-align: center;
    background: #FBE8E9; border: 1px solid #F7CBCF;
    border-radius: 6px; padding: 6px 4px;
    font-size: 11px; color: #111111; font-weight: 600;
    line-height: 1.3;
  }
  .pay-method--highlight .installment-pill span { display: block; font-family: var(--font-mono); font-size: 14px; font-weight: 600; color: #111111; }
  .installment-arrow { color: var(--text-light); font-size: 10px; flex-shrink: 0; }

  .pay-cards-row { display: flex; gap: 6px; margin-top: 4px; align-items: center; }
  .pay-card-icon {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--cream-dark); border-radius: 4px;
    padding: 2px 6px; font-size: 10px; font-weight: 700;
    color: var(--text-muted); letter-spacing: 0.03em; line-height: 1.6;
    border: 1px solid var(--border);
  }

  .pay-methods-bank {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px dashed var(--border);
  }
  .pay-methods-bank-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.5;
    margin: 0;
  }
  .pay-methods-bank-subtitle {
    margin: 2px 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
  }
  .pay-methods-bank-note {
    margin: 10px 0 0;
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.55;
  }
  .pay-methods-bank-note-highlight {
    font-size: 1.08em;
    font-weight: 700;
    color: var(--navy);
  }

  @media (min-width: 600px) {
    .pay-grid { grid-template-columns: 1fr; }
    .pay-method--full { grid-column: auto; }
  }

  /* âââ PAY STEPS âââ */
  .pay-steps { list-style: none; padding: 0; margin: 0; }
  .pay-step { display: grid !important; grid-template-columns: 36px minmax(0,1fr); column-gap: 16px; padding: 16px 0; align-items: flex-start; }
  .pay-step + .pay-step { border-top: 1px solid var(--border); }
  .pay-step-num { width: 36px; height: 36px; background: var(--gold-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--gold); flex-shrink: 0; }
  .pay-step-content { min-width: 0; }
  .pay-step-title { font-weight: 600; font-size: 15px; color: var(--navy); margin-bottom: 2px; }
  .pay-step-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

  /* âââ TESTIMONIALS âââ */
  .testimonial { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); padding: 24px 20px; box-shadow: var(--shadow-sm); position: relative; }
  .testimonial + .testimonial { margin-top: 16px; }
  .testimonial::before { content: '\201C'; font-family: var(--font-display); font-size: 64px; color: var(--gold-pale); position: absolute; top: 8px; left: 16px; line-height: 1; }
  .testimonial-text { font-family: var(--font-display); font-size: 16px; font-style: italic; color: var(--text); line-height: 1.6; margin-bottom: 12px; position: relative; z-index: 1; }
  .testimonial-author { font-size: 13px; font-weight: 600; color: var(--navy); }
  .testimonial-stars { display: flex; gap: 2px; margin-bottom: 8px; }
  .testimonial-stars svg { width: 14px; height: 14px; color: var(--gold); }

  /* âââ CTA âââ */
  .cta-section { padding: 40px 0 32px; text-align: center; }
  .cta-card { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); border-radius: var(--radius); padding: 32px 24px; color: var(--white); position: relative; overflow: hidden; }
  .cta-card::before { content: ''; position: absolute; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,183,7,0.15), transparent 70%); top: -60px; right: -60px; border-radius: 50%; }
  .cta-title { font-family: var(--font-display); font-size: 26px; font-weight: 500; margin-bottom: 8px; position: relative; }
  .cta-sub { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 24px; position: relative; }
  .cta-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--white); font-family: var(--font-body); font-size: 15px; font-weight: 600; padding: 14px 36px; border: none; border-radius: 100px; cursor: pointer; text-decoration: none; transition: all 0.25s ease; position: relative; }
  .cta-btn:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(254,183,7,0.3); }
  .cta-btn.is-disabled,
  .cta-btn.is-disabled:hover {
    opacity: 0.45;
    pointer-events: none;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
  }
  .cta-btn svg { width: 16px; height: 16px; }
  .cta-contact { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,0.5); position: relative; }
  .cta-contact a { color: var(--gold-light); text-decoration: none; }

  /* âââ LINK UTILI & FOOTER âââ */
  .useful-links-section { padding: 8px 0 28px; }
  .useful-links-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-sm); }
  .useful-links-title { margin-bottom: 10px; }
  .useful-links-subtitle { margin: 0 0 12px; font-size: 13px; color: var(--text-muted); line-height: 1.55; }
  .useful-links-list { display: flex; flex-wrap: wrap; gap: 10px 18px; }
  .useful-links-list a { color: var(--navy); text-decoration: underline; font-size: 13px; }

  .footer { background: var(--navy); padding: 36px 20px 28px; color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.7; }
  .footer .container { max-width: 1120px; }
  .footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; align-items: start; text-align: left; }
  .footer-col { min-width: 0; }
  .footer-logo { width: 166px; height: 26px; max-width: 100%; display: block; margin: 0 0 12px; }
  .footer-company { margin: 0 0 12px; color: rgba(255,255,255,0.82); font-size: 12px; line-height: 1.6; }
  .footer-title { margin: 0 0 10px; font-size: 14px; font-weight: 700; color: var(--white); }
  .footer-list,
  .footer-cert-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
  .footer-list a { color: rgba(255,255,255,0.8); text-decoration: none; }
  .footer-list a:hover,
  .footer-list a:focus { color: var(--gold-light); text-decoration: underline; }
  .footer-cert-list li { color: rgba(255,255,255,0.62); font-size: 12px; line-height: 1.6; }
  .footer-social { display: flex; gap: 8px; margin: 0 0 12px; }
  .footer-social-link {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease;
  }
  .footer-social-link:hover,
  .footer-social-link:focus {
    border-color: var(--gold-light);
    color: var(--gold-light);
  }
  .footer-social-link svg { width: 14px; height: 14px; }
  .footer-bottom { margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.14); font-size: 12px; color: rgba(255,255,255,0.52); text-align: center; }

  /* âââ STICKY BOTTOM BAR âââ */
  .sticky-bar {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
    background: var(--white);
    border-top: 1px solid var(--border);
    box-shadow: 0 -4px 20px rgba(26,31,58,0.08);
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    display: flex; gap: 10px;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
  }
  .sticky-bar.is-hidden { transform: translateY(100%); }

  .sticky-btn {
    flex: 1; max-width: 260px;
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    font-family: var(--font-body); font-size: 14px; font-weight: 600;
    padding: 12px 16px; border-radius: 100px;
    border: none; cursor: pointer; text-decoration: none;
    transition: all 0.2s ease; line-height: 1;
    white-space: nowrap;
  }
  .sticky-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

  .sticky-btn--primary {
    background: var(--gold); color: var(--white);
  }
  .sticky-btn--primary:hover {
    background: var(--gold-light);
    box-shadow: 0 4px 16px rgba(254,183,7,0.25);
  }
  .sticky-btn--secondary {
    background: var(--navy); color: var(--white);
  }
  .sticky-btn--secondary:hover {
    background: var(--navy-light);
    box-shadow: 0 4px 16px rgba(26,31,58,0.2);
  }
  .sticky-btn.is-disabled,
  .sticky-btn.is-disabled:hover {
    opacity: 0.45;
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    background: var(--text-light);
  }

  body { padding-bottom: 72px; }

  /* âââ CONTACT SHEET (bottom drawer) âââ */
  .contact-overlay {
    position: fixed; inset: 0; z-index: 200;
    background: rgba(26,31,58,0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .contact-overlay.is-open {
    opacity: 1; visibility: visible;
  }

  .contact-sheet {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 201;
    background: var(--white);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -12px 48px rgba(26,31,58,0.15);
    padding: 0 20px;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    max-width: 520px;
    margin: 0 auto;
  }
  .contact-sheet.is-open {
    transform: translateY(0);
  }

  .contact-sheet-handle {
    display: flex; justify-content: center;
    padding: 12px 0 4px;
    cursor: grab;
  }
  .contact-sheet-handle span {
    width: 36px; height: 4px;
    background: var(--border); border-radius: 100px;
    display: block;
  }

  .contact-sheet-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 8px 0 16px;
  }
  .contact-sheet-title {
    font-family: var(--font-display);
    font-size: 22px; font-weight: 600; color: var(--navy);
  }
  .contact-sheet-close {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    background: var(--cream-dark); border: none;
    border-radius: 50%; cursor: pointer;
    color: var(--text-muted);
    transition: background 0.2s, color 0.2s;
  }
  .contact-sheet-close:hover { background: var(--border); color: var(--text); }
  .contact-sheet-close svg { width: 18px; height: 18px; }

  .contact-options { display: flex; flex-direction: column; gap: 10px; padding-bottom: 8px; }

  .contact-option {
    display: grid; grid-template-columns: 48px 1fr 20px;
    align-items: center; gap: 14px;
    padding: 14px 16px;
    background: var(--cream); border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    text-decoration: none; color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .contact-option:hover {
    border-color: var(--gold-light);
    box-shadow: 0 2px 12px rgba(254,183,7,0.1);
  }
  .contact-option:active { transform: scale(0.99); }

  .contact-option-icon {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .contact-option-icon svg { width: 24px; height: 24px; }
  .contact-option-icon--whatsapp { background: #E8F8EC; }
  .contact-option-icon--whatsapp svg { color: #25D366; }
  .contact-option-icon--phone { background: #F2F2F2; }
  .contact-option-icon--phone svg { color: #111111; }
  .contact-option-icon--email { background: var(--gold-pale); }
  .contact-option-icon--email svg { color: var(--gold); }

  .contact-option-label { font-size: 15px; font-weight: 600; color: var(--navy); }
  .contact-option-detail { font-size: 13px; color: var(--text-muted); margin-top: 1px; }
  .contact-option-arrow { color: var(--text-light); }
  .contact-option-arrow svg { width: 18px; height: 18px; }

  /* âââ RESPONSIVE âââ */
  @media (min-width: 600px) {
    .container { padding: 0 32px; }
    .quote-header { padding: 56px 32px 64px; }
    .quote-title { font-size: 36px; }
    .quote-destination { font-size: 52px; }
    .inclusions { grid-template-columns: 1fr 1fr; }
    .pricing-amount { font-size: 32px; }
    .travel-row { grid-template-columns: 130px 1fr; }
    .ticket-code { font-size: 30px; }
    .ticket-code--station { font-size: 20px; }
    .ticket-time { font-size: 22px; }
    .bus-stop { grid-template-columns: 80px 24px 1fr; }
    .pricing-header-row { flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; }
    .quote-pax-row { grid-template-columns: 1fr auto; align-items: center; }
    .quote-edit-modal { border-radius: 16px; padding: 18px 20px 20px; }
  }
  @media (max-width: 960px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 700px) {
    .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  }
  @media (min-width: 768px) { .container { max-width: 720px; } }
  @media print {
    body { background: white; padding-bottom: 0; }
    .cta-section, .expiry-ribbon, .demo-sep, .sticky-bar, .contact-sheet, .contact-overlay, .quote-edit-overlay, .quote-page-loader { display: none; }
    .section { break-inside: avoid; }
    .ticket-card::before, .ticket-card::after { display: none; }
  }

  @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
  .animate-in { animation: fadeUp 0.6s ease forwards; opacity: 0; }
  .delay-1 { animation-delay: 0.1s; }
  .delay-2 { animation-delay: 0.2s; }
  .delay-3 { animation-delay: 0.3s; }
  .delay-4 { animation-delay: 0.4s; }
