/* ===========================================================================
   365Tickets Australia — shared stylesheet
   Travel-commerce OTA aesthetic: ocean teal + warm coral, rounded soft cards
   =========================================================================== */

:root {
  --teal-900: #07343b;
  --teal-700: #0d5c66;
  --teal-600: #0f7c8a;
  --teal-500: #14a4b4;
  --teal-300: #6fd3dd;
  --teal-100: #d6f3f6;
  --teal-50:  #eefafb;

  --coral-600: #e8551f;
  --coral-500: #ff6a3d;
  --coral-400: #ff8a5f;
  --coral-100: #ffe7dc;

  --gold-500: #f6b73c;

  --ink:      #0c2229;
  --slate:    #41575e;
  --muted:    #6c818a;
  --line:     #e3ecee;
  --bg:       #ffffff;
  --bg-soft:  #f4fafb;
  --bg-mist:  #eef7f8;

  --shadow-sm: 0 1px 2px rgba(7,52,59,.06), 0 2px 6px rgba(7,52,59,.05);
  --shadow:    0 6px 18px rgba(7,52,59,.09), 0 2px 6px rgba(7,52,59,.06);
  --shadow-lg: 0 18px 48px rgba(7,52,59,.16), 0 6px 14px rgba(7,52,59,.08);

  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --r-pill: 999px;

  --maxw: 1160px;
  --measure: 70ch;

  --font-display: "Poppins", "Segoe UI", system-ui, sans-serif;
  --font-body: "Nunito Sans", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; color: var(--teal-900); margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 600; }

a { color: var(--teal-600); text-decoration: none; }
a:hover { color: var(--coral-600); }

img { max-width: 100%; height: auto; display: block; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }

/* ---- skip link ---------------------------------------------------------- */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--teal-900); color: #fff; padding: 10px 18px;
  border-radius: var(--r-sm); font-weight: 700; transition: top .2s;
}
.skip-link:focus { top: 12px; color: #fff; outline: 3px solid var(--coral-400); }

/* ---- header / nav ------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.88);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-bar { display: flex; align-items: center; gap: 18px; height: 74px; }

.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; }
.brand svg { width: 40px; height: 40px; flex: none; }
.brand .wordmark { font-size: 1.32rem; color: var(--teal-900); letter-spacing: -.02em; line-height: 1; }
.brand .wordmark b { color: var(--coral-500); }
.brand .wordmark span { display: block; font-family: var(--font-body); font-weight: 700; font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; list-style: none; padding: 0; }
.nav-links a {
  display: inline-block; padding: 9px 14px; border-radius: var(--r-pill);
  color: var(--slate); font-weight: 700; font-size: .95rem; transition: background .18s, color .18s;
}
.nav-links a:hover { background: var(--teal-50); color: var(--teal-700); }
.nav-links a[aria-current="page"] { color: var(--teal-700); background: var(--teal-100); }
.nav-cta { margin-left: 6px; }

.nav-toggle, .nav-toggle-label { display: none; }

/* ---- buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  padding: 13px 26px; border-radius: var(--r-pill); border: 0; cursor: pointer;
  transition: transform .15s, box-shadow .2s, background .2s; text-decoration: none;
}
.btn-primary {
  background: linear-gradient(135deg, var(--coral-500), var(--coral-600));
  color: #fff; box-shadow: 0 8px 20px rgba(232,85,31,.32);
}
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(232,85,31,.42); }
.btn-ghost { background: #fff; color: var(--teal-700); border: 1.5px solid var(--teal-100); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { color: var(--teal-700); border-color: var(--teal-300); transform: translateY(-2px); }
.btn-sm { padding: 9px 18px; font-size: .92rem; }

/* ---- section scaffolding ------------------------------------------------ */
.section { padding: 72px 0; }
.section-soft { background: var(--bg-soft); }
.section-mist { background: linear-gradient(180deg, #fff, var(--bg-mist)); }
.section-head { max-width: 660px; margin-bottom: 40px; }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: .76rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--coral-600);
  background: var(--coral-100); padding: 6px 14px; border-radius: var(--r-pill); margin-bottom: 16px;
}
.section-head p { color: var(--slate); font-size: 1.08rem; margin: 0; }

/* ===========================================================================
   HERO
   =========================================================================== */
.hero { position: relative; overflow: hidden; padding: 76px 0 88px; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 70% at 12% 8%, rgba(20,164,180,.22), transparent 60%),
    radial-gradient(55% 60% at 92% 0%, rgba(255,106,61,.20), transparent 58%),
    radial-gradient(70% 80% at 85% 100%, rgba(111,211,221,.28), transparent 60%),
    linear-gradient(180deg, var(--teal-50), #fff 70%);
}
.hero::after { /* subtle dot texture */
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: radial-gradient(rgba(13,92,102,.07) 1px, transparent 1.4px);
  background-size: 26px 26px; mask-image: linear-gradient(180deg, #000, transparent 75%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: .85rem;
  color: var(--teal-700); background: #fff; padding: 7px 16px; border-radius: var(--r-pill);
  box-shadow: var(--shadow-sm); margin-bottom: 22px;
}
.hero-tag .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--coral-500); box-shadow: 0 0 0 4px rgba(255,106,61,.22); }
.hero h1 { margin-bottom: 18px; }
.hero h1 .accent { color: var(--coral-600); }
.hero-sub { font-size: 1.16rem; color: var(--slate); max-width: 36ch; margin: 0 0 28px; }

