
  :root {
    --teal: #0f586e;
    --teal-dark: #0b4555;
    --sky: #17b3e4;
    --sky-soft: #e8f7fc;
    --pink: #D81671;
    --pink-dark: #b8145f;
    --amber: #FBBF24;
    --ink: #1a1a1a;
    --slate: #475569;
    --muted: #6B7280;
    --line: #E5E7EB;
    --bg: #FAFBFC;
    --card: #FFFFFF;
    --green: #10B981;
    --radius: 16px;
    --shadow-sm: 0 1px 2px rgba(15,88,110,.06), 0 1px 3px rgba(15,88,110,.08);
    --shadow-md: 0 4px 16px rgba(15,88,110,.10);
    --shadow-lg: 0 18px 50px rgba(11,69,85,.22);

    /* ── FIFA widget color vars (added so transplanted CSS resolves) ── */
    --cyan: #17b3e4;
    --cyan-hover: #1496c7;
    --cyan-soft: #e8f7fc;
    --magenta: #d81671;
    --magenta-hover: #c01060;
    --white: #ffffff;
    --line-light: #F3F4F6;
    --light: #9CA3AF;
    --body: #374151;
    --navy: #0f2137;
    --hero-bg: #E2F1F9;
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--ink);
    background: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  a { color: inherit; text-decoration: none; }

  .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

  /* ---------- Navbar (from FIFA VTC landing — hamburger + logo + phone) ---------- */
  .navbar {
    background: #ffffff;
    border-bottom: 1px solid var(--line);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 56px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .navbar-left {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex: 0 1 auto;
  }
  .logo--mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    text-decoration: none;
  }
  .logo-mark {
    flex-shrink: 0;
    width: 38px;
    height: 34px;
    display: block;
  }
  .logo-wordmark {
    display: flex;
    align-items: baseline;
    font-size: 17px;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
  }
  .logo-policy {
    color: #1a2332;
    font-weight: 800;
  }
  .logo-policy .logo-i {
    position: relative;
    display: inline-block;
  }
  .logo-policy .logo-i::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: var(--pink);
    border-radius: 50%;
  }
  .logo-advisor {
    color: var(--sky);
    font-weight: 500;
  }
  .navbar-tel {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 500;
    color: var(--sky);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    white-space: nowrap;
    padding: 10px 0 10px 8px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .navbar-tel:active { opacity: 0.85; }
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
    padding: 16px 24px;
    gap: 10px;
    z-index: 101;
    box-shadow: 0 12px 24px rgba(15, 33, 55, 0.08);
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    font-size: 14px;
    color: #1a2332;
    padding: 8px 0;
    transition: color .15s;
  }
  .nav-links a:hover { color: var(--sky); }
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: #1a2332;
    border-radius: 8px;
  }
  .hamburger:active { background: rgba(0, 0, 0, 0.04); }
  .hamburger svg { width: 24px; height: 24px; }

  /* ---------- Buttons ---------- */
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: inherit; font-weight: 900; font-size: 15px;
    text-transform: uppercase; letter-spacing: .06em;
    padding: 15px 28px; border-radius: 12px; border: none; cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    white-space: nowrap;
  }
  .btn-primary {
    background: linear-gradient(135deg, var(--pink), var(--pink-dark));
    color: #fff; box-shadow: 0 8px 22px rgba(216,22,113,.32);
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(216,22,113,.42); }
  .btn-ghost {
    background: #fff; color: var(--teal); border: 2px solid var(--line);
  }
  .btn-ghost:hover { border-color: var(--sky); color: var(--sky); }
  .btn-block { width: 100%; }

/* ── h1 base ── */
  h1 {
    font-size: clamp(34px, 4.6vw, 56px); line-height: 1.05; letter-spacing: -.025em;
    font-weight: 900; color: var(--teal); margin-bottom: 18px;
  }
  h1 .hl { color: var(--pink); }


  /* ════════════════════════════════════════════════════════════════
     TRANSPLANTED FROM FIFA VTC LANDING — Hero (image-led) + embedded
     travel insurance quote widget (.tiw) + hero-bar / results-section.
     Hero background overridden to a teal gradient (no stadium photo).
     ════════════════════════════════════════════════════════════════ */

