@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap";:root{--background:#fbf8f0;--foreground:#141b29;--primary:#1a6fbf;--primary-deep:#145c9e;--secondary:#27ae60;--amber:#f59e0b;--red:#ef1722;--muted:#6d7887;--border:#dfe5ea;--card:#fff;--soft-blue:#eaf3fb;--soft-green:#eaf7ef;--shadow:0 12px 34px rgba(18,40,67,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--background);color:var(--foreground);font-family:Nunito,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,a{font:inherit}a{color:inherit;text-decoration:none}button{border:0;cursor:pointer}img{display:block;max-width:100%}ul{list-style:none;padding:0;margin:0}.page{overflow:hidden}.container{width:min(100% - 32px,1152px);margin-inline:auto}.container.narrow{width:min(100% - 32px,960px)}.section{padding:80px 0}.icon{width:18px;height:18px;flex:none}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(39,174,96,.24);border-radius:999px;background:#27ae601c;color:var(--secondary);padding:6px 16px;font-size:13px;font-weight:800}.topbar{position:sticky;top:0;z-index:20;min-height:42px;padding:9px 16px;background:var(--red);color:#fff;text-align:center}.topbar-line{display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.topbar-item{display:inline-flex;align-items:center;gap:6px}.topbar .icon{width:16px;height:16px;color:#ffd84a}.topbar-separator{color:#ffffff8c}.countdown{color:#ffd84a;font-variant-numeric:tabular-nums;letter-spacing:.12em}.hero{position:relative;padding:96px 0 128px;background:linear-gradient(180deg,var(--background) 0%,#fff4d9 130%)}.hero-grid{position:relative;z-index:1;display:flex;align-items:center;gap:40px}.hero-copy{flex:1;text-align:center}.hero-copy h1{max-width:500px;margin:18px auto;font-size:clamp(36px,5vw,60px);line-height:1.19;letter-spacing:-.045em;font-weight:900}.blue-word{color:#8bc3f4}.hero-copy>p{max-width:650px;margin:0 auto 28px;color:var(--muted);font-size:20px;line-height:1.6}.hero-copy>p .icon{display:inline-block;width:16px;height:16px;vertical-align:-3px}.hero-art{flex:1;width:100%}.mockup{position:relative;aspect-ratio:4/3;overflow:hidden;border:4px solid #fff;border-radius:14px;background:#fff;box-shadow:0 18px 28px #20242a33;transform:rotate(2deg);transition:transform .45s ease}.mockup:hover{transform:rotate(0)}.mockup img{width:100%;height:100%;object-fit:cover;object-position:center 42%}.hero-mobile-art{display:none}.purchase-button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;border-radius:11px;padding:0 32px;background:var(--secondary);color:#fff;box-shadow:0 8px 30px #27ae604d;font-size:18px;font-weight:900;text-align:center;transition:transform .2s ease,filter .2s ease}.purchase-button:hover{filter:brightness(.94);transform:scale(1.04)}.hero .purchase-button{margin-top:2px}.trust-points{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px;color:var(--muted);font-size:12px;font-weight:600}.trust-point{display:inline-flex;align-items:center;gap:4px}.trust-point .icon{width:14px;height:14px;color:var(--secondary)}.blue-section,.bonus-section,.offer-section{position:relative;overflow:hidden;background:var(--primary);color:#fff}.bonus-section:before,.offer-section:before{position:absolute;content:"";width:270px;height:270px;top:-120px;right:-70px;border-radius:50%;background:#ffffff14}.bonus-section:after{position:absolute;content:"";width:390px;height:390px;bottom:-220px;left:-170px;border-radius:50%;background:#27ae6040}.section-heading{position:relative;z-index:1;margin:0 0 44px;text-align:center}.section-heading h2{margin:0;font-size:clamp(29px,4vw,41px);line-height:1.15;letter-spacing:-.035em;font-weight:900}.section-heading p{margin:12px 0 0;color:#ffffffc7;font-size:17px}.red-word{color:#ff545b}.primary-word{color:var(--primary)}.receive-section{background:var(--background)}.receive-subtitle{margin:-31px 0 28px;color:var(--muted);font-size:17px;text-align:center}.tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px}.tab{border:2px solid var(--border);border-radius:999px;padding:9px 15px;background:#fff;color:var(--muted);font-size:12px;font-weight:800;transition:border-color .2s ease,background .2s ease,transform .2s ease}.tab:hover{border-color:#1a6fbf66}.tab.active{border-color:var(--primary);background:var(--primary);color:#fff;transform:scale(1.04);box-shadow:0 5px 14px #1a6fbf33}.receive-card{overflow:hidden;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.receive-card-head{display:flex;align-items:center;gap:16px;padding:20px 32px;background:linear-gradient(100deg,var(--primary),#3b8ccc)}.package-symbol{display:grid;place-items:center;width:42px;height:42px;flex:none;border-radius:12px;background:#ffffff2b;color:#fff}.package-symbol .icon{width:23px;height:23px}.receive-card-head h3{margin:4px 0 0;color:#fff;font-size:clamp(19px,3vw,25px);line-height:1.18;font-weight:900}.tag{display:inline-block;border-radius:999px;padding:4px 11px;background:#ffffffed;color:var(--primary);font-size:10px;font-weight:900}.receive-card-body{display:flex;gap:32px;padding:32px}.receive-description{flex:1;color:var(--muted);font-size:15px;line-height:1.6}.receive-list{display:grid;gap:12px;margin-top:19px}.receive-list li{display:flex;align-items:center;gap:11px;color:var(--foreground);font-size:14px;font-weight:600}.check-circle{display:grid;place-items:center;width:24px;height:24px;flex:none;border-radius:50%;background:var(--soft-green);color:var(--secondary)}.check-circle .icon{width:14px;height:14px}.receive-action{display:flex;width:210px;flex-direction:column;align-items:center;justify-content:center;gap:15px;text-align:center}.value-badge{border-radius:999px;padding:8px 15px;background:var(--red);color:#fff;font-size:12px;font-weight:900}.receive-action .purchase-button{width:100%}.secure-note{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:11px}.secure-note .icon{width:13px;height:13px}.dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.dot{width:11px;height:11px;border-radius:999px;background:var(--border);transition:width .25s ease,background .25s ease}.dot.active{width:30px;background:var(--primary)}.bonus-list{position:relative;z-index:1;display:grid;gap:20px;width:min(100%,800px);margin:0 auto}.bonus-card{display:flex;align-items:flex-start;gap:19px;border-radius:16px;padding:24px;background:#fff;color:var(--foreground);box-shadow:0 8px 20px #0f2d4d2e;transition:transform .2s ease}.bonus-card:hover{transform:translateY(-3px)}.bonus-number{flex:none;text-align:center}.bonus-number .tag{background:var(--soft-green);color:var(--secondary)}.bonus-symbol{display:grid;place-items:center;width:42px;height:42px;margin:10px auto 0;color:var(--primary)}.bonus-symbol .icon{width:32px;height:32px}.bonus-card h3{margin:0 0 5px;font-size:17px;font-weight:800}.bonus-card p{margin:0 0 10px;color:var(--muted);font-size:13px;line-height:1.5}.bonus-price{color:var(--muted);font-size:13px}.bonus-price s{margin-left:3px}.bonus-price strong{margin-left:8px;color:var(--red)}.offer-section .section-heading{margin-bottom:8px}.offer-subtitle{margin:0 0 22px;color:#fffc;font-size:17px;text-align:center}.timer-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:38px}.timer{display:flex;align-items:center;gap:11px}.timer-block{display:flex;flex-direction:column;align-items:center}.timer-number{min-width:72px;border-radius:11px;padding:12px 19px;background:#fff3;font-size:35px;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}.timer-label{margin-top:7px;color:#ffffffb3;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.timer-divider{align-self:flex-start;margin-top:7px;color:#ffffff80;font-size:32px;font-weight:900}.timer-note{display:inline-flex;align-items:center;gap:7px;margin:11px 0 0;color:#ffd564;font-size:12px;font-weight:800}.timer-note .icon{width:15px;height:15px}.kit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.kit-card{position:relative;display:flex;min-height:100%;flex-direction:column;overflow:hidden;border-radius:16px;padding:28px;background:#fff;color:var(--foreground);box-shadow:0 12px 24px #0a27482e;transform-origin:center bottom;animation:kit-bomb-pop .95s cubic-bezier(.2,.9,.25,1.15) both;transition:transform .25s ease,box-shadow .25s ease}.kit-card:nth-child(1){animation-delay:.05s}.kit-card:nth-child(2){animation-delay:.16s}.kit-card:nth-child(3){animation-delay:.27s}.kit-card:hover{transform:translateY(-9px) scale(1.015) rotate(-.4deg);box-shadow:0 20px 38px #0a274847}@keyframes kit-bomb-pop{0%{opacity:0;transform:translateY(72px) scale(.72) rotate(-4deg)}48%{opacity:1;transform:translateY(-13px) scale(1.055) rotate(1deg)}72%{transform:translateY(4px) scale(.985) rotate(-.5deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}.kit-badges{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;align-items:flex-end;gap:7px}.kit-badge{border-radius:999px;padding:5px 10px;color:#fff;font-size:10px;font-weight:900}.kit-badge.hot{background:#fbbf24}.kit-badge.complete{background:var(--secondary)}.kit-card-top{display:flex;align-items:center;gap:11px;margin-bottom:16px}.kit-card-top .tag{background:var(--soft-green);color:var(--secondary)}.kit-card.blue .kit-card-top .tag{background:var(--soft-blue);color:var(--primary)}.kit-card.amber .kit-card-top .tag{background:#fff4d5;color:#c98300}.kit-icon{width:23px;height:23px;color:var(--secondary)}.kit-card.blue .kit-icon{color:var(--primary)}.kit-card.amber .kit-icon{color:var(--amber)}.kit-card h3{margin:0 0 10px;font-size:19px;line-height:1.2;font-weight:900}.kit-card p{flex:1;margin:0 0 22px;color:var(--muted);font-size:13px;line-height:1.55}.kit-card hr{width:100%;height:1px;border:0;margin:0 0 16px;background:var(--border)}.price-label{margin:0 0 2px;color:var(--muted);font-size:13px}.price{margin:0 0 3px;color:var(--secondary);font-size:43px;line-height:1;font-weight:900;letter-spacing:-.04em}.kit-card.blue .price{color:var(--primary)}.kit-card.amber .price{color:var(--amber)}.access-note{margin:0 0 17px;color:var(--muted);font-size:11px}.kit-card .purchase-button{width:100%}.offer-social{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;color:#fff;font-size:12px;font-weight:800}.social-dots{display:flex}.social-dots span{width:24px;height:24px;border:2px solid #fff;border-radius:50%;margin-left:-5px}.social-dots span:first-child{margin-left:0;background:#77aee3}.social-dots span:nth-child(2){background:#54ba77}.social-dots span:nth-child(3){background:#9b7ad5}.assurances{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;margin-top:40px;color:#fffc;font-size:13px;font-weight:800}.assurance{display:inline-flex;align-items:center;gap:7px}.assurance .icon{width:16px;height:16px}.testimonials{background:var(--background)}.testimonials .section-heading,.faq-section .section-heading{margin-bottom:42px}.testimonials .section-heading h2,.faq-section .section-heading h2{color:var(--foreground)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial{position:relative;display:flex;min-height:270px;flex-direction:column;border:1px solid var(--border);border-radius:16px;padding:30px;background:#fff;box-shadow:0 4px 12px #1228430a}.quote-mark{position:absolute;top:18px;right:22px;color:#e0e5e9;font-size:42px;font-weight:900;line-height:1}.stars{display:flex;gap:3px;margin-bottom:17px;color:#fbbf24}.stars .icon{width:18px;height:18px;fill:currentColor}.testimonial p{flex:1;margin:0 0 24px;color:var(--foreground);font-size:16px;font-style:italic;line-height:1.55}.person{display:flex;align-items:center;gap:13px}.person img{width:56px;height:56px;border:2px solid rgba(26,111,191,.2);border-radius:50%;object-fit:cover}.person strong{font-size:14px}.guarantee{padding:80px 0}.guarantee-box{position:relative;overflow:hidden;border:2px solid rgba(39,174,96,.2);border-radius:24px;padding:48px 28px;background:#fff;box-shadow:var(--shadow);text-align:center}.guarantee-icon{display:grid;place-items:center;width:80px;height:80px;margin:0 auto 22px;border-radius:50%;background:var(--soft-green);color:var(--secondary)}.guarantee-icon .icon{width:40px;height:40px}.guarantee-box h2{margin:0 0 22px;color:var(--foreground);font-size:clamp(29px,4vw,41px);line-height:1.15;letter-spacing:-.035em;font-weight:900}.green-word{color:var(--secondary)}.guarantee-box p{max-width:720px;margin:0 auto;color:var(--muted);font-size:17px;font-weight:600;line-height:1.55}.faq-section{background:var(--background)}.faq-list{display:grid;gap:15px}.faq-item{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 3px 10px #1228430a}.faq-question{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;background:#fff;color:var(--foreground);text-align:left;font-size:16px;font-weight:800}.faq-question:hover,.faq-item.open .faq-question{color:var(--primary)}.chevron{width:18px;height:18px;flex:none;transition:transform .2s ease}.faq-item.open .chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 24px;color:var(--muted);font-size:14px;line-height:1.6;transition:max-height .3s ease,padding-bottom .3s ease}.faq-item.open .faq-answer{max-height:140px;padding-bottom:20px}footer{border-top:1px solid var(--border);padding:48px 16px;background:#fff;text-align:center}.footer-socials{display:flex;justify-content:center;gap:24px;margin-bottom:30px}.footer-social{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--border);border-radius:50%;background:var(--background);color:var(--muted);transition:border-color .2s ease,color .2s ease}.footer-social:hover{border-color:var(--primary);color:var(--primary)}.footer-social .icon{width:18px;height:18px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:30px;color:var(--muted);font-size:13px;font-weight:800}.footer-links a:hover{color:var(--primary)}.copyright{margin:0;color:var(--muted);font-size:13px}.purchase-notification{position:fixed;z-index:30;bottom:24px;left:16px;display:flex;width:min(300px,calc(100vw - 32px));align-items:center;gap:12px;border:1px solid #edf0f2;border-radius:16px;padding:14px;background:#fff;box-shadow:0 14px 34px #10223538;animation:notification-in .45s cubic-bezier(.2,.8,.2,1) both}@keyframes notification-in{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.purchase-notification img{width:44px;height:44px;flex:none;border:2px solid #b9e7c8;border-radius:50%;object-fit:cover}.notification-copy{min-width:0;flex:1}.notification-copy p{overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.notification-meta{margin-bottom:2px!important;color:#69727b;font-size:10px}.notification-meta strong{color:#23934f}.notification-name{color:#1e2833;font-size:13px;font-weight:800}.notification-city{color:#69727b;font-size:11px}.notification-pulse{width:8px;height:8px;flex:none;border-radius:50%;background:#63d080;animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{50%{opacity:.35;transform:scale(.75)}}@media(prefers-reduced-motion:reduce){.kit-card{animation:none;transition:none}}@media(max-width:900px){.hero-grid{gap:28px}.kit-grid,.testimonial-grid{gap:16px}.kit-card{padding:22px}}@media(max-width:760px){.section,.guarantee{padding:62px 0}.topbar{min-height:53px}.topbar-line{gap:8px;font-size:9px}.topbar-separator,.topbar-item.countdown-item{display:none}.topbar-mobile-countdown{display:inline-flex}.hero{padding:48px 0 64px}.hero-grid{display:block}.hero-copy h1{margin-top:17px;font-size:clamp(35px,10vw,48px)}.hero-copy>p{font-size:14px}.hero-mobile-art{display:block;width:min(100%,390px);margin:0 auto 24px}.hero-mobile-art .mockup{transform:none}.hero-art{display:none}.purchase-button{width:100%;min-height:55px;padding-inline:15px;font-size:13px}.hero .purchase-button{width:min(100%,390px)}.trust-points{gap:8px;font-size:10px}.section-heading{margin-bottom:34px}.section-heading p,.receive-subtitle{font-size:14px}.receive-subtitle{margin-top:-24px}.receive-card-head{padding:18px 20px}.receive-card-body{display:block;padding:24px 20px}.receive-action{width:100%;margin-top:25px}.bonus-card{gap:12px;padding:20px 16px}.bonus-card h3{font-size:15px}.bonus-card p,.bonus-price{font-size:12px}.timer-number{min-width:62px;padding:12px 14px;font-size:30px}.kit-grid,.testimonial-grid{grid-template-columns:1fr}.kit-card{min-height:unset}.assurances{gap:14px;font-size:11px}.testimonial{min-height:0}.guarantee-box{padding:38px 20px}.guarantee-box p{font-size:14px}}@media(min-width:761px){.topbar-mobile-countdown{display:none}}
