/* LOGIN HERO */
.login-hero-wrap{padding:24px 32px 0}
.login-hero-card{background:var(--bg3);border-radius:16px;overflow:hidden;display:flex;align-items:stretch;position:relative;min-height:380px}
.login-hero-card::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% -10%,rgba(116,172,223,.13),transparent 60%);pointer-events:none;z-index:0}
.login-hero-content{flex:1;padding:56px 40px 56px 10%;position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;justify-content:center}
.login-hero-content h1{font-weight:900;line-height:1.2;margin-bottom:14px;font-size:clamp(1.5rem,2.8vw,2.35rem)}
.hero-sub{color:var(--muted);font-size:.9rem;line-height:1.75;margin-bottom:24px;max-width:440px}
.login-hero-btns{display:flex;gap:12px;flex-wrap:wrap}

/* DECORATIVE FORM */
.login-form-side{width:306px;flex-shrink:0;padding:28px 28px;border-left:1px solid var(--border);background:rgba(10,11,20,.55);position:relative;z-index:1;display:flex;flex-direction:column;gap:11px;justify-content:center}
.lf-title{font-size:.95rem;font-weight:700;color:#fff;text-align:center;padding-bottom:2px}
.lf-social{display:flex;gap:8px}
.lf-social-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;background:var(--bg4);border:1px solid var(--border);color:var(--text);padding:8px 10px;border-radius:8px;font-size:.78rem;font-weight:600;cursor:pointer;transition:.2s;text-decoration:none}
.lf-social-btn:hover{border-color:rgba(116,172,223,.5);color:#fff}
.lf-sep{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.7rem}
.lf-sep::before,.lf-sep::after{content:'';flex:1;height:1px;background:var(--border)}
.lf-field label{display:block;font-size:.7rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}
.lf-mock{background:var(--bg4);border:1px solid var(--border);border-radius:8px;padding:9px 13px;font-size:.84rem;color:rgba(255,255,255,.28);cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:space-between;font-family:inherit;width:100%}
.lf-mock:hover{border-color:rgba(116,172,223,.45)}
.lf-forgot{font-size:.71rem;text-align:right;margin-top:-3px}
.lf-forgot a{color:var(--muted);transition:.2s;text-decoration:none}
.lf-forgot a:hover{color:var(--purple)}
.lf-btn{display:flex;align-items:center;justify-content:center;background:var(--purple);color:#fff;padding:11px 16px;border-radius:8px;font-weight:700;font-size:.88rem;transition:opacity .2s;text-transform:uppercase;letter-spacing:.04em;text-decoration:none}
.lf-btn:hover{opacity:.85}
.lf-register{text-align:center;font-size:.75rem;color:var(--muted)}
.lf-register a{color:var(--purple2);font-weight:600;text-decoration:none}
.lf-register a:hover{text-decoration:underline}
.lf-badge{text-align:center;font-size:.66rem;color:rgba(255,255,255,.18);line-height:1.5}

/* STATS BAR */
.stats-bar{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:22px 32px}
.stats-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-around;flex-wrap:wrap}
.stat-item{text-align:center;padding:6px 16px}
.stat-num{font-size:1.45rem;font-weight:900;background:linear-gradient(90deg,var(--purple),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.stat-label{font-size:.7rem;color:var(--muted);margin-top:2px;text-transform:uppercase;letter-spacing:.07em}

/* SECTIONS */
section{padding:56px 32px}
#what-is-betfury{background:var(--bg)}
#how-to-register{background:var(--bg2)}
#how-to-login{background:var(--bg)}
#login-methods{background:var(--bg2)}
#mobile-login{background:var(--bg)}
#account-security{background:var(--bg2)}
#troubleshooting{background:var(--bg)}
#after-login{background:var(--bg2)}
#login-faq{background:var(--bg)}

/* DETAILS TABLE */
.details-table{width:100%;border-collapse:collapse}
.details-table tr{border-bottom:1px solid var(--border)}
.details-table tr:last-child{border-bottom:none}
.details-table td{padding:11px 0;font-size:.87rem;line-height:1.5}
.details-table td:first-child{color:var(--muted);width:42%;font-weight:500}
.details-table td:last-child{color:var(--text);font-weight:600}

/* REGISTRATION STEP CARDS */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step-card{background:var(--bg3);border:1px solid var(--border);border-radius:14px;padding:24px;transition:.25s}
.step-card:hover{border-color:rgba(116,172,223,.35);transform:translateY(-3px)}
.step-num{width:34px;height:34px;border-radius:50%;background:var(--purple);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.88rem;margin-bottom:14px}
.step-card h3{font-size:.93rem;font-weight:700;margin-bottom:7px}
.step-card p{color:var(--muted);font-size:.84rem;line-height:1.65}

/* GUIDE STEPS (Login How-To) */
.guide-steps{list-style:none;display:flex;flex-direction:column;gap:12px;max-width:760px}
.guide-steps li{display:flex;gap:16px;align-items:flex-start;background:var(--bg3);border:1px solid var(--border);border-radius:12px;padding:16px 20px;transition:.2s}
.guide-steps li:hover{border-color:rgba(116,172,223,.3)}
.gs-num{width:30px;height:30px;border-radius:50%;background:rgba(116,172,223,.15);border:1px solid rgba(116,172,223,.3);color:var(--purple);font-weight:900;font-size:.82rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.gs-body h4{font-size:.9rem;font-weight:700;margin-bottom:3px}
.gs-body p{color:var(--muted);font-size:.83rem;line-height:1.6}

/* LOGIN METHODS */
.methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.method-card{background:var(--bg3);border:1px solid var(--border);border-radius:14px;padding:22px;transition:.25s}
.method-card:hover{border-color:rgba(116,172,223,.35);transform:translateY(-3px)}
.method-icon{width:46px;height:46px;border-radius:11px;background:rgba(116,172,223,.12);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:13px}
.method-card h3{font-size:.93rem;font-weight:700;margin-bottom:6px}
.method-card p{color:var(--muted);font-size:.83rem;line-height:1.6}
.method-badge{display:inline-flex;align-items:center;background:rgba(74,222,128,.1);border:1px solid rgba(74,222,128,.22);color:#4ade80;padding:3px 10px;border-radius:20px;font-size:.7rem;font-weight:700;margin-top:10px}

/* MOBILE CARDS */
.mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mobile-card{background:var(--bg3);border:1px solid var(--border);border-radius:14px;padding:24px;transition:.25s}
.mobile-card:hover{border-color:rgba(116,172,223,.3);transform:translateY(-3px)}
.mobile-card-icon{font-size:1.9rem;margin-bottom:13px}
.mobile-card h3{font-size:.95rem;font-weight:700;margin-bottom:8px}
.mobile-card p{color:var(--muted);font-size:.83rem;line-height:1.65;margin-bottom:12px}
.check-list{list-style:none;display:flex;flex-direction:column;gap:5px}
.check-list li{font-size:.82rem;color:var(--muted);display:flex;align-items:flex-start;gap:7px}
.check-list li::before{content:'✓';color:#4ade80;font-weight:700;flex-shrink:0}

/* SECURITY CARDS */
.security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.security-card{background:var(--bg3);border:1px solid var(--border);border-radius:14px;padding:22px;transition:.25s}
.security-card:hover{border-color:rgba(116,172,223,.3);transform:translateY(-3px)}
.security-icon{font-size:1.8rem;margin-bottom:12px}
.security-card h3{font-size:.93rem;font-weight:700;margin-bottom:7px}
.security-card p{color:var(--muted);font-size:.83rem;line-height:1.65}

/* TROUBLESHOOTING TEXT */
.trouble-h3{font-size:.97rem;font-weight:700;color:var(--text);margin:28px 0 8px}
.trouble-h3:first-of-type{margin-top:0}

/* AFTER LOGIN BONUS */
.after-login-card{background:linear-gradient(135deg,rgba(116,172,223,.1),rgba(74,143,196,.07));border:1px solid rgba(116,172,223,.22);border-radius:16px;padding:32px;display:flex;gap:28px;align-items:flex-start}
.al-icon{font-size:3rem;flex-shrink:0;line-height:1}
.al-body h3{font-size:1.1rem;font-weight:900;margin-bottom:10px}
.al-body p{color:var(--muted);font-size:.88rem;line-height:1.7;margin-bottom:14px}
.al-list{list-style:none;display:flex;flex-direction:column;gap:7px;margin-bottom:20px}
.al-list li{font-size:.85rem;color:var(--muted);display:flex;align-items:center;gap:8px}
.al-list li::before{content:'🎁';font-size:.85rem}
.fine{font-size:.72rem;color:var(--muted);opacity:.6;margin-top:8px}

/* CTA OFFERS */
.cta-offers{margin-top:28px;background:var(--bg3);border:1px solid var(--border);border-radius:14px;padding:22px 28px;max-width:480px;margin-left:auto;margin-right:auto;text-align:left}
.cta-offers h4{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:12px}
.cta-offers ul{list-style:none;display:flex;flex-direction:column;gap:7px}
.cta-offers ul li{font-size:.83rem;color:var(--muted);display:flex;align-items:flex-start;gap:8px}
.cta-offers ul li::before{content:'✓';color:#4ade80;font-weight:700;flex-shrink:0}
#cta .fine{display:block;margin-top:14px;text-align:center}
#cta .btn-secondary{border-color:rgba(255,255,255,.2);color:var(--text)}
#cta .btn-secondary:hover{border-color:var(--purple);color:var(--purple)}

/* SECTION TEXT */
.text{color:var(--muted);font-size:.88rem;line-height:1.85;margin-bottom:16px}

/* FAQ override for longer answers */
#login-faq .faq-item.open .faq-a{max-height:320px}

@media(max-width:768px){
  .login-hero-wrap{padding:12px 16px 0}
  .login-hero-card{flex-direction:column}
  .login-hero-content{padding:32px 20px 20px}
  .hero-sub{max-width:100%}
  .login-form-side{width:100%;border-left:none;border-top:1px solid var(--border);padding:24px 20px}
  .steps-grid{grid-template-columns:1fr}
  .mobile-grid{grid-template-columns:1fr}
  .security-grid{grid-template-columns:1fr}
  .after-login-card{flex-direction:column;gap:16px}
  section{padding:36px 16px}
  .stats-bar{padding:16px}
}
