@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;color:#1f2937;background-color:#f9fafb;line-height:1.6}.container{max-width:1280px;margin:0 auto;padding:0 20px}.section-padding{padding:80px 0}.nav{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease;background:transparent}.nav.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.nav-content{justify-content:space-between;height:80px}.nav-content,.nav-logo{display:flex;align-items:center}.nav-logo{gap:12px}.nav-logo img{width:48px;height:48px;border-radius:8px;background:white;padding:4px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.nav-logo span{font-weight:700;font-size:20px;color:white}.nav.scrolled .nav-logo span{color:#1f2937}.nav-menu{display:flex;align-items:center;gap:32px}.nav-menu a{color:white;text-decoration:none;font-weight:500;transition:color .3s ease}.nav.scrolled .nav-menu a{color:#374151}.nav-menu a:hover{color:#3b82f6}.nav-cta{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;padding:12px 24px;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease}.nav-cta:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.header{position:relative;overflow:hidden;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;padding:120px 0 80px}.header-bg{position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(29,78,216,.2))}.header-decoration{position:absolute;top:0;left:0;width:100%;height:100%}.header-decoration:after,.header-decoration:before{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.1);filter:blur(40px)}.header-decoration:before{top:40px;left:40px;width:128px;height:128px}.header-decoration:after{bottom:40px;right:40px;width:160px;height:160px}.header-content{position:relative;z-index:10;text-align:center}.header-logo{display:flex;justify-content:center;margin-bottom:32px}.header-logo img{width:128px;height:128px;border-radius:16px;background:transparent;padding:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);transition:transform .3s ease}.header-logo img:hover{transform:scale(1.05)}.header h1{font-size:4rem;font-weight:800;margin-bottom:24px;line-height:1.1}.header p{font-size:1.5rem;font-weight:300;max-width:768px;margin:0 auto 40px;opacity:.95;line-height:1.5}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;font-weight:600;padding:16px 32px;border-radius:12px;border:none;cursor:pointer;font-size:1.125rem;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.btn-secondary{background:white;color:#3b82f6;border:2px solid #dbeafe;font-weight:600;padding:16px 32px;border-radius:12px;cursor:pointer;font-size:1.125rem;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{border-color:#bfdbfe;background-color:#f8fafc;transform:scale(1.05)}.card{background:white;border-radius:16px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #f1f5f9;padding:32px}.card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.section-title{text-align:center;font-size:3rem;font-weight:700;margin-bottom:24px;color:#1f2937}.section-subtitle{width:96px;height:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);margin:0 auto 64px;border-radius:2px}.grid{display:grid;gap:32px}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.icon{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;transition:transform .3s ease}.card:hover .icon{transform:scale(1.1)}.icon svg{width:32px;height:32px;color:white}.text-center{text-align:center}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mb-16{margin-bottom:64px}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.bg-white{background-color:white}.bg-gray-50{background-color:#f9fafb}.bg-gradient-gray{background:linear-gradient(135deg,#f9fafb,#e5e7eb)}.footer{background:linear-gradient(135deg,#1f2937,#374151);color:white;padding:80px 0 40px}.footer-content{text-align:center;margin-bottom:48px}.footer-logo{width:64px;height:64px;border-radius:12px;background:white;padding:8px;margin:0 auto 24px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-bottom:48px}.footer-section h4{font-size:1.25rem;font-weight:600;margin-bottom:16px}.footer-section p{color:#d1d5db;margin-bottom:8px}.footer-bottom{border-top:1px solid #374151;padding-top:32px;text-align:center;color:#9ca3af}.footer-links{display:flex;justify-content:center;gap:24px;margin-top:16px}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:white}@media (max-width:768px){.header h1{font-size:2.5rem}.header p{font-size:1.25rem}.section-title{font-size:2rem}.nav-menu{display:none}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (max-width:480px){.header h1{font-size:2rem}.header p{font-size:1.125rem}.container{padding:0 16px}}@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}