/* ============================================================
   FPH FLIGHTS — fphflights.com
   Theme: "Sunrise Runway" — deep aviation navy + warm amber
   ============================================================ */

:root {
  --navy-900: #071c3d;
  --navy-800: #0a2a66;
  --navy-700: #103a8c;
  --blue-600: #1657d0;
  --blue-500: #2e6fe8;
  --blue-100: #dce8ff;
  --blue-050: #eef4ff;
  --amber-500: #ff7a1a;
  --amber-600: #ef6a0a;
  --amber-100: #ffe8d3;
  --sun-400: #ffc24b;
  --ink: #14213d;
  --slate-600: #4c5a74;
  --slate-400: #8492ab;
  --line: #e3e9f4;
  --bg: #f4f7fc;
  --white: #ffffff;
  --ok: #1d9f6e;
  --err: #d43d3d;

  --font-display: "Bricolage Grotesque", "Plus Jakarta Sans", sans-serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", sans-serif;

  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 9px;
  --shadow-card: 0 10px 30px rgba(7, 28, 61, 0.09);
  --shadow-pop: 0 22px 55px rgba(7, 28, 61, 0.18);
  --wrap: 1160px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }

a { color: var(--blue-600); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.015em;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: 16px;
  border: 0; border-radius: 999px; cursor: pointer;
  padding: 15px 30px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  text-decoration: none !important;
}
.btn-amber {
  background: linear-gradient(180deg, var(--amber-500), var(--amber-600));
  color: #fff; box-shadow: 0 10px 24px rgba(255, 122, 26, .38);
}
.btn-amber:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(255, 122, 26, .45); }
.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { background: var(--navy-700); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: var(--navy-800);
  box-shadow: inset 0 0 0 2px var(--navy-800);
}
.btn-ghost:hover { background: var(--navy-800); color: #fff; }
.btn-block { width: 100%; }
.btn-lg { padding: 18px 36px; font-size: 17px; }

/* ---------- Header ---------- */
.topbar {
  background: var(--navy-900); color: #cdd9f2; font-size: 13px;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; padding-top: 7px; padding-bottom: 7px; }
.topbar a { color: var(--sun-400); font-weight: 600; }

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none !important; }
.logo-badge {
  width: 42px; height: 42px; border-radius: 13px;
  background: linear-gradient(135deg, var(--blue-600), var(--navy-800));
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 6px 16px rgba(22, 87, 208, .35);
}
.logo-word { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--navy-900); letter-spacing: -0.02em; }
.logo-word span { color: var(--amber-500); }
.logo-tag { display: block; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--slate-400); }

.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a { color: var(--ink); font-weight: 600; font-size: 15px; position: relative; }
.main-nav a:hover { text-decoration: none; color: var(--blue-600); }
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 3px; width: 0;
  background: var(--amber-500); border-radius: 3px; transition: width .22s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }

.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { text-align: right; line-height: 1.25; text-decoration: none !important; }
.header-phone .ph-label { display: block; font-size: 11px; color: var(--slate-400); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.header-phone .ph-number { font-family: var(--font-display); font-weight: 800; font-size: 19px; color: var(--navy-800); }
.header-phone:hover .ph-number { color: var(--amber-600); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 3px; background: var(--navy-800); border-radius: 2px; margin: 5px 0; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(46, 111, 232, .55), transparent 60%),
    radial-gradient(900px 480px at -10% 110%, rgba(255, 122, 26, .28), transparent 55%),
    linear-gradient(160deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1.6px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 45%, transparent 100%);
}
.hero-inner { position: relative; padding: 72px 0 110px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; margin-bottom: 46px; }

.hero-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  padding: 7px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .04em;
}
.hero-kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sun-400); box-shadow: 0 0 12px var(--sun-400); }

.hero h1 { font-size: clamp(38px, 5.2vw, 60px); margin: 18px 0 16px; }
.hero h1 em { font-style: normal; color: var(--sun-400); position: relative; white-space: nowrap; }
.hero h1 em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 10px;
  background: rgba(255, 122, 26, .35); border-radius: 6px; z-index: -1;
}
.hero-sub { font-size: 18px; color: #ccdaf3; max-width: 520px; }

.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; }
.hero-points li {
  list-style: none; display: flex; gap: 9px; align-items: center;
  font-size: 14.5px; font-weight: 600; color: #e7eefb;
}
.hero-points svg { color: var(--sun-400); flex: none; }

