@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');:root{--black:#101820;--black-2:#152230;--yellow:#ffbd00;--yellow-2:#f1a800;--yellow-3:#ffd54d;--cream:#f4f2ee;--white:#ffffff;--radius:14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--white);background:var(--black);overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.wrap{width:min(1180px,calc(100% - 32px));margin-inline:auto}.hero{min-height:100svh;position:relative;display:grid;align-items:center;justify-items:center;padding:clamp(2.2rem,5vw,4.8rem) 1rem clamp(5rem,8vw,7rem);overflow:hidden;isolation:isolate;background:url("assets/optimized/hero-desktop.webp") center center / cover no-repeat}.hero::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 50% 14%,rgba(255,189,0,.09),transparent 22rem),linear-gradient(180deg,rgba(16,24,32,.62) 0%,rgba(16,24,32,.72) 60%,rgba(16,24,32,.88) 100%)}.hero::after{content:"";position:absolute;inset:0;z-index:-1;background:rgba(16,24,32,.34);backdrop-filter:blur(.4px)}.heroLogo{position:absolute;top:1rem;left:1rem;z-index:15;display:inline-flex}.heroLogo img{width:min(210px,23vw);height:auto;filter:drop-shadow(0 12px 24px rgba(0,0,0,.35))}.socialTicker{position:absolute;top:1rem;right:1rem;z-index:15;max-width:min(360px,calc(100vw - 2rem));min-height:42px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.55rem;padding:.58rem .8rem;border:1px solid rgba(255,189,0,.32);border-radius:999px;background:rgba(16,24,32,.78);box-shadow:0 14px 40px rgba(0,0,0,.25);backdrop-filter:blur(14px)}.socialTicker strong{min-width:0;color:#fff;font-size:.82rem;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tickerDot{width:.58rem;height:.58rem;border-radius:999px;background:#28ff9a;box-shadow:0 0 0 0 rgba(40,255,154,.55);animation:pulse 1.8s infinite}.socialTicker.swap strong{animation:tickerIn .34s ease}@keyframes tickerIn{from{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{70%{box-shadow:0 0 0 .7rem rgba(40,255,154,0)}100%{box-shadow:0 0 0 0 rgba(40,255,154,0)}}.heroContent{width:min(660px,100%);display:grid;justify-items:center;text-align:center;margin-top:1rem}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:2.15rem;padding:.42rem 1.05rem;border:1px solid rgba(255,189,0,.62);border-radius:999px;color:var(--yellow);background:rgba(16,24,32,.42);box-shadow:0 0 0 1px rgba(0,0,0,.10);font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.hero h1{max-width:12ch;margin:1.35rem 0 0;color:#fff;font-size:clamp(3rem,6.2vw,5.7rem);line-height:.98;letter-spacing:-.055em;font-weight:950;text-wrap:balance}.hero h1 span{color:var(--yellow-3);text-shadow:0 0 24px rgba(255,189,0,.24)}.subtitle{margin:1.2rem 0 0;color:rgba(255,255,255,.86);font-size:clamp(1rem,1.6vw,1.35rem);line-height:1.45;font-weight:550}.instruction{margin:1.55rem 0 0;color:var(--yellow);font-size:clamp(1rem,1.4vw,1.22rem);font-weight:900}.leadQuiz{width:min(520px,100%);display:grid;margin-top:1.4rem}.progressTrack{width:100%;height:.22rem;border-radius:999px;background:rgba(255,255,255,.18);overflow:hidden}.progressTrack span{display:block;width:25%;height:100%;border-radius:inherit;background:var(--yellow);transition:width .28s ease}.step{display:none;margin-top:.9rem;animation:stepIn .26s ease}.step.active{display:grid;gap:1rem}@keyframes stepIn{from{opacity:0;transform:translateY(.45rem)}to{opacity:1;transform:translateY(0)}}.step h2{margin:0 0 .35rem;color:#fff;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.3;text-align:left;font-weight:950}label{display:grid;text-align:left}label span{margin-bottom:.55rem;color:rgba(255,255,255,.78);font-size:.78rem;font-weight:950;letter-spacing:.04em}input,select{width:100%;min-height:3.1rem;padding:.85rem 1.05rem;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);outline:0;color:#242424;background:rgba(245,245,245,.96);box-shadow:0 10px 26px rgba(0,0,0,.12);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}input:focus,select:focus{border-color:rgba(255,189,0,.9);box-shadow:0 0 0 4px rgba(255,189,0,.14),0 12px 30px rgba(0,0,0,.16);background:#fff}.mainButton{width:100%;min-height:3.55rem;border:0;border-radius:var(--radius);color:#000;background:var(--yellow);font-size:clamp(.98rem,1.2vw,1.08rem);font-weight:750;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.mainButton:hover,.ctaButton:hover,.modalSubmit:hover{transform:translateY(-1px);filter:saturate(1.05);box-shadow:0 14px 30px rgba(255,189,0,.18)}.backButton{width:fit-content;justify-self:center;border:0;color:rgba(255,255,255,.52);background:transparent;font-size:.86rem;font-weight:700;transition:color .18s ease}.backButton:hover{color:var(--yellow)}.formActions{display:grid;gap:.8rem}.choices{display:grid;gap:.7rem}.choice{min-height:3.2rem;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);color:#242424;background:rgba(245,245,245,.96);text-align:left;font-weight:850;transition:transform .18s ease,border-color .18s ease,background .18s ease}.choice:hover,.choice.selected{transform:translateY(-1px);border-color:rgba(255,189,0,.9);background:#fff8d7}.status{min-height:1.2rem;margin:.6rem 0 0;color:rgba(255,255,255,.74);font-size:.84rem;font-weight:750}.status.error{color:#ffb0a8}.bottomBenefits{position:absolute;left:50%;bottom:clamp(1.2rem,3vw,2.2rem);width:min(980px,calc(100% - 2rem));transform:translateX(-50%);z-index:5;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.8rem,2vw,1.7rem);align-items:center}.bottomBenefits article{min-width:0;display:flex;align-items:center;justify-content:center;gap:.55rem;color:rgba(255,255,255,.72);font-size:.86rem;line-height:1.25}.bottomBenefits span{flex:0 0 auto;color:var(--yellow);font-weight:950;font-size:1rem}.bottomBenefits p{margin:0}.stepsSection{padding:74px 0 80px;background:var(--cream);border-top:4px solid var(--yellow)}.stepsSection h2,.socialProofSection h2,.finalCtaSection h2{margin:0;text-align:center;color:var(--black-2);font-size:clamp(2rem,4vw,3.4rem);line-height:1.1;letter-spacing:-.04em;font-weight:900}.stepsSection h2 span,.socialProofSection h2 span,.finalCtaSection h2 span{color:var(--yellow-2)}.stepsGrid{margin-top:44px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;justify-content:center}.stepCard{padding:28px 28px 26px;border-radius:22px;background:rgba(255,255,255,.88);box-shadow:0 18px 34px rgba(0,0,0,.08);text-align:center}.stepNumber{display:inline-block;color:var(--yellow-2);font-size:.92rem;font-weight:900;letter-spacing:.1em}.stepIcon{width:48px;height:48px;display:grid;place-items:center;margin:18px auto 22px;border-radius:14px;background:#f3ecd9;color:var(--yellow-2);font-size:1.6rem}.stepCard h3{margin:0;color:var(--black-2);font-size:1.2rem;font-weight:850}.stepCard p{margin:14px 0 0;color:#4d5870;font-size:1.02rem;line-height:1.65}.socialProofSection{padding:82px 0 84px;background:linear-gradient(180deg,var(--black) 0%,#162536 100%)}.socialWrap h2{color:#fff}.proofCarousel{position:relative;margin-top:40px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}.carouselArrow{width:46px;height:46px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:2rem;line-height:1;transition:transform .2s ease,background .2s ease}.carouselArrow:hover{transform:translateY(-1px);background:rgba(255,255,255,.16)}.carouselViewport{overflow:hidden}.carouselTrack{display:flex;gap:18px;transition:transform .38s ease;will-change:transform}.proofCard{position:relative;flex:0 0 min(360px,calc((100% - 36px) / 3));border-radius:18px;overflow:hidden;background:#0f1720;box-shadow:0 18px 36px rgba(0,0,0,.18);aspect-ratio:0.68 / 1}.proofCard img{width:100%;height:100%;object-fit:cover}.proofCard::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 30%,rgba(0,0,0,.62) 100%)}.proofOverlay{position:absolute;left:18px;right:18px;bottom:16px;z-index:1;display:grid;gap:4px}.proofOverlay strong{font-size:1rem;font-weight:850}.proofOverlay span{color:rgba(255,255,255,.78);font-size:.9rem}.carouselDots{margin-top:18px;display:flex;justify-content:center;gap:10px}.carouselDots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.24)}.carouselDots button.active{background:var(--yellow)}.finalCtaSection{padding:92px 0 80px;background:linear-gradient(90deg,#152230 0%,#101820 50%,#152230 100%)}.ctaWrap{display:grid;justify-items:center;text-align:center;gap:16px}.finalCtaSection h2{color:#fff}.finalCtaSection p{margin:0;color:rgba(255,255,255,.74);font-size:clamp(1rem,1.3vw,1.25rem)}.ctaButton{min-height:64px;padding:16px 34px;border:0;border-radius:999px;color:#000;background:var(--yellow);font-size:clamp(1.1rem,1.4vw,1.3rem);font-weight:800;box-shadow:0 0 40px rgba(255,189,0,.24);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.siteFooter{padding:0 0 34px;background:linear-gradient(180deg,#101820 0%,#081117 100%)}.footerWrap{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.footerBrand img{width:min(200px,100%);height:auto}.footerBrand p,.footerLegal p{margin:10px 0 0;color:rgba(255,255,255,.68);font-size:.92rem;line-height:1.65}.footerLegal p:first-child{margin-top:0;color:#fff}.modalBackdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:16px;background:rgba(7,10,14,.58);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .26s ease}.modalBackdrop[hidden]{display:none}.modalBackdrop.is-visible{opacity:1;pointer-events:auto}.modalPanel{position:relative;width:min(470px,100%);max-height:min(92vh,840px);overflow:auto;padding:28px 22px 20px;border-radius:18px;background:#f3f3f3;color:#232a35;box-shadow:0 28px 60px rgba(0,0,0,.24);opacity:0;transform:translateY(16px) scale(.97);transition:opacity .28s ease,transform .28s ease}.modalBackdrop.is-visible .modalPanel{opacity:1;transform:translateY(0) scale(1)}.modalBackdrop.is-closing{opacity:0}.modalBackdrop.is-closing .modalPanel{opacity:0;transform:translateY(16px) scale(.97)}.modalClose{position:absolute;top:12px;right:14px;width:42px;height:42px;border:0;background:transparent;color:#5f6878;font-size:2rem;line-height:1}.modalPanel h3{margin:0;color:#232a35;font-size:clamp(2rem,4vw,2.4rem);line-height:1.15;font-weight:900}.modalPanel>p{margin:12px 0 26px;color:#667187;font-size:1rem;line-height:1.55}.contactForm{display:grid;gap:16px}.contactForm label span{color:#323a47;font-size:.82rem;letter-spacing:.05em}.contactForm input,.contactForm select{min-height:48px;border:1px solid #d6dae2;background:#fafafa;color:#2a2a2a;box-shadow:none}.contactForm input:focus,.contactForm select:focus{border-color:var(--yellow);background:#fff;box-shadow:0 0 0 4px rgba(255,189,0,.10)}.modalSubmit{min-height:54px;border:0;border-radius:12px;color:#fff;background:#27cc60;font-size:1.08rem;font-weight:850;transition:transform .18s ease,filter .18s ease}.contactForm small{color:#667187;text-align:center;font-size:.86rem}.modalStatus{min-height:1rem;margin-top:0;color:#495365}.modalStatus.error{color:#b94a48}@media (max-width:980px){.stepsGrid{grid-template-columns:1fr;max-width:580px;margin-inline:auto;margin-top:34px}.proofCard{flex-basis:calc((100% - 18px) / 2.15)}.footerWrap{grid-template-columns:1fr}}@media (max-width:900px){.hero{min-height:100svh;padding-top:5rem;padding-bottom:10rem}.heroLogo{top:.75rem;left:.75rem}.heroLogo img{width:160px}.socialTicker{top:.75rem;right:.75rem;max-width:min(300px,calc(100vw - 10rem))}.bottomBenefits{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.proofCarousel{grid-template-columns:1fr;gap:14px}.carouselArrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.carouselArrow.prev{left:10px}.carouselArrow.next{right:10px}.proofCard{flex-basis:min(86vw,330px)}}@media (max-width:620px){.wrap{width:min(100% - 18px,1180px)}.hero{align-items:start;padding:7.9rem .8rem 12rem;background:url("assets/optimized/hero-mobile.webp") center center / cover no-repeat}.hero::before{background:radial-gradient(circle at 50% 12%,rgba(255,189,0,.17),transparent 14rem),linear-gradient(180deg,rgba(4,9,12,.66) 0%,rgba(4,9,12,.76) 18%,rgba(4,9,12,.78) 58%,rgba(4,9,12,.88) 100%)}.hero::after{background:linear-gradient(180deg,rgba(7,18,23,.1) 0%,rgba(7,18,23,.56) 58%,rgba(7,18,23,.84) 100%)}.heroLogo{left:50%;top:.75rem;transform:translateX(-50%)}.heroLogo img{width:145px}.socialTicker{top:4.15rem;left:50%;right:auto;transform:translateX(-50%);width:min(100%,336px);max-width:calc(100vw - 1rem);padding:.5rem .75rem}.socialTicker strong{white-space:normal;line-height:1.2;font-size:.77rem}.heroContent{width:100%;margin-top:1.65rem}.badge{font-size:.62rem;padding:.36rem .72rem;max-width:100%}.hero h1{margin-top:.95rem;font-size:clamp(2.3rem,11.5vw,3.45rem);max-width:11ch}.subtitle{margin-top:.82rem;font-size:.95rem;line-height:1.48;max-width:29rem}.instruction{margin-top:.98rem;font-size:.96rem}.leadQuiz{width:min(100%,420px);margin-top:.9rem;padding:.95rem .8rem;border-radius:18px;background:rgba(7,18,23,.50);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px)}.step{margin-top:.75rem}.step h2{text-align:center}label{text-align:left}.bottomBenefits{bottom:.8rem;grid-template-columns:1fr;gap:.42rem}.bottomBenefits article{justify-content:flex-start;font-size:.78rem;padding:.72rem .85rem;border:1px solid rgba(255,189,0,.18);border-radius:14px;background:rgba(7,18,23,.46);backdrop-filter:blur(10px)}.stepsSection{padding:54px 0 56px}.stepsSection h2,.socialProofSection h2,.finalCtaSection h2{font-size:clamp(2rem,9vw,2.7rem)}.stepCard{padding-inline:20px}.stepCard p{font-size:.98rem}.socialProofSection{padding:58px 0 64px}.finalCtaSection{padding:66px 0 54px}.ctaButton{width:100%;max-width:360px;min-height:58px}.siteFooter{padding-bottom:26px}.footerBrand{text-align:center}.footerBrand img{margin-inline:auto;width:150px}.footerBrand p,.footerLegal p{font-size:.86rem}.modalPanel{padding:24px 16px 18px}.modalPanel h3{font-size:1.95rem}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}.heroLogo img{width:min(160px,18vw);height:auto;background:transparent !important;border:0 !important;box-shadow:none !important;filter:drop-shadow(0 10px 20px rgba(0,0,0,.32))}.footerBrand img{width:min(135px,100%);background:transparent !important;border:0 !important;box-shadow:none !important}.proofCarousel{gap:16px}.carouselViewport{overflow:hidden;width:100%}.carouselTrack{display:flex;gap:18px;transition:transform .58s cubic-bezier(.22,.75,.2,1);will-change:transform;backface-visibility:hidden}.proofCard{flex:0 0 calc((100% - 36px) / 3);transform:translateZ(0)}.carouselArrow{display:grid;place-items:center}.carouselArrow:disabled{opacity:1;cursor:pointer}.socialTicker strong{white-space:nowrap}@media (max-width:980px){.proofCard{flex-basis:calc((100% - 18px) / 2)}.heroLogo img{width:132px}.footerBrand img{width:118px}}@media (max-width:700px){.proofCard{flex-basis:100%}}@media (max-width:620px){.heroLogo img{width:124px}.socialTicker strong{white-space:normal}.footerBrand img{width:112px}}.heroLogo img{width:min(118px,13vw) !important;background:transparent !important;border:0 !important;box-shadow:none !important}.footerBrand img{width:min(96px,100%) !important;background:transparent !important;border:0 !important;box-shadow:none !important}@media (max-width:980px){.heroLogo img{width:100px !important}.footerBrand img{width:88px !important}}@media (max-width:620px){.heroLogo img{width:88px !important}.footerBrand img{width:82px !important}}@media (max-width:620px){.hero{padding-top:6.25rem !important}.heroLogo{top:.92rem !important;left:1.05rem !important;right:auto !important;transform:none !important;z-index:30 !important}.heroLogo img{width:82px !important;max-width:82px !important;height:auto !important}.socialTicker{top:1rem !important;left:auto !important;right:.9rem !important;transform:none !important;width:calc(100vw - 7.3rem) !important;max-width:420px !important;min-height:40px !important;padding:.48rem .72rem !important;border-radius:999px !important}.socialTicker strong{font-size:.74rem !important;line-height:1.15 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.tickerDot{width:.52rem !important;height:.52rem !important}.heroContent{margin-top:2.35rem !important}}@media (max-width:390px){.heroLogo img{width:74px !important;max-width:74px !important}.socialTicker{width:calc(100vw - 6.7rem) !important;right:.7rem !important;padding-inline:.62rem !important}.socialTicker strong{font-size:.70rem !important}}.topHeader{position:absolute !important;top:14px !important;left:16px !important;right:16px !important;z-index:50 !important;min-height:52px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:14px !important;padding:8px 12px !important;border:1px solid rgba(255,189,0,.18) !important;border-radius:999px !important;background:rgba(7,18,23,.62) !important;box-shadow:0 14px 38px rgba(0,0,0,.22) !important;backdrop-filter:blur(14px) !important}.topHeader .heroLogo{position:static !important;top:auto !important;left:auto !important;right:auto !important;transform:none !important;z-index:auto !important;display:inline-flex !important;align-items:center !important;flex:0 0 auto !important;line-height:0 !important}.topHeader .heroLogo img{width:66px !important;max-width:66px !important;height:auto !important;background:transparent !important;border:0 !important;box-shadow:none !important;filter:drop-shadow(0 8px 14px rgba(0,0,0,.28)) !important}.topHeader .socialTicker{position:static !important;top:auto !important;left:auto !important;right:auto !important;transform:none !important;width:min(420px,48vw) !important;max-width:min(420px,48vw) !important;min-height:38px !important;padding:.48rem .72rem !important;border-radius:999px !important;background:rgba(255,255,255,.075) !important;border:1px solid rgba(255,255,255,.10) !important;box-shadow:none !important;backdrop-filter:none !important}.topHeader .socialTicker strong{font-size:.78rem !important;line-height:1.15 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.footerBrand img{width:74px !important;max-width:74px !important;height:auto !important;background:transparent !important;border:0 !important;box-shadow:none !important}@media (max-width:620px){.hero{padding-top:6.15rem !important}.topHeader{top:8px !important;left:8px !important;right:8px !important;min-height:46px !important;padding:7px 8px !important;gap:8px !important;border-radius:999px !important}.topHeader .heroLogo img{width:46px !important;max-width:46px !important}.topHeader .socialTicker{width:auto !important;max-width:none !important;flex:1 1 auto !important;min-width:0 !important;min-height:34px !important;padding:.42rem .58rem !important}.topHeader .socialTicker strong{font-size:.68rem !important;line-height:1.1 !important;white-space:nowrap !important}.topHeader .tickerDot{width:.46rem !important;height:.46rem !important}.heroContent{margin-top:1.85rem !important}.footerBrand img{width:64px !important;max-width:64px !important}}@media (max-width:390px){.topHeader .heroLogo img{width:42px !important;max-width:42px !important}.topHeader .socialTicker strong{font-size:.64rem !important}.topHeader{gap:6px !important;padding-inline:7px !important}}.hero>.heroLogo,.topHeader,.topHeader .heroLogo{display:none !important}.hero>.socialTicker{position:absolute !important;top:14px !important;left:50% !important;right:auto !important;transform:translateX(-50%) !important;z-index:60 !important;width:min(560px,calc(100% - 32px)) !important;max-width:min(560px,calc(100% - 32px)) !important;min-height:48px !important;display:grid !important;grid-template-columns:auto minmax(0,1fr) !important;align-items:center !important;gap:10px !important;padding:10px 18px !important;border-radius:999px !important;border:1px solid rgba(255,189,0,.28) !important;background:rgba(7,18,23,.72) !important;box-shadow:0 16px 42px rgba(0,0,0,.24) !important;backdrop-filter:blur(16px) !important}.hero>.socialTicker strong{font-size:.9rem !important;line-height:1.15 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.hero>.socialTicker .tickerDot{width:.62rem !important;height:.62rem !important}@media (max-width:620px){.hero{padding-top:5.9rem !important}.hero>.socialTicker{top:10px !important;width:calc(100% - 18px) !important;max-width:calc(100% - 18px) !important;min-height:44px !important;padding:9px 13px !important}.hero>.socialTicker strong{font-size:.78rem !important;line-height:1.15 !important;white-space:nowrap !important}.hero>.socialTicker .tickerDot{width:.54rem !important;height:.54rem !important}.heroContent{margin-top:1.6rem !important}}@media (max-width:390px){.hero>.socialTicker{padding-inline:11px !important}.hero>.socialTicker strong{font-size:.72rem !important}}.hero>.socialTicker{left:auto !important;right:18px !important;transform:none !important;width:min(470px,calc(100% - 36px)) !important;max-width:min(470px,calc(100% - 36px)) !important;grid-template-columns:auto auto minmax(0,1fr) !important}.tickerSun{display:inline-grid !important;place-items:center !important;line-height:1 !important;font-size:1rem !important;filter:drop-shadow(0 0 8px rgba(255,189,0,.42))}@media (max-width:620px){.hero>.socialTicker{left:50% !important;right:auto !important;transform:translateX(-50%) !important;width:calc(100% - 18px) !important;max-width:calc(100% - 18px) !important}.tickerSun{font-size:.88rem !important}}.campaignHero{min-height:100svh;position:relative;isolation:isolate;overflow:hidden;display:grid;align-items:center;padding:6.5rem 1rem 5.6rem;color:#fff;background:radial-gradient(circle at 18% 18%,rgba(255,213,77,.32),transparent 19rem),radial-gradient(circle at 86% 12%,rgba(35,201,120,.22),transparent 23rem),radial-gradient(circle at 78% 84%,rgba(37,118,255,.18),transparent 21rem),linear-gradient(135deg,#062719 0%,#0c3f2e 44%,#071217 100%)}.campaignHero::before{content:"";position:absolute;inset:0;z-index:-3;opacity:.18;background-image:linear-gradient(45deg,rgba(255,255,255,.26) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.26) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.26) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.26) 75%);background-size:72px 72px;background-position:0 0,0 36px,36px -36px,-36px 0px;mask-image:linear-gradient(#000 0%,transparent 80%)}.campaignHero::after{content:"⚽ ☀️ 🇧🇷 ⚡ 🎁";position:absolute;left:50%;bottom:2.2rem;z-index:-1;transform:translateX(-50%);color:rgba(255,255,255,.09);font-size:clamp(4rem,11vw,8rem);letter-spacing:.18em;white-space:nowrap}.campaignGlow{position:absolute;z-index:-2;border-radius:999px;filter:blur(10px);opacity:.75}.campaignGlowOne{width:22rem;height:22rem;top:-7rem;left:-5rem;background:rgba(255,189,0,.16)}.campaignGlowTwo{width:25rem;height:25rem;right:-7rem;bottom:-9rem;background:rgba(28,196,105,.16)}.campaignTicker{position:absolute;top:16px;left:50%;z-index:4;transform:translateX(-50%);width:min(520px,calc(100% - 32px));min-height:48px;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.7rem 1.1rem;border:1px solid rgba(255,213,77,.34);border-radius:999px;background:rgba(7,18,23,.64);box-shadow:0 16px 42px rgba(0,0,0,.24);backdrop-filter:blur(16px)}.campaignTicker strong{font-size:.92rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.campaignShell{width:min(1160px,calc(100% - 24px));margin-inline:auto;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.88fr);gap:clamp(1.5rem,5vw,4.5rem);align-items:center}.campaignCopy{display:grid;justify-items:start}.campaignKicker{margin:0 0 1rem;display:inline-flex;padding:.48rem .95rem;border-radius:999px;color:#101820;background:linear-gradient(135deg,#fff5b8,var(--yellow));font-size:.82rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.campaignCopy h1{max-width:11ch;margin:0;color:#fff;font-size:clamp(3.2rem,6.4vw,6.7rem);line-height:.9;letter-spacing:-.065em;font-weight:950;text-wrap:balance}.campaignLead{max-width:680px;margin:1.35rem 0 0;color:rgba(255,255,255,.86);font-size:clamp(1.02rem,1.55vw,1.35rem);line-height:1.65}.campaignLead strong{color:var(--yellow-3);font-weight:950}.campaignActions{margin-top:1.8rem;display:grid;gap:.75rem}.campaignButton{min-height:58px;display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:1rem 1.45rem;border-radius:999px;color:#071217;background:linear-gradient(135deg,#fff0a8,var(--yellow),#f1a800);box-shadow:0 18px 46px rgba(255,189,0,.28);font-size:1.05rem;font-weight:900;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.campaignButton:hover{transform:translateY(-2px);filter:saturate(1.05);box-shadow:0 22px 56px rgba(255,189,0,.36)}.campaignActions small{max-width:520px;color:rgba(255,255,255,.58);font-size:.82rem;line-height:1.45}.prizeArena{position:relative;min-height:540px;display:grid;align-content:center;gap:1.1rem}.cupBadge{position:absolute;top:1rem;right:1rem;z-index:3;padding:.55rem .95rem;border-radius:999px;color:#071217;background:#fff;font-weight:950;box-shadow:0 16px 38px rgba(0,0,0,.18);transform:rotate(4deg)}.prizeCard{position:relative;overflow:hidden;padding:clamp(1.45rem,3vw,2rem);border-radius:28px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.1);box-shadow:0 26px 60px rgba(0,0,0,.22);backdrop-filter:blur(16px)}.prizeCard::before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 55%);transform:rotate(18deg)}.prizeIcon{position:relative;width:58px;height:58px;display:grid;place-items:center;margin-bottom:1rem;border-radius:18px;background:rgba(255,255,255,.16);font-size:2rem}.prizeCard span{position:relative;color:var(--yellow);font-size:.8rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.prizeCard h2{position:relative;margin:.35rem 0 0;color:#fff;font-size:clamp(2.8rem,5vw,5.1rem);line-height:.9;letter-spacing:-.06em;font-weight:950}.prizeCard p{position:relative;margin:.55rem 0 0;color:rgba(255,255,255,.78);font-size:clamp(1rem,1.4vw,1.22rem);font-weight:750}.pixPrize{transform:rotate(-2deg);background:radial-gradient(circle at 100% 0,rgba(255,213,77,.22),transparent 15rem),rgba(255,255,255,.11)}.tvPrize{transform:rotate(2deg);background:radial-gradient(circle at 100% 0,rgba(45,211,111,.22),transparent 15rem),rgba(255,255,255,.11)}.orBall{position:relative;z-index:4;width:68px;height:68px;display:grid;place-items:center;justify-self:center;margin:-.35rem 0;border:6px solid #071217;border-radius:50%;color:#071217;background:var(--yellow);font-weight:950;box-shadow:0 16px 36px rgba(0,0,0,.22)}.campaignBenefits{position:absolute;left:50%;bottom:1.3rem;width:min(980px,calc(100% - 2rem));transform:translateX(-50%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.campaignBenefits article{min-height:50px;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:rgba(255,255,255,.82);background:rgba(7,18,23,.38);backdrop-filter:blur(12px);font-size:.9rem;font-weight:750;text-align:center}.campaignBenefits span{color:var(--yellow);font-weight:950}.scrollCue{position:absolute;left:50%;bottom:5.3rem;transform:translateX(-50%);color:rgba(255,255,255,.72);font-size:.85rem;font-weight:850;animation:scrollPulse 1.8s ease-in-out infinite}@keyframes scrollPulse{0%,100%{opacity:.55;transform:translateX(-50%) translateY(0)}50%{opacity:1;transform:translateX(-50%) translateY(4px)}}@media (max-width:900px){.campaignHero{padding-top:5.2rem;padding-bottom:10.8rem;align-items:start}.campaignShell{grid-template-columns:1fr;gap:2rem}.campaignCopy{justify-items:center;text-align:center}.campaignCopy h1{max-width:12ch}.campaignButton{width:100%;max-width:390px}.campaignActions{justify-items:center}.prizeArena{width:min(520px,100%);margin-inline:auto;min-height:auto}.campaignBenefits{grid-template-columns:1fr;bottom:1rem;gap:.45rem}.scrollCue{bottom:8.5rem}}@media (max-width:620px){.campaignHero{padding:4.9rem .75rem 10.7rem}.campaignTicker{top:9px;width:calc(100% - 18px);min-height:42px;padding:.58rem .8rem}.campaignTicker strong{font-size:.74rem}.campaignCopy h1{font-size:clamp(2.55rem,12vw,4rem);max-width:11ch}.campaignLead{margin-top:1rem;font-size:.98rem;line-height:1.55}.campaignKicker{font-size:.66rem;padding:.42rem .75rem}.prizeArena{gap:.8rem}.prizeCard{border-radius:22px;padding:1.15rem}.prizeIcon{width:48px;height:48px;border-radius:15px;font-size:1.65rem;margin-bottom:.75rem}.prizeCard h2{font-size:clamp(2.35rem,12vw,3.65rem)}.orBall{width:58px;height:58px;border-width:5px}.cupBadge{top:-.7rem;right:.7rem;font-size:.82rem}.campaignBenefits article{min-height:42px;border-radius:14px;justify-content:flex-start;font-size:.78rem;text-align:left}}.campaignHero{color:#101820 !important;background:radial-gradient(circle at 8% 8%,rgba(255,189,0,.18),transparent 20rem),radial-gradient(circle at 95% 20%,rgba(21,34,48,.10),transparent 22rem),linear-gradient(135deg,#ffffff 0%,#f4f2ee 46%,#e9edf0 100%) !important}.campaignHero::before{opacity:.08 !important;background-image:linear-gradient(90deg,rgba(21,34,48,.18) 1px,transparent 1px),linear-gradient(0deg,rgba(21,34,48,.12) 1px,transparent 1px) !important;background-size:42px 42px !important;mask-image:linear-gradient(#000 0%,transparent 84%) !important}.campaignHero::after{content:"" !important}.campaignGlowOne{background:rgba(255,189,0,.20) !important}.campaignGlowTwo{background:rgba(21,34,48,.12) !important}.campaignTicker{width:min(520px,calc(100% - 32px)) !important;border:1px solid rgba(21,34,48,.10) !important;background:rgba(255,255,255,.82) !important;color:#152230 !important;box-shadow:0 14px 34px rgba(16,24,32,.10) !important;backdrop-filter:blur(16px) !important}.campaignTicker strong{color:#152230 !important;font-size:.88rem !important;letter-spacing:.08em !important}.campaignTickerMark{width:.72rem;height:.72rem;border-radius:999px;display:inline-block;background:var(--yellow);box-shadow:0 0 0 5px rgba(255,189,0,.15)}.campaignKicker{color:#152230 !important;background:rgba(255,189,0,.18) !important;border:1px solid rgba(255,189,0,.35) !important}.campaignCopy h1{color:#101820 !important;max-width:12ch !important}.campaignLead{color:#4d5870 !important}.campaignLead strong{color:#152230 !important;font-weight:950 !important;box-shadow:inset 0 -0.36em 0 rgba(255,189,0,.25)}.campaignButton{color:#101820 !important;background:linear-gradient(135deg,#ffcf4f,#ffbd00,#f1a800) !important;box-shadow:0 18px 42px rgba(241,168,0,.22) !important}.campaignActions small{color:#657186 !important}.prizeArena{min-height:500px !important}.cupBadge{color:#fff !important;background:#152230 !important;box-shadow:0 14px 30px rgba(16,24,32,.18) !important;transform:none !important;letter-spacing:.04em !important;text-transform:uppercase !important;font-size:.78rem !important}.prizeCard{border:1px solid rgba(21,34,48,.10) !important;background:rgba(255,255,255,.88) !important;box-shadow:0 24px 58px rgba(16,24,32,.12) !important;backdrop-filter:blur(16px) !important}.prizeCard::before{background:radial-gradient(circle,rgba(255,189,0,.12),transparent 54%) !important}.prizeIcon{color:#152230 !important;background:rgba(255,189,0,.18) !important;border:1px solid rgba(255,189,0,.32) !important;font-size:1.1rem !important;font-weight:950 !important;letter-spacing:.04em !important}.prizeCard span{color:#f1a800 !important}.prizeCard h2{color:#152230 !important}.prizeCard p{color:#5d6675 !important}.pixPrize,.tvPrize{transform:none !important;background:radial-gradient(circle at 100% 0,rgba(255,189,0,.14),transparent 14rem),rgba(255,255,255,.9) !important}.orBall{color:#101820 !important;background:var(--yellow) !important;border:6px solid #f4f2ee !important;box-shadow:0 14px 30px rgba(16,24,32,.16) !important}.campaignBenefits article{border:1px solid rgba(21,34,48,.10) !important;color:#3f4a5c !important;background:rgba(255,255,255,.78) !important;box-shadow:0 12px 26px rgba(16,24,32,.08) !important}.campaignBenefits span{color:#f1a800 !important}.scrollCue{color:#152230 !important;opacity:.72 !important}@media (max-width:620px){.campaignTicker{background:rgba(255,255,255,.88) !important}.campaignCopy h1{max-width:12ch !important}.campaignBenefits article{background:rgba(255,255,255,.84) !important}}.campaignBenefits,.scrollCue,.campaignActions small{display:none !important}.campaignHero{padding-bottom:4.8rem !important}@media (max-width:900px){.campaignHero{padding-bottom:5rem !important}}@media (max-width:620px){.campaignHero{padding-bottom:4.5rem !important}}.campaignHero{color:#ffffff !important;background:radial-gradient(circle at 10% 10%,rgba(255,189,0,.22),transparent 21rem),radial-gradient(circle at 92% 18%,rgba(255,255,255,.08),transparent 24rem),radial-gradient(circle at 78% 86%,rgba(255,189,0,.10),transparent 22rem),linear-gradient(135deg,#062719 0%,#0b3d2d 46%,#071f25 100%) !important}.campaignHero::before{opacity:.08 !important;background-image:linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.14) 1px,transparent 1px) !important}.campaignGlowOne{background:rgba(255,189,0,.16) !important}.campaignGlowTwo{background:rgba(255,255,255,.06) !important}.campaignTicker{border-color:rgba(255,189,0,.28) !important;background:rgba(7,18,23,.62) !important;color:#ffffff !important;box-shadow:0 16px 42px rgba(0,0,0,.20) !important}.campaignTicker strong{color:#ffffff !important}.campaignTickerMark{background:var(--yellow) !important;box-shadow:0 0 0 5px rgba(255,189,0,.16) !important}.campaignKicker{color:#101820 !important;background:linear-gradient(135deg,#fff2a8,var(--yellow)) !important;border-color:rgba(255,189,0,.42) !important}.campaignCopy h1{color:#ffffff !important}.campaignLead{color:rgba(255,255,255,.84) !important}.campaignLead strong{color:#ffd54d !important;box-shadow:inset 0 -0.36em 0 rgba(255,189,0,.16) !important}.campaignButton{color:#101820 !important;background:linear-gradient(135deg,#ffdf68,#ffbd00,#f1a800) !important;box-shadow:0 18px 42px rgba(255,189,0,.24) !important}.cupBadge{color:#101820 !important;background:#ffffff !important;box-shadow:0 14px 30px rgba(0,0,0,.16) !important}.prizeCard{border-color:rgba(255,255,255,.14) !important;background:rgba(255,255,255,.10) !important;box-shadow:0 24px 58px rgba(0,0,0,.20) !important}.prizeCard::before{background:radial-gradient(circle,rgba(255,189,0,.16),transparent 54%) !important}.prizeIcon{color:#101820 !important;background:rgba(255,189,0,.95) !important;border-color:rgba(255,189,0,.42) !important}.prizeCard span{color:#ffbd00 !important}.prizeCard h2{color:#ffffff !important}.prizeCard p{color:rgba(255,255,255,.76) !important}.pixPrize,.tvPrize{background:radial-gradient(circle at 100% 0,rgba(255,189,0,.18),transparent 14rem),rgba(255,255,255,.10) !important}.orBall{color:#101820 !important;background:var(--yellow) !important;border-color:#0b3d2d !important;box-shadow:0 14px 30px rgba(0,0,0,.20) !important}.hero,.campaignHero,.proofCard,.prizeCard,.modalPanel,.leadQuiz,.socialTicker,.campaignTicker{transform:translateZ(0)}.proofCard img{content-visibility:auto}.stepsSection,.socialProofSection,.finalCtaSection,.siteFooter{content-visibility:auto;contain-intrinsic-size:900px}.campaignButton,.mainButton,.ctaButton,.modalSubmit,.carouselTrack,.step,.socialTicker.swap strong{will-change:transform,opacity}@media (max-width:620px){.campaignHero,.hero{background-attachment:scroll !important}.campaignHero{background:radial-gradient(circle at 8% 8%,rgba(255,189,0,.18),transparent 16rem),linear-gradient(135deg,#062719 0%,#0b3d2d 50%,#071f25 100%) !important}.campaignHero::before{opacity:.055 !important;background-size:58px 58px !important}.campaignGlow{filter:blur(4px) !important;opacity:.45 !important}.hero::after{backdrop-filter:none !important}.leadQuiz,.socialTicker,.campaignTicker,.modalBackdrop{backdrop-filter:blur(8px) !important}.prizeCard,.stepCard,.proofCard{box-shadow:0 14px 34px rgba(0,0,0,.16) !important}.campaignButton:hover,.mainButton:hover,.ctaButton:hover,.modalSubmit:hover{transform:translateY(-1px) scale(1.005)}}.leadQuiz{backdrop-filter:none !important;-webkit-backdrop-filter:none !important;background:linear-gradient(180deg,rgba(7,18,23,.76),rgba(7,18,23,.66)) !important;border:1px solid rgba(255,255,255,.10) !important;box-shadow:0 14px 34px rgba(0,0,0,.18) !important}@media (max-width:620px){.leadQuiz{backdrop-filter:none !important;-webkit-backdrop-filter:none !important;background:linear-gradient(180deg,rgba(7,18,23,.82),rgba(7,18,23,.70)) !important;box-shadow:0 12px 28px rgba(0,0,0,.16) !important}}.formPrivacy{margin:.2rem 0 0;color:rgba(255,255,255,.58);font-size:.72rem;line-height:1.35;text-align:center}.formPrivacy a{color:var(--yellow);font-weight:800;text-decoration:underline;text-underline-offset:3px}.modalPrivacy{color:#667187}.modalPrivacy a{color:#152230}.footerLegal a{color:rgba(255,255,255,.82);font-weight:800;text-decoration:underline;text-underline-offset:4px}.privacyPage{min-height:100vh;background:linear-gradient(135deg,#101820 0%,#152230 52%,#0b3d2d 100%);color:#101820}.privacyMain{width:min(920px,calc(100% - 28px));margin:0 auto;padding:38px 0 54px}.privacyBack{display:inline-flex;margin-bottom:18px;color:#fff;font-weight:850}.privacyCard{padding:clamp(1.2rem,3vw,2.3rem);border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.22)}.privacyKicker{margin:0 0 .6rem;color:#f1a800;font-size:.8rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.privacyCard h1{margin:0;color:#101820;font-size:clamp(2rem,5vw,3.4rem);line-height:1.02;letter-spacing:-.05em;font-weight:950}.privacyIntro{margin:1rem 0 1.6rem;color:#4d5870;font-size:1.04rem;line-height:1.65}.privacyCard h2{margin:1.4rem 0 .45rem;color:#152230;font-size:1.08rem;line-height:1.3;font-weight:950}.privacyCard p{color:#4d5870;line-height:1.68}.privacyDate{margin-top:1.6rem!important;color:#6b7280!important;font-size:.9rem}@media(max-width:620px){.formPrivacy{font-size:.68rem}.privacyMain{padding-top:24px}.privacyCard{border-radius:18px}}#campanha-amigo .campaignCopy{text-align:center !important;align-items:center !important;justify-items:center !important;margin-left:auto !important;margin-right:auto !important}#campanha-amigo .campaignCopy h1,#campanha-amigo .campaignCopy p,#campanha-amigo .campaignLead{text-align:center !important;margin-left:auto !important;margin-right:auto !important}#campanha-amigo .campaignActions{justify-content:center !important}@media (min-width:621px){.leadQuiz{border-radius:28px !important;overflow:hidden !important;background:linear-gradient(180deg,rgba(7,18,23,.70),rgba(7,18,23,.58)) !important;border:1px solid rgba(255,255,255,.14) !important;box-shadow:0 24px 58px rgba(0,0,0,.22) !important}.quizQuestion,.quizField,.quizStep,.quizBox,.formCard{border-radius:22px !important}.leadQuiz input,.leadQuiz select,.leadQuiz button,.leadQuiz .mainButton{border-radius:999px !important}}.leadQuiz{border-radius:32px !important;overflow:hidden !important;background:rgba(7,18,23,.52) !important;border:1px solid rgba(255,255,255,.12) !important;box-shadow:0 24px 70px rgba(0,0,0,.28) !important;backdrop-filter:blur(12px) !important;-webkit-backdrop-filter:blur(12px) !important}.leadQuiz::before,.leadQuiz::after{border-radius:inherit !important}.leadQuiz .progressBar,.quizProgress,.progress{border-radius:999px !important;overflow:hidden !important}.leadQuiz input,.leadQuiz select{border-radius:18px !important}.leadQuiz button,.leadQuiz .mainButton,.leadQuiz .quizButton{border-radius:18px !important}.formPrivacy,.modalPrivacy{display:none !important}@media (max-width:620px){.leadQuiz{border-radius:26px !important;background:rgba(7,18,23,.62) !important;box-shadow:0 18px 44px rgba(0,0,0,.24) !important;backdrop-filter:blur(8px) !important;-webkit-backdrop-filter:blur(8px) !important}.leadQuiz input,.leadQuiz select,.leadQuiz button,.leadQuiz .mainButton,.leadQuiz .quizButton{border-radius:16px !important}}.leadQuiz{width:min(520px,100%) !important;display:grid !important;margin-top:1.4rem !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;overflow:visible !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.leadQuiz .progressTrack{width:100% !important;height:.22rem !important;border-radius:999px !important;background:rgba(255,255,255,.18) !important;overflow:hidden !important}.leadQuiz .progressTrack span{display:block !important;height:100% !important;border-radius:inherit !important;background:var(--yellow) !important}.leadQuiz .step{margin-top:.9rem !important}.leadQuiz .step h2{text-align:left !important}.leadQuiz input,.leadQuiz select,.leadQuiz button,.leadQuiz .mainButton,.leadQuiz .quizButton{border-radius:var(--radius) !important}.formPrivacy,.modalPrivacy{display:none !important}@media (max-width:620px){.leadQuiz{width:min(100%,420px) !important;margin-top:.9rem !important;padding:.95rem .8rem !important;border-radius:18px !important;background:rgba(7,18,23,.50) !important;border:1px solid rgba(255,255,255,.08) !important;box-shadow:none !important;overflow:visible !important;backdrop-filter:blur(8px) !important;-webkit-backdrop-filter:blur(8px) !important}.leadQuiz .step{margin-top:.75rem !important}.leadQuiz .step h2{text-align:center !important}.leadQuiz input,.leadQuiz select,.leadQuiz button,.leadQuiz .mainButton,.leadQuiz .quizButton{border-radius:var(--radius) !important}}#campanha-amigo>.campaignTicker{left:50% !important;right:auto !important;transform:translateX(-50%) !important;width:max-content !important;max-width:calc(100% - 32px) !important;justify-content:center !important;text-align:center !important}#campanha-amigo>.campaignTicker strong{text-align:center !important;white-space:nowrap !important}#campanha-amigo .campaignCopy,#campanha-amigo .campaignCopy h1,#campanha-amigo .campaignLead,#campanha-amigo .campaignActions{text-align:inherit !important}
.modalFormGroup{margin:.35rem 0 -.15rem;color:#152230;font-size:.82rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}
.modalFormGroup strong{display:block;padding:.35rem .55rem;border-radius:10px;background:rgba(255,189,0,.16);border:1px solid rgba(255,189,0,.28)}


/* Campanha do Amigo */
.friendPromoPanel{
  width:min(460px,100%);
  justify-self:center;
  align-self:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.10);
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}
.friendImageWrap{position:relative;min-height:250px;background:#071217;overflow:hidden}
.friendImageWrap img{width:100%;height:100%;min-height:250px;object-fit:cover;filter:saturate(1.04) contrast(1.04)}
.friendImageWrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,18,23,.06),rgba(7,18,23,.48))}
.friendPromoContent{padding:1.3rem 1.4rem 1.45rem;background:linear-gradient(180deg,rgba(7,18,23,.72),rgba(7,18,23,.88))}
.friendPromoContent span{display:inline-flex;margin-bottom:.55rem;color:var(--yellow);font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.friendPromoContent h2{margin:0;color:#fff;font-size:clamp(1.45rem,2.4vw,2.05rem);line-height:1.05;letter-spacing:-.04em;font-weight:950}
.friendPromoContent p{margin:.7rem 0 0;color:rgba(255,255,255,.76);line-height:1.55;font-weight:600}
@media (max-width:900px){.friendPromoPanel{width:min(520px,100%);margin:0 auto}.friendImageWrap,.friendImageWrap img{min-height:220px}}
@media (max-width:620px){.friendPromoPanel{border-radius:22px}.friendPromoContent{padding:1.05rem}.friendImageWrap,.friendImageWrap img{min-height:190px}}

/* Ajuste V4 - imagem e bloco direito da Campanha do Amigo */
@media (min-width: 901px){
  #campanha-amigo .campaignShell{
    grid-template-columns:minmax(0,1.02fr) minmax(360px,460px) !important;
    gap:clamp(2rem,4vw,4rem) !important;
    align-items:center !important;
  }
}

#campanha-amigo .friendPromoPanel{
  position:relative !important;
  width:min(460px,100%) !important;
  display:grid !important;
  gap:0 !important;
  padding:.72rem !important;
  border-radius:32px !important;
  border:1px solid rgba(255,255,255,.18) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.07)) !important;
  box-shadow:0 26px 80px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.16) !important;
  overflow:hidden !important;
  isolation:isolate !important;
}

