:root{
  --bg:#080c11;
  --bg2:#0e151d;
  --surface:#101923;
  --surface2:#15202c;
  --text:#f3f6fa;
  --muted:#b3bfcd;
  --soft:#7f8b9a;
  --line:rgba(255,255,255,.11);
  --line2:rgba(255,255,255,.18);
  --orange:#ff4b2b;
  --gold:#ffb41f;
  --accent:linear-gradient(90deg,var(--orange),var(--gold));
  --shadow:0 24px 70px rgba(0,0,0,.45);
  --radius:22px;
  --max:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(800px 420px at 10% -5%,rgba(255,75,43,.18),transparent 60%),radial-gradient(900px 470px at 90% 0%,rgba(255,180,31,.13),transparent 58%),var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  pointer-events:none;
  background-image:
    url('favicon.png'),url('favicon.png'),url('favicon.png'),
    url('favicon.png'),url('favicon.png'),url('favicon.png');
  background-repeat:no-repeat;
  background-size:130px,90px,170px,110px,145px,95px;
  background-position:6% 18%,86% 12%,14% 58%,78% 48%,35% 86%,92% 82%;
  opacity:.024;
  filter:grayscale(1) brightness(1.8);
}
.ticker{
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:linear-gradient(90deg,rgba(255,75,43,.045),rgba(255,180,31,.04));
  white-space:nowrap;
}
.ticker-track{
  display:inline-flex;
  gap:34px;
  min-width:max-content;
  padding:12px 0;
  animation:tickerMove 34s linear infinite;
  will-change:transform;
}
.ticker span{
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#d9c08c;
}
@keyframes tickerMove{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.ticker:hover .ticker-track{animation-play-state:paused}
.contact-note{margin-top:18px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);color:var(--muted)}
.contact-note strong{color:var(--text)}
.mini-list{display:grid;gap:10px;margin-top:16px}
.mini-list span{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-weight:700}
.about-story{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:stretch}
.about-quote{border-left:3px solid var(--gold);padding-left:18px;color:#d9c08c;font-family:Georgia,serif;font-style:italic;margin-top:18px}

a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;border:1px solid var(--line);background:rgba(255,255,255,.035);color:var(--muted);border-radius:999px;padding:7px 12px;font-size:.92rem;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:46px;padding:12px 18px;border-radius:999px;border:1px solid var(--line2);background:rgba(255,255,255,.045);color:var(--text);font-weight:800;transition:transform .2s,background .2s,border-color .2s,filter .2s;cursor:pointer;white-space:nowrap}.btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28)}.btn-primary{border:0;background:var(--accent);color:#091016;box-shadow:0 18px 42px rgba(255,91,43,.18)}.btn-dark{background:#fff;color:#0b0f14;border:0}.btn-whatsapp{background:#1f2d25;border-color:rgba(120,255,170,.24)}
header{position:sticky;top:0;z-index:50;background:rgba(8,12,17,.78);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}.brand img{height:42px;width:auto}.navlinks{display:flex;align-items:center;gap:6px}.navlinks a{color:var(--muted);font-weight:800;border-radius:999px;padding:9px 12px;font-size:.95rem}.navlinks a:hover,.navlinks a.active{background:rgba(255,255,255,.07);color:var(--text)}.nav-cta{display:flex;align-items:center;gap:10px}.burger{display:none}.mobile-menu{display:none;border-top:1px solid rgba(255,255,255,.08);padding:0 0 14px}.mobile-menu.is-open{display:block}.mobile-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-menu a{padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.05);color:var(--text);font-weight:800;text-align:center}
.hero{position:relative;min-height:720px;display:grid;align-items:center;overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,12,17,.94) 0%,rgba(8,12,17,.74) 43%,rgba(8,12,17,.24) 100%),url('hero-truck.png') center/cover no-repeat;z-index:-2}.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:200px;background:linear-gradient(0deg,var(--bg),transparent);z-index:-1}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:center;gap:34px}.hero h1{font-size:clamp(2.55rem,5.7vw,5.8rem);letter-spacing:-.06em;line-height:.96;margin:18px 0}.hero p{font-size:clamp(1.02rem,1.5vw,1.22rem);color:var(--muted);max-width:680px;margin:0 0 26px}.motto{display:inline-block;margin-top:16px;font-family:Georgia,serif;font-style:italic;letter-spacing:.05em;color:#f5d18a}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.trust-panel{border:1px solid var(--line2);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05));box-shadow:var(--shadow);padding:24px;backdrop-filter:blur(12px)}.trust-panel h3{margin:0 0 16px;font-size:1.25rem}.trust-row{display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-top:1px solid rgba(255,255,255,.1);color:var(--muted);font-weight:700}.trust-row:first-of-type{border-top:0}.dot{width:10px;height:10px;margin-top:8px;border-radius:999px;background:var(--accent);flex:0 0 auto}.section{padding:76px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px}.section-head h2,.section h2{margin:0;font-size:clamp(1.8rem,3.2vw,3rem);line-height:1.08;letter-spacing:-.04em}.section-head p{margin:8px 0 0;color:var(--muted);max-width:680px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card,.panel{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.028));box-shadow:0 18px 50px rgba(0,0,0,.22);padding:22px}.card h3,.panel h3{margin:0 0 8px;font-size:1.18rem}.card p,.panel p{margin:0;color:var(--muted)}.icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,180,31,.12);border:1px solid rgba(255,180,31,.18);margin-bottom:14px}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.image-card{min-height:360px;border-radius:var(--radius);border:1px solid var(--line);background:url('hero-truck.png') center/cover no-repeat;box-shadow:var(--shadow);overflow:hidden}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.founders{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.founder-card{position:relative;overflow:hidden}.founder-card::before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:var(--accent)}.role{display:inline-block;color:#f5d18a;font-weight:800;margin-bottom:12px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:step}.process .card{counter-increment:step}.process .card::before{content:counter(step);display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:var(--accent);color:#081016;font-weight:900;margin-bottom:14px}.cta-premium{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(135deg,rgba(255,75,43,.16),rgba(255,180,31,.10) 35%,rgba(255,255,255,.06));box-shadow:var(--shadow);padding:46px}.cta-premium::after{content:"";position:absolute;right:-160px;top:-160px;width:360px;height:360px;border-radius:999px;background:radial-gradient(circle,rgba(255,180,31,.22),transparent 65%)}.cta-grid{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;position:relative}.cta-premium h2{font-size:clamp(2rem,4vw,4rem);margin:0 0 12px;letter-spacing:-.055em;line-height:1}.cta-premium p{color:var(--muted);margin:0;max-width:700px}.cta-contact{display:flex;flex-direction:column;gap:10px;min-width:260px}.page-hero{padding:64px 0 24px}.page-hero h1{font-size:clamp(2.2rem,4.5vw,4.2rem);line-height:1;margin:14px 0 8px;letter-spacing:-.05em}.breadcrumb{color:var(--soft);font-weight:800}.lead{color:var(--muted);font-size:1.1rem;max-width:760px}.form{display:grid;gap:12px;margin-top:16px}input,textarea,select{width:100%;min-height:52px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.26);color:var(--text);padding:14px 15px;font:inherit;outline:none}textarea{min-height:150px;resize:vertical}input:focus,textarea:focus,select:focus{border-color:rgba(255,180,31,.5)}.helper{display:block;margin-top:10px;color:var(--muted);font-size:.92rem}.map-frame{width:100%;height:360px;border:0;border-radius:18px;filter:saturate(.9)}.legal h3{margin-top:28px}.legal h3:first-child{margin-top:0}.legal p{color:var(--muted)}.footer{background:#070a0f;border-top:1px solid rgba(255,255,255,.1);padding:42px 0 26px}.footer-top{display:grid;grid-template-columns:1.3fr .9fr .8fr .8fr;gap:28px;align-items:start}.footer-logo{height:38px;margin-bottom:14px}.footer h4{margin:0 0 12px;font-size:.86rem;letter-spacing:.11em;text-transform:uppercase;color:#f2d08b}.footer p,.footer a{color:var(--muted)}.footer a{display:block;margin:7px 0}.footer a:hover{color:var(--text)}.footer-bottom{margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--soft);font-size:.92rem}.footer-motto{font-family:Georgia,serif;font-style:italic;color:#d9c08c}
@media(max-width:980px){.container{width:min(100% - 28px,var(--max))}.navlinks,.nav-cta .btn-primary{display:none}.burger{display:inline-flex}.brand img{height:38px}.hero{min-height:auto;padding:86px 0 58px}.hero-grid,.split,.cta-grid{grid-template-columns:1fr}.trust-panel{max-width:560px}.cards,.process{grid-template-columns:repeat(2,1fr)}.service-grid,.founders{grid-template-columns:1fr}.section{padding:54px 0}.section-head{display:block}.footer-top{grid-template-columns:1fr 1fr}.cta-contact{min-width:0;display:grid;grid-template-columns:1fr 1fr}.hero::before{background:linear-gradient(180deg,rgba(8,12,17,.94),rgba(8,12,17,.78)),url('hero-truck.png') center/cover no-repeat}}
@media(max-width:620px){body{line-height:1.55}.container{width:calc(100% - 24px)}.nav{padding:12px 0}.brand img{height:34px}.nav-cta .btn:not(.burger){display:none}.mobile-menu-grid{grid-template-columns:1fr}.hero{padding:58px 0 44px}.hero h1{font-size:2.65rem}.hero-actions,.cta-contact{display:grid;grid-template-columns:1fr}.btn{width:100%;min-height:50px}.trust-panel,.card,.panel{padding:18px;border-radius:18px}.cards,.process{grid-template-columns:1fr}.section{padding:42px 0}.image-card{min-height:230px}.cta-premium{padding:28px 18px;border-radius:22px}.footer{padding:34px 0 22px;text-align:center}.footer-logo{margin-inline:auto}.footer-top{grid-template-columns:1fr;gap:18px}.footer-bottom{display:block}.footer-motto{margin-top:8px}.map-frame{height:300px}input,textarea,select{font-size:16px}}

@media(max-width:980px){.about-story{grid-template-columns:1fr}.ticker-track{animation-duration:38s}}
@media(max-width:620px){body::before{background-image:url('favicon.png'),url('favicon.png'),url('favicon.png');background-size:76px,96px,84px;background-position:9% 22%,88% 52%,22% 86%;opacity:.018}.ticker span{font-size:.72rem;letter-spacing:.09em}.ticker-track{gap:24px;padding:10px 0;animation-duration:42s}.contact-note{padding:14px}.mini-list span{font-size:.95rem}.footer-top{text-align:center}}

.float-whatsapp{position:fixed;right:18px;bottom:18px;z-index:60;width:auto;box-shadow:0 18px 40px rgba(0,0,0,.35)}
@media(max-width:620px){.float-whatsapp{right:12px;bottom:12px;width:auto;min-height:46px;padding-inline:16px}}


/* FINAL: moving ticker bar - desktop and mobile */
.ticker{
  width:100%;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:linear-gradient(90deg,rgba(255,75,43,.055),rgba(255,180,31,.045));
  white-space:nowrap;
  position:relative;
}
.ticker::before,.ticker::after{
  content:"";
  position:absolute;
  top:0;
  width:72px;
  height:100%;
  z-index:2;
  pointer-events:none;
}
.ticker::before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}
.ticker::after{right:0;background:linear-gradient(270deg,var(--bg),transparent)}
.ticker-track{
  display:flex !important;
  width:max-content !important;
  min-width:max-content !important;
  gap:0 !important;
  padding:0 !important;
  animation:dmbTickerMove 32s linear infinite !important;
  will-change:transform;
}
.ticker-group{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:34px;
  padding:12px 17px;
}
.ticker span{
  display:inline-block;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#d9c08c;
}
@keyframes dmbTickerMove{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(-50%,0,0)}
}
.ticker:hover .ticker-track{animation-play-state:paused}
@media(max-width:980px){
  .ticker-track{animation-duration:38s !important}
  .ticker-group{gap:30px;padding:11px 15px}
}
@media(max-width:620px){
  .ticker::before,.ticker::after{width:34px}
  .ticker-track{animation-duration:44s !important}
  .ticker-group{gap:24px;padding:10px 12px}
  .ticker span{font-size:.72rem;letter-spacing:.09em}
}