/* plane art panel */
.hero-art { position: relative; min-height: 300px; }
.hero-art svg { width: 100%; height: auto; }
.float-slow { animation: floaty 7s ease-in-out infinite; }
.float-fast { animation: floaty 5s ease-in-out infinite reverse; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* staggered reveal */
.reveal { opacity: 0; transform: translateY(22px); animation: rise .7s cubic-bezier(.2,.7,.2,1) forwards; }
.reveal.d1 { animation-delay: .08s; } .reveal.d2 { animation-delay: .18s; }
.reveal.d3 { animation-delay: .3s; }  .reveal.d4 { animation-delay: .44s; }
.reveal.d5 { animation-delay: .58s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- Quote widget ---------- */
.quote-card {
  position: relative; z-index: 5;
  background: var(--white); color: var(--ink);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-pop);
  padding: 26px 26px 30px;
}
.quote-card::before {
  content: ""; position: absolute; top: -7px; left: 34px; right: 34px; height: 7px;
  background: linear-gradient(90deg, var(--amber-500), var(--sun-400), var(--blue-500));
  border-radius: 7px 7px 0 0;
}
.trip-tabs { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.trip-tab {
  border: 1.5px solid var(--line); background: var(--white); border-radius: 999px;
  padding: 9px 20px; font-family: var(--font-body); font-weight: 700; font-size: 14px;
  color: var(--slate-600); cursor: pointer; transition: .18s;
}
.trip-tab.active { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }
.trip-tab:not(.active):hover { border-color: var(--blue-500); color: var(--blue-600); }

.q-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.q-field { position: relative; }
.q-field label {
  display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--slate-400); margin-bottom: 6px;
}
.q-field input, .q-field select {
  width: 100%; font-family: var(--font-body); font-size: 15.5px; font-weight: 600; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 13px 14px 13px 40px; background: var(--blue-050); outline: none; transition: .18s;
  appearance: none;
}
.q-field input:focus, .q-field select:focus {
  border-color: var(--blue-500); background: #fff; box-shadow: 0 0 0 4px rgba(46,111,232,.14);
}
.q-field .fi {
  position: absolute; left: 13px; bottom: 13px; color: var(--blue-500); pointer-events: none;
}
.q-field.no-icon input, .q-field.no-icon select { padding-left: 14px; }

.col-3 { grid-column: span 3; } .col-4 { grid-column: span 4; }
.col-6 { grid-column: span 6; } .col-12 { grid-column: span 12; }

.q-divider {
  grid-column: span 12; display: flex; align-items: center; gap: 14px;
  margin: 8px 0 2px; color: var(--slate-400); font-size: 12.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
}
.q-divider::before, .q-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.q-submit-row { grid-column: span 12; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 6px; }
.q-note { font-size: 13px; color: var(--slate-400); max-width: 420px; }
.q-error { grid-column: span 12; display: none; background: #fdecec; color: var(--err); border-radius: var(--radius-sm); padding: 11px 15px; font-size: 14px; font-weight: 600; }
.q-error.show { display: block; }

.swap-btn {
  position: absolute; z-index: 2; right: -18px; bottom: 8px;
  width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--line);
  background: #fff; color: var(--blue-600); cursor: pointer; display: grid; place-items: center;
  box-shadow: 0 4px 10px rgba(7,28,61,.12); transition: .18s;
}
.swap-btn:hover { transform: rotate(180deg); border-color: var(--blue-500); }

/* ---------- Trust strip ---------- */
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip .wrap {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 26px; padding-bottom: 26px;
}
.trust-item { display: flex; gap: 13px; align-items: center; }
.trust-item .ti-icon {
  flex: none; width: 46px; height: 46px; border-radius: 14px;
  background: var(--blue-050); color: var(--blue-600); display: grid; place-items: center;
}
.trust-item strong { display: block; font-size: 15px; }
.trust-item small { color: var(--slate-600); font-size: 13px; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 12.5px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--amber-600); margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); color: var(--navy-900); }
.section-head p { margin-top: 12px; color: var(--slate-600); font-size: 16.5px; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step-card {
  background: #fff; border-radius: var(--radius-lg); padding: 34px 28px 30px;
  box-shadow: var(--shadow-card); position: relative; overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-pop); }
