/* =========================================================================
   Repatriation Care — theme stylesheet
   Palette: evergreen (British-institutional green) + porcelain + candle brass
   Type: Georgia (display — BBC-press gravitas, zero bytes) + Inter (body/UI)
   Signature: the dashed "route home" line that threads hero → steps → footer
   ========================================================================= */

/* ---------- Fonts (Inter variable, latin + latin-ext for RO diacritics) ---------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  --evergreen:   #14463A;
  --evergreen-2: #1B5244;
  --pine:        #0B2E26;
  --sage:        #DCE7DD;
  --sage-2:      #EBF1EA;
  --porcelain:   #F5F5F0;
  --white:       #FFFFFF;
  --ink:         #1C2523;
  --text:        #3E4A46;
  --muted:       #6B7A74;
  --candle:      #C99A4B;
  --candle-deep: #8A6B36;
  --candle-pale: #F3E9D7;
  --wa:          #1FAF5A;
  --wa-dark:     #178A47;
  --line:        rgba(20, 70, 58, .12);
  --radius:      14px;
  --radius-s:    10px;
  --shadow:      0 12px 32px rgba(11, 46, 38, .10);
  --shadow-s:    0 4px 14px rgba(11, 46, 38, .08);
  --serif:       Georgia, 'Times New Roman', 'Noto Serif', serif;
  --sans:        'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--text);
  background: var(--porcelain);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--evergreen); text-decoration-color: rgba(201, 154, 75, .55); text-underline-offset: 3px; }
a:hover { color: var(--evergreen-2); text-decoration-color: var(--candle); }
:focus-visible { outline: 3px solid var(--candle); outline-offset: 2px; border-radius: 4px; }

h1, h2, h3 { color: var(--ink); line-height: 1.18; margin: 0 0 14px; }
h1, h2 { font-family: var(--serif); font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(32px, 4.6vw, 50px); }
h2 { font-size: clamp(25px, 3.4vw, 36px); }
h3 { font-family: var(--sans); font-weight: 700; font-size: 19px; }
p { margin: 0 0 16px; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 22px; }
.center { text-align: center; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--white); color: var(--ink); padding: 10px 16px; z-index: 200; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

/* ---------- Eyebrow / section head ---------- */
.eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--candle-deep);
  margin-bottom: 10px;
}
.section-head { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.section-head p { color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 64px 0; }
.section--tight { padding: 44px 0; }
.section--white { background: var(--white); }
.section--sage { background: var(--sage-2); }
.section--evergreen, .section--pine { color: #D9E4DC; }
.section--evergreen { background: linear-gradient(160deg, var(--evergreen-2), var(--evergreen) 55%); }
.section--pine { background: var(--pine); }
.section--evergreen h2, .section--pine h2, .section--evergreen h3, .section--pine h3 { color: var(--white); }
.section--evergreen .eyebrow, .section--pine .eyebrow { color: var(--candle); }

/* ---------- Route divider (the signature line) ---------- */
.route-divider { height: 46px; color: var(--candle); opacity: .55; }
.route-divider svg { display: block; width: 100%; height: 100%; }
.route-divider.flip svg { transform: scaleX(-1); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 22px;
  border-radius: var(--radius-s);
  font-weight: 650;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn .ico { width: 19px; height: 19px; flex: none; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-s); }
.btn b { font-weight: 800; white-space: nowrap; }
.btn-s { padding: 11px 16px; font-size: 15px; }
.btn-call { background: var(--evergreen); color: var(--white); }
.btn-call:hover { background: var(--pine); color: var(--white); }
.btn-wa { background: var(--wa); color: var(--white); }
.btn-wa:hover { background: var(--wa-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--evergreen); box-shadow: inset 0 0 0 2px var(--evergreen); }
.btn-outline:hover { background: var(--evergreen); color: var(--white); }
.hero .btn-call, .section--evergreen .btn-call, .section--pine .btn-call { background: var(--candle); color: #241B0D; }
.hero .btn-call:hover, .section--evergreen .btn-call:hover, .section--pine .btn-call:hover { background: #D9AC5F; color: #241B0D; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 0; }

/* ---------- Top bar ---------- */
.topbar { background: var(--pine); color: #BFD2C7; font-size: 13.5px; }
.topbar .container { display: flex; justify-content: space-between; gap: 12px; padding-top: 7px; padding-bottom: 7px; }
.topbar a { color: var(--white); font-weight: 700; text-decoration: none; }
.topbar .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #4CAF7D; margin-right: 4px; animation: pulse 2.4s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 245, 240, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header.is-stuck { box-shadow: var(--shadow-s); }
.site-header .container { display: flex; align-items: center; gap: 18px; padding-top: 12px; padding-bottom: 12px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.brand-mark { flex: none; border-radius: 8px; }
.brand-text { font-family: var(--serif); font-size: 22px; color: var(--ink); line-height: 1.05; display: inline-block; }
.brand-text em { font-style: italic; color: var(--evergreen); }
.brand-text small { display: block; font-family: var(--sans); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.nav a { display: block; padding: 9px 11px; font-size: 15px; font-weight: 570; color: var(--ink); text-decoration: none; border-radius: 8px; }
.nav a:hover { background: var(--sage-2); color: var(--evergreen); }
.nav .has-sub { position: relative; }
.nav .has-sub > a::after { content: ''; display: inline-block; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); margin-left: 7px; }
.nav .sub {
  position: absolute; top: 100%; left: 0;
  min-width: 250px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-s);
  box-shadow: var(--shadow);
  padding: 8px;
  display: none;
  flex-direction: column;
  gap: 2px;
}
.nav .has-sub:hover .sub, .nav .has-sub.open .sub, .nav .has-sub:focus-within .sub { display: flex; }
.nav .sub a { display: flex; align-items: center; gap: 10px; }
.nav .sub .flag { border-radius: 3px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }

.lang-switch {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: 13px; font-weight: 750; letter-spacing: .04em;
  color: var(--ink); text-decoration: none;
}
.lang-switch:hover { border-color: var(--candle); color: var(--evergreen); }
.lang-switch .flag { border-radius: 3px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }

.header-tel-m { display: none; }
.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(90% 130% at 85% -10%, rgba(201, 154, 75, .16), transparent 55%),
    linear-gradient(165deg, var(--evergreen-2), var(--evergreen) 45%, var(--pine));
  color: #D9E4DC;
  padding: 78px 0 30px;
  overflow: hidden;
}
.hero .container { max-width: 900px; text-align: center; }
.hero .eyebrow { color: var(--candle); animation: fadeUp .6s ease both; }
.hero h1 { color: var(--white); margin: 6px 0 18px; animation: fadeUp .6s .08s ease both; }
.hero h1 em { font-style: italic; color: var(--candle-pale); }
.hero .lede { font-size: 19px; line-height: 1.6; color: #C4D5CB; max-width: 640px; margin: 0 auto 6px; animation: fadeUp .6s .16s ease both; }
.hero .btn-row { justify-content: center; animation: fadeUp .6s .24s ease both; }
.trust-row {
  list-style: none;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 8px 26px;
  padding: 0; margin: 30px 0 0;
  font-size: 14.5px; color: #AFC5B8;
  animation: fadeUp .6s .32s ease both;
}
.trust-row .tick { color: var(--candle); font-weight: 800; margin-right: 5px; }
.hero .route-divider { opacity: .8; margin-top: 34px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  background: linear-gradient(165deg, var(--evergreen-2), var(--evergreen) 60%, var(--pine));
  color: #C4D5CB;
  padding: 44px 0 40px;
}
.page-hero h1 { color: var(--white); }
.page-hero .lede { font-size: 18px; max-width: 760px; }
.page-hero .crumbs { font-size: 13px; margin-bottom: 14px; color: #9DB5A6; }
.page-hero .crumbs a { color: #C4D5CB; }
.hero-route { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hero-route .flag { border-radius: 4px; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.hero-route .arrow { color: var(--candle); font-size: 20px; }

/* ---------- Route cards ---------- */
.routes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.route-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  text-decoration: none;
  color: var(--text);
  box-shadow: var(--shadow-s);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.route-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(201, 154, 75, .5); }
.route-card .flag { border-radius: 4px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); margin-bottom: 12px; }
.route-card h3 { margin: 0 0 6px; font-size: 17.5px; }
.route-card p { margin: 0 0 10px; font-size: 14.5px; color: var(--muted); }
.route-card .price-hint { display: inline-block; font-size: 13.5px; font-weight: 700; color: var(--candle-deep); background: var(--candle-pale); border-radius: 999px; padding: 3px 11px; margin-bottom: 10px; }
.route-card .more { font-size: 14px; font-weight: 650; color: var(--evergreen); }
.route-card .more::after { content: ' →'; }

/* ---------- Steps (process ON the route line) ---------- */
.steps { list-style: none; counter-reset: step; margin: 0; padding: 0; position: relative; max-width: 720px; margin-inline: auto; }
.steps::before {
  content: '';
  position: absolute;
  left: 25px; top: 8px; bottom: 8px;
  border-left: 2px dashed rgba(201, 154, 75, .6);
}
.steps li { counter-increment: step; position: relative; padding: 0 0 26px 76px; }
.steps li:last-child { padding-bottom: 0; }
.steps li::before {
  content: counter(step);
  position: absolute; left: 0; top: -2px;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--evergreen);
  color: var(--candle-pale);
  font-family: var(--serif);
  font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 5px var(--porcelain);
}
.section--white .steps li::before { box-shadow: 0 0 0 5px var(--white); }
.steps h3 { margin-bottom: 4px; }
.steps p { color: var(--muted); margin: 0; }

/* ---------- Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 36px; }
.stat { text-align: center; padding: 18px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-s); background: rgba(255,255,255,.05); }
.stat .num { font-family: var(--serif); font-size: 36px; color: var(--candle); line-height: 1; }
.stat .num sup { font-size: 20px; }
.stat .lbl { font-size: 13.5px; color: #AFC5B8; margin-top: 7px; }

/* ---------- Price panel / cost band ---------- */
.costs-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 38px; align-items: center; }
.price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--candle);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px;
  color: var(--text);
}
.price-card .from { font-size: 14px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; color: var(--candle-deep); }
.price-card .amount { font-family: var(--serif); font-size: 42px; color: var(--ink); line-height: 1.15; margin: 4px 0 2px; }
.price-card .amount small { font-size: 20px; color: var(--muted); }
.price-card ul { margin: 14px 0 0; padding: 0 0 0 2px; list-style: none; }
.price-card li { padding: 5px 0 5px 26px; position: relative; font-size: 15px; }
.price-card li::before { content: '✓'; position: absolute; left: 0; color: var(--candle-deep); font-weight: 800; }
.section--evergreen .price-card, .section--pine .price-card { border-color: transparent; }

/* ---------- Compare table ---------- */
.compare-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-s); }
.compare { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 15px; }
.compare th, .compare td { text-align: left; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.compare thead th { background: var(--evergreen); color: var(--white); font-weight: 650; }
.compare thead th:first-child { border-radius: var(--radius) 0 0 0; }
.compare thead th:last-child { border-radius: 0 var(--radius) 0 0; }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare .yes { color: var(--evergreen); font-weight: 650; }
.compare .no { color: #9AA6A1; }

/* ---------- Fleet gallery ---------- */
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gal-grid figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-s); }
.gal-grid img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-s); margin-bottom: 10px; box-shadow: var(--shadow-s); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 48px 16px 20px;
  font-weight: 650;
  color: var(--ink);
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute; right: 18px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px; color: var(--candle-deep);
  transition: transform .18s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-body { padding: 0 20px 16px; color: var(--text); }
