.hero-section{text-align:center;padding:3rem 1rem 2rem;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border-radius:12px;margin-bottom:1.5rem;color:#fff}.hero-title{font-size:2rem;margin-bottom:.8rem;line-height:1.3;color:#fff}.hero-subtitle{font-size:1.05rem;color:#d0d8e8;margin-bottom:1.5rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-cta .btn{padding:.7rem 1.8rem;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .2s}.hero-cta .btn:hover{transform:translateY(-2px)}.btn-primary{background:#4f46e5;color:#fff}.btn-secondary{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.3)}.stats-bar{display:flex;justify-content:center;gap:2rem;padding:1.5rem;background:#f8f9fa;border-radius:10px;margin-bottom:1.5rem;flex-wrap:wrap}[data-scheme=dark] .stats-bar{background:#1e1e2e}.stats-item{text-align:center}.stats-number{font-size:1.8rem;font-weight:700;color:#4f46e5}.stats-label{font-size:.85rem;color:#666;margin-top:.2rem}[data-scheme=dark] .stats-label{color:#999}.about-section{margin-bottom:1.5rem;line-height:1.8;font-size:1.05rem}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.value-card{background:#f8f9fa;border-radius:12px;padding:2rem 1.8rem;text-align:center;transition:transform .2s}[data-scheme=dark] .value-card{background:#1e1e2e}.value-card:hover{transform:translateY(-3px)}.value-card .icon{font-size:3rem;display:block;margin-bottom:.8rem}.value-card h3{font-size:2rem;margin-bottom:.7rem}.value-card p{font-size:1.35rem;color:#666;line-height:1.65}[data-scheme=dark] .value-card p{color:#999}.quick-links{margin-bottom:1.5rem}.quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.7rem}.quick-card{display:flex;align-items:center;gap:.5rem;padding:.8rem 1rem;background:#f0f4ff;border-radius:8px;text-decoration:none;color:#333;font-weight:500;transition:all .2s;border:1px solid #e0e7ff}[data-scheme=dark] .quick-card{background:#1a1a30;color:#ccc;border-color:#2a2a50}.quick-card:hover{background:#e0e7ff;transform:translateY(-2px);color:#4f46e5}[data-scheme=dark] .quick-card:hover{background:#252545;color:#818cf8}.quick-card .icon{font-size:1.2rem}.monetize-section{margin-bottom:1.5rem}.monetize-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.monetize-item{text-align:center;padding:1.5rem 1.2rem;background:#f8f9fa;border-radius:12px}[data-scheme=dark] .monetize-item{background:#1e1e2e}.monetize-item .step{width:44px;height:44px;line-height:44px;border-radius:50%;background:#4f46e5;color:#fff;font-weight:700;font-size:1.2rem;margin:0 auto .8rem;display:block}.monetize-item h4{font-size:1.6rem;margin-bottom:.5rem}.monetize-item p{font-size:1.15rem;color:#666;line-height:1.6}[data-scheme=dark] .monetize-item p{color:#999}.faq-section{margin-bottom:1.5rem}.faq-item{padding:1rem 0;border-bottom:1px solid #eee}[data-scheme=dark] .faq-item{border-color:#333}.faq-item:last-child{border-bottom:none}.faq-item h3{font-size:1.8rem;margin-bottom:.5rem;cursor:pointer}.faq-item p{font-size:1.35rem;color:#555;line-height:1.8}[data-scheme=dark] .faq-item p{color:#999}.newsletter-cta{text-align:center;padding:2rem;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border-radius:12px;color:#fff;margin-bottom:1.5rem}.newsletter-cta h2{margin-bottom:.5rem}.newsletter-cta p{margin-bottom:1rem;opacity:.9}.newsletter-cta .btn{display:inline-block;padding:.7rem 2rem;background:#fff;color:#4f46e5;border-radius:8px;font-weight:600;text-decoration:none}.section-title{font-size:1.3rem;margin:1rem 0}@media(max-width:768px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.95rem}.stats-bar{gap:1rem}.quick-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.quick-grid{grid-template-columns:repeat(2,1fr)}}