/* ── Hero (premium image-led) ── */
.hero {
  position: relative;
  overflow: hidden;
  /* Toronto cityscape with teal overlay for text contrast */
  background:
    linear-gradient(105deg, rgba(8,40,52,.92) 0%, rgba(11,69,85,.80) 42%, rgba(11,69,85,.45) 100%),
    url("./toronto-ontario-canada-cityscape-on-lake-ontario-2026-03-24-11-40-04-utc.jpg");
  background-size: cover;
  background-position: center 38%;
  padding: 84px 0 88px;
}
.hero .container {
  display: flex;
  align-items: center;
  gap: 56px;
  position: relative;
  z-index: 2;
}
.hero-text {
  flex: 1;
  padding: 6px 0;
  max-width: 560px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.30);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
  backdrop-filter: blur(4px);
}
.hero-text h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.04;
  color: #fff;
  margin-bottom: 18px;
  text-shadow: 0 2px 20px rgba(0,0,0,.25);
}
.hero-lead {
  font-size: 18px;
  color: rgba(255,255,255,.92);
  line-height: 1.6;
  margin-bottom: 22px;
  max-width: 34em;
}
.hero-points { list-style: none; margin-bottom: 0; }
.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.hero-points li::before {
  content: "";
  width: 22px; height: 22px;
  margin-top: 0;
  border-radius: 50%;
  background: var(--cyan);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.hero-stats {
  display: flex;
  gap: 36px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.22);
}
.hero-stat { display: flex; flex-direction: column; gap: 3px; }
.hero-stat__num {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #fff;
  line-height: 1;
}
.hero-stat__lbl {
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255,255,255,.75);
}
@media (max-width: 860px){
  .hero { padding: 56px 0 60px; background-position: center 30%; }
  .hero .container { flex-direction: column; gap: 32px; }
  .hero-text { max-width: 100%; }
  .hero-widget { width: 100%; }
}
/* ════ EMBEDDED TRAVEL INSURANCE WIDGET (scoped under .tiw) ════ */
.tiw .tiw-widget {
            background: #FFFFFF;
            border-radius: 12px;
            max-width: 1150px;
            margin: 0 auto 24px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }
.tiw .tiw-widget.has-results {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            margin-bottom: 0;
        }
