*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}html{scroll-behavior:smooth;scrollbar-gutter:stable}:root{--bg:#fffeb6;--bg2:#fff7d1;--card:#ffffffbf;--text:#232323;--muted:#666;--accent:#6c63ff;--accent2:#8b5cf6}body{background:linear-gradient(135deg,var(--bg),var(--bg2));color:var(--text);overflow-x:hidden}.container{width:min(95%,1400px);margin:auto}.hero{justify-content:space-between;align-items:center;gap:80px;min-height:100vh;padding:60px 0;display:flex}.hero-left,.hero-right{flex:1}.hero-right{justify-content:center;align-items:center;display:flex}.badge{color:var(--accent);background:#fff;border-radius:999px;margin-bottom:25px;padding:10px 20px;font-weight:700;display:inline-block;box-shadow:0 5px 20px #00000014}.hero h1{margin-bottom:25px;font-size:clamp(2.3rem,5vw,4rem);line-height:1.1}.hero h1 span{color:var(--accent)}.hero p{max-width:620px;color:var(--muted);margin-bottom:40px;font-size:clamp(1rem,2vw,1.15rem);line-height:1.8}.buttons{flex-wrap:wrap;gap:20px;display:flex}.primary,.secondary{text-align:center;border-radius:12px;padding:16px 30px;text-decoration:none;transition:all .25s;display:inline-block}.primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;font-weight:700}.primary:hover{transform:translateY(-4px);box-shadow:0 12px 30px #6c63ff4d}.secondary{border:2px solid var(--accent);color:var(--accent);background:#fff}.secondary:hover{background:var(--accent);color:#fff}.status{backdrop-filter:blur(10px);background:#ffffffbf;border-radius:15px;margin-top:35px;padding:16px 22px;display:inline-block;box-shadow:0 10px 25px #00000014}.bot-card{aspect-ratio:1;background:radial-gradient(circle,#fff 0%,#fffeb6 45%,#e9e4ff 100%);border-radius:50%;justify-content:center;align-items:center;width:min(460px,90vw);transition:all .3s;display:flex;box-shadow:0 0 60px #6c63ff33}.bot-card:hover{transform:scale(1.03)}.bot-card img{border-radius:25px;width:48%;max-width:220px;height:auto}@media (width<=1000px){.hero{text-align:center;flex-direction:column-reverse;gap:60px;padding:50px 0}.hero-left,.hero-right{width:100%}.hero p{margin-left:auto;margin-right:auto}.buttons{justify-content:center}.status{margin-left:auto;margin-right:auto}}@media (width<=768px){.container{width:95%}.hero{gap:40px;padding:40px 0}.badge{padding:9px 18px;font-size:.9rem}.hero h1{line-height:1.2}.hero p{width:100%}.buttons{flex-direction:column;align-items:center;width:100%}.primary,.secondary{width:100%;max-width:320px}.status{text-align:center;width:100%;max-width:320px}.bot-card{width:min(340px,85vw)}}@media (width<=480px){.hero{gap:30px}.badge{padding:8px 16px;font-size:.8rem}.hero h1{font-size:2rem}.hero p{font-size:.95rem}.bot-card{width:240px}.status{padding:14px;font-size:.9rem}.primary,.secondary{padding:14px}}