@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%}body{min-width:320px;min-height:100vh;margin:0}a{text-decoration:none;color:inherit;transition:opacity .2s ease}button{font-family:inherit}:root{--bg-body: #FFFFFF;--text-main: #1A1A1A;--accent-purple: #8c52ff;--accent-orange: #e65a2f;--accent-dark: #121212;--page-gutter: clamp(1.25rem, 4vw, 3.5rem);--section-y: clamp(3.5rem, 6.5vw, 6rem);--radius-lg: 40px;--radius-md: 24px;--content-max: 1200px}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}body{background-color:var(--bg-body);font-family:Inter,sans-serif;overflow-x:hidden}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--content-max);margin-left:auto;margin-right:auto;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.main-container{width:calc(100% - 2.4rem);height:auto;min-height:calc(100vh - 2.4rem);min-height:calc(100svh - 2.4rem);margin:1.2rem;border-radius:var(--radius-lg);overflow:hidden;position:relative;display:flex;flex-direction:column;background-color:#0a0a0a;background-size:cover;background-position:center;background-repeat:no-repeat}.nav-island{position:absolute;top:0;left:50%;transform:translate(-50%);background:#fff;padding:1.1rem clamp(1.25rem,3vw,3rem);border-bottom-left-radius:30px;border-bottom-right-radius:30px;z-index:20;max-width:calc(100% - 2rem)}.nav-island ul{display:flex;gap:2.5rem;row-gap:.75rem;list-style:none;flex-wrap:wrap;justify-content:center}.nav-island a{text-decoration:none;color:#111;font-weight:500;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;transition:color .2s}.nav-island a:hover,.nav-island a.active{color:var(--accent-orange)}.header{display:flex;justify-content:space-between;align-items:center;padding:clamp(1.5rem,3vw,2.5rem) var(--page-gutter);position:relative;z-index:10}.logo-section{display:flex;align-items:center;gap:.8rem;color:#fff;font-size:clamp(1.15rem,1.6vw,1.4rem);font-weight:700;letter-spacing:-.5px}.logo-mark{width:28px;height:28px;object-fit:contain;display:block;background:transparent}.btn-contact{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.7rem 1.8rem;border-radius:50px;font-weight:600;font-size:.85rem;text-transform:uppercase;cursor:pointer;letter-spacing:.5px;transition:all .2s;text-decoration:none;display:inline-block}.btn-contact:hover{background:#fff;color:var(--accent-dark)}.hero-content{flex:1;display:flex;align-items:center;padding:0 var(--page-gutter);position:relative;z-index:5}.hero-text{max-width:800px;margin-bottom:5rem}.tag-wrapper{margin-bottom:1.5rem}.ai-tag{display:inline-block;padding:.5rem 1.2rem;border:1px solid white;color:#fff;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.hero-text h1{font-family:Space Grotesk,sans-serif;font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.1;font-weight:600;color:#fff;margin-bottom:1.5rem;letter-spacing:-1px;text-transform:uppercase}.hero-text p{color:#fffc;font-size:clamp(1rem,1.25vw,1.1rem);line-height:1.6;max-width:540px;margin-bottom:3rem}.cta-group{display:flex;gap:1.5rem;align-items:center}.btn-explore{background:var(--accent-orange);color:#fff;border:none;padding:1.1rem 2.2rem;border-radius:50px;font-size:.9rem;font-weight:700;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;gap:.8rem;letter-spacing:.5px;box-shadow:0 10px 20px #e65a2f33;transition:transform .2s}.btn-explore:hover{transform:translateY(-3px);background-color:#d6491e}.corner-cutout{position:absolute;bottom:1.5rem;left:1.5rem;background:#fff;padding:.8rem clamp(1.25rem,3vw,3.5rem) .6rem clamp(1.25rem,3vw,3.5rem);border-radius:20px;z-index:10;max-width:calc(100% - 3rem)}.slider-numbers{display:flex;flex-direction:row;gap:2rem}.slider-item{display:flex;flex-direction:column;gap:.5rem;cursor:pointer;transition:all .3s ease}.slider-item:hover span{color:var(--accent-orange)}.slider-item:hover .line{background:var(--accent-orange);width:80px}.slider-item span{font-weight:600;color:#1a1a1a;font-size:.9rem;transition:color .3s ease}.line{height:2px;background:#e0e0e0;transition:all .3s ease}.line.short{width:24px}.line.long{width:80px;background:#1a1a1a}.slider-item.active .line{background:#1a1a1a;width:80px}.scroll-badge{position:absolute;bottom:3rem;right:3.5rem;z-index:10}.circle{width:clamp(70px,9vw,100px);height:clamp(70px,9vw,100px);background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#000;font-weight:600;font-size:clamp(.75rem,1vw,.9rem);gap:5px;transition:transform .3s}.circle:hover{transform:scale(1.1)}.services-section{width:100%;padding:var(--section-y) var(--page-gutter);background:#fff;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;width:100%;max-width:var(--content-max);margin-left:auto;margin-right:auto}.services-subtitle{color:#7b5aff;font-size:1rem;font-weight:500;display:block;margin-bottom:1rem}.services-title h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.1;color:#1a1a1a;font-weight:500}.btn-dark-pill{background:#1a1a1a;color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:transform .2s}.btn-dark-pill:hover{transform:translateY(-2px);background:#333}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(1.25rem,2vw,2rem);margin-bottom:clamp(3rem,5vw,5rem);width:100%;max-width:var(--content-max);margin-left:auto;margin-right:auto}.service-card{border-radius:var(--radius-md);padding:clamp(2rem,3vw,3rem) clamp(1.5rem,2.2vw,2rem);position:relative;min-height:clamp(320px,36vw,420px);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-card.dark{background:#1a1a1a;color:#fff}.service-card.light{background:#f8f9fc;color:#1a1a1a}.service-card h3{font-size:clamp(1.35rem,2.2vw,1.8rem);font-weight:500;line-height:1.2;margin-top:0;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;color:inherit}.service-card.light h3{color:#1a1a1a}.service-card.dark h3{color:#fff}.service-card p{font-size:1rem;line-height:1.6;opacity:.8;margin-bottom:2rem;color:inherit;flex-grow:1}.service-card.light p{color:#1a1a1a;opacity:.7}.service-card.dark p{color:#fffc}.btn-card-link{background:#fff;color:#1a1a1a;border:none;padding:.8rem 1.5rem;border-radius:30px;font-weight:600;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start}.card-cutout{position:absolute;right:0;top:50%;transform:translateY(-50%);width:40px;height:80px;background:#fff;border-top-left-radius:40px;border-bottom-left-radius:40px;display:none}.service-icon{width:80px;height:80px;margin-bottom:2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#0000000d;border-radius:20px}.service-card.dark .service-icon{background:#ffffff0d}.service-card.light .service-icon{background:#0000000d}.service-icon svg{width:100%;height:100%}.services-footer{text-align:center;width:100%;max-width:var(--content-max);margin-left:auto;margin-right:auto}.services-footer p{font-size:clamp(1rem,1.25vw,1.1rem);color:#666;line-height:1.6}.services-footer a{color:#7b5aff;font-weight:600;text-decoration:none}.services-footer a:hover{text-decoration:underline}.process-section{background:#111;color:#fff;padding:6rem 0 0;min-height:100vh;border-radius:var(--radius-lg);position:relative;margin:calc(-1 * var(--radius-lg)) 1.2rem 1.2rem 1.2rem;overflow:hidden}.process-container{display:flex;flex-direction:column;width:100%;max-width:var(--content-max);margin:0 auto var(--section-y);padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.process-header-col{display:flex;flex-direction:column;width:100%}.process-subtitle{color:#888;font-size:.9rem;margin-bottom:1.5rem;display:block}.process-header-col h2{font-size:clamp(2.2rem,4.5vw,3.5rem);font-family:Space Grotesk,sans-serif;line-height:1.1;margin-bottom:2.5rem;font-weight:500}.process-description{color:#ccc;line-height:1.6;margin-bottom:3rem;max-width:600px}.process-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:100%;margin:2rem 0 0}.process-step{border-left:1px solid rgba(255,255,255,.1);padding:2rem;display:flex;flex-direction:column;justify-content:flex-start;min-height:auto;opacity:.5;transition:opacity .3s}.process-step.highlighted{opacity:1;border-left:2px solid #e65a2f;background:#e65a2f0d}.process-step:last-child{border-right:1px solid rgba(255,255,255,.1)}.step-number{color:#e65a2f;font-family:monospace;font-size:.9rem;margin-bottom:1.5rem;display:block}.process-step h3{font-size:1.6rem;line-height:1.2;font-weight:500;margin-bottom:1.5rem}.step-icon-box{width:80px;height:80px;background:#ffffff0d;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.process-step p{color:#999;font-size:.95rem;line-height:1.6}.trusted-by-section{padding:0 var(--page-gutter) 4rem var(--page-gutter);position:relative;display:flex;justify-content:center}.trusted-shape-container{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:flex-start}.trusted-top-tab{background:#1a1a1a;padding:1rem 2.5rem;border-radius:20px;margin-left:clamp(1rem,4vw,4rem);position:relative;z-index:2;margin-bottom:1rem}.trusted-top-tab p{color:#fff9;font-size:.9rem;font-weight:500}.trusted-main-card{background:#1a1a1a;width:100%;padding:3rem 4rem;border-radius:30px;position:relative;z-index:1}.logos-grid{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.logo-text{color:#fff;font-weight:700;font-size:clamp(1rem,1.3vw,1.2rem);font-family:Space Grotesk,sans-serif;text-transform:uppercase;opacity:.8}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a;z-index:100;display:flex;flex-direction:column;padding:var(--page-gutter);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.close-menu-btn{background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;padding:0 .5rem}.mobile-nav{display:flex;flex-direction:column;align-items:center;gap:3rem;flex:1;justify-content:center}.mobile-nav ul{display:flex;flex-direction:column;align-items:center;gap:2rem;list-style:none}.mobile-nav a{color:#fff;font-size:clamp(1.5rem,5vw,2rem);font-family:Space Grotesk,sans-serif;font-weight:500;text-decoration:none;transition:color .2s}.mobile-nav a:hover{color:var(--accent-orange)}.mobile-nav-cta{margin-top:2rem;width:100%;max-width:280px;text-align:center;justify-content:center;padding:1.2rem}.mobile-menu-btn{display:none;color:#fff;font-size:1.8rem;cursor:pointer;z-index:20;line-height:1}@media (max-width: 1024px){.nav-island{display:none}.mobile-menu-btn{display:block}.header-actions{display:none}.header{padding:2rem var(--page-gutter)}.hero-content{padding:0 var(--page-gutter)}.services-section{padding:var(--section-y) var(--page-gutter)}.services-header{flex-direction:column;align-items:flex-start;gap:2rem}.main-container{width:100%;height:auto;min-height:100vh;margin:0;border-radius:0}.process-section{margin:0;border-radius:0;padding-top:5rem}.process-container{gap:3rem;padding-left:var(--page-gutter);padding-right:var(--page-gutter);margin-bottom:4rem}.process-steps-grid{grid-template-columns:1fr;gap:2rem}.process-step{border:none;border-bottom:1px solid rgba(255,255,255,.1);padding:0 0 3rem;min-height:auto;align-items:flex-start}.step-number{margin-bottom:1.5rem}.step-icon-box{margin-bottom:2rem}.trusted-by-section{padding:0 var(--page-gutter) 4rem}}@media (max-width: 768px){.app{padding:0}.header{padding:1.5rem var(--page-gutter)}.hero-content{padding:0 var(--page-gutter);align-items:center}.hero-text{margin-bottom:3rem;margin-top:2rem}.cta-group{flex-direction:column;align-items:flex-start;width:100%}.btn-explore{width:100%;justify-content:center}.corner-cutout{display:none}.scroll-badge{bottom:1.5rem;right:1.5rem}.services-section{padding:var(--section-y) var(--page-gutter)}.service-card{min-height:auto}.process-container{padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.trusted-by-section{padding:0 var(--page-gutter) 3rem}.trusted-main-card{padding:2rem 1.5rem}.logos-grid{flex-direction:column;align-items:center;gap:2.5rem;text-align:center}.trusted-top-tab{margin-left:1rem;padding:.8rem 1.5rem}}.privacy-page{background-color:#0a0a0a}.privacy-header{background-color:#0a0a0a;padding:2rem 3.5rem;position:sticky;top:0;width:100%}.privacy-policy-content{background:#fff;border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:var(--section-y) 0;min-height:100vh;margin:0 1.2rem}.privacy-content{max-width:800px;margin:0 auto}.privacy-content h1{font-family:Space Grotesk,sans-serif;font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.effective-date{color:#666;margin-bottom:4rem;font-size:1rem}.privacy-section{margin-bottom:4rem}.privacy-section h2{font-family:Space Grotesk,sans-serif;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#1a1a1a}.privacy-section h3{font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:#1a1a1a}.privacy-section p{font-size:1.05rem;line-height:1.8;color:#444;margin-bottom:1.5rem}.privacy-section ul{margin-bottom:1.5rem;padding-left:1.5rem}.privacy-section li{margin-bottom:.8rem;color:#444;line-height:1.6}.privacy-footer{background-color:#fff;padding-bottom:4rem;margin:0 1.2rem 1.2rem;border-radius:0 0 40px 40px}@media (max-width: 768px){.privacy-header{padding:1.5rem}.privacy-policy-content{padding:var(--section-y) 0;margin:0;border-radius:0}.privacy-content h1{font-size:2.5rem}.privacy-footer{margin:0;border-radius:0;padding-bottom:2rem;background:#f8f9fc}}.privacy-policy{background:#fff;border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:var(--section-y) 0;margin:0 1.2rem;min-height:100vh}.close-button{position:fixed;top:1rem;right:1rem;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#0a0a0a80;color:#fff;cursor:pointer;z-index:200;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.footer{background:#fff;color:#1a1a1a;padding:2.5rem 0;margin:0 1.2rem 1.2rem;border-radius:0 0 var(--radius-lg) var(--radius-lg)}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer-logo-text a{font-family:Space Grotesk,sans-serif;font-weight:700;text-transform:uppercase;color:#1a1a1a}.footer-info{color:#666;font-size:.95rem;line-height:1.6;text-align:right}.footer-info a{color:#7b5aff;font-weight:600}.contact-info p{margin-bottom:.35rem}.footer-simple{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-simple__meta{font-size:.95rem;color:inherit;opacity:.8}.footer-simple__links{display:inline-flex;align-items:center;gap:.65rem;font-size:.95rem}.footer-simple__links a{color:inherit;opacity:.85;transition:opacity .2s ease}.footer-simple__links a:hover{opacity:1}.footer-simple__sep{opacity:.35}.footer.footer--dark{background:#0a0a0a;color:#ffffffeb;border:1px solid rgba(255,255,255,.08);padding:1rem 0;margin-top:clamp(1rem,1.8vw,1.5rem);border-radius:18px}@media (max-width: 768px){.privacy-policy{margin:0;border-radius:0}.footer{margin:0;border-radius:0;padding:2rem 0}.footer-info{text-align:left}.footer-simple{justify-content:center;text-align:center}.footer.footer--dark{padding:.9rem 0;padding-bottom:calc(.9rem + env(safe-area-inset-bottom));margin-top:1.5rem;margin-left:var(--page-gutter);margin-right:var(--page-gutter);margin-bottom:var(--page-gutter);border-radius:14px}}.bento-section{width:100%;background:#fff;padding:var(--section-y) var(--page-gutter)}.bento-container{max-width:1200px;margin:0 auto}.bento-header{display:flex;justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:3.5rem}.bento-h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4.2vw,3.2rem);line-height:1.08;color:#1a1a1a;font-weight:500;letter-spacing:-.8px}.bento-lead{margin-top:1.25rem;max-width:560px;color:#666;font-size:clamp(1rem,1.2vw,1.05rem);line-height:1.7}.bento-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.9rem}.bento-link{border:none;background:transparent;color:#1a1a1a;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;opacity:.8;transition:opacity .2s,transform .2s}.bento-link:hover{opacity:1;transform:translateY(-1px)}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(1rem,2vw,1.5rem)}.bento-card{border-radius:var(--radius-md);padding:clamp(1.5rem,2.5vw,2.2rem) clamp(1.25rem,2vw,2rem);position:relative;overflow:hidden;min-height:220px;transition:transform .25s ease}.bento-card:hover{transform:translateY(-4px)}.bento-card.light{background:#f8f9fc;color:#1a1a1a}.bento-card.dark{background:#1a1a1a;color:#fff}.bento-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;letter-spacing:.2px;margin-bottom:1rem;opacity:.9}.bento-card.light .bento-eyebrow{color:#7b5aff}.bento-card.dark .bento-eyebrow{color:#ffffffb3}.bento-title{font-family:Space Grotesk,sans-serif;font-size:1.7rem;line-height:1.15;font-weight:500;margin-bottom:.9rem;color:inherit}.bento-description{font-size:1rem;line-height:1.65;margin-bottom:1.2rem;opacity:.85;max-width:60ch}.bento-highlights{display:grid;gap:.6rem;margin:0;padding:0;list-style:none;opacity:.9}.bento-highlights li{position:relative;padding-left:1.1rem;font-size:.95rem;line-height:1.4}.bento-highlights li:before{content:"";width:7px;height:7px;border-radius:999px;position:absolute;left:0;top:.55rem;background:var(--accent-orange);box-shadow:0 0 0 4px #e65a2f1f}.bento-sheen{position:absolute;top:-60px;right:-60px;bottom:-60px;left:-60px;background:radial-gradient(600px 200px at 20% 20%,rgba(123,90,255,.18),transparent 60%),radial-gradient(600px 200px at 80% 80%,rgba(230,90,47,.16),transparent 60%);pointer-events:none;opacity:0;transition:opacity .25s ease}.bento-card:hover .bento-sheen{opacity:1}.span-4{grid-column:span 4}.span-5{grid-column:span 5}.span-6{grid-column:span 6}.span-7{grid-column:span 7}.span-8{grid-column:span 8}.span-12{grid-column:span 12}@media (max-width: 1024px){.bento-section{padding:var(--section-y) var(--page-gutter)}.bento-header{flex-direction:column;align-items:flex-start;gap:1.75rem}.bento-header-actions{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:1rem}.bento-grid{grid-template-columns:repeat(6,1fr)}.span-7,.span-5,.span-4,.span-6,.span-8{grid-column:span 6}}@media (max-width: 768px){.bento-section{padding:var(--section-y) var(--page-gutter)}.bento-grid{grid-template-columns:1fr}.span-7,.span-5,.span-4,.span-6,.span-8,.span-12{grid-column:span 1}}