.tiw .widget-header {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
.tiw .widget-header {
            background: linear-gradient(180deg, #e8f6fa 0%, #ffffff 100%);
            padding: 14px 24px 8px;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
.tiw .widget-title {
            font-size: 24px;
            font-weight: 900;
            color: #0f586e;
            margin-bottom: 4px;
        }
.tiw .widget-subtitle {
            font-size: 15px;
            color: #6B7280;
        }
.tiw .visa-tabs-section {
            padding: 22px 28px 22px;
            border-bottom: 1px solid #EEF2F5;
        }
.tiw .visa-tabs-label {
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #94A3B8;
            margin-bottom: 14px;
        }
.tiw .visa-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
.tiw .visa-tab {
            padding: 14px 22px;
            background: #F3F5F7;
            border: 1.5px solid transparent;
            border-radius: 7px;
            font-family: inherit;
            font-weight: 700;
            font-size: 15px;
            color: #475569;
            cursor: pointer;
            transition: all 160ms ease-out;
            line-height: 1;
            white-space: nowrap;
        }
.tiw .visa-tab:hover {
            background: #E8ECF0;
            color: #0f586e;
        }
.tiw .visa-tab.active {
            background: #0f586e;
            color: #FFFFFF;
            box-shadow: 0 4px 14px rgba(15, 88, 110, 0.25);
        }
.tiw .form-body {
            padding: 0;
        }
.tiw .form-grid {
            display: flex;
            align-items: stretch;
            gap: 0;
            flex-wrap: nowrap;
            background: #FFFFFF;
            border-bottom: 1px solid #EEF2F5;
        }
.tiw .form-extras {
            padding: 12px 24px 16px;
        }
.tiw .form-grid > .field {
            flex: 1 1 0;
            min-width: 0;
            padding: 18px 22px;
            border-right: 1px solid #EEF2F5;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            transition: background 150ms ease;
        }
.tiw .form-grid > .field:hover {
            background: #F8FAFC;
        }
.tiw .form-grid .field-place { flex: 0.85 1 0; }
.tiw .form-grid .field-dates { flex: 1.6 1 0; min-width: 260px; }
.tiw .form-grid .field-age { flex: 0.45 0 90px; }
.tiw .form-grid .field-cov { flex: 0.85 1 0; }
.tiw .form-grid .field-ded { flex: 0.6 1 0; border-right: none; }
.tiw .actions-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            margin-top: 0;
            margin-right: 16px;
            flex-wrap: wrap;
        }
.tiw .field-label {
            font-size: 14px;
            font-weight: 800;
            color: #334155;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 8px;
        }
.tiw .field-input, .tiw .field-select {
            padding: 0;
            border: none;
            border-radius: 0;
            font-size: 17px;
            font-weight: 500;
            color: #475569;
            background: transparent;
            font-family: inherit;
            cursor: pointer;
            transition: color 150ms ease-out;
            height: auto;
            width: 100%;
            line-height: 1.2;
        }
.tiw select.field-select {
            appearance: none;
            -webkit-appearance: none;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none' stroke='%2394A3B8' stroke-width='2'><path d='M1 1l4 4 4-4'/></svg>");
            background-repeat: no-repeat;
            background-position: right 0 center;
            padding-right: 18px;
        }
.tiw .field-input::placeholder {
            color: #CBD5E1;
            font-weight: 700;
        }
.tiw .field-input:hover, .tiw .field-select:hover, .tiw .field-trigger:hover {
            color: #0f586e;
        }
.tiw .field-input:focus, .tiw .field-select:focus {
            outline: none;
            color: #0f586e;
            box-shadow: none;
        }
.tiw .field-trigger {
            padding: 0;
            border: none;
            border-radius: 0;
            font-size: 17px;
            font-weight: 500;
            color: #475569;
            background: transparent;
            cursor: pointer;
            transition: color 150ms ease-out;
            height: auto;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-family: inherit;
            text-align: left;
            line-height: 1.2;
        }
.tiw .field-trigger.active {
            color: #0f586e;
        }
.tiw .field-trigger .caret::after {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            margin-left: 10px;
            border-right: 2px solid #94A3B8;
            border-bottom: 2px solid #94A3B8;
            transform: translateY(-2px) rotate(45deg);
            transition: transform 150ms ease-out, border-color 150ms ease-out;
        }
.tiw .field-trigger:hover .caret::after {
            border-color: #17b3e4;
        }
.tiw .field-trigger.active .caret::after {
            border-color: #17b3e4;
            transform: translateY(2px) rotate(-135deg);
        }
.tiw .date-range {
            display: flex;
            align-items: center;
            gap: 8px;
        }
.tiw .date-range input {
            padding: 0;
            border: none;
            border-radius: 0;
            font-size: 17px;
            font-weight: 500;
            color: #475569;
            background: transparent;
            font-family: inherit;
            height: auto;
            width: auto;
            min-width: 0;
            flex: 1;
            line-height: 1.2;
        }
.tiw .date-range .date-sep {
            color: #94A3B8;
            font-weight: 700;
            font-size: 16px;
            flex-shrink: 0;
        }
.tiw .date-range input:focus {
            outline: none;
            color: #0f586e;
            box-shadow: none;
        }
.tiw .date-range input::-webkit-calendar-picker-indicator {
            opacity: 0.5;
            cursor: pointer;
        }
.tiw .date-locked {
            color: #94A3B8;
            cursor: not-allowed;
        }
.tiw .popover {
            position: absolute;
            top: calc(100% - 6px);
            left: 14px;
            right: 14px;
            background: #FFFFFF;
            border: 1px solid #E5E7EB;
            border-radius: 12px;
            box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
            padding: 18px;
            z-index: 20;
            display: none;
            min-width: 280px;
        }
.tiw .popover.open {
            display: block;
        }
.tiw .popover-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
        }
.tiw .popover-row + .popover-row {
            border-top: 1px solid #F3F4F6;
        }
.tiw .popover-label {
            font-size: 14px;
            font-weight: 600;
            color: #1a1a1a;
        }
.tiw .popover-sublabel {
            font-size: 11px;
            color: #6B7280;
            font-weight: 400;
            margin-top: 2px;
        }
.tiw .stepper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
.tiw .stepper-btn {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1px solid #D1D5DB;
            background: #FFFFFF;
            color: #0f586e;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            font-family: inherit;
            transition: all 150ms ease-out;
        }
.tiw .stepper-btn:hover:not(:disabled) {
            border-color: #17b3e4;
            color: #17b3e4;
        }
.tiw .stepper-btn:disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }
.tiw .stepper-value {
            font-size: 15px;
            font-weight: 700;
            color: #1a1a1a;
            min-width: 16px;
            text-align: center;
        }
.tiw .max-warning {
            font-size: 11px;
            color: #D81671;
            margin-top: 8px;
            display: none;
        }
.tiw .max-warning.show {
            display: block;
        }
.tiw .age-field {
            max-width: 100%;
        }
.tiw .extra-travellers {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 10px;
        }
.tiw .extra-travellers:empty {
            display: none;
        }
.tiw .extra-cell {
            display: flex;
            gap: 6px;
            align-items: center;
        }
.tiw .extra-cell .age-field {
            width: 90px;
            max-width: 90px;
            padding: 10px 12px;
            border: 1px solid #D1D5DB;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 700;
            color: #0F172A;
            background: #FFFFFF;
            height: 40px;
        }
