:root{
  --navy:#06162a;
  --navy-2:#0a213e;
  --navy-3:#020813;
  --blue:#5ea8f2;
  --blue-2:#93ceff;
  --ice:#eaf5ff;
  --white:#ffffff;
  --paper:#f5f9ff;
  --paper-2:#edf5ff;
  --ink:#0d1726;
  --muted:#64748b;
  --line:rgba(6,22,42,.12);
  --glass:rgba(255,255,255,.12);
  --shadow:0 24px 70px rgba(6,22,42,.12);
  --shadow-strong:0 34px 100px rgba(6,22,42,.26);
  --radius:30px;
  --radius-lg:48px;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  scroll-behavior:smooth;
  overflow-x:hidden;
}

body{
  min-width:320px;
  font-family:Manrope, Arial, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 7% 1%, rgba(94,168,242,.20), transparent 25%),
    radial-gradient(circle at 92% 6%, rgba(147,206,255,.18), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 45%, var(--paper-2) 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

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

img{
  height:auto;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
textarea,
select{
  font:inherit;
}

.Body{
  min-height:100vh;
}

main,
.topbar,
.footer{
  width:min(1240px, calc(100% - 36px));
  margin-inline:auto;
}

main{
  margin-bottom:86px;
}

h1,
h2,
h3,
p,
ol,
ul{
  margin-top:0;
}

h1,
h2,
h3,
.micro-title,
.logo-lockup,
.topbar-call,
.topbar-zone,
.btn-main,
.btn-ghost,
.final-actions a,
.floating-call,
.rating-card,
.service-card a,
.google-link{
  font-family:"Space Grotesk", Manrope, Arial, sans-serif;
}

h1{
  max-width:880px;
  margin-bottom:24px;
  color:#fff;
  font-size:clamp(3rem, 7.1vw, 7.2rem);
  line-height:.9;
  letter-spacing:-.08em;
  font-weight:700;
}

h2{
  margin-bottom:18px;
  color:var(--navy);
  font-size:clamp(2rem, 4vw, 4.15rem);
  line-height:.98;
  letter-spacing:-.064em;
  font-weight:700;
}

h3{
  margin-bottom:8px;
  color:var(--navy);
  font-size:1.12rem;
  line-height:1.28;
  font-weight:700;
}

p{
  color:var(--muted);
  font-size:1rem;
  line-height:1.76;
}

.topbar{
  position:relative;
  z-index:20;
  margin-top:18px;
  margin-bottom:-94px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:26px;
  background:rgba(2,8,19,.54);
  box-shadow:0 20px 60px rgba(2,8,19,.20);
  backdrop-filter:blur(18px);
}

.logo-lockup{
  display:flex;
  align-items:center;
}

.logo-lockup img{
  width:196px;
  padding:8px 12px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.topbar-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.topbar-zone,
.topbar-call{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 18px;
  border-radius:18px;
  color:#fff;
  font-weight:700;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  transition:.24s ease;
}

.topbar-zone{
  color:var(--blue-2);
}

.topbar-call{
  gap:12px;
}

.topbar-call span{
  color:var(--blue-2);
  font-weight:600;
}

.topbar-zone:hover,
.topbar-call:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.16);
}

.breadcrumb{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(1px, 1px, 1px, 1px);
}

.breadcrumb ol{
  list-style:none;
  padding:0;
  margin:0;
}

.micro-title{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin:0 0 18px;
  color:var(--blue-2);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.78rem;
  font-weight:700;
}

.micro-title::before{
  content:"";
  width:38px;
  height:3px;
  border-radius:999px;
  background:currentColor;
}

.micro-title--dark{
  color:var(--blue);
}

.hero-screen{
  position:relative;
  min-height:940px;
  padding:168px 54px 70px;
  display:grid;
  grid-template-columns:minmax(0, .96fr) minmax(360px, 1.04fr);
  gap:44px;
  align-items:end;
  overflow:hidden;
  border-radius:0 0 var(--radius-lg) var(--radius-lg);
  color:#fff;
  background:
    radial-gradient(circle at 14% 22%, rgba(94,168,242,.28), transparent 32%),
    linear-gradient(135deg, var(--navy-3) 0%, var(--navy) 48%, #0b315b 100%);
  box-shadow:var(--shadow-strong);
  isolation:isolate;
}

.hero-screen::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.05) 0 1px, transparent 1px);
  background-size:82px 82px;
  opacity:.24;
  mask-image:linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  pointer-events:none;
}

