:root{--header-bg:#420074;--primary-btn:#f60;--primary-btn-color:#fff;--secondary-btn-border:#f60;--secondary-btn-color:#f60;--accent:#f60;--bg:#fff;--text:#1a1a1a;--text-muted:#444;--border-radius:8px;--transition:0.2s ease;--container-max:1200px;--header-height:72px;--sticky-cta-height:56px;--breakpoint-mobile:768px;--breakpoint-tablet:1024px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}ol,ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0 0 1rem}h1:last-child,h2:last-child,h3:last-child,p:last-child{margin-bottom:0}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--header-bg);color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.15)}.header-inner{max-width:var(--container-max);margin:0 auto;padding:15px;justify-content:space-between}.header-inner,.header-logo{display:flex;align-items:center}.header-logo{flex-shrink:0}.header-logo a{color:#fff;font-weight:700;font-size:1.35rem;text-decoration:none;display:flex;align-items:center;gap:8px}.header-logo a:hover{text-decoration:none;opacity:.9}.header-logo img{height:25px;width:auto}.header-nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.header-nav a{color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;transition:background var(--transition),color var(--transition)}.header-nav a:hover{color:#fd962d;text-decoration:none}.header-nav a.active{color:#fd962d;font-weight:700}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-burger{display:none;background:none;border:none;color:#fff;padding:8px;font-size:1.5rem;line-height:1}.header-burger svg{width:20px;height:20px;fill:#fff}@media (max-width:1280px){.header-nav{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--header-bg);flex-direction:column;padding:16px;gap:4px;border-top:1px solid hsla(0,0%,100%,.1);box-shadow:0 12px 12px rgba(0,0,0,.2)}.header-nav.open{display:flex}.header-nav.open a{padding:12px 16px;display:block}.header-burger{display:block}}@media (max-width:767px){.header-actions .btn{min-height:44px;padding:10px 16px;font-size:.9rem}}@media (max-width:480px){.header-inner{flex-wrap:wrap}.header-actions{width:100%;justify-content:center;order:3;margin-top:15px}.header-actions a{width:100%}}.footer{background:#1a1a1a;color:hsla(0,0%,100%,.85);padding:48px 20px 24px;padding-bottom:calc(24px + var(--sticky-cta-height))}@media (min-width:769px){.footer{padding-bottom:48px}}.footer-inner{max-width:var(--container-max);margin:0 auto}.footer-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;margin-bottom:32px}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-col h4{font-size:1rem;margin-bottom:16px;color:#fff}.footer-col ul li{margin-bottom:8px}.footer-col a{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.95rem}.footer-col a:hover{color:var(--accent);text-decoration:underline}.footer-payments,.footer-providers{margin-top:24px}.footer-payments h4,.footer-providers h4{font-size:.9rem;margin-bottom:12px;color:hsla(0,0%,100%,.9)}.footer-payments-inner,.footer-providers-inner{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.footer-payments-inner img,.footer-providers-inner img{height:28px;width:auto;object-fit:contain}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.15);padding-top:24px;text-align:center;font-size:.875rem;color:hsla(0,0%,100%,.7)}.footer-bottom p{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:var(--border-radius);border:none;transition:background var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition);min-height:48px}.btn,.btn:hover{text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--primary-btn);color:var(--primary-btn-color);border:2px solid var(--primary-btn)}.btn-primary:hover{background:#e65c00;border-color:#e65c00;color:#fff;box-shadow:0 4px 14px rgba(255,102,0,.4)}.btn-secondary{background:transparent;color:var(--secondary-btn-color);border:1px solid var(--secondary-btn-border)}.btn-secondary:hover{background:rgba(255,102,0,.08);color:var(--secondary-btn-color);border-color:var(--secondary-btn-border);box-shadow:0 2px 8px rgba(255,102,0,.2)}.btn-group{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}@media (max-width:767px){.btn{min-height:44px;padding:10px 20px;font-size:.95rem}}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;padding:12px 16px;background:var(--header-bg);box-shadow:0 -4px 20px rgba(0,0,0,.2);transform:translateY(100%);opacity:0;transition:transform .3s ease,opacity .3s ease}.sticky-cta.visible{transform:translateY(0);opacity:1}.sticky-cta .btn{width:100%;min-height:48px;font-size:1rem}@media (max-width:768px){.sticky-cta{display:block}}@media (min-width:769px){.sticky-cta{display:none!important}}.hero{padding:32px 20px 40px;text-align:center;background:var(--bg)}.hero-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--text);line-height:1.3;max-width:800px;margin:0 auto 1rem}.hero-subtitle{font-size:1rem;color:var(--text-muted);max-width:640px;margin:0 auto 1.5rem}.hero-payments{margin-bottom:1.5rem}.hero-payments-inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px}.hero-payments-inner img{height:28px;width:auto;object-fit:contain}.hero-cta-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px}@media (min-width:768px){.hero{padding:48px 20px 56px}.hero-title{font-size:2.25rem}}@media (min-width:1024px){.hero{padding:56px 20px 64px}.hero-title{font-size:2.5rem}}.page-content{max-width:var(--container-max);margin:0 auto;padding:0 20px 48px}.page-content section{margin-bottom:40px}.page-content section:last-child{margin-bottom:0}.page-content h2{font-size:1.5rem;margin-bottom:16px;color:var(--text)}.page-content h3{font-size:1.2rem;margin-bottom:12px;color:var(--text)}.page-content p{margin-bottom:1rem;color:var(--text)}.page-content .content-image{margin:0 0 1.5rem;border-radius:var(--border-radius);overflow:hidden}.content-image img,.content-image picture{width:100%;height:auto;display:block}.cta-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:24px;margin-bottom:32px}.section-buttons{margin-top:0;margin-bottom:0}.content-link{color:var(--accent);text-decoration:underline;font-weight:500}.content-link:hover{text-decoration:none}.content-table{width:100%;border-collapse:collapse;margin:24px 0;font-size:.95rem;overflow-x:auto;display:block}.content-table table{width:100%;min-width:320px}.content-table td,.content-table th{padding:12px 16px;text-align:left;border:1px solid #e0e0e0}.content-table th{background:#f5f5f5;font-weight:600}.content-table tr:nth-child(2n){background:#fafafa}.faq-list{margin:0}.faq-item{margin-bottom:16px;border:1px solid #e8e8e8;border-radius:var(--border-radius);overflow:hidden}.faq-item h4{font-size:1rem;background:#f8f8f8;cursor:pointer}.faq-item h4,.faq-item p{margin:0;padding:14px 18px}.faq-item p{font-size:.95rem;border-top:1px solid #eee}.faq-disclaimer{margin-top:1rem;font-size:.9rem;color:var(--text-muted)}.banner-image{border-radius:var(--border-radius);overflow:hidden;max-width:1200px;margin:2rem auto}.banner-image img,.banner-image picture{width:100%;height:auto;display:block}@media (max-width:767px){.content-table{margin:16px -20px;padding:0 20px}.content-table td,.content-table th{padding:10px 12px;font-size:.875rem}}