#campanha-amigo .friendPromoPanel::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:-1 !important;
  background:radial-gradient(circle at 16% 0%,rgba(255,189,0,.18),transparent 12rem),radial-gradient(circle at 100% 90%,rgba(255,255,255,.09),transparent 13rem) !important;
  pointer-events:none !important;
}

#campanha-amigo .friendImageWrap{
  position:relative !important;
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  aspect-ratio:16 / 11 !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:#061b14 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 16px 40px rgba(0,0,0,.25) !important;
}

#campanha-amigo .friendImageWrap img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  display:block !important;
  object-fit:cover !important;
  object-position:58% 46% !important;
  filter:saturate(1.05) contrast(1.06) brightness(.98) !important;
  transform:scale(1.01) !important;
}

#campanha-amigo .friendImageWrap::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(7,18,23,0) 48%,rgba(7,18,23,.44) 100%) !important;
  pointer-events:none !important;
}

#campanha-amigo .friendPromoContent{
  padding:1.15rem .45rem .25rem !important;
  background:transparent !important;
  text-align:left !important;
}

#campanha-amigo .friendPromoContent span{
  display:inline-flex !important;
  align-items:center !important;
  width:max-content !important;
  margin:0 0 .7rem !important;
  padding:.38rem .68rem !important;
  border-radius:999px !important;
  color:#101820 !important;
  background:linear-gradient(135deg,#fff0a8,#ffbd00,#f1a800) !important;
  font-size:.74rem !important;
  font-weight:950 !important;
  letter-spacing:.075em !important;
  text-transform:uppercase !important;
}

