:root{--color-header-bg:#001d3f;--color-bg:#001d3f;--color-accent:#e4ce70;--color-accent-text:#001d3f;--color-text:#f5f5f5;--color-text-muted:#b8c4ce;--color-border:#e4ce70;--btn-primary-bg:#e4ce70;--btn-primary-color:#001d3f;--btn-primary-hover-bg:#ecd88a;--btn-secondary-border:1px solid #e4ce70;--btn-secondary-color:#e4ce70;--btn-secondary-hover-bg:hsla(49,68%,67%,.15);--header-height:72px;--sticky-cta-height:60px;--container-max:1200px;--section-padding:2.5rem;--breakpoint-mobile:768px;--breakpoint-tablet:1024px}@media (max-width:768px){:root{--section-padding:1.5rem}}*,: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;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin-top:0;margin-bottom:.75em;line-height:1.25}h1{font-size:clamp(1.75rem,4vw,2.25rem)}h2{font-size:clamp(1.35rem,3vw,1.65rem)}h3{font-size:clamp(1.15rem,2.5vw,1.35rem)}p{margin-top:0;margin-bottom:1em}p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--section-padding);padding-right:var(--section-padding)}.main{min-height:calc(100vh - var(--header-height) - 200px);padding-bottom:var(--section-padding)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;border:none;text-decoration:none;white-space:nowrap}.btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.btn-primary{background-color:var(--btn-primary-bg);color:var(--btn-primary-color)}.btn-primary:hover{background-color:var(--btn-primary-hover-bg);transform:translateY(-1px);box-shadow:0 4px 12px hsla(49,68%,67%,.35)}.btn-secondary{background:transparent;border:var(--btn-secondary-border);color:var(--btn-secondary-color)}.btn-secondary:hover{background:var(--btn-secondary-hover-bg);transform:translateY(-1px)}.cta-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;margin-bottom:1rem;justify-content:center;align-items:center}.cta-group .btn{min-width:140px}@media (max-width:768px){.btn{min-height:44px;padding:.65rem 1.25rem;font-size:.95rem}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:var(--color-header-bg);border-bottom:1px solid hsla(49,68%,67%,.2)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:15px}.header-logo{flex-shrink:0}.header-logo a{display:block;text-decoration:none}.header-logo img{height:36px;width:auto}.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav a{padding:.5rem .75rem;color:var(--color-text);text-decoration:none;font-weight:500;font-size:.95rem;border-radius:4px;transition:color .2s,background .2s}.header-nav a:hover{color:var(--color-accent);background:hsla(49,68%,67%,.1);text-decoration:none}.header-nav a.active{color:var(--color-accent);font-weight:600}.header-cta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.burger-btn{display:none;background:none;border:none;color:var(--color-text);padding:.5rem;cursor:pointer;font-size:1.5rem;line-height:1}@media (max-width:1280px){.header-nav{display:none}.burger-btn{display:block}.header-nav.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--color-header-bg);padding:1rem;border-bottom:1px solid hsla(49,68%,67%,.2)}.header-nav.open a{padding:.75rem 1rem}}@media (max-width:480px){.header-cta{width:100%;justify-content:center;order:3;margin-top:15px}.header-cta a{width:100%}.header-inner{flex-wrap:wrap}}.footer{background-color:rgba(0,29,63,.95);border-top:1px solid hsla(49,68%,67%,.2);padding:2rem var(--section-padding);margin-top:auto}.footer-inner{max-width:var(--container-max);margin:0 auto}.footer-columns{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-col-title{font-size:.95rem;font-weight:600;color:var(--color-accent);margin:0 0 1rem}.footer-col-nav .footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:var(--color-text-muted);text-decoration:none;font-size:.9rem}.footer-nav a:hover{color:var(--color-accent);text-decoration:none}.footer-payments{display:flex;flex-wrap:wrap;gap:1rem}.footer-payments img{height:28px;width:auto;object-fit:contain;opacity:.9}.footer-providers{display:flex;flex-wrap:wrap;gap:1rem}.footer-providers img{height:32px;width:auto;object-fit:contain;opacity:.85}.footer-copy{text-align:center;font-size:.85rem;color:var(--color-text-muted);margin:0;padding-top:1rem;border-top:1px solid hsla(49,68%,67%,.15)}@media (max-width:768px){.footer{padding:1.5rem var(--section-padding);padding-bottom:calc(var(--sticky-cta-height) + 1.5rem)}.footer-columns{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.footer-col-nav .footer-nav{max-height:none}}.sticky-cta-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:.75rem var(--section-padding);background:var(--color-header-bg);border-top:1px solid hsla(49,68%,67%,.3);transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.sticky-cta-bar.visible{transform:translateY(0);opacity:1;visibility:visible}.sticky-cta-bar .btn{width:100%;min-height:48px;font-size:1rem}@media (min-width:769px){.sticky-cta-bar{display:none}}.banner-block{width:100%;max-width:1200px;margin:2rem auto}.banner-link,.content-image-link{display:block;text-decoration:none;color:inherit}.banner-link:focus-visible,.content-image-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.banner-block picture{display:block;width:100%}.banner-block img{width:100%;height:auto}.content-banner{margin:2rem 0}.content-image-wrap{margin:1rem 0 1.5rem}.content-image-wrap .content-image-link{display:block}.content-image-wrap picture{display:block;width:100%}.content-image-wrap img{width:100%;height:auto}.hero{padding:2rem 15px;border-radius:15px;text-align:center;background:rgba(0,0,0,.1)}.hero-title{margin-bottom:1rem}.hero-payments{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem}.hero-payments img{height:32px;width:auto;object-fit:contain;opacity:.9}.cta-group-hero{margin-top:0}.hero-subtitle{font-size:1.05rem;color:var(--color-text-muted);max-width:720px;margin-left:auto;margin-right:auto}@media (max-width:768px){.hero-payments img{height:28px}}.content-section{padding:var(--section-padding) 0}.content-section h2{margin-bottom:1rem;color:var(--color-accent)}.content-section .cta-group+h2,.content-section p+h2{margin-top:2rem}.faq-list{list-style:none;padding:0;margin:0}.faq-item{border-bottom:1px solid hsla(49,68%,67%,.2);padding:1rem 0}.faq-item:first-child{padding-top:0}.faq-question{font-weight:600;margin-bottom:.5rem;color:var(--color-text)}.faq-answer{margin:0;color:var(--color-text-muted);font-size:.98rem}.content-section a.internal-link{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.content-section a.internal-link:hover{text-decoration:none}.footer-note{margin-top:0;padding-top:0;font-size:.95rem;color:var(--color-text-muted)}.table-wrap{overflow-x:auto;margin:1.5rem 0;-webkit-overflow-scrolling:touch}.content-section table{width:100%;min-width:480px;border-collapse:collapse;font-size:.95rem}.content-section table td,.content-section table th{padding:.75rem 1rem;text-align:left;border:1px solid hsla(49,68%,67%,.25)}.content-section table th{background:hsla(49,68%,67%,.15);color:var(--color-accent);font-weight:600}.content-section table tr:nth-child(2n){background:rgba(0,0,0,.1)}@media (max-width:768px){.content-section table{font-size:.85rem}.content-section table td,.content-section table th{padding:.5rem .75rem}}