:root{--primary-red:#c00;--bg-white:#fff;--bg-black:#000;--bg-footer-main:#000;--bg-footer-bottom:#111;--bg-light-grey:#eee;--text-black:#000;--text-dark-grey:#333;--text-grey:#666;--text-meta:#888;--text-white:#fff;--border-color:#eee;--font-heading:"Google Sans",sans-serif;--font-body:"Google Sans",sans-serif}[data-theme=dark]{--bg-white:#121212;--bg-black:#1e1e1e;--bg-light-grey:#2a2a2a;--text-black:#e0e0e0;--text-dark-grey:#ccc;--text-grey:#aaa;--border-color:#333}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-grey);background:var(--bg-white);font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-black);margin-bottom:.5em;font-weight:700;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--primary-red)}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 15px}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.grid{display:grid}.gap-4{gap:1rem}.text-uppercase{text-transform:uppercase}.text-red{color:var(--primary-red)}.bg-black{background-color:var(--bg-black);color:#fff}.bg-red{background-color:var(--primary-red);color:#fff}.btn{cursor:pointer;font-family:var(--font-heading);text-transform:uppercase;border:none;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background .3s;display:inline-block}.btn-primary{background-color:var(--primary-red);color:#fff}.btn-primary:hover{color:#fff;background-color:#a00}.btn-outline{color:var(--primary-red);border:1px solid var(--border-color);background-color:#0000;transition:all .3s}.btn-outline:hover{border-color:var(--primary-red);background-color:var(--primary-red);color:#fff}.badge{background:var(--primary-red);color:#fff;text-transform:uppercase;margin-bottom:5px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(to right,var(--bg-light-grey)4%,#e0e0e0 25%,var(--bg-light-grey)36%);background-size:1000px 100%;animation:2s linear infinite shimmer}[data-theme=dark] .skeleton{background:linear-gradient(to right,var(--bg-light-grey)4%,#333 25%,var(--bg-light-grey)36%)}
.Header-module__KppamW__topBar{background-color:var(--bg-black);color:var(--text-white);justify-content:space-between;padding:8px 0;font-size:.8rem;display:flex}.Header-module__KppamW__topBarContainer{justify-content:space-between;width:100%;display:flex}.Header-module__KppamW__topBarLinks{align-items:center;display:flex}.Header-module__KppamW__topBarLinks a{color:var(--text-white);margin-left:15px;transition:color .2s}.Header-module__KppamW__topBarLinks a:hover{color:var(--primary-red)}.Header-module__KppamW__logoArea{border-bottom:1px solid var(--border-color);background-color:var(--primary-red);padding:30px 0}.Header-module__KppamW__logoAreaContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__KppamW__logo{font-family:var(--font-heading);text-transform:uppercase;color:#fff;letter-spacing:-1px;font-size:2.5rem;font-weight:900}.Header-module__KppamW__logo span{color:#fff}.Header-module__KppamW__adSpace{background-color:var(--bg-light-grey);width:728px;height:90px;color:var(--text-grey);text-transform:uppercase;justify-content:center;align-items:center;margin-left:20px;font-size:.8rem;display:flex}.Header-module__KppamW__navBar{background-color:var(--bg-white);border-bottom:3px solid var(--primary-red);z-index:1000;position:sticky;top:0;box-shadow:0 2px 5px #0000000d}.Header-module__KppamW__navContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__KppamW__navLinks{display:flex}.Header-module__KppamW__navItem{font-family:var(--font-heading);text-transform:uppercase;color:var(--text-black);padding:15px 20px;font-size:.9rem;font-weight:700;display:block;position:relative}.Header-module__KppamW__navItem:hover,.Header-module__KppamW__navItem.Header-module__KppamW__active{color:var(--primary-red)}.Header-module__KppamW__searchIcon{cursor:pointer;color:var(--text-black);padding:15px}.Header-module__KppamW__searchIcon:hover{color:var(--primary-red)}.Header-module__KppamW__mobileMenuBtn{cursor:pointer;color:var(--text-black);background:0 0;border:none;padding:10px;font-size:1.5rem;display:none}.Header-module__KppamW__mobileNav{display:none}@media (max-width:768px){.Header-module__KppamW__navLinks{display:none}.Header-module__KppamW__mobileMenuBtn{display:block}.Header-module__KppamW__mobileNav{background:var(--bg-white);z-index:10000;width:100%;height:100vh;padding:20px;transition:transform .3s ease-in-out;display:block;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.Header-module__KppamW__mobileNav.Header-module__KppamW__open{transform:translate(0)}.Header-module__KppamW__mobileNavHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;display:flex}.Header-module__KppamW__mobileNavLink{font-family:var(--font-heading);text-transform:uppercase;border-bottom:1px solid var(--border-color);color:var(--text-black);padding:15px 0;font-size:1.2rem;font-weight:700;transition:color .2s;display:block}.Header-module__KppamW__mobileNavLink:hover{color:var(--primary-red);padding-left:10px}.Header-module__KppamW__logoArea{padding:15px 0}.Header-module__KppamW__logo{font-size:1.8rem}.Header-module__KppamW__adSpace{display:none}.Header-module__KppamW__topBarContainer{flex-direction:column;align-items:flex-start;gap:10px}.Header-module__KppamW__topBarLinks{justify-content:space-between;width:100%}.Header-module__KppamW__navContainer{justify-content:space-between;padding:10px 15px}}
.Footer-module__UDEoiW__footer{background-color:var(--bg-footer-main);color:#ccc;margin-top:50px;padding:60px 0 30px}.Footer-module__UDEoiW__footerContainer{grid-template-columns:1.5fr 1fr 1.2fr;gap:40px;display:grid}@media (max-width:768px){.Footer-module__UDEoiW__footerContainer{grid-template-columns:1fr}}.Footer-module__UDEoiW__footerLogo{font-family:var(--font-heading);color:#fff;margin-bottom:20px;font-size:1.8rem;font-weight:700;display:block}.Footer-module__UDEoiW__footerLogo span{color:var(--primary-red)}.Footer-module__UDEoiW__footerDesc{color:#999;margin-bottom:20px;font-size:.9rem;line-height:1.6}.Footer-module__UDEoiW__column{margin-bottom:20px}.Footer-module__UDEoiW__heading{color:#fff;font-family:var(--font-heading);text-transform:uppercase;border-bottom:2px solid var(--primary-red);margin-bottom:20px;padding-bottom:5px;font-size:1.1rem;display:inline-block}.Footer-module__UDEoiW__links{flex-direction:column;display:flex}.Footer-module__UDEoiW__links a{color:#ccc;margin-bottom:12px;font-size:.9rem;transition:color .3s}.Footer-module__UDEoiW__links a:hover{color:var(--primary-red);padding-left:5px}.Footer-module__UDEoiW__newsletterInput{color:#fff;background:#222;border:none;width:100%;margin-bottom:15px;padding:12px}.Footer-module__UDEoiW__newsletterBtn{background:var(--primary-red);color:#fff;text-transform:uppercase;cursor:pointer;border:none;width:100%;padding:10px 20px;font-weight:700}.Footer-module__UDEoiW__bottomBar{background-color:var(--bg-footer-bottom);color:#555;border-top:1px solid #222;padding:20px 0;font-size:.8rem}.Footer-module__UDEoiW__bottomContainer{justify-content:space-between;display:flex}