/* FINAL PREMIUM ANIMATIONS */
body.js-ready .reveal{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s ease}
body.js-ready .reveal.is-visible{opacity:1;transform:translateY(0)}
body.js-ready .hero .eyebrow,body.js-ready .hero h1,body.js-ready .hero p,body.js-ready .hero .hero-actions,body.js-ready .hero .motto,body.js-ready .trust-panel{opacity:0;transform:translateY(18px);animation:heroReveal .8s ease forwards}
body.js-ready .hero h1{animation-delay:.10s}body.js-ready .hero p{animation-delay:.20s}body.js-ready .hero .hero-actions{animation-delay:.30s}body.js-ready .hero .motto{animation-delay:.42s}body.js-ready .trust-panel{animation-delay:.52s}
@keyframes heroReveal{to{opacity:1;transform:translateY(0)}}
.card,.panel,.trust-panel{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease}
.card:hover,.panel:hover{transform:translateY(-5px);border-color:rgba(255,180,31,.28);box-shadow:0 24px 70px rgba(0,0,0,.32),0 0 0 1px rgba(255,180,31,.07)}
.section-head h2,.panel h2{position:relative;display:inline-block;padding-bottom:12px}
.section-head h2::after,.panel h2::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--accent);border-radius:99px;transition:width .9s ease}
body.js-ready .reveal.is-visible .section-head h2::after,body.js-ready .reveal.is-visible h2::after,.section-head h2:hover::after,.panel h2:hover::after{width:72px}
.cta-premium{isolation:isolate;animation:ctaGlow 7s ease-in-out infinite}
@keyframes ctaGlow{0%,100%{box-shadow:var(--shadow)}50%{box-shadow:0 28px 88px rgba(255,75,43,.18),0 0 65px rgba(255,180,31,.08)}}
.float-whatsapp{animation:whatsappPulse 3.4s ease-in-out infinite}
@keyframes whatsappPulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.035);box-shadow:0 20px 48px rgba(37,211,102,.18),0 0 0 7px rgba(37,211,102,.055)}}
.faq{display:grid;gap:12px;margin-top:18px}.faq-item{border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.035);overflow:hidden}.faq-question{width:100%;border:0;background:transparent;color:var(--text);font:inherit;font-weight:850;text-align:left;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question::after{content:"+";font-size:1.25rem;color:#f2d08b}.faq-item.is-open .faq-question::after{content:"−"}.faq-answer{max-height:0;overflow:hidden;transition:max-height .28s ease}.faq-answer p{padding:0 18px 16px;margin:0;color:var(--muted)}
@media(max-width:620px){body.js-ready .reveal{transform:translateY(16px)}.card:hover,.panel:hover{transform:none}.float-whatsapp{font-size:.92rem}.section-head h2::after,.panel h2::after{height:2px}.faq-question{padding:15px 16px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}body.js-ready .reveal,body.js-ready .hero .eyebrow,body.js-ready .hero h1,body.js-ready .hero p,body.js-ready .hero .hero-actions,body.js-ready .hero .motto,body.js-ready .trust-panel{opacity:1;transform:none}}


/* FINAL: clean Germany map integration without card */
.coverage-section{padding-top:52px}
.coverage-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);gap:42px;align-items:center}
.why-block{position:relative}
.why-block h2{font-size:clamp(2rem,4.2vw,4.4rem);line-height:1;margin:16px 0 24px;letter-spacing:-.055em}
.why-list{display:grid;gap:16px}
.why-list div{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.10)}
.why-list div:last-child{border-bottom:0}
.why-list strong{display:block;color:#f5d18a;font-size:1.05rem;margin-bottom:5px}
.why-list p{margin:0;color:var(--muted);max-width:56ch}
.map-plain{position:relative;display:flex;align-items:center;justify-content:center;min-height:430px;overflow:visible}
.map-plain img{width:min(100%,560px);height:auto;display:block;filter:drop-shadow(0 26px 60px rgba(0,0,0,.42));border:0;border-radius:0;background:transparent}
.map-label{position:absolute;left:37%;top:58%;transform:translate(34px,-4px);padding:7px 11px;border-radius:999px;background:rgba(8,12,17,.74);border:1px solid rgba(255,180,31,.26);box-shadow:0 16px 35px rgba(0,0,0,.35);color:#f4f6fa;font-weight:850;font-size:.92rem;white-space:nowrap;letter-spacing:.01em}
@media(max-width:980px){.coverage-grid{grid-template-columns:1fr;gap:28px}.coverage-section{padding-top:42px}.map-plain{min-height:auto}.map-plain img{width:min(100%,520px)}.map-label{left:50%;top:60%;transform:translate(-6px,-2px)}}
@media(max-width:620px){.coverage-grid{gap:20px}.why-block h2{font-size:2.15rem}.why-list div{padding:15px 0}.map-plain{margin-top:2px}.map-plain img{width:100%;max-width:360px}.map-label{left:50%;top:60%;transform:translate(-2px,0);font-size:.74rem;padding:6px 8px;max-width:calc(100vw - 70px);overflow:hidden;text-overflow:ellipsis}.coverage-section{padding-top:32px}}

/* FINAL map: transparent-look Germany graphic, no extra card/label */
.map-plain{
  min-height:520px;
  padding:0;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.map-plain img{
  width:min(100%,620px);
  max-width:620px;
  opacity:.82;
  mix-blend-mode:screen;
  filter:drop-shadow(0 32px 70px rgba(0,0,0,.62)) drop-shadow(0 0 38px rgba(255,180,31,.07));
  border-radius:0;
  background:transparent !important;
}
.map-label{display:none !important}
@media(max-width:980px){
  .map-plain{min-height:460px;margin-top:4px}
  .map-plain img{width:min(100%,540px);max-width:540px;opacity:.84}
}
@media(max-width:620px){
  .map-plain{min-height:360px;margin-top:0}
  .map-plain img{width:min(100%,360px);max-width:360px;opacity:.86;filter:drop-shadow(0 22px 45px rgba(0,0,0,.56))}
}


/* MOBILE HOMEPAGE SIMPLIFICATION - keeps desktop complete, makes phone cleaner */
@media(max-width:620px){
  body.index-home .ticker{display:none}
  body.index-home .hero{padding:44px 0 28px;min-height:auto}
  body.index-home .hero h1{font-size:2.25rem;line-height:1.02;margin:14px 0 12px}
  body.index-home .hero p{font-size:.98rem;margin-bottom:18px}
  body.index-home .motto{font-size:.9rem;margin-top:12px}
  body.index-home .trust-panel{padding:16px;margin-top:2px}
  body.index-home .trust-panel h3{font-size:1.05rem;margin-bottom:8px}
  body.index-home .trust-row{padding:9px 0;font-size:.94rem}
  body.index-home .trust-row:nth-of-type(n+3){display:none}
  body.index-home .section{padding:34px 0}
  body.index-home .section-head{margin-bottom:16px}
  body.index-home .section-head h2,
  body.index-home .section h2{font-size:1.75rem;line-height:1.12}
  body.index-home .section-head p{font-size:.96rem}
  body.index-home .cards article:nth-child(n+3){display:none}
  body.index-home .card,
  body.index-home .panel{padding:16px}
  body.index-home .icon{width:34px;height:34px;border-radius:12px;margin-bottom:10px}
  body.index-home .coverage-section .map-plain{display:none}
  body.index-home .why-block h2{font-size:1.9rem;margin:12px 0 14px}
  body.index-home .why-list div{padding:12px 0}
  body.index-home .why-list div:nth-child(n+3){display:none}
  body.index-home .homepage-about,
  body.index-home .homepage-founders,
  body.index-home .homepage-process,
  body.index-home .homepage-faq{display:none}
  body.index-home .service-grid article:nth-child(n+3){display:none}
  body.index-home .cta-premium{padding:22px 16px;border-radius:20px}
  body.index-home .cta-premium h2{font-size:1.9rem;line-height:1.08}
  body.index-home .cta-premium p{font-size:.96rem}
  body.index-home .footer{padding-bottom:74px}
}


/* FINAL BALANCED SPACING + ALIGNMENT PASS */
:root{
  --section-y:72px;
  --section-y-sm:42px;
  --grid-gap:18px;
  --grid-gap-sm:14px;
}
.section{padding:var(--section-y) 0}
.section-head{margin-bottom:24px;align-items:flex-end}
.cards,.service-grid,.founders,.process,.split,.coverage-grid{align-items:stretch;gap:var(--grid-gap)}
.card,.panel,.trust-panel,.cta-premium{height:100%}
.card,.panel{display:flex;flex-direction:column}
.card p,.panel p{margin-top:0}
.card .btn,.panel .btn{margin-top:auto}
.hero-grid{align-items:center}
.trust-panel{display:flex;flex-direction:column;justify-content:center}
.coverage-grid{gap:42px}
.why-list{height:100%;align-content:center}
.map-plain{align-self:center}
.cta-grid{align-items:center}
.footer-top{align-items:start}
.footer-top>div{height:100%}

/* Page internal rhythm */
.page-hero{padding:58px 0 22px}
.page-hero + .section{padding-top:42px}
.legal h3{margin-top:26px;margin-bottom:8px}
.legal p{margin-top:0}
.form{gap:12px}
.hero-actions{gap:12px;align-items:center}

/* Keep visual rows even on desktop */
@media(min-width:981px){
  .cards,.service-grid,.founders,.process{display:grid;grid-auto-rows:1fr}
  .split{grid-auto-rows:1fr}
  .section-head h2{max-width:760px}
}

/* Tablet balance */
@media(max-width:980px){
  .section{padding:56px 0}
  .section-head{margin-bottom:20px}
  .cards,.service-grid,.founders,.process,.split,.coverage-grid{gap:16px}
  .page-hero{padding:48px 0 18px}
  .page-hero + .section{padding-top:34px}
  .cta-contact{gap:12px}
}

/* Mobile: equal, calmer vertical rhythm */
@media(max-width:620px){
  .section{padding:var(--section-y-sm) 0}
  .section-head{margin-bottom:16px}
  .cards,.service-grid,.founders,.process,.split,.coverage-grid{gap:var(--grid-gap-sm)}
  .card,.panel,.trust-panel{padding:18px;border-radius:18px}
  .card h3,.panel h3{margin-bottom:7px}
  .icon{margin-bottom:12px}
  .hero-actions{gap:10px}
  .btn{min-height:50px}
  .page-hero{padding:38px 0 14px}
  .page-hero + .section{padding-top:28px}
  .footer-top{gap:20px}
  .footer a{margin:6px 0}
  .footer-bottom{padding-top:16px;margin-top:22px}

  /* Homepage mobile layout: consistent spacing between all visible blocks */
  body.index-home .hero{padding:46px 0 34px}
  body.index-home .hero-grid{gap:18px}
  body.index-home .hero h1{margin:14px 0 12px}
  body.index-home .hero p{margin-bottom:18px}
  body.index-home .trust-panel{margin-top:0}
  body.index-home .section{padding:36px 0}
  body.index-home .section-head{margin-bottom:14px}
  body.index-home .card,
  body.index-home .panel{min-height:auto}
  body.index-home .why-list{gap:0}
  body.index-home .cta-premium{margin-top:0}
}

/* FINAL REQUEST: cleaner hero buttons, no mid-page WhatsApp in hero */
.hero-actions-main{
  display:grid;
  grid-template-columns:repeat(2,minmax(180px,1fr));
  gap:12px;
  max-width:520px;
  align-items:stretch;
}
.hero-actions-main .btn{
  width:100%;
  min-height:52px;
  padding-inline:20px;
}
.btn-soft{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,180,31,.24);
  color:var(--text);
  box-shadow:0 14px 35px rgba(0,0,0,.16);
}
.btn-soft:hover{
  background:rgba(255,255,255,.075);
  border-color:rgba(255,180,31,.38);
}
@media(max-width:620px){
  .hero-actions-main{
    grid-template-columns:1fr;
    max-width:none;
    gap:10px;
  }
  .hero-actions-main .btn{
    min-height:50px;
  }
  .hero .motto{
    margin-top:18px;
  }
}

/* FINAL MICRO-SPACING FIX: uniform distance between eyebrow labels and headings */
.section-head .eyebrow,
.why-block .eyebrow,
.panel > .eyebrow,
.dash-head .eyebrow{
  display:flex;
  width:max-content;
  margin-bottom:14px;
}
.section-head h2,
.why-block h2,
.panel > .eyebrow + h2{
  margin-top:0 !important;
}
@media(max-width:620px){
  .section-head .eyebrow,
  .why-block .eyebrow,
  .panel > .eyebrow,
  .dash-head .eyebrow{
    margin-bottom:13px;
  }
  body.index-home .section-head .eyebrow,
  body.index-home .why-block .eyebrow{
    margin-bottom:13px;
  }
  body.index-home .section-head h2,
  body.index-home .why-block h2{
    margin-top:0 !important;
  }
  body.index-home .section-head p{
    margin-top:12px;
  }
}


/* Founder profile pages */
.founder-hero{
  padding:74px 0 40px;
  position:relative;
  overflow:hidden;
}
.founder-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(680px 320px at 15% 10%, rgba(255,75,43,.12), transparent 62%),
    radial-gradient(640px 340px at 85% 12%, rgba(255,180,31,.10), transparent 58%);
  pointer-events:none;
  z-index:-1;
}
.founder-profile{
  display:grid;
  grid-template-columns:minmax(280px,420px) 1fr;
  gap:44px;
  align-items:center;
}
.founder-profile-reverse{
  grid-template-columns:minmax(280px,420px) 1fr;
}
.founder-photo-card{
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  box-shadow:0 28px 80px rgba(0,0,0,.35);
  min-height:520px;
}
.founder-photo-card img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:center top;
}
.founder-placeholder{
  display:grid;
  place-items:center;
  min-height:520px;
  text-align:center;
  color:var(--muted);
  position:relative;
}
.founder-placeholder::before{
  content:"";
  position:absolute;
  inset:20px;
  border:1px solid rgba(255,180,31,.12);
  border-radius:24px;
}
.placeholder-monogram{
  width:132px;
  height:132px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,rgba(255,75,43,.20),rgba(255,180,31,.18));
  border:1px solid rgba(255,180,31,.28);
  color:#f5d18a;
  font-size:2.4rem;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}