.hero-screen::after{
  content:"";
  position:absolute;
  right:-190px;
  top:110px;
  width:620px;
  aspect-ratio:1;
  border-radius:50%;
  border:82px solid rgba(255,255,255,.06);
  pointer-events:none;
}

.hero-glow{
  position:absolute;
  pointer-events:none;
  border-radius:999px;
  filter:blur(2px);
}

.hero-glow--a{
  width:520px;
  height:520px;
  right:8%;
  top:7%;
  background:radial-gradient(circle, rgba(147,206,255,.16), transparent 66%);
}

.hero-glow--b{
  width:420px;
  height:420px;
  left:6%;
  bottom:8%;
  background:radial-gradient(circle, rgba(94,168,242,.14), transparent 68%);
}

.hero-content,
.hero-media{
  position:relative;
  z-index:2;
}

.hero-lead{
  max-width:760px;
  margin-bottom:0;
  color:rgba(255,255,255,.82);
  font-size:1.08rem;
}

.hero-actions,
.final-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:34px;
}

.btn-main,
.btn-ghost,
.final-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:15px 24px;
  border-radius:999px;
  font-weight:700;
  transition:.24s ease;
}

.btn-main,
.final-actions a:first-child{
  color:#fff;
  background:linear-gradient(135deg, #4f99e6, #2e72bb);
  box-shadow:0 18px 42px rgba(46,114,187,.32);
}

.btn-ghost,
.final-actions a:nth-child(2){
  color:#fff;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.08);
}

.btn-main:hover,
.btn-ghost:hover,
.final-actions a:hover{
  transform:translateY(-2px);
}

.hero-proof{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
  margin-top:34px;
}

.hero-proof article{
  padding:18px;
  min-height:112px;
  display:grid;
  align-content:space-between;
  border-radius:22px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.hero-proof strong{
  color:#fff;
  font-size:1rem;
}

.hero-proof span{
  color:rgba(255,255,255,.70);
  font-size:.9rem;
  line-height:1.42;
}

.hero-media{
  min-height:650px;
}

.hero-photo{
  position:absolute;
  right:0;
  top:0;
  width:min(560px, 100%);
  height:430px;
  margin:0;
  overflow:hidden;
  border-radius:38px;
  background:#0b203a;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 30px 90px rgba(0,0,0,.30);
}

.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(6,22,42,.02) 25%, rgba(6,22,42,.78) 100%);
}

.hero-photo figcaption,
.split-photo figcaption{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  z-index:2;
  padding:16px 18px;
  border-radius:24px;
  color:#fff;
  background:rgba(6,22,42,.62);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
}

.hero-photo figcaption strong,
.split-photo figcaption strong{
  display:block;
  margin-bottom:4px;
  color:#fff;
}

.hero-photo figcaption span,
.split-photo figcaption span{
  color:rgba(255,255,255,.82);
  line-height:1.5;
}

.hero-badge{
  position:absolute;
  width:min(310px, 78%);
  padding:24px;
  border-radius:28px;
  box-shadow:0 22px 70px rgba(0,0,0,.22);
}

.hero-badge span{
  display:inline-flex;
  margin-bottom:24px;
  opacity:.72;
  font-size:2.6rem;
  line-height:1;
  letter-spacing:-.08em;
  font-weight:700;
}

.hero-badge strong{
  display:block;
  color:inherit;
  font-size:1.12rem;
  line-height:1.25;
}

.hero-badge--primary{
  left:0;
  bottom:96px;
  color:var(--navy);
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.50);
}

.hero-badge--glass{
  right:0;
  bottom:0;
  color:#fff;
  background:linear-gradient(135deg, rgba(94,168,242,.95), rgba(46,114,187,.95));
}

