:root{font-family:Inter,system-ui,sans-serif;font-weight:400;line-height:1.6;color-scheme:dark;color:#fff;background-color:#0e0e10;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;color:#03a9df;text-decoration:none;transition:color .2s ease}a:hover{color:#05baf7}body{margin:0;min-width:320px;min-height:100vh;display:flex;flex-direction:column;background-color:#0e0e10;color:#fff}h1{font-size:2.5rem;line-height:1.2;font-weight:800}h2{font-size:2rem;font-weight:700;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}button{border:none;border-radius:12px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .25s ease}button:focus,button:focus-visible{outline:3px solid #03a9df;outline-offset:2px}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.3rem}}:root{--brand-blue: #03a9df;--brand-blue-hover: #05baf7;--brand-green: #00c896;--color-bg-primary: #0e0e10;--color-bg-secondary: #151518;--color-text-primary: #ffffff;--color-text-secondary: #c9c9cf}html,body{margin:0;padding:0;min-height:100%;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:var(--color-text-primary);background:radial-gradient(circle at top center,rgba(3,169,223,.08) 0%,transparent 60%),linear-gradient(var(--color-bg-primary),var(--color-bg-secondary));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.section{padding:80px 1rem}.section.alt{background:var(--color-bg-secondary)}.divider{height:2px;margin:60px auto;max-width:200px;background:linear-gradient(to right,transparent,var(--brand-blue),transparent);border:none;border-radius:2px}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:700;line-height:1.2;color:var(--color-text-primary)}p{margin:0 0 1rem;color:var(--color-text-secondary)}.glow-blue{box-shadow:0 0 20px #03a9df4d}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}*,*:before,*:after{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;transition:all .3s ease}input,textarea,select,[contenteditable=true]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}img{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}::selection{background:#03a9df59}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}::-webkit-scrollbar-thumb{background:var(--brand-blue);border-radius:10px;border:3px solid rgba(14,14,16,.5)}::-webkit-scrollbar-thumb:hover{background:var(--brand-blue-hover)}html{scrollbar-width:thin;scrollbar-color:var(--brand-blue) rgba(255,255,255,.05)}.headline{margin:0 auto 2.5rem;max-width:900px;text-align:center;padding:0 1rem}.headline__title{font-family:Inter,sans-serif;font-size:clamp(2rem,2.5vw + 1rem,3.2rem);font-weight:800;line-height:1.2;color:#fff;letter-spacing:-.02em}.headline__subtitle{margin-top:1rem;font-family:Inter,sans-serif;font-size:clamp(1rem,.7vw + .9rem,1.25rem);font-weight:400;line-height:1.6;color:#c9c9cf}.headline__seal{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;color:#fff;background:#03a9df1a;border:1px solid rgba(3,169,223,.3);border-radius:50px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 12px #03a9df26;transition:all .3s ease}.headline__seal:hover{box-shadow:0 0 18px #03a9df59;transform:scale(1.02)}.headline__seal-icon{color:#03a9df;font-size:1.1rem}.cta{display:flex;justify-content:center;margin:2rem auto}.cta__btn{background:#03a9df;color:#0e0e10;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;padding:1rem 2rem;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 6px 18px #03a9df4d}.cta__btn:hover{background:#05baf7;color:#fff;box-shadow:0 8px 22px #03a9df73;transform:translateY(-2px)}.cta__btn:active{transform:translateY(1px)}.vsl{margin:2rem auto;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 1rem}.vsl__wrapper{position:relative;width:100%}.vsl__video{width:100%;aspect-ratio:16 / 9;border-radius:12px;background:#000;box-shadow:0 0 22px #03a9df4d;transition:box-shadow .4s ease,transform .4s ease;cursor:pointer}.vsl__video:hover{box-shadow:0 0 34px #03a9df8c;transform:scale(1.024)}.vsl__overlay{position:absolute;inset:0;background:#000000a6;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.vsl__overlay:hover{background:#000000bf}.vsl__playicon{font-size:4rem;color:#03a9df;margin-bottom:.5rem;transition:transform .3s ease,color .3s ease}.vsl__overlay:hover .vsl__playicon{transform:scale(1.1);color:#05baf7}.vsl__overlay-text{font-size:1rem;color:#c9c9cf;font-weight:500}.vsl__controls{position:absolute;bottom:12px;left:12px;display:flex;gap:.5rem}.vsl__btn{background:#0009;border:1px solid rgba(3,169,223,.4);border-radius:8px;padding:.5rem .7rem;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff;cursor:pointer;transition:all .25s ease-in-out}.vsl__btn:hover{background:#03a9dfcc;border-color:#03a9df;color:#fff;transform:translateY(-2px)}.vsl__btn:active{transform:translateY(1px)}@media (max-width: 600px){.vsl__btn{font-size:.9rem;padding:.4rem .6rem}.vsl__playicon{font-size:3rem}.vsl__overlay-text{font-size:.9rem}}.demo{margin:4rem auto;max-width:900px;padding:0 1rem;text-align:center}.demo__title{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:.75rem}.demo__seal{display:inline-block;font-size:.9rem;color:#c9c9cf;background:#03a9df14;border:1px solid rgba(3,169,223,.3);border-radius:30px;padding:.35rem 1rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.demo__playerWrapper{position:relative;margin-bottom:1.5rem}.demo__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0e0e10d9;display:flex;justify-content:center;align-items:center;border-radius:12px;animation:fadeIn .6s ease}.demo__overlayContent{max-width:500px;text-align:center;color:#fff;padding:2rem;border-radius:16px;background:#151518bf;border:1px solid rgba(3,169,223,.3);box-shadow:0 0 28px #03a9df73}.demo__overlayContent h3{font-size:1.6rem;margin-bottom:.75rem;color:#03a9df}.demo__overlayContent p{font-size:1rem;color:#d2d2d5;margin-bottom:1.5rem}.demo__support{font-size:1rem;color:#c9c9cf;margin-top:1rem;line-height:1.5}.demo__hint{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:8px;font-size:.9rem;color:#c9c9cf;background:#ffffff0d;border:1px solid rgba(3,169,223,.25);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:2rem}.demo__hint-icon{color:#03a9df;font-size:1rem}.playerDemo{position:relative;max-width:800px;margin:0 auto}.playerDemo__video{width:100%;aspect-ratio:16 / 9;border-radius:12px;background:#000;box-shadow:0 0 22px #03a9df4d;transition:box-shadow .4s ease,transform .4s ease}.playerDemo__video:hover{box-shadow:0 0 34px #03a9df8c;transform:scale(1.024)}.playerDemo__startOverlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background:#0e0e10bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;color:#fff;font-size:1.1rem;font-weight:500;text-shadow:0 0 10px rgba(0,0,0,.7);animation:fadeIn .6s ease}.playerDemo__playIcon{font-size:3rem;color:#03a9df;margin-bottom:.75rem;filter:drop-shadow(0 0 8px rgba(3,169,223,.6));transition:transform .3s ease,filter .3s ease}.playerDemo__startOverlay:hover .playerDemo__playIcon{transform:scale(1.1);filter:drop-shadow(0 0 14px rgba(3,169,223,.9))}.playerDemo__startOverlay span{font-size:1rem;color:#dcdce0}.playerDemo__controls{position:absolute;bottom:8px;left:8px;display:flex;gap:8px;z-index:5}.playerDemo__controls button{background:#0e0e10cc;border:1px solid rgba(3,169,223,.4);border-radius:6px;color:#fff;padding:6px 10px;cursor:pointer;font-size:.9rem;transition:background .3s ease,border .3s ease}.playerDemo__controls button:hover{background:#03a9df33;border:1px solid #03a9df}.playerDemo__progress{margin-top:6px;width:100%;height:6px;background:#ffffff1a;border-radius:4px;overflow:hidden}.playerDemo__progressFill{height:100%;background:#03a9df;width:0%;transition:width .2s linear;border-radius:4px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about{background:var(--color-bg-secondary, #151518);padding:5rem 1rem}.about__container{max-width:1000px;margin:0 auto;text-align:center}.about__title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem}.about__title span{color:#03a9df}.about__subtitle{font-size:1.1rem;color:#c9c9cf;margin-bottom:3rem;line-height:1.6}@media (max-width: 768px){.about__title{font-size:1.8rem}.about__subtitle{font-size:1rem}}.bulletlist{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem;list-style:none;padding:0;margin:0 auto;max-width:900px}.bulletlist__item{display:flex;align-items:flex-start;gap:.75rem;text-align:left}.bulletlist__icon{color:#03a9df;font-size:1.25rem;flex-shrink:0;margin-top:2px}.bulletlist__item span{color:#e5e5e5;font-size:1.05rem;line-height:1.5;font-family:Inter,sans-serif}@media (max-width: 768px){.bulletlist{grid-template-columns:1fr;gap:1rem}}.testi{background:var(--color-bg-secondary, #151518);padding:5rem 1rem}.testi__container{max-width:1100px;margin:0 auto;text-align:center}.testi__title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem}.testi__subtitle{font-size:1.1rem;color:#c9c9cf;margin-bottom:3rem;line-height:1.6}.testi__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.testi__cta{margin-top:2rem;display:flex;justify-content:center}@media (max-width: 992px){.testi__grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.testi__title{font-size:1.8rem}.testi__subtitle{font-size:1rem}.testi__grid{grid-template-columns:1fr;gap:1.5rem}}.testiCard{background:#1b1b1f;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px #0009;display:flex;flex-direction:column;transition:transform .3s ease}.testiCard:hover{transform:translateY(-4px)}.testiCard__videoWrapper{position:relative;width:100%;aspect-ratio:9 / 16;background:#000;overflow:hidden}.testiCard__video{width:100%;height:100%;object-fit:cover;border-bottom:1px solid rgba(255,255,255,.05)}.testiCard__overlay{position:absolute;inset:0;background:#0006;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .3s ease}.testiCard__overlay:hover{background:#0000008c}.testiCard__iconPlay{font-size:2.8rem;color:#03a9df;filter:drop-shadow(0 0 8px rgba(3,169,223,.6))}.testiCard__controls{position:absolute;bottom:6px;left:6px;display:flex;gap:8px;z-index:2}.testiCard__btn{background:#0009;border:none;border-radius:6px;padding:6px 8px;cursor:pointer;color:#fff;font-size:.85rem;transition:background .2s ease}.testiCard__btn:hover{background:#03a9dfb3;color:#fff}.testiCard__progress{position:absolute;bottom:0;left:0;height:4px;width:100%;background:#ffffff1a;z-index:1}.testiCard__progressBar{height:100%;width:0;background:#03a9df;transition:width .2s linear}.testiCard__info{padding:1rem;text-align:left}.testiCard__name{font-size:1.05rem;font-weight:600;color:#fff;margin-bottom:.4rem}.testiCard__caption{font-size:.95rem;color:#c9c9cf;line-height:1.4}.benefits{background:var(--color-bg-secondary, #151518);padding:5rem 1rem}.benefits__container{max-width:1100px;margin:0 auto;text-align:center}.benefits__title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem}.benefits__subtitle{font-size:1.1rem;color:#c9c9cf;margin-bottom:3rem;line-height:1.6}.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}@media (max-width: 992px){.benefits__grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width: 600px){.benefits__title{font-size:1.8rem}.benefits__subtitle{font-size:1rem}.benefits__grid{grid-template-columns:1fr;gap:1.25rem}}.benefitcard{background:#1c1c20;border:1px solid rgba(3,169,223,.15);border-radius:14px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease-in-out;box-shadow:0 6px 18px #0006}.benefitcard:hover{transform:translateY(-6px);box-shadow:0 10px 24px #03a9df59;border-color:#03a9df66}.benefitcard__icon{font-size:2.5rem;color:#03a9df;margin-bottom:1rem}.benefitcard__title{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.75rem}.benefitcard__text{font-size:1rem;color:#c9c9cf;line-height:1.6}@media (max-width: 768px){.benefitcard{padding:1.5rem 1rem}.benefitcard__icon{font-size:2rem}.benefitcard__title{font-size:1.15rem}.benefitcard__text{font-size:.95rem}}.content{background:var(--color-bg-secondary, #151518);padding:5rem 1rem}.content__container{max-width:1100px;margin:0 auto;text-align:center}.content__title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem}.content__subtitle{font-size:1.1rem;color:#c9c9cf;margin-bottom:3rem;line-height:1.6}.content__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}@media (max-width: 992px){.content__grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width: 600px){.content__title{font-size:1.8rem}.content__subtitle{font-size:1rem}.content__grid{grid-template-columns:1fr;gap:1.25rem}}.contentitem{background:#1c1c20;border:1px solid rgba(3,169,223,.15);border-radius:14px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease-in-out;box-shadow:0 6px 18px #0006;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.contentitem:hover{transform:translateY(-6px);box-shadow:0 10px 24px #03a9df59;border-color:#03a9df66}.contentitem__icon{font-size:2.5rem;color:#03a9df;margin-bottom:1rem}.contentitem__title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem}.contentitem__text{font-size:1rem;color:#c9c9cf;line-height:1.6;flex-grow:1}@media (max-width: 768px){.contentitem{padding:1.5rem 1rem}.contentitem__icon{font-size:2rem}.contentitem__title{font-size:1.1rem}.contentitem__text{font-size:.95rem}}.pricing{background:var(--color-bg-secondary, #151518);padding:5rem 1rem}.pricing__container{max-width:1000px;margin:0 auto;text-align:center}.pricing__title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem}.pricing__subtitle{font-size:1.1rem;color:#c9c9cf;margin-bottom:3rem;line-height:1.6}.pricing__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.pricing__cta{margin-top:2rem;display:flex;justify-content:center}@media (max-width: 768px){.pricing__title{font-size:1.8rem}.pricing__subtitle{font-size:1rem}.pricing__grid{gap:1.5rem}}.pricingcard{background:#1c1c20;border:1px solid rgba(3,169,223,.15);border-radius:14px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease-in-out;box-shadow:0 6px 18px #0006;display:flex;flex-direction:column;justify-content:flex-start}.pricingcard:hover{transform:translateY(-6px);box-shadow:0 10px 24px #03a9df59;border-color:#03a9df66}.pricingcard--highlight{border:2px solid #03a9df;box-shadow:0 12px 28px #03a9df73}.pricingcard__title{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:1rem}.pricingcard__price{font-size:2rem;font-weight:800;color:#03a9df;margin-bottom:1.5rem}.pricingcard__features{list-style:none;padding:0;margin:auto 0 0;display:flex;flex-direction:column;gap:.75rem}.pricingcard__feature{display:flex;align-items:center;gap:.5rem;color:#c9c9cf;font-size:1rem;text-align:left}.pricingcard__icon{color:#03a9df;font-size:.9rem;flex-shrink:0}@media (max-width: 768px){.pricingcard{padding:2rem 1.5rem}.pricingcard__title{font-size:1.2rem}.pricingcard__price{font-size:1.7rem}.pricingcard__feature{font-size:.95rem}}.steps{background:var(--color-bg-secondary, #151518);padding:5rem 1rem}.steps__container{max-width:1000px;margin:0 auto;text-align:center}.steps__title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem}.steps__subtitle{font-size:1.1rem;color:#c9c9cf;margin-bottom:3rem;line-height:1.6}.steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 992px){.steps__grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.steps__title{font-size:1.8rem}.steps__subtitle{font-size:1rem}.steps__grid{grid-template-columns:1fr;gap:1.5rem}}.stepitem{background:#1c1c20;border:1px solid rgba(3,169,223,.15);border-radius:14px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease-in-out;box-shadow:0 6px 18px #0006;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.stepitem:hover{transform:translateY(-6px);box-shadow:0 10px 24px #03a9df59;border-color:#03a9df66}.stepitem__badge{background:#03a9df26;color:#03a9df;font-size:.85rem;font-weight:600;padding:.3rem .75rem;border-radius:999px;margin:0 auto 1rem;display:inline-block}.stepitem__icon{font-size:2.5rem;color:#03a9df;margin-bottom:1rem}.stepitem__title{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.75rem}.stepitem__text{font-size:1rem;color:#c9c9cf;line-height:1.6;flex-grow:1}@media (max-width: 768px){.stepitem{padding:1.5rem 1rem}.stepitem__icon{font-size:2rem}.stepitem__title{font-size:1.15rem}.stepitem__text{font-size:.95rem}}.faq{background:var(--color-bg-secondary, #151518);padding:5rem 1rem}.faq__container{max-width:900px;margin:0 auto}.faq__title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;text-align:center;margin-bottom:1rem}.faq__subtitle{font-size:1.1rem;color:#c9c9cf;text-align:center;margin-bottom:3rem;line-height:1.6}.faq__list{display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.faq__title{font-size:1.8rem}.faq__subtitle{font-size:1rem}}.faqitem{background:#1c1c20;border:1px solid rgba(3,169,223,.15);border-radius:12px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.faqitem--open{border-color:#03a9df66;box-shadow:0 6px 20px #03a9df40}.faqitem__question{width:100%;background:transparent;border:none;color:#fff;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;text-align:left;padding:1rem 1.25rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faqitem__question:hover{color:#03a9df}.faqitem__icon{font-size:.9rem;color:#c9c9cf;transition:transform .3s ease,color .3s ease}.faqitem__icon.rotated{transform:rotate(180deg);color:#03a9df}.faqitem__answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 1.25rem}.faqitem--open .faqitem__answer{max-height:500px;padding:.75rem 1.25rem 1.25rem}.faqitem__answer p{color:#c9c9cf;font-size:.95rem;line-height:1.5;margin:0}@media (max-width: 600px){.faqitem__question{font-size:1rem;padding:.85rem 1rem}.faqitem__answer p{font-size:.9rem}}.guarantee{background:var(--color-bg-secondary, #151518);padding:5rem 1rem;text-align:center}.guarantee__container{max-width:800px;margin:0 auto}.guarantee__badgeWrap{margin-bottom:1.5rem}.guarantee__title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem}.guarantee__text{font-size:1.05rem;color:#c9c9cf;line-height:1.6;margin-bottom:2rem}.guarantee__cta{display:flex;flex-direction:column;align-items:center;gap:.75rem}.guarantee__secure{font-size:.85rem;color:#9a9aa0;margin-top:.5rem}@media (max-width: 768px){.guarantee__title{font-size:1.8rem}.guarantee__text{font-size:.95rem}}.guaranteebadge{display:inline-flex;align-items:center;gap:.5rem;background:#1c1c20;border:2px solid #03a9df;color:#03a9df;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;padding:.6rem 1.2rem;border-radius:50px;box-shadow:0 4px 14px #03a9df59;transition:all .3s ease-in-out}.guaranteebadge:hover{transform:translateY(-2px);box-shadow:0 6px 20px #03a9df73}.guaranteebadge__icon{font-size:1.2rem;color:#03a9df}.guaranteebadge__text{color:#fff;font-weight:600;letter-spacing:.3px}.finalcta{background:var(--color-bg-secondary, #151518);padding:5rem 1rem;text-align:center}.finalcta__container{max-width:900px;margin:0 auto}.finalcta__title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem}.finalcta__subtitle{font-size:1.1rem;color:#c9c9cf;margin-bottom:2rem;line-height:1.6}.finalcta__secure{display:block;margin-top:1rem;font-size:.9rem;color:#9a9aa0}@media (max-width: 768px){.finalcta__title{font-size:1.8rem}.finalcta__subtitle{font-size:1rem}}.footer{background:#0e0e10;padding:2.5rem 1rem;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.footer__container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.footer__logo{height:96px;width:auto;object-fit:contain}.footer__text{font-size:.9rem;color:#9a9aa0}.footer__disclaimer{font-size:.8rem;color:#7a7a7f;max-width:700px;line-height:1.5}.footer__links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer__links a{font-size:.9rem;color:#c9c9cf;text-decoration:none;transition:color .25s ease}.footer__links a:hover{color:#03a9df}@media (max-width: 600px){.footer__logo{height:80px}.footer__links{gap:1rem}.footer__text{font-size:.85rem}.footer__disclaimer{font-size:.75rem}}