.founder-placeholder p{
  margin-top:-130px;
  color:var(--soft);
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.founder-info h1{
  font-size:clamp(2.4rem,5.2vw,5.6rem);
  line-height:.95;
  letter-spacing:-.06em;
  margin:18px 0 18px;
}
.founder-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0 8px;
}
.founder-meta span{
  display:inline-flex;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  padding:8px 12px;
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-weight:800;
  font-size:.92rem;
}
.founder-actions{
  margin-top:26px;
}
.founder-content-section{
  padding-top:42px;
}
.founder-text-grid .panel p + p{
  margin-top:14px;
}
.founder-inline-links{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.founder-card .founder-link{
  display:inline-flex;
  margin-top:16px;
  color:#f5d18a;
  font-weight:850;
}
.founder-card .founder-link:hover{
  color:#fff;
}
.footer .founder-footer-link{
  color:#d9c08c;
}
@media(max-width:980px){
  .founder-profile,.founder-profile-reverse{
    grid-template-columns:1fr;
    gap:26px;
  }
  .founder-photo-card,.founder-photo-card img,.founder-placeholder{
    min-height:460px;
  }
  .founder-photo-card{
    max-width:520px;
    width:100%;
    margin-inline:auto;
  }
}
@media(max-width:620px){
  .founder-hero{
    padding:42px 0 26px;
  }
  .founder-profile{
    gap:20px;
  }
  .founder-photo-card,.founder-photo-card img,.founder-placeholder{
    min-height:390px;
  }
  .founder-photo-card{
    border-radius:22px;
  }
  .founder-info h1{
    font-size:2.6rem;
    margin:14px 0 14px;
  }
  .founder-meta{
    gap:8px;
    margin-top:18px;
  }
  .founder-meta span{
    width:100%;
    justify-content:center;
    font-size:.86rem;
  }
  .founder-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .founder-actions .btn{
    width:100%;
  }
  .placeholder-monogram{
    width:104px;
    height:104px;
    font-size:1.85rem;
  }
  .founder-placeholder p{
    margin-top:-95px;
    font-size:.85rem;
  }
}

/* FINAL 2026-06: precision spacing, responsive hero card, editorial founder pages */
:root{--space-section:clamp(44px,6vw,78px);--space-grid:clamp(14px,2.2vw,24px)}
.section{padding:var(--space-section) 0}.container{max-width:var(--max)}
.btn{max-width:100%;text-align:center;line-height:1.15}.hero-actions .btn,.cta-contact .btn{min-width:0}
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:clamp(22px,4vw,46px)}
.trust-panel{align-self:center;height:auto;min-height:0;padding:clamp(18px,2.4vw,26px);max-width:360px;width:100%;justify-self:end}
.trust-panel h3{font-size:clamp(1.08rem,1.7vw,1.28rem);line-height:1.18;margin-bottom:12px}.trust-row{font-size:clamp(.94rem,1.25vw,1rem);line-height:1.35;padding:11px 0}.trust-row .dot{margin-top:6px}
.section-head{margin-bottom:clamp(20px,3vw,30px)}.section-head .eyebrow,.why-block .eyebrow,.panel>.eyebrow,.founder-editorial-intro .eyebrow,.founder-sidebar .eyebrow{margin-bottom:14px}.section-head h2,.why-block h2{margin-top:0}.cards,.service-grid,.founders,.process,.split,.coverage-grid{gap:var(--space-grid)}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.trust-panel{justify-self:start;max-width:100%;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.trust-panel h3{grid-column:1/-1}.trust-row:nth-of-type(2){border-top:0}.trust-row{padding:10px 0}.section-head{align-items:start}.hero-actions-main{max-width:560px}}
@media(max-width:620px){.hero{padding:52px 0 38px}.hero h1{font-size:clamp(2.18rem,12vw,2.72rem);line-height:1.02}.hero p{font-size:1rem;margin-bottom:20px}.hero-actions-main{gap:10px}.hero-actions-main .btn{min-height:48px}.trust-panel{display:block;padding:16px;border-radius:18px}.trust-panel h3{font-size:1.08rem;margin-bottom:6px}.trust-row{font-size:.95rem;padding:9px 0}.section{padding:40px 0}.section-head p{margin-top:10px}.card,.panel{padding:17px}.cta-premium{padding:24px 18px}.float-whatsapp{max-width:calc(100vw - 24px)}}

