
:root{
  --violet:#6f2bd9;
  --violet-2:#8b5cf6;
  --violet-dark:#4a167f;
  --violet-soft:#f4efff;
  --violet-line:#dfd2fb;
  --ink:#17131f;
  --muted:#6e6877;
  --line:#e8e3ee;
  --white:#fff;
  --bg:#fbfafc;
  --radius:26px;
  --shadow:0 20px 55px rgba(50,31,73,.10);
  --shadow-soft:0 10px 30px rgba(50,31,73,.07);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 93% 2%, rgba(139,92,246,.10), transparent 24rem),
    var(--bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.wrap{max-width:var(--max);margin:auto;padding-left:24px;padding-right:24px}
.skip{position:absolute;left:-9999px}
.skip:focus{left:12px;top:12px;z-index:999;background:white;padding:10px 14px;border-radius:8px}

.header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(16px);
  background:rgba(251,250,252,.89);
  border-bottom:1px solid rgba(232,227,238,.9)
}
.header-inner{
  max-width:var(--max);margin:auto;padding:12px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:22px
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:62px;height:55px;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1.08}
.brand-copy strong{font-size:1rem}
.brand-copy span{font-size:.76rem;color:var(--muted);margin-top:5px}
.nav{display:flex;align-items:center;gap:24px;font-size:.92rem}
.nav a{color:#4e4757}
.nav a:hover,.nav a[aria-current="page"]{color:var(--violet)}
.nav .call{color:#fff;background:var(--violet);padding:10px 17px;border-radius:999px;font-weight:800}
.menu-btn{display:none;background:white;border:1px solid var(--line);border-radius:12px;width:44px;height:44px}

.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.77rem;letter-spacing:.11em;text-transform:uppercase;font-weight:900;color:var(--violet);
  margin-bottom:18px
}
.eyebrow:before{content:"";width:18px;height:2px;background:currentColor;border-radius:2px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(3.2rem,6.1vw,5.75rem);line-height:.94;letter-spacing:-.065em;margin-bottom:25px}
h2{font-size:clamp(2.25rem,4.3vw,4rem);line-height:.99;letter-spacing:-.055em;margin-bottom:20px}
h3{font-size:1.25rem;letter-spacing:-.03em;margin-bottom:10px}
.lead{font-size:1.13rem;color:var(--muted);max-width:720px}
.muted{color:var(--muted)}
.small{font-size:.9rem}
.section{padding-top:105px;padding-bottom:105px}
.section-head{max-width:770px;margin-bottom:42px}
.section-head p{font-size:1.04rem;color:var(--muted)}

.hero{
  min-height:690px;
  display:grid;grid-template-columns:1.04fr .96fr;gap:62px;align-items:center;
  padding-top:74px;padding-bottom:70px
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 25px}
.btn{
  min-height:52px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid transparent;font-weight:800;cursor:pointer;transition:.18s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--violet);color:#fff}
.btn-primary:hover{background:var(--violet-dark)}
.btn-light{background:#fff;border-color:var(--line)}
.pills{display:flex;gap:9px;flex-wrap:wrap}
.pills span{font-size:.82rem;color:#5f5868;background:#fff;border:1px solid var(--line);padding:7px 11px;border-radius:999px}

.hero-panel{
  position:relative;min-height:505px;border-radius:36px;overflow:hidden;
  background:linear-gradient(145deg,#4f178e,#7130d4 55%,#9d73f0);
  box-shadow:0 34px 88px rgba(72,31,122,.25);
  padding:30px;color:white;display:flex;flex-direction:column;justify-content:flex-end
}
.hero-panel:before{
  content:"";position:absolute;width:460px;height:460px;border-radius:50%;
  border:1px solid rgba(255,255,255,.22);top:-180px;right:-130px
}
.hero-panel:after{
  content:"";position:absolute;width:280px;height:280px;border-radius:50%;
  border:1px solid rgba(255,255,255,.14);bottom:-120px;left:-110px
}
.hero-logo-card{
  position:absolute;inset:28px 28px 145px 28px;
  border-radius:28px;background:rgba(255,255,255,.96);display:grid;place-items:center;
  box-shadow:0 20px 55px rgba(39,14,67,.15);padding:35px
}
.hero-logo-card img{width:min(300px,78%);max-height:255px;object-fit:contain}
.hero-photo-note{
  position:absolute;right:42px;top:43px;padding:8px 12px;border-radius:999px;
  color:#4a3168;background:#f8f4ff;border:1px solid #e4d8ff;font-size:.76rem;font-weight:800
}
.hero-panel-copy{position:relative}
.hero-panel-copy small{display:block;color:#dfd2ff;font-weight:800;margin-bottom:5px}
.hero-panel-copy strong{display:block;font-size:1.6rem;line-height:1.1;letter-spacing:-.035em}

.quickfacts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.fact{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 20px}
.fact strong{display:block;margin-bottom:3px}
.fact span{font-size:.88rem;color:var(--muted)}

.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:29px;box-shadow:var(--shadow-soft)}
.card p{color:var(--muted);margin-bottom:0}
.service-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:26px}
.icon{width:45px;height:45px;border-radius:15px;display:grid;place-items:center;background:var(--violet-soft);color:var(--violet);font-weight:900}
.num{font-size:.77rem;color:#9991a3;font-weight:800}
.more{display:inline-flex;margin-top:18px;color:var(--violet);font-weight:800;font-size:.91rem}

.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:start}
.copy p{color:var(--muted);font-size:1.02rem}
.steps{display:grid;gap:12px}
.step{display:grid;grid-template-columns:50px 1fr;gap:15px;background:#fff;border:1px solid var(--line);border-radius:21px;padding:21px 23px}
.step>span{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--violet-soft);color:var(--violet);font-weight:900}
.step strong{display:block;margin-bottom:3px}
.step p{font-size:.92rem;color:var(--muted);margin-bottom:0}

.value-box{
  background:linear-gradient(135deg,#17131f,#2d1942);color:#fff;border-radius:32px;padding:43px;
  display:grid;grid-template-columns:1.16fr .84fr;gap:40px;align-items:center
}
.value-box p{color:#d8d0df;margin-bottom:0;max-width:720px}
.value-pill{justify-self:end;min-width:245px;text-align:center;border:1px solid rgba(255,255,255,.18);border-radius:25px;background:rgba(255,255,255,.06);padding:27px 24px}
.value-pill strong{display:block;font-size:2.15rem;letter-spacing:-.05em}
.value-pill span{font-size:.86rem;color:#d8d0df}

.photo-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}
.photo-placeholder{
  min-height:310px;border-radius:28px;border:1px dashed #cdbfe1;
  background:linear-gradient(145deg,#f8f4ff,#eee6ff);padding:24px;
  display:flex;align-items:flex-end;color:#5f5073
}
.photo-placeholder strong{display:block;color:#3f2f54;margin-bottom:2px}
.photo-placeholder span{font-size:.86rem}
.photo-stack{display:grid;gap:18px}
.photo-stack .photo-placeholder{min-height:146px}

.zone{
  background:linear-gradient(135deg,var(--violet-dark),var(--violet));color:#fff;border-radius:34px;padding:54px;
  display:flex;justify-content:space-between;align-items:center;gap:36px;box-shadow:var(--shadow)
}
.zone .eyebrow{color:#dacbff}
.zone p{color:#eee7fb;max-width:730px;margin-bottom:0}
.zone-badge{
  min-width:180px;aspect-ratio:1;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08)
}
.zone-badge strong{font-size:2.55rem;line-height:1}
.zone-badge span{font-size:.86rem;color:#e9e0ff;margin-top:7px}

.local-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.local-links a,.local-links span{
  border:1px solid var(--violet-line);background:var(--violet-soft);color:#56368a;padding:8px 12px;border-radius:999px;font-size:.83rem
}

.faq{display:grid;gap:12px}
details{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px 22px}
summary{cursor:pointer;font-weight:800;list-style:none;position:relative;padding-right:34px}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";position:absolute;right:0;top:-4px;font-size:1.45rem;color:var(--violet);font-weight:500}
details[open] summary:after{content:"–"}
details p{color:var(--muted);margin:14px 0 0}

.contact{
  background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px;
  display:flex;justify-content:space-between;align-items:center;gap:30px;box-shadow:var(--shadow)
}
.contact small{display:block;color:var(--muted);margin-bottom:6px}
.phone{font-size:clamp(2rem,4.2vw,3.6rem);font-weight:900;letter-spacing:-.06em;color:var(--violet)}
.contact p{color:var(--muted);margin:4px 0 0}
.contact-actions{display:flex;gap:10px;flex-wrap:wrap}

.page-hero{padding-top:84px;padding-bottom:55px;max-width:900px}
.page-hero h1{font-size:clamp(3rem,5.8vw,5rem)}
.breadcrumb{font-size:.83rem;color:var(--muted);margin-bottom:18px}
.breadcrumb a{color:var(--violet)}
.prose{max-width:820px}
.prose h2{font-size:clamp(2rem,3.4vw,3rem);margin-top:55px}
.prose h3{margin-top:32px}
.prose p,.prose li{color:#5f5868}
.prose ul{padding-left:1.2rem}

.notice{
  background:var(--violet-soft);border:1px solid var(--violet-line);border-radius:22px;padding:23px;
  color:#513a72;margin:28px 0
}

.footer{padding:34px 0 44px;border-top:1px solid var(--line);margin-top:24px}
.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px;color:var(--muted);font-size:.87rem}
.footer-brand{display:flex;gap:13px;align-items:flex-start}
.footer-brand img{width:70px;height:62px;object-fit:contain}
.footer strong{color:var(--ink)}
.footer-col{display:flex;flex-direction:column;gap:6px}
.footer-col a:hover{color:var(--violet)}
.copyright{max-width:var(--max);margin:28px auto 0;padding:20px 24px 0;border-top:1px solid var(--line);font-size:.78rem;color:#8b8493}

.mobile-bar{display:none}

@media(max-width:900px){
  .nav{display:none}
  .nav.open{
    display:flex;position:absolute;left:18px;right:18px;top:72px;flex-direction:column;align-items:stretch;
    background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:var(--shadow)
  }
  .nav.open a{padding:9px 6px}
  .menu-btn{display:block}
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:62px}
  .quickfacts{grid-template-columns:1fr}
  .split{grid-template-columns:1fr;gap:38px}
  .value-box{grid-template-columns:1fr}
  .value-pill{justify-self:start}
  .photo-grid{grid-template-columns:1fr}
  .zone{align-items:flex-start}
  .footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .wrap,.header-inner{padding-left:18px;padding-right:18px}
  .brand img{width:54px;height:48px}
  .brand-copy span{display:none}
  h1{font-size:clamp(3rem,15vw,4.65rem)}
  .hero{padding-top:47px;padding-bottom:52px;gap:24px}
  .hero-actions .btn{width:100%}
  .hero-panel{min-height:395px;padding:23px}
  .hero-logo-card{inset:20px 20px 123px 20px}
  .hero-panel-copy strong{font-size:1.35rem}
  .section{padding-top:76px;padding-bottom:76px}
  .cards{grid-template-columns:1fr}
  .value-box{padding:29px 23px}
  .zone{padding:35px 25px;flex-direction:column}
  .zone-badge{min-width:0;width:100%;aspect-ratio:auto;border-radius:22px;padding:20px}
  .contact{flex-direction:column;align-items:flex-start;padding:25px}
  .contact-actions,.contact-actions .btn{width:100%}
  .footer-inner{grid-template-columns:1fr}
  .mobile-bar{
    position:fixed;display:grid;grid-template-columns:1fr 1fr;gap:8px;left:10px;right:10px;bottom:10px;z-index:60;
    padding:8px;border-radius:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);
    border:1px solid var(--line);box-shadow:0 16px 40px rgba(30,18,43,.18)
  }
  .mobile-bar a,.mobile-bar button{min-height:48px;border-radius:13px;border:0;font-weight:850}
  .mobile-bar a{display:grid;place-items:center;background:var(--violet);color:white}
  .mobile-bar button{background:var(--violet-soft);color:var(--violet)}
  body{padding-bottom:82px}
}


/* ===== V3.1 — optimisation mobile / iPhone ===== */

/* Better touch targets and predictable rendering */
html{
  -webkit-text-size-adjust:100%;
  text-rendering:optimizeLegibility;
}
body{
  overflow-x:hidden;
}
a,button,summary{
  -webkit-tap-highlight-color:transparent;
}
button,a.btn,.nav .call{
  touch-action:manipulation;
}

/* Improve menu usability on phones */
@media(max-width:900px){
  .header-inner{
    min-height:68px;
  }

  .menu-btn{
    display:grid;
    place-items:center;
    font-size:1.15rem;
    color:var(--ink);
    cursor:pointer;
  }

  .nav.open{
    gap:4px;
  }

  .nav.open a{
    min-height:44px;
    display:flex;
    align-items:center;
    border-radius:12px;
    padding:10px 12px;
  }

  .nav.open a:hover{
    background:var(--violet-soft);
  }

  .nav.open .call{
    justify-content:center;
    margin-top:6px;
  }
}

@media(max-width:640px){

  :root{
    --radius:22px;
  }

  .header{
    position:sticky;
  }

  .header-inner{
    padding-top:9px;
    padding-bottom:9px;
  }

  .brand{
    gap:9px;
  }

  .brand img{
    width:50px;
    height:44px;
  }

  .brand-copy strong{
    font-size:.96rem;
  }

  .menu-btn{
    width:42px;
    height:42px;
  }

  .hero{
    padding-top:38px;
    padding-bottom:38px;
    gap:20px;
  }

  .eyebrow{
    font-size:.69rem;
    letter-spacing:.09em;
    margin-bottom:13px;
  }

  h1{
    font-size:clamp(2.55rem,13.5vw,4rem);
    line-height:.96;
    letter-spacing:-.06em;
    margin-bottom:18px;
  }

  h2{
    font-size:clamp(2rem,10.5vw,3rem);
    line-height:1;
    margin-bottom:16px;
  }

  h3{
    font-size:1.15rem;
  }

  .lead,
  .hero p{
    font-size:1.02rem;
    line-height:1.55;
  }

  .hero-actions{
    margin:23px 0 18px;
    gap:9px;
  }

  .btn{
    min-height:50px;
    padding:0 18px;
    font-size:.96rem;
  }

  .pills{
    gap:7px;
  }

  .pills span{
    font-size:.76rem;
    padding:6px 9px;
  }

  .hero-panel{
    min-height:330px;
    border-radius:28px;
  }

  .hero-logo-card{
    inset:16px 16px 106px 16px;
    border-radius:22px;
    padding:24px;
  }

  .hero-logo-card img{
    width:min(250px,76%);
  }

  .hero-photo-note{
    display:none;
  }

  .hero-panel-copy small{
    font-size:.76rem;
  }

  .hero-panel-copy strong{
    font-size:1.2rem;
    max-width:90%;
  }

  .quickfacts{
    gap:9px;
  }

  .fact{
    padding:15px 16px;
    border-radius:17px;
  }

  .fact strong{
    font-size:.95rem;
  }

  .fact span{
    font-size:.82rem;
  }

  .section{
    padding-top:62px;
    padding-bottom:62px;
  }

  .section-head{
    margin-bottom:30px;
  }

  .section-head p{
    font-size:.98rem;
  }

  .cards{
    gap:12px;
  }

  .card{
    padding:22px;
    border-radius:20px;
  }

  .service-top{
    margin-bottom:20px;
  }

  .icon{
    width:42px;
    height:42px;
    border-radius:13px;
  }

  .more{
    margin-top:15px;
  }

  .split{
    gap:28px;
  }

  .steps{
    gap:9px;
  }

  .step{
    grid-template-columns:44px 1fr;
    gap:13px;
    padding:18px;
    border-radius:18px;
  }

  .step>span{
    width:36px;
    height:36px;
    border-radius:11px;
  }

  .step p{
    font-size:.88rem;
  }

  .value-box{
    border-radius:24px;
    padding:25px 20px;
    gap:24px;
  }

  .value-box h2{
    font-size:2rem !important;
  }

  .value-pill{
    width:100%;
    min-width:0;
    border-radius:20px;
    padding:20px;
  }

  .value-pill strong{
    font-size:1.65rem;
  }

  .photo-grid,
  .photo-stack{
    gap:12px;
  }

  .photo-placeholder{
    min-height:210px;
    border-radius:22px;
    padding:20px;
  }

  .photo-stack .photo-placeholder{
    min-height:130px;
  }

  .zone{
    border-radius:26px;
    padding:28px 20px;
    gap:23px;
  }

  .zone h2{
    font-size:2rem;
  }

  .local-links{
    gap:7px;
    margin-top:18px;
  }

  .local-links a,.local-links span{
    font-size:.76rem;
    padding:7px 9px;
  }

  .zone-badge strong{
    font-size:2rem;
  }

  details{
    padding:17px 18px;
    border-radius:17px;
  }

  summary{
    font-size:.96rem;
    line-height:1.35;
  }

  details p{
    font-size:.9rem;
    line-height:1.5;
  }

  .contact{
    padding:22px 20px;
    border-radius:22px;
    gap:22px;
  }

  .phone{
    font-size:clamp(1.85rem,9vw,2.7rem);
    white-space:nowrap;
  }

  .footer{
    padding-top:26px;
    padding-bottom:30px;
  }

  .footer-inner{
    gap:23px;
  }

  .footer-brand img{
    width:62px;
    height:55px;
  }

  .copyright{
    margin-top:22px;
    padding-top:16px;
    line-height:1.45;
  }

  /* Mobile fixed CTA: compact, thumb friendly, safe-area aware */
  .mobile-bar{
    left:8px;
    right:8px;
    bottom:max(8px, env(safe-area-inset-bottom));
    gap:7px;
    padding:7px;
    border-radius:16px;
  }

  .mobile-bar a,
  .mobile-bar button{
    min-height:50px;
    font-size:.96rem;
  }

  body{
    padding-bottom:calc(78px + env(safe-area-inset-bottom));
  }

  /* Service pages */
  .page-hero{
    padding-top:50px;
    padding-bottom:30px;
  }

  .page-hero h1{
    font-size:clamp(2.55rem,13vw,3.8rem);
  }

  .breadcrumb{
    font-size:.78rem;
    margin-bottom:14px;
  }

  .prose h2{
    font-size:1.95rem;
    margin-top:42px;
  }

  .prose p,
  .prose li{
    font-size:.96rem;
  }

  .notice{
    padding:19px;
    border-radius:18px;
  }
}

/* Small phones */
@media(max-width:380px){
  h1{
    font-size:2.45rem;
  }

  h2{
    font-size:1.9rem;
  }

  .phone{
    font-size:1.75rem;
  }

  .brand-copy strong{
    font-size:.9rem;
  }
}

/* Respect accessibility preference */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}


/* ===== V3.2 — optimisation desktop / MacBook + conservation mobile ===== */

@media(min-width:901px){

  :root{
    --max:1220px;
  }

  .header-inner{
    padding-top:13px;
    padding-bottom:13px;
  }

  .brand img{
    width:66px;
    height:58px;
  }

  .nav{
    gap:22px;
  }

  .nav a:not(.call){
    padding:8px 0;
    position:relative;
  }

  .nav a:not(.call)::after{
    content:"";
    position:absolute;
    left:0;
    right:100%;
    bottom:2px;
    height:2px;
    background:var(--violet);
    border-radius:2px;
    transition:right .18s ease;
  }

  .nav a:not(.call):hover::after,
  .nav a[aria-current="page"]::after{
    right:0;
  }

  .hero{
    min-height:650px;
    grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
    gap:70px;
    padding-top:68px;
    padding-bottom:66px;
  }

  .hero > div:first-child{
    max-width:690px;
  }

  .hero h1{
    max-width:680px;
  }

  .hero .lead{
    max-width:650px;
  }

  .hero-panel{
    min-height:480px;
    max-width:560px;
    width:100%;
    justify-self:end;
  }

  .hero-logo-card{
    inset:28px 28px 142px 28px;
  }

  .quickfacts{
    margin-top:-8px;
  }

  .fact{
    min-height:94px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .section{
    padding-top:92px;
    padding-bottom:92px;
  }

  .section-head{
    margin-bottom:38px;
  }

  .cards{
    gap:20px;
  }

  .card{
    padding:31px;
  }

  .service-card,
  .card{
    min-height:222px;
  }

  .split{
    grid-template-columns:minmax(330px,.85fr) minmax(0,1.15fr);
    gap:72px;
  }

  .steps{
    max-width:660px;
    justify-self:end;
    width:100%;
  }

  .step{
    padding:22px 24px;
  }

  .value-box{
    padding:48px 50px;
    grid-template-columns:minmax(0,1.2fr) minmax(245px,.8fr);
  }

  .photo-grid{
    min-height:360px;
  }

  .photo-placeholder{
    min-height:360px;
  }

  .photo-stack .photo-placeholder{
    min-height:171px;
  }

  .zone{
    padding:52px 56px;
  }

  .zone > div:first-child{
    max-width:810px;
  }

  .faq{
    max-width:940px;
  }

  details{
    padding:21px 24px;
  }

  .contact{
    padding:36px 38px;
  }

  .footer-inner{
    padding-top:2px;
  }
}

/* Typical 13–14 inch laptops */
@media(min-width:901px) and (max-width:1280px){

  :root{
    --max:1120px;
  }

  .header-inner,
  .wrap{
    padding-left:28px;
    padding-right:28px;
  }

  .nav{
    gap:17px;
    font-size:.88rem;
  }

  .hero{
    grid-template-columns:minmax(0,1fr) minmax(385px,.92fr);
    gap:48px;
    min-height:610px;
    padding-top:54px;
    padding-bottom:54px;
  }

  h1{
    font-size:clamp(3.25rem,5.8vw,4.8rem);
  }

  .hero-panel{
    min-height:445px;
  }

  .hero-logo-card{
    inset:24px 24px 132px 24px;
  }

  .section{
    padding-top:82px;
    padding-bottom:82px;
  }

  .split{
    gap:54px;
  }

  .value-box{
    padding:40px;
  }

  .zone{
    padding:44px 46px;
  }
}

/* Larger desktop monitors */
@media(min-width:1440px){

  :root{
    --max:1260px;
  }

  .hero{
    min-height:690px;
    gap:82px;
  }

  .hero-panel{
    max-width:575px;
    min-height:510px;
  }

  .section{
    padding-top:102px;
    padding-bottom:102px;
  }
}

/* Short laptop screens: avoid a hero that feels excessively tall */
@media(min-width:901px) and (max-height:800px){

  .hero{
    min-height:560px;
    padding-top:44px;
    padding-bottom:44px;
  }

  .hero-panel{
    min-height:420px;
  }

  .hero-logo-card{
    inset:22px 22px 125px 22px;
  }

  .section{
    padding-top:76px;
    padding-bottom:76px;
  }
}


/* ===== V4 finale ===== */
.brand img{width:60px;height:54px;object-fit:contain;display:block}
.brand-copy span{color:#5f5868}

.hero{
  align-items:center;
}
.hero-panel.hero-photo-panel{
  min-height:auto;
  background:linear-gradient(135deg,#f8f3ff,#ffffff);
  border:1px solid #e9defb;
  box-shadow:0 24px 64px rgba(50,31,73,.12);
  padding:18px;
  display:block;
}
.hero-panel.hero-photo-panel:before,
.hero-panel.hero-photo-panel:after{
  display:none;
}
.hero-shot{
  width:100%;
  border-radius:24px;
  display:block;
}
.hero-photo-caption{
  margin-top:12px;
  padding:0 4px 2px;
  font-size:.92rem;
  color:#5f5868;
}
.hero-photo-caption strong{color:#23162f}

.zone-home-clean{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
}
.zone-home-clean p{
  max-width:760px;
}
.zone-home-clean .zone-badge{
  flex:0 0 auto;
}

.zone-map-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  box-shadow:var(--shadow-soft);
  padding:28px;
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
  gap:30px;
  align-items:center;
}
.zone-map-copy h2{
  margin-bottom:14px;
}
.zone-map-copy p{
  color:var(--muted);
  margin-bottom:18px;
}
.zone-mini-points{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.zone-mini-points div{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#4f4560;
}
.zone-mini-points div:before{
  content:"";
  width:10px;height:10px;border-radius:50%;
  background:var(--violet);
  flex:0 0 auto;
  margin-top:.38rem;
  box-shadow:0 0 0 5px rgba(111,43,217,.12);
}
.zone-map-figure{
  margin:0;
}
.zone-map-figure img{
  width:100%;
  border-radius:28px;
  box-shadow:0 18px 45px rgba(71,38,111,.10);
}
.zone-map-note{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.zone-map-note span{
  font-size:.84rem;
  color:#5f5868;
  background:#fbf8ff;
  border:1px solid #e7ddfb;
  padding:8px 12px;
  border-radius:999px;
}

@media(max-width:900px){
  .zone-map-card{
    grid-template-columns:1fr;
    padding:20px;
  }
  .zone-home-clean{
    display:block;
  }
  .zone-home-clean .zone-badge{
    margin-top:20px;
  }
}