.identity-strip{
  position:relative;
  z-index:3;
  margin:-38px 0 56px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:0;
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.identity-strip div{
  padding:24px 28px;
  border-right:1px solid var(--line);
}

.identity-strip div:last-child{
  border-right:0;
}

.identity-strip span{
  display:block;
  margin-bottom:8px;
  color:var(--blue);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.75rem;
  font-weight:800;
}

.identity-strip strong{
  display:block;
  color:var(--navy);
  font-size:1.02rem;
}

.intro-section{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  margin-bottom:62px;
}

.intro-card,
.section-copy,
.zone-card,
.trust-rating,
.faq-head{
  padding:36px;
  border-radius:34px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.intro-card--dark{
  color:#fff;
  background:
    radial-gradient(circle at 90% 16%, rgba(147,206,255,.20), transparent 26%),
    linear-gradient(135deg, var(--navy), var(--navy-3));
  box-shadow:var(--shadow-strong);
}

.intro-card--dark h2,
.intro-card--dark p{
  color:#fff;
}

.intro-card--dark p{
  color:rgba(255,255,255,.76);
}

.check-list{
  display:grid;
  gap:12px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

.check-list li{
  position:relative;
  padding:16px 18px 16px 54px;
  border-radius:20px;
  background:var(--ice);
  border:1px solid rgba(94,168,242,.20);
  color:var(--muted);
  line-height:1.55;
}

.check-list li::before{
  content:"";
  position:absolute;
  left:20px;
  top:22px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--blue);
  box-shadow:0 0 0 7px rgba(94,168,242,.14);
}

.services-panel{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:34px;
  align-items:start;
  margin-bottom:62px;
}

.section-copy{
  position:sticky;
  top:24px;
}

.section-copy p:last-child{
  margin-bottom:0;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}

.service-card{
  position:relative;
  min-height:280px;
  display:grid;
  align-content:space-between;
  padding:26px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 42px rgba(6,22,42,.07);
  overflow:hidden;
  transition:.24s ease;
}

.service-card::after{
  content:"";
  position:absolute;
  right:-44px;
  top:-44px;
  width:142px;
  height:142px;
  border-radius:50%;
  background:rgba(94,168,242,.10);
}

.service-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}

.service-card span{
  position:relative;
  z-index:2;
  display:inline-flex;
  width:62px;
  height:62px;
  margin-bottom:22px;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  color:var(--navy);
  background:var(--ice);
  border:1px solid rgba(94,168,242,.24);
  font-weight:800;
}

.service-card h3,
.service-card p,
.service-card a{
  position:relative;
  z-index:2;
}

.service-card p{
  margin-bottom:22px;
}

.service-card a{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:12px 16px;
  border-radius:999px;
  color:#fff;
  font-weight:700;
  background:linear-gradient(135deg, var(--navy), var(--navy-2));
}

.service-card--accent{
  color:#fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(147,206,255,.26), transparent 26%),
    linear-gradient(135deg, var(--navy), var(--navy-3));
}

.service-card--accent h3,
.service-card--accent p{
  color:#fff;
}

.service-card--accent p{
  color:rgba(255,255,255,.74);
}

.service-card--accent a{
  color:var(--navy);
  background:#fff;
}

.split-story{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:32px;
  align-items:center;
  margin-bottom:62px;
  padding:38px;
  border-radius:var(--radius-lg);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.split-copy{
  position:relative;
  z-index:2;
}

.split-photo{
  position:relative;
  min-height:520px;
  margin:0;
  overflow:hidden;
  border-radius:38px;
  background:#0a213e;
  box-shadow:0 24px 70px rgba(6,22,42,.18);
}

.split-photo img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
}

.split-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 34%, rgba(6,22,42,.82));
}

.method-section{
  margin-bottom:62px;
  padding:44px;
  border-radius:var(--radius-lg);
  color:#fff;
  background:
    radial-gradient(circle at 90% 16%, rgba(147,206,255,.20), transparent 26%),
    linear-gradient(135deg, var(--navy), var(--navy-3));
  box-shadow:var(--shadow-strong);
}

