@keyframes pulseTravel{0%{stroke-dashoffset:640;opacity:0}8%,85%{opacity:1}to{stroke-dashoffset:-460;opacity:0}}@keyframes hero-bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}@keyframes wzFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes hpScrollRight{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes hpScrollLeft{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes testi-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.7;color:#222;background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit;transition:all .2s ease}.sv-check-col ul,ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}:root{--red:#DC2626;--red-dark:#B91C1C;--red-darker:#991B1B;--red-light:#FEE2E2;--red-lighter:#FFF1F2;--text:#222;--text-body:#333;--text-light:#555;--border:#E5E7EB;--bg-alt:#F9FAFB;--shadow-md:0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);--shadow-lg:0 10px 25px rgba(0,0,0,0.1);--radius:12px;--dark:#0a0a0f;--pill:9999px}h1,h2,h3,h4{color:var(--text);font-weight:800;line-height:1.2}h1{font-size:46px}h2{font-size:36px}h3{font-size:22px}p{color:var(--text-body)}.section-header{text-align:center;max-width:640px;margin:0 auto 56px}.section-tag,.section-tag-light{display:inline-block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.section-tag{color:var(--red)}.section-tag-light{color:rgba(255,255,255,.6)}.included-left h2,.section-header h2{margin-bottom:16px}.section-header p{font-size:17px}.btn{display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-weight:600;font-size:15px;padding:14px 32px;border-radius:var(--pill);border:2px solid transparent;cursor:pointer;transition:all .25s ease;white-space:nowrap}.btn-red,a.btn-red{background:var(--red);color:#fff!important;border-color:var(--red);text-decoration:none}.btn-red:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(220,38,38,.35)}.btn-white-pill{background:#fff;color:var(--red);border-color:#fff;font-weight:700}.btn-white-pill:hover{background:var(--red-light);transform:translateY(-1px)}.btn-outline-white{background:0 0;color:#fff;border-color:rgba(255,255,255,.4)}.btn-outline-pill:hover,.btn-outline-white:hover{background:rgba(255,255,255,.1);border-color:#fff}.btn-outline-pill{background:0 0;color:#fff;border:2px solid rgba(255,255,255,.4);border-radius:9999px}.btn-outline-pill:hover{color:#fff}.btn-full{width:100%;justify-content:center;padding:16px 32px;font-size:16px}.top-bar{background:var(--text);color:#fff;font-size:13px;padding:8px 0}.top-bar-inner{display:flex;justify-content:space-between;align-items:center}.top-bar-left{display:flex;gap:24px}.top-bar a,.top-bar span{color:rgba(255,255,255,.85);font-size:13px}.hero h1 span,.nav a:hover,.top-bar a:hover{color:#fff}.top-bar i{margin-right:6px;color:var(--red)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid transparent;background:0 0;transition:transform .35s ease,background .3s,border-color .3s,box-shadow .3s}.header.header-hidden{transform:translateY(-100%)}.header.header-solid{transform:translateY(0);background:#fff;border-bottom-color:var(--border);box-shadow:var(--shadow-md)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 50px}.logo{font-family:"Bespoke Stencil","Space Grotesk","Inter",sans-serif;font-size:34px;font-weight:700;color:#fff;letter-spacing:1px;transition:color .3s}.logo span{color:var(--red);font-size:.55em;font-weight:500;letter-spacing:0}.header-solid .logo,.header-solid .nav a{color:var(--text)}.nav{display:flex;gap:32px}.header-inner>.btn,.nav a{font-weight:600;text-transform:uppercase}.nav a{font-size:15px;color:rgba(255,255,255,.9);padding:8px 0;position:relative;transition:color .3s;letter-spacing:1.5px}.nav a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--red);transition:width .25s}.nav a:hover::after{width:100%}.header-solid .header-inner>.btn{background:var(--text)!important;color:#fff!important;border-color:var(--text)!important}.header-solid .header-inner>.btn:hover{background:#000!important;color:#fff!important;border-color:#000!important}.header-solid .auth-login:hover,.header-solid .nav a:hover{color:var(--red)}.header-inner>.btn{padding:10px 24px;font-size:13px;letter-spacing:1px;transition:all .3s}.header:not(.header-solid) .header-inner>.btn{background:0 0;color:#fff;border-color:rgba(255,255,255,.4)}.header:not(.header-solid) .header-inner>.btn:hover{background:rgba(255,255,255,.1);border-color:#fff}.header-auth{display:flex;gap:8px;align-items:center}.auth-login,.auth-signup{padding:8px 20px;color:#fff;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s}.auth-signup{background:var(--red);border-radius:9999px;font-weight:600;transition:all .3s}.auth-signup:hover{background:#b91c1c}.header-solid .auth-login{color:var(--text)}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:0;cursor:pointer;padding:8px}.mobile-toggle span{display:block;width:24px;height:2px;background:#fff;transition:all .3s}.nav-mobile-auth{display:none}.header-solid .mobile-toggle span{background:var(--text)}.hero{background:#0a0a0f;position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;color:#fff;padding-top:70px;padding-bottom:160px}.hero-video-wrap{position:absolute;inset:0;z-index:0}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.65)0,rgba(30,10,10,.55) 50%,rgba(220,38,38,.25) 100%)}.hero-video-wrap{background:#0a0a0f}#matrix-canvas{position:absolute;inset:0;width:100%;height:100%}.hero-video-wrap.video-playing #matrix-canvas{display:none}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;padding:0 24px}.hero h1{margin-bottom:20px;line-height:1.1;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-desc{color:rgba(255,255,255,.9);margin-bottom:36px;line-height:1.6;text-shadow:0 1px 8px rgba(0,0,0,.3)}.hero-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-scroll{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:2;color:rgba(255,255,255,.5);font-size:18px;animation:hero-bounce 2s ease infinite}.hero-marquee{position:absolute;bottom:30px;left:0;right:0;z-index:1;overflow:hidden;display:flex;flex-direction:column;gap:12px;padding:16px 0}.hero-marquee-track{display:flex;gap:12px;width:max-content;animation:hpScrollRight 40s linear infinite}.hero-marquee-track-reverse{animation:hpScrollLeft 40s linear infinite}.hero-pill,.hero-tag{align-items:center;color:rgba(255,255,255,.85)}.hero-pill{display:flex;gap:8px;padding:8px 20px;border:0;border-radius:var(--pill);font-size:25px;font-weight:600;white-space:nowrap;background:0 0}.hero-pill i,.hero-tag i{color:var(--red);font-size:25px}.hero h1,.hero-scroll:hover{color:#fff}.hero-tag{display:inline-flex;gap:10px;padding:10px 26px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:9999px;font-size:15px;font-weight:500;margin-bottom:20px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-image:linear-gradient(135deg,rgba(255,255,255,.1)0,rgba(255,255,255,.02) 50%,transparent 80%);box-shadow:0 0 20px rgba(255,255,255,.04),0 4px 30px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.12)}.hero-tag i{font-size:14px}.hero-folders{position:relative;z-index:1;width:100%;max-width:1100px;margin:120px auto 0;padding:0 24px}.hero-folders-row{display:flex;justify-content:space-between;gap:24px}.hero-folder{width:190px;perspective:600px;position:relative}.hero-folder:nth-child(1){transform:translateY(8px)}.hero-folder:nth-child(2){transform:translateY(-8px)}.hero-folder:nth-child(3){transform:translateY(4px)}.hero-folder:nth-child(4){transform:translateY(-12px)}.hero-folder-check{position:absolute;top:0;right:-8px;width:28px;height:28px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;opacity:0;transform:scale(0);transition:all .4s cubic-bezier(.34,1.56,.64,1);z-index:3;box-shadow:0 0 12px rgba(220,38,38,.5)}.hero-folder-check.visible{opacity:1;transform:scale(1)}.hero-folder-tab{width:60px;height:16px;background:rgba(255,255,255,.1);border-radius:6px 6px 0 0;border:1px solid rgba(255,255,255,.18);border-bottom:none;margin-left:12px}.hero-folder-body{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:0 10px 10px 10px;height:220px;display:flex;align-items:flex-end;padding:0 18px 18px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transform:rotateX(8deg);transition:all .4s ease;background-image:linear-gradient(135deg,rgba(255,255,255,.12)0,rgba(255,255,255,.03) 50%,transparent 80%);box-shadow:0 0 20px rgba(255,255,255,.04),0 4px 30px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.12)}.hero-folder:hover .hero-folder-body{transform:rotateX(0deg) translateY(-6px);border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.1);box-shadow:0 0 30px rgba(255,255,255,.08),0 8px 40px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.18)}.hero-folder-body span{font-size:16px;font-weight:600;color:rgba(255,255,255,.85);line-height:1.35}.hero-folders-lines{display:block;width:100%;height:130px}.hero-pulse-line{stroke-dasharray:40 600;stroke-dashoffset:640;opacity:0}.hero-pulse-line.active{animation:pulseTravel .8s ease-in forwards}.hero-folders-hub,.hero-hub-circle{transition:all .4s ease}.hero-folders-hub{display:flex;flex-direction:column;align-items:center;margin-top:0;position:relative;z-index:1}.hero-hub-dot{width:16px;height:16px;background:var(--red);border-radius:50%;box-shadow:0 0 12px rgba(220,38,38,.4);margin-bottom:14px;transition:box-shadow .4s ease}.hero-folders-hub.glow .hero-hub-dot{box-shadow:0 0 24px rgba(220,38,38,.8),0 0 48px rgba(220,38,38,.4)}.hero-folders-hub.glow .hero-hub-label{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.1);box-shadow:0 0 30px rgba(255,255,255,.08),0 8px 40px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.18)}.hero-hub-label{display:inline-flex;align-items:center;gap:12px;padding:14px 34px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:9999px;font-size:18px;font-weight:600;color:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-image:linear-gradient(135deg,rgba(255,255,255,.1)0,rgba(255,255,255,.02) 50%,transparent 80%);box-shadow:0 0 20px rgba(255,255,255,.04),0 4px 30px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.12)}.hero-hub-label i,.tech-item i{color:var(--red);font-size:16px}.numbers-strip{border-bottom:none;padding:28px 0}.numbers-row{display:flex;justify-content:center;align-items:center;gap:0}.number-item{text-align:center;padding:0 40px}.number-val{display:block;font-size:38px;font-weight:900;color:var(--red);line-height:1.1}.number-label{display:block;font-size:13px;font-weight:500;color:var(--text-body);margin-top:4px}.number-divider{width:1px;height:48px;background:var(--border)}.tech-strip{padding:24px 0;background:#fff;border-bottom:none}.tech-item,.tech-row{display:flex;align-items:center}.tech-row{justify-content:center;gap:32px;flex-wrap:wrap}.tech-item{gap:6px;font-size:14px;font-weight:500;color:var(--text-body)}.tech-item i{font-size:22px}.what-we-build{padding:80px 0}.zigzag-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:80px}.zigzag-row:last-child{margin-bottom:0}.zigzag-reverse{direction:rtl}.zigzag-reverse>*{direction:ltr}.zigzag-text h3{font-size:28px;margin-bottom:16px}.zigzag-text>p{font-size:16px;margin-bottom:20px;line-height:1.7}.check-list{margin-bottom:28px}.check-list li{padding:8px 0 8px 28px;position:relative;font-size:15px;color:var(--text-body)}.check-list li::before{content:"";position:absolute;left:0;top:12px;width:18px;height:18px;background:var(--red);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat}.visual-mockup{background:#fff;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-lg);overflow:hidden}.mockup-bar{display:flex;gap:6px;padding:12px 16px;border-bottom:none}.mockup-bar span{width:10px;height:10px;border-radius:50%;background:#ddd}.mockup-bar span:first-child{background:#ff5f57}.mockup-bar span:nth-child(2){background:#ffbd2e}.mockup-bar span:nth-child(3){background:#28ca41}.mockup-img{width:100%;height:auto;display:block}.mockup-content{padding:20px;min-height:280px}.mock-nav{height:12px;background:var(--bg-alt);border-radius:4px;width:60%}.mock-hero-area,.mock-nav{margin-bottom:20px}.mock-text-block{height:16px;background:var(--text);border-radius:3px;width:70%;margin-bottom:8px;opacity:.15}.mock-text-block+.mock-text-block{width:50%}.mock-btn{width:120px;height:32px;background:var(--red);border-radius:var(--pill);margin-top:16px}.mock-cards{display:flex;gap:12px}.mock-card{flex:1;height:80px;background:var(--bg-alt);border-radius:8px;border:1px solid var(--border)}.mock-products{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.mock-product{border:1px solid var(--border);border-radius:8px;overflow:hidden}.mock-img{height:80px;background:linear-gradient(135deg,var(--bg-alt),#e5e5e5)}.mock-price{height:12px;width:50%;background:var(--red);opacity:.3;border-radius:3px;margin:10px}.mockup-app{display:flex;gap:0;padding:0}.mock-sidebar{width:60px;background:var(--text);min-height:280px;opacity:.9}.mock-main{flex:1;padding:20px}.mock-chart{height:100px;background:linear-gradient(to top,var(--red-light),transparent);border-radius:8px;margin-bottom:16px;border:1px solid var(--border)}.mock-table{display:flex;flex-direction:column;gap:8px}.mock-row{height:24px;background:var(--bg-alt);border-radius:4px}.mock-row:nth-child(2){width:80%}.included-section{padding:80px 0}.included-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.included-left>p{font-size:17px;margin-bottom:28px;line-height:1.7}.included-item{display:flex;gap:20px;padding:20px 0;border-bottom:none}.included-item:first-child{padding-top:0}.diff-item:last-child,.included-item:last-child{border-bottom:none}.included-num{font-size:28px;font-weight:900;color:var(--red);min-width:48px;line-height:1}.diff-point strong,.included-item strong{display:block;font-size:16px;margin-bottom:4px}.included-item strong{color:var(--text)}.included-item p,.included-item small{font-size:14px;color:var(--text-body);line-height:1.6;display:block}.how-different{padding:80px 0;background:var(--text);color:#fff}.different-split{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}.different-left>p{color:rgba(255,255,255,.7);font-size:17px;line-height:1.7}.diff-item{padding:20px 0;border-bottom:1px solid rgba(255,255,255,.1)}.diff-point{display:flex;gap:16px;align-items:flex-start}.diff-point i{font-size:20px;color:var(--red);margin-top:3px;min-width:24px;text-align:center}.diff-point strong{color:#fff}.diff-point p{color:rgba(255,255,255,.6)}.process-section{padding:80px 0;background:#fff}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.timeline-line{position:absolute;top:24px;left:12.5%;right:12.5%;height:3px;background:var(--red-light);z-index:0}.timeline-step{text-align:center;position:relative;z-index:1;padding:0 16px}.timeline-dot{width:48px;height:48px;background:var(--red);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;margin:0 auto 20px;box-shadow:0 0 0 6px #fff,0 0 0 8px var(--red-light)}.sv-block h3,.timeline-step h3{font-size:18px;margin-bottom:8px}.diff-point p,.timeline-step p{font-size:14px;line-height:1.6}.testimonial-section{padding:60px 0}.testimonial-block{max-width:720px;margin:0 auto;text-align:center}.testimonial-stars{color:#f59e0b;font-size:20px;margin-bottom:20px;display:flex;justify-content:center;gap:4px}.testimonial-block blockquote{font-size:22px;font-weight:500;color:var(--text);line-height:1.6;margin-bottom:28px;font-style:italic}.author-avatar,.testimonial-author{display:flex;align-items:center;justify-content:center}.testimonial-author{gap:14px}.author-avatar{width:48px;height:48px;background:var(--red);color:#fff;border-radius:50%;font-weight:700;font-size:16px}.form-group label,.testimonial-author strong{display:block;font-size:15px;color:var(--text)}.testimonial-author span{font-size:13px;color:var(--text-light)}.cta-banner{background:linear-gradient(135deg,var(--red-darker) 0%,var(--red) 100%);padding:72px 0;text-align:center}.cta-banner h2,.different-left h2{color:#fff;margin-bottom:16px}.cta-banner p{color:rgba(255,255,255,.9);font-size:18px;margin-bottom:32px}.cta-actions,.cta-phone{display:flex;align-items:center}.cta-actions{justify-content:center;gap:24px;flex-wrap:wrap}.cta-phone{color:#fff;font-size:18px;font-weight:600;gap:8px}.cta-phone:hover,.sidebar-card a:hover{text-decoration:underline}.contact{padding:80px 0;background:#fff}.contact-layout{display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:start}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group,.form-row{margin-bottom:20px}.form-row .form-group{margin-bottom:0}.form-group label{font-size:14px;font-weight:600;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;font-family:inherit;font-size:15px;color:var(--text);border:1px solid var(--border);border-radius:8px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--red);box-shadow:0 0 0 3px rgba(220,38,38,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:#888}.form-note{text-align:center;font-size:13px;color:var(--text-light);margin-top:16px}.form-note i{color:var(--red);margin-right:4px}.contact-sidebar{display:flex;flex-direction:column;gap:16px}.sidebar-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-align:center}.sidebar-card i{font-size:28px}.sidebar-card h4{margin-bottom:6px}.sidebar-card a{font-weight:500}.sidebar-card p{font-size:14px}.sidebar-highlight{background:var(--red-lighter);border-color:var(--red-light)}.footer{background:var(--text);color:rgba(255,255,255,.85);padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{font-size:24px;color:#fff}.footer-logo span,.page-hero h1,.sidebar-card a,.sidebar-card i{color:var(--red)}.footer-about p{font-size:14px;color:rgba(255,255,255,.75);margin-top:16px;line-height:1.7}.footer-social{display:flex;gap:12px;margin-top:20px}.footer-social a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.footer-social a:hover{background:var(--red)}.footer-col h4,.footer-heading{color:#fff;font-size:15px;margin-bottom:20px}.footer-col a{display:block;font-size:14px;color:rgba(255,255,255,.75);padding:5px 0}.footer-col a:hover{color:#fff}.footer-col a i{margin-right:6px;width:16px}.footer-bottom{padding:24px 0;text-align:center}.footer-bottom p{font-size:13px;color:rgba(255,255,255,.65)}.page-hero{background-color:#0a0a0f;position:relative;background-size:cover;background-position:center;color:#fff;height:700px;display:flex;align-items:flex-end;padding:0 0 60px;border-bottom:none}.page-hero .section-tag,.sidebar-card i,.sv-intro h2{margin-bottom:12px}.page-hero h1{font-size:42px;margin-bottom:16px;text-align:center;font-weight:900;text-shadow:none}.page-hero p{font-size:18px;max-width:640px;line-height:1.7;text-align:center;margin:0 auto;color:#111;text-shadow:0 1px 2px rgba(255,255,255,.7)}.page-hero::after,.page-hero::before{content:"";position:absolute;z-index:0}.page-hero::before{inset:0;background:radial-gradient(ellipse at 50% 90%,rgba(255,255,255,.95)0,rgba(255,255,255,.7) 15%,rgba(255,255,255,0) 38%)}.page-hero::after{bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,transparent,#fff)}.page-hero .container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.page-hero-services{background-image:url(../images/hero-services.jpg)}.page-hero-about{background-image:url(../images/hero-about.jpg)}.page-hero-work{background-image:url(../images/hero-work.jpg)}.page-hero-faq{background-image:url(../images/hero-faq.jpg)}.page-hero-contact{background-image:url(../images/hero-contact.jpg)}.page-hero-quote{background-image:url(../images/hero-quote.jpg)}.page-hero-blog{background:#fff;background-image:radial-gradient(ellipse at 20%0,rgba(220,38,38,.035)0,transparent 55%),radial-gradient(ellipse at 80% 100%,rgba(0,0,0,.018)0,transparent 50%);padding:180px 0 80px}.page-hero-blog::before{background:0 0}.page-hero-blog::after{display:none}.sv-intro{max-width:640px;margin-bottom:48px}.sv-intro p{font-size:17px;line-height:1.7}.sv-intro-light h2{color:#fff}.sv-intro-light p{color:rgba(255,255,255,.7)}.sv-webdev{padding:72px 0}.sv-two-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px 64px}.sv-webdev .container{max-width:none;padding:0 80px}.sv-block{padding:32px 36px;border-left:3px solid var(--red-light);transition:border-color .2s}.sv-block:hover{border-left-color:var(--red)}.sv-block p,.sv-lang-row p{font-size:15px;line-height:1.7;color:var(--text-body)}.sv-languages{padding:72px 0;background:var(--bg-alt)}.sv-languages .container{max-width:none;padding:0 80px}.sv-tech-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:48px}.sv-tech-tags span{padding:8px 20px;font-size:14px;font-weight:600;color:var(--red);background:#fff;border:1px solid var(--red-light);border-radius:var(--pill)}.sv-lang-rows{max-width:none;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px 64px}.sv-lang-row{padding:20px 0;border-bottom:none}.sv-lang-row:last-child{border-bottom:none}.sv-lang-row strong{display:block;font-size:16px;color:var(--text);margin-bottom:6px}.sv-servers{padding:72px 0}.sv-split{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}.sv-split-left h2{margin-bottom:16px}.sv-split-left>p{font-size:17px;margin-bottom:28px;line-height:1.7}.sv-numbered-item{display:flex;gap:20px;padding:18px 0;border-bottom:none}.sv-numbered-item:first-child{padding-top:0}.sv-alt-row:last-child,.sv-check-col li:last-child,.sv-numbered-item:last-child{border-bottom:none}.sv-num{font-size:28px;font-weight:900;color:var(--red);min-width:48px;line-height:1}.sv-desc-item strong,.sv-numbered-item strong{display:block;font-size:16px;color:var(--text);margin-bottom:4px}.sv-desc-item p,.sv-numbered-item p,.sv-support-points p{font-size:14px;color:var(--text-body);line-height:1.6}.sv-security{padding:72px 0;background:var(--text);color:#fff}.sv-check-cols{display:grid;grid-template-columns:1fr 1fr;gap:40px}.sv-check-col li{padding:12px 0 12px 28px;position:relative;font-size:15px;color:rgba(255,255,255,.85);border-bottom:1px solid rgba(255,255,255,.08);line-height:1.6}.sv-check-col li::before{content:"";position:absolute;left:0;top:16px;width:16px;height:16px;background:var(--red);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-size:10px;background-position:center;background-repeat:no-repeat}.sv-seo{padding:72px 0;background:var(--bg-alt)}.sv-alt-rows{max-width:900px}.sv-alt-row{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:20px 0;border-bottom:none;align-items:baseline}.sv-alt-label{font-size:15px;font-weight:700;color:var(--red)}.sv-alt-desc{font-size:15px;line-height:1.7;color:var(--text-body)}.sv-automation{padding:72px 0}.sv-desc-item{padding:16px 0;border-bottom:none}.sv-desc-item:first-child{padding-top:0}.sv-desc-item:last-child{border-bottom:none}.sv-support{padding:72px 0}.sv-support-inner{max-width:800px;margin:0 auto;text-align:center}.sv-support-inner h2{margin-bottom:12px}.sv-support-lead{font-size:18px;color:var(--text-body);margin-bottom:48px}.sv-support-points{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:left}.sv-support-points strong{display:block;font-size:16px;color:var(--text);margin-bottom:8px}.contact-page{padding-top:48px}.header-solid .nav-active,.nav-active{color:var(--red)!important}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){h1{font-size:36px}h2{font-size:30px}.hero h1{font-size:42px}.zigzag-row{grid-template-columns:1fr;gap:32px}.zigzag-reverse{direction:ltr}.different-split,.included-split{grid-template-columns:1fr;gap:40px}.timeline{grid-template-columns:repeat(2,1fr);gap:40px 0}.timeline-line{display:none}.footer-grid{grid-template-columns:1fr 1fr}.numbers-row{flex-wrap:wrap;gap:16px}.number-divider{display:none}.sv-check-cols,.sv-split,.sv-two-col{grid-template-columns:1fr}.sv-check-cols,.sv-split{gap:40px}.sv-check-cols{gap:20px}.sv-alt-row{grid-template-columns:140px 1fr;gap:16px}.sv-support-points{grid-template-columns:1fr 1fr}.header-auth{display:none}}@media (max-width:768px){.header-inner{padding:0 16px}.cta-banner h2,h2{font-size:26px}.hero h1{font-size:38px}.hero{background:#0a0a0f;min-height:500px}.nav{display:none;position:absolute;top:72px;left:0;width:100%;background:#0a0a0f;flex-direction:column;align-items:stretch;gap:0;z-index:999;padding:8px 0;box-shadow:0 8px 32px rgba(0,0,0,.3)}.mobile-toggle,.nav.open{display:flex}.nav.open a{color:#fff!important;display:block;padding:14px 24px;border-bottom:1px solid rgba(255,255,255,.08);font-size:16px}.nav.open .nav-active,.nav.open a:hover{color:var(--red)!important}.nav.open .nav-mobile-cta{display:inline-flex;background:var(--red);color:#fff!important;padding:12px 32px;border-radius:var(--pill);font-weight:600;margin-top:8px}.nav-mobile-auth{display:none}.nav.open .nav-mobile-auth{display:flex;flex-direction:column;align-items:stretch;gap:0;margin-top:0;border-top:1px solid rgba(255,255,255,.12)}.nav-mobile-auth .auth-login{display:block;padding:14px 24px;color:#fff;font-size:16px;font-weight:600;text-align:center;border-bottom:1px solid rgba(255,255,255,.08)}.nav-mobile-auth .auth-signup{display:block;margin:12px 24px;padding:12px 32px;background:var(--red);color:#fff;border-radius:var(--pill);font-size:16px;font-weight:600;text-align:center}.nav a{font-size:20px}.header-inner>.btn{display:none}.hero-ctas,.hero-folders{flex-direction:column}.hero-folders{transform:scale(.45);transform-origin:top center;margin-top:60px;margin-bottom:-200px;display:flex;align-items:center}.hero-folder{transform:none!important}.hero-ctas .btn{justify-content:center}.contact-layout,.footer-grid,.form-row,.timeline{grid-template-columns:1fr}.footer-grid{gap:32px}.top-bar-right{display:none}.number-item{padding:0 20px}.testimonial-block blockquote{font-size:18px}.sv-alt-row,.sv-support-points{grid-template-columns:1fr;gap:4px}.sv-support-points{gap:24px}.page-hero h1,h1{font-size:30px}.page-hero{height:auto;min-height:420px;padding:120px 0 80px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.wz-checks,.wz-final{grid-template-columns:1fr}.wz-labels span{font-size:11px}.wz-option-body strong{font-size:15px}.wz-option{padding:16px 18px}.page-hero p{color:rgba(255,255,255,.85);text-shadow:0 1px 3px rgba(0,0,0,.5)}.page-hero h1{text-shadow:0 2px 4px rgba(0,0,0,.3)}.page-hero::before{background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.55) 100%);inset:0}.page-hero-blog{height:auto;padding:120px 0 60px}.page-hero-blog h1{color:var(--red)}.page-hero-blog p{color:#555;text-shadow:none}.page-hero::after{display:none}.sv-lang-rows{grid-template-columns:1fr;gap:24px}.sv-languages .container{padding:0 20px}.sv-tech-tags{gap:8px;margin-bottom:32px}.sv-tech-tags span{padding:6px 14px;font-size:13px}}@media (max-width:480px){.page-hero{min-height:360px;padding:100px 0 60px}.page-hero h1{font-size:24px;padding:0 8px}.page-hero p{font-size:14px;padding:0 8px;max-width:100%}.page-hero-blog{padding:90px 0 40px}.header-inner{height:60px}}.wz-section{padding:60px 0 80px}.wz-progress{max-width:560px;margin:0 auto 56px;text-align:center}.wz-progress-track{height:4px;background:var(--border);border-radius:2px;margin-bottom:20px;overflow:hidden}.wz-progress-fill{height:100%;background:var(--red);border-radius:2px;width:0%;transition:width .4s ease}.wz-progress-steps{display:flex;justify-content:space-between;margin-bottom:8px}.wz-labels span,.wz-step{color:var(--text-light);transition:all .3s}.wz-step{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;border:2px solid var(--border)}.wz-step.active{background:var(--red);color:#fff;border-color:var(--red)}.wz-step.done{background:var(--red-light);color:var(--red);border-color:var(--red-light)}.wz-labels{display:flex;justify-content:space-between}.wz-labels span{font-size:13px;font-weight:500}.wz-labels span.active{color:var(--red);font-weight:700}.wz-panel{display:none}.wz-panel.active{display:block;animation:wzFadeIn .35s ease}.wz-panel-header{margin-bottom:32px}.wz-panel-header h2{font-size:28px;margin-bottom:8px}.wz-option-body span,.wz-panel-header p,.wz-sub h3{font-size:16px;color:var(--text-light)}.wz-options{display:flex;flex-direction:column;gap:12px}.wz-option{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s}.wz-option.selected,.wz-option:hover{border-color:var(--red-light);background:var(--red-lighter)}.wz-option.selected{border-color:var(--red)}.wz-option input[type=radio]{margin-top:4px}.wz-option-body strong{display:block;font-size:16px;color:var(--text);margin-bottom:2px}.wz-option-body span{font-size:14px;line-height:1.5}.wz-sub{display:none}.wz-sub h3{font-size:18px;margin-bottom:16px;font-weight:600}.wz-checks{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wz-check{display:flex;align-items:center;gap:12px;padding:14px 20px;border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s}.wz-check:hover{border-color:var(--red-light)}.wz-check.selected{border-color:var(--red);background:var(--red-lighter)}.wz-check input[type=checkbox],.wz-option input[type=radio]{accent-color:var(--red);width:18px;height:18px;flex-shrink:0}.wz-check span{font-size:15px;font-weight:500;color:var(--text)}.wz-final{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.wz-final-form .form-group,.wz-summary h3{margin-bottom:20px}.wz-summary{border:1px solid var(--border);border-radius:var(--radius);padding:28px}.wz-summary h3{font-size:18px;padding-bottom:16px;border-bottom:none}.wz-summary-item{padding:12px 0;border-bottom:none}.wz-summary-item:last-child{border-bottom:none}.wz-summary-item span,.wz-summary-price span{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text-light);margin-bottom:4px}.wz-summary-item strong{font-size:15px;color:var(--text);font-weight:600}.wz-summary-price{background:var(--red-lighter);margin:20px -28px -28px;padding:20px 28px;border-radius:0 0 var(--radius) var(--radius)}.wz-summary-price strong{font-size:16px;color:var(--red);font-weight:700}.wz-nav{display:flex;justify-content:space-between;margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.wz-btn-back{background:0 0;color:var(--text-light);border:2px solid var(--border)}.wz-btn-back:hover{border-color:var(--text);color:var(--text)}.wz-btn-next:disabled{opacity:.4;cursor:not-allowed;transform:none!important;box-shadow:none!important}.wz-success{text-align:center;padding:80px 0}.wz-success i{color:var(--red);margin-bottom:24px;display:block}.wz-success h2{margin-bottom:16px}.wz-success p{font-size:18px;max-width:480px;margin:0 auto 32px}@media (max-width:1024px){.wz-final{grid-template-columns:1fr;gap:32px}.wz-checks{grid-template-columns:1fr 1fr}}.hero h1,.wz-success i{font-size:64px}.hero-desc{font-size:22px}.hero-trust{color:rgba(255,255,255,.55);font-size:14px;margin-top:24px;font-weight:500}.hero-trust i{color:var(--red);margin-right:6px}.hp-trust{background:var(--text);padding:28px 0}.hp-trust-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:0}.hp-services-checks li,.hp-trust-item{font-size:15px;display:flex;align-items:center;gap:10px}.hp-trust-item{padding:8px 36px;color:#fff;white-space:nowrap}.hp-trust-item i{color:var(--red);font-size:18px}.hp-trust-item svg.hp-trust-icon{width:40px;height:40px;color:var(--red);flex-shrink:0;filter:drop-shadow(0 0 4px rgba(231,76,60,.3))}.hp-trust-divider{width:1px;height:32px;background:rgba(255,255,255,.12)}.hp-services{display:flex;min-height:80vh}.hp-services-tabs{width:280px;background:var(--bg-alt);border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;padding:40px 0;flex-shrink:0}.hp-services-tab{display:flex;align-items:center;gap:12px;padding:22px 32px;font-family:inherit;font-size:16px;font-weight:600;color:var(--text-light);cursor:pointer;border:0;background:0 0;border-left:3px solid transparent;text-align:left;transition:all .25s}.hp-services-tab:hover{color:var(--text);background:rgba(0,0,0,.02)}.hp-services-tab.active{color:var(--red);border-left-color:var(--red);background:#fff}.hp-services-tab i{font-size:18px;width:24px;text-align:center}.hp-services-stage{flex:1;display:flex;align-items:center;padding:60px 80px}.hp-services-panel{display:none;width:100%}.hp-services-panel.active{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center;animation:wzFadeIn .35s ease}.hp-services-text .section-tag{margin-bottom:16px}.hp-services-text h2{font-size:36px;margin-bottom:16px}.hp-services-text>p{font-size:16px;line-height:1.7;margin-bottom:24px}.hp-services-checks{margin-bottom:28px}.hp-services-checks li{padding:8px 0;color:var(--text-body)}.hp-services-checks li i{color:var(--red);font-size:16px}.hp-numbers{background:linear-gradient(135deg,var(--red-darker) 0%,var(--red) 60%,#222 100%);padding:52px 0}.hp-numbers-row{display:flex;justify-content:center;align-items:center}.hp-number-item{text-align:center;padding:0 44px}.hp-number-val{display:block;font-size:48px;font-weight:900;color:#fff;line-height:1.1}.hp-number-label{display:block;font-size:13px;font-weight:500;color:rgba(255,255,255,.7);margin-top:4px;text-transform:uppercase;letter-spacing:1px}.hp-number-divider{width:1px;height:56px;background:rgba(255,255,255,.2)}.hw-process{position:relative;padding:100px 80px;overflow:hidden}.hw-process-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,#e74c3c 10%,#e74c3c 90%,transparent);opacity:.15}.hw-step{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto;padding:60px 0;position:relative}.hw-step-reverse{direction:rtl}.hw-step-reverse>*{direction:ltr}.hw-step-visual{position:relative;display:flex;justify-content:center;align-items:center}.hw-step-svg{width:220px;height:220px;filter:drop-shadow(0 4px 20px rgba(231,76,60,.15))}.hw-step-glow{position:absolute;width:200px;height:200px;border-radius:50%;filter:blur(60px);opacity:.12}.hw-glow-1{background:#e74c3c;top:0;left:20%}.hw-glow-2{background:#f39c12;top:10%;right:20%}.hw-glow-3{background:#3498db;top:0;left:25%}.hw-glow-4{background:#e74c3c;top:10%;right:25%}.hw-glow-5{background:#2ecc71;top:0;left:20%}.hw-glow-6{background:#e74c3c;top:10%;right:20%}.hw-glow-7{background:#9b59b6;top:30%;left:25%}.hw-step-num{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;font-family:"Space Grotesk",sans-serif;font-size:18px;font-weight:700;margin-bottom:16px;box-shadow:0 4px 20px rgba(231,76,60,.3)}.hw-step-content h3{font-size:28px;margin-bottom:12px;color:var(--text)}.hw-option p,.hw-step-content p{font-size:17px;line-height:1.8;color:var(--text-body);max-width:460px}.hw-options{display:flex;flex-direction:column;gap:20px;margin-top:20px}.hw-option{display:flex;gap:16px;align-items:flex-start;padding:20px 24px;border-radius:12px;background:var(--bg-alt);border:1px solid var(--border)}.hw-option svg{flex-shrink:0;color:var(--red);margin-top:2px}.hw-option strong{display:block;font-size:17px;margin-bottom:4px;color:var(--text)}.hw-option p{font-size:15px;line-height:1.6;margin:0;max-width:none}@media (max-width:1024px){.hw-step{grid-template-columns:1fr;gap:32px;text-align:center}.hw-step-reverse{direction:ltr}.hw-step-content p{max-width:100%}.hw-process-line{display:none}.hw-process{padding:60px 24px}.hw-option{text-align:left}}.hp-difference{display:grid;grid-template-columns:1fr 1fr;min-height:80vh}.hp-difference-left{background:#1a1a1a;padding:80px;display:flex;flex-direction:column;justify-content:center;color:#fff}.hp-difference-left h2{color:#fff;font-size:40px;margin-bottom:20px}.hp-difference-left>p{color:rgba(255,255,255,.7);font-size:17px;line-height:1.7;margin-bottom:16px}.hp-diff-mission{color:rgba(255,255,255,.5);font-size:15px;font-style:italic;line-height:1.7}.hp-difference-right{background:var(--text);padding:80px;display:flex;flex-direction:column;justify-content:center}.hp-diff-item{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.08)}.hp-diff-item:last-child{border-bottom:none}.hp-diff-icon{width:44px;height:44px;background:rgba(220,38,38,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-diff-icon i,.hp-tech-pill i{color:var(--red);font-size:18px}.hp-diff-item strong{display:block;color:#fff;font-size:16px;margin-bottom:4px}.hp-diff-item p{color:rgba(255,255,255,.55);font-size:14px;line-height:1.6}.hp-tech{overflow:hidden}.hp-tech-marquee{overflow:hidden;padding:12px 0}.hp-tech-track{display:flex;gap:16px;width:max-content;animation:hpScrollRight 35s linear infinite}.hp-tech-track-reverse{animation:hpScrollLeft 35s linear infinite}.hp-tech-pill{display:flex;align-items:center;gap:8px;padding:10px 24px;border:1px solid var(--border);border-radius:var(--pill);font-size:14px;font-weight:600;color:var(--text-body);white-space:nowrap;transition:all .3s}.hp-tech-pill:hover{border-color:var(--red);color:var(--red)}.hp-tech-pill i{font-size:20px}.hp-work{background:var(--text);padding-bottom:80px}.hp-work-row{display:grid;grid-template-columns:1fr 1fr;min-height:340px}.hp-work-row-reverse{direction:rtl}.hp-work-row-reverse>*{direction:ltr}.hp-work-text{padding:60px 80px;display:flex;flex-direction:column;justify-content:center;color:#fff}.hp-work-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--red);margin-bottom:8px;display:block}.hp-work-text h3{color:#fff;font-size:38px}.hp-work-text p{color:rgba(255,255,255,.65)}.hp-work-stat{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.hp-work-stat-num{font-size:36px;font-weight:900;color:var(--red);margin-right:8px}.hp-work-stat{font-size:15px;color:rgba(255,255,255,.7);font-weight:600}.hp-work-visual{overflow:hidden}.hp-work-visual img{width:100%;height:100%;object-fit:cover;display:block}.hp-testimonials{background:var(--bg-alt)}.hp-testimonial-featured{max-width:800px;margin:0 auto 56px;text-align:center}.hp-testimonial-stars{color:#f59e0b;font-size:20px;margin-bottom:20px;display:flex;justify-content:center;gap:4px}.hp-testimonial-featured blockquote{font-size:24px;font-weight:500;font-style:italic;line-height:1.6;color:var(--text);margin-bottom:24px}.hp-testimonial-author{margin-top:16px}.hp-testimonial-author strong{display:block;font-size:16px;color:var(--text)}.hp-testimonial-author span{font-size:13px;color:var(--text-light)}.hp-testimonial-pair{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1000px;margin:0 auto}.hp-testimonial-item{padding:32px;border-left:3px solid var(--red);background:#fff;border-radius:0 var(--radius) var(--radius)0}.hp-testimonial-item blockquote{font-size:16px;line-height:1.7;color:var(--text-body);margin-bottom:20px;font-style:italic}.hp-faq{padding:80px 0}.hp-faq-split{display:grid;grid-template-columns:1fr 1.5fr;gap:64px;align-items:start}.hp-svc-left h2,.hp-work-text h3{margin-bottom:16px}.hp-faq-a p,.hp-faq-left>p,.hp-work-text p{font-size:16px;line-height:1.7}.hp-faq-item{border-bottom:1px solid var(--border)}.hp-faq-q{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 0;font-family:inherit;font-size:16px;font-weight:700;color:var(--text);background:0 0;border:0;cursor:pointer;text-align:left;gap:16px}.hp-faq-q::after{content:"+";font-size:24px;color:var(--red);transition:transform .3s;flex-shrink:0}.hp-faq-item.open .hp-faq-q::after,.hp-faq-right .hp-faq-item.open .hp-faq-q i{transform:rotate(45deg)}.hp-faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.hp-faq-item.open .hp-faq-a{max-height:300px;padding-bottom:20px}.hp-faq-a p{font-size:15px;color:var(--text-body)}.hp-infra{padding:80px 0;background:#0a0a0f;color:#fff;position:relative;overflow:hidden}.hp-infra::before{content:"";position:absolute;top:50%;left:50%;width:600px;height:600px;background:radial-gradient(circle,rgba(220,38,38,.08)0,transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.hp-infra-specs{max-width:700px;margin:0 auto}.hp-infra-row{display:flex;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);align-items:baseline}.hp-infra-row:last-child,.hp-insight-row:last-child{border-bottom:none}.hp-infra-label,.hp-infra-value{font-family:"Courier New",monospace}.hp-infra-label{width:140px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--red);flex-shrink:0}.hp-infra-value{font-size:15px;color:rgba(255,255,255,.8)}.hp-insights{padding:80px 0}.hp-insights-list{max-width:900px;margin:0 auto}.hp-insight-row{display:grid;grid-template-columns:120px 1fr;gap:32px;padding:28px 0;border-bottom:1px solid var(--border);align-items:start;text-decoration:none;color:inherit;transition:all .2s}.hp-insight-row:hover .hp-insight-title,.hp-svc-item:hover strong{color:var(--red)}.hp-insight-date{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--red);padding-top:4px}.hp-insight-title{font-size:20px;font-weight:800;color:var(--text);margin-bottom:8px;transition:color .2s}.hp-insight-excerpt{font-size:15px;color:var(--text-body);line-height:1.7}.hp-services-preview{padding:80px 0}.hp-svc-split{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}.hp-svc-left{position:sticky;top:100px}.hp-svc-left>p{font-size:17px;line-height:1.7;margin-bottom:28px}.hp-svc-item{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:1px solid var(--border);text-decoration:none;color:inherit;transition:all .2s}.hp-svc-item:first-child{padding-top:0}.hp-svc-checks li:last-child,.hp-svc-item:last-child{border-bottom:none}.hp-svc-item:hover{padding-left:12px}.hp-svc-item strong{display:block;font-size:18px;color:var(--text);margin-bottom:4px;transition:color .2s}.hp-svc-item p{font-size:14px;color:var(--text-body)}.hp-svc-item>i{color:var(--red);font-size:14px;flex-shrink:0}.cta-banner h2{font-size:42px}@media (max-width:1024px){.hero h1{font-size:48px}.hp-services{flex-direction:column;min-height:auto}.hp-services-tabs{width:100%;flex-direction:row;overflow-x:auto;padding:0;border-right:none;border-bottom:1px solid var(--border)}.hp-services-tab{border-left:none;border-bottom:3px solid transparent;padding:16px 24px;white-space:nowrap;font-size:14px}.hp-services-tab.active{border-left:none;border-bottom-color:var(--red)}.hp-services-stage{padding:40px 24px}.hp-services-panel.active{grid-template-columns:1fr;gap:32px}.hp-numbers-row{flex-wrap:wrap;gap:20px;justify-content:center}.hp-number-divider{display:none}.hp-number-item{padding:12px 24px}.hp-difference{grid-template-columns:1fr;min-height:auto}.hp-difference-left,.hp-difference-right{padding:60px 40px}.hp-work-row{grid-template-columns:1fr}.hp-work-row-reverse{direction:ltr}.hp-work-text{padding:40px}.hp-work-visual{height:280px}.hp-faq-split,.hp-testimonial-pair{grid-template-columns:1fr}.hp-faq-split{gap:40px}.hp-faq-left{position:static}.hp-insight-row,.hp-svc-split{grid-template-columns:1fr;gap:8px}.hp-svc-split{gap:40px}.cta-banner h2{font-size:38px}}@media (max-width:768px){.hero h1{font-size:36px}.hero-desc{font-size:18px}.hero-marquee{display:none}.hero-scroll{bottom:24px}.hero-trust{font-size:13px}.hp-trust{padding:20px 12px}.hp-trust-row{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px}.hp-services-tab i,.hp-trust-divider{display:none}.hp-trust-item{padding:8px 12px;font-size:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;white-space:normal;flex:0 0 calc(50% - 4px);justify-content:center;box-sizing:border-box;min-width:0}.hp-trust-item svg.hp-trust-icon{width:22px;height:22px}.hp-services-tab{padding:12px 16px;font-size:13px}.hp-services-stage{padding:32px 20px}.hp-services-text h2{font-size:28px}.hp-number-val{font-size:36px}.hp-number-item{padding:8px 16px}.hp-difference-left,.hp-difference-right{padding:48px 24px}.hp-difference-left h2{font-size:30px}.hp-work-text{padding:32px 24px}.cta-banner h2,.hp-work-text h3{font-size:26px}.hp-work-stat-num{font-size:28px}.hp-testimonial-featured blockquote{font-size:20px}.hp-infra-row{flex-direction:column;gap:4px}.hp-infra-label{width:auto}.hp-insight-title{font-size:18px}.hp-svc-split,.included-split{grid-template-columns:1fr;gap:32px}.hp-svc-left{position:static}.hp-svc-item strong{font-size:16px}.included-split{gap:40px}}.hp-tech{background:#fff;padding:100px 0}.section-header-center{text-align:center;margin-bottom:60px}.section-desc{color:#555;max-width:560px;margin:12px auto 0}.hp-tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hp-tech-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:32px;transition:all .3s;box-shadow:0 2px 12px rgba(0,0,0,.06)}.hp-tech-card:hover{background:#fff;border-color:#ddd;transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.hp-tech-icon{font-size:28px;color:var(--red);margin-right:12px;flex-shrink:0}.hp-tech-icon svg.hp-tech-svg{width:56px;height:56px;color:var(--red)}.hp-tech-card .hp-tech-header{display:flex;align-items:center;margin-bottom:12px}.hp-tech-card strong{color:var(--text);font-size:24px}.hp-tech-card p{color:#555;font-size:14px;line-height:1.6;margin:0}@media (max-width:1024px){.hp-tech-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hp-tech-grid{grid-template-columns:1fr}.hp-tech-card{padding:24px}}.hp-testimonials{padding:100px 0;overflow:hidden;background:#f9f9f9}.hp-testi-track-wrap{overflow:hidden;width:100%}.hp-testi-track{display:flex;gap:24px;animation:testi-scroll 40s linear infinite;width:max-content}.hp-testi-track:hover{animation-play-state:paused}.hp-testi-card{background:#fff;border-radius:16px;padding:36px;min-width:380px;max-width:380px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #eee;flex-shrink:0}.hp-testi-stars{color:#f59e0b;font-size:16px;margin-bottom:16px;letter-spacing:2px}.hp-testi-card p{color:#444;font-size:15px;line-height:1.7;margin:0 0 20px;font-style:italic}.hp-testi-author{border-top:1px solid #eee;padding-top:16px}.hp-testi-author strong{display:block;color:var(--text);font-size:15px}.hp-testi-author span{color:#666;font-size:13px}@media (max-width:768px){.hp-testi-card{min-width:300px;max-width:300px;padding:28px}.hp-testimonials{padding:60px 0}}.hp-svc-checks{list-style:none;padding:0;margin:32px 0 0}.hp-svc-checks li{display:flex;align-items:center;gap:12px;padding:10px 0;color:#555;font-size:15px;border-bottom:1px solid #f0f0f0}.hp-svc-checks i,.wk-inc-item i{color:var(--red);font-size:14px;flex-shrink:0}.hp-process{padding:100px 0;background:#fff}.hp-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.hp-process-step{padding:32px;border-radius:16px;background:#f8f8f8;border:1px solid #eee}.hp-process-num{font-family:Space Grotesk,Inter,sans-serif;font-size:40px;font-weight:700;color:var(--red);margin-bottom:16px;line-height:1}.hp-process-step h3{font-size:18px;margin-bottom:10px;color:var(--text)}.hp-process-step p{font-size:14px;line-height:1.7;color:#555;margin:0}@media (max-width:1024px){.hp-process-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hp-process-grid{grid-template-columns:1fr}.hp-process{padding:60px 0}}.hp-compare{padding:100px 0;background:var(--dark)}.hp-compare .section-tag{color:var(--red)}.hp-compare h2,.hp-compare-us strong{color:#fff}.hp-compare .section-desc{color:rgba(255,255,255,.75)}.hp-compare-table{max-width:900px;margin:0 auto}.hp-compare-header,.hp-compare-row{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:0}.hp-compare-header{margin-bottom:8px}.hp-compare-header .hp-compare-feature{padding:16px 20px}.hp-compare-header .hp-compare-col{padding:16px 20px;text-align:center;font-weight:700;font-size:16px;border-radius:12px 12px 0 0}.hp-compare-header .hp-compare-wp{color:rgba(255,255,255,.75);font-size:18px}.hp-compare-header .hp-compare-us{color:#f87171;font-size:18px}.hp-compare-row{border-bottom:1px solid rgba(255,255,255,.08)}.hp-compare-row:last-child,.hp-fleet-specs li:last-child,.sidebar-checklist li:last-child,.wk-checklist-card li:last-child{border-bottom:none}.hp-compare-feature{padding:18px 20px;color:#fff;font-size:16px;font-weight:600}.hp-compare-col{padding:18px 20px;text-align:center;font-size:16px}.hp-compare-wp{color:rgba(255,255,255,.75)}.hp-compare-us{color:#fff;background:rgba(220,38,38,.1)}@media (max-width:768px){.hp-compare-header,.hp-compare-row{grid-template-columns:1.2fr 1fr 1fr}.hp-compare-col,.hp-compare-feature{padding:14px 12px;font-size:13px}.hp-compare{padding:60px 0}}@media (max-width:480px){.hp-compare-header,.hp-compare-row{grid-template-columns:1fr .8fr .8fr}.hp-compare-col,.hp-compare-feature{padding:12px 8px;font-size:12px}}.hp-faq-section{padding:100px 0;background:#fff}.hp-faq-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:64px;align-items:start}.hp-faq-left{position:sticky;top:100px}.hp-faq-left h2{margin-bottom:16px}.hp-faq-left p,.hp-faq-right .hp-faq-a p{color:#555;font-size:17px;line-height:1.7}.hp-faq-left a{color:var(--red);font-weight:600}.hp-faq-left a.btn-red{color:#fff!important}.hp-faq-right .hp-faq-item{border-bottom:1px solid #eee}.hp-faq-right .hp-faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 0;background:0 0;border:0;font-size:22px;font-weight:600;color:var(--text);cursor:pointer;text-align:left;font-family:inherit}.hp-faq-right .hp-faq-q i{color:var(--red);font-size:14px;transition:transform .3s}.hp-faq-right .hp-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.hp-faq-right .hp-faq-item.open .hp-faq-a{max-height:200px}.hp-faq-right .hp-faq-a p{padding:0 0 24px;margin:0}@media (max-width:1024px){.hp-faq-layout{grid-template-columns:1fr;gap:40px}.hp-faq-left{position:static}}@media (max-width:600px){.hp-faq-section{padding:60px 0}}.wk-overview{padding:80px 0;background:#fff}.wk-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.wk-ov-card{display:block;background:#fff;border:1px solid #eee;border-radius:16px;padding:36px;text-decoration:none;transition:all .3s;box-shadow:0 2px 12px rgba(0,0,0,.04);position:relative}.wk-ov-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.1);border-color:var(--red)}.wk-ov-icon{font-size:28px;color:var(--red);margin-right:14px;flex-shrink:0}.wk-ov-header{display:flex;align-items:center;margin-bottom:12px}.wk-ov-card h3{font-size:20px;color:var(--text);margin:0}.wk-ov-card p{font-size:15px;color:#555;line-height:1.6;margin:0}.wk-ov-arrow{position:absolute;bottom:20px;right:24px;color:var(--red);font-size:14px;opacity:0;transition:opacity .3s}.wk-ov-card:hover .wk-ov-arrow{opacity:1}.wk-section{padding:100px 0}.wk-section-dark{background:var(--dark)}.wk-section-dark .wk-feat strong,.wk-section-dark h2,.wk-section-dark h3,.wk-section-dark h4{color:#fff}.wk-section-dark p{color:rgba(255,255,255,.7)}.wk-section-alt{background:#f8f8f8}.wk-section-header{text-align:center;max-width:700px;margin:0 auto 60px}.wk-section-header h2{margin-bottom:16px}.wk-section-header p,.wk-type-card p{font-size:18px;color:#555;line-height:1.7}.wk-section-dark .wk-feat p,.wk-section-dark .wk-section-header p{color:rgba(255,255,255,.6)}.wk-types-grid{display:grid;gap:24px}.wk-types-grid,.wk-types-grid-3{grid-template-columns:repeat(3,1fr)}.wk-types-grid-2{grid-template-columns:repeat(2,1fr)}.wk-type-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:36px;box-shadow:0 2px 12px rgba(0,0,0,.04);transition:all .3s}.wk-type-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.08)}.wk-type-icon{font-size:24px;color:var(--red);margin-right:12px;flex-shrink:0}.wk-type-header{display:flex;align-items:center;margin-bottom:12px}.wk-type-card h4{font-size:18px;margin:0;color:var(--text)}.wk-type-card p{font-size:15px;margin:0 0 16px}.wk-section-alt .wk-type-card{background:#fff}.wk-features{list-style:none;margin:0;border-top:1px solid #f0f0f0;padding:16px 0 0}.wk-features li{font-size:14px;color:#555;position:relative;padding:6px 0 6px 20px}.wk-features li::before{content:"+";position:absolute;left:0;color:var(--red);font-weight:700}.wk-included{margin-top:60px;background:#f8f8f8;border-radius:20px;padding:48px}.wk-included h3{text-align:center;margin-bottom:32px;font-size:22px}.wk-included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.wk-checklist-card li,.wk-inc-item{display:flex;align-items:center;gap:10px;font-size:15px;color:#444;padding:8px 0}.wk-split{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:start}.wk-feature-list{display:flex;flex-direction:column;gap:28px}.wk-feat{display:flex;gap:20px;align-items:flex-start}.wk-feat-icon{width:48px;height:48px;border-radius:12px;background:rgba(220,38,38,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;color:var(--red)}.wk-section-dark .wk-feat-icon{background:rgba(220,38,38,.15)}.wk-feat strong{display:block;font-size:17px;color:var(--text);margin-bottom:4px}.wk-feat p{font-size:14px;color:#555;line-height:1.6;margin:0}.wk-stat-stack{display:grid;grid-template-columns:1fr 1fr;gap:20px}.wk-stat-box{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px 24px;text-align:center}.wk-num-item span,.wk-stat-num{display:block;font-family:"Space Grotesk",sans-serif;font-size:36px;font-weight:700;color:var(--red);margin-bottom:8px}.wk-stat-label{font-size:14px;color:rgba(255,255,255,.6)}.wk-checklist-card{background:#f8f8f8;border-radius:20px;padding:36px}.wk-checklist-card h4{font-size:18px;margin-bottom:20px;color:var(--text)}.wk-checklist-card h4 i{color:var(--red);margin-right:8px}.wk-checklist-card ul{list-style:none;padding:0;margin:0}.wk-checklist-card li{gap:12px;padding:10px 0;border-bottom:1px solid #eee}.wk-checklist-card li i{color:var(--red);font-size:13px}.wk-infra-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.wk-infra-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px 24px;transition:all .3s}.wk-infra-card:hover{background:rgba(255,255,255,.08);transform:translateY(-4px)}.wk-infra-card i.wk-infra-icon{font-size:24px;color:var(--red);margin-right:12px}.wk-infra-header{display:flex;align-items:center;margin-bottom:10px}.wk-infra-card h4{font-size:16px;margin:0}.wk-infra-card p{font-size:13px;color:rgba(255,255,255,.5);line-height:1.6;margin:0}.wk-server-specs{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:36px;text-align:center}.wk-server-specs h3{margin-bottom:24px;font-size:18px}.wk-specs-row{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.wk-spec{display:flex;flex-direction:column;gap:4px;font-size:15px;color:rgba(255,255,255,.7)}.wk-spec strong,.wk-stack-group h4{font-size:13px;text-transform:uppercase;letter-spacing:1px}.wk-numbers-bar{display:flex;justify-content:center;gap:48px;margin-top:60px;padding:40px;background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.wk-num-item{text-align:center;font-size:16px;color:#555}.wk-num-item span{font-size:40px;line-height:1;margin-bottom:4px}.wk-stack-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.wk-stack-group{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px}.wk-stack-group h4{font-size:14px;letter-spacing:1.5px;color:var(--red);margin-bottom:20px}.wk-stack-items{display:flex;flex-wrap:wrap;gap:10px}.hp-fleet-specs li,.wk-stack-items span{display:flex;align-items:center;font-size:14px}.wk-stack-items span{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:8px 16px;border-radius:8px;color:rgba(255,255,255,.8);gap:8px}.wk-spec strong,.wk-stack-items span i{color:var(--red)}.wk-process-row{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.wk-process-step{padding:32px;border-radius:16px;background:#f8f8f8;border:1px solid #eee}.wk-process-num{font-family:"Space Grotesk",sans-serif;font-size:40px;font-weight:700;color:var(--red);margin-bottom:16px;line-height:1}.wk-process-step h4{font-size:18px;margin-bottom:10px;color:var(--text)}.wk-process-step p{font-size:14px;line-height:1.7;color:#555;margin:0}@media (max-width:1024px){.wk-infra-grid,.wk-overview-grid,.wk-types-grid,.wk-types-grid-3{grid-template-columns:repeat(2,1fr)}.wk-split{grid-template-columns:1fr;gap:40px}.wk-included-grid{grid-template-columns:repeat(3,1fr)}.wk-process-row,.wk-stack-grid{grid-template-columns:repeat(2,1fr)}.wk-numbers-bar{gap:32px;flex-wrap:wrap}.wk-specs-row{gap:32px}}@media (max-width:768px){.wk-infra-grid,.wk-overview-grid,.wk-types-grid,.wk-types-grid-2,.wk-types-grid-3{grid-template-columns:1fr}.wk-included-grid{grid-template-columns:repeat(2,1fr)}.wk-stat-stack{grid-template-columns:1fr 1fr}.wk-process-row,.wk-stack-grid{grid-template-columns:1fr}.wk-numbers-bar{flex-direction:column;gap:24px;align-items:center}.wk-section{padding:60px 0}.wk-overview{padding:40px 0}.wk-included{padding:32px 24px}.wk-num-item span{font-size:32px}}@media (max-width:480px){.wk-included-grid,.wk-stat-stack{grid-template-columns:1fr}}.hp-fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.hp-fleet-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px 28px;text-align:left;transition:all .3s;position:relative}.hp-fleet-card:hover{background:rgba(255,255,255,.07);transform:translateY(-4px);border-color:rgba(220,38,38,.3)}.hp-fleet-badge{display:inline-block;background:rgba(220,38,38,.15);color:var(--red);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:6px 14px;border-radius:20px;margin-bottom:16px}.hp-fleet-name{font-family:"Space Grotesk",sans-serif;font-size:28px;font-weight:700;color:#fff;margin-bottom:4px}.hp-fleet-location{font-size:13px;color:rgba(255,255,255,.4);margin-bottom:20px}.hp-fleet-location i{color:var(--red);margin-right:6px;font-size:12px}.hp-fleet-specs{list-style:none;padding:0;margin:0 0 20px}.hp-fleet-specs li{justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.hp-fleet-label{color:var(--red);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:1px;min-width:70px}.hp-fleet-val{color:rgba(255,255,255,.7)}.hp-fleet-status{font-size:13px;color:rgba(255,255,255,.5);padding-top:4px}.hp-fleet-status i{color:#22c55e;font-size:8px;margin-right:8px;animation:pulse-dot 2s ease-in-out infinite}.hp-fleet-shared{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:40px 36px}.hp-fleet-shared-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hp-fleet-shared-item{display:flex;align-items:flex-start;gap:16px;text-align:left}.hp-fleet-shared-item i{font-size:22px;color:var(--red);flex-shrink:0;margin-top:2px}.hp-fleet-shared-item strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}.hp-fleet-shared-item span{font-size:13px;color:rgba(255,255,255,.45);line-height:1.5}@media (max-width:1024px){.hp-fleet-grid,.hp-fleet-shared-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.hp-fleet-grid,.hp-fleet-shared-grid{grid-template-columns:1fr}.hp-fleet-shared{padding:28px 20px}}.faq-nav-section{padding:20px 0 0;margin-bottom:48px}.faq-nav{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.faq-nav-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:9999px;border:1px solid #ddd;background:#fff;font-family:inherit;font-size:14px;font-weight:600;color:#555;cursor:pointer;transition:all .3s}.faq-nav-btn:hover{border-color:var(--red);color:var(--red)}.faq-nav-btn.active{background:var(--red);color:#fff;border-color:var(--red)}.faq-nav-btn.active i{color:#fff}.faq-nav-btn i{font-size:13px;color:var(--red)}.faq-category-header{display:flex;align-items:center;gap:14px;margin:48px 0 16px;padding-bottom:16px;border-bottom:2px solid var(--red)}.faq-category-header:first-child{margin-top:0}.faq-category-header i{font-size:22px;color:var(--red)}.faq-category-header h2{font-size:24px;color:var(--text);margin:0}.faq-page-section{padding:40px 0 80px}.faq-page-list{max-width:860px;margin:0 auto}.faq-page-list .hp-faq-q{font-size:18px;padding:22px 0}.faq-page-list .hp-faq-a p{font-size:16px;line-height:1.8;color:#444}.faq-page-list .hp-faq-a strong{color:var(--text)}.faq-page-list .hp-faq-item.open .hp-faq-a{max-height:800px;padding-bottom:24px}.faq-stats-section{padding:60px 0;background:#f8f8f8}.faq-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:900px;margin:0 auto;text-align:center}.faq-stat{padding:24px}.faq-stat-num{display:block;font-family:"Space Grotesk",sans-serif;font-size:42px;font-weight:700;color:var(--red);line-height:1;margin-bottom:8px}.faq-stat-label{font-size:14px;color:#555;font-weight:500}@media (max-width:768px){.faq-nav{gap:6px}.faq-nav-btn{padding:8px 14px;font-size:13px}.faq-category-header h2{font-size:20px}.faq-page-list .hp-faq-q{font-size:16px}.faq-stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.faq-stat-num{font-size:32px}}@media (max-width:480px){.faq-nav-btn span{display:none}.faq-stats-grid{grid-template-columns:1fr 1fr}}.sidebar-checklist{list-style:none;padding:0;margin:16px 0 20px}.sidebar-checklist li{padding:8px 0 8px 24px;position:relative;font-size:15px;color:#444;line-height:1.5;border-bottom:1px solid rgba(220,38,38,.08)}.sidebar-checklist li::before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:700}.sidebar-note{font-size:14px;font-weight:700;color:var(--red);margin:0}.sidebar-testimonial{background:#fff!important;border:1px solid #eee}.sidebar-testimonial p{font-size:15px;color:#444;line-height:1.7;font-style:italic;margin:0 0 16px}.sidebar-testi-author{border-top:1px solid #eee;padding-top:12px}.sidebar-testi-author strong{display:block;font-size:15px;color:var(--text)}.sidebar-testi-author span{font-size:13px;color:#666}.sidebar-contact-info h4,.sidebar-email{margin-bottom:12px}.sidebar-email{display:block;font-size:18px;font-weight:700;color:var(--red)}.sidebar-email:hover{text-decoration:underline}.sidebar-response{display:flex;align-items:center;gap:8px;font-size:13px;color:#555}.sidebar-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite;flex-shrink:0}.wz-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:768px){.wz-options-grid{grid-template-columns:1fr}}.skip-link{position:absolute;top:-100%;left:16px;z-index:9999;padding:12px 24px;background:var(--red);color:#fff;font-weight:600;font-size:14px;border-radius:0 0 8px 8px;text-decoration:none;transition:top .2s}.skip-link:focus{top:0}@media print{.btn,.cta-banner,.faq-nav-section,.footer,.footer-social,.header,.mobile-toggle,.sidebar-card,.skip-link{display:none!important}a,body{color:#000}body{font-size:12pt;background:#fff}.page-hero{padding:40px 0 20px;background:#fff!important}.page-hero::after,.page-hero::before{display:none}.page-hero h1{font-size:24pt}.page-hero h1,.page-hero p{text-shadow:none}.container{max-width:100%;padding:0}a{text-decoration:underline}a[href^=http]::after{content:" ("attr(href)")";font-size:9pt;color:#555}.hp-faq-a{display:block!important;max-height:none!important}section{page-break-inside:avoid}}