.step-card::before {
  counter-increment: step; content: "0" counter(step);
  position: absolute; top: 14px; right: 20px;
  font-family: var(--font-display); font-weight: 800; font-size: 64px;
  color: var(--blue-050); line-height: 1;
}
.step-icon {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px;
  background: linear-gradient(135deg, var(--blue-600), var(--navy-800)); color: #fff;
  box-shadow: 0 8px 18px rgba(22,87,208,.3);
}
.step-card:nth-child(2) .step-icon { background: linear-gradient(135deg, var(--amber-500), #ff9a4d); box-shadow: 0 8px 18px rgba(255,122,26,.3); }
.step-card:nth-child(3) .step-icon { background: linear-gradient(135deg, #1d9f6e, #35c98e); box-shadow: 0 8px 18px rgba(29,159,110,.3); }
.step-card h3 { font-size: 20px; margin-bottom: 10px; color: var(--navy-900); position: relative; z-index: 1; }
.step-card p { color: var(--slate-600); font-size: 15px; position: relative; z-index: 1; }

/* Routes */
.routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.route-card {
  background: #fff; border-radius: var(--radius-md); padding: 22px 22px 20px;
  box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: 14px;
  transition: transform .2s ease, box-shadow .2s ease; border: 1.5px solid transparent;
}
.route-card:hover { transform: translateY(-4px); border-color: var(--blue-100); box-shadow: var(--shadow-pop); }
.route-cities { display: flex; align-items: center; gap: 12px; }
.route-cities .code { font-family: var(--font-display); font-weight: 800; font-size: 24px; color: var(--navy-900); letter-spacing: .01em; }
.route-cities .city { display: block; font-size: 12px; color: var(--slate-400); font-weight: 600; }
.route-path { flex: 1; display: flex; align-items: center; color: var(--blue-500); }
.route-path::before, .route-path::after { content: ""; flex: 1; border-top: 2px dashed var(--blue-100); }
.route-path svg { margin: 0 6px; }
.route-meta { display: flex; justify-content: space-between; align-items: center; }
.route-meta .rm-tag { font-size: 12.5px; font-weight: 700; color: var(--slate-600); background: var(--blue-050); border-radius: 999px; padding: 5px 12px; }
.route-link { font-weight: 800; font-size: 14.5px; color: var(--amber-600); display: inline-flex; align-items: center; gap: 6px; }
.route-link:hover { text-decoration: none; gap: 10px; }
.route-link { transition: gap .18s ease; }

/* Why us — split band */
.band {
  background:
    radial-gradient(800px 400px at 110% 10%, rgba(255,194,75,.15), transparent 55%),
    linear-gradient(150deg, var(--navy-900), var(--navy-800));
  color: #fff; border-radius: var(--radius-lg); overflow: hidden;
}
.band-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; padding: 58px 54px; align-items: center; }
.band h2 { font-size: clamp(26px, 3.2vw, 36px); margin-bottom: 14px; }
.band p.lead { color: #c6d4ee; font-size: 16.5px; margin-bottom: 28px; }
.why-list { display: grid; gap: 18px; }
.why-item { display: flex; gap: 15px; }
.why-item .wi-icon {
  flex: none; width: 44px; height: 44px; border-radius: 12px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  display: grid; place-items: center; color: var(--sun-400);
}
.why-item strong { display: block; font-size: 16px; margin-bottom: 3px; }
.why-item span { color: #b9c8e4; font-size: 14.5px; }
.band-cta {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg); padding: 34px 30px; text-align: center;
}
.band-cta .bc-label { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #9fb4d8; }
.band-cta .bc-phone { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 3vw, 34px); color: var(--sun-400); display: block; margin: 10px 0 6px; }
.band-cta .bc-phone:hover { color: #ffd47e; text-decoration: none; }
.band-cta p { color: #b9c8e4; font-size: 14px; margin-bottom: 20px; }

/* Testimonials */
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote-t {
  background: #fff; border-radius: var(--radius-md); padding: 28px 26px;
  box-shadow: var(--shadow-card); position: relative;
}
.quote-t::before {
  content: "“"; position: absolute; top: 6px; left: 18px;
  font-family: var(--font-display); font-size: 74px; color: var(--amber-100); line-height: 1;
}
.stars { color: var(--sun-400); letter-spacing: 3px; font-size: 15px; margin-bottom: 12px; position: relative; }
.quote-t p { font-size: 15px; color: var(--slate-600); position: relative; }
.quote-t footer { margin-top: 16px; display: flex; align-items: center; gap: 11px; }
.avatar {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 800; font-size: 15px; color: #fff;
}
.quote-t footer strong { display: block; font-size: 14.5px; color: var(--ink); }
.quote-t footer small { color: var(--slate-400); font-size: 12.5px; }

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-card); overflow: hidden; border: 1.5px solid transparent; }
.faq-item[open] { border-color: var(--blue-100); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 20px 24px; font-weight: 700; font-size: 16px; color: var(--navy-900);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { flex: none; transition: transform .25s ease; color: var(--blue-500); }
.faq-item[open] summary .chev { transform: rotate(180deg); }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--slate-600); font-size: 15px; }

/* Final CTA */
.final-cta { text-align: center; padding: 90px 0; }
.final-cta h2 { font-size: clamp(30px, 4vw, 44px); color: var(--navy-900); margin-bottom: 14px; }
.final-cta p { color: var(--slate-600); font-size: 17px; margin-bottom: 30px; }
.cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #aebcd8; font-size: 14px; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding: 60px 0 44px; }
.footer-main h4 { color: #fff; font-family: var(--font-display); font-size: 15px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.footer-main ul { list-style: none; display: grid; gap: 10px; }
.footer-main a { color: #aebcd8; }
.footer-main a:hover { color: var(--sun-400); text-decoration: none; }
.footer-about p { margin-top: 14px; line-height: 1.7; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { flex: none; margin-top: 3px; color: var(--sun-400); }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.12); padding: 26px 0 34px;
  font-size: 12.5px; color: #7e8fb0; line-height: 1.75;
}
.footer-legal p + p { margin-top: 10px; }
.footer-legal strong { color: #aebcd8; }

/* ---------- Inner pages ---------- */
.page-hero {
  background:
    radial-gradient(900px 380px at 90% -20%, rgba(46,111,232,.5), transparent 60%),
    linear-gradient(155deg, var(--navy-900), var(--navy-800));
  color: #fff; padding: 66px 0 70px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .4; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1.6px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, transparent, #000 60%, transparent);
}
.page-hero h1 { font-size: clamp(32px, 4.4vw, 48px); position: relative; }
.page-hero p { color: #c6d4ee; font-size: 17px; margin-top: 12px; max-width: 640px; position: relative; }

.prose { max-width: 820px; margin: 0 auto; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); padding: 52px 56px; }
.prose h2 { font-size: 22px; color: var(--navy-900); margin: 34px 0 12px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--slate-600); font-size: 15.5px; }
.prose p { margin-bottom: 14px; }
.prose ul, .prose ol { padding-left: 22px; margin-bottom: 14px; display: grid; gap: 7px; }
.prose .updated { font-size: 13px; color: var(--slate-400); margin-bottom: 26px; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.contact-card {
  background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-card);
  padding: 24px 24px; display: flex; gap: 16px; align-items: flex-start;
}
.contact-card .cc-icon {
  flex: none; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: var(--blue-050); color: var(--blue-600);
}
.contact-card strong { display: block; font-size: 16px; color: var(--navy-900); margin-bottom: 3px; }
.contact-card p, .contact-card a { font-size: 14.5px; color: var(--slate-600); }
.contact-card a.big { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--navy-800); }

/* About page */
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.about-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); padding: 34px 30px; }
.about-card h3 { color: var(--navy-900); font-size: 19px; margin: 14px 0 10px; }
.about-card p { color: var(--slate-600); font-size: 15px; }

/* Thank you */
.ty-card {
  max-width: 640px; margin: 0 auto; text-align: center;
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-pop); padding: 60px 48px;
}
.ty-icon {
  width: 84px; height: 84px; margin: 0 auto 24px; border-radius: 50%;
  background: #e6f7f0; color: var(--ok); display: grid; place-items: center;
  animation: pop .5s cubic-bezier(.2,1.4,.4,1) both;
}
@keyframes pop { from { transform: scale(.4); opacity: 0; } }
.ty-card h1 { font-size: 32px; color: var(--navy-900); margin-bottom: 12px; }
.ty-card p { color: var(--slate-600); margin-bottom: 8px; }

/* scroll reveal (JS-driven) */
.sr { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.sr.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .trust-strip .wrap { grid-template-columns: repeat(2, 1fr); }
  .steps, .routes-grid, .quotes-grid { grid-template-columns: 1fr 1fr; }
  .band-grid { grid-template-columns: 1fr; padding: 44px 34px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .contact-grid, .about-grid { grid-template-columns: 1fr; }
  .col-3, .col-4, .col-6 { grid-column: span 6; }
}
@media (max-width: 720px) {
  .main-nav {
    display: none; position: absolute; top: 74px; left: 0; right: 0;
    background: #fff; flex-direction: column; align-items: flex-start;
    padding: 20px 24px 26px; gap: 18px; border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(7,28,61,.12);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .header-phone .ph-label { display: none; }
  .topbar .t-right { display: none; }
  .steps, .routes-grid, .quotes-grid, .trust-strip .wrap { grid-template-columns: 1fr; }
  .col-3, .col-4, .col-6 { grid-column: span 12; }
  .swap-btn { display: none; }
  .prose { padding: 34px 24px; }
  .hero-inner { padding: 50px 0 80px; }
  .section { padding: 60px 0; }
}
