.Header-module__hBw1pG__headerWrapper{z-index:50;width:100%;position:sticky;top:0}.Header-module__hBw1pG__topBar{background-color:var(--secondary);color:var(--secondary-foreground);padding:.5rem 0;font-size:.875rem}.Header-module__hBw1pG__topBarContainer{justify-content:space-between;align-items:center;padding:0 2rem;display:flex}.Header-module__hBw1pG__topBarLeft,.Header-module__hBw1pG__topBarRight{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__contactItem{align-items:center;gap:.5rem;transition:color .2s;display:flex}.Header-module__hBw1pG__contactItem:hover{color:var(--primary)}.Header-module__hBw1pG__mainHeader{-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background-color:#fffffff2;padding:1rem 0;transition:all .3s}.Header-module__hBw1pG__mainHeaderContainer{justify-content:space-between;align-items:center;padding:0 2rem;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-serif);color:var(--primary);align-items:center;gap:.5rem;font-size:1.75rem;font-weight:700;display:flex}.Header-module__hBw1pG__logo span{color:var(--secondary)}.Header-module__hBw1pG__nav{display:none}@media (min-width:992px){.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}}.Header-module__hBw1pG__navLink{text-transform:uppercase;color:var(--foreground);letter-spacing:.5px;padding:.5rem 0;font-size:.95rem;font-weight:600;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__navLink:hover{color:var(--primary)}.Header-module__hBw1pG__mobileMenuBtn{color:var(--foreground);background:0 0;border:none;display:block}@media (min-width:992px){.Header-module__hBw1pG__mobileMenuBtn{display:none}}.Header-module__hBw1pG__mobileMenu{background-color:var(--background);border-bottom:1px solid var(--border);width:100%;box-shadow:var(--shadow-md);padding:1rem;animation:.3s ease-out Header-module__hBw1pG__slideDown;display:block;position:absolute;top:100%;left:0}@media (min-width:992px){.Header-module__hBw1pG__mobileMenu{display:none}}.Header-module__hBw1pG__mobileNav{flex-direction:column;gap:.5rem;display:flex}.Header-module__hBw1pG__mobileNavLink{text-transform:uppercase;color:var(--foreground);border-radius:var(--radius-sm);padding:.75rem 1rem;font-weight:600;transition:background-color .2s}.Header-module__hBw1pG__mobileNavLink:hover{background-color:var(--muted);color:var(--primary)}.Header-module__hBw1pG__mobileAuth{border-top:1px solid var(--border);color:var(--primary);cursor:pointer;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-weight:600;display:flex}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__S6Hkya__footer{background-color:var(--secondary);color:var(--secondary-foreground);padding:4rem 0 2rem;font-size:.875rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 2fr}}.Footer-module__S6Hkya__column h4{color:#fff;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;position:relative}.Footer-module__S6Hkya__column h4:after{content:"";background-color:var(--primary);width:40px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__logo{font-family:var(--font-serif);color:var(--primary);margin-bottom:1rem;font-size:2rem;font-weight:700;display:inline-block}.Footer-module__S6Hkya__logo span{color:#fff}.Footer-module__S6Hkya__description{color:#a0a0a0;margin-bottom:1.5rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socialIcon{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--primary);transform:translateY(-3px)}.Footer-module__S6Hkya__links{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__links a{color:#a0a0a0;align-items:center;transition:color .3s;display:flex}.Footer-module__S6Hkya__links a:before{content:"→";color:var(--primary);opacity:0;margin-right:.5rem;transition:all .3s;transform:translate(-5px)}.Footer-module__S6Hkya__links a:hover{color:#fff}.Footer-module__S6Hkya__links a:hover:before{opacity:1;transform:translate(0)}.Footer-module__S6Hkya__newsletter p{color:#a0a0a0;margin-bottom:1rem}.Footer-module__S6Hkya__inputGroup{border-radius:var(--radius-sm);background:#ffffff1a;display:flex;overflow:hidden}.Footer-module__S6Hkya__inputGroup input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.75rem 1rem}.Footer-module__S6Hkya__inputGroup input::placeholder{color:#a0a0a0}.Footer-module__S6Hkya__inputGroup button{background:var(--primary);color:#fff;padding:0 1.5rem;font-weight:600;transition:background .3s}.Footer-module__S6Hkya__inputGroup button:hover{background:var(--primary-hover)}.Footer-module__S6Hkya__bottom{text-align:center;color:#a0a0a0;border-top:1px solid #ffffff1a;padding-top:2rem}
:root{--primary:#ed1c24;--primary-hover:#c91017;--primary-light:#fff0d5;--primary-foreground:#fff;--secondary:#111;--secondary-light:#333;--secondary-foreground:#fff;--background:#fff;--foreground:#111;--muted:#f5f5f7;--muted-foreground:#666;--border:#e6e6e6;--input:#ccc;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--font-sans:"Inter", system-ui, sans-serif;--font-serif:"Playfair Display", serif}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--primary)}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.text-primary{color:var(--primary)}.bg-primary{background-color:var(--primary);color:var(--primary-foreground)}.bg-muted{background-color:var(--muted)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.btn{border-radius:var(--radius-full);justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{border:1px solid var(--primary);color:var(--primary)}.btn-outline:hover{background-color:var(--primary-light)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}@media (min-width:768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}}.fade-in{animation:.5s ease-in-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.glass{-webkit-backdrop-filter:blur(12px);background:#fffc;border:1px solid #ffffff4d}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.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.0m6w47a4e5dy9.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.11u06r12fd6v_.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.0wxq9webf.ew4.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.067x_6k0k23tk.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.16ipb6fqu393i.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.0q-301v4kxxnr.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_b2991b2-module__9mH_6q__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_b2991b2-module__9mH_6q__variable{--font-sans:"Inter", "Inter Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.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:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.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:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.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:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_b7700c01-module__LbZqPq__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_b7700c01-module__LbZqPq__variable{--font-serif:"Playfair Display", "Playfair Display Fallback"}