#campanha-amigo .friendPromoContent h2{
  max-width:14ch !important;
  margin:0 !important;
  color:#fff !important;
  font-size:clamp(1.55rem,2.4vw,2rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}

#campanha-amigo .friendPromoContent p{
  max-width:34rem !important;
  margin:.72rem 0 0 !important;
  color:rgba(255,255,255,.78) !important;
  line-height:1.52 !important;
  font-size:.98rem !important;
  font-weight:650 !important;
}

#campanha-amigo .friendPromoSteps{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:.55rem !important;
  margin-top:1rem !important;
}

#campanha-amigo .friendPromoSteps strong{
  min-height:42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:.55rem .5rem !important;
  border-radius:14px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(7,18,23,.42) !important;
  color:rgba(255,255,255,.90) !important;
  font-size:.72rem !important;
  line-height:1.15 !important;
  text-align:center !important;
  font-weight:900 !important;
}

@media (max-width:900px){
  #campanha-amigo .campaignShell{
    grid-template-columns:1fr !important;
  }
  #campanha-amigo .friendPromoPanel{
    width:min(540px,100%) !important;
    margin:0 auto !important;
  }
  #campanha-amigo .friendImageWrap{
    aspect-ratio:16 / 10 !important;
  }
}

@media (max-width:620px){
  #campanha-amigo .friendPromoPanel{
    padding:.55rem !important;
    border-radius:24px !important;
  }
  #campanha-amigo .friendImageWrap{
    border-radius:19px !important;
    aspect-ratio:16 / 10.8 !important;
  }
  #campanha-amigo .friendPromoContent{
    padding:1rem .35rem .15rem !important;
  }
  #campanha-amigo .friendPromoContent h2{
    max-width:15ch !important;
    font-size:1.55rem !important;
  }
  #campanha-amigo .friendPromoContent p{
    font-size:.93rem !important;
  }
  #campanha-amigo .friendPromoSteps{
    grid-template-columns:1fr !important;
    gap:.45rem !important;
  }
  #campanha-amigo .friendPromoSteps strong{
    min-height:36px !important;
    justify-content:flex-start !important;
    padding:.55rem .7rem !important;
    font-size:.78rem !important;
  }
}