/* Editorial founder pages: no heavy cards, long SEO text, clean readable layout */
.founder-editorial-hero{padding:clamp(48px,7vw,86px) 0 clamp(26px,4vw,48px)}
.founder-editorial-grid{display:grid;grid-template-columns:minmax(260px,380px) minmax(0,1fr);gap:clamp(28px,5vw,64px);align-items:center}
.founder-portrait{margin:0;position:relative;overflow:hidden;border-radius:28px;min-height:480px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 30px 80px rgba(0,0,0,.38)}
.founder-portrait::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.10);border-radius:inherit;pointer-events:none}.founder-portrait img{width:100%;height:100%;min-height:480px;object-fit:cover;object-position:center top;filter:saturate(.98) contrast(1.02)}
.founder-placeholder-clean{display:grid;place-items:center;text-align:center;border:1px solid rgba(255,255,255,.10)}.founder-placeholder-clean figcaption{position:absolute;bottom:28px;color:var(--soft);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.founder-editorial-intro h1{font-size:clamp(2.55rem,6vw,6.2rem);line-height:.94;letter-spacing:-.065em;margin:18px 0}.founder-editorial-intro .lead{font-size:clamp(1.04rem,1.55vw,1.24rem);max-width:820px}.founder-meta-clean{margin:24px 0 0}.founder-meta-clean span{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.11)}
.founder-longform-section{padding-top:36px}.founder-longform{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,760px);gap:clamp(28px,5vw,70px);align-items:start}.founder-sidebar{position:sticky;top:100px;color:var(--muted);padding-top:4px}.founder-sidebar p{margin:0;line-height:1.75}.founder-article{font-size:1.055rem;line-height:1.86;color:var(--muted)}.founder-article h2{font-size:clamp(2rem,3.4vw,3.35rem);line-height:1.08;letter-spacing:-.045em;margin:0 0 22px;color:var(--text)}.founder-article h3{font-size:clamp(1.32rem,2.1vw,1.85rem);line-height:1.2;margin:36px 0 12px;color:var(--text)}.founder-article p{margin:0 0 18px}.founder-article blockquote{margin:34px 0 0;padding:22px 0 0;border-top:1px solid rgba(255,180,31,.22);font-family:Georgia,serif;font-style:italic;color:#f5d18a;font-size:1.18rem;line-height:1.65}.founder-next-row{border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10);padding:32px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}.founder-next-row h2{margin:14px 0 8px;font-size:clamp(1.8rem,3.2vw,3rem);line-height:1.05;letter-spacing:-.04em}.founder-next-row p{margin:0;color:var(--muted);max-width:720px}
@media(max-width:980px){.founder-editorial-grid{grid-template-columns:1fr}.founder-portrait{max-width:480px;min-height:460px}.founder-portrait img{min-height:460px}.founder-longform{grid-template-columns:1fr;gap:24px}.founder-sidebar{position:static;border-left:2px solid rgba(255,180,31,.32);padding-left:16px}.founder-next-row{grid-template-columns:1fr}.founder-next-row .btn{width:max-content}}
@media(max-width:620px){.founder-editorial-hero{padding:38px 0 24px}.founder-editorial-grid{gap:22px}.founder-portrait{border-radius:22px;min-height:360px;max-width:100%}.founder-portrait img{min-height:360px}.founder-editorial-intro h1{font-size:2.72rem;margin:14px 0}.founder-editorial-intro .lead{font-size:1rem}.founder-meta-clean{display:grid;grid-template-columns:1fr;gap:8px}.founder-meta-clean span{justify-content:center}.founder-actions{display:grid;grid-template-columns:1fr;gap:10px}.founder-actions .btn{width:100%}.founder-longform-section{padding-top:24px}.founder-article{font-size:1rem;line-height:1.75}.founder-article h2{font-size:2rem}.founder-article h3{font-size:1.34rem;margin-top:30px}.founder-article blockquote{font-size:1.04rem}.founder-next-row{padding:26px 0}.founder-next-row .btn{width:100%}}
