.feel-section{padding:110px 24px;background:var(--dark-2);text-align:center;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}
.feel-inner{max-width:760px;margin:0 auto}
.feel-quote{font-size:clamp(20px,4vw,38px);font-weight:600;line-height:1.45;letter-spacing:-1px;margin:40px 0}
.creator-section{padding:110px 24px;max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.creator-badge-num{display:inline-flex;background:linear-gradient(135deg,var(--flame),var(--gold));color:#fff;font-size:54px;font-weight:800;padding:28px 36px;border-radius:24px;letter-spacing:-2px;line-height:1;margin-bottom:20px}
.creator-title{font-size:clamp(24px,4vw,38px);font-weight:700;letter-spacing:-1px;line-height:1.2;margin-bottom:16px}
.creator-desc{color:var(--text-dim);font-size:15px;line-height:1.75;margin-bottom:24px}
.creator-points{list-style:none;display:flex;flex-direction:column;gap:14px}
.creator-points li{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-dim)}
.creator-points li::before{content:"";width:6px;height:6px;background:var(--flame);border-radius:50%;flex-shrink:0}
.earn-card{background:var(--dark-2);border:1px solid rgba(255,95,0,.15);border-radius:24px;padding:36px;text-align:center}
.earn-label{font-size:11px;color:var(--text-dim);text-transform:uppercase;letter-spacing:2px;margin-bottom:28px}
.earn-row{background:var(--dark-3);border-radius:12px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.earn-row.highlight-row{background:linear-gradient(135deg,rgba(255,95,0,.15),rgba(255,184,0,.08));border:1px solid rgba(255,95,0,.3)}
.earn-row-label{font-size:14px;color:var(--text-dim)}
.earn-row.highlight-row .earn-row-label{color:var(--flame);font-weight:600}
.earn-row-value{font-size:16px;font-weight:700}
.earn-row.highlight-row .earn-row-value{font-size:22px;font-weight:800}
.earn-footer{margin-top:20px;font-size:12px;color:var(--text-dim);line-height:1.6}
.join-section{padding:110px 24px;text-align:center;position:relative;overflow:hidden}
.join-section::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(255,95,0,.07) 0%,transparent 70%);pointer-events:none}
.join-inner{position:relative;z-index:1;max-width:580px;margin:0 auto}
.join-title{font-size:clamp(32px,6vw,64px);font-weight:700;letter-spacing:-2px;line-height:1.02;margin-bottom:20px}
.join-sub{color:var(--text-dim);font-size:16px;line-height:1.65;margin-bottom:40px}
@media(max-width:768px){.creator-section{grid-template-columns:1fr;gap:40px}}
