*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.7;color:#1a1a1a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.body-wrap{min-height:100vh;display:flex;flex-direction:column}a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}a:hover{color:#00d4ff}ul{list-style:none;padding:0;margin:0}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.site-header{background-color:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.875rem 0;position:sticky;top:0;z-index:100;border-bottom:1px solid #f3f4f6}.site-header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand-logo{height:56px;width:auto}.site-nav .nav-list{display:flex;gap:2rem}@media(max-width:640px){.site-nav .nav-list{gap:1.25rem}}.site-nav .nav-list a{color:#4b5563;font-weight:500;font-size:.9rem;position:relative;padding:.5rem 0}.site-nav .nav-list a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#00d4ff,#7c3aed);transition:width .3s ease}.site-nav .nav-list a:hover{color:#0a0a0a}.site-nav .nav-list a:hover:after{width:100%}.site-content{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .3s ease;cursor:pointer;border:none;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#fff;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;color:#fff}.btn-outline{background:transparent;color:#0a0a0a;border:2px solid #e5e7eb}.btn-outline:hover{border-color:#0a0a0a;background:#f8fafc;color:#0a0a0a}.btn-lg{padding:1rem 2.25rem;font-size:1rem}.hero{padding:5rem 0;text-align:center;position:relative;overflow:hidden}@media(min-width:768px){.hero{padding:6rem 0}}.hero h1{margin:0 0 1.5rem;font-size:2.5rem;font-weight:700;letter-spacing:-.03em;line-height:1.15;color:#0a0a0a}@media(min-width:768px){.hero h1{font-size:3.5rem}}@media(min-width:1024px){.hero h1{font-size:4rem}}.hero .hero-tagline{font-size:1.125rem;color:#4b5563;margin:0 auto;max-width:600px;line-height:1.7}@media(min-width:768px){.hero .hero-tagline{font-size:1.25rem}}.hero.hero-primary{background:linear-gradient(180deg,#fff,#f8fafc);padding:6rem 0 7rem}@media(min-width:768px){.hero.hero-primary{padding:8rem 0 9rem}}.hero.hero-primary:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:100%;max-width:1000px;height:800px;background:radial-gradient(ellipse at center,rgba(0,212,255,.06) 0%,transparent 60%);pointer-events:none}.hero.hero-primary .hero-content{position:relative;z-index:1}.hero.hero-secondary{padding:4rem 0 5rem;background:#f8fafc}@media(min-width:768px){.hero.hero-secondary{padding:5rem 0 6rem}}.hero.hero-secondary h1{font-size:2.25rem}@media(min-width:768px){.hero.hero-secondary h1{font-size:3rem}}.hero-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#00d4ff;margin-bottom:1rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2.5rem}.section{padding:5rem 0}@media(min-width:768px){.section{padding:6rem 0}}.section:nth-child(2n){background-color:#f8fafc}.section h2{margin:0 0 1.5rem;font-size:2rem;font-weight:700;color:#0a0a0a;letter-spacing:-.02em}@media(min-width:768px){.section h2{font-size:2.5rem}}.section p{color:#4b5563;font-size:1.05rem;line-height:1.8;margin:0 0 1.25rem}.section p:last-child{margin-bottom:0}.section-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#00d4ff;margin-bottom:.75rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:1rem}.section-header .section-desc{max-width:600px;margin:0 auto;color:#4b5563}.content-block{max-width:720px}.content-intro{max-width:800px;margin:0 auto;text-align:center}.content-intro p{max-width:700px;margin-left:auto;margin-right:auto}.lead{font-size:1.2rem!important;font-weight:400;color:#1a1a1a!important;line-height:1.75;margin-bottom:1.5rem!important}.feature-grid{display:grid;gap:1.5rem;margin-top:2.5rem}@media(min-width:768px){.feature-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.feature-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000a;transition:all .3s ease}@media(min-width:768px){.feature-card{padding:2.5rem}}.feature-card:hover{box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transform:translateY(-4px);border-color:#00d4ff4d}.feature-card .feature-percentage{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#00d4ff,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;line-height:1}@media(min-width:768px){.feature-card .feature-percentage{font-size:3.5rem}}.feature-card h3{margin:0 0 1rem;color:#0a0a0a;font-size:1.2rem;font-weight:600}.feature-card p{margin:0;font-size:1rem;color:#4b5563;line-height:1.7}.feature-card.highlight{border-color:#00d4ff66;background:linear-gradient(135deg,#00d4ff08,#7c3aed08)}.feature-card.highlight .feature-percentage{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);-webkit-background-clip:text;background-clip:text}.values-section{background:#fff!important}.values-grid{display:grid;gap:3rem;align-items:start}@media(min-width:900px){.values-grid{grid-template-columns:1fr 1fr;gap:4rem}}.values-content h2{font-size:2rem;margin-bottom:1rem}@media(min-width:768px){.values-content h2{font-size:2.5rem}}.values-content p{color:#4b5563;font-size:1.1rem;margin:0}.values-list{display:flex;flex-direction:column;gap:1.5rem}.value-item{display:flex;gap:1.25rem;align-items:flex-start}.value-number{font-size:.875rem;font-weight:700;color:#00d4ff;flex-shrink:0;padding-top:.125rem}.value-content h4{margin:0 0 .375rem;font-size:1.1rem;font-weight:600;color:#0a0a0a}.value-content p{margin:0;font-size:.95rem;color:#4b5563;line-height:1.6}.capabilities-section{background:#fff!important}.capabilities-grid{display:grid;gap:1.5rem}@media(min-width:768px){.capabilities-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.capability-card{background:#f8fafc;padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease}.capability-card:hover{background:#fff;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transform:translateY(-4px)}.capability-card .capability-icon{width:48px;height:48px;margin:0 auto 1.25rem;color:#00d4ff}.capability-card .capability-icon svg{width:100%;height:100%}.capability-card h3{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:#0a0a0a}.capability-card p{margin:0;font-size:.95rem;color:#4b5563;line-height:1.6}.benefits-section{background:#fff!important}.benefits-grid{display:grid;gap:3rem}@media(min-width:900px){.benefits-grid{grid-template-columns:1fr 2fr;gap:4rem;align-items:start}}.benefits-content h2{font-size:2rem;margin-bottom:1rem}@media(min-width:768px){.benefits-content h2{font-size:2.25rem}}.benefits-content p{color:#4b5563;font-size:1.05rem;margin:0}.benefits-cards{display:grid;gap:1.25rem}@media(min-width:600px){.benefits-cards{grid-template-columns:repeat(2,1fr)}}.benefit-card{background:#f8fafc;padding:1.5rem;border-radius:12px;transition:all .3s ease}.benefit-card:hover{background:#fff;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.benefit-card .benefit-icon{width:40px;height:40px;margin-bottom:1rem;color:#00d4ff}.benefit-card .benefit-icon svg{width:100%;height:100%}.benefit-card h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#0a0a0a}.benefit-card p{margin:0;font-size:.9rem;color:#4b5563;line-height:1.6}.cta-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)!important;text-align:center;padding:5rem 0}.cta-section .cta-content{max-width:600px;margin:0 auto}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:#ffffffb3;font-size:1.1rem;margin-bottom:2rem}.cta-section .btn-primary{background:#fff;color:#0a0a0a}.cta-section .btn-primary:hover{background:#ffffffe6;color:#0a0a0a}.quote-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)!important;color:#fff;text-align:center;position:relative;overflow:hidden;padding:5rem 0}@media(min-width:768px){.quote-section{padding:6rem 0}}.quote-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(0,212,255,.12) 0%,transparent 60%);pointer-events:none}.quote-section .quote{max-width:700px;margin:0 auto;position:relative}.quote-section .quote p{font-size:1.5rem;font-weight:300;font-style:italic;color:#fff;margin:0 0 1.25rem;line-height:1.5}@media(min-width:768px){.quote-section .quote p{font-size:1.75rem}}.quote-section .quote cite{font-style:normal;font-size:.95rem;color:#fff9;font-weight:500}.site-footer{background:#0a0a0a;color:#fff;padding:4rem 0 2rem;margin-top:auto}.footer-inner{display:grid;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.footer-inner{grid-template-columns:1.5fr 2fr;gap:4rem}}@media(min-width:1024px){.footer-inner{grid-template-columns:1.25fr 2fr}}.footer-brand .footer-logo-wrap{margin-left:-38px;margin-bottom:.5rem}.footer-brand .footer-logo{height:64px;width:auto;filter:brightness(0) invert(1)}.footer-brand .footer-tagline{color:#ffffff8c;font-size:.95rem;margin:0;line-height:1.65;max-width:300px}.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:600px){.footer-nav{grid-template-columns:repeat(3,1fr)}}.footer-nav h4{margin:0 0 1.25rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#fff6;font-weight:600}.footer-nav a{color:#ffffffbf;font-size:.9rem;transition:color .2s ease}.footer-nav a:hover{color:#00d4ff}.footer-nav li{margin-bottom:.625rem;color:#ffffff80;font-size:.9rem}.footer-column{min-width:0}.footer-bottom{padding-top:2rem;text-align:center}@media(min-width:768px){.footer-bottom{text-align:left}}.footer-copyright{margin:0;font-size:.85rem;color:#ffffff59}.not-found{text-align:center;padding:6rem 0;background:#f8fafc;min-height:60vh;display:flex;align-items:center}.not-found .not-found-content{width:100%}.not-found .error-code{font-size:8rem;font-weight:800;background:linear-gradient(135deg,#00d4ff,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin:0}@media(min-width:768px){.not-found .error-code{font-size:12rem}}.not-found h1{font-size:1.75rem;font-weight:600;color:#0a0a0a;margin:1rem 0}@media(min-width:768px){.not-found h1{font-size:2rem}}.not-found p{font-size:1.1rem;color:#4b5563;margin:0 0 2.5rem}.gradient-text{background:linear-gradient(135deg,#00d4ff,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:640px){.hero h1 br{display:none}}
