:root{--red:#d0101a;--red-dark:#b30e16;--red-light:#ff3d47;--red-soft:#ffeaeb;--green:#107642;--green-dark:#0d5f35;--green-light:#16a34a;--green-soft:#dcfce7;--bg:#fff;--bg-dark:#0a0f1c;--bg-dark-2:#111827;--surface:#f8fafc;--surface-dark:#ffffff0d;--text:#0f172a;--text-dark:#e2e8f0;--muted:#64748b;--muted-dark:#94a3b8;--border:#0f172a14;--border-dark:#ffffff14;--gradient-brand:linear-gradient(135deg, var(--red), var(--green));--gradient-hero:linear-gradient(135deg, #fff5f5 0%, #f0fdf4 100%);--gradient-dark:linear-gradient(135deg, #0a0f1c, #1a1f2e);--section-py:clamp(4.5rem, 8vw, 7.5rem);--container-max:1200px;--container-px:clamp(1.2rem, 4vw, 2.5rem);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--ease:cubic-bezier(.4, 0, .2, 1);--transition:.3s var(--ease)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:Outfit,Inter,sans-serif;font-weight:700;line-height:1.15}.container{max-width:var(--container-max);padding-left:var(--container-px);padding-right:var(--container-px);margin:0 auto}.gradient-text{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.mono{letter-spacing:.02em;font-family:JetBrains Mono,Fira Code,monospace;font-size:.88em}.reveal{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(28px)}.reveal.revealed{opacity:1;transform:translateY(0)}.category-grid .reveal:nth-child(2),.b2b-grid .reveal:nth-child(2),.testimonials-grid .reveal:nth-child(2),.steps-grid .reveal:nth-child(2){transition-delay:80ms}.category-grid .reveal:nth-child(3),.b2b-grid .reveal:nth-child(3),.testimonials-grid .reveal:nth-child(3),.steps-grid .reveal:nth-child(3){transition-delay:.16s}.category-grid .reveal:nth-child(4){transition-delay:.24s}.category-grid .reveal:nth-child(5){transition-delay:.32s}.category-grid .reveal:nth-child(6){transition-delay:.4s}.category-grid .reveal:nth-child(7){transition-delay:.48s}.category-grid .reveal:nth-child(8){transition-delay:.56s}.site-header{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--border);transition:all var(--transition);background:#ffffffe0;position:fixed;top:0;left:0;right:0}.site-header.scrolled{background:#fffffff2;box-shadow:0 4px 30px #0000000f}.header-inner{max-width:var(--container-max);padding:.9rem var(--container-px);transition:padding var(--transition);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.scrolled .header-inner{padding-top:.6rem;padding-bottom:.6rem}.brand{align-items:center;gap:.6rem;display:flex}.brand-name{letter-spacing:-.02em;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.brand-speed{color:var(--red)}.brand-bae{color:var(--green)}.logo{object-fit:contain;width:auto;height:40px;transition:height var(--transition)}.scrolled .logo{height:32px}.main-nav{align-items:center;gap:.3rem;display:flex}.main-nav a{border-radius:var(--radius-sm);transition:all var(--transition);color:var(--muted);padding:.5rem .85rem;font-size:.88rem;font-weight:600}.main-nav a:hover{color:var(--red);background:var(--red-soft)}.nav-cta{background:var(--red)!important;color:#fff!important;border-radius:999px!important;padding:.5rem 1.3rem!important}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 14px #d0101a4d;background:var(--red-dark)!important}.mobile-toggle{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.mobile-toggle span{background:var(--text);border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block}.mobile-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{background:var(--gradient-hero);padding-top:5.5rem;position:relative;overflow:hidden}.hero:before{content:"";background:var(--gradient-brand);z-index:1;height:4px;position:absolute;top:0;left:0;right:0}.hero-grid{max-width:var(--container-max);padding:3rem var(--container-px) 0;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;margin:0 auto;display:grid}.hero-badge-row{margin-bottom:1.2rem}.hero-pill{color:var(--green);background:#1076421a;border:1px solid #10764233;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.82rem;font-weight:600;display:inline-flex}.hero h1{color:var(--text);margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4rem);line-height:1.08}.hero-desc{color:var(--muted);max-width:540px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.hero-desc strong{color:var(--text)}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.btn{cursor:pointer;transition:all var(--transition);border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.btn-lg{padding:1rem 2.2rem;font-size:1rem}.btn-primary{background:var(--red);color:#fff;box-shadow:0 4px 20px #d0101a40}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 30px #d0101a59}.btn-ghost{color:var(--text);border:1.5px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--surface);border-color:var(--muted);transform:translateY(-2px)}.btn-full{width:100%}.btn-icon{font-size:1.1rem}.hero-trust{align-items:center;gap:1.5rem;padding-bottom:2rem;display:flex}.hero-trust-item{flex-direction:column;display:flex}.hero-trust-item strong{color:var(--text);font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800}.hero-trust-item span{color:var(--muted);font-size:.78rem;font-weight:500}.hero-trust-divider{background:var(--border);width:1px;height:32px}.hero-visual{justify-content:center;align-items:flex-end;display:flex}.hero-img{object-fit:contain;filter:drop-shadow(0 20px 40px #0000001a);width:100%;max-height:480px}.marquee-bar{background:var(--bg-dark);padding:1rem 0;position:relative;overflow:hidden}.marquee-track{white-space:nowrap;gap:3rem;width:max-content;animation:30s linear infinite marquee;display:flex}.marquee-track span{color:var(--muted-dark);letter-spacing:.02em;font-size:.9rem;font-weight:600}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:var(--section-py) 0}.section-dark{background:var(--bg-dark);color:var(--text-dark)}.section-accent{background:var(--gradient-brand);color:#fff;padding:3.5rem 0}.section-gradient{background:linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%)}.section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.section-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:.8rem;font-size:.8rem;font-weight:700}.section-eyebrow.light{color:var(--red-light)}.section-header h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem)}.section-subtitle{color:var(--muted);font-size:1.05rem;line-height:1.7}.section-dark .section-subtitle{color:var(--muted-dark)}.category-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.category-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition);padding:1.8rem 1.5rem;position:relative;overflow:hidden}.category-card:after{content:"";background:var(--gradient-brand);opacity:0;height:3px;transition:opacity var(--transition);position:absolute;bottom:0;left:0;right:0}.category-card:hover{border-color:var(--red-soft);transform:translateY(-6px);box-shadow:0 20px 50px #00000014}.category-card:hover:after{opacity:1}.cat-icon{background:var(--surface);border-radius:var(--radius-md);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;font-size:2rem;display:flex}.category-card h3{margin-bottom:.5rem;font-size:1.05rem}.category-card p{color:var(--muted);font-size:.88rem;line-height:1.6}.steps-grid{justify-content:center;align-items:center;gap:0;display:flex}.step-card{text-align:center;flex:1;max-width:320px;padding:2.5rem 2rem;position:relative}.step-number{background:var(--gradient-brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;display:inline-flex}.step-visual{margin-bottom:1rem;font-size:2.5rem}.step-card h3{color:#fff;margin-bottom:.6rem;font-size:1.15rem}.step-card p{color:var(--muted-dark);font-size:.9rem;line-height:1.6}.step-connector{color:var(--muted-dark);flex-shrink:0;margin-top:-2rem}.app-preview-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.app-preview-content h2{margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.6rem)}.app-preview-content>p{color:var(--muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.app-features{margin-bottom:2rem;list-style:none}.app-features li{color:var(--text);align-items:center;gap:.8rem;padding:.5rem 0;font-size:.95rem;display:flex}.check{background:var(--green-soft);width:24px;height:24px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:inline-flex}.coming-soon-tag{color:var(--muted);margin-top:.5rem;font-size:.82rem}.app-mockup-img{object-fit:contain;filter:drop-shadow(0 24px 48px #0000001f);width:100%;max-height:520px}.services-showcase{flex-direction:column;gap:3rem;display:flex}.service-showcase-card{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border);transition:all var(--transition);grid-template-columns:.45fr .55fr;align-items:center;gap:3rem;display:grid;overflow:hidden}.service-showcase-card:hover{box-shadow:0 20px 60px #0000000f}.service-showcase-card.reverse{grid-template-columns:.55fr .45fr}.service-showcase-card.reverse .service-showcase-img{order:2}.service-showcase-img{object-fit:cover;width:100%;height:100%;min-height:320px}.service-showcase-content{padding:2.5rem 2.5rem 2.5rem 0}.service-showcase-card.reverse .service-showcase-content{padding:2.5rem 0 2.5rem 2.5rem}.service-showcase-content h3{margin-bottom:1rem;font-size:1.5rem}.service-showcase-content p{color:var(--muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.service-tags{flex-wrap:wrap;gap:.5rem;display:flex}.service-tags span{background:var(--bg);border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:.35rem .8rem;font-size:.78rem;font-weight:600;display:inline-block}.b2b-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.b2b-card{background:var(--surface-dark);border:1px solid var(--border-dark);border-radius:var(--radius-lg);transition:all var(--transition);padding:2rem}.b2b-card:hover{background:#ffffff14;transform:translateY(-4px);box-shadow:0 20px 50px #0003}.b2b-icon{margin-bottom:1.2rem;font-size:2rem}.b2b-card h3{color:#fff;margin-bottom:.75rem;font-size:1.15rem}.b2b-card>p{color:var(--muted-dark);margin-bottom:1.2rem;font-size:.9rem;line-height:1.6}.b2b-card ul{list-style:none}.b2b-card li{color:var(--muted-dark);margin-bottom:.4rem;padding-left:1.2rem;font-size:.85rem;position:relative}.b2b-card li:before{content:"";background:var(--green-light);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.b2b-cta{text-align:center;background:var(--surface-dark);border-radius:var(--radius-lg);border:1px dashed var(--border-dark);padding:2rem}.b2b-cta p{color:var(--muted-dark);margin-bottom:1rem;font-size:1rem}.stats-row{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-block{padding:1rem}.stat-number{color:#fff;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;line-height:1}.stat-suffix{color:#ffffffd9;font-family:Outfit,sans-serif;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700}.stat-block p{color:#ffffffb3;margin-top:.5rem;font-size:.88rem;font-weight:500}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition);padding:2rem}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0000000f}.testimonial-stars{color:#f59e0b;letter-spacing:.1em;margin-bottom:1rem;font-size:1.05rem}.testimonial-card p{color:var(--text);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-card footer{flex-direction:column;display:flex}.testimonial-card footer strong{font-size:.92rem}.testimonial-card footer span{color:var(--muted);font-size:.8rem}.about-split{grid-template-columns:1.2fr .8fr;align-items:start;gap:3rem;display:grid}.about-content h2{color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,2.6rem)}.about-lead{color:var(--muted-dark);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.about-content>p{color:var(--muted-dark);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.about-values{flex-direction:column;gap:1.2rem;display:flex}.value-item{align-items:flex-start;gap:1rem;display:flex}.value-icon{border-radius:var(--radius-sm);background:#ffffff0f;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.value-item strong{color:#fff;margin-bottom:.2rem;font-size:.92rem;display:block}.value-item p{color:var(--muted-dark);font-size:.85rem;line-height:1.5}.about-company-card{background:var(--surface-dark);border:1px solid var(--border-dark);border-radius:var(--radius-lg);overflow:hidden}.about-company-card h3{color:#fff;padding:1.5rem 1.5rem 1rem;font-size:1.1rem}.company-info-row{border-top:1px solid var(--border-dark);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.7rem 1.5rem;display:flex}.ci-label{color:var(--muted-dark);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:100px;font-size:.78rem;font-weight:600}.ci-value{color:var(--text-dark);text-align:right;font-size:.88rem}.status-active{color:#22c55e;font-weight:700}.tracxn-link{border-top:1px solid var(--border-dark);color:var(--red-light);transition:all var(--transition);text-align:center;padding:1rem 1.5rem;font-size:.88rem;font-weight:600;display:block}.tracxn-link:hover{color:#fff;background:#ffffff0a}.section-cta{background:var(--surface)}.cta-split{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.cta-content h2{margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.6rem)}.cta-content>p{color:var(--muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.contact-details{flex-direction:column;gap:1.2rem;display:flex}.contact-item{color:var(--text);align-items:flex-start;gap:.9rem;display:flex}.contact-item svg{color:var(--red);flex-shrink:0;margin-top:2px}.contact-item a{color:var(--red);transition:color var(--transition);font-weight:600}.contact-item a:hover{color:var(--red-dark)}.contact-form{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 20px 60px #0000000a}.contact-form h3{margin-bottom:1.5rem;font-size:1.15rem}.form-group{margin-bottom:1rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.82rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);transition:all var(--transition);outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--muted);opacity:.6}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #d0101a1a}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%2364748b' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat}.form-group textarea{resize:vertical;min-height:100px}.form-note{text-align:center;color:var(--muted);margin-top:.8rem;font-size:.82rem}.site-footer{background:var(--bg-dark);color:var(--text-dark);border-top:1px solid var(--border-dark)}.footer-inner{max-width:var(--container-max);padding:4rem var(--container-px) 3rem;grid-template-columns:1.3fr 1fr;gap:3rem;margin:0 auto;display:grid}.footer-logo-row{align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.footer-logo{object-fit:contain;width:auto;height:36px}.footer-tagline{color:var(--muted-dark);margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.footer-legal{color:#ffffff4d;letter-spacing:.04em;font-size:.75rem;font-weight:600}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-links h4{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-dark);margin-bottom:1rem;font-size:.8rem}.footer-links a{color:var(--text-dark);transition:color var(--transition);padding:.25rem 0;font-size:.88rem;display:block}.footer-links a:hover{color:var(--red-light)}.footer-bottom{border-top:1px solid var(--border-dark);padding:1.5rem var(--container-px);text-align:center;max-width:var(--container-max);margin:0 auto}.footer-bottom p{color:var(--muted-dark);font-size:.82rem}.footer-slogan{margin-top:.3rem;font-weight:600;color:var(--red-light)!important;font-size:.88rem!important}@media (width<=1024px){.category-grid,.b2b-grid{grid-template-columns:repeat(2,1fr)}.about-split{grid-template-columns:1fr}.app-preview-grid{grid-template-columns:1fr;gap:3rem}.app-preview-visual{order:-1}.service-showcase-card,.service-showcase-card.reverse{grid-template-columns:1fr}.service-showcase-content,.service-showcase-card.reverse .service-showcase-content{padding:2rem}.service-showcase-card.reverse .service-showcase-img{order:0}.service-showcase-img{min-height:240px}}@media (width<=768px){.mobile-toggle{display:flex}.main-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:280px;height:100vh;transition:right .4s var(--ease);z-index:100;background:#0a0f1cfa;flex-direction:column;gap:.3rem;padding:5rem 2rem 2rem;position:fixed;top:0;right:-100%}.main-nav.nav-open{right:0;box-shadow:-10px 0 40px #0000004d}.main-nav a{color:#fff;padding:.75rem 1rem;font-size:1.05rem}.nav-cta{text-align:center;margin-top:1rem}.hero-grid{grid-template-columns:1fr;padding-top:2rem}.hero h1{font-size:clamp(2rem,8vw,2.8rem)}.hero-visual{max-height:320px;overflow:hidden}.steps-grid{flex-direction:column;gap:0}.step-connector{margin:-1rem 0;transform:rotate(90deg)}.category-grid{grid-template-columns:1fr 1fr}.testimonials-grid,.b2b-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:repeat(2,1fr);gap:1rem}.cta-split{grid-template-columns:1fr;gap:3rem}.form-row,.footer-inner{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(3,1fr)}.hero-trust{flex-wrap:wrap;gap:1rem}}@media (width<=480px){.category-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.btn{justify-content:center;width:100%}.footer-links{grid-template-columns:1fr;gap:1.5rem}.stats-row{grid-template-columns:1fr 1fr}.hero-trust{flex-direction:column;align-items:flex-start}.hero-trust-divider{width:40px;height:1px}}::selection{background:var(--red);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--red)}
