@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#1a1a1a;background:#ffffff;overflow-x:hidden}.header{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000;transition:all .3s ease}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo{font-size:1.8rem;font-weight:700;color:#2563eb;letter-spacing:-.02em}.nav-menu{display:flex;list-style:none;gap:2.5rem}.nav-menu a{color:#666;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative}.nav-menu a:hover{color:#2563eb}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#2563eb;transition:width .3s ease}.nav-menu a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;padding:5px}.hamburger span{width:20px;height:2px;background:#2563eb;margin:2px 0;transition:.3s;border-radius:1px}.section{padding:6rem 0}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#000;margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#eff6ff,#ffffff);position:relative;padding:12rem 0 8rem}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(37,99,235,.08) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.08) 0,transparent 50%);pointer-events:none}.hero-content{max-width:1000px;padding:0 2rem;position:relative;z-index:2}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;color:#000;margin-bottom:3rem;letter-spacing:-.03em;line-height:1.2;margin-top:2rem}.hero-description{font-size:clamp(1.1rem,2.5vw,1.4rem);color:#666;font-weight:400;line-height:1.7;max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:5rem}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2.5rem;margin-bottom:4rem;padding:0 1rem}.hero-stat{text-align:center;background:rgba(255,255,255,.8);padding:1.5rem 1rem;border-radius:12px;backdrop-filter:blur(10px);border:1px solid rgba(37,99,235,.1);transition:all .3s ease}.hero-stat:hover{transform:translateY(-5px);background:rgba(255,255,255,.95);box-shadow:0 10px 30px rgba(37,99,235,.15)}.hero-stat-number{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#2563eb;display:block;margin-bottom:.5rem}.hero-stat-label{font-size:clamp(.8rem,1.5vw,.9rem);color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.btn-primary{background:#2563eb;color:#fff;padding:1.2rem 2.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;min-width:180px}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px rgba(37,99,235,.25)}.btn-secondary{background:transparent;color:#2563eb;padding:1.2rem 2.5rem;border:2px solid #2563eb;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;min-width:180px}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.about{background:#fafbfc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{font-size:1.1rem;color:#666;line-height:1.8}.about-text h3{color:#000;font-size:1.8rem;font-weight:600}.about-text h3,.about-text p{margin-bottom:1.5rem}.features-list{list-style:none;margin-top:2rem}.features-list li{display:flex;align-items:center;margin-bottom:1rem;color:#666;font-size:1rem}.features-list li:before{content:"✓";background:#2563eb;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;margin-right:1rem;flex-shrink:0}.products{background:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:4rem}.product-card{background:#fafbfc;border-radius:16px;padding:2.5rem;transition:all .3s ease;border:1px solid rgba(37,99,235,.1);position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6);transform:scaleX(0);transition:transform .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(37,99,235,.15);background:#fff}.product-card:hover:before{transform:scaleX(1)}.product-icon{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;margin-bottom:1.5rem}.product-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:1rem;letter-spacing:-.01em}.product-description{color:#666;margin-bottom:2rem;line-height:1.6}.product-links{display:flex;flex-wrap:wrap;gap:.75rem}.product-link{background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease}.product-link:hover{background:#1d4ed8;transform:translateY(-2px)}.hidden-section{display:none;padding:6rem 0;background:#fafbfc}.hidden-section.active{display:block}.content-card{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.policy-section{margin-bottom:2.5rem}.policy-section h3{color:#2563eb;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.policy-section h4{color:#000;margin-bottom:.5rem;margin-top:1.5rem;font-size:1.1rem;font-weight:600}.policy-section p{color:#666;line-height:1.7;margin-bottom:1rem}.policy-section ul{margin-left:1.5rem;margin-bottom:1rem}.policy-section li{color:#666;margin-bottom:.5rem;line-height:1.6}.footer{background:#000;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.footer-section a{color:#999;text-decoration:none;display:block;margin-bottom:.75rem;transition:color .3s ease;font-size:.95rem;cursor:pointer}.footer-section a:hover{color:#fff}.footer-section p{color:#999;line-height:1.6;margin-bottom:1rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#666;font-size:.9rem}.scroll-indicator{position:fixed;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#2563eb,#3b82f6);z-index:9999;transition:width .3s}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);width:100%;text-align:center;transition:.3s;padding:2rem 0;gap:1.5rem}.nav-menu.active{left:0}.section{padding:4rem 0}.hero{padding:8rem 0 5rem;min-height:90vh}.hero h1{font-size:clamp(2rem,8vw,3rem);margin-bottom:2rem;margin-top:1rem}.hero-description{font-size:clamp(1rem,4vw,1.2rem);margin-bottom:3.5rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.cta-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:280px}.about-content{gap:2rem}.about-content,.footer-content,.products-grid{grid-template-columns:1fr}.footer-content{gap:2rem}.content-card{padding:2rem}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}.__variable_e8ce0c{--font-inter:"Inter","Inter Fallback"}