:root{--color-header-bg:#e8f1ff;--color-secondary-btn:#cad8fd;--color-secondary-btn-text:#658af2;--color-primary-btn:linear-gradient(90deg,#94bffa,#6194f1);--color-primary-btn-text:#fff;--color-bg:#f7f9ff;--color-accent:#658af2;--color-text:#1a1a2e;--color-text-muted:#4a5568;--color-border:#e2e8f0;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--header-height:72px;--sticky-cta-height:56px;--container-max:1200px;--radius-btn:8px;--shadow-btn:0 2px 8px rgba(101,138,242,.25);--shadow-btn-hover:0 4px 14px rgba(101,138,242,.35);--transition-fast:0.2s ease}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a:not(.btn){color:var(--color-accent);text-decoration:none}a:not(.btn):hover{text-decoration:underline}p{margin:0 0 1rem}p:last-child{margin-bottom:0}h1,h2,h3{margin:0 0 .75rem;line-height:1.25;font-weight:700}h1{font-size:clamp(1.5rem,4vw,2rem)}h2{font-size:clamp(1.25rem,3vw,1.5rem)}h3{font-size:1.125rem}ol,ul{margin:0 0 1rem;padding-left:1.5rem}table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9375rem}td,th{padding:.75rem;text-align:left;border:1px solid var(--color-border)}th{background:var(--color-header-bg);font-weight:600}@media (max-width:767px){.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1rem -1rem;padding:0 1rem}.table-wrapper table{min-width:480px}}.disclaimer{font-size:.875rem;color:var(--color-text-muted);padding-top:1.5rem;border-top:1px solid var(--color-border)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:var(--color-header-bg);border-bottom:1px solid var(--color-border)}.header__inner{max-width:var(--container-max);margin:0 auto;padding:15px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__logo{height:25px;width:auto}.header__logo a,.header__logo img{width:auto;height:100%}.header__nav{display:none}.header__actions{display:flex;align-items:center;gap:.75rem}.header__actions .btn{min-height:40px;padding:.5rem 1rem;font-size:.9375rem}.burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:transparent;border:none;cursor:pointer;border-radius:var(--radius-btn)}.burger span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:1px;transition:var(--transition-fast)}.burger[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.burger[aria-expanded=true] span:nth-child(2){opacity:0}.burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;width:100%;z-index:39;background:var(--color-bg);padding:1rem;display:none}.mobile-menu.is-open{display:block}.mobile-menu__nav{display:flex;flex-direction:column;align-items:center;gap:.25rem}.mobile-menu__nav a{display:block;padding:.75rem 1rem;color:var(--color-text);text-decoration:none;font-weight:500}.mobile-menu__nav a:hover{text-decoration:none}.mobile-menu__nav a.active,.mobile-menu__nav a:hover{color:var(--color-secondary-btn-text)}.mobile-menu__actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.mobile-menu__actions .btn{width:100%;justify-content:center}@media (min-width:1200px){.burger{display:none}.header__nav{display:flex;align-items:center;gap:25px}.header__nav a{color:var(--color-text);text-decoration:none;font-weight:500}.header__nav a:hover{text-decoration:none}.header__nav a.active,.header__nav a:hover{color:var(--color-secondary-btn-text)}.mobile-menu{display:none}}@media (max-width:480px){.header__actions{width:100%;justify-content:center;order:3;margin-top:15px}.header__actions a{width:100%}.header__inner{flex-wrap:wrap}}.footer{background:var(--color-header-bg);border-top:1px solid var(--color-border);margin-top:2rem;padding:2rem 0 calc(2rem + var(--sticky-cta-height))}@media (min-width:768px){.footer{padding-bottom:2rem}}.footer__inner{max-width:var(--container-max);margin:0 auto;padding:0 1rem}.footer__grid{display:grid;grid-gap:2rem 1.5rem;gap:2rem 1.5rem;grid-template-columns:1fr 1fr}@media (min-width:768px){.footer__grid{grid-template-columns:1fr 1fr 1fr;align-items:start}}.footer__col-title{font-size:.9375rem;font-weight:600;margin:0 0 1rem;color:var(--color-text)}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__links a{color:var(--color-text);text-decoration:none;font-size:.9375rem}.footer__links a:hover{color:var(--color-accent);text-decoration:underline}.footer__icons{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.footer__icons img{height:28px;width:auto;object-fit:contain}.footer__col--providers .footer__icons img{height:32px}.footer__copyright{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border);font-size:.875rem;color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.75rem 1.5rem;font-family:var(--font-sans);font-size:1rem;font-weight:600;border:none;border-radius:var(--radius-btn);cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),opacity var(--transition-fast);text-decoration:none;white-space:nowrap}.btn:hover{transform:translateY(-1px);opacity:.95}.btn:active{transform:translateY(0)}.btn-primary{background:var(--color-primary-btn);color:var(--color-primary-btn-text);box-shadow:var(--shadow-btn)}.btn-primary:hover{box-shadow:var(--shadow-btn-hover)}.btn-secondary{background:var(--color-secondary-btn);color:var(--color-secondary-btn-text)}.btn-secondary:hover{box-shadow:0 2px 12px rgba(101,138,242,.2)}.btn-group{display:flex;flex-wrap:wrap;gap:1rem;margin:1.5rem 0}.btn-group .btn{min-width:160px}.cta-wrapper{display:flex;justify-content:center;flex-wrap:wrap;margin:1.5rem 0}.cta-wrapper .btn-group{margin:0}@media (max-width:767px){.btn-group{flex-direction:column}.btn-group .btn{width:100%}.cta-wrapper .btn-group{width:100%;max-width:320px;margin-left:auto;margin-right:auto}}.hero{position:relative;padding:2.5rem 0 3rem;text-align:center;overflow:hidden}.hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--color-header-bg) 0,rgba(232,241,255,.6) 50%,rgba(247,249,255,.95) 100%);z-index:0}.hero__bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(101,138,242,.08) 0,transparent 50%);pointer-events:none}.hero__container{position:relative;z-index:1}.hero__title{margin:0 0 .5rem;font-size:clamp(1.75rem,5vw,2.25rem);font-weight:700;line-height:1.2;color:var(--color-text);text-shadow:0 1px 2px hsla(0,0%,100%,.8)}.hero__subtitle{font-size:1.0625rem;color:var(--color-text-muted);max-width:42ch;margin:0 auto 1.5rem}.hero__payments{margin:1.25rem 0 1.5rem}.hero__payment-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;list-style:none;margin:0;padding:0}.hero__payment-icons img{height:28px;width:auto;object-fit:contain;opacity:.9}.hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem}.hero__cta .btn{min-width:140px}@media (min-width:768px){.hero{padding:3rem 0 3.5rem}.hero__title{font-size:clamp(2rem,4vw,2.5rem)}.hero__payments{margin:1.5rem 0 1.75rem}.hero__cta{gap:1.25rem}.hero__cta .btn{min-width:160px}}@media (min-width:1024px){.hero{padding:3.5rem 0 4rem}}.banner-picture{width:100%;margin:2rem auto;max-width:1200px}.banner-picture img{width:100%;height:auto}.banner-picture picture{display:block}.banner-picture a{display:block;text-decoration:none;color:inherit}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:.75rem 1rem;background:var(--color-bg);box-shadow:0 -4px 20px rgba(0,0,0,.08);transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.sticky-cta.visible{transform:translateY(0);opacity:1;visibility:visible}.sticky-cta .btn{width:100%;min-height:48px;font-size:1rem;gap:.5rem}@media (min-width:768px){.sticky-cta{display:none}}.container{max-width:var(--container-max);margin:0 auto;padding:0 1rem}.content-section{padding:1.5rem 0}.content-section h2{margin-top:1.5rem;margin-bottom:.75rem}.content-section h2:first-child{margin-top:0}.content-section .content-link{color:var(--color-accent);text-decoration:none;font-weight:500}.content-section .content-link:hover{text-decoration:underline}.content-image{margin:1.25rem 0 1.5rem}.content-image img{width:100%;height:auto;border-radius:var(--radius-btn);vertical-align:middle}.content-image picture{display:block}.content-section a.content-image-link{display:block;text-decoration:none;color:inherit}.faq-list{list-style:none;margin:1rem 0;padding:0}.faq-list li{margin-bottom:1rem;padding:1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-btn)}.faq-list strong{display:block;margin-bottom:.25rem;color:var(--color-text)}.faq-list span{font-size:.9375rem;color:var(--color-text-muted)}