/* Ajuste V5 - explicação clara da Campanha do Amigo */
#campanha-amigo .friendPromoContent h2{
  max-width:18ch !important;
}

#campanha-amigo .friendPromoSteps{
  grid-template-columns:1fr !important;
  gap:.62rem !important;
  margin-top:1.05rem !important;
}

#campanha-amigo .friendPromoSteps article{
  display:grid !important;
  gap:.24rem !important;
  padding:.78rem .86rem !important;
  border-radius:16px !important;
  border:1px solid rgba(255,255,255,.13) !important;
  background:rgba(7,18,23,.44) !important;
}

#campanha-amigo .friendPromoSteps strong{
  min-height:0 !important;
  display:block !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#ffffff !important;
  font-size:.82rem !important;
  line-height:1.22 !important;
  text-align:left !important;
  font-weight:950 !important;
}

#campanha-amigo .friendPromoSteps small{
  display:block !important;
  color:rgba(255,255,255,.72) !important;
  font-size:.77rem !important;
  line-height:1.35 !important;
  font-weight:650 !important;
}

@media (max-width:620px){
  #campanha-amigo .friendPromoContent h2{
    max-width:20ch !important;
  }
  #campanha-amigo .friendPromoSteps{
    gap:.5rem !important;
  }
  #campanha-amigo .friendPromoSteps article{
    padding:.68rem .75rem !important;
    border-radius:14px !important;
  }
  #campanha-amigo .friendPromoSteps strong{
    font-size:.8rem !important;
  }
  #campanha-amigo .friendPromoSteps small{
    font-size:.74rem !important;
  }
}


