:root{--blue: #00BFFF;--blue-dark: #0090CC;--orange: #FF8C00;--orange-dark: #CC7000;--white: #FFFFFF;--black: #1a1a1a;--gray: #666}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:#fff;color:var(--black);overflow-x:hidden;line-height:1.6}.bg-white{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#fff,#fafbfc,#fff);z-index:-2}.flames{position:fixed;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;overflow:hidden}.flame{position:absolute;bottom:-150px;width:80px;height:180px;border-radius:50% 50% 30% 30%;filter:blur(20px);opacity:.5;animation:riseFlame 10s infinite ease-in-out}.flame.blue{background:linear-gradient(180deg,transparent 0%,rgba(0,191,255,.2) 20%,rgba(0,191,255,.5) 60%,rgba(0,191,255,.8) 100%);box-shadow:0 0 60px #00bfff99}.flame.orange{background:linear-gradient(180deg,transparent 0%,rgba(255,140,0,.2) 20%,rgba(255,140,0,.5) 60%,rgba(255,140,0,.8) 100%);box-shadow:0 0 60px #ff8c0099}.flame.white{background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.3) 20%,rgba(135,206,250,.6) 60%,rgba(0,191,255,.7) 100%);box-shadow:0 0 60px #87cefab3}.flame:nth-child(1){left:3%;animation-delay:0s;animation-duration:9s}.flame:nth-child(2){left:12%;animation-delay:2s;animation-duration:11s}.flame:nth-child(3){left:22%;animation-delay:4s;animation-duration:8.5s}.flame:nth-child(4){left:33%;animation-delay:1.5s;animation-duration:10.5s}.flame:nth-child(5){left:44%;animation-delay:3.5s;animation-duration:9.5s}.flame:nth-child(6){left:55%;animation-delay:1.8s;animation-duration:10s}.flame:nth-child(7){left:66%;animation-delay:4.2s;animation-duration:8.8s}.flame:nth-child(8){left:76%;animation-delay:2.5s;animation-duration:9.8s}.flame:nth-child(9){left:86%;animation-delay:5s;animation-duration:10.2s}.flame:nth-child(10){left:95%;animation-delay:.8s;animation-duration:9.2s}@keyframes riseFlame{0%{transform:translateY(0) scale(1) rotate(0);opacity:0}5%{opacity:.5}50%{transform:translateY(-60vh) scale(1.3) rotate(8deg);opacity:.35}to{transform:translateY(-110vh) scale(.7) rotate(-8deg);opacity:0}}.container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.logo-section{text-align:center;padding:4rem 0 2rem}.logo{max-height:260px;width:auto;border-radius:25px;box-shadow:0 20px 60px #00000014,0 8px 25px #00bfff26;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.hero{text-align:center;padding:3rem 0}.hero-title{font-size:clamp(2.5rem,8vw,6rem);font-weight:900;line-height:1.1;margin-bottom:2rem}.hero-top{display:block;font-size:1em;font-weight:900;color:var(--black);letter-spacing:2px}.hero-divider{display:block;width:120px;height:4px;background:linear-gradient(90deg,var(--blue),var(--orange));margin:1.5rem auto;border-radius:2px}.hero-pre{display:block;font-size:.3em;font-weight:600;color:var(--blue);letter-spacing:4px;margin-top:1rem;margin-bottom:.3rem}.hero-main{display:block;font-size:.85em;color:var(--black)}.hero-gradient{display:block;font-size:.85em;background:linear-gradient(135deg,var(--blue),var(--orange));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:clamp(1.1rem,2vw,1.5rem);color:#555;max-width:700px;margin:0 auto 3rem;line-height:1.6}.countdown{margin:3rem 0}.countdown-label{font-size:.9rem;color:var(--orange);font-weight:700;letter-spacing:3px;margin-bottom:1.5rem}.countdown-boxes{display:flex;gap:1rem;align-items:center;justify-content:center}.box{background:#00bfff0d;border:2px solid rgba(0,191,255,.2);border-radius:15px;padding:1.5rem 2rem;min-width:120px}.num{display:block;font-size:3rem;font-weight:900;background:linear-gradient(135deg,var(--blue),var(--orange));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1}.label{display:block;font-size:.8rem;color:#999;font-weight:600;letter-spacing:2px;margin-top:.5rem}.sep{font-size:2.5rem;color:var(--orange);font-weight:900}.btn-hero{background:linear-gradient(135deg,var(--blue),var(--orange));border:none;padding:1.5rem 3rem;border-radius:60px;font-size:1.1rem;font-weight:800;color:#fff;cursor:pointer;margin:2rem 0;box-shadow:0 10px 40px #00bfff4d;transition:all .3s ease}.btn-hero:hover{transform:translateY(-5px);box-shadow:0 15px 60px #ff8c0066}.section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,var(--black),var(--blue));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-sub{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem}.benefits{padding:6rem 0}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.benefit{background:#fffc;border:1px solid rgba(0,191,255,.2);border-radius:25px;padding:3rem 2rem;position:relative;overflow:hidden;transition:all .4s ease;box-shadow:0 5px 20px #0000000d}.benefit:hover{background:#fffffff2;border-color:var(--blue);transform:translateY(-10px);box-shadow:0 15px 40px #00bfff26}.benefit-num{position:absolute;top:1rem;right:1rem;font-size:3rem;font-weight:900;color:#00bfff1a}.benefit-icon{font-size:4rem;margin-bottom:1.5rem}.benefit h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--blue)}.benefit p{color:#666;line-height:1.7;margin-bottom:2rem}.stat{padding-top:1.5rem;border-top:1px solid rgba(0,191,255,.2)}.stat-val{display:block;font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,var(--blue),var(--orange));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-label{display:block;font-size:.85rem;color:#999;text-transform:uppercase;letter-spacing:1px;margin-top:.3rem}.comparison{background:#f8f9fa80;margin:0 -2rem;padding:6rem 2rem}.table{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000000d}.table-header{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;gap:1rem;padding:2rem;background:#00bfff0d;font-weight:700}.table-header .highlight{color:var(--blue)}.table-row{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;gap:1rem;padding:1.5rem 2rem;border-top:1px solid rgba(0,0,0,.05);align-items:center}.table-row div:first-child{font-weight:600}.table-row div:not(:first-child){text-align:center;font-weight:600}.bad{color:#ff6b6b}.good{color:#51cf66;font-weight:700}.audience{padding:6rem 0}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.audience-card{background:#fffc;border:1px solid rgba(0,191,255,.2);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;box-shadow:0 5px 20px #0000000d}.audience-card.highlight-card{border:2px solid var(--orange);background:linear-gradient(135deg,#ff8c000d,#00bfff0d)}.audience-card.more-card{border:2px dashed var(--blue);background:linear-gradient(135deg,#00bfff08,#ff8c0008)}.audience-card.more-card:hover{background:linear-gradient(135deg,#00bfff14,#ff8c0014);border-style:solid}.audience-card:hover{background:#fff;border-color:var(--orange);transform:translateY(-5px);box-shadow:0 10px 30px #ff8c0026}.emoji{font-size:4rem;margin-bottom:1rem}.audience-card h3{font-size:1.5rem;font-weight:700;color:var(--blue);margin-bottom:1rem}.audience-card p{color:#666;line-height:1.6}.monetization-note{background:#ff8c001a;border:2px solid rgba(255,140,0,.3);border-radius:15px;padding:1.5rem;margin-top:3rem;text-align:center;color:var(--black)}.monetization-note strong{color:var(--orange)}.faq{padding:6rem 0}.faq-list{max-width:800px;margin:4rem auto 0}.faq-item{background:#fffc;border:1px solid rgba(0,191,255,.2);border-radius:15px;padding:2rem;margin-bottom:1.5rem;transition:all .3s ease;box-shadow:0 5px 20px #0000000d}.faq-item:hover{background:#fff;border-color:var(--blue);box-shadow:0 8px 30px #00bfff1a}.faq-item h3{font-size:1.3rem;font-weight:700;color:var(--black);margin-bottom:1rem}.faq-item p{color:#666;line-height:1.7}.waitlist{padding:6rem 3rem;background:linear-gradient(135deg,#00bfff0d,#ff8c000d);border-radius:30px;margin:4rem 0;text-align:center;box-shadow:0 20px 60px #00000014}.waitlist h2{font-size:3rem;font-weight:900;margin-bottom:1rem;background:linear-gradient(135deg,var(--blue),var(--orange));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.waitlist-sub{font-size:1.1rem;color:#666;margin-bottom:3rem;line-height:1.7}.benefits-list{background:#fff9;border-radius:15px;padding:2rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.benefits-list div{padding:.8rem 0;border-bottom:1px solid rgba(0,0,0,.05);font-weight:600;color:var(--black)}.benefits-list div:last-child{border-bottom:none}.waitlist-form{display:flex;gap:1rem;max-width:600px;margin:0 auto 1.5rem}.waitlist-form input{flex:1;padding:1.3rem 2rem;border:2px solid rgba(0,191,255,.3);border-radius:50px;background:#fff;font-size:1rem;outline:none}.waitlist-form input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #00bfff1a}.waitlist-form button{padding:1.3rem 2.5rem;background:linear-gradient(135deg,var(--blue),var(--orange));border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}.waitlist-form button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ff8c0066}.note{font-size:.9rem;color:#999;margin-bottom:2rem}.counter{margin-top:3rem;max-width:600px;margin-left:auto;margin-right:auto}.counter-bar{width:100%;height:8px;background:#0000001a;border-radius:10px;overflow:hidden;margin-bottom:1rem}.counter-fill{height:100%;background:linear-gradient(135deg,var(--blue),var(--orange));width:0%;transition:width 2s ease;border-radius:10px}.counter p{color:#666}.counter strong{color:var(--orange);font-weight:700}.footer{padding:4rem 0 2rem;text-align:center;border-top:1px solid rgba(0,0,0,.1);margin-top:4rem}.social{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.social a{width:50px;height:50px;border-radius:50%;background:#00bfff0d;border:1px solid rgba(0,191,255,.2);display:flex;align-items:center;justify-content:center;color:#666;transition:all .3s ease}.social a svg{width:20px;height:20px}.social a:hover{background:linear-gradient(135deg,var(--blue),var(--orange));border-color:transparent;color:#fff;transform:translateY(-5px)}.footer p{color:#666;margin-bottom:.5rem}.tagline{color:#999;font-size:.85rem;font-style:italic}@media (max-width: 768px){.container{padding:0 1rem}.logo-section{padding:2rem 0 1rem}.logo{max-height:140px}.hero{padding:2rem 0}.hero-title{font-size:clamp(2rem,10vw,3.5rem);margin-bottom:1.5rem}.hero-top{font-size:.95em}.hero-divider{width:80px;height:3px;margin:1rem auto}.hero-pre{font-size:.28em}.hero-main,.hero-gradient{font-size:.8em}.hero-desc{font-size:1rem;margin-bottom:2rem}.countdown{margin:2rem 0}.countdown-boxes{gap:.5rem}.box{padding:1rem;min-width:80px}.num{font-size:2rem}.label{font-size:.7rem}.sep{font-size:2rem}.btn-hero{padding:1.2rem 2rem;font-size:.95rem;width:100%}.section-title{font-size:clamp(2rem,8vw,3rem);margin-bottom:.5rem}.section-sub{font-size:1rem;margin-bottom:3rem}.benefits{padding:3rem 0}.benefits-grid,.audience-grid{grid-template-columns:1fr;gap:1.5rem}.benefit,.audience-card{padding:2rem 1.5rem}.benefit-icon,.emoji{font-size:3rem;margin-bottom:1rem}.benefit h3,.audience-card h3{font-size:1.3rem}.stat-val{font-size:2rem}.comparison{margin:0 -1rem;padding:3rem 1rem}.table-header,.table-row{grid-template-columns:1.3fr 1fr 1fr;padding:1rem .8rem;font-size:.8rem}.table-row div:first-child{font-size:.85rem}.audience{padding:3rem 0}.monetization-note{padding:1.2rem;font-size:.9rem;margin-top:2rem}.faq{padding:3rem 0}.faq-list{margin-top:2rem}.faq-item{padding:1.5rem;margin-bottom:1rem}.faq-item h3{font-size:1.1rem}.faq-item p{font-size:.95rem}.waitlist{padding:3rem 1.5rem;margin:2rem 0}.waitlist h2{font-size:2rem}.waitlist-sub{font-size:1rem;margin-bottom:2rem}.benefits-list{padding:1.5rem;font-size:.9rem}.waitlist-form{flex-direction:column}.waitlist-form input,.waitlist-form button{width:100%}.footer{padding:3rem 0 2rem}.social{gap:1rem}.social a{width:45px;height:45px}.social a svg{width:18px;height:18px}}@media (max-width: 380px){.logo{max-height:120px}.hero-title{font-size:1.8rem}.hero-divider{width:60px;height:2px}.box{padding:.8rem;min-width:70px}.num{font-size:1.8rem}.label{font-size:.65rem}.btn-hero{padding:1rem 1.5rem;font-size:.9rem}.table-header,.table-row{grid-template-columns:1.2fr .9fr .9fr;padding:.8rem .5rem;font-size:.75rem}}html{scroll-behavior:smooth}::selection{background:var(--blue);color:#fff}
