@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:dark;--color-bg-base: rgb(28, 28, 30);--color-text-main: #f5f5f7;--color-text-muted: #86868b;--color-brand-orange-light: #FF9B42;--color-brand-orange: #F97316;--color-brand-orange-dark: #C2410C;--glass-bg: rgba(45, 45, 48, .4);--glass-bg-hover: rgba(60, 60, 65, .5);--glass-border: rgba(255, 255, 255, .08);--glass-highlight: rgba(255, 255, 255, .12);--glass-blur: blur(24px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:SF Pro Display,SF Pro Text,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--color-bg-base);color:var(--color-text-main);line-height:1.6;font-size:17px;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.04em;line-height:1.05}p{color:var(--color-text-muted);letter-spacing:-.01em}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;cursor:pointer}.glass-panel{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:0 4px 24px -1px #0003;border-radius:20px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.glass-panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.01) 40%,transparent 100%);pointer-events:none}.glass-panel:hover{background:var(--glass-bg-hover);border-color:var(--glass-highlight);transform:translateY(-2px);box-shadow:0 12px 32px -4px #0000004d}.text-gradient{background:linear-gradient(135deg,#fff,#a1a1a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-alt{background:linear-gradient(135deg,#e2e2e8,#86868b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-brand-gradient{display:inline-block;color:var(--color-brand-orange);background:linear-gradient(135deg,var(--color-brand-orange-light),var(--color-brand-orange-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.badge-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:50px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-main)}.badge-dot{width:8px;height:8px;border-radius:50%;background:var(--color-brand-orange);box-shadow:0 0 10px var(--color-brand-orange)}.btn-primary{background:linear-gradient(135deg,var(--color-brand-orange-light),var(--color-brand-orange-dark));color:#fff;padding:.8rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 15px #f973164d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f9731680}.btn-secondary{background:#ffffff0d;color:#fff;padding:.8rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.feature-list li{position:relative;padding-left:1.5rem;color:var(--color-text-muted)}.feature-list li:before{content:"";position:absolute;left:0;top:.55rem;width:6px;height:6px;border-radius:50%;background-color:var(--color-brand-orange);box-shadow:0 0 8px var(--color-brand-orange)}.image-feature-text .feature-list li{color:#fff}.container{max-width:1400px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:0px}.image-feature-row{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:center}.image-feature-row.reverse{grid-template-columns:1.2fr 1fr}.image-feature-text{background:#ffffff08;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.5rem;transition:background .3s ease,border-color .3s ease}.image-feature-text:hover{background:#ffffff0d;border-color:#ffffff1f}.image-feature-media{gap:1.5rem}.image-feature-media img{width:100%;height:100%;object-fit:contain;background-color:#0003;border-radius:24px;border:1px solid rgba(255,255,255,.05);box-shadow:0 20px 40px #0000004d}.image-grid-1{display:grid;grid-template-columns:1.5fr 1fr}.image-grid-col{display:flex;flex-direction:column;gap:1.5rem}.image-grid-2{display:flex}.image-grid-2 img{aspect-ratio:16/10}.image-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width:1024px){.image-feature-row,.image-feature-row.reverse{grid-template-columns:1fr;gap:3.5rem}.image-feature-row.reverse .image-feature-media{order:-1}.image-feature-text{padding:1.5rem}}@media screen and (max-width:768px){h2{font-size:2.5rem!important}h3{font-size:1.8rem!important}.header-logo{left:1.5rem!important;height:100px!important}.deep-dive-grid{gap:4rem!important}.desktop-nav,.desktop-actions{display:none!important}.mobile-menu-toggle{display:flex!important}.mobile-nav-overlay{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1c1c1ef2}.hide-on-mobile{display:none!important}.image-grid-1,.image-grid-3{grid-template-columns:1fr}.app-header{padding:1.5rem 1.5rem 1rem!important}.hero-section{padding:0 1.5rem!important;text-align:center;justify-content:center!important}h1{font-size:3.5rem!important;white-space:normal!important;word-break:break-word;letter-spacing:-.02em!important}.hero-text{font-size:1.1rem!important;margin:0 auto 2rem!important}.hero-actions{justify-content:center!important}.content-section{padding:5rem 1.5rem!important;height:auto!important;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.panel-container{position:relative!important;top:auto!important;justify-content:center!important;margin-bottom:2rem}.glass-panel{width:100%!important;padding:2rem!important}.capabilities-grid{grid-template-columns:1fr!important}#philosophy>div{grid-template-columns:1fr!important;gap:3rem!important}#philosophy .feature-grid{grid-template-columns:1fr!important}.cta-section{height:auto!important;padding:5rem 1.5rem!important}.cta-title{font-size:3rem!important}button[aria-label="Back to top"]{bottom:1.5rem!important;right:1.2rem!important;width:44px!important;height:44px!important}}.app-footer{margin-top:5rem;padding:4rem 5rem 2rem;position:relative;z-index:10;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-top:1px solid var(--glass-border)}.footer-content{max-width:1400px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1fr 2fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.05)}.footer-brand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.footer-logo{height:120px;width:auto;object-fit:contain}.footer-tagline{font-size:.95rem;line-height:1.6;color:#fff;max-width:320px;text-align:left}.footer-socials{display:flex;justify-content:center;gap:1.2rem}.footer-socials a{color:var(--color-text-muted);transition:color .3s ease,transform .3s ease}.footer-socials a:hover{color:#fff;transform:translateY(-3px)}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-link-group h4{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1.5rem}.footer-link-group ul{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer-link-group a{font-size:.95rem;color:var(--color-text-muted);transition:color .2s ease}.footer-link-group a:hover,.footer-link-group ul.links-white a{color:#fff}.footer-bottom{padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom-info{display:flex;align-items:center;gap:3rem;font-size:.85rem;color:var(--color-text-muted)}.footer-legal-links{display:flex;gap:1.5rem}.footer-legal-links a:hover{text-decoration:underline}.footer-waitlist-status{display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;color:var(--color-text-main);background:#ffffff08;padding:.5rem 1rem;border-radius:50px;border:1px solid rgba(255,255,255,.05)}@media screen and (max-width:1024px){.footer-main{grid-template-columns:1fr;gap:3rem}}@media screen and (max-width:768px){.app-footer{padding:4rem 1.5rem 2rem}.footer-links-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:2rem}.footer-bottom-info{flex-direction:column;align-items:flex-start;gap:1.5rem}}.about-icon-box{background:#f973161a;padding:1.5rem;border-radius:16px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(249,115,22,.2);flex-shrink:0}@media screen and (max-width:768px){.about-hero h1{font-size:3rem!important}.about-grid .glass-panel>div{flex-direction:column;gap:1.5rem}.about-icon-box{padding:1rem}}.careers-container{min-height:100vh;padding:12rem 2rem 6rem}.careers-hero-title{font-size:4.5rem;margin-bottom:2rem;line-height:1.1}.careers-hero-subtitle{font-size:1.25rem;line-height:1.6;color:#fff;max-width:800px;margin-bottom:3rem}.careers-empty-state{padding:4rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.careers-icon-wrapper{width:64px;height:64px;border-radius:16px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}@media screen and (max-width:768px){.careers-container{padding:8rem 1.5rem 4rem}.careers-hero-title{font-size:3rem!important;margin-bottom:1.5rem}.careers-hero-subtitle{font-size:1.1rem!important;margin-bottom:2rem}.careers-empty-state{padding:2.5rem 1.5rem!important}.back-button-careers{margin-bottom:2rem!important}}.contact-container{min-height:100vh;padding:12rem 2rem 6rem}.contact-hero-title{font-size:4.5rem;margin-bottom:2rem;line-height:1.1}.contact-hero-subtitle{font-size:1.25rem;line-height:1.6;color:#fff;max-width:800px;margin-bottom:3rem}.contact-card{padding:4rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.contact-icon-wrapper{width:64px;height:64px;border-radius:16px;background:#ffffff0d;display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){.contact-container{padding:8rem 1.5rem 4rem}.contact-hero-title{font-size:3rem!important;margin-bottom:1.5rem}.contact-hero-subtitle{font-size:1.1rem!important;margin-bottom:2rem}.contact-card{padding:2.5rem 1.5rem!important;gap:1.5rem}.back-button-contact{margin-bottom:2rem!important}}.policy-container{min-height:100vh;padding:12rem 2rem 6rem;color:#fff}.policy-content{max-width:900px;margin:0 auto}.policy-card{padding:4rem;margin-bottom:4rem}.policy-header{margin-bottom:4rem}.policy-header h1{font-size:4rem;margin-bottom:1.5rem;line-height:1.1}.policy-header p{font-size:1.1rem;color:#ffffffb3}.policy-section{margin-bottom:3rem}.policy-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:#fff}.policy-section h3{font-size:1.25rem;margin-bottom:1rem;color:#fff;font-weight:600}.policy-section p,.policy-section ul{font-size:1.1rem;line-height:1.7;color:#ffffffe6;margin-bottom:1.5rem}.policy-section ul{padding-left:1.5rem;list-style-type:disc}.policy-section li{margin-bottom:.75rem}@media screen and (max-width:768px){.policy-container{padding:8rem 1.5rem 4rem}.policy-header h1{font-size:2.75rem}.policy-section h2{font-size:1.5rem}.policy-card{padding:2.5rem 1.25rem!important;margin-bottom:2rem!important}}
