/* early-access.css */
.early-section-wrap { padding:4rem 2rem; }
.early-section      { background:var(--bg2); border:1px solid var(--border2); border-radius:var(--r2); padding:4rem; text-align:center; position:relative; overflow:hidden; }
.early-section::before { content:''; position:absolute; top:0; left:50%; transform:translateX(-50%); width:400px; height:2px; background:linear-gradient(90deg,transparent,var(--accent),transparent); }
.early-sub   { color:var(--text2); max-width:480px; margin:0 auto 0.5rem; line-height:1.7; font-size:0.9rem; }
.early-count { color:var(--text3); font-size:0.8rem; margin-bottom:0; }
.early-count strong { color:var(--accent); }
.early-form  { display:flex; gap:10px; max-width:460px; margin:2rem auto 0; }
/* Multi-field form layout */
.early-form-wrap { max-width:520px; margin:2rem auto 0; display:flex; flex-direction:column; gap:10px; }
.early-form-row  { display:flex; gap:10px; }
.early-form-row .early-input { flex:1; }
.early-email     { flex:2 !important; }
.early-input { flex:1; background:var(--surface); border:1px solid var(--border2); border-radius:12px; padding:14px 18px; font-family:var(--font); font-size:0.9rem; color:var(--text); outline:none; transition:border-color 0.2s; }
.early-input:focus       { border-color:rgba(74,222,128,0.5); }
.early-input::placeholder{ color:var(--text3); }
.form-success { display:none; color:var(--accent); font-size:0.9rem; margin-top:1rem; font-weight:600; }
.form-error   { display:none; color:var(--coral); font-size:0.85rem; margin-top:0.75rem; }
.early-perks  { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-top:1.5rem; }
.perk         { display:flex; align-items:center; gap:6px; font-size:0.8rem; color:var(--text2); }
.perk-check   { color:var(--accent); font-weight:700; }
.why-free     { margin-top:2.5rem; padding-top:2rem; border-top:1px solid var(--border); }
.why-free-label{ font-size:0.85rem; color:var(--text2); margin-bottom:1rem; font-weight:600; }
.why-free p   { font-size:0.82rem; color:var(--text3); max-width:520px; margin:0 auto; line-height:1.7; }
.why-free-sig { margin-top:1rem; font-size:0.8rem; color:var(--accent); font-weight:600; }
