@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap";.header{z-index:100;background:0 0;padding:18px 0;transition:all .35s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(20px);background:#050b14d9;border-bottom:1px solid #ffffff14;padding:12px 0;box-shadow:0 10px 30px #00000080}.header__container{justify-content:space-between;align-items:center;gap:20px;display:flex}.header__brand{-webkit-user-select:none;user-select:none;align-items:center;gap:12px;transition:transform .2s;display:flex}.header__brand:hover{transform:scale(1.02)}.header__logo-img{border-radius:50%;width:40px;height:40px;box-shadow:0 0 15px #00d2f259}.header__logo-text{letter-spacing:1px;align-items:center;font-size:1.65rem;font-weight:900;display:flex}.header__logo-mar{color:var(--white);text-shadow:0 2px 10px #fff3}.header__logo-play{color:var(--cyan);text-shadow:0 0 12px #00d2f280}.header__status{border-radius:var(--radius-full);color:#86efac;background:#22c55e1a;border:1px solid #22c55e40;align-items:center;gap:8px;padding:6px 14px;font-size:.8rem;font-weight:600;display:none}@media (width>=768px){.header__status{display:inline-flex}}.header__cta{padding:10px 22px;font-size:.85rem}@media (width<=480px){.header__cta{gap:6px;padding:8px 16px;font-size:.75rem}.header__logo-text{font-size:1.4rem}.header__logo-img{width:32px;height:32px}}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding-top:100px;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.hero__glow{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.hero__glow--blue{background:radial-gradient(circle,#1d63ff66 0%,#0000 70%);width:550px;height:550px;animation:8s ease-in-out infinite alternate pulse-glow;top:-100px;right:-50px}.hero__glow--cyan{background:radial-gradient(circle,#00d2f24d 0%,#0000 70%);width:500px;height:500px;animation:6s ease-in-out infinite alternate-reverse pulse-glow;bottom:50px;left:-100px}.hero__glow--center{background:radial-gradient(circle,#1d63ff26 0%,#0000 70%);width:350px;height:350px;top:40%;left:30%}.hero__grid-overlay{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#0009 0%,#0000 80%);mask-image:radial-gradient(#0009 0%,#0000 80%)}@keyframes pulse-glow{0%{opacity:.7;transform:scale(1)translate(0)}to{opacity:1;transform:scale(1.15)translate(20px,20px)}}.hero__container{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:50px;display:flex;position:relative}@media (width>=992px){.hero__container{text-align:left;flex-direction:row;align-items:center;gap:60px}}.hero__content{flex:1;max-width:650px}.hero__badge{margin-bottom:24px}.hero__title{letter-spacing:2px;margin-bottom:18px;font-size:4rem;font-weight:900;line-height:1}@media (width>=768px){.hero__title{font-size:5.5rem}}@media (width>=1200px){.hero__title{font-size:6.5rem}}.hero__title-mar{color:#fff;text-shadow:0 4px 25px #ffffff59}.hero__title-play{background:var(--gradient-blue);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 25px #00d2f299);-webkit-background-clip:text;background-clip:text}.hero__slogan{color:var(--cyan-light);letter-spacing:.5px;margin-bottom:18px;font-size:1.25rem;font-weight:700}@media (width>=768px){.hero__slogan{font-size:1.45rem}}.hero__description{color:var(--white-muted);margin-bottom:30px;font-size:1.05rem;line-height:1.7}.hero__pillars{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:36px;display:flex}@media (width>=992px){.hero__pillars{justify-content:flex-start}}.hero__pillar-tag{border-radius:var(--radius-full);color:var(--white-soft);-webkit-backdrop-filter:blur(10px);transition:var(--transition);background:#0e1c31cc;border:1px solid #00d2f240;align-items:center;gap:8px;padding:8px 18px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #0003}.hero__pillar-tag:hover{border-color:var(--cyan);color:var(--cyan-light);transform:translateY(-2px);box-shadow:0 6px 20px #00d2f240}.hero__pillar-icon{font-size:1.1rem}.hero__cta-wrapper{flex-direction:column;align-items:center;gap:20px;display:flex}@media (width>=992px){.hero__cta-wrapper{align-items:flex-start}}.hero__cta{padding:18px 40px;font-size:1.05rem}.hero__guarantees{color:var(--white-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;font-size:.85rem;font-weight:600;display:flex}@media (width>=992px){.hero__guarantees{justify-content:flex-start}}.hero__guarantee-item{align-items:center;gap:6px;display:inline-flex}.hero__visual{flex-shrink:0;justify-content:center;width:100%;max-width:480px;display:flex;position:relative}.hero__emblem-card{justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}@media (width>=768px){.hero__emblem-card{width:420px;height:420px}}.hero__emblem-aura{filter:blur(40px);background:radial-gradient(circle,#00d2f273 0%,#1d63ff4d 40%,#0000 70%);border-radius:50%;width:80%;height:80%;animation:4s ease-in-out infinite alternate pulse-aura;position:absolute}@keyframes pulse-aura{0%{opacity:.7;transform:scale(.95)}to{opacity:1;transform:scale(1.15)}}.hero__emblem-img{object-fit:contain;z-index:2;filter:drop-shadow(0 15px 35px #000c)drop-shadow(0 0 25px #00d2f266);border-radius:50%;width:85%;height:85%;animation:5s ease-in-out infinite float;position:relative}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(1deg)}}.hero__float-card{z-index:3;-webkit-backdrop-filter:blur(14px);border-radius:var(--radius);text-align:left;background:#091322d9;border:1px solid #00d2f24d;align-items:center;gap:12px;padding:12px 18px;animation:4s ease-in-out infinite alternate float-slow;display:flex;position:absolute;box-shadow:0 10px 30px #0009,0 0 20px #1d63ff40}.hero__float-card strong{color:var(--white);font-size:.88rem;display:block}.hero__float-card p{color:var(--cyan-light);margin:0;font-size:.75rem}.hero__float-icon{font-size:1.3rem}.hero__float-card--top{animation-delay:.5s;top:0;right:-20px}.hero__float-card--bottom{animation-delay:1.5s;bottom:10px;left:-20px}.hero__float-card--local{display:none}@media (width>=1200px){.hero__float-card--local{animation-delay:2.2s;display:flex;top:50%;right:-40px;transform:translateY(-50%)}}@keyframes float-slow{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@media (width<=480px){.hero__float-card{padding:8px 12px}.hero__float-card--top{top:-10px;right:0}.hero__float-card--bottom{bottom:-10px;left:0}}.hero__wave{z-index:1;line-height:0;position:absolute;bottom:0;left:0;right:0}.hero__wave svg{width:100%;height:50px}@media (width>=768px){.hero__wave svg{height:75px}}.devices{background:var(--navy);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d}.devices__header{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:700px;margin:0 auto 60px;display:flex}.devices__title{font-size:2.2rem;font-weight:800;line-height:1.2}@media (width>=768px){.devices__title{font-size:2.8rem}}.devices__subtitle{color:var(--white-muted);font-size:1.05rem}.devices__grid{grid-template-columns:1fr;gap:24px;margin-bottom:50px;display:grid}@media (width>=640px){.devices__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.devices__grid{grid-template-columns:repeat(4,1fr)}}.devices__card{text-align:left;flex-direction:column;justify-content:space-between;padding:32px 26px;display:flex}.devices__card-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.devices__icon{width:48px;height:48px;color:var(--cyan);border-radius:var(--radius-sm);background:#00d2f21a;border:1px solid #00d2f233;justify-content:center;align-items:center;padding:10px;display:flex}.devices__icon svg{width:100%;height:100%}.devices__badge{border-radius:var(--radius-full);color:var(--white-muted);text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;padding:4px 10px;font-size:.75rem;font-weight:700}.devices__card-title{color:var(--white);margin-bottom:8px;font-size:1.25rem;font-weight:700}.devices__card-desc{color:var(--white-muted);font-size:.92rem;line-height:1.6}.devices__footer{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e1c3199;border:1px solid #00d2f233;flex-direction:column;align-items:center;gap:20px;padding:24px;display:flex}@media (width>=768px){.devices__footer{flex-direction:row;justify-content:space-between}}.devices__callout{color:var(--white-soft);text-align:left;align-items:center;gap:14px;font-size:.95rem;display:flex}.devices__callout-icon{flex-shrink:0;font-size:1.6rem}.devices__callout strong{color:var(--cyan-light)}.devices__cta{flex-shrink:0}.pricing{background:var(--navy-base);border-top:1px solid #ffffff0d;position:relative;overflow:hidden}.pricing__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.pricing__glow{filter:blur(140px);background:radial-gradient(circle,#00d2f233 0%,#1d63ff26 40%,#0000 70%);width:650px;height:650px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.pricing__header{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:760px;margin:0 auto 50px;display:flex}.pricing__title{font-size:2.2rem;font-weight:800;line-height:1.25}@media (width>=768px){.pricing__title{font-size:2.8rem}}.pricing__subtitle{color:var(--white-muted);font-size:1.1rem}.pricing__subtitle strong{color:var(--cyan-light)}.pricing__trial-banner{text-align:center;background:#0e1c31d9;border:1px solid #00d2f266;flex-direction:column;align-items:center;gap:20px;max-width:820px;margin:0 auto 50px;padding:28px 32px;display:flex;box-shadow:0 10px 35px #0006,0 0 25px #00d2f226}@media (width>=768px){.pricing__trial-banner{text-align:left;flex-direction:row;justify-content:space-between}}.pricing__trial-badge{color:#86efac;letter-spacing:.5px;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;font-size:.75rem;font-weight:800;display:flex}.pricing__trial-icon{font-size:2rem}.pricing__trial-content{flex:1}.pricing__trial-content h3{color:var(--white);margin-bottom:6px;font-size:1.25rem;font-weight:800}.pricing__trial-content p{color:var(--white-muted);font-size:.95rem;line-height:1.5}.pricing__trial-content strong{color:var(--cyan-light)}.pricing__trial-btn{flex-shrink:0;padding:14px 24px;font-size:.9rem}.pricing__card-wrapper{max-width:640px;margin:0 auto;position:relative}.pricing__card{text-align:center;background:#091322e6;border:2px solid #00d2f259;padding:50px 36px;position:relative;box-shadow:0 20px 60px #0009,0 0 40px #1d63ff40}@media (width>=640px){.pricing__card{padding:60px 48px}}.pricing__popular-badge{background:var(--gradient-blue);color:var(--white);border-radius:var(--radius-full);letter-spacing:1px;padding:6px 20px;font-size:.8rem;font-weight:800;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #1d63ff80}.pricing__card-header{flex-direction:column;align-items:center;gap:12px;display:flex}.pricing__plan-name{color:var(--white);font-size:1.4rem;font-weight:800}.pricing__screens-tag{border-radius:var(--radius-full);color:var(--cyan-light);letter-spacing:.5px;background:#00d2f21f;border:1px solid #00d2f259;align-items:center;gap:8px;padding:6px 16px;font-size:.85rem;font-weight:800;display:inline-flex}.pricing__screens-icon{font-size:1.1rem}.pricing__price-box{justify-content:center;align-items:baseline;gap:2px;margin:10px 0;display:flex}.pricing__currency{color:var(--cyan-light);font-size:1.8rem;font-weight:800}.pricing__value{color:var(--white);text-shadow:0 0 25px #ffffff4d;font-size:4.2rem;font-weight:900;line-height:1}.pricing__cents{color:var(--white);font-size:1.8rem;font-weight:800}.pricing__period{color:var(--white-muted);margin-left:6px;font-size:1.1rem}.pricing__billing-info{color:var(--white-muted);font-size:.9rem}.pricing__divider{background:linear-gradient(90deg,#0000,#ffffff1f,#0000);width:100%;height:1px;margin:32px 0}.pricing__features{text-align:left;flex-direction:column;gap:18px;margin-bottom:40px;list-style:none;display:flex}.pricing__feature-item{align-items:flex-start;gap:14px;display:flex}.pricing__check-icon{color:#4ade80;background:#22c55e26;border:1px solid #22c55e66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.85rem;font-weight:800;display:flex}.pricing__feature-item strong{color:var(--white);margin-bottom:2px;font-size:1rem;display:block}.pricing__feature-item p{color:var(--white-muted);margin:0;font-size:.88rem;line-height:1.4}.pricing__actions{flex-direction:column;align-items:center;gap:16px;display:flex}.pricing__cta{width:100%;padding:18px;font-size:1.05rem}.pricing__guarantee{color:var(--white-muted);font-size:.82rem}.benefits{background:var(--navy-base);position:relative}.benefits__header{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:720px;margin:0 auto 60px;display:flex}.benefits__title{font-size:2.2rem;font-weight:800;line-height:1.25}@media (width>=768px){.benefits__title{font-size:2.8rem}}.benefits__subtitle{color:var(--white-muted);font-size:1.05rem}.benefits__grid{grid-template-columns:1fr;gap:28px;display:grid}@media (width>=640px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.benefits__grid{grid-template-columns:repeat(4,1fr)}}.benefits__card{flex-direction:column;padding:34px 28px;display:flex;position:relative;overflow:hidden}.benefits__card:before{content:"";background:var(--gradient-blue);opacity:0;width:100%;height:3px;transition:opacity .3s;position:absolute;top:0;left:0}.benefits__card:hover:before{opacity:1}.benefits__card-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.benefits__icon-wrapper{border-radius:var(--radius);width:52px;height:52px;color:var(--cyan);transition:var(--transition);background:#1d63ff26;border:1px solid #00d2f24d;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 20px #00d2f226}.benefits__card:hover .benefits__icon-wrapper{background:var(--gradient-blue);color:var(--white);transform:scale(1.08)rotate(3deg);box-shadow:0 8px 25px #1d63ff66}.benefits__icon-wrapper svg{width:26px;height:26px}.benefits__tag{border-radius:var(--radius-full);color:var(--cyan-light);background:#ffffff0d;border:1px solid #00d2f226;padding:4px 10px;font-size:.75rem;font-weight:700}.benefits__card-title{color:var(--white);margin-bottom:12px;font-size:1.3rem;font-weight:800}.benefits__card-desc{color:var(--white-muted);font-size:.95rem;line-height:1.65}.how-it-works{background:var(--navy);border-top:1px solid #ffffff0d;position:relative}.how-it-works__header{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:700px;margin:0 auto 60px;display:flex}.how-it-works__title{font-size:2.2rem;font-weight:800;line-height:1.25}@media (width>=768px){.how-it-works__title{font-size:2.8rem}}.how-it-works__subtitle{color:var(--white-muted);font-size:1.05rem}.how-it-works__steps-wrapper{margin-bottom:50px;position:relative}.how-it-works__steps{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=768px){.how-it-works__steps{grid-template-columns:repeat(3,1fr);gap:36px}}.how-it-works__step{text-align:left;flex-direction:column;padding:38px 30px;display:flex;position:relative}.how-it-works__step-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.how-it-works__number{color:var(--cyan);background:#00d2f21a;border:1px solid #00d2f24d;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;font-weight:900;display:flex;box-shadow:0 0 20px #00d2f233}.how-it-works__icon{font-size:1.8rem}.how-it-works__step-title{color:var(--white);margin-bottom:12px;font-size:1.35rem;font-weight:800}.how-it-works__step-desc{color:var(--white-muted);font-size:.95rem;line-height:1.65}.how-it-works__connector{display:none}@media (width>=768px){.how-it-works__connector{background:linear-gradient(90deg, var(--cyan) 0%, #1d63ff33 100%);z-index:2;width:20px;height:2px;display:block;position:absolute;top:55px;right:-24px}}.how-it-works__cta-box{justify-content:center;margin-top:20px;display:flex}.how-it-works__cta{padding:18px 36px;font-size:.98rem}.trust{background:var(--navy-base);position:relative}.trust__header{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:720px;margin:0 auto 60px;display:flex}.trust__title{font-size:2.2rem;font-weight:800;line-height:1.25}@media (width>=768px){.trust__title{font-size:2.8rem}}.trust__subtitle{color:var(--white-muted);font-size:1.05rem}.trust__grid{grid-template-columns:1fr;gap:28px;display:grid}@media (width>=640px){.trust__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.trust__grid{grid-template-columns:repeat(4,1fr)}}.trust__item{text-align:center;flex-direction:column;align-items:center;padding:36px 26px;display:flex}.trust__icon{width:56px;height:56px;color:var(--cyan);transition:var(--transition);background:#00d2f21a;border:1px solid #00d2f240;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;padding:12px;display:flex;box-shadow:0 0 25px #00d2f226}.trust__item:hover .trust__icon{background:var(--gradient-blue);color:var(--white);transform:scale(1.1);box-shadow:0 0 30px #1d63ff66}.trust__icon svg{width:100%;height:100%}.trust__item-title{color:var(--white);margin-bottom:10px;font-size:1.25rem;font-weight:800}.trust__text{color:var(--white-muted);font-size:.95rem;line-height:1.6}.faq{background:var(--navy);border-top:1px solid #ffffff0d;position:relative}.faq__header{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:700px;margin:0 auto 60px;display:flex}.faq__title{font-size:2.2rem;font-weight:800;line-height:1.25}@media (width>=768px){.faq__title{font-size:2.8rem}}.faq__subtitle{color:var(--white-muted);font-size:1.05rem}.faq__list{flex-direction:column;gap:16px;max-width:820px;margin:0 auto 40px;display:flex}.faq__item{border-radius:var(--radius);transition:border-color .3s,transform .2s;overflow:hidden}.faq__item:hover{transform:none}.faq__item--open{border-color:#00d2f266;box-shadow:0 10px 30px #00000080,0 0 20px #00d2f226}.faq__question{width:100%;color:var(--white);text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;font-size:1.05rem;font-weight:700;transition:color .2s;display:flex}.faq__question:hover{color:var(--cyan-light)}.faq__icon-box{width:34px;height:34px;color:var(--white-muted);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.faq__icon-box--open{background:var(--gradient-blue);color:var(--white);border-color:#0000;transform:rotate(180deg);box-shadow:0 0 15px #00d2f266}.faq__answer{max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1),padding .3s;overflow:hidden}.faq__answer--open{max-height:250px}.faq__answer p{color:var(--white-muted);padding:0 28px 24px;font-size:.98rem;line-height:1.7}.faq__support-box{text-align:center;border:1px solid #00d2f240;flex-direction:column;justify-content:space-between;align-items:center;gap:20px;max-width:820px;margin:0 auto;padding:30px;display:flex}@media (width>=768px){.faq__support-box{text-align:left;flex-direction:row}}.faq__support-info h3{color:var(--white);margin-bottom:6px;font-size:1.2rem;font-weight:800}.faq__support-info p{color:var(--white-muted);font-size:.95rem}.faq__support-btn{flex-shrink:0}.cta-section{background:var(--navy-base);padding:100px 0;position:relative;overflow:hidden}.cta-section__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.cta-section__glow{filter:blur(140px);border-radius:50%;position:absolute}.cta-section__glow--1{background:radial-gradient(circle,#1d63ff4d 0%,#0000 70%);width:550px;height:550px;top:50%;left:20%;transform:translate(-50%,-50%)}.cta-section__glow--2{background:radial-gradient(circle,#00d2f240 0%,#0000 70%);width:500px;height:500px;top:50%;right:15%;transform:translate(-50%,-50%)}.cta-section__card{z-index:1;text-align:center;border:1px solid #00d2f24d;flex-direction:column;align-items:center;gap:20px;max-width:900px;margin:0 auto;padding:60px 30px;display:flex;position:relative;box-shadow:0 20px 60px #0009,0 0 40px #1d63ff33}@media (width>=768px){.cta-section__card{padding:80px 60px}}.cta-section__title{font-size:2.4rem;font-weight:900;line-height:1.2}@media (width>=768px){.cta-section__title{font-size:3.2rem}}.cta-section__subtitle{color:var(--white-muted);max-width:600px;font-size:1.1rem;line-height:1.7}.cta-section__btn{margin-top:10px;padding:20px 44px;font-size:1.05rem}.cta-section__badges{color:var(--cyan-light);flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:10px;font-size:.88rem;font-weight:600;display:flex}.footer{background:var(--navy-base);border-top:1px solid #ffffff14;padding:60px 0 36px;position:relative}.footer__container{flex-direction:column;gap:40px;display:flex}.footer__main{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}@media (width>=768px){.footer__main{text-align:left;flex-direction:row;justify-content:space-between}}.footer__brand{flex-direction:column;align-items:center;gap:8px;display:flex}@media (width>=768px){.footer__brand{align-items:flex-start}}.footer__logo{align-items:center;gap:10px;display:inline-flex}.footer__logo-img{border-radius:50%;width:36px;height:36px;box-shadow:0 0 15px #00d2f24d}.footer__logo-text{letter-spacing:1px;font-size:1.5rem;font-weight:900}.footer__logo-mar{color:var(--white)}.footer__logo-play{color:var(--cyan)}.footer__slogan{color:var(--white-muted);font-size:.92rem}.footer__pillars{color:var(--cyan-light);flex-wrap:wrap;justify-content:center;gap:16px;font-size:.9rem;font-weight:700;display:flex}.footer__bottom{text-align:center;border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:12px;padding-top:30px;display:flex}@media (width>=768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copy{color:var(--white-dim);font-size:.85rem}.footer__location{color:var(--white-muted);font-size:.85rem}.lead-form-overlay{z-index:200;-webkit-backdrop-filter:blur(14px);background:#030712d9;justify-content:center;align-items:center;padding:20px;animation:.25s cubic-bezier(.16,1,.3,1) overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.lead-form{border-radius:var(--radius-lg);background:#091322f2;border:1px solid #00d2f24d;width:100%;max-width:480px;padding:40px 32px;animation:.3s cubic-bezier(.16,1,.3,1) modalSlideUp;position:relative;box-shadow:0 25px 60px #000000b3,0 0 35px #1d63ff4d}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(25px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.lead-form__close{color:var(--white-muted);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex;position:absolute;top:18px;right:18px}.lead-form__close:hover{color:var(--white);background:#ffffff26;transform:rotate(90deg)}.lead-form__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.lead-form__brand-icon{margin-bottom:12px}.lead-form__brand-icon img{border-radius:50%;box-shadow:0 0 20px #00d2f266}.lead-form__title{color:var(--white);margin-bottom:6px;font-size:1.65rem;font-weight:800}.lead-form__subtitle{color:var(--white-muted);font-size:.92rem;line-height:1.5}.lead-form__preview{border-radius:var(--radius);background:#0e1c31b3;border:1px solid #22c55e4d;margin-bottom:24px;padding:14px 16px}.lead-form__preview-header{color:#86efac;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:8px;font-size:.78rem;font-weight:700;display:flex}.lead-form__preview-dot{background-color:#22c55e;border-radius:50%;width:6px;height:6px}.lead-form__preview-bubble{border-radius:var(--radius-sm);color:var(--white-soft);background:#22c55e1f;border-left:3px solid #22c55e;padding:10px 12px;font-size:.88rem;line-height:1.5}.lead-form__preview-bubble strong{color:#86efac}.lead-form__field{margin-bottom:20px}.lead-form__label{color:var(--white-soft);margin-bottom:8px;font-size:.88rem;font-weight:700;display:block}.lead-form__input{border-radius:var(--radius);width:100%;color:var(--white);background:#050b14cc;border:1px solid #ffffff1f;outline:none;padding:15px 18px;font-family:inherit;font-size:1.05rem;transition:all .2s}.lead-form__input::placeholder{color:var(--white-dim);font-size:.95rem}.lead-form__input:focus{border-color:var(--cyan);background:#050b14f2;box-shadow:0 0 0 3px #00d2f233}.lead-form__input--error{border-color:#ef4444}.lead-form__input--error:focus{box-shadow:0 0 0 3px #ef444433}.lead-form__error{color:#f87171;margin-top:6px;font-size:.8rem;font-weight:600;display:block}.lead-form__submit{border-radius:var(--radius);width:100%;margin-top:10px;padding:17px;font-size:1rem}.lead-form__submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.lead-form__security{color:var(--white-muted);text-align:center;justify-content:center;align-items:center;gap:8px;margin-top:20px;font-size:.8rem;display:flex}@media (width<=480px){.lead-form{padding:30px 20px}}:root{--navy-base:#050b14;--navy:#091322;--navy-light:#0e1c31;--navy-card:#0e1c31b3;--navy-card-hover:#142642d9;--blue-electric:#1d63ff;--blue-electric-light:#3b82f6;--blue-glow:#1d63ff59;--cyan:#00d2f2;--cyan-light:#38e1ff;--cyan-glow:#00d2f24d;--white:#fff;--white-soft:#f1f5f9;--white-muted:#94a3b8;--white-dim:#64748b;--gradient-blue:linear-gradient(135deg, #1d63ff 0%, #00d2f2 100%);--gradient-blue-reverse:linear-gradient(135deg, #00d2f2 0%, #1d63ff 100%);--gradient-hero-title:linear-gradient(180deg, #fff 0%, #dbeafe 100%);--gradient-card-border:linear-gradient(135deg, #1d63ff66 0%, #00d2f21a 100%);--gradient-glow:radial-gradient(circle at 50% 50%, #1d63ff2e 0%, #00d2f214 50%, transparent 70%);--border-subtle:1px solid #ffffff14;--border-glow:1px solid #00d2f240;--shadow-glow-sm:0 0 20px #1d63ff40;--shadow-glow-md:0 0 35px #00d2f24d;--shadow-glow-lg:0 10px 40px -10px #1d63ff80;--shadow-card:0 8px 32px 0 #0000005e;--radius-sm:8px;--radius:14px;--radius-lg:24px;--radius-full:9999px;--transition:all .3s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--navy-base);color:var(--white-soft);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(at 0 0,#1d63ff1f 0,#0000 50%),radial-gradient(at 100% 100%,#00d2f214 0,#0000 50%);background-attachment:fixed;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.65;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--navy-base)}::-webkit-scrollbar-thumb{border:2px solid var(--navy-base);background:#1e293b;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--blue-electric)}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}@media (width>=768px){.container{padding:0 40px}}.section{padding:90px 0;position:relative}@media (width>=768px){.section{padding:130px 0}}.gradient-text{background:var(--gradient-blue);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.gradient-text-cyan{background:linear-gradient(135deg,#38e1ff 0%,#a5f3fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{background:var(--gradient-blue);color:var(--white);border-radius:var(--radius-full);transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;z-index:1;justify-content:center;align-items:center;gap:12px;padding:16px 36px;font-size:1rem;font-weight:800;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 25px #1d63ff66}.btn-primary:before{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.btn-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 8px 35px #00d2f280}.btn-primary:hover:before{left:100%}.btn-primary:active{transform:translateY(-1px)scale(.99)}.btn-secondary{color:var(--white);-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-full);transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff26;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:600;display:inline-flex}.btn-secondary:hover{border-color:var(--cyan);color:var(--cyan-light);background:#1d63ff26;transform:translateY(-2px)}.badge-pill{border-radius:var(--radius-full);color:var(--cyan-light);-webkit-backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:.5px;background:#1d63ff1f;border:1px solid #00d2f24d;align-items:center;gap:8px;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.badge-online-dot{background-color:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot;box-shadow:0 0 10px #22c55e}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.glass-card{background:var(--navy-card);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:var(--transition);border:1px solid #ffffff14}.glass-card:hover{background:var(--navy-card-hover);border-color:#00d2f259;transform:translateY(-5px);box-shadow:0 16px 40px #0006,0 0 20px #1d63ff26}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
