:root{--color-bg:#000;--color-text:#f5f5f5;--color-muted:#b8b8b8;--color-accent:#fb0;--color-header-bg:#000;--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--header-height:64px;--sticky-cta-height:56px;--max-width:1200px;--radius:8px;--transition:0.2s ease}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6}img{max-width:100%;height:auto;vertical-align:middle}a{color:var(--color-accent)}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}table{border-collapse:collapse;width:100%}h1,h2,h3{line-height:1.25;font-weight:700;color:var(--color-text)}h1{font-size:clamp(1.5rem,4vw,2rem)}h2{font-size:clamp(1.25rem,3vw,1.5rem);margin-top:var(--space-xl);margin-bottom:var(--space-md)}h3{font-size:1.1rem;margin-top:var(--space-lg);margin-bottom:var(--space-sm)}p{margin:0 0 var(--space-md)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem 1.25rem;font-size:1rem;font-weight:600;border-radius:var(--radius);border:none;transition:transform var(--transition),box-shadow var(--transition),background-color var(--transition),color var(--transition),border-color var(--transition)}.btn,.btn:hover{text-decoration:none}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,187,0,.35)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--color-accent);color:#000}.btn--primary:hover{background:#ffc533;color:#000}.btn--secondary{background:transparent;color:var(--color-accent);border:1px solid var(--color-accent)}.btn--secondary:hover{background:rgba(255,187,0,.12);color:var(--color-accent)}.content-cta{margin-top:var(--space-md);margin-bottom:var(--space-lg)}.content-inline-link{color:var(--color-accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.content-inline-link:hover{color:#ffc533}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--color-header-bg);border-bottom:1px solid rgba(255,187,0,.25)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:15px}.site-header__logo{display:flex;align-items:center;flex-shrink:0}.site-header__logo img{display:block;height:30px;width:auto}.site-header__nav-list{flex-wrap:wrap;gap:var(--space-xs) var(--space-md);list-style:none;margin:0;padding:0;justify-content:center}.site-header__nav-link{color:var(--color-text);font-size:.9rem;text-decoration:none;padding:var(--space-xs) 0}.site-header__nav-link:hover{color:var(--color-accent);text-decoration:none}.site-header__nav-link.is-active{color:var(--color-accent);font-weight:600;border-bottom:2px solid var(--color-accent)}.site-header__actions{display:flex;align-items:center;gap:var(--space-sm)}.site-header__burger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:1px solid var(--color-accent);color:var(--color-accent);border-radius:var(--radius)}.site-header__burger svg{width:20px;height:20px}.site-header__nav{position:absolute;display:none;left:0;top:calc(100% + 1px);width:100%;background:#000;z-index:33}.site-header__nav.is-open{display:block}.site-header__nav-list{display:flex;flex-direction:column;align-items:center;gap:10px;padding:10px}@media (min-width:1200px){.site-header__nav{position:static;width:auto;display:block}.site-header__burger{display:none}.site-header__nav-list{flex-direction:row}}@media (max-width:480px){.site-header__actions{width:100%;justify-content:center;order:3;margin-top:15px}.site-header__actions a{width:100%}.site-header__inner{flex-wrap:wrap}}.site-footer{padding:var(--space-xl) var(--space-md);padding-bottom:calc(var(--space-xl) + var(--sticky-cta-height));background:#0a0a0a;border-top:1px solid rgba(255,187,0,.2)}@media (min-width:768px){.site-footer{padding-bottom:var(--space-xl)}}.site-footer__inner{max-width:var(--max-width);margin:0 auto}.site-footer__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-xl);gap:var(--space-xl);margin-bottom:var(--space-xl)}@media (min-width:768px){.site-footer__grid{grid-template-columns:repeat(3,1fr);gap:var(--space-lg);align-items:start}}.site-footer__col-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin:0 0 var(--space-md)}.site-footer__nav-list{list-style:none;margin:0;padding:0}.site-footer__nav-list--stack{display:flex;flex-direction:column;gap:var(--space-sm)}.site-footer__nav-list a{color:var(--color-text);text-decoration:none;font-size:.95rem}.site-footer__nav-list a:hover{color:var(--color-accent);text-decoration:none}.site-footer__payments,.site-footer__providers{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.site-footer__payments img,.site-footer__providers img{height:auto;max-height:32px;width:auto;max-width:100%;object-fit:contain;filter:grayscale(.15)}.site-footer__copy{font-size:.875rem;color:var(--color-muted);margin:0;padding-top:var(--space-md);border-top:1px solid hsla(0,0%,100%,.08);text-align:center}.hero{padding:var(--space-xl) var(--space-md);max-width:var(--max-width);margin:0 auto;text-align:center}.hero__title{margin:0 0 var(--space-lg);font-size:clamp(1.35rem,4.5vw,2.1rem);color:var(--color-text)}.hero__lead{margin:0;font-size:1rem;color:var(--color-muted);max-width:65ch}.hero__payments{margin-bottom:var(--space-lg)}.hero__cta{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center;align-items:center}.hero__cta .btn--secondary{order:1}.hero__cta .btn--primary{order:2}.payment-logos-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-sm) var(--space-md)}.payment-logos-row img{height:auto;max-height:32px;width:auto;object-fit:contain;opacity:.95}.page-banner{width:100%;background:#0a0a0a;max-width:1200px;margin:2rem auto}.page-banner__picture{display:block;width:100%}.page-banner__picture img{width:100%;height:auto;display:block}.page-content{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md) var(--space-2xl)}.page-content__section-title{margin-top:var(--space-xl);color:var(--color-accent);font-size:1.75rem}.page-content-inner p{font-size:18px}.content-cta-wrap{display:flex;align-items:center;justify-content:center;gap:10px}.content-image-wrap{margin:var(--space-xl) 0}.content-image-wrap picture{display:block;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,187,0,.15)}.content-table-wrap{overflow-x:auto;margin:var(--space-lg) 0;-webkit-overflow-scrolling:touch}.content-table{min-width:600px;font-size:.9rem}.content-table td,.content-table th{border:1px solid hsla(0,0%,100%,.15);padding:var(--space-sm);text-align:left;vertical-align:top}.content-table th{background:rgba(255,187,0,.12);color:var(--color-accent)}.faq-block{margin-top:var(--space-xl)}.faq-item{margin-bottom:var(--space-lg)}.faq-item h3{margin-top:0;font-size:1.05rem;color:var(--color-accent)}.faq-item p{margin:0}.disclaimer,.faq-item p{color:var(--color-muted)}.disclaimer{margin-top:var(--space-xl);padding:var(--space-md);background:rgba(255,187,0,.06);border:1px solid rgba(255,187,0,.2);border-radius:var(--radius);font-size:.9rem}.disclaimer .disclaimer-icon{color:var(--color-accent);margin-right:var(--space-xs);width:20px;height:20px}.cta-row{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin:var(--space-lg) 0}.cta-row .btn--secondary{order:1}.cta-row .btn--primary{order:2}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:var(--space-sm) var(--space-md);padding-bottom:calc(var(--space-sm) + env(safe-area-inset-bottom, 0px));background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.88));border-top:1px solid rgba(255,187,0,.35);transform:translateY(110%);opacity:0;transition:transform .35s ease,opacity .35s ease;pointer-events:none}.sticky-bar.visible{transform:translateY(0);opacity:1;pointer-events:auto}.sticky-bar__btn{width:100%;max-width:var(--max-width);margin:0 auto;display:flex}@media (min-width:768px){.sticky-bar{display:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-shell main{flex:1 1}