:root {
  --paper: #eef1f2;
  --surface: #ffffff;
  --ink: #141c1b;
  --muted: #4c5a58;
  --petrol: #1f6b5c;
  --petrol-d: #134a3f;
  --petrol-soft: #e3ede9;
  --coral: #33788b;
  --coral-d: #275e6e;
  --gold: #c79a45;
  --line: #d5dedb;
  --line-soft: #e4ebe9;
  --shadow: 0 18px 40px -22px rgba(18, 30, 28, .45);
  --shadow-sm: 0 6px 18px -12px rgba(18, 30, 28, .4);
  --r: 16px;
  --disp: "Sora", Georgia, serif;
  --body: "Work Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(1200px 500px at 82% -8%, rgba(31, 107, 92, .10), transparent 60%),
    radial-gradient(900px 420px at -6% 8%, rgba(51, 120, 139, .07), transparent 55%);
}
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
h1, h2, h3 { font-family: var(--disp); font-weight: 800; line-height: 1.08; letter-spacing: -.02em; color: var(--ink); }
a { color: inherit; text-decoration: none; }
.eyebrow {
  display: inline-block;
  font-family: var(--disp);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--petrol);
  margin-bottom: .6rem;
}

/* ---------- trust strip ---------- */
.network-strip {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 24px;
  background: var(--petrol-d);
  color: #dbeae6;
  font-size: .82rem;
  font-weight: 500;
}
.network-strip strong, .network-strip b { color: #fff; font-weight: 700; }
.network-strip span { display: inline-flex; gap: 7px; align-items: center; }
.network-strip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(245, 242, 236, .86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 28px; padding: 14px 0; }
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-right: auto;
  font-family: var(--disp);
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -.02em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(150deg, var(--petrol), var(--petrol-d));
  color: #fff;
  font-size: 1.05rem;
  box-shadow: var(--shadow-sm);
}
.brand-copy { line-height: 1.1; }
.brand-copy b { display: block; font-weight: 800; }
.brand-copy small {
  display: block;
  font-family: var(--body);
  font-weight: 500;
  font-size: .66rem;
  letter-spacing: .04em;
  color: var(--muted);
  text-transform: uppercase;
}
.main-nav { display: flex; gap: 22px; font-weight: 600; font-size: .92rem; }
.main-nav a { color: var(--muted); padding: 6px 0; border-bottom: 2px solid transparent; transition: .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--ink); border-color: var(--coral); }
.header-cta {
  background: var(--coral);
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  border-radius: 11px;
  font-size: .92rem;
  box-shadow: var(--shadow-sm);
  transition: .2s;
}
.header-cta:hover { background: var(--coral-d); transform: translateY(-1px); }
.nav-toggle { display: none; }

/* ---------- primary action ---------- */
.primary-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--coral);
  color: #fff;
  font-family: var(--disp);
  font-weight: 800;
  font-size: 1.02rem;
  padding: 14px 26px;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  transition: .2s;
}
.primary-action:hover { background: var(--coral-d); transform: translateY(-1px); }
.text-link { font-weight: 700; color: var(--coral); display: inline-flex; gap: 6px; align-items: center; }

/* ---------- hero ---------- */
.conversion-hero { position: relative; padding: 4px 0 8px; }
.conversion-hero-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 44px;
  align-items: start;
  padding: 48px 0 44px;
}
.conversion-copy { padding-top: 4px; }
.reg-tag, .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--petrol-soft);
  color: var(--petrol-d);
  font-weight: 700;
  font-size: .8rem;
  padding: 7px 13px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.conversion-copy h1 { font-size: clamp(2.3rem, 4.4vw, 3.15rem); margin-bottom: 16px; }
.conversion-copy h1 em { font-style: normal; color: var(--petrol); position: relative; }
.conversion-copy h1 em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 4px;
  height: 10px;
  background: rgba(51, 120, 139, .22);
  z-index: -1;
  border-radius: 3px;
}
.hero-lead { font-size: 1.12rem; color: var(--muted); max-width: 46ch; margin-bottom: 24px; }
.hero-bullets { display: grid; gap: 11px; margin-bottom: 26px; }
.hero-bullets li { list-style: none; display: flex; gap: 11px; align-items: flex-start; font-weight: 500; }
.hero-bullets .ic {
  flex: none;
  width: 22px; height: 22px;
  border-radius: 6px;
  background: var(--petrol-soft);
  color: var(--petrol);
  display: grid;
  place-items: center;
  font-size: .8rem;
  font-weight: 800;
  margin-top: 1px;
}
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: .84rem;
  box-shadow: var(--shadow-sm);
}
.pill b { font-weight: 800; }
.stars { color: var(--gold); letter-spacing: 1px; }