.method-title{
  max-width:860px;
  margin-bottom:34px;
}

.method-title h2{
  color:#fff;
}

.method-title p{
  color:rgba(255,255,255,.76);
}

.method-rail{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:1px;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.12);
}

.method-rail article{
  padding:28px;
  background:rgba(255,255,255,.07);
}

.method-rail span{
  display:inline-flex;
  margin-bottom:24px;
  color:var(--blue-2);
  font-family:"Space Grotesk", Manrope, Arial, sans-serif;
  font-size:1.4rem;
  font-weight:700;
  letter-spacing:-.04em;
}

.method-rail h3{
  color:#fff;
}

.method-rail p{
  margin:0;
  color:rgba(255,255,255,.76);
}

.trust-section{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:28px;
  margin-bottom:62px;
}

.rating-card{
  margin-top:24px;
  padding:24px;
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(147,206,255,.24), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
}

.rating-card strong{
  display:block;
  color:#fff;
  font-size:clamp(2.5rem, 6vw, 4.4rem);
  line-height:.9;
  letter-spacing:-.08em;
}

.rating-card span{
  display:block;
  margin-top:10px;
  color:rgba(255,255,255,.76);
}

.google-link{
  display:inline-flex;
  margin-top:14px;
  padding:13px 17px;
  border-radius:999px;
  color:var(--navy);
  background:var(--ice);
  border:1px solid rgba(94,168,242,.20);
  font-weight:700;
}

.trust-cards{
  display:grid;
  grid-template-columns:repeat(1, 1fr);
  gap:14px;
}

.trust-cards article{
  min-height:280px;
  display:grid;
  align-content:space-between;
  padding:26px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 42px rgba(6,22,42,.07);
}

.trust-cards article::before{
  content:"";
  width:54px;
  height:54px;
  margin-bottom:28px;
  border-radius:18px;
  background:linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow:0 14px 30px rgba(94,168,242,.24);
}

.trust-cards p{
  margin:0;
}

.zone-section{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  margin-bottom:62px;
}

.communes{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.communes span{
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  color:var(--navy);
  background:var(--ice);
  border:1px solid rgba(94,168,242,.20);
  font-weight:700;
}

.zone-media{
  display:grid;
  gap:16px;
}

.map-panel{
  min-height:360px;
  overflow:hidden;
  border-radius:var(--radius-lg);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.map-panel iframe{
  width:100%;
  height:100%;
  min-height:360px;
  border:0;
}

.truck-photo{
  position:relative;
  min-height:250px;
  margin:0;
  overflow:hidden;
  border-radius:34px;
  background:#0a213e;
  box-shadow:var(--shadow);
}

.truck-photo img{
  width:100%;
  height:100%;
  min-height:250px;
  object-fit:cover;
}

.truck-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 26%, rgba(6,22,42,.76));
}

.truck-photo figcaption{
  position:absolute;
  left:20px;
  bottom:18px;
  right:20px;
  z-index:2;
  color:#fff;
  font-weight:800;
}

.faq-section{
  margin-bottom:62px;
}

.faq-head{
  margin-bottom:18px;
}

.faq-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}

.faq-grid article{
  padding:26px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 42px rgba(6,22,42,.07);
}

.faq-grid p{
  margin:0;
}

.final-cta{
  margin-bottom:50px;
  padding:50px;
  border-radius:var(--radius-lg);
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at 14% 18%, rgba(94,168,242,.26), transparent 28%),
    linear-gradient(135deg, #071a34, #0b315b);
  box-shadow:var(--shadow-strong);
}

.final-cta h2{
  color:#fff;
}

.final-cta p{
  max-width:780px;
  margin:0 auto;
  color:rgba(255,255,255,.78);
}

.final-actions{
  justify-content:center;
}

.footer{
  margin-bottom:30px;
  padding:30px;
  border-radius:28px;
  color:#fff;
  background:var(--navy-3);
  border-top:4px solid var(--blue);
}

.footer-main{
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:start;
}

