/* Finex Limited - Lead Landing (responsive) */
:root{
  --bg: #0b1220;
  --stroke: rgba(255,255,255,0.12);
  --text: #eaf0ff;
  --muted: rgba(234,240,255,0.72);
  --muted2: rgba(234,240,255,0.55);
  --accent: #38bdf8;
  --accent2: #22c55e;
  --danger: #fb7185;
  --shadow: 0 18px 50px rgba(0,0,0,0.45);
  --radius: 16px;
  --radius2: 22px;
  --max: 1120px;
}
*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(900px 600px at 15% 10%, rgba(56,189,248,0.25), transparent 60%),
              radial-gradient(800px 520px at 85% 20%, rgba(34,197,94,0.18), transparent 65%),
              var(--bg);
  color: var(--text);
  line-height: 1.55;
}
a{ color: var(--text); text-decoration-color: rgba(234,240,255,0.35); }
a:hover{ text-decoration-color: rgba(234,240,255,0.75); }
.container{ max-width: var(--max); margin: 0 auto; padding: 0 18px; }
.skip-link{ position: absolute; left: -999px; top: 8px; background: #fff; color: #000; padding: 10px 12px; border-radius: 10px; z-index: 999; }
.skip-link:focus{ left: 12px; }
.site-header{
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(11,18,32,0.72);
  border-bottom: 1px solid var(--stroke);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 0; flex-wrap:wrap; }
.brand{ display:flex; align-items:center; gap:12px; min-width:220px; }
.logo{
  width:42px; height:42px; border-radius:12px; display:grid; place-items:center;
  font-weight:800; letter-spacing:0.5px;
  background: linear-gradient(135deg, rgba(56,189,248,0.95), rgba(34,197,94,0.85));
  color:#04101c;
}
.brand-name{ font-weight:800; }
.brand-tag{ color: var(--muted2); font-size:13px; margin-top:1px; }
.header-actions{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
.phone{
  display:inline-flex; align-items:center; gap:8px; padding:9px 12px;
  border:1px solid var(--stroke); border-radius:999px; text-decoration:none;
  background: rgba(255,255,255,0.04);
}
.phone-label{ color: var(--muted2); font-size:12px; }
.phone-number{ font-weight:700; }

.hero{ padding:34px 0 22px; }
.hero-grid{ display:grid; grid-template-columns: 1.15fr 0.85fr; gap:22px; align-items:start; }
.hero-copy h1{ font-size: clamp(30px, 4vw, 46px); line-height:1.08; margin:0 0 10px; letter-spacing:-0.02em; }
.subhead{ margin:0 0 16px; color: var(--muted); font-size:16px; max-width:55ch; }

.benefits{ list-style:none; padding:0; margin:0 0 16px; display:grid; gap:10px; }
.benefits li{ display:flex; align-items:center; gap:10px; color: rgba(234,240,255,0.9); }
.dot{ width:10px; height:10px; border-radius:99px; background: linear-gradient(135deg, var(--accent), var(--accent2)); box-shadow:0 0 0 5px rgba(56,189,248,0.09); }

.trust{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:18px 0; }
.trust-item{ display:flex; gap:10px; padding:12px; border:1px solid var(--stroke); border-radius: var(--radius); background: rgba(255,255,255,0.035); }
.trust-icon{ width:34px; height:34px; border-radius:12px; display:grid; place-items:center; background: rgba(255,255,255,0.06); }
.trust-title{ font-weight:700; font-size:14px; }
.trust-text{ color: var(--muted2); font-size:13px; margin-top:2px; }

.cta-row{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-top:14px; }
.cta-note{ color: var(--muted2); font-size:13px; }
.fineprint{ margin:14px 0 0; color: var(--muted2); font-size:12.5px; max-width:70ch; }

.card{
  border:1px solid var(--stroke);
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card-head{ padding:18px 18px 0; }
.card-head h2{ margin:0 0 6px; font-size:18px; }
.card-head p{ margin:0 0 14px; color: var(--muted); font-size:13.5px; }
.card-foot{ border-top:1px solid var(--stroke); padding:14px 18px; }
.mini-trust{ display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap; font-size:12.5px; color: rgba(234,240,255,0.85); }
.sep{ color: rgba(234,240,255,0.35); }

.form{ padding: 0 18px 18px; }
.field{ display:grid; gap:7px; margin:0 0 12px; }
label{ font-weight:600; font-size:13px; color: rgba(234,240,255,0.9); }
input{
  width:100%; padding:12px; border-radius:14px;
  border:1px solid rgba(255,255,255,0.16);
  background: rgba(6,10,18,0.45);
  color: var(--text); outline:none;
}
input::placeholder{ color: rgba(234,240,255,0.40); }
input:focus{ border-color: rgba(56,189,248,0.55); box-shadow:0 0 0 4px rgba(56,189,248,0.12); }
.error{ min-height:16px; color: var(--danger); font-size:12px; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:999px; padding:11px 14px;
  border:1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: var(--text); text-decoration:none;
  font-weight:700; cursor:pointer;
}
.btn:hover{ filter: brightness(1.06); }
.btn:active{ transform: translateY(1px); }
.btn-primary{
  border-color: rgba(56,189,248,0.35);
  background: linear-gradient(135deg, rgba(56,189,248,0.95), rgba(34,197,94,0.90));
  color:#031019;
}
.btn-ghost{ background: rgba(255,255,255,0.03); }
.btn-block{ width:100%; border-radius:14px; padding:13px 14px; }

.micro{ margin:10px 0 0; color: var(--muted2); font-size:12px; text-align:center; }
.form-status{ margin-top:10px; font-size:12.5px; color: rgba(234,240,255,0.85); text-align:center; min-height:18px; }

.simple-strip{ padding:18px 0 42px; }
.strip-inner{ border:1px solid var(--stroke); border-radius: var(--radius2); background: rgba(255,255,255,0.03); padding:16px; display:grid; gap:10px; }
.strip-title{ font-weight:800; }
.steps{ margin:0; padding-left:18px; color: rgba(234,240,255,0.88); display:grid; gap:6px; }

.site-footer{ border-top:1px solid var(--stroke); background: rgba(11,18,32,0.78); }
.footer-inner{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:18px 0; flex-wrap:wrap; }
.footer-brand{ font-weight:700; }
.footer-note{ color: var(--muted2); font-size:12px; margin-top:2px; }
.footer-links{ display:inline-flex; align-items:center; gap:14px; }
.footer-links a{ color: rgba(234,240,255,0.9); font-size:13px; }

.thankyou{ padding:42px 0 56px; }
.thankyou-card{ padding:26px 18px; text-align:center; max-width:720px; margin:0 auto; }
.check{
  width:62px; height:62px; border-radius:18px; display:grid; place-items:center;
  margin:0 auto 10px; font-size:28px; font-weight:900;
  background: linear-gradient(135deg, rgba(34,197,94,0.9), rgba(56,189,248,0.9));
  color:#031019;
}
.bigline{ font-size:18px; font-weight:800; margin:10px 0 0; }
.tiny{ color: var(--muted2); font-size:13px; margin-top:10px; }
.legal{ padding:34px 0 56px; }
.legal-card{ padding:22px 18px; max-width:920px; margin:0 auto; }
.legal-card h2{ margin:18px 0 8px; font-size:16px; }
.muted{ color: var(--muted2); }

@media (max-width: 920px){
  .hero-grid{ grid-template-columns: 1fr; }
  .trust{ grid-template-columns: 1fr; }
  .phone{ display:none; }
}
@media (max-width: 420px){
  .btn{ width:100%; }
  .header-actions{ width:100%; justify-content:space-between; }
}