.faq-body p:last-child { margin-bottom: 0; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testi { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-s); }
.testi .stars { color: var(--candle); letter-spacing: 3px; font-size: 14px; }
.testi .quote { font-family: var(--serif); font-style: italic; font-size: 16.5px; color: var(--ink); margin: 12px 0 16px; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .init { width: 42px; height: 42px; border-radius: 50%; background: var(--sage); color: var(--evergreen); font-weight: 750; display: flex; align-items: center; justify-content: center; }
.testi .name { font-weight: 700; color: var(--ink); font-size: 14.5px; }
.testi .meta { font-size: 13px; color: var(--muted); }

/* ---------- Final CTA ---------- */
.cta-final { text-align: center; }
.cta-final .lede { max-width: 620px; margin: 0 auto 10px; color: #C4D5CB; }
.tel-big {
  display: inline-block;
  font-family: var(--serif);
  font-size: clamp(26px, 4.5vw, 42px);
  color: var(--candle);
  text-decoration: none;
  margin: 12px 0 6px;
}
.tel-big:hover { color: #D9AC5F; }
.cta-final .btn-row { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--pine); color: #AFC5B8; font-size: 14.5px; position: relative; padding-bottom: 26px; }
.route-end { position: relative; height: 46px; color: var(--candle); opacity: .8; }
.route-end svg { display: block; width: 100%; height: 100%; }
.route-end .route-home-pin { position: absolute; right: 8px; top: 2px; color: var(--candle); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.1fr 1.3fr; gap: 30px; padding: 26px 0 30px; }
.site-footer .brand-text { color: var(--white); font-size: 24px; }
.site-footer .brand-text em { color: var(--candle); }
.footer-parent a, .site-footer a { color: #D9E4DC; }
.site-footer a:hover { color: var(--candle); }
.fh4 { font-weight: 750; color: var(--white); margin: 0 0 12px; font-size: 15px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: 3.5px 0; }
.footer-routes { columns: 2; }
.footer-contact b { color: #D9E4DC; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; font-size: 13px; color: #7E958A; }
.footer-legal { display: flex; gap: 18px; }

/* ---------- Sticky mobile CTA bar ---------- */
.cta-bar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 120;
  gap: 1px;
  background: var(--pine);
  padding-bottom: env(safe-area-inset-bottom);
}
.cta-bar a {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 8px;
  font-weight: 750; font-size: 15.5px;
  color: var(--white); text-decoration: none;
}
.cta-bar .ico { width: 19px; height: 19px; }
.cb-call { background: var(--evergreen); }
.cb-wa { background: var(--wa); }

/* ---------- Content grid + sidebar (route/interior pages) ---------- */
.content-grid { display: grid; grid-template-columns: 1fr 330px; gap: 44px; align-items: start; }
.side-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-s); padding: 22px; margin-bottom: 18px; }
.side-card h3 { font-size: 16.5px; margin-bottom: 10px; }
.side-card .btn { width: 100%; justify-content: center; margin-top: 10px; }
.side-card ul { list-style: none; margin: 0; padding: 0; }
.side-card li { padding: 4px 0; }
.side-card li a { display: flex; align-items: center; gap: 9px; text-decoration: none; font-size: 15px; }
.side-card li a:hover { text-decoration: underline; }
.side-card .flag { border-radius: 3px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }

/* ---------- Prose (long-form content) ---------- */
.prose { max-width: 74ch; }
.prose h2 { margin-top: 38px; font-size: clamp(22px, 2.6vw, 29px); }
.prose h3 { margin-top: 26px; }
.prose ul, .prose ol { padding-left: 24px; margin: 0 0 16px; }
.prose li { margin: 6px 0; }
.prose ul > li::marker { color: var(--candle-deep); }
.prose blockquote { margin: 22px 0; padding: 14px 22px; border-left: 3px solid var(--candle); background: var(--sage-2); border-radius: 0 var(--radius-s) var(--radius-s) 0; font-family: var(--serif); font-style: italic; color: var(--ink); }
.prose table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; background: var(--white); border-radius: var(--radius-s); overflow: hidden; box-shadow: var(--shadow-s); }
.prose th, .prose td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.prose thead th { background: var(--evergreen); color: var(--white); }
.prose .note { background: var(--candle-pale); border-radius: var(--radius-s); padding: 14px 18px; font-size: 15px; }

/* ---------- Forms ---------- */
.care-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; }
.care-form label { display: block; font-size: 13.5px; font-weight: 650; color: var(--ink); margin-bottom: 6px; }
.care-form input, .care-form select, .care-form textarea {
  width: 100%;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: var(--porcelain);
  border: 1px solid var(--line);
  border-radius: var(--radius-s);
}
.care-form input:focus, .care-form select:focus, .care-form textarea:focus { outline: 2px solid var(--candle); outline-offset: 0; background: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; }
.form-actions { margin: 8px 0 6px; }
.form-actions .btn { width: 100%; justify-content: center; font-size: 17px; }
.form-note { font-size: 13px; color: var(--muted); margin: 0; }
.hp-field { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; }