/* search bar (decorative) */
.searchbar {
  display: flex; gap: 10px; background: #fff; padding: 12px; border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); margin-bottom: 26px; flex-wrap: wrap;
}
.searchbar .field { flex: 1 1 200px; display: flex; align-items: center; gap: 11px; padding: 6px 14px; }
.searchbar .field svg { width: 22px; height: 22px; color: var(--teal-500); flex: none; }
.searchbar .field input {
  border: 0; outline: 0; font-family: var(--font-body); font-size: 1rem; font-weight: 600;
  color: var(--ink); background: transparent; width: 100%;
}
.searchbar .field input::placeholder { color: var(--muted); font-weight: 600; }
.searchbar .btn { flex: none; }

.hero-stats { display: flex; gap: 26px; flex-wrap: wrap; }
.hero-stats .stat strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--teal-800, var(--teal-700)); }
.hero-stats .stat span { font-size: .86rem; color: var(--muted); font-weight: 700; }

/* hero collage */
.hero-art { position: relative; min-height: 380px; }
.hero-card {
  position: absolute; background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  overflow: hidden; border: 1px solid rgba(255,255,255,.7);
}
.hero-card .pic { height: 130px; display: grid; place-items: center; }
.hero-card .meta { padding: 12px 14px; }
.hero-card .meta b { font-family: var(--font-display); font-size: .98rem; color: var(--teal-900); display: block; }
.hero-card .meta .price { color: var(--coral-600); font-weight: 800; font-size: .88rem; }
.hc-1 { width: 230px; top: 6%; left: 0; animation: float 7s ease-in-out infinite; }
.hc-2 { width: 210px; top: 38%; right: 0; animation: float 8s ease-in-out infinite .8s; }
.hc-3 { width: 196px; bottom: 0; left: 16%; animation: float 6.4s ease-in-out infinite .4s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.float-badge {
  position: absolute; top: 22%; right: 16%; z-index: 3;
  background: var(--gold-500); color: var(--teal-900); font-family: var(--font-display);
  font-weight: 700; font-size: .82rem; padding: 9px 15px; border-radius: var(--r-pill);
  box-shadow: var(--shadow); transform: rotate(-7deg);
}

/* gradient art fills for SVG scenes */
.scene-sea   { background: linear-gradient(160deg, #0f7c8a, #14a4b4); }
.scene-zoo   { background: linear-gradient(160deg, #2e9e57, #62c98a); }
.scene-tower { background: linear-gradient(160deg, #4762c9, #7d97ee); }
.scene-night { background: linear-gradient(160deg, #1c2b66, #3a4ea3); }
.scene-sun   { background: linear-gradient(160deg, #ff8a5f, #f6b73c); }
.scene-coral { background: linear-gradient(160deg, #e8551f, #ff8a5f); }
.scene-pier  { background: linear-gradient(160deg, #0d5c66, #6fd3dd); }
.scene-hill  { background: linear-gradient(160deg, #b9852e, #f6b73c); }
.scene svg { width: 76%; height: 76%; }
.scene svg, .scene { color: #fff; }

/* ===========================================================================
   TRENDING TICKET CARDS
   =========================================================================== */
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.tcard {
  background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.tcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tcard .thumb { position: relative; height: 150px; display: grid; place-items: center; }
.tcard .thumb .scene { width: 100%; height: 100%; display: grid; place-items: center; }
.save-badge {
  position: absolute; top: 12px; left: 12px; background: var(--coral-500); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: .76rem; padding: 5px 11px;
  border-radius: var(--r-pill); box-shadow: 0 4px 10px rgba(232,85,31,.4);
}
.tcard .body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.tcard .body h3 { margin: 0 0 4px; font-size: 1.04rem; }
.tcard .loc { font-size: .82rem; color: var(--muted); font-weight: 700; display: flex; align-items: center; gap: 5px; margin-bottom: 14px; }
.tcard .loc svg { width: 14px; height: 14px; }
.tcard .foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.tcard .price { font-family: var(--font-display); }
.tcard .price small { font-size: .72rem; color: var(--muted); font-weight: 700; display: block; }
.tcard .price b { font-size: 1.3rem; color: var(--teal-700); }

/* ===========================================================================
   DESTINATIONS
   =========================================================================== */
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dcard {
  position: relative; height: 150px; border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line); display: block;
  transition: transform .2s, box-shadow .2s;
}
.dcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.dcard .sky { position: absolute; inset: 0; }
.dcard .label {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 12px 14px;
  background: linear-gradient(transparent, rgba(7,52,59,.78)); color: #fff;
  font-family: var(--font-display); font-weight: 700;
}
.dcard .label span { display: block; font-family: var(--font-body); font-weight: 700; font-size: .74rem; opacity: .85; }

/* ===========================================================================
   HOW TO BOOK
   =========================================================================== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step {
  background: #fff; border-radius: var(--r-lg); padding: 30px 26px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); position: relative; text-align: center;
}
.step .ic { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 18px; display: grid; place-items: center;
  background: var(--teal-50); color: var(--teal-600); }
.step .ic svg { width: 32px; height: 32px; }
.step .num {
  counter-increment: step; position: absolute; top: 18px; right: 22px;
  font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; color: var(--teal-100); line-height: 1;
}
.step .num::before { content: counter(step); }
.step h3 { margin-bottom: 7px; }
.step p { margin: 0; color: var(--slate); font-size: .98rem; }

/* ===========================================================================
   TRUST BADGES
   =========================================================================== */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust {
  display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.7);
  border: 1px solid var(--teal-100); border-radius: var(--r); padding: 18px 18px;
}
.trust .ic { width: 46px; height: 46px; border-radius: 12px; flex: none; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-700)); color: #fff; }
.trust .ic svg { width: 24px; height: 24px; }
.trust b { font-family: var(--font-display); font-size: 1rem; color: var(--teal-900); display: block; line-height: 1.2; }
.trust span { font-size: .82rem; color: var(--muted); font-weight: 700; }

/* ===========================================================================
   BLOG STRIP / LISTING
   =========================================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-grid.four { grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pcard {
  background: #fff; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s;
}
.pcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pcard .ph { height: 184px; overflow: hidden; background: var(--bg-mist); }
.pcard .ph img { width: 100%; height: 100%; object-fit: cover; }
.pcard .ph .ph-fallback { width: 100%; height: 100%; }
.pcard .pc { padding: 18px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.pcard time { font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--coral-600); }
.pcard h3 { margin: 8px 0 10px; font-size: 1.12rem; line-height: 1.28; }
.pcard h3 a { color: var(--teal-900); }
.pcard h3 a:hover { color: var(--coral-600); }
.pcard p { margin: 0 0 16px; color: var(--slate); font-size: .95rem; }
.pcard .more { margin-top: auto; font-family: var(--font-display); font-weight: 600; color: var(--teal-600); display: inline-flex; align-items: center; gap: 6px; }
.pcard .more svg { width: 16px; height: 16px; transition: transform .18s; }
.pcard:hover .more svg { transform: translateX(4px); }

.ph-fallback {
  display: grid; place-items: center; background: linear-gradient(150deg, var(--teal-100), var(--teal-50));
  color: var(--teal-500);
}
.ph-fallback svg { width: 64px; height: 64px; opacity: .8; }

/* ===========================================================================
   PAGE HERO (interior pages)
   =========================================================================== */
.page-hero { position: relative; padding: 60px 0 48px; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(50% 80% at 90% 0%, rgba(255,106,61,.16), transparent 60%),
    linear-gradient(180deg, var(--teal-50), #fff);
}
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero p { color: var(--slate); font-size: 1.1rem; max-width: 60ch; margin: 10px 0 0; }
.crumbs { font-size: .85rem; font-weight: 700; color: var(--muted); margin-bottom: 16px; }
.crumbs a { color: var(--teal-600); }

/* ===========================================================================
   CONTACT
   =========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.info-card { background: var(--teal-900); color: #fff; border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow-lg); }
.info-card h2 { color: #fff; }
.info-card .ci { display: flex; gap: 14px; align-items: flex-start; margin-top: 22px; }
.info-card .ci .ic { width: 44px; height: 44px; border-radius: 12px; flex: none; display: grid; place-items: center;
  background: rgba(255,255,255,.12); color: var(--teal-300); }
.info-card .ci .ic svg { width: 22px; height: 22px; }
.info-card .ci b { display: block; font-family: var(--font-display); }
.info-card .ci a, .info-card .ci span { color: rgba(255,255,255,.82); }
.info-card .ci a:hover { color: #fff; }

.form-card { background: #fff; border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--teal-900); margin-bottom: 7px; }
.form-row input, .form-row textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: var(--bg-soft); transition: border .18s, box-shadow .18s;
}
.form-row input:focus, .form-row textarea:focus { outline: 0; border-color: var(--teal-400, var(--teal-500)); box-shadow: 0 0 0 4px var(--teal-100); background: #fff; }
.form-row textarea { resize: vertical; min-height: 130px; }

/* ===========================================================================
   PROSE  (privacy + article body)
   =========================================================================== */
.prose { max-width: var(--measure); margin-inline: auto; color: var(--slate); font-size: 1.08rem; }
.prose > * + * { margin-top: 1.15em; }
.prose h2 { margin-top: 1.7em; font-size: 1.55rem; color: var(--teal-900); }
.prose h3 { margin-top: 1.4em; font-size: 1.2rem; color: var(--teal-800, var(--teal-700)); }
.prose p { margin: 0; }
.prose strong { color: var(--ink); }
.prose a { color: var(--teal-600); text-decoration: underline; text-decoration-color: var(--teal-300); text-underline-offset: 3px; }
.prose a:hover { color: var(--coral-600); text-decoration-color: var(--coral-400); }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin: .5em 0; }
.prose li::marker { color: var(--coral-500); }
.prose blockquote {
  border-left: 4px solid var(--teal-300); background: var(--bg-soft); margin: 1.5em 0;
  padding: 14px 22px; border-radius: 0 var(--r-sm) var(--r-sm) 0; color: var(--ink); font-style: italic;
}
.prose img { max-width: 100%; height: auto; border-radius: var(--r); margin: 1.6em auto; box-shadow: var(--shadow-sm); }
.prose figure { margin: 1.8em 0; text-align: center; }
.prose figure img { margin: 0 auto; }
.prose figcaption { font-size: .86rem; color: var(--muted); margin-top: 10px; }

/* article wrapper */
.article-head { max-width: var(--measure); margin: 0 auto 8px; }
.article-head time { font-size: .82rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--coral-600); }
.article-head h1 { margin: 12px 0 0; }
.article-hero { max-width: 880px; margin: 28px auto 8px; }
.article-hero img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow); }
.article-hero figcaption { text-align: center; font-size: .86rem; color: var(--muted); margin-top: 10px; }

/* ===========================================================================
   CTA BANNER
   =========================================================================== */
.cta-banner {
  background: linear-gradient(135deg, var(--teal-700), var(--teal-900));
  color: #fff; border-radius: var(--r-lg); padding: 48px 44px; text-align: center;
  position: relative; overflow: hidden; box-shadow: var(--shadow-lg);
}
.cta-banner::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background: radial-gradient(40% 90% at 100% 0%, rgba(255,106,61,.4), transparent 60%),
              radial-gradient(40% 90% at 0% 100%, rgba(111,211,221,.4), transparent 60%);
}
.cta-banner > * { position: relative; }
.cta-banner h2 { color: #fff; }
.cta-banner p { color: rgba(255,255,255,.85); max-width: 50ch; margin: 0 auto 24px; }

/* ===========================================================================
   FOOTER
   =========================================================================== */
.site-footer { background: var(--teal-900); color: rgba(255,255,255,.72); padding: 56px 0 28px; margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.site-footer .brand .wordmark { color: #fff; }
.site-footer .brand .wordmark span { color: var(--teal-300); }
.foot-about { margin: 16px 0 0; font-size: .95rem; max-width: 32ch; }
.foot-col h4 { color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.foot-col ul { list-style: none; padding: 0; margin: 0; }
.foot-col li { margin: 9px 0; }
.foot-col a { color: rgba(255,255,255,.72); font-size: .95rem; }
.foot-col a:hover { color: #fff; }
.foot-contact .ci { display: flex; gap: 10px; align-items: flex-start; margin: 11px 0; font-size: .94rem; }
.foot-contact .ci svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--teal-300); }
.foot-contact a { color: rgba(255,255,255,.82); }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .86rem;
}

/* ===========================================================================
   RESPONSIVE
   =========================================================================== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 320px; margin-top: 10px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid, .blog-grid.four { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .steps { grid-template-columns: 1fr; }
  /* mobile nav */
  .nav-toggle-label {
    display: inline-flex; margin-left: auto; width: 46px; height: 46px; border-radius: 12px;
    align-items: center; justify-content: center; cursor: pointer; color: var(--teal-800, var(--teal-700));
    border: 1.5px solid var(--line); background: #fff;
  }
  .nav-toggle-label svg { width: 24px; height: 24px; }
  .nav-links {
    position: fixed; inset: 74px 0 auto 0; flex-direction: column; align-items: stretch;
    background: #fff; border-bottom: 1px solid var(--line); padding: 14px 22px 22px; gap: 4px;
    margin: 0; box-shadow: var(--shadow-lg); transform: translateY(-130%); transition: transform .28s ease;
    max-height: calc(100vh - 74px); overflow-y: auto;
  }
  .nav-toggle:checked ~ .nav-links { transform: translateY(0); }
  .nav-links a { padding: 13px 16px; font-size: 1.05rem; }
  .nav-cta { margin: 8px 0 0; }
  .nav-cta .btn { width: 100%; }
}

@media (max-width: 520px) {
  .card-grid, .dest-grid, .blog-grid, .blog-grid.four, .trust-grid, .foot-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 18px; }
  .cta-banner { padding: 36px 22px; }
  .info-card, .form-card { padding: 24px; }
}