/* Ajuste V6 - página inicial igual ao index enviado */
#campanha-amigo.friendCampaignV2{
  position:relative !important;
  min-height:auto !important;
  padding:clamp(5.2rem,8vw,7rem) clamp(1rem,3vw,2rem) clamp(3.2rem,6vw,5.2rem) !important;
  overflow:hidden !important;
  isolation:isolate !important;
  color:#ffffff !important;
  background:
    radial-gradient(circle at 12% 14%,rgba(255,189,0,.20),transparent 22rem),
    radial-gradient(circle at 92% 18%,rgba(255,255,255,.08),transparent 24rem),
    radial-gradient(circle at 80% 88%,rgba(255,189,0,.10),transparent 24rem),
    linear-gradient(135deg,#061f16 0%,#0b3d2d 48%,#071f25 100%) !important;
}

#campanha-amigo.friendCampaignV2::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:-2 !important;
  opacity:.075 !important;
  background-image:
    linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.14) 1px,transparent 1px) !important;
  background-size:72px 72px !important;
}

#campanha-amigo.friendCampaignV2::after{
  content:"" !important;
  position:absolute !important;
  inset:auto 0 0 !important;
  height:140px !important;
  z-index:-1 !important;
  background:linear-gradient(180deg,rgba(7,31,37,0),#101820) !important;
  pointer-events:none !important;
}

