:root {
  --bg: #07111f;
  --bg-soft: #0b192b;
  --panel: rgba(13, 29, 49, 0.82);
  --panel-solid: #0d1d31;
  --text: #f5f8fc;
  --muted: #9fb0c5;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #38bdf8;
  --accent-2: #22d3a5;
  --danger: #fb7185;
  --success: #4ade80;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 15% 0%, rgba(56, 189, 248, 0.12), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(34, 211, 165, 0.1), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.page-shell { overflow: hidden; }
.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .08em; }
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #03101b;
  background: linear-gradient(135deg, #7dd3fc, #34d399);
  box-shadow: 0 8px 28px rgba(56, 189, 248, .25);
}
.header-cta {
  padding: 10px 18px;
  border: 1px solid rgba(125, 211, 252, .45);
  border-radius: 999px;
  color: #dff7ff;
  font-weight: 700;
  transition: .2s ease;
}
.header-cta:hover { background: rgba(56, 189, 248, .1); transform: translateY(-1px); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 48px;
  padding: 70px 0 90px;
}
.eyebrow, .section-kicker, .section-heading > span {
  color: #8bdcfb;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
}
.eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--accent); }
h1 {
  margin: 18px 0 20px;
  font-size: clamp(3.2rem, 6.2vw, 5.9rem);
  line-height: 1.03;
  letter-spacing: -.055em;
}
h1 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(90deg, #7dd3fc, #5eead4);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-lead { max-width: 590px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 32px;
}
.trust-row div {
  min-width: 132px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}
