:root { --navy: #02071b; --blue: #5e759c; --panel: #f1f5fa; --line: #dce4ee; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #02040a; background: #eef0f6; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.page-shell { min-height: 100vh; padding: 28px 16px 38px; background: radial-gradient(circle at 50% 0%, #f8f9fc 0, #edf0f6 70%); }
.lander { width: min(100%, 520px); margin: 0 auto; padding: 28px 34px 24px; background: #fff; border: 1px solid rgba(219, 225, 235, .78); border-radius: 24px; box-shadow: 0 20px 60px rgba(24, 35, 61, .11); }
.hero-copy { text-align: center; }
.hero-copy h1 { margin: 0; font-size: 25px; line-height: 1.15; letter-spacing: -.035em; font-weight: 800; }
.hero-copy p { margin: 8px 0 25px; color: var(--blue); font-size: 14px; }
.cash-card { display: block; overflow: hidden; border-radius: 24px; box-shadow: 0 12px 22px rgba(12, 9, 25, .16); }
.cash-card img { width: 100%; height: auto; display: block; }
.primary-button { min-height: 64px; margin-top: 24px; padding: 0 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-radius: 999px; background: var(--navy); color: white; font-size: 17px; font-weight: 800; transition: transform .18s, background .18s; }
.primary-button span { grid-column: 2; }.primary-button b { grid-column: 3; justify-self: end; font-size: 25px; line-height: 1; font-weight: 400; }.primary-button:hover { transform: translateY(-2px); background: #0d1532; }
.pro-tip { margin: 14px 0 0; text-align: center; color: var(--blue); font-size: 11px; line-height: 1.4; }
.pro-tip strong { color: inherit; font-size: 10px; letter-spacing: .045em; }
.how-section { margin-top: 32px; }
.section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.section-title h2 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.check-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #f0f5fa; border: 1px solid #e3eaf2; font-size: 15px; }
.step-list { display: grid; gap: 11px; }
.step-row { min-height: 73px; display: grid; grid-template-columns: 48px 1fr 30px; align-items: center; gap: 12px; padding: 11px 14px; background: var(--panel); border-radius: 18px; }
.step-icon { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: white; border: 1px solid #e8edf3; color: var(--navy); }
.icon-mail::before { content: ""; width: 21px; height: 15px; border: 2px solid currentColor; border-radius: 2px; }
.icon-mail::after { content: ""; position: absolute; top: 10px; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.icon-phone::before { content: ""; width: 12px; height: 21px; border: 2px solid currentColor; border-radius: 3px; }
.icon-phone::after { content: ""; position: absolute; bottom: 12px; width: 2px; height: 2px; border-radius: 50%; background: currentColor; }
.icon-card::before { content: ""; width: 22px; height: 15px; border: 2px solid currentColor; border-radius: 2px; }
.icon-card::after { content: ""; position: absolute; width: 18px; height: 2px; top: 18px; background: currentColor; }
.step-copy h3 { margin: 0 0 5px; font-size: 13px; line-height: 1.2; letter-spacing: -.01em; }
.step-copy p { margin: 0; color: var(--blue); font-size: 11px; line-height: 1.3; }
.step-number { width: 29px; height: 29px; display: grid; place-items: center; justify-self: end; border-radius: 50%; background: var(--navy); color: white; font-size: 12px; font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 540px) { body { background: #edf0f6; }.page-shell { padding: 15px 12px 28px; }.lander { min-height: auto; padding: 24px 20px 25px; border-radius: 22px; box-shadow: 0 16px 42px rgba(24, 35, 61, .12); }.hero-copy h1 { font-size: 24px; }.cash-card { border-radius: 22px; }.primary-button { min-height: 64px; }.how-section { margin-top: 45px; } }
@media (max-width: 380px) { .lander { padding-left: 16px; padding-right: 16px; }.step-row { grid-template-columns: 44px 1fr 28px; gap: 9px; padding-left: 10px; padding-right: 10px; }.step-icon { width: 41px; height: 41px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.primary-button { transition: none; } }
