:root {
  --ink: #0b1220;
  --muted: #667085;
  --line: #e7eaf0;
  --surface-soft: #f7f9fc;
  --gold: #d6a94a;
  --gold-soft: #fff7e5;
  --green: #27d17f;
  --green-dark: #0d9f58;
  --shadow: 0 18px 60px rgba(11, 18, 32, 0.1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { padding: 24px 0; position: relative; z-index: 2; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 36px; height: 36px; border-radius: 10px; object-fit: cover; }
.brand span { font-size: 1.2rem; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .92rem; color: #526075; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.nav-button { border: 1px solid var(--line); padding: 10px 16px; border-radius: 999px; color: var(--ink) !important; font-weight: 700; }
.hero { overflow: hidden; position: relative; padding: 74px 0 112px; background: radial-gradient(circle at 82% 16%, rgba(214,169,74,.17), transparent 29%), linear-gradient(180deg, #fbfcfe 0%, #fff 78%); }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -170px; bottom: -260px; border: 1px solid rgba(39,209,127,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(39,209,127,.04), 0 0 0 84px rgba(39,209,127,.025); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 68px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .74rem; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin: 18px 0 22px; font-size: clamp(2.9rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.065em; }
h1 em { color: var(--green-dark); font-style: normal; }
.hero-copy { max-width: 575px; color: var(--muted); font-size: 1.1rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 12px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 10px 24px rgba(11,18,32,.16); }
.button-secondary { border: 1px solid var(--line); background: #fff; }
.hero-card { min-height: 425px; border-radius: 28px; padding: 28px; color: #fff; background: linear-gradient(145deg, #151f34, #070d18); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-card::before { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; background: rgba(39,209,127,.14); top: -100px; right: -80px; }
.hero-card-top { display: flex; justify-content: space-between; align-items: center; position: relative; }
.secure-pill { font-size: .75rem; color: #c9d4e5; border: 1px solid #314059; padding: 7px 10px; border-radius: 999px; }
.phone-window { width: min(100%, 315px); margin: 54px auto 0; border: 1px solid #2b3a52; border-radius: 22px; padding: 22px; background: rgba(255,255,255,.05); position: relative; }
.phone-window small { color: #9caac0; }
.number { font-size: 1.65rem; font-weight: 800; letter-spacing: .04em; margin: 12px 0 22px; }
.code-row { display: flex; gap: 7px; }
.code { width: 37px; height: 45px; display: grid; place-items: center; border-radius: 9px; color: var(--ink); background: #fff; font-size: 1.2rem; font-weight: 800; }
.verified { display: flex; align-items: center; gap: 8px; margin-top: 19px; color: #66e5a5; font-size: .84rem; }
.verified::before { content: "✓"; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: rgba(39,209,127,.18); }
.section { padding: 106px 0; }
.section-soft { background: var(--surface-soft); }
.section-heading { max-width: 650px; margin-bottom: 44px; }
.section-heading h2 { margin: 14px 0 12px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.05em; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.feature-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 24px; border-radius: 13px; background: var(--gold-soft); color: #9a721b; font-size: 1.25rem; font-weight: 900; }
.feature h3 { margin-bottom: 9px; font-size: 1.15rem; }
.feature p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; counter-reset: steps; }
.step { counter-increment: steps; position: relative; padding-top: 58px; }
.step::before { content: "0" counter(steps); position: absolute; top: 0; left: 0; color: var(--gold); font-size: .86rem; font-weight: 900; letter-spacing: .1em; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); }
.cta { padding: 70px; border-radius: 26px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { max-width: 560px; margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.05em; line-height: 1.05; }
.cta .button { background: var(--green); color: var(--ink); white-space: nowrap; }
.site-footer { padding: 28px 0 38px; border-top: 1px solid var(--line); color: #7a8496; font-size: .88rem; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; }
.support-hero { padding: 70px 0 55px; background: linear-gradient(180deg, #fbfcfe, #fff); }
.support-hero h1 { font-size: clamp(2.5rem, 5vw, 4.8rem); max-width: 700px; }
.support-hero p { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.support-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 14px; }
details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
summary { cursor: pointer; font-weight: 800; list-style: none; padding-right: 26px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; color: var(--green-dark); font-size: 1.3rem; top: -4px; }
details[open] summary::after { content: "−"; }
details p { margin: 14px 0 0; color: var(--muted); font-size: .95rem; }
.contact-card { padding: 30px; border-radius: 20px; color: #fff; background: var(--ink); box-shadow: var(--shadow); position: sticky; top: 20px; }
.contact-card h2 { margin-bottom: 12px; font-size: 1.7rem; letter-spacing: -.04em; }
.contact-card p { color: #b6c1d2; }
.email-link { display: inline-flex; word-break: break-word; color: #fff; font-weight: 800; text-underline-offset: 4px; }
.support-note { display: flex; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #2a3952; color: #b6c1d2; font-size: .86rem; }
.support-note strong { color: var(--green); }
@media (max-width: 820px) {
  .container { width: min(100% - 32px, 620px); }
  .nav-links a:not(.nav-button) { display: none; }
  .hero { padding-top: 46px; }
  .hero-grid, .support-layout { grid-template-columns: 1fr; gap: 42px; }
  .hero-card { min-height: 380px; }
  .feature-grid, .steps { grid-template-columns: 1fr; gap: 14px; }
  .section { padding: 76px 0; }
  .cta { padding: 38px 28px; align-items: flex-start; flex-direction: column; }
  .contact-card { position: static; }
}
@media (max-width: 480px) {
  .footer-row { align-items: flex-start; flex-direction: column; }
  h1 { font-size: 3.2rem; }
  .phone-window { margin-top: 34px; }
}
