@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");:root{--color-bg:#04081f;--color-header:#181b30;--color-primary-btn-bg:#ffd200;--color-primary-btn-text:#04081f;--color-secondary-btn-bg:#3a3d4d;--color-secondary-btn-text:#fff;--color-accent:#ffd200;--color-text:#e8eaed;--color-text-muted:#9ca3af;--color-link:#ffd200;--color-link-hover:#ffe566;--font-sans:"Outfit",sans-serif;--container-max:1200px;--header-height:64px;--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:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.8;-webkit-font-smoothing:antialiased}a:not(.btn){color:var(--color-link);text-decoration:none}a:not(.btn):hover{color:var(--color-link-hover)}img,picture{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}ul{list-style:none;margin:0;padding:0}h1,h2,h3{line-height:1.2}h1,h2,h3,p{margin-top:0}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.layout{min-height:100vh;display:flex;flex-direction:column}.main{flex:1 1}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.has-sticky-cta{padding-bottom:var(--sticky-cta-height)}@media (min-width:769px){.has-sticky-cta{padding-bottom:0}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:var(--color-header);box-shadow:0 1px 0 hsla(0,0%,100%,.06)}.header-inner{justify-content:space-between;padding:15px}.header-inner,.header-logo{display:flex;align-items:center}.header-logo{flex-shrink:0}.header-logo img{height:40px;width:auto}.header-nav{display:none}@media (min-width:1200px){.header-nav{display:flex;align-items:center;gap:.25rem}}.header-nav a{color:var(--color-text);padding:.5rem .75rem;border-radius:6px;font-weight:500;transition:color .2s,background-color .2s}.header-nav a.active,.header-nav a:hover{color:var(--color-accent)}.header-actions{display:flex;align-items:center;gap:.5rem}.header-actions .btn{min-height:44px;padding:.5rem 1rem;font-weight:600;font-size:.9375rem;border:none;border-radius:8px;transition:transform .2s,box-shadow .2s,opacity .2s}.header-actions .btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.header-actions .btn:active{transform:translateY(0)}.burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:transparent;border:none;color:var(--color-text)}.burger span{display:block;width:22px;height:2px;background-color:currentColor;transition:transform .3s,opacity .3s}.burger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (min-width:1200px){.burger{display:none}}.mobile-menu{position:absolute;left:0;width:100%;top:100%;background-color:var(--color-header);z-index:99;padding:1.5rem;display:none;flex-direction:column;align-items:center;gap:.5rem;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-menu.is-open{display:flex}@media (min-width:1200px){.mobile-menu{display:none}}.mobile-menu a{color:var(--color-text);padding:.75rem 1rem;font-size:1.125rem;border-radius:8px}.mobile-menu a.active,.mobile-menu a:hover{color:var(--color-accent);background-color:rgba(255,210,0,.1)}.mobile-menu .header-actions{margin-top:1rem;flex-direction:column;align-items:stretch}.mobile-menu .header-actions .btn{justify-content:center}@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%}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border:none;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s,color .2s}.btn svg{flex-shrink:0;width:1em;height:1em}.btn-primary{background-color:var(--color-primary-btn-bg);color:var(--color-primary-btn-text)}.btn-primary:hover{background-color:#ffe033;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,210,0,.35)}.btn-secondary{background-color:var(--color-secondary-btn-bg);color:var(--color-secondary-btn-text)}.btn-secondary:hover{background-color:#454859;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.cta-wrapper{margin:1.5rem 0}.cta-group,.cta-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem}.cta-group .btn{min-width:140px}.footer{background-color:var(--color-header);padding:2rem 0 1.5rem;margin-top:3rem}@media (max-width:768px){.footer{padding-bottom:40px}}.footer-inner{display:flex;flex-direction:column;gap:2rem}.footer-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.footer-columns{grid-template-columns:1fr 1fr 1fr;gap:2rem 3rem}}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-col-nav .footer-nav{display:flex;flex-direction:column;flex-wrap:wrap;gap:.35rem}.footer-col-payments .footer-payments,.footer-col-providers .footer-providers{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.footer-nav a{color:var(--color-text-muted);font-size:.9375rem}.footer-nav a:hover{color:var(--color-accent)}.footer-payments img,.footer-providers img{height:28px;width:auto;object-fit:contain;opacity:.85}.footer-payments img:hover,.footer-providers img:hover{opacity:1}.footer-section-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.25rem}.footer-copyright{text-align:center;font-size:.875rem;color:var(--color-text-muted);padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.08)}@media (min-width:768px){.footer{padding:2.5rem 0 2rem}.footer-payments img,.footer-providers img{height:32px}}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:.75rem 1rem;background:linear-gradient(to top,var(--color-header) 0,rgba(24,27,48,.98) 100%);box-shadow:0 -4px 20px rgba(0,0,0,.4);transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .35s ease,opacity .35s ease,visibility .35s}.sticky-cta.visible{transform:translateY(0);opacity:1;visibility:visible}.sticky-cta .btn{width:100%;min-height:48px;font-size:1rem}@media (min-width:769px){.sticky-cta{display:none}}.hero{padding:2rem 15px;background:hsla(0,0%,100%,.05);text-align:center;border-radius:12px}.hero-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin-bottom:.75rem;color:var(--color-text)}.hero-subtitle{font-size:1rem;color:var(--color-text-muted);margin:0 0 1.5rem}.hero-payments{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1rem;margin-bottom:1.5rem}.hero-payments img{height:28px;width:auto;object-fit:contain;opacity:.9}.hero-cta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem}.hero-cta .btn{min-width:140px}@media (min-width:768px){.hero-title{font-size:clamp(2rem,5vw,2.75rem)}.hero-subtitle{font-size:1.125rem}.hero-payments img{height:32px}}.page-banner{width:100%;max-width:1200px;margin:2rem auto}.page-banner-link{display:block;width:100%;text-decoration:none;color:inherit;transition:opacity .2s}.page-banner-link:hover{opacity:.92}.page-banner-link img,.page-banner-link picture{display:block;width:100%}.section{padding:1.5rem 0}.section-title{font-size:28px;font-weight:700;margin-bottom:1rem;color:var(--color-accent)}.section-image{display:block;width:100%;margin:1rem 0 1.5rem;border-radius:12px;overflow:hidden}.section-image img{width:100%;height:auto}.content-block p{margin-bottom:1rem;color:var(--color-text);opacity:.9;font-size:18px}.content-block a:not(.btn){text-decoration:underline;text-underline-offset:2px}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item h3{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--color-text)}.faq-item p{font-size:.9375rem;margin:0}.disclaimer,.faq-item p{color:var(--color-text-muted)}.disclaimer{font-size:.875rem;font-style:italic;margin-top:2rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.08)}.table-wrap{overflow-x:auto;margin:1.5rem 0;border-radius:8px;border:1px solid hsla(0,0%,100%,.1)}.content-block table{width:100%;min-width:320px;border-collapse:collapse;font-size:.9375rem}.content-block table td,.content-block table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.08)}.content-block table th{background-color:hsla(0,0%,100%,.05);font-weight:600;color:var(--color-text)}.content-block table tr:last-child td{border-bottom:none}.content-block table td{color:var(--color-text-muted)}