.v2home{--bg:#f7faf8;--bg-card:#fff;--bg-cream:#f5f3ef;--bg-white:#fff;--accent:#10b981;--accent-glow:#10b9812e;--accent-dim:#10b9811a;--text:#0a1f13;--text-dim:#0a1f13a6;--text-muted:#0a1f136b;--text-dark:#111;--text-dark-dim:#1111118c;--text-dark-muted:#11111159;--border:#0a1f131a;--ink-rgb:10,31,19;--border-light:#00000017;--heading-font:"Lexend", sans-serif;--script-font:"Caveat", cursive;--body-font:"DM Sans", sans-serif}.v2home *,.v2home :before,.v2home :after{box-sizing:border-box;margin:0;padding:0}.v2home{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-family:var(--body-font);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}.v2home a{color:inherit;text-decoration:none}.v2home img{max-width:100%;display:block}.v2home button{cursor:pointer;background:0 0;border:none;font-family:inherit}.v2home ul{list-style:none}.v2home ::selection{background:var(--accent);color:var(--text)}.v2home .scroll-progress{background:var(--accent);z-index:9999;height:2px;transition:width .1s linear;position:fixed;top:0;left:0}.v2home .reveal{opacity:0;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translateY(32px)}.v2home .reveal.visible{opacity:1;transform:none}.v2home .reveal-left{opacity:0;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translate(-32px)}.v2home .reveal-left.visible{opacity:1;transform:none}.v2home .reveal-right{opacity:0;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translate(32px)}.v2home .reveal-right.visible{opacity:1;transform:none}.v2home .reveal-delay-1{transition-delay:.1s}.v2home .reveal-delay-2{transition-delay:.2s}.v2home .reveal-delay-3{transition-delay:.3s}.v2home .reveal-delay-4{transition-delay:.4s}.v2home .reveal-delay-5{transition-delay:.5s}.v2home .btn-primary{color:var(--text-dark);font-family:var(--body-font);white-space:nowrap;background:#fff;border-radius:6px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;transition:opacity .2s,transform .2s;display:inline-flex}.v2home .btn-primary:hover{opacity:.88;transform:translateY(-1px)}.v2home .btn-ghost{color:var(--text);font-family:var(--body-font);border:1px solid rgba(var(--ink-rgb),.28);white-space:nowrap;background:0 0;border-radius:6px;align-items:center;gap:8px;padding:11px 23px;font-size:14px;font-weight:600;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.v2home .btn-ghost:hover{border-color:rgba(var(--ink-rgb),.65);background:rgba(var(--ink-rgb),.05);transform:translateY(-1px)}.v2home .btn-dark{background:var(--bg-card);color:var(--text);font-family:var(--body-font);border:1px solid rgba(var(--ink-rgb),.1);white-space:nowrap;border-radius:6px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;transition:opacity .2s,transform .2s;display:inline-flex}.v2home .btn-dark:hover{opacity:.8;transform:translateY(-1px)}.v2home .btn-cream{color:#111;font-family:var(--body-font);white-space:nowrap;letter-spacing:.01em;background:0 0;border:1.5px solid #111;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.v2home .btn-cream:hover{background:#0000000f;transform:translateY(-1px)}.v2home .nav{z-index:1000;padding:20px 0;transition:background .4s,padding .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.v2home .nav.scrolled{-webkit-backdrop-filter:blur(24px);box-shadow:0 1px 0 var(--border);background:#03100aeb;padding:14px 0}.v2home .nav-inner{justify-content:space-between;align-items:center;gap:32px;max-width:1280px;margin:0 auto;padding:0 48px;display:flex}.v2home .nav-logo{font-family:var(--heading-font);letter-spacing:-.02em;color:var(--text);white-space:nowrap;font-size:20px;font-weight:700}.v2home .nav-logo span{opacity:.5;font-style:italic;font-weight:400}.v2home .nav-links{align-items:center;gap:32px;display:flex}.v2home .nav-links a{color:var(--text-dim);letter-spacing:.01em;font-size:14px;font-weight:500;transition:color .2s}.v2home .nav-links a:hover{color:var(--text)}.v2home .nav-right{align-items:center;gap:12px;display:flex}.v2home .nav-hamburger{flex-direction:column;gap:5px;padding:4px;display:none}.v2home .nav-hamburger span{background:#fff;border-radius:2px;width:22px;height:1.5px;transition:all .3s;display:block}.v2home .nav-hamburger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.v2home .nav-hamburger.open span:nth-child(2){opacity:0}.v2home .nav-hamburger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.v2home .mobile-menu{background:var(--bg);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:40px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translate(100%)}.v2home .mobile-menu.open{transform:translate(0)}.v2home .mobile-menu a{font-family:var(--heading-font);color:var(--text);letter-spacing:-.02em;font-size:40px;font-weight:700}.v2home .mobile-menu a:hover{opacity:.6}.v2home .hero{background:var(--bg);grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;padding:100px 0 0;display:grid;position:relative;overflow:hidden}.v2home .hero-blob-1{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#10b98138 0%,#0550321f 40%,#0000 70%);border-radius:50%;width:700px;height:700px;animation:10s ease-in-out infinite v2-blob1;position:absolute;top:-15%;right:-5%}.v2home .hero-blob-2{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#0478572e 0%,#0000 65%);border-radius:50%;width:500px;height:500px;animation:13s ease-in-out infinite v2-blob2;position:absolute;bottom:0%;right:20%}.v2home .hero-blob-3{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#10b9811a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:8s ease-in-out infinite v2-blob3;position:absolute;top:40%;right:45%}@keyframes v2-blob1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-40px,30px)scale(1.06)}66%{transform:translate(20px,-20px)scale(.94)}}@keyframes v2-blob2{0%,to{transform:translate(0)scale(1)}40%{transform:translate(30px,-40px)scale(1.08)}70%{transform:translate(-20px,20px)scale(.96)}}@keyframes v2-blob3{0%,to{transform:translate(0)}50%{transform:translate(20px,-30px)}}.v2home .hero:before{content:"";background-image:radial-gradient(rgba(var(--ink-rgb),.035) 1px,transparent 1px);pointer-events:none;z-index:0;background-size:36px 36px;position:absolute;inset:0}.v2home .hero-left{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 0 80px 48px;position:relative}.v2home .hero-right{z-index:1;justify-content:flex-start;align-items:center;height:100%;padding:0 0 80px;display:flex;position:relative}.v2home .hero-badge{border:1px solid rgba(var(--ink-rgb),.15);color:rgba(var(--ink-rgb),.65);letter-spacing:.12em;text-transform:uppercase;border-radius:4px;align-items:center;gap:8px;margin-bottom:40px;padding:7px 14px;font-size:11px;font-weight:600;display:inline-flex}.v2home .hero-badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite v2-pulse-dot}@keyframes v2-pulse-dot{0%,to{opacity:1}50%{opacity:.25}}.v2home .hero-heading-block{margin-bottom:40px}.v2home .hero-line{font-family:var(--heading-font);letter-spacing:-.03em;text-transform:uppercase;color:var(--text);font-size:clamp(48px,8vw,110px);font-weight:900;line-height:.9;display:block}.v2home .hero-line-outline{font-family:var(--heading-font);letter-spacing:-.03em;text-transform:uppercase;-webkit-text-stroke:1.5px rgba(var(--ink-rgb),.4);color:#0000;font-size:clamp(48px,8vw,110px);font-weight:900;line-height:.9;display:block}.v2home .hero-sub{letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);margin-bottom:36px;font-size:12px;font-weight:600}.v2home .hero-sub span{opacity:.4;margin:0 10px}.v2home .hero-cta-row{align-items:center;gap:14px;display:flex}.v2home .hero-mockup-wrap{width:100%;max-width:540px;position:relative}.v2home .hero-mockup-stack{aspect-ratio:4/3;width:100%;position:relative}.v2home .hero-mockup-card{border:1px solid rgba(var(--ink-rgb),.08);border-radius:12px;position:absolute;overflow:hidden;box-shadow:0 32px 80px #0009}.v2home .hero-mockup-card-1{z-index:3;width:80%;top:0;right:0}.v2home .hero-mockup-card-2{z-index:2;width:65%;bottom:0;left:0}.v2home .hero-mockup-bar{border-bottom:1px solid rgba(var(--ink-rgb),.06);background:#1a3525;align-items:center;gap:6px;padding:10px 14px;display:flex}.v2home .hero-mockup-dot{border-radius:50%;width:8px;height:8px}.v2home .hero-mockup-dot:first-child{background:#ff5f57}.v2home .hero-mockup-dot:nth-child(2){background:#febc2e}.v2home .hero-mockup-dot:nth-child(3){background:#28c840}.v2home .hero-mockup-url{background:rgba(var(--ink-rgb),.07);border-radius:4px;flex:1;height:14px;margin:0 8px}.v2home .hero-mockup-screen{background:#0d2218;min-height:180px;padding:0;overflow:hidden}.v2home .hero-mockup-screen img{object-fit:cover;width:100%;height:100%;min-height:180px;display:block}.v2home .hero-mockup-hero-band{background:linear-gradient(135deg,#0d2218,#122b1c,#1a3525);border-radius:6px;justify-content:center;align-items:center;height:80px;margin-bottom:10px;display:flex}.v2home .hero-mockup-hero-band span{letter-spacing:.15em;text-transform:uppercase;color:rgba(var(--ink-rgb),.5);font-size:10px;font-weight:700}.v2home .hero-mockup-products{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.v2home .hero-mockup-product{background:linear-gradient(135deg,#122b1c,#1a3525);border-radius:5px;height:50px}.v2home .hero-mockup-nav-bar{background:rgba(var(--ink-rgb),.05);border-radius:3px;width:60%;height:10px;margin-bottom:8px}.v2home .hero-stats-row{border-top:1px solid var(--border);z-index:1;grid-column:1/-1;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.v2home .hero-stat{border-right:1px solid var(--border);padding:28px 0}.v2home .hero-stat:last-child{border-right:none}.v2home .hero-stat-inner{padding:0 0 0 48px}.v2home .hero-stat-num{font-family:var(--heading-font);color:var(--text);letter-spacing:-.02em;margin-bottom:4px;font-size:26px;font-weight:900;line-height:1}.v2home .hero-stat-label{color:var(--text-muted);font-size:12px;font-weight:400}.v2home .marquee-section{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:15px 0;overflow:hidden}.v2home .marquee-track{width:max-content;animation:28s linear infinite v2-marquee-scroll;display:flex}.v2home .marquee-track:hover{animation-play-state:paused}.v2home .marquee-item{white-space:nowrap;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:20px;padding:0 20px;font-size:11px;font-weight:700;display:flex}.v2home .marquee-item:after{content:"—";color:rgba(var(--ink-rgb),.12);font-size:12px}@keyframes v2-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.v2home .join-section{border-bottom:1px solid var(--border);padding:100px 0}.v2home .join-inner{grid-template-columns:1fr auto;align-items:center;gap:80px;max-width:1280px;margin:0 auto;padding:0 48px;display:grid}.v2home .join-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px;font-size:11px;font-weight:700}.v2home .join-headline{font-family:var(--heading-font);letter-spacing:-.025em;color:var(--text);margin-bottom:16px;font-size:clamp(28px,4vw,52px);font-weight:700;line-height:1.06}.v2home .join-headline em{-webkit-text-stroke:1px rgba(var(--ink-rgb),.4);color:#0000;font-style:normal}.v2home .join-sub{color:var(--text-dim);max-width:560px;font-size:16px;line-height:1.65}.v2home .services-section{padding:0}.v2home .services-intro{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:40px;max-width:1280px;margin:0 auto;padding:100px 48px 64px;display:flex}.v2home .services-intro-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px;font-size:11px;font-weight:700}.v2home .services-intro-headline{font-family:var(--heading-font);letter-spacing:-.025em;color:var(--text);max-width:560px;font-size:clamp(26px,3.5vw,44px);font-weight:700;line-height:1.1}.v2home .services-intro-right{color:var(--text-muted);flex-shrink:0;max-width:240px;font-size:14px;line-height:1.65}.v2home .services-carousel-outer{position:relative;overflow:hidden}.v2home .services-carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:20px;padding:60px 48px 80px;display:flex;overflow-x:auto}.v2home .services-carousel-track::-webkit-scrollbar{display:none}.v2home .service-card{background:var(--bg-cream);scroll-snap-align:start;border-radius:16px;flex-direction:column;flex-shrink:0;gap:0;width:min(620px,78vw);padding:48px 44px;display:flex;position:relative}.v2home .service-card-icon{background:#0a1f13;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:absolute;top:40px;right:40px}.v2home .service-card-icon svg{stroke:#fff;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:32px;height:32px}.v2home .service-card-we{font-family:var(--script-font);color:var(--text-dark-dim);margin-bottom:4px;font-size:28px;font-weight:400;line-height:1}.v2home .service-card-name{font-family:var(--heading-font);color:var(--text-dark);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(40px,6vw,72px);font-weight:700;line-height:.9}.v2home .service-card-tagline{color:var(--text-dark);max-width:380px;margin-bottom:12px;font-size:16px;font-weight:600;line-height:1.4}.v2home .service-card-desc{color:var(--text-dark-dim);max-width:400px;margin-bottom:28px;font-size:14px;line-height:1.65}.v2home .service-card-list{grid-template-columns:1fr 1fr;gap:10px 24px;margin-bottom:32px;display:grid}.v2home .service-card-list li{color:var(--text-dark-dim);align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.v2home .service-card-list li svg{width:14px;height:14px;stroke:var(--text-dark);flex-shrink:0}.v2home .service-card-cta{margin-top:auto}.v2home .proof-section{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:80px 0}.v2home .proof-inner{max-width:1280px;margin:0 auto;padding:0 48px}.v2home .proof-partner-badge{align-items:center;gap:16px;margin-bottom:52px;display:inline-flex}.v2home .proof-partner-icon{background:var(--accent);width:44px;height:44px;color:var(--text);font-size:18px;font-weight:900;font-family:var(--heading-font);border-radius:8px;justify-content:center;align-items:center;display:flex}.v2home .proof-partner-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:700}.v2home .proof-partner-name{color:var(--text);letter-spacing:.05em;text-transform:uppercase;font-size:13px;font-weight:700}.v2home .proof-headline{font-family:var(--heading-font);letter-spacing:-.025em;color:var(--text);margin-bottom:48px;font-size:clamp(28px,4vw,52px);font-weight:700;line-height:1.06}.v2home .proof-cards{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.v2home .proof-card{border:1px solid rgba(var(--ink-rgb),.1);border-radius:10px;align-items:center;gap:20px;padding:28px 32px;transition:border-color .2s;display:flex}.v2home .proof-card:hover{border-color:rgba(var(--ink-rgb),.25)}.v2home .proof-card-emoji{flex-shrink:0;font-size:24px}.v2home .proof-card-main{font-family:var(--heading-font);color:var(--text);letter-spacing:-.01em;margin-bottom:4px;font-size:16px;font-weight:700}.v2home .proof-card-sub{color:var(--text-muted);font-size:12px}.v2home .testimonials-section{background:var(--bg);padding:0}.v2home .testimonials-header{border-top:1px solid var(--border);max-width:1280px;margin:0 auto;padding:100px 48px 64px}.v2home .section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px;font-size:11px;font-weight:700}.v2home .section-title{font-family:var(--heading-font);letter-spacing:-.03em;color:var(--text);font-size:clamp(36px,5.5vw,80px);font-weight:700;line-height:1}.v2home .testimonial-item{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1280px;margin:0 auto;padding:0 48px 80px;display:grid}.v2home .testimonial-item+.testimonial-item{padding-top:20px}.v2home .testimonial-logo{font-family:var(--script-font);color:rgba(var(--ink-rgb),.7);margin-bottom:24px;font-size:32px;display:block}.v2home .testimonial-quote-big{font-family:var(--heading-font);color:var(--text);letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(18px,2.2vw,26px);font-weight:700;line-height:1.35}.v2home .testimonial-source{color:var(--text-muted);font-size:13px}.v2home .testimonial-source strong{color:var(--text-dim)}.v2home .testimonial-video-wrap{aspect-ratio:16/9;background:var(--bg-card);border:1px solid rgba(var(--ink-rgb),.08);border-radius:14px;position:relative;overflow:hidden}.v2home .testimonial-video-wrap video{object-fit:cover;z-index:2;width:100%;height:100%;position:absolute;inset:0}.v2home .testimonial-video-bg{object-fit:cover;object-position:center top;width:100%;height:100%;display:block;position:absolute;inset:0}.v2home .testimonial-video-overlay{z-index:1;background:linear-gradient(#0000001a,#0000008c);position:absolute;inset:0}.v2home .testimonial-play{background:rgba(var(--ink-rgb),.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(var(--ink-rgb),.3);cursor:pointer;z-index:3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v2home .testimonial-play:hover{background:rgba(var(--ink-rgb),.28);transform:translate(-50%,-50%)scale(1.08)}.v2home .testimonial-play svg{fill:#fff;width:20px;height:20px;margin-left:3px}.v2home .testimonial-platform{letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--ink-rgb),.6);z-index:3;text-shadow:0 1px 4px #0009;font-size:11px;font-weight:700;position:absolute;bottom:14px;right:14px}.v2home .testimonial-video-name{color:rgba(var(--ink-rgb),.5);text-align:right;z-index:3;text-shadow:0 1px 4px #0009;font-size:11px;position:absolute;bottom:38px;right:14px}.v2home .logos-section{max-width:1280px;margin:0 auto;padding:24px 48px 80px}.v2home .logos-card{background:#fff;border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:56px 60px;display:grid}.v2home .logos-card-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-dark-muted);margin-bottom:16px;font-size:11px;font-weight:700}.v2home .logos-card-title{font-family:var(--heading-font);color:var(--text-dark);letter-spacing:-.02em;font-size:clamp(22px,3vw,38px);font-weight:700;line-height:1.1}.v2home .logos-grid{height:220px;position:relative}.v2home .logo-chip{font-family:var(--heading-font);color:#111;letter-spacing:-.01em;white-space:nowrap;background:#f5f5f5;border:1px solid #00000012;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:700;position:absolute}.v2home .stats-section{background:var(--bg);border-top:1px solid var(--border);padding:100px 0}.v2home .stats-inner{max-width:1280px;margin:0 auto;padding:0 48px}.v2home .stats-header{margin-bottom:64px}.v2home .stats-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px;font-size:11px;font-weight:700}.v2home .stats-title{font-family:var(--heading-font);letter-spacing:-.03em;color:var(--text);font-size:clamp(28px,4.5vw,60px);font-weight:700;line-height:1}.v2home .stats-sub{color:var(--text-dim);margin-top:12px;font-size:15px}.v2home .stats-grid{border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:0;margin-top:60px;display:grid}.v2home .stat-item{border-right:1px solid var(--border);padding:40px 0}.v2home .stat-item:last-child{border-right:none}.v2home .stat-item-inner{padding:0 0 0 40px}.v2home .stat-item:first-child .stat-item-inner{padding-left:0}.v2home .stat-number{font-family:var(--heading-font);color:var(--text);letter-spacing:-.04em;margin-bottom:8px;font-size:clamp(48px,6.5vw,80px);font-weight:900;line-height:1;display:block}.v2home .stat-label{color:var(--text-muted);font-size:13px;font-weight:400}.v2home .portfolio-section{background:var(--bg);border-top:1px solid var(--border);padding:100px 0}.v2home .portfolio-inner{max-width:1280px;margin:0 auto;padding:0 48px}.v2home .portfolio-header{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:60px;display:flex}.v2home .portfolio-watermark{font-family:var(--heading-font);color:rgba(var(--ink-rgb),.03);text-transform:uppercase;letter-spacing:-.04em;-webkit-user-select:none;user-select:none;z-index:0;margin-bottom:-40px;font-size:clamp(80px,14vw,200px);font-weight:900;line-height:1;position:relative}.v2home .portfolio-grid{background:var(--border);z-index:1;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;position:relative}.v2home .portfolio-card{background:var(--bg);border:none;flex-direction:column;gap:12px;padding:36px 32px;transition:background .2s;display:flex}.v2home .portfolio-card:hover{background:var(--bg-card)}.v2home .portfolio-card-thumb{aspect-ratio:16/9;object-fit:cover;opacity:.85;border-radius:6px;width:100%;margin-bottom:4px;transition:opacity .3s;display:block}.v2home .portfolio-card:hover .portfolio-card-thumb{opacity:1}.v2home .portfolio-card-num{letter-spacing:.2em;color:var(--text-muted);text-transform:uppercase;font-size:10px;font-weight:700}.v2home .portfolio-card-logo{font-family:var(--heading-font);color:var(--text);letter-spacing:-.02em;font-size:22px;font-weight:700;line-height:1.1}.v2home .portfolio-card-url{color:var(--text-muted);letter-spacing:.02em;font-size:11px}.v2home .portfolio-card-desc{color:var(--text-dim);flex:1;font-size:13px;line-height:1.6}.v2home .portfolio-tags{flex-wrap:wrap;gap:6px;display:flex}.v2home .portfolio-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);background:rgba(var(--ink-rgb),.04);border:1px solid var(--border);border-radius:4px;padding:4px 10px;font-size:10px;font-weight:600}.v2home .portfolio-card-link{color:rgba(var(--ink-rgb),.35);letter-spacing:.06em;text-transform:uppercase;border-top:1px solid var(--border);align-items:center;gap:6px;padding-top:12px;font-size:11px;font-weight:700;transition:color .2s,gap .2s;display:inline-flex}.v2home .portfolio-card-link:hover{color:var(--text);gap:10px}.v2home .awards-section{background:#fff;border-top:1px solid #00000014;padding:100px 0}.v2home .awards-inner{max-width:1280px;margin:0 auto;padding:0 48px}.v2home .awards-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-dark-muted);margin-bottom:12px;font-size:11px;font-weight:700}.v2home .awards-title{font-family:var(--heading-font);color:#111;letter-spacing:-.02em;margin-bottom:56px;font-size:clamp(24px,3vw,40px);font-weight:700}.v2home .awards-grid{background:#00000014;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.v2home .award-card{background:#fff;padding:40px 36px;transition:background .2s}.v2home .award-card:hover{background:#fafafa}.v2home .award-icon{margin-bottom:18px;font-size:32px}.v2home .award-name{font-family:var(--heading-font);color:#111;letter-spacing:-.01em;margin-bottom:8px;font-size:17px;font-weight:700}.v2home .award-desc{color:var(--text-dark-dim);font-size:13px;line-height:1.65}.v2home .cta-section{background:var(--bg);border-top:1px solid var(--border);padding:140px 0;position:relative;overflow:hidden}.v2home .cta-section:before{content:"";background-image:radial-gradient(rgba(var(--ink-rgb),.025) 1px,transparent 1px);pointer-events:none;background-size:36px 36px;position:absolute;inset:0}.v2home .cta-section:after{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#10b9811f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v2home .cta-inner{z-index:1;grid-template-columns:1fr auto;align-items:center;gap:80px;max-width:1280px;margin:0 auto;padding:0 48px;display:grid;position:relative}.v2home .cta-line1{font-family:var(--heading-font);letter-spacing:-.03em;text-transform:uppercase;color:var(--text);font-size:clamp(40px,6.5vw,88px);font-weight:900;line-height:.92;display:block}.v2home .cta-line2{font-family:var(--heading-font);letter-spacing:-.03em;text-transform:uppercase;-webkit-text-stroke:1.5px rgba(var(--ink-rgb),.38);color:#0000;font-size:clamp(40px,6.5vw,88px);font-weight:900;line-height:.92;display:block}.v2home .cta-sub{color:var(--text-dim);margin-top:20px;font-size:16px}.v2home .cta-actions{flex-direction:column;flex-shrink:0;gap:14px;min-width:240px;display:flex}.v2home .footer{background:var(--bg);border-top:1px solid var(--border)}.v2home .footer-inner{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:64px;max-width:1280px;margin:0 auto;padding:64px 48px;display:grid}.v2home .footer-logo{font-family:var(--heading-font);letter-spacing:-.02em;color:var(--text);margin-bottom:14px;font-size:20px;font-weight:700}.v2home .footer-logo span{opacity:.45;font-style:italic;font-weight:400}.v2home .footer-tagline{color:var(--text-muted);max-width:220px;margin-bottom:24px;font-size:13px;line-height:1.65}.v2home .footer-contact a{color:var(--text-dim);margin-bottom:6px;font-size:13px;transition:color .2s;display:block}.v2home .footer-contact a:hover{color:var(--text)}.v2home .footer-col-title{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px;font-size:11px;font-weight:700}.v2home .footer-links{flex-direction:column;gap:12px;display:flex}.v2home .footer-links a{color:var(--text-dim);font-size:13px;transition:color .2s}.v2home .footer-links a:hover{color:var(--text)}.v2home .footer-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;max-width:1280px;margin:0 auto;padding:20px 48px;display:flex}.v2home .footer-copy{color:var(--text-muted);font-size:12px}.v2home .footer-bottom-links{gap:24px;display:flex}.v2home .footer-bottom-links a{color:var(--text-muted);font-size:12px;transition:color .2s}.v2home .footer-bottom-links a:hover{color:var(--text)}@media (max-width:1024px){.v2home .nav-links{display:none}.v2home .nav-hamburger{display:flex}.v2home .nav-right .btn-primary{display:none}.v2home .nav-inner,.v2home .hero-left,.v2home .services-intro,.v2home .proof-inner,.v2home .testimonials-header,.v2home .testimonial-item,.v2home .logos-section,.v2home .stats-inner,.v2home .portfolio-inner,.v2home .awards-inner,.v2home .cta-inner,.v2home .footer-inner,.v2home .footer-bottom{padding-left:24px;padding-right:24px}.v2home .hero{grid-template-columns:1fr;padding-top:100px}.v2home .hero-right{display:none}.v2home .hero-stats-row{grid-template-columns:repeat(2,1fr)}.v2home .hero-stat:nth-child(2){border-right:none}.v2home .hero-stat:nth-child(3){border-right:1px solid var(--border)}.v2home .hero-stat-inner,.v2home .hero-stat:first-child .hero-stat-inner{padding-left:24px}.v2home .join-inner{grid-template-columns:1fr;gap:32px;padding:0 24px}.v2home .services-intro{flex-direction:column;align-items:flex-start}.v2home .services-carousel-track{padding:40px 24px 60px}.v2home .service-card{width:min(540px,86vw)}.v2home .proof-cards{grid-template-columns:1fr}.v2home .testimonial-item{grid-template-columns:1fr;gap:32px}.v2home .logos-card{grid-template-columns:1fr;gap:40px}.v2home .logos-grid{height:180px}.v2home .stats-grid{grid-template-columns:repeat(2,1fr)}.v2home .stat-item{border-right:none;border-bottom:1px solid var(--border);padding-left:0}.v2home .stat-item:nth-child(odd){border-right:1px solid var(--border)}.v2home .stat-item:nth-child(odd) .stat-item-inner,.v2home .stat-item:nth-child(2n) .stat-item-inner{padding-left:24px}.v2home .stat-item:first-child .stat-item-inner{padding-left:0}.v2home .stat-item:nth-child(n+3){border-bottom:none}.v2home .portfolio-grid{grid-template-columns:repeat(2,1fr)}.v2home .portfolio-header{flex-direction:column;align-items:flex-start;gap:16px}.v2home .awards-grid{grid-template-columns:1fr}.v2home .cta-inner{grid-template-columns:1fr;gap:40px}.v2home .cta-actions{flex-flow:wrap}.v2home .footer-inner{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:640px){.v2home .hero-cta-row{flex-direction:column;align-items:flex-start}.v2home .service-card{width:86vw}.v2home .service-card-list,.v2home .portfolio-grid,.v2home .footer-inner{grid-template-columns:1fr}.v2home .footer-bottom{text-align:center;flex-direction:column}.v2home .cta-actions{flex-direction:column}.v2home .logos-card{padding:32px 24px}}.v2home .hero,.v2home .cta-section,.v2home .footer,.v2home .nav,.v2home .mobile-menu{--bg:#0a1f13;--bg-card:#122b1c;--text:#fff;--text-dim:#fff9;--text-muted:#ffffff52;--border:#ffffff12;--ink-rgb:255,255,255}.v2home .hero,.v2home .cta-section,.v2home .footer,.v2home .mobile-menu,.v2home .hero-stats-row{background:#0a1f13}.v2home .marquee-section{background:var(--bg-card)}
