:root{--ink:#15131b;--muted:#696672;--purple:#7c39ef;--purple2:#a94eff;--blue:#3aa6dd;--navy:#0a1631;--line:#ece9f0;--soft:#f8f7fa;--radius:22px;--container:1180px;--ease:cubic-bezier(.22,.61,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',sans-serif;overflow-x:hidden}body.menu-open{overflow:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font:inherit}.container{width:min(var(--container),calc(100% - 42px));margin-inline:auto}.section{padding:96px 0}.section-tight{padding:45px 0 72px}.page-noise{position:fixed;inset:0;pointer-events:none;opacity:.03;z-index:9998;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.cursor-dot{position:fixed;left:0;top:0;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%)}.cursor-dot{width:5px;height:5px;background:#7c39ef}@media(pointer:coarse){.cursor-dot{display:none}}
.site-header{height:80px;display:flex;align-items:center;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.35s}.site-header.scrolled{height:68px;border-color:#eeeaf2;box-shadow:0 10px 30px rgba(41,25,78,.05)}.nav-shell{display:flex;align-items:center;gap:28px;height:100%}.logo-link{display:flex;align-items:center}.logo-link img{width:120px;height:48px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:27px;margin-left:auto;font-size:13px;font-weight:600}.desktop-nav>a,.nav-drop>button{position:relative;border:0;background:none;padding:8px 0;cursor:pointer;color:#292631}.desktop-nav>a:after,.nav-drop>button:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:linear-gradient(90deg,var(--purple),var(--blue));transition:right .3s}.desktop-nav>a:hover:after,.desktop-nav>a.active:after,.nav-drop:hover>button:after{right:0}.nav-drop{position:relative}.nav-drop>button span{font-size:10px;margin-left:3px}.drop-menu{position:absolute;top:34px;left:-22px;width:250px;padding:12px;background:#fff;border:1px solid #eeeaf2;border-radius:14px;box-shadow:0 22px 50px rgba(34,25,57,.12);opacity:0;visibility:hidden;transform:translateY(10px);transition:.28s}.nav-drop:hover .drop-menu{opacity:1;visibility:visible;transform:none}.drop-menu a{display:block;padding:9px 10px;border-radius:8px;font-size:12px;color:#57535f}.drop-menu a:hover{background:#f7f3ff;color:var(--purple)}.header-actions{display:flex;align-items:center;gap:15px}.phone{display:flex;flex-direction:column;line-height:1.1}.phone small{text-transform:uppercase;letter-spacing:.14em;font-size:8px;color:#8a8790}.phone strong{font-size:12px;margin-top:4px}.menu-btn{display:none;margin-left:auto;width:42px;height:42px;border:0;border-radius:12px;background:#f3effa;position:relative}.menu-btn span{position:absolute;width:17px;height:2px;background:#282532;left:13px;transition:.3s}.menu-btn span:first-child{top:16px}.menu-btn span:last-child{top:24px}.menu-btn.open span:first-child{transform:rotate(45deg);top:21px}.menu-btn.open span:last-child{transform:rotate(-45deg);top:21px}.mobile-panel{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 18px;border-radius:7px;font-weight:700;font-size:12px;transition:transform .25s,box-shadow .25s,background .25s}.btn span{transition:transform .25s}.btn:hover span{transform:translate(2px,-2px)}.btn-dark{background:#17131d;color:#fff}.btn-dark:hover{box-shadow:0 12px 25px rgba(20,14,29,.18)}.btn-white{background:#fff;color:#36155f}.btn-white:hover{box-shadow:0 14px 28px rgba(37,16,68,.2)}.btn-purple{background:linear-gradient(135deg,#8a3ff3,#6b2fe0);color:#fff}.btn-purple:hover{box-shadow:0 15px 30px rgba(124,57,239,.26)}
.hero{padding-top:20px}.hero-card{position:relative;overflow:hidden;min-height:620px;border-radius:24px;background:linear-gradient(120deg,#6758f6 0%,#7f75ff 33%,#c378f4 68%,#ee8fdf 100%);display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;padding:70px 64px;color:#fff;box-shadow:0 30px 80px rgba(80,53,185,.15)}.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(46,34,156,.18),transparent 50%);pointer-events:none}.hero-grid{position:absolute;inset:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(90deg,black,transparent 60%)}.orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.35;mix-blend-mode:screen;animation:orbMove 10s ease-in-out infinite alternate}.orb-a{width:340px;height:340px;background:#3d7cff;right:18%;top:-150px}.orb-b{width:380px;height:380px;background:#f98cea;right:-100px;bottom:-170px;animation-delay:-3s}.orb-c{width:210px;height:210px;background:#7b22ff;left:40%;bottom:-95px;animation-delay:-5s}@keyframes orbMove{to{transform:translate3d(30px,25px,0) scale(1.12)}}.hero-copy{position:relative;z-index:3;max-width:545px}.eyebrow{display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:9px;color:#7b39e5;margin-bottom:15px}.eyebrow i{width:18px;height:2px;background:currentColor;border-radius:10px}.eyebrow.light{color:rgba(255,255,255,.92)}.eyebrow.center{justify-content:center}.hero h1,.section h2{font-family:Manrope,sans-serif}.hero h1{font-size:clamp(42px,5.3vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 24px;font-weight:800;text-wrap:balance}.hero h1 span{display:inline-block;color:#fff;text-shadow:0 6px 22px rgba(80,31,149,.18)}.hero-copy>p{font-size:15px;line-height:1.7;max-width:500px;color:rgba(255,255,255,.88);margin:0 0 28px}.hero-actions{display:flex;align-items:center;gap:12px}.round-play{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);color:#fff;backdrop-filter:blur(8px);transition:.25s}.round-play:hover{transform:scale(1.08);background:#fff;color:#7b39e5}.hero-actions small{font-size:10px;font-weight:700}.hero-proof{display:flex;gap:30px;margin-top:35px;padding-top:22px;border-top:1px solid rgba(255,255,255,.2);width:max-content}.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font:800 24px Manrope}.hero-proof span{font-size:9px;color:rgba(255,255,255,.7);margin-top:3px}.hero-visual{position:relative;height:490px;z-index:2;perspective:1200px}.hero-ring{position:absolute;border:1px solid rgba(255,255,255,.28);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);animation:ringPulse 5.4s ease-in-out infinite}.ring-1{width:390px;height:390px}.ring-2{width:300px;height:300px;animation-delay:-1.8s}.ring-3{width:210px;height:210px;animation-delay:-3.6s}@keyframes ringPulse{50%{opacity:.2;transform:translate(-50%,-50%) scale(1.05)}}.visual-main{position:absolute;width:330px;height:410px;right:52px;top:28px;border-radius:20px 80px 26px 80px;overflow:hidden;box-shadow:0 35px 70px rgba(44,20,90,.28);transform:rotate(2deg);border:1px solid rgba(255,255,255,.45)}.visual-main:after,.visual-card:after{content:"";position:absolute;inset:0;background:linear-gradient(150deg,rgba(123,67,245,.08),rgba(17,7,38,.16));mix-blend-mode:multiply;pointer-events:none}.visual-main img,.visual-card img{width:100%;height:100%;object-fit:cover}.visual-card{position:absolute;overflow:hidden;border:6px solid rgba(255,255,255,.92);border-radius:17px;box-shadow:0 22px 45px rgba(44,20,90,.24)}.vc-a{width:150px;height:170px;left:22px;top:55px;transform:rotate(-8deg)}.vc-b{width:145px;height:160px;right:5px;bottom:10px;transform:rotate(7deg)}.metric-chip{position:absolute;display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.92);color:#272333;border-radius:11px;padding:11px 13px;box-shadow:0 15px 30px rgba(48,25,93,.2);backdrop-filter:blur(10px)}.metric-chip small{font-size:8px;color:#817c89;display:block}.metric-chip b{font:800 11px Manrope;display:block;margin-top:2px}.chip-a{left:22px;bottom:70px}.chip-b{right:110px;top:0}.chip-b em{font-style:normal;background:#803df0;color:#fff;width:27px;height:27px;border-radius:8px;display:grid;place-items:center}.pulse-dot{width:10px;height:10px;border-radius:50%;background:#43e0a8;box-shadow:0 0 0 0 rgba(67,224,168,.7);animation:pulse 1.7s infinite}@keyframes pulse{70%{box-shadow:0 0 0 10px rgba(67,224,168,0)}}.spark{position:absolute;color:#fff;opacity:.85;animation:spinFloat 6s linear infinite}.s1{left:8px;top:13px;font-size:29px}.s2{right:5px;top:170px;font-size:20px;animation-delay:-2s}.s3{left:170px;bottom:15px;font-size:24px;animation-delay:-4s}@keyframes spinFloat{50%{transform:translateY(-10px) rotate(180deg)}to{transform:rotate(360deg)}}.float-y{animation:floatY 5.5s ease-in-out infinite}.float-y-slow{animation:floatY 7s ease-in-out infinite reverse}.float-x{animation:floatX 6.5s ease-in-out infinite}@keyframes floatY{50%{translate:0 -12px}}@keyframes floatX{50%{translate:11px 0}}.hero-bottom-card{position:relative;z-index:5;margin:-22px 50px 0;padding:20px 24px;border:1px solid #efeaf4;border-radius:13px;background:rgba(255,255,255,.95);box-shadow:0 20px 45px rgba(43,25,77,.08);display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-bottom-card>div{display:flex;align-items:center;gap:13px}.mini-icon{width:40px;height:40px;border-radius:10px;background:#f1e9ff;color:#7939eb;display:grid;place-items:center}.hero-bottom-card strong{font:800 13px Manrope}.hero-bottom-card p{font-size:10px;margin:3px 0 0;color:#7c7881}.hero-bottom-card>a{font-size:10px;color:#716d78}.hero-bottom-card>a b{display:block;color:#1d1923;font-size:12px;margin-top:4px}.hero-bottom-card>a span{color:#7c39ef;margin-left:5px}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:86px;align-items:center}.about-visual,.expert-visual{position:relative;min-height:520px}.about-photo{position:absolute;overflow:hidden;border-radius:20px}.about-photo img,.expert-image img,.faq-visual>img{width:100%;height:100%;object-fit:cover}.photo-main{width:77%;height:465px;left:8%;top:10px}.photo-float{width:42%;height:210px;right:0;bottom:2px;border:7px solid #fff;box-shadow:0 20px 50px rgba(47,34,63,.15)}.purple-quote{position:absolute;left:0;bottom:40px;width:205px;padding:18px;border-radius:13px;background:linear-gradient(145deg,#8e42f5,#6730d9);color:#fff;box-shadow:0 20px 45px rgba(100,46,215,.25)}.purple-quote span{font-size:21px}.purple-quote p{font:800 15px Manrope;margin:10px 0 4px}.purple-quote small{font-size:8px;opacity:.75}.about-shape{position:absolute;width:140px;height:140px;border-radius:50%;border:1px solid #d9cbff;left:28px;top:-18px;z-index:-1}.copy-col h2,.section-head h2,.center-copy h2,.faq-col h2{font:800 clamp(36px,4.5vw,56px)/1.05 Manrope;margin:0 0 20px;letter-spacing:-.05em}.gradient-text{background:linear-gradient(90deg,#7a39eb,#a94eff,#3aa6dd);-webkit-background-clip:text;background-clip:text;color:transparent}.copy-col>p{font-size:13px;line-height:1.78;color:var(--muted);margin:0 0 14px}.check-row{display:grid;gap:10px;margin:25px 0 28px}.check-row span{font-size:11px;font-weight:700;color:#312c36}.check-row span::first-letter{color:#7c39ef}.center-copy{text-align:center;max-width:720px;margin-inline:auto}.center-copy h3{font:800 clamp(21px,2.5vw,32px) Manrope;margin:0}.center-copy>p{font-size:12px;color:#73707a;line-height:1.7}.logo-section{overflow:hidden}.logo-marquee{margin-top:30px;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.logo-track{display:flex;width:max-content;align-items:center;animation:marquee 30s linear infinite}.logo-track span{width:170px;text-align:center;font:800 12px Manrope;letter-spacing:.08em;color:#aaa6ae;filter:grayscale(1);transition:.25s}.logo-track span:hover{color:#7c39ef;filter:none}@keyframes marquee{to{transform:translateX(-50%)}}
.services-wrap{padding-top:25px}.services-panel{position:relative;overflow:hidden;border-radius:23px;background:linear-gradient(145deg,#fbf9ff 0,#f7f3ff 48%,#f8fbff 100%);border:1px solid #ede7f9;padding:58px 50px}.panel-glow{position:absolute;width:270px;height:270px;border-radius:50%;filter:blur(18px);opacity:.55}.pg1{left:-130px;top:-130px;background:radial-gradient(circle,#a850ff,transparent 65%)}.pg2{right:-130px;bottom:-140px;background:radial-gradient(circle,#558dff,transparent 65%)}.section-head{position:relative;z-index:2}.section-head.two-col{display:grid;grid-template-columns:1.15fr .7fr;gap:70px;align-items:end;margin-bottom:35px}.section-head p{font-size:12px;line-height:1.7;color:#6f6b76;margin:0 0 13px}.text-link{font-size:10px;font-weight:800;color:#7c39ef;text-transform:uppercase;letter-spacing:.08em}.service-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.service-card{min-height:300px;background:#fff;border:1px solid #ece7f1;border-radius:11px;padding:26px 22px;display:flex;flex-direction:column;transform-style:preserve-3d;box-shadow:0 10px 32px rgba(54,39,85,.04);transition:box-shadow .3s,border-color .3s}.service-card:hover{box-shadow:0 22px 48px rgba(60,39,105,.12);border-color:#d9cdf1}.service-card.featured{background:linear-gradient(160deg,#9744f5 0%,#6d31dc 100%);color:#fff;border-color:transparent;box-shadow:0 20px 40px rgba(111,50,221,.25)}.service-card.blue{background:linear-gradient(160deg,#537fe8,#3946b6);color:#fff;border-color:transparent}.service-icon{width:45px;height:45px;border-radius:10px;display:grid;place-items:center;background:#f1e8ff;color:#7938ec;font-size:18px;margin-bottom:39px}.featured .service-icon,.blue .service-icon{background:rgba(255,255,255,.16);color:#fff}.service-card h3{font:800 16px Manrope;margin:0 0 10px}.service-card p{font-size:10.5px;line-height:1.65;color:#75717b;margin:0}.featured p,.blue p{color:rgba(255,255,255,.76)}.service-card>span{font-size:9px;font-weight:800;margin-top:auto;color:#7c39ef}.featured>span,.blue>span{color:#fff}.service-foot{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.service-foot a{font-size:9px;font-weight:700;text-align:center;padding:10px;border-radius:8px;background:rgba(255,255,255,.72);border:1px solid #eee9f3;color:#66616d}.service-foot a:hover{color:#7c39ef;background:#fff}
.expert-image{width:78%;height:470px;border-radius:20px;overflow:hidden;margin-left:7%;box-shadow:0 25px 55px rgba(40,35,48,.12)}.floating-review{position:absolute;right:0;bottom:20px;width:205px;border:1px solid #ede8f2;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-radius:13px;padding:14px;display:flex;gap:11px;align-items:center;box-shadow:0 18px 40px rgba(38,28,52,.12)}.avatars{display:flex}.avatars span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#7b39e9;color:#fff;border:2px solid #fff;margin-left:-6px;font:800 8px Manrope}.avatars span:first-child{margin-left:0}.floating-review b{font:800 16px Manrope;display:block}.floating-review small{display:block;color:#7d7881;font-size:8px}.mini-orbit{position:absolute;width:120px;height:120px;border-radius:50%;border:1px dashed #b694ff;left:0;top:0;animation:rotate 15s linear infinite}.mini-orbit:after{content:"✦";position:absolute;top:-10px;left:48px;color:#7c39ef;background:#fff}@keyframes rotate{to{transform:rotate(360deg)}}.feature-list{display:grid;gap:11px;margin:24px 0 28px}.feature-list article{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;padding-bottom:12px;border-bottom:1px solid #eeebf0}.feature-list article>div{width:34px;height:34px;border-radius:8px;background:#f3ecff;color:#7c39ef;display:grid;place-items:center;font:800 9px Manrope}.feature-list b{font:800 12px Manrope;display:block}.feature-list small{display:block;font-size:9.5px;line-height:1.6;color:#77737d;margin-top:4px}
.showcase-section{padding:40px 0 95px}.showcase-card{position:relative;height:560px;border-radius:22px;overflow:hidden;background:#0d0c12}.showcase-bg{position:absolute;inset:-8%}.showcase-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) brightness(.55);transform:scale(1.1)}.showcase-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,17,.75),rgba(31,12,56,.35),rgba(8,8,15,.35))}.showcase-beam{position:absolute;width:500px;height:700px;right:5%;top:-80px;transform:rotate(20deg);background:linear-gradient(90deg,transparent,rgba(133,67,255,.22),transparent);filter:blur(14px);animation:beam 6s ease-in-out infinite alternate}@keyframes beam{to{translate:-90px 20px}}.showcase-copy{position:absolute;z-index:2;left:62px;top:50%;transform:translateY(-50%);max-width:560px;color:#fff}.showcase-copy h2{font:800 clamp(38px,5vw,62px)/1.02 Manrope;margin:0 0 18px;letter-spacing:-.05em}.showcase-copy p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.76);max-width:470px;margin:0 0 22px}.stats-card{position:relative;z-index:4;margin:-45px 45px 0;background:#fff;border:1px solid #efeaf3;border-radius:13px;box-shadow:0 22px 50px rgba(44,32,70,.1);display:grid;grid-template-columns:repeat(4,1fr);padding:26px 15px}.stats-card div{text-align:center;border-right:1px solid #eeeaf1}.stats-card div:last-child{border:0}.stats-card strong{display:block;font:800 28px Manrope;color:#7c39ef}.stats-card span{font-size:9px;color:#76717c}
.testimonial-section{background:#fff}.testimonial-slider{max-width:950px;margin:36px auto 0}.testimonial-track{position:relative;min-height:235px}.testimonial{position:absolute;inset:0;opacity:0;transform:translateX(30px) scale(.98);transition:.55s var(--ease);pointer-events:none;background:#faf9fb;border:1px solid #ece8f0;border-radius:17px;padding:34px 38px}.testimonial.active{opacity:1;transform:none;pointer-events:auto}.quote-mark{position:absolute;right:30px;top:18px;font:800 70px/1 Georgia;color:#e8dbff}.testimonial>p{font:600 20px/1.5 Manrope;letter-spacing:-.02em;max-width:780px;margin:0 0 31px}.case-person{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center}.case-person>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#7b39e9,#3aa6dd);color:#fff;font:800 9px Manrope}.case-person b{font:800 11px Manrope;display:block}.case-person small{font-size:8.5px;color:#817d86}.case-person>strong{font:800 14px Manrope;color:#7c39ef}.slider-controls{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:17px}.slider-controls button{width:36px;height:36px;border:1px solid #e6e1eb;border-radius:50%;background:#fff;cursor:pointer;color:#5e5964;transition:.25s}.slider-controls button:hover{background:#7c39ef;color:#fff;border-color:#7c39ef}.slider-dots{display:flex;gap:6px}.slider-dots button{width:6px;height:6px;padding:0;border:0;background:#d8d4db}.slider-dots button.active{width:20px;border-radius:10px;background:#7c39ef}
.faq-grid{align-items:stretch}.faq-col{padding:25px 0}.faq-col h2{max-width:480px}.accordion{border-top:1px solid #e9e5ec;margin:22px 0 28px}.acc{border-bottom:1px solid #e9e5ec}.acc>button{width:100%;border:0;background:none;padding:17px 0;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;font:700 12px Manrope;color:#2b2830}.acc>button i{font-style:normal;color:#7c39ef;font-size:17px}.acc-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .36s var(--ease)}.acc-body p{overflow:hidden;margin:0;font-size:10px;line-height:1.7;color:#77727c}.acc.open .acc-body{grid-template-rows:1fr}.acc.open .acc-body p{padding-bottom:17px}.faq-visual{position:relative;min-height:520px;border-radius:20px;overflow:hidden;background:#151421}.faq-visual>img{filter:saturate(.65) brightness(.55);animation:kenburns 14s ease-in-out infinite alternate}@keyframes kenburns{to{transform:scale(1.08)}}.faq-screen{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;padding:20px;border-radius:13px;background:rgba(17,14,29,.77);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(18px);color:#fff;overflow:hidden}.faq-screen span{font-size:8px;letter-spacing:.15em;color:#c7a4ff}.faq-screen b{display:block;font:800 17px Manrope;margin:8px 0}.faq-screen small{font-size:9px;color:rgba(255,255,255,.66)}.scan-line{position:absolute;left:0;right:0;height:1px;top:0;background:linear-gradient(90deg,transparent,#b26eff,transparent);box-shadow:0 0 15px #9a4dff;animation:scan 3.3s ease-in-out infinite}@keyframes scan{50%{top:100%}}.corner-glow{position:absolute;width:260px;height:260px;border-radius:50%;background:#7e36eb;filter:blur(80px);opacity:.33;right:-100px;top:-80px}
.support-section{padding-top:60px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px}.support-card{min-height:230px;border:1px solid #ebe7ee;border-radius:13px;padding:26px;background:#fff;display:flex;flex-direction:column;transition:.3s}.support-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(54,37,82,.09)}.support-card.featured{background:linear-gradient(160deg,#893ff2,#6730d5);color:#fff;border-color:transparent}.support-card>div{font:800 9px Manrope;color:#7c39ef}.support-card.featured>div{color:#d9c7ff}.support-card h3{font:800 18px Manrope;margin:24px 0 10px}.support-card p{font-size:10px;line-height:1.65;color:#77727c;margin:0}.support-card.featured p{color:rgba(255,255,255,.76)}.support-card span{font-size:9px;font-weight:800;margin-top:auto;color:#7c39ef}.support-card.featured span{color:#fff}
.site-footer{padding:35px 0 22px}.footer-card{border-radius:20px;background:linear-gradient(135deg,#6c54dc,#7768e1 42%,#a16fe8 100%);padding:52px 48px 20px;color:#fff;overflow:hidden;position:relative}.footer-card:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-160px;top:-260px}.footer-top{display:grid;grid-template-columns:1.25fr .7fr .6fr 1fr;gap:55px;position:relative;z-index:2}.footer-brand img{width:120px;height:48px;object-fit:contain;background:#fff;border-radius:10px;padding:4px}.footer-top h4{font:800 11px Manrope;margin:0 0 16px}.footer-top a,.footer-top p{display:block;font-size:9px;line-height:1.75;color:rgba(255,255,255,.75);margin:0 0 7px}.footer-top a:hover{color:#fff}.footer-cta{display:inline-flex!important;padding:10px 13px!important;border:1px solid rgba(255,255,255,.3);border-radius:8px;margin-top:8px!important;color:#fff!important}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:36px;padding-top:15px;border-top:1px solid rgba(255,255,255,.16);font-size:8px;color:rgba(255,255,255,.62);position:relative;z-index:2}
.reveal-up,.reveal-left,.reveal-right{opacity:0;transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal-up{transform:translateY(34px)}.reveal-left{transform:translateX(-40px)}.reveal-right{transform:translateX(40px)}.reveal-up.in,.reveal-left.in,.reveal-right.in{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media(max-width:1050px){.desktop-nav{gap:17px}.phone{display:none}.hero-card{padding:55px 42px;min-height:570px}.visual-main{width:290px;height:380px;right:35px}.vc-a{left:0}.service-grid{grid-template-columns:repeat(2,1fr)}.service-foot{grid-template-columns:repeat(2,1fr)}.split-grid{gap:55px}.footer-top{grid-template-columns:1fr 1fr;gap:35px}}
@media(max-width:820px){.desktop-nav,.header-actions{display:none}.menu-btn{display:block}.mobile-panel{display:flex;position:fixed;inset:68px 0 auto 0;max-height:0;overflow:hidden;flex-direction:column;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-bottom:1px solid #ece8ef;padding:0 22px;transition:max-height .4s var(--ease),padding .4s}.mobile-panel.open{max-height:640px;padding:14px 22px 22px}.mobile-panel a{padding:11px 0;border-bottom:1px solid #f0edf2;font:700 12px Manrope}.hero-card{grid-template-columns:1fr;padding:48px 35px 28px}.hero-visual{height:400px;margin-top:20px}.visual-main{left:50%;right:auto;transform:translateX(-50%) rotate(2deg);width:270px;height:340px}.vc-a{left:8%;top:55px}.vc-b{right:6%;bottom:5px}.chip-b{right:5%;top:0}.chip-a{left:5%;bottom:40px}.hero-bottom-card{margin:-18px 20px 0}.split-grid{grid-template-columns:1fr}.about-visual,.expert-visual{min-height:460px;max-width:650px;width:100%;margin:auto}.section-head.two-col{grid-template-columns:1fr;gap:10px}.showcase-copy{left:40px}.stats-card{grid-template-columns:1fr 1fr;gap:0}.stats-card div{padding:10px}.stats-card div:nth-child(2){border-right:0}.stats-card div:nth-child(-n+2){border-bottom:1px solid #eeeaf1}.support-grid{grid-template-columns:1fr}.faq-grid .faq-visual{min-height:430px}.footer-top{grid-template-columns:1fr 1fr}.section{padding:78px 0}}
@media(max-width:580px){.container{width:min(100% - 24px,var(--container))}.site-header{height:68px}.logo-link img{width:102px}.hero{padding-top:8px}.hero-card{min-height:760px;padding:35px 22px 18px;border-radius:18px}.hero h1{font-size:42px}.hero-copy>p{font-size:13px}.hero-proof{gap:20px}.hero-visual{height:330px}.visual-main{width:215px;height:275px;top:37px}.vc-a{width:100px;height:120px;left:0;top:80px;border-width:4px}.vc-b{width:98px;height:115px;right:-3px;bottom:0;border-width:4px}.chip-a{left:0;bottom:17px}.chip-b{right:0;top:4px}.metric-chip{padding:9px}.metric-chip small{font-size:7px}.metric-chip b{font-size:9px}.hero-bottom-card{margin:-13px 10px 0;padding:14px;align-items:flex-start;flex-direction:column}.hero-bottom-card>a{width:100%;border-top:1px solid #eeeaf2;padding-top:10px}.section{padding:65px 0}.split-grid{gap:40px}.about-visual,.expert-visual{min-height:360px}.photo-main{height:330px;width:80%;left:7%}.photo-float{height:150px}.purple-quote{width:170px;bottom:5px}.copy-col h2,.section-head h2,.center-copy h2,.faq-col h2{font-size:36px}.services-panel{padding:38px 15px;border-radius:18px}.service-grid,.service-foot{grid-template-columns:1fr}.service-card{min-height:245px}.expert-image{height:340px;width:85%;margin-left:0}.floating-review{right:0;bottom:0}.showcase-card{height:500px;border-radius:18px}.showcase-copy{left:22px;right:22px}.showcase-copy h2{font-size:39px}.stats-card{margin:-35px 10px 0}.stats-card strong{font-size:22px}.testimonial-track{min-height:335px}.testimonial{padding:27px 20px}.testimonial>p{font-size:17px}.case-person{grid-template-columns:40px 1fr}.case-person>strong{grid-column:2}.faq-visual{min-height:390px!important}.footer-card{padding:38px 22px 17px}.footer-top{grid-template-columns:1fr;gap:25px}.footer-bottom{flex-direction:column}.section-tight{padding:38px 0 58px}.logo-track span{width:135px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal-up,.reveal-left,.reveal-right{opacity:1!important;transform:none!important}}

/* ===== HyperAI reference alignment v4 ===== */
:root{--container:1240px}
.site-header{height:74px}.logo-link img{width:126px}.header-actions .btn-dark{background:linear-gradient(135deg,#9b40ef,#7d2ee2);border-radius:5px}.phone{padding-left:34px;position:relative}.phone:before{content:"☎";position:absolute;left:0;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:6px;background:#7f31e8;color:#fff;display:grid;place-items:center;font-size:11px}
.hero{padding-top:14px}.hero-card{min-height:555px;border-radius:14px;padding:64px 58px;background:linear-gradient(105deg,#5c8df5 0%,#6a8df4 34%,#a57cef 70%,#ee96d5 100%);grid-template-columns:1.02fr .98fr;box-shadow:none}.hero-card:after{background:linear-gradient(90deg,rgba(39,54,165,.12),transparent 56%)}.hero-grid{opacity:.06;background-size:88px 88px}.hero h1{font-size:clamp(46px,4.7vw,64px);line-height:1.02;letter-spacing:-.045em;max-width:610px}.hero-copy>p{max-width:510px;font-size:12.5px;line-height:1.72}.hero-actions .btn-white{background:#8d37e9;color:#fff;border-radius:4px;padding-inline:21px}.hero-actions .round-play{background:#ff9d22;border:4px solid rgba(255,255,255,.38);width:44px;height:44px;box-shadow:0 0 0 5px rgba(255,157,34,.18);animation:playPulse 2s infinite}.hero-actions small{display:none}@keyframes playPulse{50%{box-shadow:0 0 0 12px rgba(255,157,34,0)}}.hero-proof{display:none}
.hyperai-hero-visual{height:475px;overflow:visible}.hyperai-person-wrap{position:absolute;right:-10px;bottom:-64px;width:520px;height:560px;overflow:hidden;z-index:2;mask-image:linear-gradient(to bottom,#000 83%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 83%,transparent 100%)}.hyperai-person{width:100%;height:100%;object-fit:cover;object-position:52% 35%;filter:saturate(1.08) contrast(1.03)}.person-tint{position:absolute;inset:0;background:linear-gradient(125deg,rgba(49,94,255,.24),rgba(173,74,246,.12) 53%,rgba(255,87,174,.18));mix-blend-mode:screen;pointer-events:none}.hero-halo{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.26);z-index:1;animation:haloBreath 5s ease-in-out infinite}.halo-1{width:390px;height:390px;right:45px;top:55px}.halo-2{width:470px;height:470px;right:5px;top:15px;animation-delay:-2.5s}@keyframes haloBreath{50%{transform:scale(1.055);opacity:.45}}.hero-tech-card{position:absolute;z-index:4;background:rgba(255,255,255,.94);box-shadow:0 14px 32px rgba(53,27,112,.17);border-radius:7px;padding:10px 13px;color:#25202c;display:flex;align-items:center;gap:7px}.hero-tech-card small{font-size:8px;font-weight:700}.hero-tech-card span:not(.pulse-dot){width:25px;height:25px;background:linear-gradient(135deg,#8a38ef,#4e7eea);color:#fff;border-radius:5px;display:grid;place-items:center;font:800 9px Manrope}.hero-tech-card b{font:800 14px Manrope;color:#7a31e3}.tech-card-a{left:6px;top:94px}.tech-card-b{right:10px;top:50px}.tech-card-c{left:35px;bottom:55px}.hero-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);z-index:1;transform-origin:center}.line-a{width:330px;right:55px;top:190px;transform:rotate(-28deg);animation:lineSweep 4.5s ease-in-out infinite}.line-b{width:280px;right:105px;top:290px;transform:rotate(24deg);animation:lineSweep 5.2s ease-in-out infinite reverse}@keyframes lineSweep{50%{opacity:.18;translate:10px -8px}}
.hero-bottom-card{margin:-18px 68px 0;border-radius:8px;padding:17px 20px}.hero-bottom-card strong{font-size:12px}.hero-bottom-card p{font-size:9.5px}.hero-bottom-card>a{font-size:9px}
.about-section{padding-top:112px}.about-photo.photo-main{border-radius:6px}.photo-float{border-radius:6px}.purple-quote{border-radius:4px}.services-panel{border-radius:0;background:#fff;border:0;padding:30px 0}.panel-glow{display:none}.service-card{border-radius:3px;box-shadow:0 8px 30px rgba(40,30,70,.05)}.service-card.featured{background:linear-gradient(145deg,#a241ee,#7f2fe2)}.service-card.blue{background:linear-gradient(145deg,#7856ef,#4f6be8)}.service-icon{border-radius:4px}.showcase-card{border-radius:8px}.stats-card{border-radius:5px}.support-card,.testimonial-track,.faq-visual,.footer-card{border-radius:6px}
@media(min-width:1500px){:root{--container:1320px}.hero-card{min-height:610px;padding:72px 76px}.hero h1{font-size:70px}.hyperai-hero-visual{height:520px}.hyperai-person-wrap{width:585px;height:630px;right:-22px;bottom:-76px}.halo-1{width:440px;height:440px}.halo-2{width:525px;height:525px}}
@media(max-width:1050px){.hero-card{min-height:520px;padding:50px 36px}.hero h1{font-size:50px}.hyperai-person-wrap{width:430px;height:500px;right:-25px;bottom:-58px}.tech-card-b{right:0}.hero-bottom-card{margin:-15px 38px 0}}
@media(max-width:820px){.hero-card{grid-template-columns:1fr;min-height:820px;padding:46px 34px 24px}.hero-copy{max-width:640px}.hero h1{max-width:620px;font-size:52px}.hyperai-hero-visual{height:385px;margin-top:4px}.hyperai-person-wrap{width:430px;height:470px;right:50%;transform:translateX(50%);bottom:-50px}.halo-1{right:50%;transform:translateX(50%);top:35px;width:330px;height:330px}.halo-2{right:50%;transform:translateX(50%);top:5px;width:390px;height:390px}.tech-card-a{left:8%;top:70px}.tech-card-b{right:8%;top:25px}.tech-card-c{left:12%;bottom:52px}.hero-bottom-card{margin:-13px 25px 0}.hero-card:after{background:linear-gradient(180deg,rgba(50,63,170,.08),transparent 50%)}}
@media(max-width:580px){.hero-card{min-height:730px;padding:36px 22px 16px}.hero h1{font-size:40px;line-height:1.03}.hero-copy>p{font-size:12px;line-height:1.65}.hyperai-hero-visual{height:330px}.hyperai-person-wrap{width:320px;height:385px;bottom:-42px}.halo-1{width:260px;height:260px;top:44px}.halo-2{width:315px;height:315px;top:15px}.hero-tech-card{padding:8px 9px}.tech-card-a{left:-2px;top:76px}.tech-card-b{right:-2px;top:35px}.tech-card-c{left:5px;bottom:42px}.hero-line{display:none}.hero-bottom-card{margin:-10px 10px 0}.hero-actions .btn-white{min-height:42px}.hero-actions .round-play{width:42px;height:42px}}

/* Reference screenshot refinements */
.services-panel{border-radius:10px;background:linear-gradient(145deg,#fbf9ff 0%,#faf9ff 54%,#f7fbff 100%);border:1px solid #f0ebf7;padding:48px 42px;box-shadow:0 8px 28px rgba(44,27,74,.035)}
.panel-glow{display:block;opacity:.42}.pg1{left:-150px;top:-150px}.pg2{right:-150px;bottom:-155px}
.service-card{border-radius:4px}.service-card h3{font-size:15px}.service-card p{font-size:9.8px}.service-card{min-height:286px}
.faq-section .container{position:relative;overflow:hidden;border-radius:10px;background:linear-gradient(135deg,#fbf9ff,#fff 55%,#f9f7ff);border:1px solid #f1edf6;padding:50px 52px}.faq-section .container:before,.faq-section .container:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:#8d3df2;filter:blur(72px);opacity:.19;pointer-events:none}.faq-section .container:before{left:-140px;top:-135px}.faq-section .container:after{right:-140px;bottom:-135px}.faq-grid{position:relative;z-index:1}.faq-col{padding:10px 0}.faq-visual{border-radius:4px;min-height:500px}.faq-screen{border-radius:4px}
.support-card{border-radius:4px}.footer-card{border-radius:6px}
@media(max-width:820px){.services-panel{padding:38px 25px}.faq-section .container{padding:35px 28px}.faq-grid{gap:38px}}
@media(max-width:580px){.services-panel{padding:34px 14px}.faq-section .container{padding:28px 16px}.faq-section{padding-inline:0}.faq-section .container{width:min(100% - 24px,var(--container))}}

/* ===== HyperAI wide-canvas alignment v5 =====
   Goal: keep every major section on one consistent left/right frame on large desktops,
   while maintaining readable inner content and the reference site's near-full-width composition. */
:root{
  --container: 1760px;
  --page-gutter: 32px;
  --inner-gutter: clamp(28px,4.4vw,92px);
}
.container{
  width:min(var(--container),calc(100% - (var(--page-gutter) * 2)));
}

/* Header, hero and major framed sections share the exact same outer edges. */
.nav-shell,
.hero,
.about-section>.container,
.logo-section>.container,
.services-wrap>.container,
.expert-section>.container,
.showcase-section>.container,
.testimonial-section>.container,
.faq-section>.container,
.support-section>.container,
.site-footer>.container{
  width:min(var(--container),calc(100% - (var(--page-gutter) * 2)));
}

/* Large desktop proportions: wide outside frame, controlled content inside. */
@media(min-width:1500px){
  .site-header{height:82px}
  .nav-shell{padding-inline:10px}
  .desktop-nav{gap:34px;font-size:14px}
  .logo-link img{width:138px}
  .header-actions{gap:20px}

  .hero{padding-top:18px}
  .hero-card{
    min-height:660px;
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);
    padding:82px var(--inner-gutter);
    border-radius:14px;
  }
  .hero-copy{max-width:700px}
  .hero h1{font-size:clamp(66px,4.25vw,82px);max-width:760px}
  .hero-copy>p{font-size:15px;max-width:610px}
  .hyperai-hero-visual{height:560px}
  .hyperai-person-wrap{width:650px;height:700px;right:4%;bottom:-88px}
  .halo-1{width:490px;height:490px;right:12%;top:54px}
  .halo-2{width:585px;height:585px;right:8%;top:6px}
  .tech-card-a{left:8%;top:112px}.tech-card-b{right:5%;top:54px}.tech-card-c{left:12%;bottom:58px}
  .hero-bottom-card{margin:-20px var(--inner-gutter) 0;padding:19px 26px}

  /* The white editorial sections still align to the same frame; inner padding keeps the copy elegant. */
  .about-section>.container,
  .expert-section>.container{
    padding-inline:var(--inner-gutter);
  }
  .split-grid{gap:clamp(80px,7vw,145px)}
  .about-visual,.expert-visual{min-height:600px}
  .photo-main{height:540px}
  .expert-image{height:560px}
  .copy-col h2,.section-head h2,.center-copy h2,.faq-col h2{font-size:clamp(48px,3.45vw,66px)}
  .copy-col>p{font-size:14px;max-width:690px}

  .logo-section>.container{padding-inline:var(--inner-gutter)}
  .logo-marquee{width:min(1560px,calc(100% - 80px));margin-inline:auto}
  .logo-track span{width:190px;font-size:13px}

  .services-panel{
    padding:62px var(--inner-gutter) 56px;
    border-radius:10px;
  }
  .section-head.two-col{grid-template-columns:1.05fr .55fr;gap:120px;margin-bottom:42px}
  .section-head p{font-size:14px}
  .service-grid{gap:18px}
  .service-card{min-height:320px;padding:32px 28px}
  .service-card h3{font-size:18px}
  .service-card p{font-size:12px;max-width:310px}
  .service-icon{width:52px;height:52px;margin-bottom:48px}
  .service-foot{gap:14px;margin-top:16px}
  .service-foot a{padding:13px 10px;font-size:10px}

  .showcase-card{height:650px}
  .showcase-copy{left:var(--inner-gutter);max-width:680px}
  .showcase-copy h2{font-size:clamp(54px,3.9vw,74px)}
  .showcase-copy p{font-size:14px;max-width:560px}
  .stats-card{margin:-48px var(--inner-gutter) 0;padding:30px 20px}
  .stats-card strong{font-size:34px}
  .stats-card span{font-size:10px}

  .testimonial-section>.container{padding-inline:var(--inner-gutter)}
  .testimonial-slider{max-width:1280px}
  .testimonial-track{min-height:270px}
  .testimonial{padding:42px 48px}
  .testimonial>p{font-size:23px;max-width:1050px}

  .faq-section>.container{padding:62px var(--inner-gutter)}
  .faq-grid{gap:clamp(70px,6vw,125px)}
  .faq-visual{min-height:560px}

  .support-section>.container{padding-inline:var(--inner-gutter)}
  .support-grid{gap:18px}
  .support-card{min-height:260px;padding:32px}
  .support-card h3{font-size:21px}
  .support-card p{font-size:11px}

  .footer-card{padding:64px var(--inner-gutter) 24px}
  .footer-top{gap:70px}
  .footer-top h4{font-size:12px}.footer-top a,.footer-top p{font-size:10px}
}

/* True 1920+ presentation: narrow screen-edge gutters like the reference. */
@media(min-width:1860px){
  :root{--container:1840px;--page-gutter:40px;--inner-gutter:96px}
  .hero-card{min-height:690px}
  .hero h1{font-size:82px}
  .hyperai-person-wrap{width:690px;height:735px;right:5%}
  .service-card{min-height:330px}
  .showcase-card{height:680px}
}

/* 1440–1499: maintain the same connected frame without crowding. */
@media(min-width:1200px) and (max-width:1499px){
  :root{--container:1360px;--page-gutter:30px;--inner-gutter:58px}
  .hero-card{padding-inline:58px}
  .about-section>.container,.expert-section>.container{padding-inline:42px}
  .services-panel{padding-inline:42px}
  .faq-section>.container{padding-inline:46px}
  .support-section>.container{padding-inline:42px}
}

/* Integrated transparent hero subject — closer to the approved HyperAI composition. */
.hyperai-person-wrap{
  overflow:visible;
  mask-image:linear-gradient(to bottom,#000 88%,transparent 100%);
  -webkit-mask-image:linear-gradient(to bottom,#000 88%,transparent 100%);
}
.hyperai-person{
  display:block;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 32px 34px rgba(46,25,103,.24));
}
.hyperai-hero-visual::after{
  content:"";
  position:absolute;
  z-index:0;
  right:5%;
  bottom:1%;
  width:72%;
  height:18%;
  border-radius:50%;
  background:rgba(50,35,128,.2);
  filter:blur(34px);
}

/* Tablet/mobile keep the existing responsive choreography and safe edge spacing. */
@media(max-width:1199px){
  :root{--container:1180px;--page-gutter:21px;--inner-gutter:36px}
  .container,
  .nav-shell,.hero,.about-section>.container,.logo-section>.container,
  .services-wrap>.container,.expert-section>.container,.showcase-section>.container,
  .testimonial-section>.container,.faq-section>.container,.support-section>.container,.site-footer>.container{
    width:min(var(--container),calc(100% - (var(--page-gutter) * 2)));
  }
}
@media(max-width:580px){
  :root{--page-gutter:12px}
  .container,
  .nav-shell,.hero,.about-section>.container,.logo-section>.container,
  .services-wrap>.container,.expert-section>.container,.showcase-section>.container,
  .testimonial-section>.container,.faq-section>.container,.support-section>.container,.site-footer>.container{
    width:calc(100% - 24px);
  }
}

/* Search landing content: HyperAI visual language with readable long-form copy. */
.skip-link{position:fixed;left:18px;top:12px;z-index:10000;padding:11px 15px;border-radius:6px;background:#15131b;color:#fff;font:700 13px Manrope,sans-serif;transform:translateY(-150%);transition:transform .2s var(--ease)}
.skip-link:focus{transform:none;outline:3px solid #a94eff;outline-offset:3px}
::selection{background:#7c39ef;color:#fff}
:focus-visible{outline:3px solid rgba(124,57,239,.55);outline-offset:4px}

.local-growth-section{padding-top:38px}
.local-growth-panel{position:relative;overflow:hidden;border:1px solid #eee8f7;border-radius:10px;background:linear-gradient(145deg,#fbf9ff 0%,#fff 46%,#f7fbff 100%);padding:64px var(--inner-gutter,58px);box-shadow:0 20px 55px rgba(43,28,78,.05)}
.local-growth-panel:before,.local-growth-panel:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;filter:blur(90px);opacity:.17;pointer-events:none}
.local-growth-panel:before{left:-220px;top:-210px;background:#9b43f3}
.local-growth-panel:after{right:-210px;bottom:-220px;background:#3a8de2}
.local-growth-intro,.local-services,.local-market-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(52px,7vw,120px);align-items:start}
.local-growth-intro h2,.local-services h2,.local-market-copy h2{font:800 clamp(38px,4vw,62px)/1.04 Manrope,sans-serif;letter-spacing:-.04em;margin:0;text-wrap:balance}
.local-answer{max-width:70ch;padding-top:22px}
.local-answer strong{display:inline-flex;padding:7px 10px;border-radius:5px;background:#efe5ff;color:#7431db;font:800 10px Manrope,sans-serif;text-transform:uppercase;letter-spacing:.1em}
.local-answer p,.local-services-copy p,.local-market-copy p{color:#686471;font-size:14px;line-height:1.82;margin:16px 0 0}
.local-value-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:54px 0 72px}
.local-value-grid article{min-height:250px;padding:30px 28px;border:1px solid #eae5ef;border-radius:5px;background:#fff;box-shadow:0 14px 36px rgba(48,33,78,.05)}
.local-value-grid article.featured{color:#fff;border-color:transparent;background:linear-gradient(145deg,#9441ee,#6e35d6);box-shadow:0 26px 50px rgba(113,53,217,.22)}
.local-value-grid article>span{font:800 10px Manrope,sans-serif;color:#7c39ef}
.local-value-grid article.featured>span{color:#e3d4ff}
.local-value-grid h3{font:800 clamp(19px,1.7vw,25px)/1.16 Manrope,sans-serif;letter-spacing:-.025em;margin:50px 0 12px}
.local-value-grid p{font-size:12px;line-height:1.72;color:#716d78;margin:0}
.local-value-grid .featured p{color:rgba(255,255,255,.8)}
.local-services{padding:66px 0;border-top:1px solid #e9e4ef;border-bottom:1px solid #e9e4ef}
.local-services-copy p{max-width:56ch;margin-bottom:26px}
.local-service-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:0 30px}
.local-service-list li{border-bottom:1px solid #e9e5ed}
.local-service-list a{position:relative;display:block;padding:18px 36px 18px 0}
.local-service-list a:after{content:"↗";position:absolute;right:2px;top:20px;color:#7c39ef;font-size:14px;transition:transform .2s var(--ease)}
.local-service-list a:hover:after{transform:translate(3px,-3px)}
.local-service-list b{display:block;font:800 13px Manrope,sans-serif;color:#282431}
.local-service-list small{display:block;margin-top:5px;color:#77727e;font-size:10.5px;line-height:1.55}
.local-market-grid{padding-top:66px;align-items:center}
.local-market-copy p{max-width:65ch}
.local-process{list-style:none;margin:0;padding:0;background:#0b1731;color:#fff;border-radius:6px;overflow:hidden;box-shadow:0 24px 55px rgba(11,23,49,.17)}
.local-process li{display:grid;grid-template-columns:45px 1fr;gap:15px;align-items:start;padding:20px 23px;border-bottom:1px solid rgba(255,255,255,.11)}
.local-process li:last-child{border-bottom:0}
.local-process li>span{width:38px;height:38px;display:grid;place-items:center;border-radius:4px;background:linear-gradient(135deg,#9b43f3,#536fe6);font:800 9px Manrope,sans-serif}
.local-process b{display:block;font:800 13px Manrope,sans-serif}
.local-process small{display:block;margin-top:5px;color:#b8c0d0;font-size:10.5px;line-height:1.55}

@media(min-width:1500px){
  .local-growth-panel{padding-block:82px}
  .local-answer p,.local-services-copy p,.local-market-copy p{font-size:15px}
  .local-value-grid article{min-height:285px;padding:34px}
  .local-value-grid p{font-size:13px}
  .local-service-list b{font-size:14px}
  .local-service-list small,.local-process small{font-size:11.5px}
}

@media(max-width:1050px){
  .local-growth-panel{padding:52px 38px}
  .local-growth-intro,.local-services,.local-market-grid{gap:48px}
  .local-value-grid{margin-bottom:58px}
}

@media(max-width:820px){
  .local-growth-intro,.local-services,.local-market-grid{grid-template-columns:1fr}
  .local-answer{padding-top:0}
  .local-value-grid{grid-template-columns:1fr;margin:42px 0 56px}
  .local-value-grid article{min-height:215px}
  .local-value-grid h3{margin-top:38px}
  .local-services,.local-market-grid{padding-block:52px}
}

@media(max-width:580px){
  .local-growth-section{padding-inline:0;padding-top:22px}
  .local-growth-panel{width:min(100% - 24px,var(--container));padding:36px 18px;border-radius:8px}
  .local-growth-intro h2,.local-services h2,.local-market-copy h2{font-size:34px}
  .local-answer p,.local-services-copy p,.local-market-copy p{font-size:13px;line-height:1.72}
  .local-value-grid{gap:10px;margin:34px 0 46px}
  .local-value-grid article{min-height:205px;padding:25px 21px}
  .local-service-list{grid-template-columns:1fr}
  .local-services,.local-market-grid{padding-block:44px;gap:32px}
  .local-process li{padding:17px 15px}
}