.friendV2GridGlow{
  position:absolute !important;
  z-index:-1 !important;
  width:28rem !important;
  height:28rem !important;
  border-radius:999px !important;
  filter:blur(6px) !important;
  opacity:.72 !important;
  pointer-events:none !important;
}
.friendV2GlowOne{left:-12rem !important;top:5rem !important;background:rgba(255,189,0,.16) !important;}
.friendV2GlowTwo{right:-12rem !important;bottom:-9rem !important;background:rgba(255,255,255,.06) !important;}

#campanha-amigo .friendV2Ticker{
  position:absolute !important;
  top:1.25rem !important;
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) !important;
  width:min(520px,calc(100% - 32px)) !important;
  max-width:calc(100% - 32px) !important;
  min-height:3rem !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.7rem !important;
  padding:.72rem 1.2rem !important;
  border:1px solid rgba(255,189,0,.34) !important;
  border-radius:0 0 28px 28px !important;
  background:rgba(7,18,23,.62) !important;
  color:#ffffff !important;
  box-shadow:0 18px 46px rgba(0,0,0,.22) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  text-align:center !important;
}
#campanha-amigo .friendV2Ticker strong{
  color:#ffffff !important;
  font-size:.88rem !important;
  font-weight:950 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

.friendV2Shell{
  width:min(1180px,100%) !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr) !important;
  align-items:center !important;
  gap:clamp(2rem,5vw,5rem) !important;
}

