@import "https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap";
.Header-module__nA-Gpa__header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#00000040;border-bottom:1px solid #ffffff14;width:100%;position:fixed;top:0;left:0}.Header-module__nA-Gpa__inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem clamp(1.5rem,4vw,3rem);display:flex}.Header-module__nA-Gpa__logoLink{align-items:center;gap:.5rem;display:flex}.Header-module__nA-Gpa__logo{width:auto;height:40px}.Header-module__nA-Gpa__nav{align-items:center;gap:2rem;display:flex}.Header-module__nA-Gpa__link{color:#fff;opacity:.9;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .2s;position:relative}.Header-module__nA-Gpa__link:hover{opacity:1}.Header-module__nA-Gpa__link:after{content:"";background:var(--red-primary);transform-origin:0;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.Header-module__nA-Gpa__link:hover:after{transform:scaleX(1)}.Header-module__nA-Gpa__active{opacity:1}.Header-module__nA-Gpa__active:after{transform:scaleX(1)}.Header-module__nA-Gpa__hamburger{cursor:pointer;width:24px;height:24px;z-index:calc(var(--z-header) + 2);background:0 0;border:none;display:none;position:relative}.Header-module__nA-Gpa__hamburger span{background:var(--red-primary);border-radius:10px;width:100%;height:2px;transition:transform .2s ease-in-out,opacity .2s ease-in-out,top .2s ease-in-out;position:absolute;left:0}.Header-module__nA-Gpa__hamburger span:first-child{top:4px}.Header-module__nA-Gpa__hamburger span:nth-child(2){top:11px}.Header-module__nA-Gpa__hamburger span:nth-child(3){top:18px}.Header-module__nA-Gpa__active span:first-child{top:11px;transform:rotate(45deg)}.Header-module__nA-Gpa__active span:nth-child(2){opacity:0}.Header-module__nA-Gpa__active span:nth-child(3){top:11px;transform:rotate(-45deg)}@media (max-width:768px){.Header-module__nA-Gpa__hamburger{display:block}.Header-module__nA-Gpa__nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;background:#000000d9;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:2rem 0;transition:opacity .25s,transform .25s;position:absolute;top:100%;left:0;transform:translateY(-10px)}.Header-module__nA-Gpa__nav.Header-module__nA-Gpa__open{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__nA-Gpa__nav a{font-size:1.1rem}}
:root{--red-primary:#e10600;--red-dark:#b00000;--red-glow:#ff2a2a;--black-main:#0b0b0b;--black-soft:#141414;--black-light:#1e1e1e;--text-main:#fff;--text-muted:#b3b3b3;--text-disabled:#6e6e6e;--accent-yellow:#ffc83d;--success-green:#2ecc71;--error-red:#ff4d4d;--font-heading:"Red Hat Display",sans-serif;--font-body:"Inter",sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--black-main);scroll-behavior:smooth;max-width:100dvw;min-height:100dvh;font-family:var(--font-body)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background-color:#0000;border-radius:0}::-webkit-scrollbar-track:hover{background-color:#0000}::-webkit-scrollbar-track:active{background-color:#0000}::-webkit-scrollbar-thumb{background-color:var(--red-dark);border-radius:0}::-webkit-scrollbar-thumb:hover{background-color:var(--red-primary)}::-webkit-scrollbar-thumb:active{background-color:var(--red-glow)}
.Footer-module__QbYc1a__footer{color:#fff;background:#0b0b0b}.Footer-module__QbYc1a__inner{grid-template-columns:1.5fr .5fr .5fr .75fr;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid}.Footer-module__QbYc1a__brand{flex-direction:column;display:flex}.Footer-module__QbYc1a__brand h3{margin-bottom:.6rem;font-size:1.4rem}.Footer-module__QbYc1a__brand p{opacity:.7;font-size:.95rem;line-height:1.5}.Footer-module__QbYc1a__simplepayLogoWrapper{margin-top:auto}.Footer-module__QbYc1a__simplepayLogo{transition:transform .2s}.Footer-module__QbYc1a__simplepayLogo:hover{transform:scale(1.05)}.Footer-module__QbYc1a__links,.Footer-module__QbYc1a__contact,.Footer-module__QbYc1a__legal{flex-direction:column;gap:.6rem;display:flex}.Footer-module__QbYc1a__links h4,.Footer-module__QbYc1a__contact h4{margin-bottom:.4rem;font-size:1rem}.Footer-module__QbYc1a__link,.Footer-module__QbYc1a__contactLink{color:#fff;opacity:.8;font-size:.95rem;text-decoration:none;transition:opacity .2s}.Footer-module__QbYc1a__link:hover{opacity:1}.Footer-module__QbYc1a__bottom{text-align:center;border-top:1px solid #ffffff14;padding:1.2rem 2rem}.Footer-module__QbYc1a__bottomInner{justify-content:space-between;max-width:1200px;margin:auto;display:flex}.Footer-module__QbYc1a__bottom p{opacity:.6;align-items:center;gap:.25rem;font-size:.85rem;display:flex}.Footer-module__QbYc1a__bottom a{color:var(--text-muted);text-decoration:none}.Footer-module__QbYc1a__bottom a:hover{text-decoration:underline}.Footer-module__QbYc1a__contactLink{align-items:center;gap:.5rem;width:fit-content;display:flex}@media (max-width:800px){.Footer-module__QbYc1a__inner{grid-template-columns:1fr 1fr;justify-content:space-between}}@media (max-width:600px){.Footer-module__QbYc1a__inner{flex-direction:column;display:flex}.Footer-module__QbYc1a__simplepayLogoWrapper{margin-top:1rem}}
.CookieBanner-module__7Fd5pG__wrapper{z-index:9999;justify-content:center;width:100%;padding:0 16px;animation:.4s CookieBanner-module__7Fd5pG__slideUp;display:flex;position:fixed;bottom:24px;left:0}.CookieBanner-module__7Fd5pG__banner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#141414f2;border:1px solid #ff2a2a40;border-radius:18px;flex-direction:column;gap:20px;width:100%;max-width:900px;padding:24px;display:flex;box-shadow:0 0 40px #e1060033}.CookieBanner-module__7Fd5pG__text h4{color:var(--text-main);margin-bottom:6px;font-size:18px}.CookieBanner-module__7Fd5pG__text p{color:var(--text-muted);font-size:14px;line-height:1.5}.CookieBanner-module__7Fd5pG__text a{color:var(--red-primary);text-decoration:none;transition:all .2s}.CookieBanner-module__7Fd5pG__text a:hover{text-decoration:underline}.CookieBanner-module__7Fd5pG__actions{justify-content:flex-end;gap:12px;display:flex}@media (max-width:640px){.CookieBanner-module__7Fd5pG__banner{padding:18px}.CookieBanner-module__7Fd5pG__actions{flex-direction:column}}@keyframes CookieBanner-module__7Fd5pG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