.tiw .extra-cell .age-field:focus {
            outline: none;
            border-color: #17b3e4;
            box-shadow: 0 0 0 3px rgba(23, 179, 228, 0.15);
        }
.tiw .extra-remove {
            width: 32px;
            height: 32px;
            border-radius: 6px;
            border: 1px solid #E5E7EB;
            background: #FFFFFF;
            color: #9CA3AF;
            font-size: 18px;
            cursor: pointer;
            line-height: 1;
            font-family: inherit;
            flex-shrink: 0;
        }
.tiw .extra-remove:hover {
            color: #D81671;
            border-color: #D81671;
        }
.tiw .add-traveller-link {
            background: transparent;
            border: none;
            color: #17b3e4;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            padding: 2px 0;
            font-family: inherit;
            margin-bottom: 0;
        }
.tiw .add-traveller-link:hover:not(:disabled) {
            color: #0f586e;
            text-decoration: underline;
        }
.tiw .add-traveller-link:disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }
.tiw .add-icon {
            font-size: 16px;
            line-height: 1;
        }
.tiw .field-input.invalid {
            border-color: #D81671;
            background: #FEF2F4;
        }
.tiw .age-input:focus {
            outline: none;
            border-color: #17b3e4;
            box-shadow: 0 0 0 2px rgba(23, 179, 228, 0.15);
        }
.tiw .age-input.invalid {
            border-color: #D81671;
            background: #FEF2F4;
        }
.tiw .pop-group {
            margin-bottom: 12px;
        }
.tiw .pop-group:last-child {
            margin-bottom: 0;
        }
.tiw .pop-group-title {
            font-size: 12px;
            font-weight: 700;
            color: #6B7280;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }
.tiw .pop-select {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #D1D5DB;
            border-radius: 8px;
            font-size: 14px;
            background: #FFFFFF;
            font-family: inherit;
            cursor: pointer;
        }
.tiw .pop-select:focus {
            outline: none;
            border-color: #17b3e4;
        }
.tiw .checkbox-row {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            flex: 1 1 auto;
            min-width: 0;
        }
.tiw .checkbox-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            color: #374151;
            cursor: pointer;
            line-height: 1.4;
        }
.tiw .checkbox-item span {
            font-size: 12px;
        }
.tiw .checkbox-item input[type="checkbox"] {
            width: 14px;
            height: 14px;
            accent-color: #17b3e4;
            cursor: pointer;
            flex-shrink: 0;
        }
.tiw .checkbox-item .muted {
            color: #9CA3AF;
            font-size: 11px;
        }
.tiw .checkbox-item.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
.tiw .actions-row .btn-primary {
            height: 56px;
            min-width: 220px;
            flex-shrink: 0;
        }
.tiw .btn-primary {
            background: #D81671;
            color: white;
            padding: 0 32px;
            border-radius: 7px;
            font-size: 14px;
            font-weight: 800;
            border: none;
            cursor: pointer;
            font-family: inherit;
            transition: background 150ms ease-out, transform 150ms ease-out, box-shadow 150ms ease-out;
            white-space: nowrap;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            box-shadow: 0 4px 14px rgba(216, 22, 113, 0.28);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
.tiw .btn-primary::after {
            content: "";
            display: none;
        }
.tiw .btn-primary:hover {
            background: #b8145f;
            transform: translateY(-1px);
            box-shadow: 0 6px 18px rgba(216, 22, 113, 0.35);
        }
.tiw .btn-primary:hover::after {
            transform: translateX(2px);
        }
.tiw .results { display: none; }
.tiw .results.visible { display: block; }
.tiw .providers-wrap {
            background: #F3F4F6; border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,.08);
        }
.tiw #providerList { padding: 23px; display: flex; flex-direction: column; gap: 18px; }
.tiw .provider-row {
            background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 12px;
            overflow: hidden; position: relative; transition: box-shadow .15s;
        }
.tiw .provider-row:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); border-color: #D1D5DB; }
.tiw .provider-card {
            padding: 30px 38px; display: grid;
            grid-template-columns: 230px minmax(0,1fr) 250px;
            gap: 28px; align-items: stretch;
            box-sizing: border-box; width: 100%;
        }
.tiw .provider-company {
            display: flex; flex-direction: column; align-items: center;
            justify-content: center; text-align: center; gap: 10px;
        }