.friendV2Copy{
  display:grid !important;
  justify-items:start !important;
  text-align:left !important;
}

.friendV2Eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  margin:0 0 1.35rem !important;
  padding:.55rem 1.1rem !important;
  border-radius:999px !important;
  color:#101820 !important;
  background:linear-gradient(135deg,#fff2a8,#ffbd00,#f1a800) !important;
  box-shadow:0 14px 34px rgba(255,189,0,.18) !important;
  font-size:.78rem !important;
  font-weight:950 !important;
  letter-spacing:.10em !important;
  text-transform:uppercase !important;
}

.friendV2Copy h1{
  max-width:9.2ch !important;
  margin:0 !important;
  color:#ffffff !important;
  font-size:clamp(4rem,8.5vw,7.9rem) !important;
  line-height:.92 !important;
  letter-spacing:-.075em !important;
  font-weight:950 !important;
  text-wrap:balance !important;
}

.friendV2Copy p:not(.friendV2Eyebrow){
  max-width:39rem !important;
  margin:1.25rem 0 0 !important;
  color:rgba(255,255,255,.85) !important;
  font-size:clamp(1.05rem,1.6vw,1.36rem) !important;
  line-height:1.48 !important;
  font-weight:600 !important;
}
.friendV2Copy p strong{color:#ffd54d !important;box-shadow:inset 0 -.35em 0 rgba(255,189,0,.14) !important;}

.friendV2Actions{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:1rem !important;
  margin-top:2rem !important;
}
.friendV2Button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:3.65rem !important;
  padding:1rem 1.55rem !important;
  border-radius:999px !important;
  color:#101820 !important;
  background:linear-gradient(135deg,#ffdf68,#ffbd00,#f1a800) !important;
  font-weight:950 !important;
  box-shadow:0 18px 42px rgba(255,189,0,.24) !important;
}
.friendV2Actions span{
  color:rgba(255,255,255,.68) !important;
  font-size:.92rem !important;
  font-weight:800 !important;
}

.friendV2Card{
  position:relative !important;
  display:grid !important;
  gap:1.1rem !important;
  padding:1.15rem !important;
  border-radius:32px !important;
  border:1px solid rgba(255,255,255,.16) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.07)) !important;
  box-shadow:0 28px 80px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.16) !important;
  overflow:hidden !important;
}
.friendV2Card::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:-1 !important;
  background:radial-gradient(circle at 10% 0%,rgba(255,189,0,.20),transparent 14rem),radial-gradient(circle at 100% 96%,rgba(255,255,255,.10),transparent 15rem) !important;
}
.friendV2CardTop{
  padding:1.25rem 1.15rem !important;
  border-radius:24px !important;
  background:linear-gradient(135deg,rgba(255,189,0,.95),rgba(255,217,93,.95)) !important;
  color:#101820 !important;
  box-shadow:0 18px 40px rgba(255,189,0,.18) !important;
}
.friendV2RewardLine{
  margin:0 !important;
  display:grid !important;
  gap:.18rem !important;
  text-align:center !important;
  color:#101820 !important;
}
.friendV2RewardLine span{
  font-size:.82rem !important;
  font-weight:950 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
.friendV2RewardLine strong{
  font-size:clamp(2.5rem,4.4vw,4.4rem) !important;
  line-height:.92 !important;
  letter-spacing:-.07em !important;
  font-weight:950 !important;
}
.friendV2Flow{
  display:grid !important;
  gap:.78rem !important;
}
.friendV2Flow article{
  display:grid !important;
  grid-template-columns:auto minmax(0,1fr) !important;
  gap:.85rem !important;
  align-items:start !important;
  padding:.9rem .95rem !important;
  border-radius:18px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(7,18,23,.44) !important;
}
.friendV2Number{
  width:2rem !important;
  height:2rem !important;
  display:grid !important;
  place-items:center !important;
  border-radius:50% !important;
  color:#101820 !important;
  background:#ffbd00 !important;
  font-weight:950 !important;
}
.friendV2Flow h2{
  margin:0 !important;
  color:#ffffff !important;
  font-size:1.02rem !important;
  line-height:1.15 !important;
  letter-spacing:-.02em !important;
  font-weight:950 !important;
}
.friendV2Flow p{
  margin:.32rem 0 0 !important;
  color:rgba(255,255,255,.74) !important;
  font-size:.9rem !important;
  line-height:1.42 !important;
  font-weight:650 !important;
}
.friendV2Flow p strong{color:#ffd54d !important;}
.friendV2Seal{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:1rem !important;
  padding:.95rem 1rem !important;
  border-radius:18px !important;
  color:#ffffff !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.12) !important;
}
.friendV2Seal span{color:rgba(255,255,255,.66) !important;font-size:.86rem !important;font-weight:850 !important;}
.friendV2Seal strong{color:#ffbd00 !important;font-size:1rem !important;font-weight:950 !important;text-transform:uppercase !important;letter-spacing:.04em !important;}

.friendV2Trust{
  width:min(1180px,100%) !important;
  margin:clamp(2.2rem,4vw,3.4rem) auto 0 !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:1rem !important;
}
.friendV2Trust article{
  min-height:5.1rem !important;
  display:flex !important;
  align-items:center !important;
  gap:.85rem !important;
  padding:1rem !important;
  border-radius:20px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.08) !important;
  box-shadow:0 16px 38px rgba(0,0,0,.16) !important;
}
.friendV2Trust span{
  color:#ffbd00 !important;
  font-weight:950 !important;
  letter-spacing:.05em !important;
}
.friendV2Trust p{
  margin:0 !important;
  color:rgba(255,255,255,.78) !important;
  font-size:.92rem !important;
  line-height:1.25 !important;
  font-weight:800 !important;
}

@media (max-width: 900px){
  #campanha-amigo.friendCampaignV2{padding-top:5.5rem !important;}
  .friendV2Shell{grid-template-columns:1fr !important;gap:2.2rem !important;}
  .friendV2Copy{justify-items:center !important;text-align:center !important;}
  .friendV2Copy h1{max-width:10ch !important;}
  .friendV2Copy p:not(.friendV2Eyebrow){margin-left:auto !important;margin-right:auto !important;}
  .friendV2Actions{justify-content:center !important;}
  .friendV2Card{width:min(560px,100%) !important;margin:0 auto !important;}
  .friendV2Trust{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}

@media (max-width: 620px){
  #campanha-amigo.friendCampaignV2{
    padding:5.1rem .95rem 3rem !important;
    background:radial-gradient(circle at 8% 8%,rgba(255,189,0,.18),transparent 17rem),linear-gradient(135deg,#062719 0%,#0b3d2d 52%,#071f25 100%) !important;
  }
  #campanha-amigo.friendCampaignV2::before{opacity:.055 !important;background-size:58px 58px !important;}
  #campanha-amigo .friendV2Ticker{top:.85rem !important;min-height:2.65rem !important;border-radius:999px !important;padding:.62rem .85rem !important;}
  #campanha-amigo .friendV2Ticker strong{font-size:.72rem !important;}
  .friendV2Eyebrow{margin-bottom:1rem !important;font-size:.72rem !important;padding:.48rem .86rem !important;}
  .friendV2Copy h1{max-width:8.5ch !important;font-size:clamp(3.05rem,17vw,5.1rem) !important;letter-spacing:-.07em !important;}
  .friendV2Copy p:not(.friendV2Eyebrow){font-size:1rem !important;line-height:1.5 !important;margin-top:1rem !important;}
  .friendV2Actions{margin-top:1.35rem !important;gap:.65rem !important;}
  .friendV2Button{width:100% !important;min-height:3.25rem !important;}
  .friendV2Actions span{width:100% !important;text-align:center !important;font-size:.8rem !important;}
  .friendV2Card{padding:.72rem !important;border-radius:24px !important;}
  .friendV2CardTop{padding:1rem .85rem !important;border-radius:19px !important;}
  .friendV2RewardLine strong{font-size:3rem !important;}
  .friendV2Flow article{grid-template-columns:auto minmax(0,1fr) !important;padding:.78rem !important;border-radius:15px !important;}
  .friendV2Flow h2{font-size:.95rem !important;}
  .friendV2Flow p{font-size:.82rem !important;}
  .friendV2Seal{display:grid !important;justify-items:center !important;text-align:center !important;gap:.2rem !important;}
  .friendV2Trust{grid-template-columns:1fr !important;gap:.65rem !important;margin-top:1.45rem !important;}
  .friendV2Trust article{min-height:0 !important;padding:.82rem .9rem !important;border-radius:16px !important;}
}


/* Ajuste V7 - corrigir sobreposição da hero da Campanha do Amigo no desktop */
@media (min-width: 901px){
  #campanha-amigo.friendCampaignV2{
    padding-left:clamp(1.5rem,4vw,3rem) !important;
    padding-right:clamp(1.5rem,4vw,3rem) !important;
  }
  #campanha-amigo .friendV2Shell{
    width:min(1220px,calc(100% - 32px)) !important;
    grid-template-columns:minmax(0,1fr) minmax(360px,460px) !important;
    gap:clamp(2.25rem,4vw,4.5rem) !important;
  }
  #campanha-amigo .friendV2Copy{
    min-width:0 !important;
    position:relative !important;
    z-index:1 !important;
  }
  #campanha-amigo .friendV2Copy h1{
    max-width:8.15ch !important;
    font-size:clamp(4.2rem,6.15vw,6.35rem) !important;
    line-height:.94 !important;
    letter-spacing:-.07em !important;
  }
  #campanha-amigo .friendV2Copy p:not(.friendV2Eyebrow){
    max-width:36rem !important;
  }
  #campanha-amigo .friendV2Card{
    width:100% !important;
    max-width:460px !important;
    justify-self:end !important;
    position:relative !important;
    z-index:2 !important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  #campanha-amigo .friendV2Shell{
    grid-template-columns:minmax(0,1fr) minmax(340px,420px) !important;
    gap:2rem !important;
  }
  #campanha-amigo .friendV2Copy h1{
    max-width:7.7ch !important;
    font-size:clamp(3.8rem,5.8vw,5rem) !important;
  }
}
