.hero{position:relative;min-height:82vh;display:flex;align-items:center;padding:100px 0 150px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/hero.jpg) center/cover no-repeat;transform:scale(1.05);filter:brightness(1.2);z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#0a0e1470}.hero-curve{position:absolute;bottom:-1px;left:0;width:100%;height:110px;z-index:3;display:block}.hero-curve path{fill:var(--bg)}.hero-inner{position:relative;z-index:2;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.hero-title{font-size:clamp(40px,6vw,70px);font-weight:900;line-height:1.04;letter-spacing:-.03em;max-width:680px;text-shadow:0 2px 18px rgba(0,0,0,.4)}.grad{color:var(--accent-2)}.hero-text{margin-top:22px;max-width:560px;font-size:18px;color:#c4d0e0;text-shadow:0 1px 14px rgba(0,0,0,.55)}.hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:14px;margin-top:38px}.hero .btn-ghost{background:#00000080;border-color:#fff3;color:#fff}.hero .btn-ghost:hover{background:#000000a6;border-color:#ffffff52}@media (max-width: 560px){.hero-actions .btn{flex:1}}.announce{position:relative;z-index:5;margin-top:-106px;padding-bottom:8px}.announce-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:28px;padding:30px 40px;background:var(--bg);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.announce-body{max-width:640px}.announce-title{font-size:clamp(20px,2.6vw,27px);font-weight:800;letter-spacing:-.02em}.announce-live{color:var(--accent-2)}.announce-text{margin-top:10px;color:var(--text-muted);font-size:15.5px}.announce-cta{flex-shrink:0}@media (max-width: 680px){.announce{margin-top:-80px}.announce-inner{padding:24px 22px}.announce-cta{width:100%}}.community-card{position:relative;overflow:hidden;padding:88px 48px;border:1px solid var(--border-strong);border-radius:var(--radius-lg);text-align:center;background:url(/images/community.jpg) center/cover no-repeat}.community-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#090c12c7,#090c12e6)}.community-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.community-title{font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.025em;line-height:1.1}.community-text{margin-top:18px;color:#c8d3e2;font-size:17px}.community-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:34px}@media (max-width: 560px){.community-card{padding:64px 24px}.community-actions .btn{flex:1}}.footer{border-top:1px solid var(--border);background:var(--bg);padding:70px 0 32px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid var(--border)}.footer-logo{display:flex;align-items:center;gap:12px;font-weight:800;font-size:18px}.footer-logo img{width:36px;height:36px;object-fit:contain;border-radius:9px}.footer-desc{margin-top:18px;max-width:360px;color:var(--text-muted);font-size:15px}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col h4{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:4px}.footer-col a{color:var(--text-muted);font-size:15px;transition:color .18s ease}.footer-col a:hover{color:var(--accent-2)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:28px;font-size:14px;color:var(--text-dim)}@media (max-width: 760px){.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media (max-width: 480px){.footer-bottom{flex-direction:column;align-items:flex-start}}