/* ---------- Estimator ---------- */
.calc-card { max-width: 680px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px; }
.calc-lbl { display: block; font-size: 13.5px; font-weight: 650; color: var(--ink); margin-bottom: 6px; }
.calc-combo { position: relative; margin-bottom: 6px; }
.combo-box { position: relative; display: flex; align-items: center; }
.combo-box .combo-pin { position: absolute; left: 13px; color: var(--candle-deep); }
.combo-box input { width: 100%; padding: 14px 40px; font: inherit; background: var(--porcelain); border: 1px solid var(--line); border-radius: var(--radius-s); color: var(--ink); }
.combo-box input:focus { outline: 2px solid var(--candle); background: var(--white); }
.combo-clear { position: absolute; right: 8px; background: none; border: 0; font-size: 20px; color: var(--muted); cursor: pointer; padding: 4px 8px; }
.combo-list { position: absolute; z-index: 30; left: 0; right: 0; top: 100%; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-s); box-shadow: var(--shadow); max-height: 280px; overflow: auto; }
.combo-item { display: flex; align-items: center; gap: 9px; padding: 10px 14px; cursor: pointer; font-size: 15px; }
.combo-item:hover { background: var(--sage-2); }
.combo-item em { margin-left: auto; font-style: normal; font-size: 12.5px; color: var(--muted); }
.combo-none { color: var(--muted); cursor: default; }
.calc-connector { text-align: center; color: var(--candle-deep); font-size: 18px; padding: 2px 0; }
.calc-trust { font-size: 14px; background: var(--candle-pale); border-radius: var(--radius-s); padding: 12px 16px; margin: 14px 0; }
.calc-empty { text-align: center; color: var(--muted); font-size: 15px; padding: 8px 0 2px; }
.calc-result { text-align: center; padding-top: 6px; }
.calc-result-lbl { font-size: 13px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; color: var(--candle-deep); }
.calc-price { font-family: var(--serif); font-size: 30px; color: var(--ink); margin: 6px 0 10px; }
.calc-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 10px; }
.calc-chips span { font-size: 12.5px; background: var(--sage-2); color: var(--evergreen); border-radius: 999px; padding: 4px 11px; font-weight: 600; }
.calc-note { font-size: 13.5px; color: var(--muted); max-width: 480px; margin: 0 auto; }
.calc-card .btn-row { justify-content: center; }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-s); padding: 24px; display: flex; flex-direction: column; }
.post-card h2 { font-size: 20px; margin: 8px 0 10px; }
.post-card h2 a { color: var(--ink); text-decoration: none; }
.post-card h2 a:hover { color: var(--evergreen); }
.post-card .meta { font-size: 13px; color: var(--muted); }
.post-card .excerpt { font-size: 15px; color: var(--text); flex: 1; }
.post-card .more { font-weight: 650; font-size: 14.5px; }
.single-article { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-s); padding: clamp(24px, 5vw, 56px); max-width: 880px; margin: 0 auto; }
.single-article .meta { font-size: 14px; color: var(--muted); margin-bottom: 20px; }