/* breadcrumbs */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-weight: 500;
  font-size: .78rem;
}
.breadcrumbs a { font-weight: 700; color: var(--petrol); }
.breadcrumbs a:hover { color: var(--coral); }

/* legacy inline signals kept for hero variants */
.compliance-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 24px;
}
.compliance-line span {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 8px 14px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 500;
}
.compliance-line b { color: var(--petrol-d); font-weight: 800; }
.route-summary {
  display: grid;
  gap: .15rem;
  margin: 0 0 22px;
  padding: 14px 18px;
  border-left: 4px solid var(--coral);
  background: var(--petrol-soft);
  border-radius: 0 12px 12px 0;
}
.route-summary span { color: var(--muted); font-weight: 600; font-size: .74rem; }
.route-summary b { color: var(--petrol-d); font-family: var(--disp); font-size: 1.05rem; }
.route-line { display: none; }

/* ---------- form card ---------- */
.form-card {
  align-self: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: sticky;
  top: 88px;
}
.form-card-top { background: linear-gradient(150deg, var(--petrol), var(--petrol-d)); color: #fff; padding: 20px 22px; }
.form-badge {
  display: inline-block;
  background: var(--coral);
  color: #fff;
  font-family: var(--disp);
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.form-title { font-size: 1.32rem; color: #fff; margin-bottom: 5px; }
.form-lead { font-size: .88rem; color: #c9e2dd; }
.form-body { padding: 6px 14px 10px; }
.form-card iframe { display: block; width: 100%; border: 0; background: transparent; }
.form-reassure {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 4px 22px 18px;
  font-size: .74rem;
  color: var(--muted);
  font-weight: 500;
}
.form-reassure span { display: inline-flex; gap: 5px; align-items: center; }
.form-placeholder {
  margin: 18px 22px 22px;
  padding: 1rem;
  border: 1px dashed var(--line);
  background: var(--paper);
  color: var(--muted);
  font-size: .85rem;
  border-radius: 10px;
}

/* ---------- stat band ---------- */
.stats-band { background: var(--ink); color: #eaf1ef; margin-top: 14px; }
.stats-band .shell { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 30px 0; }
.stat b { font-family: var(--disp); font-weight: 800; font-size: 2.05rem; color: #fff; display: block; line-height: 1; }
.stat span { font-size: .84rem; color: #9db4af; display: block; margin-top: 7px; }
.stat em { font-style: normal; color: var(--coral); }
.stat small { display: block; font-size: .7rem; color: #7d938e; margin-top: 3px; }

/* ---------- sections ---------- */
.section { padding: 66px 0; }
.section.alt-section { background: var(--line-soft); }
.section.soft-section { background: var(--petrol-soft); }
.section-heading { max-width: 640px; margin-bottom: 34px; }
.section-heading h2 { font-size: clamp(1.8rem, 3vw, 2.2rem); margin: 4px 0 12px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.content-stack > h2 { margin-bottom: 14px; }
.content-stack > p { color: var(--muted); max-width: 68ch; }

/* ---------- prestations ---------- */
.presta-grid, .format-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.presta-card, .format-list article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: .2s;
}
.presta-card:hover, .format-list article:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--petrol-soft);
}
.presta-ico {
  width: 44px; height: 44px;
  border-radius: 11px;
  background: var(--petrol-soft);
  color: var(--petrol);
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  margin-bottom: 14px;
}
.presta-card h3, .format-list h3 { font-size: 1.16rem; margin-bottom: 6px; }
.presta-price {
  display: inline-block;
  align-self: flex-start;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
  padding: 5px 11px;
  border-radius: 100px;
  margin-bottom: 12px;
}
.presta-card p, .format-list p { font-size: .92rem; color: var(--muted); margin-bottom: 14px; }
.presta-tips { list-style: none; display: grid; gap: 8px; margin-bottom: 16px; }
.presta-tips li { display: flex; gap: 9px; font-size: .85rem; font-weight: 500; }
.presta-tips .ck { color: var(--petrol); flex: none; font-weight: 800; }
.presta-more, .format-list .presta-more { margin-top: auto; font-weight: 700; color: var(--coral); font-size: .9rem; display: inline-flex; gap: 6px; align-items: center; }

/* ---------- process ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 20px; }
.step .n {
  font-family: var(--disp);
  font-weight: 800;
  font-size: 1.1rem;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--petrol);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}
.step h3 { font-size: 1.05rem; margin-bottom: 6px; }
.step p { font-size: .88rem; color: var(--muted); }

/* ---------- aides ---------- */
.aides-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.aides-split h2 { font-size: clamp(1.8rem, 3vw, 2.2rem); margin: 4px 0 14px; }
.aides-split .lead { color: var(--muted); margin-bottom: 20px; }
.aides-list { display: grid; gap: 12px; }
.aide { display: flex; gap: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; padding: 16px 18px; align-items: center; }
.aide-amt { font-family: var(--disp); font-weight: 800; color: var(--petrol); font-size: 1.1rem; flex: none; min-width: 120px; }
.aide b { display: block; font-weight: 700; }
.aide span { font-size: .86rem; color: var(--muted); }

/* ---------- reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.review .stars { font-size: 1rem; margin-bottom: 11px; display: block; }
.review p { font-size: .94rem; margin-bottom: 16px; }
.review-who { display: flex; align-items: center; gap: 11px; }
.review-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--coral), var(--gold));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.review-who b { font-size: .9rem; display: block; }
.review-who span { font-size: .78rem; color: var(--muted); }

/* ---------- geo grids ---------- */
.region-grid { display: flex; gap: 10px; flex-wrap: wrap; }
.region-grid a {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 11px 15px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  gap: 9px;
  align-items: center;
  transition: .2s;
}
.region-grid a:hover { border-color: var(--petrol); color: var(--petrol); }
.region-grid span { font-family: var(--disp); color: var(--petrol); font-size: .82rem; }

.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hub-grid a {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 600;
  transition: .2s;
}
.hub-grid a:hover { border-color: var(--petrol); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.hub-grid b { font-family: var(--disp); color: var(--petrol); font-size: .85rem; }
.hub-grid span { color: var(--ink); }

.city-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.city-cloud a {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 8px 15px;
  font-size: .86rem;
  font-weight: 600;
  transition: .2s;
}
.city-cloud a:hover { border-color: var(--petrol); color: var(--petrol); }

/* ---------- local facts (city) ---------- */
.local-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 8px;
}
.fact {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 16px 18px;
}
.fact b { display: block; font-family: var(--disp); font-weight: 800; color: var(--petrol-d); font-size: 1.25rem; line-height: 1.1; }
.fact span { display: block; font-size: .82rem; color: var(--muted); margin-top: 4px; }

/* prestation link cards on city */
.presta-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.presta-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 15px 18px;
  transition: .2s;
}
.presta-links a:hover { border-color: var(--petrol); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.presta-links b { font-weight: 700; }
.presta-links .tag { font-family: var(--disp); font-weight: 800; color: var(--coral); font-size: .85rem; white-space: nowrap; }

/* tips list on prestation */
.tips-list { list-style: none; display: grid; gap: 10px; margin-top: 18px; }
.tips-list li { display: flex; gap: 11px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; font-weight: 500; }
.tips-list li::before { content: "✓"; color: var(--petrol); font-weight: 800; flex: none; }

/* ---------- faq ---------- */
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: start; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { background: var(--surface); border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.faq-list summary {
  padding: 17px 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--disp);
  font-size: 1.02rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--coral); font-weight: 800; font-size: 1.3rem; line-height: 1; }
.faq-list details[open] summary::after { content: "\2013"; }
.faq-list p { padding: 0 20px 18px; color: var(--muted); }

/* ---------- final cta ---------- */
.final-cta {
  background: linear-gradient(150deg, var(--petrol), var(--petrol-d));
  color: #fff;
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 240px at 80% 0, rgba(51, 120, 139, .3), transparent 60%);
}
.final-cta h2 { font-size: clamp(1.8rem, 3vw, 2.3rem); color: #fff; margin-bottom: 12px; position: relative; }
.final-cta p { color: #c9e2dd; margin-bottom: 24px; position: relative; }
.final-cta .primary-action { position: relative; box-shadow: var(--shadow); }

/* ---------- intent body ---------- */
.intent-body { display: grid; gap: 16px; }
.intent-body section { background: var(--surface); border: 1px solid var(--line); border-radius: 13px; padding: 24px 26px; }
.intent-body h2 { font-size: 1.35rem; margin-bottom: 8px; }
.intent-body p { color: var(--muted); }

/* ---------- zones directory ---------- */
.zones-directory { display: grid; gap: 22px; }
.zones-region { border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); overflow: hidden; }
.zones-region-heading { display: flex; align-items: center; gap: 14px; padding: 18px 22px; background: var(--petrol-soft); border-bottom: 1px solid var(--line); }
.zones-region-heading span { font-family: var(--disp); font-weight: 800; color: var(--petrol); }
.zones-region-heading h2 { font-size: 1.4rem; margin: 0; }
.zones-departments { display: grid; grid-template-columns: repeat(2, 1fr); }
.zones-department { padding: 18px 22px; border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.zones-department h3 { font-size: 1rem; margin-bottom: 10px; }
.zones-department h3 a:hover { color: var(--coral); }
.empty-note { padding: 1rem 1.2rem; border: 1px dashed var(--line); border-radius: 12px; background: var(--surface); color: var(--muted); }

/* ---------- status page ---------- */
.status-page { display: grid; align-items: center; min-height: 60vh; padding: 5rem 0; }
.status-code { display: inline-block; color: var(--coral); font-family: var(--disp); font-weight: 800; font-size: .78rem; letter-spacing: .08em; margin-bottom: 12px; }
.status-page h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 14px; }
.status-page p { color: var(--muted); max-width: 52ch; margin-bottom: 24px; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #9db4af; margin-top: 66px; padding: 44px 0 26px; font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 34px; margin-bottom: 28px; }
.site-footer strong, .footer-kicker { color: #fff; font-family: var(--disp); font-size: 1.05rem; display: block; margin-bottom: 12px; font-weight: 800; }
.site-footer p { max-width: 40ch; }
.site-footer a { color: #9db4af; display: block; margin-bottom: 8px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #24332f; padding-top: 18px; font-size: .8rem; }

/* ---------- exit popup ---------- */
.exit-popup { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 1.25rem; opacity: 0; transition: opacity .25s ease; }
.exit-popup[hidden] { display: none; }
.exit-popup.is-open { opacity: 1; }
.exit-popup-overlay { position: absolute; inset: 0; background: rgba(19, 74, 63, .78); backdrop-filter: blur(3px); }
.exit-popup-card {
  position: relative;
  width: min(520px, 100%);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 2rem;
}
.exit-popup-close { position: absolute; top: .6rem; right: .7rem; width: 44px; height: 44px; border: 0; background: transparent; font-size: 1.7rem; cursor: pointer; color: var(--muted); }
.exit-popup-eyebrow { color: var(--coral); font-family: var(--disp); font-weight: 800; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.exit-popup-card h2 { margin: .6rem 0 .5rem; font-size: 1.55rem; }
.exit-popup-card p { color: var(--muted); margin-bottom: 18px; }
.exit-popup-cta { width: 100%; justify-content: center; }
.exit-popup-dismiss { display: block; margin: 1rem auto 0; border: 0; background: transparent; color: var(--muted); text-decoration: underline; cursor: pointer; }

:focus-visible { outline: 3px solid var(--petrol); outline-offset: 3px; }

/* ---------- responsive ---------- */
@media (max-width: 1050px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: .82rem; }
  .conversion-hero-grid { gap: 28px; grid-template-columns: 1fr 380px; }
}
@media (max-width: 900px) {
  .conversion-hero-grid { grid-template-columns: 1fr; gap: 26px; padding: 30px 0 34px; }
  .form-card { position: static; }
  .aides-split, .faq-layout { grid-template-columns: 1fr; gap: 26px; }
  .presta-grid, .format-list, .steps, .reviews-grid, .stats-band .shell, .footer-grid, .hub-grid { grid-template-columns: 1fr 1fr; }
  .local-facts { grid-template-columns: 1fr 1fr; }
  .presta-links { grid-template-columns: 1fr; }
  .zones-departments { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .main-nav, .header-cta { display: none; }
  .nav-toggle {
    display: block;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--petrol);
    border-radius: 9px;
    background: var(--surface);
    font-weight: 700;
    color: var(--petrol-d);
  }
  .main-nav[data-open="true"] {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px 24px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 32px, 1160px); }
  .presta-grid, .format-list, .steps, .reviews-grid, .stats-band .shell, .footer-grid, .hub-grid, .region-grid { grid-template-columns: 1fr; }
  .local-facts { grid-template-columns: 1fr 1fr; }
  .brand-copy { display: none; }
  .final-cta { padding: 32px 22px; }
  .section { padding: 48px 0; }
  .footer-grid > div:first-child { grid-column: auto; }
  .region-grid { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .exit-popup { transition: none; }
  .primary-action:hover, .header-cta:hover, .presta-card:hover, .hub-grid a:hover, .presta-links a:hover { transform: none; }
}
