:root {
  --navy: #071b33;
  --navy-2: #0d2a4d;
  --blue: #145da0;
  --cyan: #1da9d7;
  --teal: #00a78e;
  --orange: #ff7a1a;
  --orange-dark: #e96200;
  --ink: #14243a;
  --muted: #63738a;
  --line: #dce6f0;
  --soft: #f4f8fc;
  --white: #fff;
  --success: #0a8e76;
  --shadow: 0 20px 55px rgba(8, 37, 67, .14);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 14px; background: #fff; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(220,230,240,.9); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { flex: 0 0 42px; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 16px; color: var(--navy); }
.brand small { font-size: 11px; color: var(--muted); margin-top: 4px; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.availability { color: var(--muted); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.availability i { width: 9px; height: 9px; background: #16b07f; border-radius: 50%; box-shadow: 0 0 0 5px rgba(22,176,127,.12); }
.call-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 15px; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #fff; text-decoration: none; font-weight: 700; box-shadow: 0 14px 28px rgba(255, 108, 15, .24); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.call-button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(255, 108, 15, .31); }
.call-button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(29,169,215,.4); outline-offset: 3px; }
.call-button span:not(.phone-circle):not(.phone-icon) { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.12; }
.call-button small { font-size: 10px; font-weight: 600; opacity: .88; text-transform: uppercase; letter-spacing: .5px; }
.call-button strong { font-size: 15px; }
.call-button--compact { padding: 10px 16px; min-width: 220px; }
.phone-icon { font-size: 23px; }
.hero { position: relative; overflow: hidden; padding: 78px 0 66px; background: radial-gradient(circle at 15% 30%, rgba(29,169,215,.14), transparent 28%), linear-gradient(135deg, #f9fcff 0%, #edf8ff 58%, #f8fbff 100%); }
.hero::before { content: ''; position: absolute; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(20,93,160,.08); right: -120px; top: -160px; box-shadow: 0 0 0 45px rgba(20,93,160,.025), 0 0 0 90px rgba(20,93,160,.02); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 58px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; color: var(--blue); background: rgba(20,93,160,.08); border: 1px solid rgba(20,93,160,.1); border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.hero h1 { margin: 19px 0 18px; color: var(--navy); font-size: clamp(40px, 5vw, 68px); line-height: 1.05; letter-spacing: -2.5px; max-width: 720px; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 620px; font-size: 18px; color: var(--muted); margin: 0 0 24px; }
.service-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.service-pills button { border: 1px solid #d8e5f0; background: #fff; color: var(--navy-2); border-radius: 999px; padding: 9px 13px; font-size: 13px; font-weight: 700; cursor: pointer; box-shadow: 0 6px 20px rgba(8,37,67,.05); }
.call-button--hero { padding: 14px 23px; min-width: 286px; }
.phone-circle { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.18); font-size: 22px; }
.call-button--hero strong, .call-button--form strong, .call-button--light strong { font-size: 18px; }
.microcopy { font-size: 11px; color: var(--muted); margin: 10px 0 24px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: #465c72; font-size: 12px; font-weight: 650; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row img { width: 18px; height: 18px; }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-visual > img { width: 100%; max-width: 560px; filter: drop-shadow(0 32px 35px rgba(6,41,72,.15)); }
.floating-card { position: absolute; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow); border-radius: 17px; padding: 13px 17px; min-width: 128px; display: grid; backdrop-filter: blur(8px); }
.floating-card span { font-size: 10px; text-transform: uppercase; letter-spacing: .8px; color: var(--muted); font-weight: 800; }
.floating-card strong { font-size: 25px; color: var(--navy); line-height: 1.2; }
.floating-card small { font-size: 11px; color: var(--muted); }
.floating-card--one { left: -8px; top: 120px; }
.floating-card--two { right: -2px; bottom: 105px; }
.floating-call { position: absolute; left: 50%; transform: translateX(-50%); bottom: 34px; display: flex; align-items: center; gap: 8px; background: var(--navy); color: #fff; border-radius: 999px; padding: 10px 15px; font-size: 12px; font-weight: 700; box-shadow: var(--shadow); }
.assistance-strip { background: var(--navy); color: #fff; }
.assistance-grid { min-height: 104px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.assistance-grid > div { display: flex; align-items: center; gap: 14px; padding: 18px 28px; border-right: 1px solid rgba(255,255,255,.11); }
.assistance-grid > div:last-child { border-right: 0; }
.assistance-grid span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(29,169,215,.18); color: #70d4ef; font-weight: 800; }
.assistance-grid p { display: flex; flex-direction: column; margin: 0; line-height: 1.25; }
.assistance-grid strong { font-size: 14px; }
.assistance-grid small { margin-top: 5px; color: #9eb1c5; }
.form-section { padding: 92px 0; background: #fff; }
.form-grid { display: grid; grid-template-columns: .77fr 1.23fr; gap: 60px; align-items: start; }
.section-copy h2, .section-heading h2, .trust-copy h2, .faq-grid h2 { margin: 17px 0 13px; color: var(--navy); font-size: clamp(31px, 3.3vw, 46px); line-height: 1.13; letter-spacing: -1.4px; }
.section-copy > p, .section-heading > p, .trust-copy > p { color: var(--muted); }
.info-card { display: flex; gap: 14px; padding: 17px; margin: 28px 0; background: var(--soft); border: 1px solid var(--line); border-radius: 17px; }
.info-card img { width: 26px; height: 26px; }
.info-card p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.airline-note { padding-top: 8px; }
.airline-note > p { font-size: 12px; color: var(--muted); text-transform: uppercase; font-weight: 800; letter-spacing: .5px; }
.airline-logos { display: flex; flex-wrap: wrap; gap: 9px; }
.airline-logos span { display: inline-flex; gap: 8px; align-items: center; padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; font-weight: 700; background: #fff; }
.delta-mark { color: #d71920; }
.united-mark { color: #154f9c; }
.trip-form { background: #fff; border: 1px solid var(--line); border-radius: 25px; padding: 28px; box-shadow: var(--shadow); }
.trip-form fieldset { border: 0; padding: 0; margin: 0 0 23px; }
.trip-form legend { font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.service-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.service-tab { position: relative; display: grid; grid-template-columns: 35px 1fr; grid-template-rows: auto auto; column-gap: 8px; padding: 14px 11px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; background: #fff; transition: .2s ease; }
.service-tab input { position: absolute; opacity: 0; pointer-events: none; }
.service-tab.active { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,93,160,.09); background: #f6fbff; }
.service-icon { grid-row: 1 / 3; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--blue); background: rgba(20,93,160,.09); font-size: 18px; font-weight: 800; }
.service-tab strong { font-size: 13px; color: var(--navy); }
.service-tab small { font-size: 10px; color: var(--muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 15px; }
.form-row--three { grid-template-columns: 1fr 1fr .8fr; }
.trip-form > label { margin-bottom: 15px; }
.trip-form label { display: flex; flex-direction: column; gap: 7px; color: #2a3e55; font-size: 12px; font-weight: 800; }
.trip-form input, .trip-form select { width: 100%; height: 49px; border: 1px solid #cfdae6; background: #fbfdff; border-radius: 11px; padding: 0 13px; color: var(--ink); font-size: 14px; font-weight: 500; }
.trip-form input::placeholder { color: #94a0ae; }
.optional { color: var(--muted); font-weight: 500; }
.hidden { display: none !important; }
.consent-row { flex-direction: row !important; align-items: flex-start; gap: 10px !important; padding: 12px 0; font-size: 11px !important; font-weight: 500 !important; color: var(--muted) !important; }
.consent-row input { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; }
.form-error { min-height: 20px; color: #b33232; font-size: 12px; font-weight: 700; margin-bottom: 5px; }
.call-button--form { width: 100%; min-height: 63px; }
.form-privacy { text-align: center; color: var(--muted); font-size: 10px; margin: 10px 0 0; }
.services-section { padding: 88px 0; background: var(--soft); }
.center { text-align: center; max-width: 760px; margin: 0 auto 38px; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-cards article { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 30px rgba(8,37,67,.06); }
.card-icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: var(--blue); background: linear-gradient(145deg, #e9f6fd, #edf2ff); font-weight: 900; font-size: 23px; }
.service-cards h3 { margin: 20px 0 10px; color: var(--navy); }
.service-cards p { color: var(--muted); font-size: 14px; min-height: 84px; }
.text-call { display: flex; justify-content: space-between; align-items: center; color: var(--blue); font-weight: 800; text-decoration: none; border-top: 1px solid var(--line); padding-top: 16px; }
.trust-section { padding: 88px 0; }
.trust-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.trust-visual { background: linear-gradient(145deg, #e8f6fb, #eef3ff); border-radius: 32px; padding: 25px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 28px; }
.check-list li { position: relative; padding: 0 0 12px 30px; color: #40546a; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: rgba(0,167,142,.12); color: var(--teal); font-size: 12px; font-weight: 900; }
.call-button--secondary { padding: 14px 20px; }
.faq-section { padding: 90px 0; background: var(--navy); color: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.faq-grid h2 { color: #fff; }
.faq-grid .eyebrow { color: #9ce3f4; border-color: rgba(156,227,244,.18); background: rgba(156,227,244,.08); }
.accordion details { border-bottom: 1px solid rgba(255,255,255,.14); padding: 18px 0; }
.accordion summary { cursor: pointer; font-weight: 750; list-style: none; display: flex; justify-content: space-between; }
.accordion summary::after { content: '+'; color: #71d6ee; }
.accordion details[open] summary::after { content: '−'; }
.accordion p { color: #a9bbca; margin-bottom: 2px; font-size: 14px; }
.final-cta { padding: 66px 0; background: linear-gradient(135deg, #12659c, #0b3c6a); color: #fff; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta span { font-size: 12px; text-transform: uppercase; letter-spacing: .7px; color: #9fe4f4; font-weight: 800; }
.final-cta h2 { margin: 5px 0 8px; font-size: clamp(27px, 3vw, 40px); line-height: 1.1; }
.final-cta p { margin: 0; color: #c2d5e5; }
.call-button--light { background: #fff; color: var(--navy); box-shadow: 0 18px 36px rgba(0,0,0,.17); padding: 13px 20px; flex: 0 0 auto; }
.call-button--light .phone-circle { background: rgba(20,93,160,.1); }
.call-button--light span { color: var(--navy); }
.site-footer { background: #061627; color: #b1c0cf; padding: 62px 0 90px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 45px; padding-bottom: 34px; }
.brand--footer strong { color: #fff; }
.footer-grid > div:first-child p { max-width: 360px; font-size: 13px; }
.footer-grid h3 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .7px; }
.footer-grid a { display: block; text-decoration: none; margin: 8px 0; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-phone { color: #7bdcf2; font-weight: 800; font-size: 15px !important; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; font-size: 10px; line-height: 1.65; color: #8093a6; }
.mobile-call-bar { display: none; }
.scroll-toast { position: fixed; right: 22px; bottom: 22px; z-index: 100; width: min(470px, calc(100% - 30px)); padding: 15px 15px 15px 17px; display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 20px 60px rgba(3,27,50,.25); transform: translateY(140%); opacity: 0; visibility: hidden; transition: .28s ease; }
.scroll-toast.show { transform: translateY(0); opacity: 1; visibility: visible; }
.popup-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 13px; font-size: 20px; }
.scroll-toast strong { font-size: 13px; color: var(--navy); }
.scroll-toast p { margin: 2px 0 0; font-size: 11px; color: var(--muted); }
.scroll-toast > a { text-decoration: none; color: #fff; background: var(--orange); padding: 10px 13px; border-radius: 10px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.popup-close { position: absolute; right: 8px; top: 7px; width: 28px; height: 28px; border: 0; background: transparent; color: #718096; font-size: 22px; cursor: pointer; }
.scroll-toast .popup-close { right: -8px; top: -12px; background: var(--navy); color: #fff; border-radius: 50%; font-size: 16px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 20px; background: rgba(2,20,39,.66); backdrop-filter: blur(5px); opacity: 0; visibility: hidden; transition: .2s ease; }
.modal-backdrop.show { opacity: 1; visibility: visible; }
.call-modal, .summary-modal { position: relative; width: min(460px, 100%); background: #fff; border-radius: 25px; padding: 31px; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,.28); transform: scale(.95); transition: .2s ease; }
.modal-backdrop.show .call-modal, .modal-backdrop.show .summary-modal { transform: scale(1); }
.modal-plane { width: 60px; height: 60px; margin: 0 auto 14px; border-radius: 18px; display: grid; place-items: center; color: var(--blue); background: #eaf5fb; font-size: 30px; }
.modal-kicker { color: var(--blue); font-size: 11px; text-transform: uppercase; letter-spacing: .7px; font-weight: 800; }
.call-modal h2, .summary-modal h2 { margin: 7px 0 10px; color: var(--navy); font-size: 28px; line-height: 1.15; }
.call-modal p, .summary-modal > p { color: var(--muted); font-size: 13px; }
.modal-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 19px 0; }
.modal-services button { border: 1px solid var(--line); border-radius: 10px; background: var(--soft); padding: 10px 5px; color: var(--navy); font-size: 11px; font-weight: 800; cursor: pointer; }
.call-button--modal { width: 100%; min-height: 54px; }
.call-modal > small { display: block; margin-top: 11px; color: var(--muted); }
.summary-modal { text-align: left; width: min(540px, 100%); }
.trip-summary { margin: 18px 0; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.trip-summary div { display: grid; grid-template-columns: 145px 1fr; gap: 12px; padding: 10px 13px; border-bottom: 1px solid var(--line); font-size: 12px; }
.trip-summary div:last-child { border-bottom: 0; }
.trip-summary span { color: var(--muted); }
.trip-summary strong { color: var(--navy); word-break: break-word; }
@media (max-width: 980px) {
  .availability { display: none; }
  .hero-grid, .form-grid, .trust-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead, .trust-row, .service-pills { justify-content: center; margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 420px; max-width: 650px; margin: 0 auto; width: 100%; }
  .form-grid { gap: 34px; }
  .section-copy { max-width: 720px; }
  .service-cards { grid-template-columns: 1fr; }
  .service-cards p { min-height: 0; }
  .trust-visual { max-width: 620px; margin: 0 auto; }
  .faq-grid { gap: 30px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { position: relative; }
  .nav-wrap { min-height: 66px; }
  .header-actions .call-button { min-width: 0; padding: 10px 12px; }
  .header-actions .call-button span:last-child { display: none; }
  .hero { padding: 48px 0 34px; }
  .hero h1 { font-size: 43px; letter-spacing: -1.8px; }
  .hero-lead { font-size: 16px; }
  .hero-visual { min-height: 330px; margin-top: 15px; }
  .floating-card { min-width: 105px; padding: 9px 12px; }
  .floating-card strong { font-size: 20px; }
  .floating-card--one { top: 63px; }
  .floating-card--two { bottom: 80px; }
  .floating-call { bottom: 22px; }
  .assistance-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .assistance-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 13px 4px; }
  .assistance-grid > div:last-child { border-bottom: 0; }
  .form-section, .services-section, .trust-section, .faq-section { padding: 62px 0; }
  .trip-form { padding: 18px; border-radius: 19px; }
  .service-tabs { grid-template-columns: 1fr; }
  .service-tab { grid-template-columns: 36px 1fr; }
  .form-row, .form-row--three { grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
  .form-row > label { margin-bottom: 14px; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .call-button--light { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / 3; }
  .site-footer { padding-bottom: 120px; }
  .mobile-call-bar { display: block; position: fixed; z-index: 90; bottom: 0; left: 0; right: 0; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(8,37,67,.12); }
  .mobile-call-bar a { min-height: 54px; display: grid; grid-template-columns: 38px auto 1fr; align-items: center; gap: 8px; padding: 6px 13px; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #fff; border-radius: 13px; text-decoration: none; }
  .mobile-call-bar span { width: 35px; height: 35px; display: grid; place-items: center; background: rgba(255,255,255,.16); border-radius: 50%; }
  .mobile-call-bar strong { font-size: 16px; }
  .mobile-call-bar small { justify-self: end; font-weight: 700; }
  .scroll-toast { left: 14px; right: 14px; bottom: 83px; grid-template-columns: 40px 1fr; }
  .scroll-toast > a { grid-column: 1 / 3; text-align: center; }
  .call-modal, .summary-modal { padding: 25px 19px; }
  .modal-services { grid-template-columns: 1fr; }
  .trip-summary div { grid-template-columns: 1fr; gap: 2px; }
}
@media (max-width: 430px) {
  .brand small { display: none; }
  .hero h1 { font-size: 38px; }
  .call-button--hero { width: 100%; }
  .trust-row { gap: 10px; }
  .floating-card--one { left: -4px; }
  .floating-card--two { right: -3px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* ============================================================
   RESPONSIVE PHOTO-LED REFRESH
   ============================================================ */
html { overflow-x: hidden; }
body { overflow-x: hidden; background: #ffffff; }
img { height: auto; }

.site-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.9);
  border-bottom-color: rgba(213,226,239,.88);
  box-shadow: 0 8px 28px rgba(7,27,51,.04);
}
.nav-wrap { min-height: 78px; }

.hero {
  padding: clamp(54px, 7vw, 94px) 0 clamp(48px, 6vw, 78px);
  background:
    radial-gradient(circle at 8% 20%, rgba(29,169,215,.17), transparent 27%),
    radial-gradient(circle at 94% 14%, rgba(255,122,26,.09), transparent 24%),
    linear-gradient(135deg, #fbfdff 0%, #edf7ff 54%, #f8fcff 100%);
}
.hero::after {
  content: '';
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -120px;
  height: 190px;
  background: rgba(255,255,255,.56);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
  gap: clamp(36px, 5vw, 68px);
}
.hero-copy { min-width: 0; }
.hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.4vw, 72px);
  letter-spacing: clamp(-3px, -.22vw, -1.4px);
}
.hero-lead { font-size: clamp(16px, 1.6vw, 19px); }
.service-pills button { transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.service-pills button:hover { transform: translateY(-2px); border-color: rgba(20,93,160,.35); background: #f5fbff; }

.hero-visual {
  min-width: 0;
  min-height: 0;
  display: block;
  padding: 28px 18px 46px 34px;
}
.hero-photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  border-radius: 32px;
  background: #dbe8f3;
  box-shadow: 0 32px 75px rgba(7, 34, 62, .24);
  isolation: isolate;
}
.hero-photo-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: inherit;
  pointer-events: none;
}
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 50%;
  transform: scale(1.015);
}
.hero-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(3,22,41,.02) 46%, rgba(3,22,41,.7) 100%);
}
.hero-photo-label {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.hero-photo-label > span {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(255,255,255,.17);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(8px);
  font-size: 23px;
}
.hero-photo-label div { display: grid; line-height: 1.25; }
.hero-photo-label strong { font-size: 15px; }
.hero-photo-label small { color: rgba(255,255,255,.76); font-size: 11px; }
.hero-visual .floating-card {
  z-index: 4;
  min-width: 132px;
  border: 1px solid rgba(222,235,246,.86);
}
.hero-visual .floating-card--one { left: 0; top: 92px; }
.hero-visual .floating-card--two { right: 0; bottom: 104px; }
.hero-visual .floating-call { z-index: 4; bottom: 0; white-space: nowrap; }

.assistance-strip { position: relative; z-index: 2; }
.assistance-grid > div { min-width: 0; }
.assistance-grid p { min-width: 0; }

.form-section { padding: clamp(70px, 8vw, 106px) 0; }
.form-grid { grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(38px, 5vw, 68px); }
.trip-form { min-width: 0; }
.trip-form input, .trip-form select { min-width: 0; }
.service-tabs { min-width: 0; }
.service-tab { min-width: 0; }

.services-section { padding: clamp(70px, 8vw, 100px) 0; }
.service-cards article { position: relative; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.service-cards article::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  right: -52px;
  top: -52px;
  border-radius: 50%;
  background: rgba(29,169,215,.06);
}
.service-cards article:hover { transform: translateY(-5px); box-shadow: 0 22px 42px rgba(8,37,67,.1); }

.flight-gallery-section {
  padding: clamp(72px, 8vw, 104px) 0;
  background: #fff;
}
.flight-gallery {
  display: grid;
  grid-template-columns: minmax(0,1.18fr) minmax(280px,.82fr);
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 18px;
}
.flight-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-width: 0;
  min-height: 300px;
  border-radius: 25px;
  background: #d8e4ec;
  box-shadow: 0 18px 45px rgba(7,27,51,.12);
}
.flight-photo--wide { grid-row: 1 / 3; min-height: 620px; }
.flight-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.flight-photo--wide img { object-position: 58% 50%; }
.flight-photo--runway img { object-position: 50% 46%; }
.flight-photo:hover img { transform: scale(1.035); }
.flight-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(2,18,34,.84) 100%);
  pointer-events: none;
}
.flight-photo figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px;
  display: grid;
  gap: 5px;
  color: #fff;
}
.flight-photo figcaption strong { font-size: 19px; line-height: 1.2; }
.flight-photo figcaption span { color: rgba(255,255,255,.76); font-size: 13px; max-width: 520px; }
.flight-photo figcaption a { color: #fff; text-decoration: none; font-weight: 800; font-size: 13px; }

.trust-section { padding: clamp(72px, 8vw, 104px) 0; background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
.trust-grid { grid-template-columns: minmax(320px,.86fr) minmax(0,1.14fr); gap: clamp(42px,6vw,82px); }
.trust-visual {
  position: relative;
  padding: 12px;
  border-radius: 32px;
  background: linear-gradient(145deg, #e7f7ff, #eef2ff);
  box-shadow: 0 28px 64px rgba(8,37,67,.16);
}
.trust-visual > img {
  width: 100%;
  aspect-ratio: .89 / 1;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 24px;
}
.agent-status {
  position: absolute;
  right: -18px;
  bottom: 34px;
  min-width: 205px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(219,231,242,.92);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(7,27,51,.18);
  backdrop-filter: blur(8px);
}
.agent-status > span {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #16b07f;
  box-shadow: 0 0 0 6px rgba(22,176,127,.12);
}
.agent-status div { display: grid; line-height: 1.2; }
.agent-status strong { color: var(--navy); font-size: 13px; }
.agent-status small { color: var(--muted); margin-top: 3px; font-size: 10px; }

.faq-section { padding: clamp(72px, 8vw, 102px) 0; }
.final-cta { padding: clamp(50px,6vw,72px) 0; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(390px,.9fr); gap: 36px; }
  .hero-visual { padding-left: 20px; }
  .hero-visual .floating-card--one { left: -8px; }
  .hero-visual .floating-card--two { right: -8px; }
  .form-grid { grid-template-columns: minmax(280px,.64fr) minmax(0,1.36fr); gap: 34px; }
}

@media (max-width: 900px) {
  .hero-grid, .form-grid, .trust-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: left; }
  .hero-lead, .trust-row, .service-pills { margin-left: 0; margin-right: 0; justify-content: flex-start; }
  .hero-visual { width: min(720px, 100%); margin: 8px auto 0; padding: 24px 20px 46px; }
  .hero-photo-frame { aspect-ratio: 1.45 / 1; }
  .hero-visual .floating-card--one { left: 0; top: 82px; }
  .hero-visual .floating-card--two { right: 0; bottom: 96px; }
  .form-grid { gap: 38px; }
  .section-copy { max-width: 760px; }
  .service-cards { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
  .service-cards article { padding: 22px; }
  .service-cards p { min-height: 104px; }
  .flight-gallery { grid-template-columns: 1.08fr .92fr; grid-template-rows: repeat(2, minmax(220px,1fr)); }
  .flight-photo--wide { min-height: 520px; }
  .trust-visual { width: min(620px, calc(100% - 24px)); margin: 0 auto; }
  .trust-copy { max-width: 760px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 1160px); }
  .site-header { position: sticky; }
  .nav-wrap { min-height: 68px; gap: 10px; }
  .brand { gap: 8px; min-width: 0; }
  .brand img { width: 38px; height: 38px; flex-basis: 38px; }
  .brand strong { font-size: 14px; white-space: nowrap; max-width: 138px; overflow: hidden; text-overflow: ellipsis; }
  .header-actions { gap: 8px; }
  .header-actions .call-button { min-width: 46px; width: 46px; height: 46px; padding: 0; border-radius: 14px; }
  .header-actions .call-button span:last-child { display: none; }
  .phone-icon { font-size: 21px; }

  .hero { padding: 46px 0 42px; }
  .hero h1 { font-size: clamp(39px, 11vw, 56px); letter-spacing: -2px; }
  .hero-visual { padding: 18px 0 46px; }
  .hero-photo-frame { aspect-ratio: 1.18 / 1; border-radius: 25px; }
  .hero-photo-label { left: 18px; right: 18px; bottom: 17px; }
  .hero-photo-label > span { width: 40px; height: 40px; flex-basis: 40px; }
  .hero-visual .floating-card { min-width: 108px; padding: 10px 12px; border-radius: 14px; }
  .hero-visual .floating-card strong { font-size: 21px; }
  .hero-visual .floating-card--one { left: -4px; top: 48px; }
  .hero-visual .floating-card--two { right: -4px; bottom: 94px; }
  .hero-visual .floating-call { bottom: 0; font-size: 11px; max-width: calc(100% - 28px); }

  .assistance-grid { grid-template-columns: 1fr; }
  .assistance-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 14px 4px; }
  .assistance-grid > div:last-child { border-bottom: 0; }

  .trip-form { padding: 20px; border-radius: 20px; }
  .service-tabs { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .service-tab { grid-template-columns: 1fr; grid-template-rows: auto auto auto; justify-items: center; text-align: center; padding: 12px 7px; }
  .service-icon { grid-row: auto; }
  .form-row, .form-row--three { grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
  .form-row > label { margin-bottom: 14px; }

  .service-cards { grid-template-columns: 1fr; }
  .service-cards p { min-height: 0; }

  .flight-gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .flight-photo, .flight-photo--wide { grid-row: auto; min-height: 330px; }
  .flight-photo--wide { min-height: 390px; }
  .flight-photo:nth-child(2) { min-height: 430px; }
  .flight-photo figcaption { padding: 22px; }

  .trust-visual { width: min(100% - 6px, 560px); padding: 9px; }
  .agent-status { right: 14px; bottom: 22px; min-width: 185px; }
  .final-cta-inner { align-items: stretch; }
  .call-button--light { width: 100%; }

  .scroll-toast { left: 14px; right: 14px; bottom: 82px; width: auto; }
  .modal-backdrop { padding: 14px; align-items: end; }
  .call-modal, .summary-modal { width: 100%; max-height: calc(100dvh - 28px); overflow-y: auto; border-radius: 24px 24px 16px 16px; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 24px, 1160px); }
  .brand small { display: none; }
  .hero h1 { font-size: clamp(37px, 12vw, 49px); }
  .service-pills { display: grid; grid-template-columns: 1fr; width: 100%; }
  .service-pills button { width: 100%; min-height: 44px; }
  .call-button--hero { width: 100%; min-width: 0; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
  .trust-row span:last-child { grid-column: 1 / 3; }
  .hero-photo-frame { aspect-ratio: 1 / 1.04; }
  .hero-photo-frame img { object-position: 56% 50%; }
  .hero-photo-label strong { font-size: 13px; }
  .hero-photo-label small { font-size: 10px; }
  .hero-visual .floating-card--one { top: 36px; }
  .hero-visual .floating-card--two { bottom: 91px; }
  .service-tabs { grid-template-columns: 1fr; }
  .service-tab { grid-template-columns: 38px 1fr; grid-template-rows: auto auto; justify-items: start; text-align: left; }
  .service-icon { grid-row: 1 / 3; }
  .trip-form input, .trip-form select { height: 52px; }
  .flight-photo, .flight-photo--wide { min-height: 300px; border-radius: 20px; }
  .flight-photo:nth-child(2) { min-height: 390px; }
  .agent-status { position: static; margin: -16px 10px 0; transform: translateY(0); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: auto; }
  .mobile-call-bar a { grid-template-columns: 38px 1fr; }
  .mobile-call-bar small { display: none; }
  .scroll-toast { grid-template-columns: 38px 1fr; padding-right: 13px; }
  .scroll-toast > a { grid-column: 1 / 3; }
  .call-modal h2, .summary-modal h2 { font-size: 25px; }
  .modal-services { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  .brand strong { max-width: 118px; }
  .hero h1 { font-size: 36px; }
  .hero-photo-label { left: 14px; right: 14px; }
  .hero-photo-label > span { display: none; }
  .hero-visual .floating-card { min-width: 96px; padding: 8px 10px; }
  .hero-visual .floating-card small { display: none; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row span:last-child { grid-column: auto; }
}