/* ---------- 404 / utility ---------- */
.page-simple { max-width: 720px; margin: 0 auto; text-align: center; padding: 90px 22px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav a { padding: 9px 8px; font-size: 14px; }
  .routes-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 920px) {
  .section { padding: 50px 0; }
  .topbar .tb-left { display: none; }
  .topbar .container { justify-content: center; }
  .brand-text small { display: none; }
  .brand-text { font-size: 19px; }
  .header-cta { display: none; }
  .header-tel-m { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--evergreen); color: var(--white); }
  .header-tel-m .ico { width: 20px; height: 20px; }
  .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; background: none; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
  .nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); max-height: calc(100vh - 130px); overflow: auto; }
  .nav.open { display: block; }
  .nav ul { flex-direction: column; gap: 0; padding: 10px 14px 16px; }
  .nav a { padding: 12px 10px; font-size: 16px; border-bottom: 1px solid var(--sage-2); border-radius: 0; }
  .nav .sub { position: static; display: none; border: 0; box-shadow: none; padding: 0 0 0 16px; }
  .nav .has-sub.open .sub { display: flex; }
  .content-grid { grid-template-columns: 1fr; }
  .costs-wrap { grid-template-columns: 1fr; gap: 26px; }
  .routes-grid, .testi-grid, .gal-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-bar { display: flex; }
  body { padding-bottom: 58px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .hero { padding: 54px 0 18px; }
  .hero .lede { font-size: 17px; }
  .routes-grid, .testi-grid, .gal-grid, .post-grid, .form-grid, .stats-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .btn-row .btn { width: 100%; justify-content: center; }
  .steps li { padding-left: 64px; }
  .steps::before { left: 21px; }
  .steps li::before { width: 44px; height: 44px; font-size: 19px; }
  .footer-routes { columns: 2; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
}
