:root{
  --blue:#1d5ee6; --blue-dark:#1750c8; --navy:#0c1a36; --ink:#16233f;
  --muted:#5d6b82; --line:#e7ebf2; --tint:#eef3fc; --green:#087a55; --white:#fff;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:hidden;width:100%;}
h1,h2,h3{font-family:'Poppins','Inter',sans-serif;letter-spacing:-0.01em;}
.wrap{max-width:1180px;margin:0 auto;padding:0 28px;width:100%;}
.blue{color:var(--blue);}
.eyebrow{font-weight:700;font-size:12.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin-bottom:12px;}
.eyebrow.center{text-align:center;}
a{text-decoration:none;color:inherit;}
img{display:block;max-width:100%;}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;font-weight:600;font-size:15px;padding:0 22px;border-radius:11px;cursor:pointer;border:none;transition:transform .15s, box-shadow .2s, background .2s;white-space:nowrap;}
.btn svg{width:17px;height:17px;}
.btn-blue{background:var(--blue);color:#fff;box-shadow:0 10px 24px -10px rgba(29,94,230,.65);}
.btn-blue:hover{background:var(--blue-dark);transform:translateY(-1px);}
.btn-ghost{background:#fff;color:var(--ink);border:1.5px solid var(--line);}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue);}
.btn-play{width:30px;height:30px;border-radius:50%;background:var(--blue);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
.btn-play svg{width:13px;height:13px;color:#fff;fill:#fff;}

/* Header */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}
header .wrap{max-width:none;padding:0 30px;}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;height:82px;position:relative;}
.logo-lock{flex:0 0 auto;min-width:255px;min-inline-size:0;}
.custom-logo{max-width:210px;height:auto;}
.logo{font-family:'Poppins';font-weight:800;font-size:26px;letter-spacing:-0.02em;color:var(--navy);line-height:1;}
.logo span{color:var(--blue);}
.logo-sub{font-size:10.5px;font-weight:600;letter-spacing:.18em;color:var(--muted);text-transform:uppercase;margin-top:4px;}
nav.menu{display:flex;align-items:center;justify-content:center;flex:1;min-width:0;}
.primary-menu{list-style:none;display:flex;align-items:center;justify-content:center;gap:24px;margin:0;padding:0;}
.primary-menu li{margin:0;padding:0;}
nav.menu a{font-size:15px;font-weight:500;color:#39455c;transition:color .18s, background-color .18s, transform .18s;position:relative;padding:6px 0;white-space:nowrap;}
nav.menu a:hover,nav.menu a:focus-visible{color:var(--blue);}
nav.menu a.active,
nav.menu .current-menu-item>a{color:#39455c;}
nav.menu a.active::after,
nav.menu .current-menu-item>a::after{display:none;}
.nav-cta{flex:0 0 auto;}
.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:var(--navy);cursor:pointer;box-shadow:0 12px 28px -24px rgba(12,26,54,.3);transition:background-color .18s,border-color .18s,color .18s;}
.menu-toggle:hover,.menu-toggle:focus-visible{background:var(--tint);border-color:#d7e2f7;color:var(--blue);}
.menu-toggle span{display:block;width:19px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s, opacity .2s;}
.nav.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav.menu-open .menu-toggle span:nth-child(2){opacity:0;}
.nav.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.quick-contact{position:fixed;left:50%;bottom:18px;z-index:69;display:flex;align-items:center;gap:8px;padding:8px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:16px;box-shadow:0 22px 52px -28px rgba(12,26,54,.45);backdrop-filter:blur(14px);transform:translateX(-50%);}
.quick-contact-link{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;min-width:0;padding:0 16px;border-radius:11px;color:var(--navy);font-weight:700;font-size:14px;white-space:nowrap;transition:background .18s,color .18s,transform .18s;}
.quick-contact-link:hover,.quick-contact-link:focus-visible{background:var(--tint);color:var(--blue);outline:none;transform:translateY(-1px);}
.quick-contact-call{background:var(--blue);color:#fff;box-shadow:0 12px 24px -14px rgba(29,94,230,.8);}
.quick-contact-call:hover,.quick-contact-call:focus-visible{background:var(--blue-dark);color:#fff;}
.quick-contact svg{width:18px;height:18px;stroke-width:2.2;}
.quick-contact-link span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.quick-contact-link svg{flex:0 0 auto;}
.back-to-top{position:fixed;right:24px;bottom:86px;z-index:70;width:48px;height:48px;border:none;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 18px 34px -16px rgba(29,94,230,.75);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .2s,visibility .2s,transform .2s,background .2s;}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);}
.back-to-top:hover,.back-to-top:focus-visible{background:var(--blue-dark);outline:none;}
.back-to-top svg{width:22px;height:22px;stroke-width:2.5;}

section{padding:90px 0;scroll-margin-top:82px;}
.sec-center{text-align:center;margin-bottom:52px;}
.sec-title{font-size:34px;font-weight:700;color:var(--navy);}
.band-tint{background:var(--tint);}
.band-navy{background:#0c1a36;}

/* Checklist */
.checklist{list-style:none;display:flex;flex-direction:column;gap:13px;}
.checklist li{display:flex;align-items:center;gap:13px;font-size:15.5px;color:var(--ink);font-weight:500;}
.check{width:23px;height:23px;border-radius:50%;background:var(--blue);flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.check svg{width:13px;height:13px;color:#fff;stroke-width:3;}

/* Hero */
.hero{background:linear-gradient(180deg,#f7faff 0%, #eef4fd 100%);}
.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:46px;align-items:center;padding:78px 28px 86px;}
.hero h1{font-size:50px;line-height:1.08;font-weight:700;color:var(--navy);margin-bottom:22px;}
.hero p.lead{font-size:17px;color:var(--muted);max-width:470px;margin-bottom:28px;}
.hero .checklist{margin-bottom:30px;}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;}
.hero-contact-form{margin-top:22px;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 24px 54px -38px rgba(12,26,54,.38);max-width:560px;}
.hero-form-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:14px;}
.hero-form-head strong{font-family:'Poppins';font-size:17px;line-height:1.2;color:var(--navy);}
.hero-form-head span{font-size:12.5px;font-weight:600;color:var(--muted);text-align:right;}
.hero-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-bottom:13px;}
.hero-contact-form label{display:flex;flex-direction:column;gap:5px;min-width:0;}
.hero-contact-form label span{font-size:11.5px;font-weight:700;color:#45546d;}
.hero-contact-form input,.hero-contact-form select{width:100%;min-height:42px;border:1px solid var(--line);border-radius:10px;background:#fbfcfe;color:var(--ink);font-family:'Inter';font-size:14px;padding:0 12px;}
.hero-contact-form input:focus,.hero-contact-form select:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px rgba(29,94,230,.12);}
.hero-contact-form .btn{width:100%;min-height:46px;}
.hero-photo{display:block;width:100%;height:360px;object-fit:cover;border-radius:18px;}

/* Stats */
.stats-wrap{position:relative;margin-top:-58px;z-index:5;}
.stats{background:#fff;color:var(--navy);border-radius:18px;border:1px solid var(--line);box-shadow:0 30px 60px -32px rgba(12,26,54,.28);display:grid;grid-template-columns:repeat(4,1fr);}
.stat{padding:30px 24px;text-align:center;position:relative;background:#fff;color:var(--navy);}
.stat+.stat::before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:1px;background:var(--line);}
.stat .ic{width:38px;height:38px;color:var(--blue);margin:0 auto 12px;}
.stat .ic svg{width:38px;height:38px;stroke-width:1.6;}
.stat .big{font-family:'Poppins';font-weight:700;font-size:30px;color:var(--navy);line-height:1;}
.stat .lbl{font-weight:600;font-size:14.5px;color:var(--ink);margin-top:6px;}
.stat .sub{font-size:12.5px;color:var(--ink);margin-top:4px;line-height:1.4;}

/* Performance proof */
.performance-proof{position:relative;overflow:hidden;padding:86px 0 94px;background:radial-gradient(circle at 58% 46%,rgba(29,94,230,.09),transparent 26%),linear-gradient(135deg,#fff 0%,#f6faff 100%);}
.performance-orbit{position:absolute;left:38%;top:15%;width:520px;height:520px;border:1px solid rgba(29,94,230,.08);border-radius:50%;box-shadow:0 0 0 86px rgba(29,94,230,.025),0 0 0 172px rgba(29,94,230,.018);}
.performance-shell{position:relative;display:grid;grid-template-columns:.84fr 1.16fr;gap:38px;align-items:center;}
.performance-copy h2{font-size:46px;line-height:1.08;color:var(--navy);margin-bottom:22px;}
.performance-copy h2 span{color:var(--blue);}
.performance-copy p{font-size:17px;color:#21304f;line-height:1.55;max-width:500px;margin-bottom:28px;}
.performance-copy p strong{color:var(--blue);}
.perf-list{display:grid;gap:15px;margin-bottom:28px;}
.perf-list-item{display:grid;grid-template-columns:50px 1fr;gap:15px;align-items:center;}
.perf-list-item>span{width:48px;height:48px;border-radius:50%;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 30px -22px rgba(12,26,54,.55);}
.perf-list-item svg{width:23px;height:23px;stroke-width:2.1;}
.perf-list-item strong{display:block;color:var(--navy);font-weight:800;font-size:15px;line-height:1.25;}
.perf-list-item small{display:block;color:#41506b;font-size:13px;line-height:1.4;margin-top:3px;}
.perf-cta{min-width:268px;}
.performance-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:flex-end;}
.performance-board-img{display:block;width:min(760px,118%);max-width:none;height:auto;margin-right:-90px;filter:drop-shadow(0 34px 42px rgba(12,26,54,.16));}

/* Two column */
.twocol{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.twocol h2{font-size:32px;font-weight:700;color:var(--navy);margin-bottom:18px;}
.twocol p.body{font-size:16px;color:var(--muted);margin-bottom:26px;}
.feat-img{display:block;width:100%;height:360px;object-fit:cover;border-radius:18px;overflow:hidden;}
.about-proof{margin-top:70px;}

/* Service detail grid */
.service-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:50px;align-items:center;}
.service-detail h2{font-size:31px;font-weight:700;color:var(--navy);margin-bottom:16px;}
.service-detail p.body{font-size:15.5px;color:var(--muted);margin-bottom:24px;}
.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.svc{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;transition:transform .2s, box-shadow .2s;}
.svc:hover{transform:translateY(-3px);box-shadow:0 18px 36px -24px rgba(12,26,54,.3);}
.svc .sic{width:42px;height:42px;border-radius:11px;background:var(--tint);display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.svc .sic svg{width:22px;height:22px;color:var(--blue);stroke-width:1.7;}
.svc h3{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:7px;}
.svc p{font-size:12.5px;color:var(--muted);line-height:1.5;}

/* Process */
.process-steps{display:grid;grid-template-columns:repeat(9,1fr);align-items:start;gap:0;}
.step{text-align:center;}
.step .num{width:30px;height:30px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-family:'Poppins';}
.step .pic{width:66px;height:66px;border-radius:50%;background:var(--tint);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.step .pic svg{width:28px;height:28px;color:var(--blue);stroke-width:1.7;}
.step h3{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:8px;}
.step p{font-size:12.5px;color:var(--muted);line-height:1.5;}
.arrow{display:flex;align-items:center;justify-content:center;color:var(--blue);padding-top:70px;}
.arrow svg{width:18px;height:18px;}

/* Generic icon cards grid */
.cards{display:grid;gap:20px;}
.cards.c3{grid-template-columns:repeat(3,1fr);}
.cards.c4{grid-template-columns:repeat(4,1fr);}
.cards.c5{grid-template-columns:repeat(5,1fr);}
.icard{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:16px;padding:30px 22px;text-align:center;transition:transform .2s, box-shadow .2s, border-color .2s;}
.icard:hover{transform:translateY(-4px);box-shadow:0 22px 40px -26px rgba(12,26,54,.3);border-color:#d9e2f3;}
.icard .vic{width:58px;height:58px;border-radius:14px;background:var(--tint);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.icard .vic svg{width:26px;height:26px;color:var(--blue);stroke-width:1.7;}
.icard h3{font-size:16px;font-weight:600;color:var(--navy);margin-bottom:8px;}
.icard p{font-size:13.5px;color:var(--ink);line-height:1.5;}

/* Layout / design-system / animation showcase */
.system-showcase{background:#070b13;color:#fff;overflow:clip;}
.system-shell{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:58px;align-items:start;}
.system-copy{position:sticky;top:118px;min-height:520px;padding-top:8px;}
.system-copy .eyebrow{color:#76e4c5;}
.system-copy h2{font-size:clamp(32px,4vw,50px);line-height:1.08;font-weight:700;color:#fff;margin-bottom:18px;letter-spacing:0;}
.system-copy p.body{font-size:16px;color:#aeb8ca;max-width:420px;margin-bottom:34px;}
.system-tabs{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.1);}
.system-tab{appearance:none;border:0;border-bottom:1px solid rgba(255,255,255,.1);background:transparent;color:#aeb8ca;text-align:left;padding:22px 0;cursor:pointer;font-family:'Inter';transition:color .2s, opacity .2s;}
.system-tab span{display:block;font-family:'Poppins';font-weight:700;font-size:25px;line-height:1.1;color:inherit;margin-bottom:7px;letter-spacing:0;}
.system-tab small{display:block;max-width:330px;font-size:14px;line-height:1.55;color:inherit;}
.system-tab.active{color:#fff;}
.system-stage{display:flex;flex-direction:column;gap:90px;padding:8px 0 10px;}
.system-panel{min-height:560px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));box-shadow:0 40px 90px -58px rgba(0,0,0,.9);overflow:hidden;position:relative;}
.panel-toolbar{height:54px;display:flex;align-items:center;gap:9px;border-bottom:1px solid rgba(255,255,255,.09);padding:0 18px;background:rgba(255,255,255,.035);}
.panel-toolbar span{width:10px;height:10px;border-radius:50%;background:#394153;}
.panel-toolbar span:nth-child(2){background:#536071;}
.panel-toolbar span:nth-child(3){background:#76e4c5;}
.panel-toolbar strong{margin-left:6px;font-family:'Poppins';font-size:14px;color:#dfe6f3;}
.layout-board,.token-board,.motion-board{height:420px;margin:26px;border-radius:16px;background:#0d1320;border:1px solid rgba(255,255,255,.09);position:relative;overflow:hidden;}
.layout-board{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;padding:22px;}
.layout-main,.layout-side>div,.component-preview,.motion-card{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);border-radius:14px;}
.layout-main{padding:20px;display:flex;flex-direction:column;gap:16px;}
.wire-nav{width:72%;height:24px;border-radius:8px;background:linear-gradient(90deg,#76e4c5,#57a6ff);}
.wire-hero{height:150px;border-radius:14px;background:linear-gradient(135deg,rgba(87,166,255,.9),rgba(255,190,85,.86));}
.wire-line{height:12px;width:100%;border-radius:99px;background:#30394a;}
.wire-line.short{width:62%;}
.wire-actions{display:flex;gap:12px;margin-top:auto;}
.wire-actions span{height:38px;border-radius:10px;background:#fff;}
.wire-actions span:first-child{width:120px;background:#57a6ff;}
.wire-actions span:last-child{width:86px;background:#1d2638;}
.layout-side{display:grid;grid-template-rows:1fr 1fr 1fr;gap:14px;}
.layout-side>div:nth-child(1){background:rgba(118,228,197,.14);}
.layout-side>div:nth-child(2){background:rgba(255,190,85,.14);}
.layout-side>div:nth-child(3){background:rgba(255,111,97,.14);}
.token-board{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:24px;}
.token-stack{display:flex;flex-direction:column;gap:16px;}
.token{height:86px;border-radius:16px;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.16);}
.blue-token{background:#57a6ff;}
.green-token{background:#76e4c5;}
.amber-token{background:#ffbe55;}
.component-preview{padding:22px;display:flex;flex-direction:column;gap:18px;justify-content:center;}
.mini-card{height:108px;border-radius:16px;background:#fff;color:var(--navy);display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:center;padding:18px;}
.mini-icon{width:54px;height:54px;border-radius:14px;background:#eef3fc;display:flex;align-items:center;justify-content:center;color:var(--blue);}
.mini-icon svg{width:25px;height:25px;}
.mini-card span{display:block;height:13px;border-radius:99px;background:#d8e0ee;margin:8px 0;}
.mini-card span:first-child{width:66%;}
.mini-card span:last-child{width:88%;}
.mini-button{width:170px;height:48px;border-radius:11px;background:#57a6ff;box-shadow:0 16px 34px -22px #57a6ff;}
.mini-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;}
.mini-fields span{height:58px;border-radius:12px;background:#172133;border:1px solid rgba(255,255,255,.1);}
.motion-board{padding:24px;}
.motion-card{position:absolute;width:210px;height:138px;}
.motion-card.one{left:42px;top:54px;background:linear-gradient(135deg,#57a6ff,#76e4c5);animation:wg-float-a 5.5s ease-in-out infinite;}
.motion-card.two{left:238px;top:144px;background:linear-gradient(135deg,#ffbe55,#ff6f61);animation:wg-float-b 6s ease-in-out infinite;}
.motion-card.three{right:48px;top:82px;background:linear-gradient(135deg,#fff,#aeb8ca);animation:wg-float-c 6.5s ease-in-out infinite;}
.timeline{position:absolute;left:42px;right:42px;bottom:50px;height:8px;border-radius:99px;background:#1a2435;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:0;}
.timeline span{border-radius:99px;background:#57a6ff;transform-origin:left;animation:wg-timeline 3s ease-in-out infinite;}
.timeline span:nth-child(2){animation-delay:.25s;background:#76e4c5;}
.timeline span:nth-child(3){animation-delay:.5s;background:#ffbe55;}
.timeline span:nth-child(4){animation-delay:.75s;background:#ff6f61;}
.system-note{display:inline-flex;align-items:center;gap:10px;margin:0 26px 26px;padding:11px 14px;border-radius:99px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);font-size:13px;font-weight:600;color:#dfe6f3;}
.system-note svg{width:16px;height:16px;color:#76e4c5;}
@keyframes wg-float-a{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(18px,-12px,0)}}
@keyframes wg-float-b{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(-14px,18px,0)}}
@keyframes wg-float-c{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-18px,0)}}
@keyframes wg-timeline{0%{scale:.18 1;opacity:.45}55%{scale:1 1;opacity:1}100%{scale:.18 1;opacity:.45}}

/* SEO ranking visual */
.rank{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 30px 60px -38px rgba(12,26,54,.35);}
.rank .rh{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);border:1px solid var(--line);border-radius:22px;padding:9px 14px;margin-bottom:18px;}
.rank-row{display:flex;align-items:center;gap:14px;padding:13px 14px;border-radius:11px;margin-bottom:8px;font-size:14px;}
.rank-row .pos{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0;font-family:'Poppins';}
.rank-row.top{background:var(--tint);border:1px solid #d7e2f7;}
.rank-row.top .pos{background:var(--blue);color:#fff;}
.rank-row.top .nm{font-weight:600;color:var(--navy);}
.rank-row.dim{color:#4a5871;}
.rank-row.dim .pos{background:#eef1f6;color:#4a5871;}
.rank-row .nm{flex:1;}
.rank-row .up{color:var(--green);font-weight:600;font-size:12px;display:flex;align-items:center;gap:3px;}
.rank-row .up svg{width:13px;height:13px;}
.google-sponsored-image{border-radius:22px;overflow:hidden;border:1px solid #dbe6f7;box-shadow:0 32px 70px -44px rgba(12,26,54,.45);background:#f2f7ff;}
.google-sponsored-image img{width:100%;height:auto;display:block;}
.google-top-visual{position:relative;min-height:590px;border-radius:24px;padding:28px;background:radial-gradient(circle at 20% 0%,#fff 0,#f2f7ff 46%,#e8f1ff 100%);border:1px solid #dbe6f7;box-shadow:0 32px 70px -44px rgba(12,26,54,.45);overflow:hidden;}
.google-top-title{font-family:'Poppins';font-weight:800;font-size:clamp(28px,3vw,40px);line-height:1.18;color:var(--navy);letter-spacing:0;margin-bottom:22px;}
.google-top-title span{color:var(--blue);position:relative;display:inline-block;}
.google-top-title span::after{content:"";position:absolute;left:2%;right:2%;bottom:-5px;height:3px;border-radius:99px;background:var(--blue);transform:rotate(-2deg);}
.google-phone{position:relative;width:min(360px,78%);min-height:430px;border-radius:34px;background:#fff;border:8px solid #f4f7fb;box-shadow:0 22px 46px -28px rgba(12,26,54,.45);padding:20px 18px 24px;}
.google-status{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:800;color:#10192f;margin-bottom:16px;}
.google-brand{font-family:'Poppins';font-size:28px;font-weight:600;text-align:center;line-height:1;margin-bottom:20px;}
.google-search{display:flex;align-items:center;gap:9px;border:1px solid #e3e8f1;border-radius:99px;padding:11px 13px;font-size:13.5px;color:#10192f;box-shadow:0 8px 18px -16px rgba(12,26,54,.35);}
.google-search svg{width:17px;height:17px;color:#5d6b82;}
.google-tabs{display:flex;gap:18px;margin:18px 0 12px;font-size:12.5px;color:#4a5871;border-bottom:1px solid #eef1f6;padding-bottom:8px;}
.google-tabs span:first-child{color:#10192f;font-weight:700;position:relative;}
.google-tabs span:first-child::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:#10192f;border-radius:99px;}
.google-ad-card{border:4px solid var(--blue);border-radius:14px;padding:15px 14px;background:#fff;box-shadow:0 18px 34px -24px rgba(29,94,230,.55);}
.ad-label{font-size:11px;font-weight:800;color:#10192f;margin-bottom:10px;}
.ad-head{display:grid;grid-template-columns:34px 1fr 20px;gap:10px;align-items:center;margin-bottom:10px;}
.ad-head strong{display:block;font-size:14px;color:#10192f;line-height:1.1;}
.ad-head small{display:block;font-size:11px;color:#5d6b82;margin-top:2px;}
.ad-head svg{width:18px;height:18px;color:#5d6b82;}
.ad-avatar{width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;font-family:'Poppins';}
.google-ad-card h3{font-family:'Inter';font-size:17px;line-height:1.28;color:#0a55e8;font-weight:600;margin-bottom:10px;letter-spacing:0;}
.google-ad-card p{font-size:12.5px;color:#4b5870;line-height:1.5;margin-bottom:12px;}
.ad-links{border-top:1px solid #e9edf4;display:flex;flex-direction:column;}
.ad-links span{font-size:13px;color:#0a55e8;padding:9px 0;border-bottom:1px solid #e9edf4;}
.google-organic{margin-top:16px;filter:blur(2px);opacity:.45;}
.google-organic span{display:block;width:32px;height:32px;border-radius:50%;background:#46c9b8;margin-bottom:7px;}
.google-organic strong{display:block;font-size:13px;color:#0a55e8;margin-bottom:6px;}
.google-organic p{font-size:11.5px;color:#5d6b82;}
.google-callout{position:absolute;right:20px;top:158px;display:flex;align-items:center;gap:13px;min-width:230px;border:2px solid var(--blue);background:#fff;border-radius:16px;padding:14px 18px;color:var(--blue);box-shadow:0 16px 34px -24px rgba(29,94,230,.6);}
.google-callout svg{width:34px;height:34px;fill:currentColor;stroke:none;flex-shrink:0;}
.google-callout span{font-weight:800;font-size:18px;line-height:1.05;}
.google-callout small{font-size:13px;color:#10192f;font-weight:500;}
.google-proof{position:absolute;left:112px;right:42px;bottom:28px;display:grid;grid-template-columns:54px 1fr;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px 20px;box-shadow:0 18px 36px -26px rgba(12,26,54,.35);}
.google-proof svg{width:54px;height:54px;border-radius:50%;padding:14px;background:var(--blue);color:#fff;}
.google-proof strong{display:block;font-family:'Poppins';font-size:15.5px;line-height:1.25;color:var(--navy);margin-bottom:4px;}
.google-proof p{font-size:13px;color:var(--muted);line-height:1.45;}

/* Dashboard mockup (Ads) */
.dash{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 40px 70px -42px rgba(12,26,54,.4);padding:24px;}
.dash-title{font-weight:700;font-size:15px;color:var(--navy);margin-bottom:16px;font-family:'Poppins';}
.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px;}
.kpi .k-lbl{font-size:11px;color:var(--muted);margin-bottom:5px;}
.kpi .k-val{font-family:'Poppins';font-weight:700;font-size:20px;color:var(--navy);}
.kpi .k-d{font-size:11.5px;font-weight:600;margin-top:3px;color:var(--green);}
.charts{display:grid;grid-template-columns:1.5fr 1fr;gap:16px;}
.chart-box{background:#f7faff;border:1px solid #eaf0fb;border-radius:12px;padding:14px;}
.chart-box .c-lbl{font-size:11.5px;color:var(--muted);margin-bottom:8px;font-weight:600;}
.axis{display:flex;justify-content:space-between;font-size:9px;color:#4a5871;margin-top:6px;}
.donut-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;}

/* Visual showcase */
.work-gallery{margin-top:62px;}
.gallery-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:24px;}
.gallery-head .eyebrow{margin-bottom:0;}
.gallery-head h3{font-size:24px;line-height:1.22;color:var(--navy);font-weight:700;max-width:620px;}
.visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.visual-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 18px 40px -30px rgba(12,26,54,.25);}
.visual-img{display:block;width:100%;height:210px;object-fit:cover;}
.visual-copy{padding:22px;}
.visual-copy h3{font-size:16px;color:var(--navy);font-weight:700;margin-bottom:8px;}
.visual-copy p{font-size:13.5px;color:var(--muted);line-height:1.55;}

/* Case studies */
.cases{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.case{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 18px 40px -30px rgba(12,26,54,.25);display:flex;flex-direction:column;}
.case-body{padding:22px;display:flex;flex:1;flex-direction:column;}
.case .label{font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--navy);text-transform:uppercase;}
.case .sub{font-size:12.5px;color:var(--muted);margin-top:3px;}
.case-img{position:relative;aspect-ratio:3/2;height:auto;margin:0;padding:12px;border-radius:0;overflow:hidden;background:#e8f0fb;}
.case-img-dhomes{background:#c77a00;}
.case-img-kfz{background:#244f92;}
.case-img-rifex{background:#b88a2a;}
.case-img-bind{background:#111827;}
.case-img-dal{background:#e21b2d;}
.case-img img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:10px;box-shadow:0 16px 32px -24px rgba(12,26,54,.45);}
.badge{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:78px;height:78px;border-radius:50%;background:rgba(255,255,255,.96);border:2px solid var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 22px -10px rgba(0,0,0,.3);}
.badge .pct{font-family:'Poppins';font-weight:700;font-size:18px;color:var(--green);line-height:1;}
.badge .pl{font-size:8px;color:#5d6b82;text-align:center;margin-top:3px;line-height:1.2;padding:0 4px;}
.case .desc{font-size:13.5px;color:var(--ink);font-weight:500;margin:16px 0 14px;}
.case .link{font-size:13.5px;font-weight:600;color:var(--blue);display:inline-flex;align-items:center;gap:6px;margin-top:auto;align-self:flex-start;}
.case .link svg{width:15px;height:15px;}

/* Reviews */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px;}
.rcard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px 26px;text-align:center;box-shadow:0 18px 40px -30px rgba(12,26,54,.25);}
.rbrand{font-family:'Poppins';font-weight:700;font-size:20px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;gap:7px;}
.rrate{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;}
.rrate .num{font-weight:700;font-size:18px;color:var(--navy);font-family:'Poppins';}
.stars{display:flex;gap:2px;color:#8a5a00;}
.stars.tp{color:#087a55;}
.stars svg{width:18px;height:18px;fill:currentColor;stroke:none;}
.trustpilot-brand{color:#087a55;}
.trustpilot-brand svg{width:22px;height:22px;fill:currentColor;color:currentColor;}
.rcard p.quote{font-size:14.5px;color:#41506b;line-height:1.6;margin-bottom:14px;font-style:italic;}
.rcard .who{font-weight:600;font-size:14px;color:var(--navy);}

/* Values + story (Über uns) */
.vcard p{min-height:0;}

/* FAQ + form */
.form-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;align-items:start;}
.faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:12px;background:#fff;overflow:hidden;}
.faq-q{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:18px 20px;font-size:15px;font-weight:600;color:var(--navy);display:flex;justify-content:space-between;align-items:center;gap:14px;font-family:'Inter';}
.faq-q .pm{font-size:22px;color:var(--blue);font-weight:400;transition:transform .25s;line-height:1;}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.faq-a p{padding:0 20px 18px;font-size:14px;color:var(--muted);line-height:1.6;}
.faq-item.open .faq-a{max-height:220px;}
.faq-item.open .pm{transform:rotate(45deg);}
.form-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 24px 50px -34px rgba(12,26,54,.3);}
#kontakt-form{scroll-margin-top:144px;}
.form-card h3{font-size:25px;font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:12px;}
.form-card p.intro{font-size:14px;color:var(--muted);margin-bottom:20px;}
.contact-rows{display:flex;flex-direction:column;gap:11px;margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid var(--line);}
.contact-rows .row{display:flex;align-items:center;gap:11px;font-size:14px;color:var(--ink);font-weight:500;}
.contact-rows .row svg{width:17px;height:17px;color:var(--blue);}
.frm{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.frm .full{grid-column:1/-1;}
.frm label{display:block;font-size:12.5px;font-weight:600;color:var(--ink);margin-bottom:6px;}
.frm input,.frm textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px 13px;font-family:'Inter';font-size:14px;color:var(--ink);background:#fbfcfe;}
.frm input:focus,.frm textarea:focus{outline:none;border-color:var(--blue);background:#fff;}
.frm textarea{resize:vertical;min-height:78px;}

/* CTA */
.cta{position:relative;background:linear-gradient(120deg,#0c1a36 0%, #14305f 55%, #0c1a36 100%);overflow:hidden;}
.cta-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:40px;align-items:center;padding:64px 28px;position:relative;z-index:2;}
.cta h2{font-size:clamp(30px,4vw,44px);font-weight:700;color:#fff;line-height:1.18;margin-bottom:16px;max-width:760px;}
.cta p{font-size:16px;color:#9fb0cc;max-width:520px;}
.cta-btns{display:flex;flex-direction:column;gap:14px;width:100%;min-width:0;}
.cta-btns .btn{width:100%;white-space:normal;text-align:center;}
.btn-dark-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.28);}
.btn-dark-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06);}
.cta-plant{position:absolute;right:0;bottom:0;width:220px;height:230px;z-index:1;}

/* Local SEO landing pages */
.local-landing{background:#fff;}
.local-hero{padding:78px 0 86px;background:linear-gradient(180deg,#f7faff 0%,#eef4fd 100%);}
.local-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.8fr);gap:46px;align-items:center;}
.local-hero h1{font-size:clamp(38px,5vw,58px);line-height:1.06;color:var(--navy);margin-bottom:20px;}
.local-hero p.lead{font-size:17px;color:var(--muted);max-width:620px;margin-bottom:28px;}
.local-contact-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:0 28px 60px -38px rgba(12,26,54,.36);}
.local-contact-card h2{font-size:24px;line-height:1.2;color:var(--navy);margin-bottom:12px;}
.local-contact-card p{font-size:14px;color:var(--muted);line-height:1.6;margin-bottom:20px;}
.local-contact-card .btn{width:100%;}

/* Footer */
footer{background:#0a1730;color:#fff;padding:62px 0 30px;}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.3fr;gap:36px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.08);}
.foot-logo{font-family:'Poppins';font-weight:800;font-size:24px;color:#fff;margin-bottom:8px;}
.foot-logo span{color:var(--blue);}
.foot-tag{font-size:11px;font-weight:600;letter-spacing:.16em;color:#7e8eaa;text-transform:uppercase;margin-bottom:18px;}
.foot-desc{font-size:13.5px;color:#9fb0cc;line-height:1.6;max-width:280px;}
.foot-heading{font-size:14.5px;font-weight:700;color:#fff;margin-bottom:18px;}
.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:11px;}
.foot-col ul a{font-size:13.5px;color:#9fb0cc;transition:color .15s;}
.foot-col ul a:hover{color:#fff;}
footer .wg-consent-reopen{font-size:13.5px;color:#9fb0cc;text-decoration:none;transition:color .15s;}
footer .wg-consent-reopen:hover,footer .wg-consent-reopen:focus-visible{color:#fff;outline:none;}
.foot-contact .row{display:flex;align-items:center;gap:11px;font-size:13.5px;color:#c2cee0;margin-bottom:13px;}
.foot-contact .row svg{width:16px;height:16px;color:var(--blue);flex-shrink:0;}
.socials{display:flex;gap:12px;margin-top:8px;}
.soc{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;transition:.18s;}
.soc svg{width:16px;height:16px;color:#c2cee0;}
.soc:hover{background:var(--blue);border-color:var(--blue);}
.soc:hover svg{color:#fff;}
.footer-locations{padding:30px 0;border-bottom:1px solid rgba(255,255,255,.08);}
.footer-locations-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:20px;}
.footer-locations .foot-heading{font-size:15px;font-weight:700;color:#fff;margin-bottom:6px;}
.footer-locations p{font-size:13.5px;color:#9fb0cc;}
.footer-location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.footer-location-heading{font-size:14.5px;font-weight:700;color:#fff;margin-bottom:14px;font-family:'Inter';}
.footer-location-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;}
.footer-location-col a{font-size:13.5px;color:#9fb0cc;transition:color .15s;}
.footer-location-col a:hover{color:#fff;}
.copy{text-align:center;font-size:13px;color:#7e8eaa;padding-top:26px;}

/* Legal pages */
.legal-page{background:#f7faff;}
.legal-hero{padding:72px 0 46px;background:linear-gradient(180deg,#f7faff 0%,#eef4fd 100%);}
.legal-hero h1{font-size:44px;line-height:1.08;color:var(--navy);margin-bottom:14px;}
.legal-hero p{font-size:16px;color:var(--muted);max-width:680px;}
.legal-content{padding:54px 0 86px;}
.legal-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:32px;align-items:start;}
.legal-grid>*{min-width:0;}
.legal-toc{position:sticky;top:110px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:4px;box-shadow:0 18px 38px -34px rgba(12,26,54,.35);}
.legal-toc a{font-size:14px;font-weight:600;color:#41506b;padding:10px 12px;border-radius:9px;}
.legal-toc a:hover{background:var(--tint);color:var(--blue);}
.legal-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:38px;box-shadow:0 24px 54px -40px rgba(12,26,54,.35);min-width:0;overflow-wrap:anywhere;}
.legal-card h2{font-size:21px;line-height:1.3;color:var(--navy);margin:32px 0 10px;}
.legal-card h2:first-child{margin-top:0;}
.legal-card p{font-size:15px;color:#41506b;line-height:1.75;margin-bottom:14px;}
.legal-card a{color:var(--blue);font-weight:600;}
.legal-note{background:#eef3fc;border:1px solid #d7e2f7;border-radius:12px;color:#31415f;font-size:14px;line-height:1.6;padding:16px 18px;margin-bottom:28px;}
.legal-note strong{color:var(--navy);}

/* Scroll-driven animation enhancements */
@keyframes wg-reveal-up{
  from{translate:0 34px;scale:.985;}
  to{translate:0 0;scale:1;}
}
@keyframes wg-reveal-left{
  from{translate:0 30px;}
  to{translate:0 0;}
}
@keyframes wg-reveal-right{
  from{translate:0 30px;}
  to{translate:0 0;}
}
@keyframes wg-image-focus{
  from{scale:1.045;filter:saturate(.8) blur(2px);}
  to{scale:1;filter:saturate(1) blur(0);}
}
@keyframes wg-card-rise{
  from{translate:0 24px;scale:.97;}
  to{translate:0 0;scale:1;}
}
@keyframes wg-line-grow{
  from{scale:.35;}
  to{scale:1;}
}

@media(prefers-reduced-motion:no-preference){
  @supports (animation-timeline:view()){
    .sec-center,
    .service-detail>div,
    .form-grid>*,
    .cta-inner>*{
      animation:wg-reveal-up linear both;
      animation-timeline:view();
      animation-range:entry 0% cover 32%;
    }
    .twocol>div:first-child{
      animation:wg-reveal-left linear both;
      animation-timeline:view();
      animation-range:entry 4% cover 34%;
    }
    .twocol>div:last-child{
      animation:wg-reveal-right linear both;
      animation-timeline:view();
      animation-range:entry 4% cover 34%;
    }
    .feat-img,
    .hero-photo,
    .visual-img,
    .case-img{
      animation:wg-image-focus linear both;
      animation-timeline:view();
      animation-range:entry 0% cover 38%;
      transform-origin:center;
    }
    .icard,
    .svc,
    .visual-card,
    .case,
    .rcard,
    .faq-item,
    .stat{
      animation:wg-card-rise linear both;
      animation-timeline:view();
      animation-range:entry 0% cover 28%;
    }
    .process-steps .step{
      animation:wg-card-rise linear both;
      animation-timeline:view();
      animation-range:entry 0% cover 24%;
    }
    .process-steps .arrow{
      animation:wg-line-grow linear both;
      animation-timeline:view();
      animation-range:entry 10% cover 34%;
    }
  }
}

/* Responsive */
@media(max-width:1120px){
  .logo-lock{min-width:225px;}
  .primary-menu{gap:18px;}
  nav.menu a{font-size:14px;}
  .nav-cta{padding:0 18px;font-size:14px;}
}
@media(max-width:980px){
  .hero-grid,.twocol,.service-detail,.cta-inner,.form-grid,.legal-grid,.local-hero-grid{grid-template-columns:1fr;}
  #seo .twocol>div:first-child{order:2;}
  #seo .twocol>div:last-child{order:1;}
  .google-top-visual{min-height:0;}
  .google-phone{width:min(420px,100%);}
  .google-callout,.google-proof{position:static;margin-top:16px;}
  .google-callout{min-width:0;}
  .google-proof{left:auto;right:auto;}
  .cards.c5,.cards.c4{grid-template-columns:repeat(2,1fr);}
  .cards.c3,.visual-grid,.cases,.reviews{grid-template-columns:1fr;}
  .stats{grid-template-columns:repeat(2,1fr);}
  .foot-grid{grid-template-columns:1fr 1fr;}
  .footer-location-grid{grid-template-columns:1fr;}
  .footer-locations-head{display:block;}
  .footer-locations-head p{margin-top:4px;}
  .legal-toc{position:static;}
  .system-shell{grid-template-columns:1fr;gap:34px;}
  .system-copy{position:static;min-height:0;}
  .system-copy h2{font-size:35px;}
  .system-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:0;}
  .system-tab{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px;background:rgba(255,255,255,.035);}
  .system-tab span{font-size:19px;}
  .system-tab small{font-size:12.5px;}
  .system-stage{gap:24px;}
  .system-panel{min-height:auto;}
  .stat:nth-child(1)::before,.stat:nth-child(3)::before{display:none;}
  .svc-grid{grid-template-columns:1fr 1fr;}
  .process-steps{grid-template-columns:1fr;gap:14px;max-width:720px;margin:0 auto;}
  .process-steps .step{display:grid;grid-template-columns:36px 62px 1fr;gap:14px;align-items:center;text-align:left;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:0 18px 40px -34px rgba(12,26,54,.24);}
  .process-steps .step .num{grid-row:1/3;margin:0;width:32px;height:32px;font-size:14px;}
  .process-steps .step .pic{grid-row:1/3;margin:0;width:58px;height:58px;}
  .process-steps .step .pic svg{width:25px;height:25px;}
  .process-steps .step h3{margin:0 0 4px;font-size:16px;}
  .process-steps .step p{max-width:460px;font-size:13.5px;line-height:1.55;}
  .arrow{display:none;}
  .nav{justify-content:flex-start;gap:12px;}
  .menu-toggle{display:flex;order:3;}
  .nav-cta{display:none;}
  .logo-lock{min-width:0;max-width:none;flex:1 1 auto;}
  nav.menu{display:block;position:absolute;top:100%;left:0;right:0;flex:none;background:rgba(255,255,255,.98);backdrop-filter:blur(16px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-left:0;border-right:0;border-radius:0;box-shadow:0 28px 60px -34px rgba(12,26,54,.45);padding:14px 30px;z-index:60;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-16px);transform-origin:top center;transition:opacity .24s ease,transform .24s cubic-bezier(.2,.8,.2,1),visibility .24s ease;}
  .nav.menu-open nav.menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);}
  .primary-menu{display:flex;flex-direction:column;align-items:stretch;gap:6px;}
  nav.menu .primary-menu a{display:flex;align-items:center;min-height:48px;padding:11px 14px;border-radius:13px;font-size:18px;font-weight:700;color:#1f2b44;line-height:1.25;}
  nav.menu .primary-menu a:hover,nav.menu .primary-menu a:focus-visible{background:var(--tint);color:var(--blue);transform:translateX(4px);}
  .primary-menu a.active{background:#f5f8ff;color:var(--blue);}
  .primary-menu .current-menu-item>a{background:transparent;color:#39455c;transform:none;}
  nav.menu a.active::after,nav.menu .current-menu-item>a::after{display:none;}
  .nav{height:76px;}
  section{scroll-margin-top:76px;}
  section{padding:76px 0;}
  .sec-center{margin-bottom:38px;}
  .sec-title{font-size:31px;line-height:1.22;}
  .hero-grid{padding-top:54px;padding-bottom:72px;}
  .hero h1{font-size:38px;}
  .hero-contact-form{max-width:none;}
  .hero-photo,.feat-img{max-width:none;margin:0;width:100%;}
  .performance-shell{grid-template-columns:1fr;gap:28px;}
  .performance-copy h2{font-size:40px;}
  .performance-visual{min-height:0;justify-content:center;}
  .performance-board-img{width:min(720px,100%);margin-right:0;}
  .gallery-head{display:block;}
  .gallery-head .eyebrow{margin-bottom:12px;}
  .cta-plant{display:none;}
  .cta-inner{grid-template-columns:1fr;gap:28px;align-items:start;}
  .cta-btns{max-width:460px;}
  .kpis{grid-template-columns:1fr 1fr;}
}
@media(max-width:560px){
  .wrap{padding:0 20px;}
  .cards.c5,.cards.c4,.cards.c3,.stats,.svc-grid,.foot-grid,.frm,.charts{grid-template-columns:1fr;}
  .stat::before{display:none!important;}
  header .wrap{padding:0 20px;}
  nav.menu{left:0;right:0;padding:12px 20px;}
  .btn{min-height:52px;padding:0 20px;font-size:15px;}
  .hero-cta{gap:12px;}
  .nav{height:68px;align-items:center;gap:8px;}
  .logo-lock{max-width:calc(100% - 52px);overflow:hidden;}
  .logo{font-size:25px;}
  .logo-sub{font-size:9.5px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .menu-toggle{width:42px;height:42px;border-radius:10px;}
  .quick-contact{left:12px;right:12px;bottom:12px;transform:none;width:auto;display:grid;grid-template-columns:1fr 1fr;padding:7px;border-radius:15px;}
  .quick-contact-link{min-width:0;min-height:46px;padding:0 10px;font-size:13.5px;}
  .quick-contact-call span{max-width:120px;}
  .back-to-top{right:18px;bottom:86px;width:46px;height:46px;}
  section{scroll-margin-top:68px;}
  section{padding:64px 0;}
  .cta-inner{padding:54px 20px;}
  .cta h2{font-size:32px;line-height:1.14;}
  .cta p{font-size:15px;line-height:1.55;}
  .cta-btns .btn{min-height:52px;padding:0 16px;font-size:15px;}
  .hero-grid{padding:30px 20px 60px;}
  .local-hero{padding:54px 0 64px;}
  .local-contact-card{padding:24px 20px;border-radius:16px;}
  .hero-contact-form{margin-top:20px;padding:15px;border-radius:15px;}
  .hero-form-head{display:block;margin-bottom:13px;}
  .hero-form-head span{display:block;text-align:left;margin-top:3px;}
  .hero-form-grid{grid-template-columns:1fr;gap:10px;}
  .performance-proof{padding:62px 0;}
  .performance-orbit{display:none;}
  .performance-copy h2{font-size:35px;line-height:1.08;}
  .performance-copy p{font-size:15.5px;}
  .perf-list-item{grid-template-columns:44px 1fr;}
  .perf-list-item>span{width:42px;height:42px;}
  .perf-cta{width:100%;min-width:0;}
  .performance-visual{display:flex;margin:4px -12px 0;}
  .performance-board-img{width:min(560px,112%);max-width:none;}
  .google-top-visual{padding:20px;border-radius:18px;}
  .google-top-title{font-size:28px;margin-bottom:18px;}
  .google-phone{border-width:6px;border-radius:28px;padding:16px 13px 18px;}
  .google-tabs{gap:14px;overflow:hidden;}
  .google-ad-card{border-width:3px;padding:13px 12px;}
  .google-ad-card h3{font-size:15.5px;}
  .google-callout{padding:13px 14px;border-radius:14px;}
  .google-callout svg{width:28px;height:28px;}
  .google-callout span{font-size:16px;}
  .google-proof{grid-template-columns:44px 1fr;padding:14px;border-radius:14px;}
  .google-proof svg{width:44px;height:44px;padding:12px;}
  .sec-center{margin-bottom:30px;}
  .sec-title{font-size:27px;line-height:1.25;}
  .process-steps{gap:12px;}
  .process-steps .step{grid-template-columns:34px 52px 1fr;gap:12px;padding:14px;}
  .process-steps .step .num{width:30px;height:30px;font-size:13px;}
  .process-steps .step .pic{width:50px;height:50px;}
  .process-steps .step .pic svg{width:22px;height:22px;}
  .process-steps .step h3{font-size:15px;}
  .process-steps .step p{font-size:12.5px;}
  .legal-hero h1{font-size:34px;}
  .legal-card{padding:26px 22px;}
  .system-copy h2{font-size:30px;line-height:1.14;}
  .system-copy p.body{font-size:15px;margin-bottom:24px;}
  .system-tabs{grid-template-columns:1fr;}
  .system-tab{padding:15px 16px;}
  .system-stage{gap:18px;}
  .system-panel{border-radius:16px;}
  .panel-toolbar{height:48px;}
  .layout-board,.token-board,.motion-board{height:auto;min-height:320px;margin:16px;border-radius:14px;}
  .layout-board,.token-board{grid-template-columns:1fr;padding:16px;}
  .layout-side{grid-template-columns:repeat(3,1fr);grid-template-rows:none;}
  .layout-side>div{min-height:66px;}
  .wire-hero{height:120px;}
  .token-stack{display:grid;grid-template-columns:repeat(3,1fr);}
  .token{height:64px;}
  .mini-fields{grid-template-columns:1fr;}
  .motion-card{width:150px;height:104px;}
  .motion-card.one{left:22px;top:44px;}
  .motion-card.two{left:108px;top:128px;}
  .motion-card.three{right:20px;top:72px;}
  .timeline{left:22px;right:22px;bottom:34px;}
  .system-note{margin:0 16px 18px;border-radius:12px;align-items:flex-start;}
}