.footer strong{
  display:block;
  font-size:1.08rem;
}

.footer p{
  max-width:720px;
  margin:6px 0 0;
  color:rgba(255,255,255,.68);
}

.footer address{
  display:grid;
  gap:6px;
  color:rgba(255,255,255,.76);
  font-style:normal;
  text-align:right;
}

.footer address a{
  color:#fff;
  font-weight:800;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
}

.footer-links a{
  display:inline-flex;
  padding:9px 12px;
  border-radius:999px;
  color:rgba(255,255,255,.82);
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  font-size:.9rem;
  font-weight:700;
}

.footer-links a:hover{
  color:#fff;
  background:rgba(94,168,242,.20);
}

.floating-call{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:150;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:64px;
  padding:0 22px 0 12px;
  border-radius:999px;
  color:#fff;
  font-weight:700;
  background:linear-gradient(135deg, #4f99e6, #2e72bb);
  box-shadow:0 20px 46px rgba(46,114,187,.36), 0 0 0 8px rgba(255,255,255,.9);
  transition:.24s ease;
}

.floating-call:hover{
  transform:translateY(-3px);
}

.floating-call__icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--navy);
  background:#fff;
}

.floating-call__label{
  white-space:nowrap;
}

@media (max-width:1120px){
  .hero-screen,
  .intro-section,
  .services-panel,
  .split-story,
  .trust-section,
  .zone-section{
    grid-template-columns:1fr;
  }

  .hero-media{
    min-height:700px;
  }

  .hero-photo{
    width:100%;
    height:430px;
  }

  .section-copy{
    position:relative;
    top:auto;
  }

  .method-rail,
  .identity-strip,
  .trust-cards{
    grid-template-columns:repeat(2, 1fr);
  }

  .footer-main{
    grid-template-columns:1fr;
  }

  .footer address{
    text-align:left;
  }
}

@media (max-width:820px){
  .topbar{
    flex-direction:column;
    align-items:stretch;
  }

  .topbar-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .topbar-zone,
  .topbar-call{
    width:100%;
  }

  .service-grid,
  .faq-grid,
  .method-rail,
  .identity-strip,
  .trust-cards,
  .hero-proof{
    grid-template-columns:1fr;
  }

  .hero-media{
    min-height:auto;
    display:grid;
    gap:14px;
  }

  .hero-photo,
  .hero-badge{
    position:relative;
    inset:auto;
    width:100%;
  }
}

@media (max-width:760px){
  main,
  .topbar,
  .footer{
    width:min(100% - 24px, 1240px);
  }

  .topbar{
    margin-top:12px;
    margin-bottom:-84px;
    padding:14px;
    border-radius:22px;
  }

  .logo-lockup img{
    width:156px;
  }

  .hero-screen{
    min-height:auto;
    padding:138px 22px 32px;
    gap:28px;
    border-radius:0 0 32px 32px;
  }

  h1{
    font-size:clamp(2.5rem, 13.4vw, 4.15rem);
  }

  h2{
    font-size:clamp(2rem, 9vw, 3.15rem);
  }

  .hero-actions a,
  .final-actions a{
    width:100%;
  }

  .hero-photo{
    height:310px;
    border-radius:28px;
  }

  .intro-card,
  .section-copy,
  .split-story,
  .method-section,
  .trust-rating,
  .zone-card,
  .final-cta,
  .faq-head{
    padding:26px;
    border-radius:30px;
  }

  .service-card,
  .faq-grid article,
  .trust-cards article{
    padding:22px;
    border-radius:26px;
  }

  .split-photo,
  .split-photo img{
    min-height:340px;
  }

  .map-panel,
  .map-panel iframe{
    min-height:330px;
  }

  .floating-call{
    left:14px;
    right:14px;
    bottom:14px;
    min-height:60px;
    padding:0 18px;
  }

  body{
    padding-bottom:88px;
  }
}

@media (max-width:420px){
  .topbar-call{
    gap:8px;
  }

  .topbar-call span,
  .topbar-zone{
    font-size:.9rem;
  }

  .footer{
    padding:24px;
  }
}

@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}
