@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_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter","Inter Fallback"}
:root{--primary:#d32f2f;--primary-hover:#b71c1c;--secondary:#fff;--accent:#fbc02d;--foreground:#1a1a1a;--background:#fff;--muted:#f5f5f5;--muted-foreground:#666;--border:#e5e5e5;--radius:8px;--container-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-inter),sans-serif;color:var(--foreground);background:var(--background);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1rem}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background-color:var(--primary);color:#fff}
.Header-module__lnUIdW__header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffffa;align-items:center;height:90px;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__headerHidden{transform:translateY(-100%)}.Header-module__lnUIdW__container{justify-content:space-between;align-items:center;display:flex}.Header-module__lnUIdW__logoLink{align-items:center;display:flex}.Header-module__lnUIdW__nav{align-items:center;gap:2rem;display:flex}.Header-module__lnUIdW__navItem{align-items:center;height:90px;display:flex;position:relative}.Header-module__lnUIdW__link{color:var(--foreground);cursor:pointer;align-items:center;gap:.3rem;font-size:1rem;font-weight:500;transition:color .2s;display:flex}.Header-module__lnUIdW__link:hover{color:var(--primary)}.Header-module__lnUIdW__dropdown{border:1px solid var(--border);border-radius:var(--radius);opacity:0;visibility:hidden;background:#fff;flex-direction:column;min-width:200px;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #0000001a}.Header-module__lnUIdW__dropdownOpen{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__lnUIdW__dropdown a{color:var(--muted-foreground);border-radius:var(--radius);white-space:nowrap;padding:.75rem 1rem}.Header-module__lnUIdW__dropdown a:hover{background-color:var(--muted);color:var(--primary)}.Header-module__lnUIdW__mobileToggle{cursor:pointer;background:0 0;border:none;display:none}@media (max-width:900px){.Header-module__lnUIdW__mobileToggle{display:block}.Header-module__lnUIdW__nav{border-bottom:1px solid var(--border);background:#fff;flex-direction:column;align-items:flex-start;gap:0;width:100%;height:auto;padding:1rem;display:none;position:absolute;top:90px;left:0}.Header-module__lnUIdW__mobileOpen{display:flex}.Header-module__lnUIdW__navItem{flex-direction:column;align-items:flex-start;width:100%;height:auto}.Header-module__lnUIdW__link{justify-content:space-between;width:100%;padding:1rem 0}.Header-module__lnUIdW__dropdown{box-shadow:none;opacity:1;visibility:visible;border:none;width:100%;padding:0 0 0 1rem;display:none;position:static;transform:none}.Header-module__lnUIdW__dropdownOpen{display:flex}}
.Footer-module__3hUVsW__footer{border-top:1px solid var(--border);background-color:#f9f9f9;margin-top:auto;padding-top:4rem}.Footer-module__3hUVsW__container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding-bottom:4rem;display:grid}.Footer-module__3hUVsW__heading{color:var(--primary);margin-bottom:1rem}.Footer-module__3hUVsW__subHeading{color:var(--foreground);margin-bottom:1rem;font-size:1.1rem}.Footer-module__3hUVsW__text{color:var(--muted-foreground);line-height:1.6}.Footer-module__3hUVsW__list{margin-bottom:1.5rem;padding:0;list-style:none}.Footer-module__3hUVsW__list li{margin-bottom:.5rem}.Footer-module__3hUVsW__list a{color:var(--muted-foreground);transition:color .2s}.Footer-module__3hUVsW__list a:hover{color:var(--primary)}.Footer-module__3hUVsW__socials{gap:1rem;display:flex}.Footer-module__3hUVsW__socials a{color:var(--muted-foreground);font-size:.9rem;font-weight:500;transition:color .2s}.Footer-module__3hUVsW__socials a:hover{color:var(--primary)}.Footer-module__3hUVsW__bottomBar{color:#fff;text-align:center;background-color:#111;padding:1.5rem 0;font-size:.9rem}