.trust-row strong { color: #64d7f5; font-size: .76rem; }
.trust-row span { color: #d8e4ef; font-size: .9rem; }
.primary-link, .submit-button {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border-radius: 14px;
  background: linear-gradient(135deg, #54ccf8, #2dd4a8);
  color: #03121c;
  font-weight: 850;
  box-shadow: 0 16px 40px rgba(45, 212, 168, .18);
  transition: transform .2s ease, filter .2s ease;
}
.primary-link { padding: 15px 22px; min-width: 190px; }
.primary-link:hover, .submit-button:hover { transform: translateY(-2px); filter: brightness(1.06); }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid rgba(125, 211, 252, .15);
  box-shadow: inset 0 0 80px rgba(56, 189, 248, .06);
}
.hero-visual::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 1px dashed rgba(94, 234, 212, .18);
  animation: spin 28s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.glow { position: absolute; border-radius: 50%; filter: blur(32px); opacity: .55; }
.glow-one { width: 220px; height: 220px; background: rgba(56,189,248,.28); top: 90px; right: 45px; }
.glow-two { width: 190px; height: 190px; background: rgba(34,211,165,.2); left: 35px; bottom: 65px; }
.benefit-card {
  position: absolute;
  width: 370px;
  aspect-ratio: 1.58;
  border-radius: 26px;
  padding: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(16px);
}
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255,255,255,.14), transparent 45%);
  pointer-events: none;
}
.card-back {
  transform: translate(48px, -72px) rotate(9deg);
  background: linear-gradient(135deg, rgba(44,85,120,.82), rgba(12,37,54,.88));
  opacity: .72;
}
.card-front {
  transform: translate(-18px, 42px) rotate(-6deg);
  background:
    radial-gradient(circle at 78% 16%, rgba(94,234,212,.22), transparent 30%),
    linear-gradient(135deg, rgba(17,53,78,.96), rgba(9,26,45,.98));
  z-index: 2;
}
.card-logo { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg,#7dd3fc,#34d399); color:#04111a; font-weight:900; margin-bottom:32px; }
.benefit-card .mini-label { display:block; color:#9ee9ff; font-size:.68rem; letter-spacing:.18em; font-weight:800; }
.benefit-card strong { display:block; margin-top:6px; font-size:1.55rem; letter-spacing:.04em; }
.benefit-card small { color:#a7b8c9; }
.card-line { width: 100%; height: 1px; background: linear-gradient(90deg, rgba(125,211,252,.7), transparent); margin: 18px 0; }
.floating-badge {
  position: absolute;
  z-index: 3;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(9,26,45,.82);
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  color: #dff8ff;
  font-size: .82rem;
  font-weight: 700;
}
.badge-one { left: 12px; top: 105px; }
.badge-two { right: 8px; bottom: 82px; }

.steps-section, .faq-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.steps-section { padding: 100px max(20px, calc((100% - 1180px)/2)); }
.section-heading { max-width: 620px; margin-bottom: 42px; }
.section-heading h2, .conversion-copy h2 { margin: 8px 0 12px; font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.04em; }
.section-heading p, .conversion-copy > p { color: var(--muted); margin: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
}
.step-number { color: #63daf8; font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
.steps-grid h3 { margin: 46px 0 8px; font-size: 1.28rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .94rem; }

.conversion-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.conversion-copy { padding-top: 32px; position: sticky; top: 20px; }
.check-list { list-style:none; padding:0; margin:32px 0 0; display:grid; gap:14px; }
.check-list li { color:#d8e5ef; display:flex; align-items:center; gap:12px; }
.check-list li::before { content:"✓"; width:24px; height:24px; border-radius:50%; display:grid; place-items:center; background:rgba(52,211,153,.12); color:#5eead4; font-size:.78rem; font-weight:900; }
.form-card {
  border: 1px solid rgba(125,211,252,.16);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(16,38,62,.94), rgba(8,23,40,.98));
  box-shadow: var(--shadow);
  padding: 38px;
  position: relative;
  overflow: hidden;
}
.form-card::before { content:""; position:absolute; width:230px; height:230px; border-radius:50%; right:-100px; top:-100px; background:rgba(56,189,248,.09); filter:blur(8px); }
.form-header { position:relative; margin-bottom:28px; }
.form-header span { color:#72ddfa; font-size:.7rem; font-weight:900; letter-spacing:.18em; }
.form-header h3 { margin:5px 0 0; font-size:1.75rem; }
.form-header p { color:var(--muted); margin:8px 0 0; }
.centered { text-align:center; }
form label:not(.consent-row) { display:block; margin:16px 0 7px; color:#dce7f0; font-size:.88rem; font-weight:700; }
input, select {
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:rgba(2,12,24,.52);
  color:var(--text);
  outline:none;
  transition:.2s ease;
}
input { height:52px; padding:0 15px; }
input::placeholder { color:#62758a; }
input:focus, select:focus { border-color:rgba(56,189,248,.65); box-shadow:0 0 0 4px rgba(56,189,248,.08); }
.field-hint { color:#71859b; font-size:.76rem; margin:7px 0 0; }
.consent-row { display:flex; align-items:flex-start; gap:10px; margin:20px 0; color:#9db0c2; font-size:.8rem; cursor:pointer; }
.consent-row input { width:18px; height:18px; flex:0 0 auto; margin-top:2px; accent-color:#2dd4a8; }
.submit-button { width:100%; min-height:54px; padding:0 18px; margin-top:4px; }
.submit-button:disabled { cursor:not-allowed; opacity:.62; transform:none; filter:none; }
.form-status { min-height:24px; margin:12px 0 0; font-size:.82rem; text-align:center; }
.form-status.error { color:var(--danger); }
.form-status.success { color:var(--success); }
.deposit-form { min-height:440px; display:grid; align-content:center; }
.deposit-form[hidden] { display:none; }
.success-icon { width:64px; height:64px; margin:0 auto 16px; border-radius:50%; display:grid; place-items:center; background:rgba(74,222,128,.12); border:1px solid rgba(74,222,128,.28); color:#6ee7a0; font-size:1.7rem; font-weight:900; }
.amount-row { margin:10px 0 18px; }
.amount-input { display:grid; grid-template-columns:110px 1fr; gap:10px; }
.amount-input select { height:52px; padding:0 12px; }
.text-button { margin:14px auto 0; border:0; background:none; color:#8bdcfb; cursor:pointer; font-size:.82rem; }

.faq-section { padding:100px max(20px, calc((100% - 900px)/2)); }
.faq-list { display:grid; gap:12px; }
details { border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.02); overflow:hidden; }
summary { list-style:none; cursor:pointer; padding:20px 22px; font-weight:750; display:flex; align-items:center; justify-content:space-between; gap:20px; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; color:#6fdcf8; font-size:1.4rem; font-weight:400; }
details[open] summary::after { content:"−"; }
details p { color:var(--muted); padding:0 22px 22px; margin:0; }

footer {
  width:min(1180px, calc(100% - 40px));
  min-height:150px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  color:#73869b;
  font-size:.8rem;
}
footer p { margin:0; text-align:center; }
footer > div { display:flex; justify-content:flex-end; gap:18px; }
.footer-brand { color:#dce8f1; font-size:.82rem; }
.footer-brand .brand-mark { width:30px; height:30px; border-radius:10px; }

@media (max-width: 920px) {
  .hero { grid-template-columns:1fr; padding-top:70px; text-align:center; }
  .hero-lead { margin-inline:auto; }
  .trust-row { justify-content:center; }
  .hero-visual { min-height:480px; }
  .steps-grid { grid-template-columns:1fr; }
  .steps-grid article { min-height:180px; }
  .steps-grid h3 { margin-top:28px; }
  .conversion-section { grid-template-columns:1fr; gap:42px; }
  .conversion-copy { position:static; padding-top:0; }
  footer { grid-template-columns:1fr; justify-items:center; padding:35px 0; }
  footer > div { justify-content:center; }
}

@media (max-width: 600px) {
  .site-header, .hero, .conversion-section, footer { width:min(100% - 28px, 1180px); }
  .site-header { height:68px; }
  .brand { font-size:.82rem; }
  .brand-mark { width:32px; height:32px; border-radius:10px; }
  .header-cta { padding:8px 13px; font-size:.78rem; }
  .hero { min-height:auto; padding:62px 0 65px; gap:24px; }
  h1 { font-size:clamp(2.8rem, 14vw, 4.2rem); }
  .hero-lead { font-size:.96rem; }
  .trust-row { gap:8px; }
  .trust-row div { min-width:calc(50% - 5px); justify-content:center; }
  .hero-visual { min-height:380px; transform:scale(.88); margin-inline:-20px; }
  .benefit-card { width:330px; padding:25px; }
  .hero-visual::before { width:360px; height:360px; }
  .hero-visual::after { width:280px; height:280px; }
  .badge-one { left:4px; top:70px; }
  .badge-two { right:0; bottom:55px; }
  .steps-section, .faq-section { padding-block:74px; }
  .conversion-section { padding:78px 0; }
  .form-card { padding:25px 20px; border-radius:22px; }
  .amount-input { grid-template-columns:96px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}
