:root{--primary:#0f172a;--primary-light:#1e293b;--accent:#3b82f6;--accent-glow:#3b82f680;--secondary:#06b6d4;--bg-light:#f8fafc;--bg-white:#fff;--text-dark:#0f172a;--text-muted:#64748b;--text-light:#f1f5f9;--radius-sm:8px;--radius-md:16px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{max-width:100vw;color:var(--text-dark);background-color:var(--bg-light);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}img,svg{max-width:100%;height:auto;display:block}ul{list-style:none}a{color:inherit;text-decoration:none;transition:all .2s}h1,h2,h3,h4,h5{color:var(--primary);margin-bottom:1rem;font-weight:800;line-height:1.1}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{color:var(--text-muted);margin-bottom:1rem}@media (min-width:768px){h1{font-size:3.5rem}h2{font-size:2.5rem}}.text-gradient{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-white{color:#fff!important}.text-primary{color:var(--primary)!important}.text-accent{color:var(--accent)!important}.text-muted{color:var(--text-muted)!important}.text-slate-300{color:#cbd5e1!important}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.text-center{text-align:center}.text-left{text-align:left}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0;position:relative}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.-top-10{top:-2.5rem}.-left-4{left:-1rem}.-right-4{right:-1rem}.-right-10{right:-2.5rem}.bottom-8{bottom:2rem}.right-8{right:2rem}.left-8{left:2rem}.top-full{top:100%}.w-full{width:100%}.h-full{height:100%}.w-1\/2{width:50%}.h-1\/2{height:50%}.w-8{width:2rem}.h-8{height:2rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-4{width:1rem}.h-4{height:1rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.z-10{z-index:10}.z-50{z-index:50}.-z-10{z-index:-10}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.shrink-0{flex-shrink:0}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.grid{gap:2rem;display:grid}.grid-cols-1{grid-template-columns:minmax(0,1fr)}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:minmax(0,1fr)}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pt-20{padding-top:5rem}.pb-10{padding-bottom:2.5rem}.pt-32{padding-top:8rem}.pb-20{padding-bottom:5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-2{margin-top:.5rem}.ml-4{margin-left:1rem}.mx-auto{margin-left:auto;margin-right:auto}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-blue-50{background-color:#eff6ff}.bg-primary{background-color:var(--primary)}.bg-accent{background-color:var(--accent)}.bg-primary\/10{background-color:#0f172a1a}.bg-white\/10{background-color:#ffffff1a}.bg-white\/90{background-color:#ffffffe6}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px)}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}.shadow-sm{box-shadow:0 1px 2px #0000000d}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;transition:transform .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:#fff}.card{border-radius:var(--radius-md);background:#fff;border:1px solid #f1f5f9;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.navbar{z-index:1000;background:0 0;width:100%;height:80px;transition:background .3s;position:fixed;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;box-shadow:0 1px 3px #0000001a}.nav-container{justify-content:space-between;align-items:center;height:100%;display:flex}.nav-link{color:var(--text-dark);margin:0 1rem;font-size:.95rem;font-weight:500}.nav-link:hover{color:var(--accent)}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;display:none}.nav-links{display:flex}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}.flex-col-mobile{flex-direction:column}.w-full-mobile{width:100%}.grid-cols-1-mobile{grid-template-columns:1fr}h1{font-size:2rem}.container{padding:0 1rem}.btn{width:100%;margin-bottom:.5rem}.flex-row{flex-wrap:wrap}}input,select,textarea{border:1px solid #e2e8f0;border-radius:.5rem;width:100%;margin-bottom:1rem;padding:.75rem;font-family:inherit;display:block}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);border-color:#0000}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_396b12ce-module__rRjk0G__className{font-family:Inter,Inter Fallback;font-style:normal}