.tiw .provider-company img { max-width: 207px; max-height: 67px; object-fit: contain; }
.tiw .provider-plan-name { font-size: 13px; font-weight: 600; color: #475569; text-align: center; }
.tiw .provider-rating {
            display: inline-flex; flex-direction: row; align-items: center; flex-wrap: nowrap;
            gap: 6px; font-size: 15px; font-weight: 700; color: #1a1a1a; line-height: 16px;
        }
.tiw .provider-rating .stars { display: inline-flex; align-items: center; gap: 1px; line-height: 0; flex-shrink: 0; }
.tiw .provider-rating .stars > * { vertical-align: middle; }
.tiw .star-svg { display: block; width: 16px; height: 16px; flex-shrink: 0; }
.tiw .provider-rating .rating-number { display: inline-flex; align-items: center; height: 16px; font-weight: 700; line-height: 1; white-space: nowrap; }
.tiw .provider-features {
            align-self: stretch;
            display: flex;
            flex-direction: column;
            background: transparent;
            min-height: 276px;
            gap: 16px;
            min-width: 0;
        }
.tiw .feature-tabs {
            display: flex;
            background: #F3F4F6;
            border-radius: 999px;
            padding: 4px;
            gap: 2px;
            min-width: 0;
        }
.tiw .feature-tab {
            flex: 1 1 0;
            min-width: 0;
            background: transparent;
            border: none;
            padding: 11px 8px;
            font-family: inherit;
            font-size: 12.5px;
            font-weight: 700;
            color: #6B7280;
            cursor: pointer;
            border-radius: 999px;
            transition: color 150ms ease-out, background 150ms ease-out, box-shadow 150ms ease-out;
            white-space: nowrap;
            text-align: center;
        }
.tiw .feature-tab:hover {
            color: #0f586e;
        }
.tiw .feature-tab.active {
            color: #17b3e4;
            background: #FFFFFF;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        }
.tiw .feature-tab-panel {
            display: none;
            font-size: 15px;
            color: #374151;
            line-height: 1.5;
            position: relative;
        }
.tiw .feature-tab-panel.active { display: block; }
.tiw .panel-scroll { padding: 5px; max-height: 265px; overflow-y: auto; }
.tiw .feature-tab-panel .benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; }
.tiw .feature-tab-panel p { margin-bottom: 10px; }
.tiw .feature-tab-panel p:last-child { margin-bottom: 0; }
.tiw .feature-tab-panel ul { margin: 0 0 12px; padding-left: 20px; }
.tiw .feature-tab-panel li { margin-bottom: 6px; line-height: 1.5; }
.tiw .feature-tab-panel strong { color: #1a2332; }
.tiw .feature-line { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; color: #374151; line-height: 1.45; }
.tiw .feature-icon { color: #17b3e4; font-weight: 700; font-size: 18px; line-height: 1.4; flex-shrink: 0; min-width: 19px; }
.tiw .feature-line strong { color: #1a1a1a; font-weight: 700; display: block; font-size: 15px; margin-bottom: 3px; }
.tiw .provider-action {
            display: flex; flex-direction: column; align-items: center;
            justify-content: center; gap: 6px; align-self: center;
        }
.tiw .provider-price { font-size: 50px; font-weight: 900; color: #D81671; line-height: 1; letter-spacing: -1px; }
.tiw .price-suffix { font-size: 0.5em; font-weight: 900; margin-left: 2px; letter-spacing: 0; }
.tiw .price-upfront { font-size: 13.5px; font-weight: 600; color: #6B7280; margin-top: 7px; text-align: center; }
.tiw .btn-buy {
            background: #D81671; color: white; padding: 14px 18px; border-radius: 7px;
            font-size: 15px; font-weight: 700; border: none; cursor: pointer; font-family: inherit;
            transition: background .15s; width: 100%; max-width: 230px;
            white-space: nowrap; text-transform: uppercase; letter-spacing: .5px;
        }
.tiw .btn-buy:hover { background: #b8145f; }
.tiw .btn-advisor {
            background: #FFFFFF; color: #0f586e; padding: 14px 18px; border-radius: 7px;
            font-size: 15px; font-weight: 700; border: 1px solid #0f586e; cursor: pointer; font-family: inherit;
            transition: background .15s, color .15s; width: 100%; max-width: 230px;
            white-space: nowrap; text-transform: uppercase; letter-spacing: .5px;
            text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 6px;
        }
.tiw .btn-advisor:hover { background: #0f586e; color: #FFFFFF; }
.tiw .pre-ex-tag { position: absolute; top: 14px; right: 14px; z-index: 2; padding: 0; background: transparent; }
.tiw .pre-ex-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--cyan, #17b3e4); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 2px 8px rgba(23,179,228,.30);
}
.tiw .pre-ex-badge::before {
  content: ""; width: 13px; height: 13px; flex-shrink: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M20 6L9 17l-5-5' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
}
.tiw .pre-ex-logo { width: 192px; height: auto; display: block; }
.tiw .detailed-review { border-top: 1px solid #E5E7EB; background: #FAFBFC; }
.tiw .detailed-review-toggle {
            width: 100%; background: transparent; border: none; padding: 21px 38px;
            display: flex; align-items: center; justify-content: space-between;
            cursor: pointer; font-family: inherit; font-size: 17px; font-weight: 700;
            color: #0f586e; transition: background .15s;
        }
.tiw .detailed-review-toggle:hover { background: #F3F4F6; }
.tiw .detailed-review-chevron { font-size: 18px; color: #0f586e; transition: transform .2s; display: inline-block; }
.tiw .detailed-review.open .detailed-review-chevron { transform: rotate(180deg); }
.tiw .detailed-review-body { display: none; padding: 5px 38px 30px; font-size: 15px; color: #374151; line-height: 1.65; }
.tiw .detailed-review.open .detailed-review-body { display: block; }
@media (max-width: 900px) {
  .tiw .form-grid { flex-wrap: wrap; gap: 0; }
  .tiw .form-grid > .field { flex: 1 1 50%; border-bottom: 1px solid #EEF2F5; }
  .tiw .form-grid > .field:nth-child(2n) { border-right: none; }
  .tiw .actions-row { flex-direction: column; align-items: stretch; gap: 16px; }
  .tiw .actions-row .btn-primary { width: 100%; max-width: 320px; align-self: center; }
  .tiw .provider-card { grid-template-columns: 1fr; gap: 20px; padding: 22px 20px; }
  .tiw .provider-company, .tiw .provider-action { align-items: center; text-align: center; }
  .tiw .btn-buy, .tiw .btn-advisor { max-width: 280px; }
}
@media (max-width: 600px) {
  .tiw .form-grid { flex-direction: column; gap: 0; }
  .tiw .form-grid > .field { flex: 1 1 100%; border-right: none; }
  .tiw .feature-tabs { display: none; }
  .tiw .feature-tab-panel { display: block; border-top: 1px solid #E5E7EB; }
  .tiw .feature-tab-panel .panel-scroll { display: none; max-height: none; padding: 4px 16px 16px; font-size: 14px; }
  .tiw .feature-tab-panel.active .panel-scroll { display: block; }
  .tiw .provider-action { flex-direction: row; gap: 10px; }
  .tiw .provider-action .btn-buy, .tiw .provider-action .btn-advisor { flex: 1 1 50%; max-width: none; padding: 14px 16px; font-size: 14px; }
  .tiw .detailed-review-toggle { padding: 14px 18px; font-size: 15px; }
  .tiw .detailed-review-body { padding: 4px 18px 20px; font-size: 14px; }
}


/* ════════════════════════════════════════════
   HERO RESTRUCTURE + EMBEDDED TRAVEL WIDGET BAR
   ════════════════════════════════════════════ */

/* Hero becomes a single centered column; the widget bar straddles the hero edge */
.hero { overflow: visible; padding: 56px 0 150px; }
.hero .container { flex-direction: column; align-items: stretch; gap: 0; }
.hero-text {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 28px;
}
.hero-text .hero-eyebrow { margin-left: auto; margin-right: auto; margin-bottom: 16px; }
.hero-text h1 { margin-bottom: 14px; }
.hero-lead { margin: 0 auto 16px; }
.hero-points {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  text-align: left;
  margin: 0 auto;
}

/* The widget bar lives in its own wrapper AFTER the hero, pulled up to overlap the
   hero bottom. Because it is outside .hero, growing the form never stretches the hero. */
.hero-bar-wrap {
  position: relative;
  z-index: 3;
  margin-top: -110px;   /* pull the bar up so its top overlaps the hero image */
}
/* Full-width widget bar — breaks out of the 1140px container to span near-viewport width */
.hero-bar {
  position: relative;
  /* full-bleed breakout from the centered .container */
  width: calc(100vw - 64px);
  max-width: 1640px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-bar .tiw { width: 100%; }
.hero-bar .tiw-widget {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(8, 40, 52, 0.12);
}
/* Results live in their own component below the form */
.results-section {
  position: relative;
  z-index: 1;
  background: var(--white);
  padding-top: 28px;
}
.results-section .tiw {
  width: calc(100vw - 64px);
  max-width: 1640px;
  margin: 0 auto;
}
.results-section .results { max-width: 100%; margin: 0 auto; }
/* Provider results: square off the top since the form sits above, not attached */
.results-section .providers-wrap { border-radius: 12px; }
/* Form keeps its rounded corners — results are detached, not glued below it */
.hero-bar .tiw-widget.has-results {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* When results are visible, add breathing room before the next section */
.results-section:has(.results.visible) { padding-bottom: 8px; }

/* Pagination bar under the 3 visible plans */
.results-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 8px 23px 22px;
}
.results-pagination .rp-info {
  font-size: 14px;
  font-weight: 600;
  color: #6B7280;
}
.results-pagination .rp-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.results-pagination .rp-pages { display: flex; gap: 6px; }
.results-pagination .rp-page,
.results-pagination .rp-nav {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #D5DBE3;
  background: #FFFFFF;
  color: #334155;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color .15s, color .15s, background .15s;
}
.results-pagination .rp-page { padding: 0; }
.results-pagination .rp-page:hover,
.results-pagination .rp-nav:not(:disabled):hover {
  border-color: var(--cyan);
  color: var(--cyan);
}
.results-pagination .rp-page.active {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #FFFFFF;
}
.results-pagination .rp-nav:disabled { opacity: .45; cursor: not-allowed; }
@media (max-width: 600px){
  .results-pagination { justify-content: center; }
  .results-pagination .rp-info { width: 100%; text-align: center; }
}

@media (max-width: 860px){
  .hero { padding: 40px 0 120px; }
  .hero .container { flex-direction: column; }
  .hero-text { padding-bottom: 22px; }
  .hero-bar-wrap { margin-top: -90px; }
}
@media (max-width: 600px){
  .hero { padding: 56px 0 52px; }
  .hero-text { padding-bottom: 8px; text-align: center; }
  .hero-text h1 { font-size: 30px; text-align: center; padding: 0 6px; text-wrap: balance; }
  .hero-lead { font-size: 19px; line-height: 1.5; max-width: 20em; padding: 0 8px; }
  .hero-bar-wrap { margin-top: 0; }
  .hero-bar { width: 100%; left: auto; transform: none; }
  .results-section { padding-top: 28px; }
  .results-section .tiw { width: 100%; }
}

/* Compact the widget ~20% shorter (tighter vertical rhythm) */
.tiw .widget-header { padding: 11px 24px 6px; }
.tiw .form-grid > .field { padding: 13px 22px; }
.tiw .form-extras { padding: 10px 24px 12px; }
.tiw .field-label { margin-bottom: 6px; }
.tiw .actions-row .btn-primary { height: 46px; }

  /* ── Hero background: Toronto cityscape with teal overlay (VTC) ── */
  .hero {
    background:
      linear-gradient(105deg, rgba(8,40,52,.92) 0%, rgba(11,69,85,.80) 42%, rgba(11,69,85,.45) 100%),
      url("./toronto-ontario-canada-cityscape-on-lake-ontario-2026-03-24-11-40-04-utc.jpg");
    background-size: cover;
    background-position: center 38%;
  }
  @media (max-width: 860px){ .hero { background-position: center 40%; } }

/* ══ BUY MODAL (from production widget) ══ */
#buyModal {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(15,33,55,.55); backdrop-filter: blur(3px);
  align-items: center; justify-content: center; padding: 16px;
}
#buyModal.open { display: flex; }
.modal-box {
  background: #fff; border-radius: 16px; padding: 32px 28px;
  max-width: 480px; width: 100%; box-shadow: 0 24px 60px rgba(11,69,85,.18); position: relative;
}
.modal-close { position: absolute; top: 14px; right: 14px; background: none; border: none; cursor: pointer; font-size: 22px; color: var(--muted); line-height: 1; }
.modal-close:hover { color: var(--body); }
.modal-title { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 6px; padding-right: 28px; }
.modal-subtitle { font-size: 14px; color: var(--muted); margin-bottom: 22px; line-height: 1.55; }
.modal-field { margin-bottom: 14px; }
.modal-label { display: block; font-size: 13px; font-weight: 600; color: var(--body); margin-bottom: 6px; }
.modal-input {
  width: 100%; padding: 10px 12px; border: 1.5px solid #D1D5DB;
  border-radius: 8px; font-size: 14px; font-family: inherit;
  outline: none; color: #111827; background: #fff; transition: border-color .15s, box-shadow .15s;
}
.modal-input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(23,179,228,.15); }
.modal-input.invalid { border-color: #ef4444; background: #fef2f2; }
.modal-static {
  width: 100%; padding: 10px 12px; border: 1px solid #D1D5DB;
  background: var(--bg); border-radius: 8px; font-size: 14px; color: var(--body);
}
.modal-req { color: var(--magenta); }
.modal-opt { font-size: 12px; font-weight: 400; color: var(--light); }
.modal-error-box {
  display: none; background: #fef2f2; border: 1px solid #ef4444;
  border-radius: 8px; padding: 10px 14px; font-size: 13px; color: #dc2626; margin-bottom: 14px;
}
.btn-modal-submit {
  display: block; width: 100%; padding: 13px;
  background: var(--magenta); color: #fff; border: none; border-radius: 8px;
  font-size: 14px; font-weight: 800; cursor: pointer;
  letter-spacing: .06em; text-transform: uppercase; font-family: inherit; transition: background .15s;
}
.btn-modal-submit:hover { background: var(--magenta-hover); }
.btn-modal-submit:disabled { background: #e891b4; cursor: not-allowed; }
.modal-privacy { font-size: 11px; color: var(--light); text-align: center; margin-top: 12px; line-height: 1.5; }
.modal-privacy a { color: var(--muted); text-decoration: underline; }
.error-msg { color: #D81671; font-size: 11px; margin-top: 4px; }

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

/* ══ THANK YOU OVERLAY (from production widget) ══ */
.ty-overlay {
  position: fixed; inset: 0; z-index: 99999;
  background: radial-gradient(1100px 600px at 50% -10%, rgba(23,179,228,0.10), transparent 60%),
              linear-gradient(180deg, #f4fbfe 0%, #ffffff 55%);
  overflow-y: auto;
}
.ty-page {
  min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px;
}
.ty-card {
  width: 100%; max-width: 560px; background: #fff;
  border: 1px solid rgba(15,33,55,0.06); border-radius: 20px;
  box-shadow: 0 24px 60px rgba(11,69,85,0.12), 0 4px 14px rgba(11,69,85,0.06);
  padding: 48px 44px 40px; text-align: center;
  animation: ty-rise .5s ease both;
}
@keyframes ty-rise { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
.ty-logo { display: inline-flex; align-items: center; margin-bottom: 30px; text-decoration: none; }
.ty-logo img { height: 40px; width: auto; object-fit: contain; }
.ty-check {
  width: 84px; height: 84px; margin: 0 auto 24px; border-radius: 50%;
  background: linear-gradient(135deg, #e8f7fc, #d3eefb);
  display: grid; place-items: center; position: relative;
}
.ty-check::before {
  content: ''; position: absolute; inset: -8px; border-radius: 50%;
  border: 2px solid rgba(23,179,228,0.18); animation: ty-pulse 2s ease-out infinite;
}
@keyframes ty-pulse { 0% { transform:scale(0.9); opacity:0.8; } 100% { transform:scale(1.25); opacity:0; } }
.ty-check svg { width: 42px; height: 42px; }
.ty-check svg path { stroke-dasharray: 32; stroke-dashoffset: 32; animation: ty-draw .5s .25s ease forwards; }
@keyframes ty-draw { to { stroke-dashoffset: 0; } }
.ty-card h1 {
  font-size: clamp(26px, 4.5vw, 32px); font-weight: 900; letter-spacing: -0.025em;
  color: #1a2332; line-height: 1.15; margin-bottom: 12px;
}
.ty-lead { font-size: 16.5px; color: #374151; line-height: 1.65; max-width: 42em; margin: 0 auto 26px; }
.ty-lead strong { color: #1a2332; font-weight: 700; }
.ty-redirect {
  display: inline-flex; align-items: center; gap: 11px;
  background: #e8f7fc; border: 1px solid rgba(23,179,228,0.22);
  border-radius: 999px; padding: 10px 20px; font-size: 14.5px; font-weight: 700; color: #0a4c5e;
}
.ty-spinner {
  width: 18px; height: 18px; border: 2.5px solid rgba(23,179,228,.30);
  border-top-color: #17b3e4; border-radius: 50%; animation: ty-spin .7s linear infinite; flex-shrink: 0;
}
.ty-actions { margin-top: 28px; }
.ty-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 0 30px; border-radius: 8px; background: #d81671;
  color: #fff; font-family: inherit; font-size: 15px; font-weight: 800;
  letter-spacing: .3px; border: none; cursor: pointer; text-decoration: none;
  transition: background .2s ease, transform .15s ease;
}
.ty-btn:hover { background: #c01060; transform: translateY(-1px); }
.ty-btn svg { width: 17px; height: 17px; }
.ty-foot {
  margin-top: 26px; padding-top: 22px; border-top: 1px solid #E5E7EB;
  font-size: 13.5px; color: #6B7280; line-height: 1.55;
}
.ty-foot a { color: #17b3e4; font-weight: 700; text-decoration: none; }
.ty-foot a:hover { text-decoration: underline; }

