@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap";
:root{--primary:#ffd43a;--primary-accent:#683d16;--background:#fff;--background-alt:#f2f2f2;--foreground:#000;--text-muted:#4a4a4a;--max-width:1100px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--foreground);background:var(--background);font-family:Montserrat,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:900;line-height:1.2}p{margin-bottom:1.5rem}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}button,.btn{background:var(--primary);color:var(--foreground);cursor:pointer;border:none;border-radius:5px;padding:.8rem 1.5rem;font-weight:700;transition:transform .2s}button:hover,.btn:hover{transform:translateY(-2px)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-alt{background:var(--background-alt)}.text-center{text-align:center}
.Header-module__hBw1pG__header{background-color:var(--primary);border-bottom:2px solid var(--primary-accent);z-index:1000;align-items:center;height:80px;display:flex;position:sticky;top:0}.Header-module__hBw1pG__headerContent{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{color:var(--foreground);align-items:center;gap:.8rem;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImg{border:1px solid var(--primary-accent);border-radius:50%}.Header-module__hBw1pG__logoText{letter-spacing:.05em;font-size:1.4rem;font-weight:900}.Header-module__hBw1pG__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__hBw1pG__nav a{color:var(--foreground);text-transform:uppercase;font-size:.95rem;font-weight:800;text-decoration:none;transition:color .3s}.Header-module__hBw1pG__nav a:hover{color:var(--primary-accent)}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:25px;height:18px;padding:0;display:none}.Header-module__hBw1pG__hamburger span{background:var(--foreground);border-radius:10px;width:100%;height:3px;transition:all .3s}@media (max-width:768px){.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__nav{background:var(--primary);flex-direction:column;justify-content:center;gap:2.5rem;width:280px;height:100vh;padding:2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 20px #0000001a}.Header-module__hBw1pG__nav.Header-module__hBw1pG__open{right:0}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active span:first-child{transform:translateY(7.5px)rotate(45deg)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active span:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}}
.Footer-module__S6Hkya__footer{background-color:var(--primary-accent);color:#fff;margin-top:4rem;padding:4rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__brand .Footer-module__S6Hkya__title{color:var(--primary);margin-bottom:1rem}.Footer-module__S6Hkya__brand .Footer-module__S6Hkya__description{color:#e0e0e0;max-width:400px}.Footer-module__S6Hkya__subtitle{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.9rem}.Footer-module__S6Hkya__links ul{padding:0;list-style:none}.Footer-module__S6Hkya__links li{margin-bottom:.8rem}.Footer-module__S6Hkya__links a{color:#e0e0e0;font-size:.9rem}.Footer-module__S6Hkya__links a:hover{color:var(--primary)}.Footer-module__S6Hkya__copyright{text-align:center;color:#999;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.8rem}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}}
