:root{
  --bg:#07090d;
  --panel:#10141c;
  --panel2:#151b25;
  --line:rgba(255,255,255,.12);
  --text:#f7f8fb;
  --muted:#a8b0bf;
  --hot:#ff4fa3;
  --purple:#7c3aed;
  --cyan:#38bdf8;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:radial-gradient(circle at top left,#1b1438 0,#07111a 42%,#050609 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
.banner{height:36px;display:flex;align-items:center;justify-content:center;background:#080a0f;color:#a8b0bf;border-bottom:1px solid var(--line);font-weight:850;font-size:14px}
.shell{width:min(1120px,calc(100vw - 48px));margin:0 auto}
.nav{height:64px;margin-top:18px;background:rgba(5,7,11,.86);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 24px;gap:24px;border-bottom:1px solid rgba(255,255,255,.08)}
.brand{font-weight:950;font-size:20px}
.nav-mid,.nav-right{display:flex;align-items:center;gap:30px;font-weight:900}
.nav-mid{justify-content:center}.nav-right{justify-content:flex-end}
.hero{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:72px;align-items:center;padding:112px 0 84px}
.kicker{color:var(--cyan);letter-spacing:.34em;text-transform:uppercase;font-weight:950;font-size:13px;margin-bottom:24px}
h1{font-size:clamp(64px,7.8vw,104px);line-height:.9;letter-spacing:-.075em;margin:0 0 28px;max-width:760px}
.lede{font-size:22px;line-height:1.4;color:var(--muted);max-width:720px;margin:0 0 32px}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:999px;border:1px solid var(--line);font-weight:950;background:linear-gradient(90deg,var(--hot),var(--purple));color:white;box-shadow:0 20px 55px rgba(255,79,163,.24)}
.btn.secondary{background:rgba(255,255,255,.055);box-shadow:none;color:var(--text)}
.card{background:linear-gradient(180deg,var(--panel),var(--panel2));border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 28px 90px rgba(0,0,0,.32)}
.proof-card{min-height:430px;display:flex;flex-direction:column;justify-content:center}
.proof-id{font-weight:950;margin:18px 0;color:var(--text)}
.badge{display:inline-flex;width:max-content;padding:8px 14px;border-radius:999px;background:rgba(255,79,163,.16);border:1px solid rgba(255,79,163,.35);color:var(--hot);font-size:12px;font-weight:950}
.proof-card h2{color:var(--hot);font-size:34px;line-height:1;margin:28px 0 24px;letter-spacing:-.04em}
.mini{font-size:14px;color:var(--muted);margin-top:22px;border:1px solid var(--line);border-radius:18px;padding:18px}
.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust h3,.split h3{color:var(--cyan);letter-spacing:.28em;text-transform:uppercase;font-size:12px;margin:0 0 16px}
.trust p,.split p{color:var(--muted);line-height:1.5;margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:56px}
.addon{margin-top:68px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.addon h2{font-size:34px;margin:0 0 8px;letter-spacing:-.045em}
.addon p{margin:0;color:var(--muted)}
.footer{margin:96px auto 40px;padding-top:28px;border-top:1px solid var(--line);display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:14px}
.footer a{font-weight:850;color:var(--text)}
input,select,textarea{background:#0c1017;color:var(--text);border:1px solid var(--line);border-radius:18px;padding:0 16px}
button{font-family:inherit}
@media(max-width:900px){
  .shell{width:calc(100vw - 28px)}
  .nav{height:auto;grid-template-columns:1fr;padding:18px;gap:18px}
  .nav-mid,.nav-right{justify-content:flex-start;flex-wrap:wrap;gap:18px}
  .hero,.split,.trust{grid-template-columns:1fr}
  .hero{padding:72px 0 54px;gap:32px}
  h1{font-size:clamp(52px,14vw,78px)}
  .addon{flex-direction:column;align-items:flex-start}
}

/* ===== SHELL V2 ROUND 2 RETAIL TIGHTEN ===== */

.shell{
  width:min(1080px,calc(100vw - 48px));
}

.nav{
  height:58px;
  margin-top:16px;
  padding:0 22px;
}

.brand{
  font-size:19px;
}

.nav-mid,
.nav-right{
  gap:26px;
}

.hero{
  padding:88px 0 64px;
  gap:58px;
}

h1{
  font-size:clamp(58px,7vw,92px);
  max-width:700px;
}

.lede{
  font-size:20px;
  max-width:690px;
}

.proof-card{
  min-height:380px;
  padding:28px;
}

.proof-card h2{
  font-size:31px;
  margin:24px 0 22px;
}

.btn{
  min-height:50px;
  padding:0 26px;
}

.mini{
  margin-top:18px;
  padding:16px;
}

.trust{
  gap:18px;
  padding:30px 0;
}

.card{
  padding:26px;
  border-radius:24px;
}

.split{
  margin-top:46px;
  gap:24px;
}

.footer{
  margin:72px auto 34px;
  padding-top:24px;
}

/* make render/proof/docs/topup feel less floaty once converted */
main.shell,
main{
  padding-bottom:0;
}

section.card{
  margin-top:0;
}

/* normalize form pages */
input[type="file"]{
  min-height:58px;
  padding:16px;
}

input[type="number"],
input[type="text"],
input[type="email"],
input[name="amount_usd"]{
  min-height:58px;
  font-size:20px;
}

/* better small cards */
.trust .card,
.split .card{
  min-height:150px;
}

/* remove excessive empty vertical deadzones */
.hero + .trust,
.hero + section,
main > section + section{
  margin-top:34px;
}

@media(max-width:900px){
  .shell{width:calc(100vw - 28px)}
  .hero{padding:56px 0 42px}
  h1{font-size:clamp(48px,13vw,72px)}
  .proof-card{min-height:auto}
}

/* ===== SHELL V2 ROUND 3 GRID + POLISH ===== */

html,body{
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 14% 0%, rgba(124,58,237,.20), transparent 34rem),
    radial-gradient(circle at 86% 8%, rgba(56,189,248,.11), transparent 34rem),
    linear-gradient(180deg,#07090d 0%,#06080c 48%,#030406 100%)!important;
  background-size:
    48px 48px,
    48px 48px,
    auto,
    auto,
    auto!important;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 18%, transparent 0, rgba(0,0,0,.22) 42rem),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.46));
  z-index:-1;
}

