@import url(https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=DM+Mono:wght@300;400;500&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#emergent-badge{display:none!important}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--black:#000;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-400:#a3a3a3;--gray-600:#525252;--gray-800:#262626;--gray-900:#171717;--font-display:"Sora",sans-serif;--font-mono:"DM Mono",monospace}html{scroll-behavior:smooth}body{background:#fff;background:var(--white);color:#000;color:var(--black);font-family:Sora,sans-serif;font-family:var(--font-display);line-height:1.6;overflow-x:hidden}nav{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--gray-200);display:flex;height:64px;justify-content:space-between;left:0;padding:0 2.5rem;position:fixed;right:0;top:0;transition:all .3s ease;z-index:100}.nav-logo{color:#000;color:var(--black);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;text-decoration:none}.nav-links{align-items:center;display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#525252;color:var(--gray-600);font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#000;color:var(--black)}.nav-cta{background:#000;background:var(--black);border-radius:6px;color:#fff!important;color:var(--white)!important;font-weight:500!important;padding:.5rem 1.25rem;transition:opacity .2s!important}.nav-cta:hover{opacity:.8}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:4px}.hamburger span{background:#000;background:var(--black);display:block;height:2px;transition:all .3s;width:24px}.hero{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:8rem 2rem 4rem;position:relative;text-align:center}.hero:before{background:radial-gradient(ellipse 80% 50% at 50% -10%,#0000000f 0,#0000 70%),linear-gradient(180deg,#fafafa,#fff);background:radial-gradient(ellipse 80% 50% at 50% -10%,#0000000f 0,#0000 70%),linear-gradient(180deg,var(--gray-50) 0,var(--white) 100%);content:""}.hero-grid,.hero:before{inset:0;position:absolute;z-index:0}.hero-grid{background-image:linear-gradient(#e5e5e5 1px,#0000 0),linear-gradient(90deg,#e5e5e5 1px,#0000 0);background-image:linear-gradient(var(--gray-200) 1px,#0000 1px),linear-gradient(90deg,var(--gray-200) 1px,#0000 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,#000 0,#0000 100%);mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,#000 0,#0000 100%);opacity:.4}.hero-badge{align-items:center;animation:fadeUp .6s ease both;background:#f5f5f5;background:var(--gray-100);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:100px;color:#525252;color:var(--gray-600);display:inline-flex;font-size:.8rem;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.35rem 1rem;position:relative;z-index:1}.hero-badge:before{background:#000;background:var(--black);border-radius:50%;content:"";height:6px;width:6px}.hero h1{animation:fadeUp .6s ease .1s both;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:700;letter-spacing:-.04em;line-height:1.08;margin-bottom:1.5rem;max-width:900px;position:relative;z-index:1}.hero h1 em{color:#a3a3a3;color:var(--gray-400);font-style:normal}.hero p{animation:fadeUp .6s ease .2s both;color:#525252;color:var(--gray-600);font-size:clamp(1rem,2vw,1.2rem);font-weight:300;margin-bottom:2.5rem;max-width:560px}.hero p,.hero-actions{position:relative;z-index:1}.hero-actions{align-items:center;animation:fadeUp .6s ease .3s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary{background:#000;background:var(--black);border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-family:Sora,sans-serif;font-family:var(--font-display);font-size:.95rem;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:opacity .2s,transform .2s}.btn-primary:hover{opacity:.85;transform:translateY(-1px)}.btn-secondary{background:#0000;border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:8px;color:#000;color:var(--black);font-family:Sora,sans-serif;font-family:var(--font-display);font-size:.95rem;font-weight:500;padding:.875rem 2rem;text-decoration:none;transition:border-color .2s,background .2s,transform .2s}.btn-secondary:hover{border-color:#a3a3a3;border-color:var(--gray-400);transform:translateY(-1px)}.btn-secondary:hover,.logos{background:#fafafa;background:var(--gray-50)}.logos{border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--gray-200);border-top:1px solid #e5e5e5;border-top:1px solid var(--gray-200);padding:3rem 2rem;text-align:center}.logos p{color:#a3a3a3;color:var(--gray-400);font-size:.8rem;font-weight:500;letter-spacing:.1em;margin-bottom:2rem;text-transform:uppercase}.logos-grid{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;opacity:.5}.logos-grid span{color:#262626;color:var(--gray-800);font-family:DM Mono,monospace;font-family:var(--font-mono);font-size:1rem;font-weight:700;letter-spacing:-.02em}section{margin:0 auto;max-width:1200px;padding:6rem 2rem}.section-label{color:#a3a3a3;color:var(--gray-400);font-family:DM Mono,monospace;font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.25rem}.section-subtitle{color:#525252;color:var(--gray-600);font-size:1.1rem;font-weight:300;line-height:1.7;max-width:560px}.services-section{background:#fff;background:var(--white);border-top:1px solid #e5e5e5;border-top:1px solid var(--gray-200);padding:6rem 2rem}.services-inner{margin:0 auto;max-width:1200px}.services-header{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.services-grid{grid-gap:1px;background:#e5e5e5;background:var(--gray-200);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:12px;display:grid;gap:1px;grid-template-columns:repeat(3,1fr);overflow:hidden}.service-card{background:#fff;background:var(--white);padding:2.5rem;transition:background .2s}.service-card:hover{background:#fafafa;background:var(--gray-50)}.service-icon{align-items:center;background:#000;background:var(--black);border-radius:8px;display:flex;font-size:1.1rem;height:40px;justify-content:center;margin-bottom:1.25rem;width:40px}.service-card h3{font-size:1rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem}.service-card p{color:#525252;color:var(--gray-600);font-size:.9rem;font-weight:300;line-height:1.6}.stats-section{background:#000;background:var(--black);color:#fff;color:var(--white);padding:6rem 2rem}.stats-inner{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1200px}.stats-left h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.stats-left p{color:#ffffff80;font-weight:300;line-height:1.7;margin-bottom:2rem}.btn-white{background:#fff;background:var(--white);border-radius:8px;color:#000;color:var(--black);display:inline-block;font-size:.95rem;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:opacity .2s}.btn-white:hover{opacity:.85}.stats-grid{grid-gap:1px;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;display:grid;gap:1px;grid-template-columns:1fr 1fr;overflow:hidden}.stat-card{background:#171717;background:var(--gray-900);padding:2.5rem}.stat-number{font-family:DM Mono,monospace;font-family:var(--font-mono);font-size:3rem;font-weight:700;letter-spacing:-.04em;line-height:1;margin-bottom:.5rem}.stat-label{color:#fff6;font-size:.85rem;font-weight:300}.how-section{background:#fafafa;background:var(--gray-50);border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--gray-200);border-top:1px solid #e5e5e5;border-top:1px solid var(--gray-200);padding:6rem 2rem}.how-inner{margin:0 auto;max-width:1200px}.how-header{margin-bottom:4rem}.steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.step{position:relative}.step-number{color:#a3a3a3;color:var(--gray-400);font-family:DM Mono,monospace;font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.25rem}.step h3{font-size:1.05rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem}.step p{color:#525252;color:var(--gray-600);font-size:.875rem;font-weight:300;line-height:1.65}.step-line{background:#e5e5e5;background:var(--gray-200);height:1px;position:absolute;right:-1rem;top:10px;width:calc(100% - 1rem)}.step:last-child .step-line{display:none}.about-section{padding:6rem 2rem}.about-inner{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.about-visual{align-items:center;aspect-ratio:4/3;background:#f5f5f5;background:var(--gray-100);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:16px;display:flex;justify-content:center;overflow:hidden;position:relative}.about-visual:before{background:repeating-linear-gradient(45deg,#0000,#0000 20px,#e5e5e5 0,#e5e5e5 21px);background:repeating-linear-gradient(45deg,#0000,#0000 20px,var(--gray-200) 20px,var(--gray-200) 21px);content:"";inset:0;opacity:.5;position:absolute}.about-visual-text{color:#e5e5e5;color:var(--gray-200);font-family:DM Mono,monospace;font-family:var(--font-mono);font-size:4rem;font-weight:700;letter-spacing:-.05em;position:relative;z-index:1}.about-content .section-subtitle{margin-bottom:2rem;max-width:100%}.about-list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.about-list li{align-items:flex-start;color:#525252;color:var(--gray-600);display:flex;font-size:.9rem;font-weight:300;gap:.75rem}.about-list li:before{color:#000;color:var(--black);content:"→";flex-shrink:0;font-weight:600;margin-top:1px}.cta-section{background:#000;background:var(--black);padding:7rem 2rem;text-align:center}.cta-inner{margin:0 auto;max-width:700px}.cta-section h2{color:#fff;color:var(--white);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin-bottom:1.25rem}.cta-section p{color:#ffffff80;font-size:1.1rem;font-weight:300;line-height:1.7;margin-bottom:2.5rem}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-outline-white{background:#0000;border:1px solid #fff3;border-radius:8px;color:#fff;color:var(--white);font-family:Sora,sans-serif;font-family:var(--font-display);font-size:.95rem;font-weight:500;padding:.875rem 2rem;text-decoration:none;transition:border-color .2s}.btn-outline-white:hover{border-color:#ffffff80}.contact-form-section{background:#fafafa;background:var(--gray-50);border-top:1px solid #e5e5e5;border-top:1px solid var(--gray-200);padding:6rem 2rem}.contact-form-inner{grid-gap:6rem;align-items:start;display:grid;gap:6rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.contact-form-content{padding-top:1rem}.contact-form{background:#fff;background:var(--white);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:16px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#000;color:var(--black);display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;background:var(--white);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:8px;font-family:Sora,sans-serif;font-family:var(--font-display);font-size:.95rem;padding:.875rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#000;border-color:var(--black);box-shadow:0 0 0 3px #0000000d;outline:none}.form-group textarea{min-height:140px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#a3a3a3;color:var(--gray-400)}.form-submit{background:#000;background:var(--black);border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-family:Sora,sans-serif;font-family:var(--font-display);font-size:.95rem;font-weight:600;padding:1rem 2rem;transition:opacity .2s,transform .2s;width:100%}.form-submit:hover{opacity:.85;transform:translateY(-1px)}.form-submit:disabled{cursor:not-allowed;opacity:.5;transform:none}.form-message{border-radius:8px;font-size:.9rem;margin-top:1rem;padding:1rem}.form-message.success{background:#ecfdf5;border:1px solid #10b981;color:#065f46}.form-message.error{background:#fef2f2;border:1px solid #ef4444;color:#991b1b}.contact-info{margin-top:2rem}.contact-info-item{align-items:center;color:#525252;color:var(--gray-600);display:flex;font-size:.9rem;gap:.75rem;margin-bottom:1rem}.contact-info-item span{color:#000;color:var(--black);font-weight:500}.contact-info-item a{color:#525252;color:var(--gray-600);text-decoration:none;transition:color .2s}.contact-info-item a:hover{color:#000;color:var(--black)}footer{background:#fff;background:var(--white);border-top:1px solid #e5e5e5;border-top:1px solid var(--gray-200);padding:4rem 2rem 2rem}.footer-inner{margin:0 auto;max-width:1200px}.footer-top{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-brand p{color:#525252;color:var(--gray-600);font-size:.875rem;font-weight:300;line-height:1.7;margin-top:.75rem;max-width:280px}.footer-col h4{color:#a3a3a3;color:var(--gray-400);font-family:DM Mono,monospace;font-family:var(--font-mono);font-size:.8rem;font-weight:600;letter-spacing:.08em;margin-bottom:1.25rem;text-transform:uppercase}.footer-col ul{display:flex;flex-direction:column;gap:.75rem;list-style:none}.footer-col a{color:#525252;color:var(--gray-600);font-size:.875rem;font-weight:300;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#000;color:var(--black)}.footer-bottom{align-items:center;border-top:1px solid #e5e5e5;border-top:1px solid var(--gray-200);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:#a3a3a3;color:var(--gray-400);font-family:DM Mono,monospace;font-family:var(--font-mono);font-size:.8rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:none;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:999}.modal,.modal-overlay.open{display:flex}.modal{background:#fff;background:var(--white);border-radius:16px;box-shadow:0 24px 80px #0003;flex-direction:column;max-height:80vh;max-width:720px;overflow:hidden;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--gray-200);display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem 2rem}.modal-header h2{font-size:1.1rem;font-weight:600;letter-spacing:-.02em}.modal-header p{color:#a3a3a3;color:var(--gray-400);font-family:DM Mono,monospace;font-family:var(--font-mono);font-size:.8rem;margin-top:.25rem}.modal-close{align-items:center;background:#f5f5f5;background:var(--gray-100);border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;font-size:1.1rem;height:32px;justify-content:center;transition:background .2s;width:32px}.modal-close:hover{background:#e5e5e5;background:var(--gray-200)}.modal-body{flex:1 1;overflow-y:auto;padding:2rem}.modal-body h3{font-size:.95rem;font-weight:600;letter-spacing:-.01em;margin:1.5rem 0 .5rem}.modal-body h3:first-child{margin-top:0}.modal-body p{color:#525252;color:var(--gray-600);font-size:.875rem;font-weight:300;line-height:1.7;margin-bottom:.75rem}.modal-body ul{margin-bottom:.75rem;padding-left:1.25rem}.modal-body li{color:#525252;color:var(--gray-600);font-size:.875rem;font-weight:300;line-height:1.7;margin-bottom:.25rem}.modal-body a{color:#000;color:var(--black);text-decoration:underline}.modal-footer{align-items:center;background:#fafafa;background:var(--gray-50);border-top:1px solid #e5e5e5;border-top:1px solid var(--gray-200);display:flex;flex-shrink:0;justify-content:space-between;padding:1.25rem 2rem}.modal-footer p{color:#a3a3a3;color:var(--gray-400);font-family:DM Mono,monospace;font-family:var(--font-mono);font-size:.8rem}@media (max-width:900px){.nav-links{display:none}.hamburger{display:flex}.services-header{gap:2rem}.services-grid,.services-header,.stats-inner{grid-template-columns:1fr}.stats-inner{gap:3rem}.stats-grid,.steps{grid-template-columns:1fr 1fr}.step-line{display:none}.about-inner,.contact-form-inner{gap:3rem;grid-template-columns:1fr}.footer-top{gap:2rem;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:600px){.footer-top,.stats-grid,.steps{grid-template-columns:1fr}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{text-align:center;width:100%}}
/*# sourceMappingURL=main.8d2e9006.css.map*/