.container{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f8fafc;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#0f172ae6;backdrop-filter:blur(10px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.1)}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;cursor:pointer}.logo svg{flex-shrink:0}.audienceToggle{display:flex;justify-content:center;padding:1rem 1rem 0}.tabContainer{display:flex;border-bottom:2px solid rgba(255,255,255,.1)}.toggleBtn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .2s ease;border:none;background:transparent;color:#64748b;position:relative;white-space:nowrap}.toggleBtn:hover{color:#94a3b8}.toggleBtn.active{color:#f8fafc}.toggleBtn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.toggleBtn.active svg{color:#60a5fa}.section{display:none}.section.visible{display:contents}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem 2rem;position:relative}.hero:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.title{font-size:2.5rem;font-weight:800;line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em;position:relative}.gradientText{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.subtitle{font-size:1.1rem;color:#cbd5e1;max-width:500px;line-height:1.5;margin-bottom:.75rem}.highlight{display:flex;align-items:center;gap:.4rem;font-size:1rem;font-weight:600;color:#34d399;margin-bottom:1.5rem}.actionButtons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.heroButton{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .2s ease;cursor:pointer;border:none}.manageBtn{background:#fff;color:#0f172a;box-shadow:0 4px 12px #00000026}.manageBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #fff3}.howItWorks{padding:2.5rem 1.5rem;background:#0f172a80}.sectionTitle{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#f8fafc}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:900px;margin:0 auto}.stepCard{background:#1e293b99;border:1px solid rgba(255,255,255,.05);padding:1.5rem 1rem;border-radius:16px;text-align:center;position:relative}.stepNumber{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);width:1.75rem;height:1.75rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.stepIcon{width:48px;height:48px;border-radius:12px;background:#3b82f626;color:#60a5fa;display:flex;align-items:center;justify-content:center;margin:.5rem auto .75rem}.stepCard h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#f8fafc}.stepCard p{color:#94a3b8;line-height:1.4;font-size:.85rem}.controlSection{padding:2rem 1.5rem;text-align:center}.controlGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:500px;margin:0 auto}.controlItem{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#1e293b80;border:1px solid rgba(255,255,255,.05);border-radius:12px}.controlItem svg{color:#60a5fa;flex-shrink:0}.controlItem span{color:#e2e8f0;font-weight:500;font-size:.9rem;text-align:left}.ctaSection{padding:2rem 1.5rem;text-align:center;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-top:1px solid rgba(255,255,255,.05)}.ctaSection h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#f8fafc}.ctaBtn{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 12px #3b82f666}.ctaBtn:hover{box-shadow:0 6px 16px #3b82f680;transform:translateY(-2px)}.footer{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:auto}.footerLinks{display:flex;gap:1.5rem}.footerLinks a{color:#64748b;font-size:.8rem;transition:color .2s}.footerLinks a:hover{color:#94a3b8}.copyright{color:#475569;font-size:.8rem}@media(max-width:768px){.header{padding:.75rem 1rem}.logo{font-size:1.1rem}.audienceToggle{padding:.75rem .75rem 0}.toggleBtn{flex:1;justify-content:center;padding:.75rem;font-size:.95rem;gap:.4rem}.hero{padding:1.5rem 1rem 1.25rem}.title{font-size:1.75rem;margin-bottom:.75rem}.subtitle{font-size:.95rem;margin-bottom:.5rem}.highlight{font-size:.9rem;margin-bottom:1rem}.actionButtons{flex-direction:row;width:100%;gap:.5rem}.heroButton{flex:1;justify-content:center;padding:.7rem .75rem;font-size:.8rem}.howItWorks{padding:1.5rem 1rem}.sectionTitle{font-size:1.25rem;margin-bottom:1rem}.steps{grid-template-columns:1fr;gap:1rem}.stepCard{padding:1.25rem 1rem;display:flex;align-items:center;text-align:left;gap:1rem}.stepNumber{position:static;transform:none;flex-shrink:0}.stepIcon{display:none}.stepCard h3{font-size:.95rem;margin-bottom:.25rem}.stepCard p{font-size:.8rem;margin:0}.controlSection{padding:1.5rem 1rem}.controlGrid{grid-template-columns:1fr 1fr;gap:.5rem}.controlItem{padding:.75rem;gap:.5rem}.controlItem span{font-size:.8rem}.ctaSection{padding:1.5rem 1rem}.ctaSection h2{font-size:1.25rem;margin-bottom:.75rem}.footer{padding:1rem;flex-direction:column;text-align:center;gap:.5rem}.footerLinks{gap:1rem}.footerLinks a,.copyright{font-size:.75rem}}@media(max-width:380px){.title{font-size:1.5rem}.toggleBtn{font-size:.75rem;padding:.5rem .4rem}.controlGrid{grid-template-columns:1fr}}