.banner{
  background:#080a0f;
  color:#b8c1d0;
}

.nav{
  background:rgba(5,7,11,.90);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 18px 70px rgba(0,0,0,.22);
}

.card,
.proof-card{
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025)),
    rgba(16,20,28,.84);
  backdrop-filter:blur(10px);
}

.hero{
  min-height:auto;
}

.kicker{
  text-shadow:0 0 24px rgba(56,189,248,.18);
}

h1{
  text-shadow:0 18px 70px rgba(0,0,0,.24);
}

.btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.08);
}

.btn{
  transition:transform .15s ease,filter .15s ease,box-shadow .15s ease;
}

.trust,
.footer{
  border-color:rgba(255,255,255,.10);
}

.footer{
  color:#91a0b4;
}

.footer a{
  color:#dfe7f5;
}

/* remove old legal mini-row visual noise inside converted pages later */
.farpy-legal-links{
  display:none!important;
}

@media(max-width:900px){
  html,body{
    background-size:
      36px 36px,
      36px 36px,
      auto,
      auto,
      auto!important;
  }
}

/* ===== SHELL V2 POLISH PASS ===== */

.banner{
  height:34px;
  font-size:13px;
}

.nav{
  margin-top:16px;
  height:58px;
}

.hero{
  padding-top:78px;
  padding-bottom:44px;
}

h1{
  font-size:clamp(56px,6.6vw,88px);
}

.lede{
  font-size:20px;
  line-height:1.42;
}

.card{
  border-radius:24px;
}

input[type="file"]{
  background:#0c1017;
  color:var(--muted);
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  min-height:58px;
}

input[type="file"]::file-selector-button{
  border:0;
  border-radius:12px;
  background:rgba(255,255,255,.10);
  color:var(--text);
  font-weight:900;
  padding:10px 14px;
  margin-right:12px;
  cursor:pointer;
}

input[type="file"]::file-selector-button:hover{
  background:rgba(255,255,255,.16);
}

input:focus,
button:focus,
.btn:focus{
  outline:2px solid rgba(56,189,248,.55);
  outline-offset:3px;
}

.card h2{
  margin-top:0;
}

.docs-grid .card,
.doc-card{
  min-height:170px;
}

.footer{
  margin-top:76px;
}

@media(max-width:900px){
  .hero{
    padding-top:54px;
    padding-bottom:32px;
  }
}

/* ACCOUNT SHELL */

.fp-account-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:28px;
}

.fp-account-card{
  margin-top:24px;
}

.fp-account-balance{
  font-size:54px;
  font-weight:950;
  letter-spacing:-.05em;
  margin:10px 0;
}

.fp-account-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}

.fp-account-list{
  display:grid;
  gap:14px;
}

.fp-account-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.job-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.job-meta{
  color:var(--muted);
}

.job-badge{
  margin-left:10px;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(236,72,153,.18);
  border:1px solid rgba(236,72,153,.30);
  color:#ff6bc3;
  font-size:12px;
  font-weight:900;
}

@media(max-width:900px){
  .fp-account-grid{
    grid-template-columns:1fr;
  }

  .fp-account-row,
  .job-row{
    flex-direction:column;
  }
}

/* === final polish 20260511 === */

.banner{
  height:34px;
  font-size:13px;
}

.shell.nav{
  min-height:64px;
  padding:0 18px;
}

.shell{
  max-width:1180px;
}

.hero h1{
  max-width:780px;
  line-height:.92;
  letter-spacing:-0.045em;
}

.card{
  backdrop-filter:blur(10px);
}

footer.shell.footer{
  margin-top:72px;
  padding-top:18px;
  padding-bottom:26px;
}

.job-row{
  min-height:58px;
}

.proof-actions .btn,
.track-actions .btn,
.recent-row .btn{
  min-height:42px;
  padding:0 18px;
}

@media (min-width:1200px){
  .hero{
    padding-top:64px;
  }
}
