@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@400;600;700&display=swap";:root{--bg-deep:#050510;--bg-mid:#0c0a1f;--glass-bg:#ffffff0a;--glass-bg-strong:#ffffff14;--glass-border:#ffffff1f;--glass-border-bright:#ffffff38;--accent-cyan:#22d3ee;--accent-violet:#a78bfa;--accent-pink:#f472b6;--accent-blue:#60a5fa;--text-primary:#f8fafc;--text-muted:#94a3b8;--text-dim:#64748b;--glow-cyan:0 0 40px #22d3ee40;--glow-violet:0 0 50px #a78bfa33;--radius-lg:24px;--radius-md:16px;--radius-sm:10px;--font-display:"Unbounded", system-ui, sans-serif;--font-body:"Manrope", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6;overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.app-bg{z-index:-2;background:var(--bg-deep);position:fixed;inset:0;overflow:hidden}.app-bg:before{content:"";background:radial-gradient(80% 50% at 20% 20%,#22d3ee26,#0000 50%),radial-gradient(60% 40% at 80% 10%,#a78bfa2e,#0000 45%),radial-gradient(70% 50% at 60% 90%,#f472b61f,#0000 50%),radial-gradient(50% 30% at 10% 80%,#60a5fa1a,#0000 40%);position:absolute;inset:0}.orb{filter:blur(80px);opacity:.6;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.orb-1{background:#22d3ee59;width:420px;height:420px;top:-10%;left:-5%}.orb-2{background:#a78bfa66;width:380px;height:380px;animation-delay:-7s;top:30%;right:-8%}.orb-3{background:#f472b64d;width:300px;height:300px;animation-delay:-14s;bottom:5%;left:25%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-40px)scale(1.05)}66%{transform:translate(-20px,30px)scale(.95)}}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:inset 0 1px #ffffff0f,0 8px 32px #00000059}.glass-strong{background:var(--glass-bg-strong);-webkit-backdrop-filter:blur(28px);border:1px solid var(--glass-border-bright)}.glass-glow{position:relative}.glass-glow:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;opacity:.7;background:linear-gradient(135deg,#22d3ee66,#a78bfa4d,#f472b633);padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.container{width:min(1200px,92vw);margin:0 auto}.section{padding:100px 0;position:relative}.section-header{text-align:center;max-width:720px;margin:0 auto 56px}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-cyan);background:#22d3ee1a;border:1px solid #22d3ee40;border-radius:100px;margin-bottom:12px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-block}.section-title{font-family:var(--font-display);background:linear-gradient(135deg,#fff 0%,#cbd5e1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.section-desc{color:var(--text-muted);font-size:1.05rem}.btn{cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{isolation:isolate;color:#050510;box-shadow:var(--glow-cyan);background:0 0;position:relative;overflow:hidden}.btn-primary:before{content:"";border-radius:inherit;background:linear-gradient(135deg, var(--accent-cyan), var(--accent-violet));z-index:-2;position:absolute;inset:0}.btn-primary:after{content:"";border-radius:inherit;z-index:-1;pointer-events:none;background:linear-gradient(105deg,#0000 20%,#ffffff26 40%,#ffffff8c 50%,#ffffff26 60%,#0000 80%);width:80%;height:100%;animation:2.8s ease-in-out infinite btnPrimaryShine;position:absolute;top:0;left:-120%}@keyframes btnPrimaryShine{0%{left:-120%}55%,to{left:150%}}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 50px #22d3ee73}.btn-primary:hover:after{animation-duration:1.6s}.btn-ghost{background:var(--glass-bg);border:1px solid var(--glass-border-bright);color:var(--text-primary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-ghost:hover{background:var(--glass-bg-strong);border-color:var(--accent-cyan)}.form-group{margin-bottom:16px}.form-group label{color:var(--text-muted);margin-bottom:6px;font-size:.85rem;display:block}.form-input{border-radius:var(--radius-sm);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);background:#00000040;padding:14px 18px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--accent-cyan);outline:none;box-shadow:0 0 0 3px #22d3ee26}.consent-row{color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;margin:20px 0;font-size:.85rem;line-height:1.45;display:flex}.consent-row__text{flex:1}.consent-checkbox{flex-shrink:0;width:22px;height:22px;position:relative}.consent-checkbox__input{opacity:0;cursor:pointer;z-index:1;appearance:none;width:100%;height:100%;margin:0;position:absolute;inset:0}:-webkit-any(.consent-checkbox__input:-webkit-autofill,.consent-checkbox__input:autofill){transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #0000!important}:is(.consent-checkbox__input:autofill,.consent-checkbox__input:autofill){transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #0000!important}.consent-checkbox__box{border:1px solid var(--glass-border-bright);color:#050510;background:#00000059;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;transition:border-color .2s,background .2s,box-shadow .2s,transform .15s;display:flex;box-shadow:inset 0 1px #ffffff0f}.consent-row:hover .consent-checkbox__box{background:#22d3ee14;border-color:#22d3ee8c}.consent-checkbox__input:focus-visible+.consent-checkbox__box{border-color:var(--accent-cyan);box-shadow:0 0 0 3px #22d3ee26,inset 0 1px #ffffff0f}.consent-checkbox__input:checked+.consent-checkbox__box{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-violet));border-color:#0000;box-shadow:0 0 18px #22d3ee59,inset 0 1px #ffffff40}.consent-checkbox__check{opacity:0;width:12px;height:10px;transition:opacity .2s,transform .2s cubic-bezier(.34,1.56,.64,1);transform:scale(.6)}.consent-checkbox__input:checked+.consent-checkbox__box .consent-checkbox__check{opacity:1;transform:scale(1)}.consent-checkbox__input:active+.consent-checkbox__box{transform:scale(.94)}.consent-row a{color:var(--accent-cyan);text-underline-offset:2px;text-decoration:underline;transition:color .2s}.consent-row a:hover{color:var(--text-primary)}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (width<=900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}}@media (width<=600px){.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:72px 0}}.page-loader{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;display:flex}.loader-ring{border:3px solid var(--glass-border);border-top-color:var(--accent-cyan);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-error{text-align:center;color:var(--text-muted);padding:80px 20px}.page-error code{color:var(--accent-pink);margin-top:12px;font-size:.9rem;display:block}.legal-content{white-space:pre-wrap;color:var(--text-muted);font-size:.95rem;line-height:1.8}.legal-content h1{font-family:var(--font-display);color:var(--text-primary);-webkit-text-fill-color:initial;margin-bottom:24px;font-size:1.75rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:#a78bfa66;border-radius:4px}body.digital-cursor-active,body.digital-cursor-active *{cursor:none!important}.digital-cursor{pointer-events:none;z-index:99999;width:100%;height:100%;position:fixed;inset:0}.sr{--sr-delay:0s;--sr-duration:.75s;opacity:0;will-change:transform, opacity, filter;transition:opacity var(--sr-duration) cubic-bezier(.22, 1, .36, 1) var(--sr-delay), transform var(--sr-duration) cubic-bezier(.22, 1, .36, 1) var(--sr-delay), filter var(--sr-duration) cubic-bezier(.22, 1, .36, 1) var(--sr-delay)}.sr-in{opacity:1;filter:none;transform:none}.sr--up{transform:translateY(36px)}.sr--down{transform:translateY(-28px)}.sr--left{transform:translate(-40px)}.sr--right{transform:translate(40px)}.sr--zoom{transform:scale(.88)}.sr--blur{filter:blur(10px);transform:translateY(24px)}.sr--flip{transform-origin:bottom;transform:perspective(900px)rotateX(12deg)translateY(24px)}.sr--pop{transform:translateY(20px)scale(.92)}.sr-in.sr-card{transition:opacity var(--sr-duration) cubic-bezier(.22, 1, .36, 1) var(--sr-delay), transform var(--sr-duration) cubic-bezier(.22, 1, .36, 1) var(--sr-delay), filter var(--sr-duration) cubic-bezier(.22, 1, .36, 1) var(--sr-delay), box-shadow .45s ease calc(var(--sr-delay) + .15s)}.usp-showcase>.sr,.stack-grid>.sr,.grid-3>.sr,.process-timeline>.sr,.guarantee-grid>.sr,.faq-list>.sr,.services-showcase>.sr,.hero-stats>.sr,.cta-contacts>.sr{min-width:0;height:100%}.service-feature.sr{display:flex}.sr-in .sr-child{animation:.55s cubic-bezier(.22,1,.36,1) both sr-child-in;animation-delay:calc(var(--sr-delay,0s) + var(--sr-child-delay,0s))}@keyframes sr-child-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.sr,.sr--up,.sr--down,.sr--left,.sr--right,.sr--zoom,.sr--blur,.sr--flip,.sr--pop{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}.sr-in .sr-child{animation:none!important}}.brand-logo{flex-shrink:0;align-items:center;gap:10px;transition:filter .25s,transform .2s;display:inline-flex}.brand-logo:hover{transform:translateY(-1px)}.brand-logo-img{object-fit:contain;filter:drop-shadow(0 0 10px #22d3ee66);transition:filter .25s;display:block}.brand-logo:hover .brand-logo-img{filter:drop-shadow(0 0 16px #22d3ee8c)drop-shadow(0 0 20px #a78bfa59)}.brand-logo-text{font-family:var(--font-display);letter-spacing:-.02em;background:linear-gradient(90deg, var(--accent-cyan), var(--accent-violet));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.05rem;font-weight:700}.brand-logo--md .brand-logo-text{font-size:1.2rem}.brand-logo--stacked{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.brand-logo--nav{z-index:1;border-radius:var(--radius-sm);align-items:center;gap:0;margin:0;transition:transform .25s;display:flex;position:absolute;top:0;bottom:0;left:0;overflow:visible}.brand-logo--nav:hover{transform:none}.brand-logo--nav:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:4px}.brand-logo--nav:hover .brand-logo-img{filter:drop-shadow(0 0 18px #22d3ee99)drop-shadow(0 0 24px #a78bfa66);transform:translateY(5px)scale(2.04)}.brand-logo--nav .brand-logo-img{transform-origin:0;width:auto;height:52px;transition:transform .25s,filter .25s;transform:translateY(5px)scale(2)}.header{z-index:100;justify-content:space-between;align-items:center;gap:20px;width:min(1160px,94vw);height:60px;padding:4px 10px 4px 96px;display:flex;position:fixed;top:16px;left:50%;overflow:visible;transform:translate(-50%)}.header:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#22d3ee8c,#a78bfa8c,#0000);border-radius:1px;height:1px;position:absolute;bottom:0;left:20px;right:20px}.header-nav{gap:28px;list-style:none;display:flex}.header-nav a{color:var(--text-muted);font-size:.9rem;font-weight:600;transition:color .2s}.header-nav a:hover,.header-nav a:focus-visible{color:var(--accent-cyan);text-shadow:0 0 20px #22d3ee59}.header-actions{flex-shrink:0;align-items:center;gap:12px;margin-left:auto;display:flex}.header-phone{color:var(--text-primary);white-space:nowrap;font-size:.9rem;font-weight:700}.header .btn{padding:10px 20px;font-size:.85rem}.menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}@media (width<=900px){.header{height:56px;padding:4px 10px 4px 84px}.brand-logo--nav .brand-logo-img{transform-origin:0;height:46px;transform:translateY(5px)scale(2)}.brand-logo--nav:hover .brand-logo-img{transform:translateY(5px)scale(2.04)}.header-nav,.header-phone{display:none}.menu-toggle{display:block}.header-nav.open{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-md);background:#050510f2;flex-direction:column;margin-top:8px;padding:20px;display:flex;position:absolute;top:100%;left:0;right:0}}.footer{z-index:10;isolation:isolate;margin-top:40px;padding:64px 0 36px;position:relative}.footer:before{content:"";background:linear-gradient(90deg,#0000 5%,#22d3ee80,#a78bfa80,#0000 95%);height:1px;position:absolute;top:0;left:0;right:0}.footer-grid{justify-content:center;align-items:center;gap:80px;margin-bottom:40px;display:flex}.footer-brand{flex-direction:column;align-items:center;display:flex}.footer-brand .brand-logo--stacked{align-items:center}.footer-brand .brand-logo{margin-bottom:4px}.footer-brand .brand-logo-img-wrap{width:192px;height:60px;line-height:0;display:block;overflow:hidden}.footer-brand .brand-logo-img-wrap .brand-logo-img{margin-top:-54px}.footer-brand .brand-logo-img,.footer-brand .brand-logo:hover .brand-logo-img{filter:none;mix-blend-mode:lighten;width:192px;height:192px;display:block}.footer-brand p{color:var(--text-muted);max-width:300px;margin-top:14px;font-size:.9rem;line-height:1.65}.footer-documents{text-align:center}.footer h4{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-cyan);margin-bottom:16px;font-size:.8rem}.footer ul{list-style:none}.footer li{margin-bottom:10px}.footer a{z-index:1;color:var(--text-muted);font-size:.9rem;transition:color .2s;position:relative}.footer a:hover{color:var(--text-primary)}.footer-requisites{border-top:1px solid var(--glass-border);color:var(--text-dim);flex-wrap:wrap;justify-content:space-between;gap:16px 32px;padding-top:24px;font-size:.8rem;display:flex}@media (width<=768px){.footer-grid{text-align:center;flex-direction:column;align-items:center;gap:28px}.footer-brand{flex-direction:column;align-items:center;display:flex}.footer-brand:after{content:"";background:linear-gradient(90deg,#0000 5%,#22d3ee80,#a78bfa80,#0000 95%);width:min(280px,100%);height:1px;margin-top:24px;display:block}.footer-brand p{max-width:none}.footer-grid>div{width:100%;max-width:320px}.footer-documents{margin-top:25px}.footer ul{padding:0}.footer-requisites{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px}}.hero{align-items:center;min-height:100vh;padding:140px 0 80px;display:flex}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;display:grid}.hero-badge{color:var(--accent-cyan);background:#22d3ee1a;border:1px solid #22d3ee4d;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.hero-badge:before{content:"";background:var(--accent-cyan);width:8px;height:8px;box-shadow:0 0 12px var(--accent-cyan);border-radius:50%;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-family:var(--font-display);background:linear-gradient(135deg, #fff 20%, var(--accent-cyan) 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.15}.hero-sub{color:var(--text-muted);max-width:540px;margin-bottom:32px;font-size:1.15rem}.hero-cta{flex-wrap:wrap;gap:14px;margin-bottom:40px;display:flex}.hero-stats{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:start;gap:20px 16px;display:grid}.hero-stat{min-width:0}.hero-stat strong{font-family:var(--font-display);color:var(--accent-cyan);font-size:1.75rem;display:block}.hero-stat span{color:var(--text-dim);font-size:.85rem}.hero-visual{position:relative}.hero-mockup{flex-direction:column;min-height:520px;padding:18px;display:flex;overflow:hidden}.hero-build-flow{flex-direction:column;flex:1;gap:14px;min-height:460px;display:flex}.hbf-scene{flex:1;min-height:360px;position:relative}.hbf-panel{opacity:0;pointer-events:none;flex-direction:column;transition:opacity .55s,transform .55s;display:flex;position:absolute;inset:0;transform:translateY(12px)scale(.985)}.hbf-panel.active{opacity:1;transform:translateY(0)scale(1)}.hbf-caption{text-align:center;color:var(--text-muted);letter-spacing:.01em;font-size:.88rem;font-weight:500}.hbf-studio{background:linear-gradient(#ffffff12 0%,#ffffff05 100%),#060814b8;border:1px solid #ffffff29;border-radius:18px;flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 24px 60px #00000059}.hbf-studio-chrome{background:#ffffff09;border-bottom:1px solid #ffffff1a;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.hbf-studio-dots{gap:7px;display:flex}.hbf-studio-dots span{background:#ffffff2e;border-radius:50%;width:10px;height:10px}.hbf-studio-dots span:first-child{background:#f472b6}.hbf-studio-dots span:nth-child(2){background:#fbbf24}.hbf-studio-dots span:nth-child(3){background:#34d399}.hbf-studio-title{max-width:100%;color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;background:#00000047;border:1px solid #ffffff14;border-radius:999px;justify-self:center;padding:6px 14px;font-size:.72rem;font-weight:600;overflow:hidden}.hbf-studio-status{text-transform:uppercase;letter-spacing:.04em;color:#34d399;align-items:center;gap:7px;font-size:.7rem;font-weight:700;display:inline-flex}.hbf-studio-live{background:#34d399;border-radius:50%;width:7px;height:7px;animation:1.6s infinite pulse;box-shadow:0 0 10px #34d399}.hbf-studio-body{flex:1;min-height:0;padding:14px;display:flex}.hbf-build{grid-template-columns:minmax(148px,.9fr) auto minmax(0,1.4fr);align-items:stretch;gap:12px;width:100%;display:grid}.hbf-pipeline{flex-direction:column;gap:10px;min-width:0;display:flex}.hbf-pipeline-head{letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);padding-left:2px;font-size:.68rem;font-weight:700}.hbf-pipeline-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.hbf-pipe-step{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:10px;transition:border-color .35s,background .35s,box-shadow .35s,transform .35s;display:grid}.hbf-pipe-step--active{background:#22d3ee1a;border-color:#22d3ee59;transform:translate(2px);box-shadow:0 0 24px #22d3ee1f}.hbf-pipe-step--done{background:#34d39914;border-color:#34d39947}.hbf-pipe-icon{width:36px;height:36px;color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:11px;place-items:center;display:grid}.hbf-pipe-icon svg{width:18px;height:18px}.hbf-tone-cyan .hbf-pipe-icon{color:var(--accent-cyan);background:#22d3ee1f;border-color:#22d3ee47}.hbf-tone-violet .hbf-pipe-icon{color:var(--accent-violet);background:#a78bfa1f;border-color:#a78bfa47}.hbf-tone-pink .hbf-pipe-icon{color:var(--accent-pink);background:#f472b61f;border-color:#f472b647}.hbf-tone-emerald .hbf-pipe-icon{color:#34d399;background:#34d3991f;border-color:#34d39947}.hbf-pipe-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.hbf-pipe-copy strong{color:var(--text-primary);font-size:.82rem;font-weight:700;line-height:1.2}.hbf-pipe-copy em{color:var(--text-dim);font-size:.68rem;font-style:normal}.hbf-pipe-mark{width:22px;height:22px;color:var(--text-dim);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;place-items:center;font-size:.65rem;font-weight:800;display:grid}.hbf-pipe-step--done .hbf-pipe-mark{color:#052e1f;background:#34d399;border-color:#34d399}.hbf-pipe-step--active .hbf-pipe-mark{color:#042f2e;background:var(--accent-cyan);border-color:var(--accent-cyan)}.hbf-build-flow-arrow{width:34px;height:34px;color:var(--accent-cyan);background:#22d3ee1a;border:1px solid #22d3ee47;border-radius:50%;align-self:center;place-items:center;animation:1.5s ease-in-out infinite hbf-arrow-pulse;display:grid}.hbf-build-flow-arrow svg{width:18px;height:18px}@keyframes hbf-arrow-pulse{0%,to{opacity:.55;transform:translate(0)}50%{opacity:1;transform:translate(3px)}}.hbf-site{background:#00000047;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:10px;min-width:0;padding:12px;display:flex}.hbf-site-nav{align-items:center;gap:8px;display:flex}.hbf-site-logo{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-violet));border-radius:7px;flex-shrink:0;width:22px;height:22px}.hbf-site-link{background:#ffffff24;border-radius:999px;width:42px;height:8px}.hbf-site-link--short{width:28px}.hbf-site-cta{background:linear-gradient(90deg,#22d3ee8c,#60a5fa66);border:1px solid #22d3ee59;border-radius:999px;width:54px;height:18px;margin-left:auto}.hbf-site-hero{background:linear-gradient(135deg,#22d3ee29,#a78bfa1a),#ffffff08;border:1px solid #ffffff1a;border-radius:12px;grid-template-columns:1.15fr .85fr;gap:10px;padding:12px;animation:2.2s ease-in-out infinite hbf-block-build;display:grid}.hbf-site-hero-copy{flex-direction:column;justify-content:center;gap:8px;display:flex}.hbf-site-line{background:#ffffff2e;border-radius:999px;width:92%;height:9px;display:block}.hbf-site-line--lg{background:#ffffff47;width:88%;height:12px}.hbf-site-line--sm{width:64%}.hbf-site-line--xs{background:#ffffff1f;width:48%;height:7px}.hbf-site-btn{background:linear-gradient(90deg,#22d3ee,#60a5fa);border-radius:8px;width:72px;height:20px;margin-top:4px;box-shadow:0 0 18px #22d3ee59}.hbf-site-hero-art{background:radial-gradient(circle at 30% 30%,#22d3ee73,#0000 45%),radial-gradient(circle at 70% 70%,#a78bfa66,#0000 50%),#00000040;border:1px solid #ffffff1f;border-radius:10px;min-height:78px}.hbf-site-cards{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.hbf-site-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:7px;padding:10px;animation:2.2s ease-in-out infinite hbf-block-build;display:flex}.hbf-site-card:nth-child(2){animation-delay:.15s}.hbf-site-card:nth-child(3){animation-delay:.3s}.hbf-site-card-icon{background:linear-gradient(135deg,#22d3ee80,#a78bfa59);border-radius:6px;width:18px;height:18px}@keyframes hbf-block-build{0%{opacity:.55;transform:translateY(4px)}35%,to{opacity:1;transform:translateY(0)}}.hbf-promo{flex-direction:column;gap:12px;width:100%;display:flex}.hbf-campaign{background:#0000003d;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:12px;padding:14px;display:flex}.hbf-campaign-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.hbf-creative{flex:1;gap:12px;min-width:0;display:flex}.hbf-creative-thumb{background:linear-gradient(145deg,#a78bfa8c,#22d3ee4d),#ffffff0a;border:1px solid #a78bfa66;border-radius:12px;flex-shrink:0;width:64px;height:64px;box-shadow:0 10px 28px #a78bfa2e}.hbf-creative-copy{flex-direction:column;justify-content:center;gap:6px;min-width:0;display:flex}.hbf-creative-copy strong{color:var(--text-primary);font-size:.95rem;font-weight:700;line-height:1.25}.hbf-creative-copy span{color:var(--text-muted);font-size:.78rem;line-height:1.35}.hbf-campaign-badge{letter-spacing:.04em;text-transform:uppercase;color:#34d399;background:#34d3991f;border:1px solid #34d39959;border-radius:999px;flex-shrink:0;padding:6px 10px;font-size:.68rem;font-weight:800;animation:2s ease-in-out infinite hbf-ad-pulse}.hbf-metrics{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.hbf-metric{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:4px;padding:12px 10px;display:flex}.hbf-metric strong{font-family:var(--font-display);color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1.15rem;font-weight:700;line-height:1}.hbf-metric span{letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim);font-size:.68rem;font-weight:700}.hbf-metric--accent{background:#22d3ee1a;border-color:#22d3ee4d}.hbf-metric--accent strong{color:var(--accent-cyan)}.hbf-channels{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:8px;display:grid}.hbf-channel{background:#a78bfa1a;border:1px solid #a78bfa47;border-radius:14px;align-items:center;gap:10px;min-width:0;padding:12px;display:flex}.hbf-channel--result{background:#22d3ee1a;border-color:#22d3ee4d}.hbf-channel-icon{width:34px;height:34px;color:var(--accent-violet);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;place-items:center;display:grid}.hbf-channel--result .hbf-channel-icon{color:var(--accent-cyan)}.hbf-channel-icon svg{width:17px;height:17px}.hbf-channel strong{color:var(--text-primary);font-size:.82rem;font-weight:700;line-height:1.2;display:block}.hbf-channel em{color:var(--text-dim);font-size:.68rem;font-style:normal;display:block}.hbf-channel-join{color:var(--accent-cyan);opacity:.7;place-items:center;animation:1.5s ease-in-out infinite hbf-arrow-pulse;display:grid}.hbf-channel-join svg{width:16px;height:16px}@keyframes hbf-ad-pulse{0%,to{opacity:.8}50%{opacity:1;box-shadow:0 0 14px #34d39959}}.hbf-result{flex-direction:column;gap:12px;width:100%;display:flex}.hbf-kpi-row{grid-template-columns:1.4fr .9fr .9fr;gap:8px;display:grid}.hbf-kpi{background:#00000038;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.hbf-kpi span{letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim);font-size:.68rem;font-weight:700}.hbf-kpi strong{font-family:var(--font-display);color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1.2rem;font-weight:700;line-height:1.1}.hbf-kpi strong small{color:var(--text-dim);font-size:.72em;font-weight:600}.hbf-kpi--grow{background:linear-gradient(145deg,#34d39924,#22d3ee14);border-color:#34d39952}.hbf-kpi--grow strong{color:#34d399}.hbf-chart{background:linear-gradient(160deg,#22d3ee14,#34d3990a),#0000003d;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:10px;padding:12px;display:flex;box-shadow:inset 0 1px #ffffff0d}.hbf-revenue-svg{aspect-ratio:560/168;width:100%;height:auto;display:block;overflow:visible}.hbf-revenue-grid{stroke:#ffffff0f;stroke-width:1px}.hbf-revenue-vgrid{stroke:#ffffff0a;stroke-width:1px;stroke-dasharray:3 5;transition:stroke .25s}.hbf-revenue-vgrid--active{stroke:#22d3ee3d}.hbf-revenue-baseline{stroke:#ffffff24;stroke-width:1.25px}.hbf-revenue-stroke{fill:none;stroke-width:2.75px;stroke-linecap:round;stroke-linejoin:round}.hbf-revenue-stroke--glow{stroke-width:6px;opacity:.45}.hbf-revenue-crosshair{stroke:#22d3ee66;stroke-width:1.25px;stroke-dasharray:3 4}.hbf-revenue-dot-glow{fill:#34d39947;animation:1.4s ease-in-out infinite hbf-revenue-dot-pulse}.hbf-revenue-dot-ring{fill:#050510e6;stroke:#22d3eea6;stroke-width:1.75px}.hbf-revenue-dot{fill:#34d399;stroke:#fff;stroke-width:1.5px}.hbf-axis-label{fill:#94a3b859;font-size:11px;font-weight:700;font-family:var(--font-body)}.hbf-axis-label--active{fill:#34d399}@keyframes hbf-revenue-dot-pulse{0%,to{opacity:.35;transform-origin:50%;transform-box:fill-box;transform:scale(.88)}50%{opacity:.95;transform-origin:50%;transform-box:fill-box;transform:scale(1.12)}}.hbf-chart-progress{background:#ffffff14;border-radius:100px;height:5px;position:relative;overflow:hidden}.hbf-chart-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#22d3ee,#34d399);height:100%;transition:width .15s ease-out;box-shadow:0 0 12px #34d39973}.hbf-steps{border-top:1px solid var(--glass-border);justify-content:space-between;gap:8px;padding-top:12px;display:flex;position:relative}.hbf-steps:before{content:"";top:17px;left:var(--hbf-track-inset,calc(100% / 6));right:var(--hbf-track-inset,calc(100% / 6));z-index:0;background:#ffffff14;height:2px;position:absolute;transform:translateY(-50%)}.hbf-progress-fill{top:17px;left:var(--hbf-track-inset,calc(100% / 6));background:linear-gradient(90deg, var(--accent-cyan), #34d399);z-index:0;height:2px;max-width:calc(100% - (2 * var(--hbf-track-inset,calc(100% / 6))));transition:width .55s;position:absolute;transform:translateY(-50%)}.hbf-step{z-index:1;color:var(--text-dim);flex-direction:column;flex:1;align-items:center;gap:6px;font-size:.75rem;font-weight:600;transition:color .4s;display:flex;position:relative}.hbf-step.active,.hbf-step.done{color:var(--accent-cyan)}.hbf-step-dot{border:2px solid var(--glass-border);background:#ffffff26;border-radius:50%;width:10px;height:10px;transition:background .4s,border-color .4s,box-shadow .4s}.hbf-step.active .hbf-step-dot{background:var(--accent-cyan);border-color:var(--accent-cyan);box-shadow:0 0 12px #22d3ee99}.hbf-step.done .hbf-step-dot{background:#34d399;border-color:#34d399}@media (width<=720px){.hero-mockup{min-height:0;padding:14px}.hero-build-flow,.hbf-scene{min-height:0}.hbf-build{grid-template-columns:1fr}.hbf-build-flow-arrow{justify-self:center;transform:rotate(90deg)}.hbf-channels{grid-template-columns:1fr}.hbf-channel-join{transform:rotate(90deg)}.hbf-kpi-row{grid-template-columns:1fr}.hbf-studio-title{font-size:.64rem}}@media (width<=900px){.hero-grid{grid-template-columns:1fr}}.logos-strip{padding:56px 0 64px;overflow:hidden}.logos-strip-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:36px;display:flex}.logos-strip-title{font-family:var(--font-display);margin-top:8px;font-size:clamp(1.25rem,3vw,1.65rem);font-weight:700;line-height:1.2}.logos-strip-accent{background:linear-gradient(90deg, var(--accent-cyan), var(--accent-violet));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.logos-industry-panel{border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff1a;flex-direction:column;flex-shrink:0;align-items:center;gap:12px;min-width:132px;padding:14px 16px;display:flex;box-shadow:inset 0 1px #ffffff0f,0 10px 30px #00000038}.logos-industry-stat{flex-direction:column;align-items:center;gap:2px;line-height:1;display:flex}.logos-industry-stat strong{font-family:var(--font-display);background:linear-gradient(135deg, var(--accent-cyan), var(--accent-violet));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:700}.logos-industry-stat span{letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);font-size:.68rem;font-weight:700}.logos-industry-icons{grid-template-columns:repeat(4,1fr);gap:6px;width:100%;display:grid}.logos-industry-icon{aspect-ratio:1;background:linear-gradient(145deg, hsl(var(--logo-hue,190) 65% 45% / .22), hsl(calc(var(--logo-hue,190) + 30) 55% 35% / .1));border:1px solid hsl(var(--logo-hue,190) 55% 55% / .28);border-radius:10px;justify-content:center;align-items:center;width:100%;font-size:.95rem;display:flex}.logos-marquee-stage{flex-direction:column;gap:14px;margin:0 -24px;padding:8px 0;display:flex;position:relative}.logos-marquee-row{padding:6px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 14% 86%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 14% 86%,#0000 100%)}.logos-marquee-track{width:max-content;animation:logos-marquee-scroll var(--marquee-duration,40s) linear infinite;gap:14px;display:flex}.logos-marquee-row--reverse .logos-marquee-track{animation-direction:reverse}.logos-marquee-row:hover .logos-marquee-track{animation-play-state:paused}@keyframes logos-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-tile{flex-shrink:0;width:220px;padding:8px 0 6px;position:relative}.logo-tile-inner{border-radius:var(--radius-md);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;align-items:center;gap:12px;padding:14px 16px;transition:transform .35s cubic-bezier(.34,1.4,.64,1),border-color .3s;display:flex;position:relative}.logo-tile-inner--brand{gap:14px}.logo-tile:hover .logo-tile-inner{border-color:hsl(var(--logo-hue,190) 70% 60% / .5);transform:translateY(-4px)scale(1.02)}.logo-tile-icon{background:hsl(var(--logo-hue,190) 55% 45% / .16);border:1px solid hsl(var(--logo-hue,190) 60% 55% / .3);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.15rem;display:flex}.logo-tile-link{color:inherit;text-decoration:none;display:block}.logo-tile-mono{width:48px;height:48px;font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);background:linear-gradient(145deg, hsl(var(--logo-hue,190) 70% 45% / .35), hsl(calc(var(--logo-hue,190) + 30) 60% 35% / .15));border:1px solid hsl(var(--logo-hue,190) 60% 55% / .35);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.logo-tile-img{object-fit:contain;border:1px solid hsl(var(--logo-hue,190) 60% 55% / .28);width:48px;height:48px;image-rendering:-webkit-optimize-contrast;background:#f8fafc;border-radius:12px;flex-shrink:0;padding:6px}.logo-tile-text{flex-direction:column;gap:2px;min-width:0;display:flex}.logo-tile-text strong{white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.logo-tile-text span{text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--logo-hue,190) 55% 72%);font-size:.68rem;font-weight:600}.logos-strip-footnote{text-align:center;color:var(--text-dim);margin-top:28px;font-size:.75rem}@media (width<=640px){.logos-strip-header{flex-direction:column;align-items:flex-start}.logos-industry-panel{display:none}.logo-tile{width:172px}}@media (prefers-reduced-motion:reduce){.logos-marquee-track{flex-wrap:wrap;justify-content:center;width:100%;animation:none}.logos-marquee-row{overflow:visible;-webkit-mask-image:none;mask-image:none}.logos-marquee-stage{gap:10px}}.services-showcase{grid-template-columns:1fr;gap:1.25rem;max-width:1100px;margin:0 auto;display:grid;position:relative}@media (width>=900px){.services-showcase{grid-template-columns:repeat(2,1fr)}}.service-card-title-link{color:inherit;text-decoration:none}.service-card-title-link:hover,.service-card-title-link:focus-visible{color:var(--accent-cyan,#22d3ee)}.service-card-cta-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.services-showcase:before{content:"";filter:blur(40px);pointer-events:none;z-index:0;background:radial-gradient(#22d3ee2e 0%,#a78bfa1f 40%,#0000 70%);position:absolute;inset:10% 5% -8%}.service-card{position:relative;overflow:visible}.service-card--flagship{background:linear-gradient(155deg,#22d3ee1a 0%,#ffffff0f 35%,#a78bfa17 100%);box-shadow:inset 0 1px #ffffff1a,0 24px 80px #00000073,0 0 60px #22d3ee1f}.service-card-aura{border-radius:calc(var(--radius-lg) + 12px);opacity:.5;filter:blur(20px);z-index:-1;background:radial-gradient(#22d3ee33,#0000 70%);position:absolute;inset:-12px}.service-card-inner{z-index:1;flex-direction:column;gap:20px;padding:28px 32px;display:flex;position:relative}.service-card-eyebrow{letter-spacing:.05em;text-transform:uppercase;color:var(--accent-cyan);background:#22d3ee1a;border:1px solid #22d3ee40;border-radius:100px;align-self:flex-start;align-items:center;padding:5px 12px;font-size:.68rem;font-weight:800;display:inline-flex}.service-card-head{align-items:flex-start;gap:22px;display:flex}.service-icon{border:1px solid var(--glass-border);background:linear-gradient(135deg,#22d3ee33,#a78bfa26);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.service-icon--flagship{background:linear-gradient(145deg,#22d3ee38,#a78bfa29);border-color:#22d3ee47;border-radius:16px;width:56px;height:56px;font-size:1.6rem}.service-icon-svg{object-fit:contain;width:1.75rem;height:1.75rem;display:block}.service-card-headline h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:6px;font-size:clamp(1.2rem,2.5vw,1.5rem);line-height:1.25}.service-card-headline p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.service-card-features{grid-template-columns:repeat(2,1fr);gap:8px 16px;margin:0;padding:0;list-style:none;display:grid}.service-feature{border-radius:var(--radius-sm);color:var(--text-muted);background:#ffffff08;border:1px solid #ffffff12;align-items:center;gap:10px;padding:10px 12px;font-size:.84rem;font-weight:500;transition:color .2s,border-color .2s;display:flex}.service-feature:hover{color:var(--text-primary);border-color:#22d3ee38}.service-feature-icon-svg{object-fit:contain;flex-shrink:0;width:1.43rem;height:1.43rem;display:block}.service-feature-icon-emoji{flex-shrink:0;font-size:1rem;line-height:1}.service-card-footer{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;gap:20px;padding-top:20px;display:flex}.service-card-offer{align-items:stretch;gap:10px;display:flex}.service-price-chip{background:linear-gradient(145deg,#22d3ee1a,#22d3ee08);border:1px solid #22d3ee38;border-radius:14px;flex-direction:column;justify-content:center;gap:2px;min-width:130px;padding:10px 16px;display:flex}.service-price-chip-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);font-size:.68rem;font-weight:700;line-height:1}.service-price-chip-value{font-family:var(--font-display);background:linear-gradient(135deg, #f8fafc 20%, var(--accent-cyan) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;line-height:1.1}.service-duration-chip{color:var(--text-primary);white-space:nowrap;background:#a78bfa14;border:1px solid #a78bfa38;border-radius:14px;align-items:center;gap:7px;padding:0 16px;font-size:.84rem;font-weight:600;display:inline-flex}.service-duration-chip-icon{object-fit:contain;opacity:.85;flex-shrink:0;width:.95rem;height:.95rem;display:block}.service-card-cta{white-space:nowrap;flex-shrink:0;padding:13px 32px;font-size:.95rem;box-shadow:0 0 28px #22d3ee4d}@media (width<=768px){.service-card-inner{gap:16px;padding:22px 20px}.service-card-head{flex-direction:column;gap:12px}.service-card-features{grid-template-columns:1fr}.service-card-footer{flex-direction:column;align-items:stretch;gap:16px;padding-top:16px}.service-card-offer{justify-content:stretch}.service-price-chip{flex:1}.service-duration-chip{flex-shrink:0}.service-card-cta{width:100%}}.services-redesign{border-top:1px solid var(--glass-border);margin-top:48px;padding-top:48px}.services-redesign-header{margin-bottom:24px}.services-redesign-lead{max-width:520px;color:var(--text-muted);margin-top:10px;font-size:1rem}.service-card--banner{background:linear-gradient(135deg,#f472b60f 0%,#a78bfa14 50%,#ffffff08 100%);border-color:#f472b659}.service-card--banner:hover{box-shadow:0 0 48px #f472b633}.service-card-banner-body{flex:1;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:8px;display:grid}.service-card-desc{color:var(--text-dim);margin-top:12px;font-size:.88rem;line-height:1.55}.service-features--cols{grid-template-columns:1fr 1fr;align-content:start;gap:4px 16px;display:grid}@media (width<=768px){.service-card-banner-body{grid-template-columns:1fr;gap:16px}.service-features--cols{grid-template-columns:1fr}}.service-features{margin:12px 0;list-style:none}.service-features li{color:var(--text-muted);padding:4px 0 4px 18px;font-size:.85rem;position:relative}.service-features li:before{content:"→";color:var(--accent-cyan);position:absolute;left:0}.section--why{overflow:hidden}.section--why:before{content:"";pointer-events:none;background:radial-gradient(#22d3ee14 0%,#a78bfa0f 45%,#0000 72%);width:min(900px,90vw);height:420px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.usp-showcase{grid-template-columns:1fr;gap:16px;padding:8px 0;display:grid;position:relative}.usp-card{background:linear-gradient(155deg, hsl(var(--usp-hue,190) 55% 50% / .08) 0%, #ffffff0a 45%, #a78bfa0d 100%);height:100%;padding:6px 0;transition:transform .35s cubic-bezier(.34,1.4,.64,1),box-shadow .35s,border-color .3s;position:relative;overflow:visible;box-shadow:inset 0 1px #ffffff14,0 12px 40px #00000047}.usp-card-glow{border-radius:calc(var(--radius-md) + 4px);background:radial-gradient(ellipse at 30% 20%, hsl(var(--usp-hue,190) 70% 55% / .22), transparent 65%);opacity:0;filter:blur(16px);z-index:0;pointer-events:none;transition:opacity .35s;position:absolute;inset:4px -4px -8px}.usp-card:hover{border-color:hsl(var(--usp-hue,190) 60% 55% / .45);box-shadow:inset 0 1px 0 #ffffff1a, 0 20px 50px #00000061, 0 0 40px hsl(var(--usp-hue,190) 70% 50% / .14);transform:translateY(-6px)}.usp-card:hover .usp-card-glow{opacity:1}.usp-card-inner{z-index:1;flex-direction:column;gap:14px;height:100%;padding:24px 22px 22px;display:flex;position:relative}.usp-card-top{justify-content:flex-start;align-items:flex-start;display:flex}.usp-card-icon{background:linear-gradient(145deg, hsl(var(--usp-hue,190) 65% 45% / .28), hsl(calc(var(--usp-hue,190) + 35) 55% 40% / .12));border:1px solid hsl(var(--usp-hue,190) 55% 55% / .35);width:52px;height:52px;box-shadow:0 0 24px hsl(var(--usp-hue,190) 70% 50% / .12);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .35s,box-shadow .35s;display:flex}.usp-card:hover .usp-card-icon{box-shadow:0 0 32px hsl(var(--usp-hue,190) 70% 50% / .22);transform:scale(1.06)}.usp-icon-emoji{font-size:1.45rem;line-height:1}.usp-icon-svg{object-fit:contain;width:1.55rem;height:1.55rem;filter:drop-shadow(0 0 8px hsl(var(--usp-hue,190) 70% 60% / .35));display:block}.usp-card h3{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1.05rem;line-height:1.3}.usp-card p{color:var(--text-muted);flex:1;margin:0;font-size:.88rem;line-height:1.6}.usp-points{flex-direction:column;flex:1;gap:8px;margin:0;padding:0;list-style:none;display:flex}.usp-points li{color:var(--text-muted);padding-left:18px;font-size:.86rem;line-height:1.45;position:relative}.usp-points li:before{content:"";background:hsl(var(--usp-hue,190) 70% 55%);width:7px;height:7px;box-shadow:0 0 10px hsl(var(--usp-hue,190) 70% 55% / .55);border-radius:50%;position:absolute;top:.45em;left:0}@media (width>=640px){.usp-showcase{grid-template-columns:repeat(2,1fr);gap:18px}.usp-showcase>.sr:nth-child(5){grid-column:1/-1}}@media (width>=901px){.usp-showcase{grid-template-columns:repeat(6,1fr);gap:20px}.usp-showcase>.sr{grid-column:span 2;min-width:0}.usp-showcase>.sr:nth-child(4){grid-column:2/span 2}.usp-showcase>.sr:nth-child(5){grid-column:1/-1}.usp-showcase>.sr:nth-child(5) .usp-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 18px;display:grid}}@media (width<=900px){.usp-card-inner{padding:20px 18px 18px}}.case-card{color:inherit;padding:0;transition:transform .3s;display:block;overflow:hidden}.case-card:hover{box-shadow:var(--glow-violet);transform:translateY(-6px)}.case-header{padding:24px 24px 0}.case-industry{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-violet);font-size:.75rem;font-weight:700}.case-card h3{font-family:var(--font-display);margin:8px 0 4px;font-size:1.1rem}.case-client{color:var(--text-dim);font-size:.85rem}.case-metrics{flex-wrap:wrap;gap:12px;padding:20px 24px;display:flex}.metric-pill{border-radius:var(--radius-sm);border:1px solid var(--glass-border);text-align:center;background:#0000004d;min-width:80px;padding:10px 14px}.metric-pill strong{color:var(--accent-cyan);font-size:1.1rem;display:block}.metric-pill span{color:var(--text-dim);font-size:.7rem}.case-footer{border-top:1px solid var(--glass-border);color:var(--text-muted);justify-content:space-between;padding:16px 24px;font-size:.8rem;display:flex}.process-timeline{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid;container-type:inline-size}.process-step{height:100%;padding:24px;transition:transform .35s cubic-bezier(.34,1.4,.64,1),box-shadow .35s,border-color .3s;position:relative}.process-step:hover{border-color:#22d3ee59;transform:translateY(-6px);box-shadow:inset 0 1px #ffffff1a,0 20px 50px #00000061,0 0 40px #22d3ee24}@container (width>=820px) and (width<=1099px){.process-step:last-child:nth-child(3n+1){flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px 24px;display:flex}.process-step:last-child:nth-child(3n+1) .process-num{margin-bottom:0}.process-step:last-child:nth-child(3n+1) h3{flex:200px;margin-bottom:0}.process-step:last-child:nth-child(3n+1) p{flex:280px;margin:0}.process-step:last-child:nth-child(3n+1) .process-duration{margin-top:0}}@container (width>=1100px){.process-step:last-child:nth-child(4n+1){flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px 24px;display:flex}.process-step:last-child:nth-child(4n+1) .process-num{margin-bottom:0}.process-step:last-child:nth-child(4n+1) h3{flex:200px;margin-bottom:0}.process-step:last-child:nth-child(4n+1) p{flex:280px;margin:0}.process-step:last-child:nth-child(4n+1) .process-duration{margin-top:0}}.process-num{font-family:var(--font-display);background:linear-gradient(180deg, var(--accent-cyan), transparent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:2.5rem;font-weight:700;line-height:1}.process-step h3{margin-bottom:8px;font-size:1rem}.process-step p{color:var(--text-muted);font-size:.88rem}.process-duration{color:var(--accent-violet);background:#a78bfa26;border-radius:100px;margin-top:12px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.stack-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.stack-item{text-align:center;flex-direction:column;align-items:center;gap:8px;min-height:100%;padding:22px 20px 20px;display:flex}.stack-logo{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex;box-shadow:inset 0 1px #ffffff0f}.stack-logo img{object-fit:contain;width:30px;height:30px}.stack-logo img[src$=django\.png],.stack-logo img[src$=drf\.png],.stack-logo img[src$=iis\.png],.stack-logo img[src$=waitress\.png]{width:34px;height:34px}.stack-logo img[src$=django\.png]{border-radius:8px}.stack-item strong{font-family:var(--font-display);font-size:.98rem;line-height:1.25;display:block}.stack-item p{color:var(--text-dim);margin:0;font-size:.8rem;line-height:1.5}.stack-cat{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:700}@media (width<=900px){.stack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.stack-grid{grid-template-columns:1fr}}.pricing-card{flex-direction:column;height:100%;padding:32px;display:flex;position:relative}.pricing-card.recommended{box-shadow:var(--glow-violet);border-color:#a78bfa80;transform:scale(1.03)}.recommended-label{background:linear-gradient(135deg, var(--accent-violet), var(--accent-pink));color:#fff;border-radius:100px;padding:6px 16px;font-size:.7rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card h3{font-family:var(--font-display);font-size:1.35rem}.pricing-desc{color:var(--text-muted);margin:8px 0 20px;font-size:.9rem}.pricing-amount{font-family:var(--font-display);color:var(--accent-cyan);margin-bottom:4px;font-size:2rem;font-weight:700}.pricing-amount span{color:var(--text-dim);font-size:.9rem;font-weight:500}.pricing-features{flex:1;margin:24px 0;list-style:none}.pricing-features li{color:var(--text-muted);border-bottom:1px solid #ffffff0a;padding:8px 0;font-size:.9rem}.pricing-features li:before{content:"✓ ";color:var(--accent-cyan);font-weight:700}.review-card{height:100%;padding:28px}.review-stars{color:#fbbf24;letter-spacing:2px;margin-bottom:12px}.review-text{color:var(--text-muted);margin-bottom:20px;font-size:.95rem;font-style:italic;line-height:1.7}.review-expand-btn{color:var(--accent-cyan);cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0;font-size:.85rem;font-weight:500;transition:color .2s}.review-expand-btn:hover{color:var(--accent-violet)}.review-author{align-items:center;gap:12px;margin-top:auto;display:flex}.review-avatar-img{object-fit:cover;border:1px solid var(--glass-border-bright);border-radius:50%;width:48px;height:48px}.review-author-info{flex-direction:column;display:flex}.review-author-info strong{font-size:.95rem;display:block}.review-author-info span{color:var(--text-dim);font-size:.8rem}.review-source{color:var(--accent-violet);margin-top:8px;font-size:.75rem}.team-card{text-align:center;padding:24px}.team-avatar{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-violet));width:72px;height:72px;font-family:var(--font-display);color:#050510;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1.25rem;font-weight:700;display:flex;overflow:hidden}.team-avatar-img{object-fit:cover;width:100%;height:100%}.team-card h4{margin-bottom:4px;font-size:1rem}.team-role{color:var(--accent-cyan);margin-bottom:8px;font-size:.8rem;font-weight:600}.team-bio{color:var(--text-dim);font-size:.82rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{margin-bottom:12px;overflow:hidden}.faq-question{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:1rem;font-weight:600;display:flex}.faq-question:hover{color:var(--accent-cyan)}.faq-icon{color:var(--accent-violet);font-size:1.25rem;transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .35s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer-inner{color:var(--text-muted);padding:0 24px 20px;font-size:.95rem;line-height:1.7}.cta-section{padding:80px 0 120px}.cta-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.cta-content h2{font-family:var(--font-display);margin-bottom:16px;font-size:clamp(1.5rem,3vw,2rem)}.cta-content p{color:var(--text-muted);margin-bottom:24px}.cta-contacts{flex-direction:column;gap:10px;display:flex}.cta-contact-link{border-radius:var(--radius-sm);border:1px solid var(--glass-border);color:var(--text-primary);background:#ffffff08;align-items:center;gap:14px;padding:12px 14px;font-size:.92rem;font-weight:600;transition:border-color .2s,background .2s,transform .2s;display:flex}.cta-contact-link:hover{border-color:var(--glass-border-bright);background:#ffffff0f;transform:translate(4px)}.cta-contact-link--phone{-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#22d3ee1a,#22d3ee0a);border-color:#22d3ee38;box-shadow:inset 0 1px #ffffff12,0 8px 28px #00000047}.cta-contact-link--phone:hover{background:linear-gradient(145deg,#22d3ee24,#22d3ee12);border-color:#22d3ee61}.cta-contact-link--email{-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#60a5fa1a,#60a5fa0a);border-color:#60a5fa38;box-shadow:inset 0 1px #ffffff12,0 8px 28px #00000047}.cta-contact-link--email:hover{background:linear-gradient(145deg,#60a5fa24,#60a5fa12);border-color:#60a5fa61}.cta-contact-link--telegram{-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#37aee21a,#1e96c80d);border-color:#37aee238;box-shadow:inset 0 1px #ffffff12,0 8px 28px #00000047}.cta-contact-link--telegram:hover{background:linear-gradient(145deg,#37aee224,#1e96c814);border-color:#37aee261}.cta-contact-link--whatsapp{-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#67c15e1a,#67c15e0a);border-color:#67c15e38;box-shadow:inset 0 1px #ffffff12,0 8px 28px #00000047}.cta-contact-link--whatsapp:hover{background:linear-gradient(145deg,#67c15e24,#67c15e12);border-color:#67c15e61}.cta-contact-link--max{-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#38bdf81a,#8b5cf61f);border-color:#8b5cf63d;box-shadow:inset 0 1px #ffffff12,0 8px 28px #00000047}.cta-contact-link--max:hover{background:linear-gradient(145deg,#38bdf824,#8b5cf629);border-color:#a78bfa66}.cta-contact-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.cta-contact-svg{flex-shrink:0;width:20px;max-width:26px;height:20px;max-height:26px}.cta-contact-link--phone .cta-contact-svg,.cta-contact-link--email .cta-contact-svg{fill:none}.cta-contact-link--phone .cta-contact-svg path,.cta-contact-link--email .cta-contact-svg path,.cta-contact-link--email .cta-contact-svg polyline,.cta-contact-link--email .cta-contact-svg rect{fill:none;stroke:currentColor}.cta-contact-link--phone .cta-contact-icon{color:#fff;background:#22d3ee26}.cta-contact-link--email .cta-contact-icon{color:#fff;background:#60a5fa26}.cta-contact-link--email .cta-contact-svg{width:20px;height:20px;margin:0 auto;display:block}.cta-contact-logo{object-fit:contain;width:26px;max-width:100%;height:26px;max-height:100%;display:block}.cta-contact-link--telegram .cta-contact-icon{background:#37aee226}.cta-contact-link--whatsapp .cta-contact-icon{background:#67c15e26}.cta-contact-link--max .cta-contact-icon{background:#8b5cf61f}.cta-contact-label{color:var(--text-primary)}.lead-form{padding:32px}.lead-form h3{font-family:var(--font-display);margin-bottom:20px}.lead-form--success{text-align:center;padding:48px}.success-icon{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-violet));color:#050510;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:2rem;font-weight:800;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-error{color:var(--accent-pink);margin-bottom:12px;font-size:.85rem}.btn-block{width:100%}@media (width<=768px){.cta-grid{flex-direction:column;gap:0;display:flex}.cta-content{display:contents}.cta-grid .cta-content .section-label{order:1;margin-bottom:8px}.cta-grid .cta-content h2{order:2;margin-top:0;margin-bottom:8px}.cta-grid .cta-content p{order:3;margin-top:0;margin-bottom:28px}.cta-grid .lead-form{margin-inline:auto;order:4;width:100%;max-width:800px;margin-bottom:28px}.cta-contacts{order:5;width:100%;max-width:800px;margin-inline:auto}.cta-contacts .cta-contact-link{width:100%}.form-row{grid-template-columns:1fr}.pricing-card.recommended{transform:none}}.about-block{grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:40px;display:grid}.about-block p{color:var(--text-muted);line-height:1.8}.guarantee-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.guarantee-card{flex-direction:column;gap:8px;height:100%;min-height:100%;padding:22px 20px;transition:transform .35s cubic-bezier(.34,1.4,.64,1),box-shadow .35s,border-color .3s;display:flex}.guarantee-card:hover{border-color:#22d3ee59;transform:translateY(-6px);box-shadow:inset 0 1px #ffffff1a,0 20px 50px #00000061,0 0 40px #22d3ee24}.guarantee-card h3{font-family:var(--font-display);margin:0;font-size:1rem;line-height:1.3}.guarantee-card p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.55}@media (width<=900px){.guarantee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.guarantee-grid{grid-template-columns:1fr}}.calculator{max-width:640px;margin:0 auto;padding:40px}.calc-steps{gap:8px;margin-bottom:28px;display:flex}.calc-step-dot{background:var(--glass-border);border-radius:2px;flex:1;height:4px;transition:background .3s}.calc-step-dot.active{background:linear-gradient(90deg, var(--accent-cyan), var(--accent-violet))}.calc-options{gap:12px;display:grid}.calc-option{border-radius:var(--radius-sm);border:1px solid var(--glass-border);cursor:pointer;text-align:left;color:var(--text-primary);background:#0003;padding:16px 20px;transition:all .2s}.calc-option:hover,.calc-option.selected{border-color:var(--accent-cyan);background:#22d3ee14}.calc-result{text-align:center;padding:24px}.calc-result strong{font-family:var(--font-display);color:var(--accent-cyan);font-size:2rem;display:block}.page-hero{text-align:center;padding:140px 0 60px}.page-hero h1{font-family:var(--font-display);margin-bottom:12px;font-size:clamp(2rem,4vw,2.75rem)}.blog-card{padding:28px;transition:transform .3s;display:block}.blog-card:hover{transform:translateY(-4px)}.blog-date{color:var(--accent-violet);margin-bottom:8px;font-size:.8rem}.blog-card h3{margin-bottom:8px;font-size:1.1rem}.blog-excerpt{color:var(--text-muted);font-size:.9rem}.read-more{color:var(--accent-cyan);margin-top:12px;font-size:.85rem;font-weight:700;display:inline-block}.case-detail-grid{grid-template-columns:2fr 1fr;gap:40px;padding:40px 0 80px;display:grid}.case-block h2{font-family:var(--font-display);color:var(--accent-cyan);margin-bottom:12px;font-size:1.25rem}.case-block p{color:var(--text-muted);margin-bottom:32px;line-height:1.8}.case-sidebar{padding:28px;position:sticky;top:100px}.case-sidebar dt{text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-top:16px;font-size:.75rem}.case-sidebar dd{margin-top:4px;font-weight:600}.testimonial-box{border-left:3px solid var(--accent-violet);color:var(--text-muted);margin-top:24px;padding:20px;font-style:italic}
