:root {
  --bg: #080a0d;
  --panel: #111419;
  --line: #2a3038;
  --text: #f5f7fa;
  --muted: #97a0ab;
  --lime: #c4f542;
  --blue: #7da7ff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header { height: 76px; max-width: var(--max); margin: auto; padding: 0 24px; display: flex; align-items: center; gap: 36px; border-bottom: 1px solid rgba(255,255,255,.06); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; letter-spacing: .01em; }
.brand-mark { display: grid; grid-template-columns: repeat(2,10px); gap: 3px; transform: rotate(-12deg); }
.brand-mark i { display: block; width: 10px; height: 10px; border-radius: 3px; background: var(--lime); }
.brand-mark i:last-child { background: var(--blue); }
.nav-links { display: flex; gap: 25px; flex: 1; }
.nav-links a, .footer-links a { font-size: 13px; color: var(--muted); transition: color .2s; }
.nav-links a:hover, .footer-links a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-button { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; padding: 8px; }
.outline-button, .primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; border-radius: 8px; font-size: 13px; font-weight: 750; }
.outline-button { border: 1px solid var(--line); color: var(--text); }
.primary-button { background: var(--lime); color: #080a0d; }
.eyebrow { margin: 0 0 14px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.hero { max-width: var(--max); margin: auto; padding: 76px 24px 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.hero h1 { max-width: 620px; margin: 0 0 20px; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.hero-lede { max-width: 575px; margin: 0; color: #c4cbd3; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.text-link { font-size: 14px; color: var(--text); border-bottom: 1px solid #555d66; padding-bottom: 3px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 32px; color: var(--muted); font-size: 12px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(196,245,66,.11); }
.hero-visual { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: linear-gradient(145deg,#12171d,#0d1014); box-shadow: 0 24px 70px rgba(0,0,0,.32); padding: 18px; }
.visual-topline { display: flex; justify-content: space-between; align-items: center; color: #77818c; font-size: 10px; letter-spacing: .13em; font-weight: 800; }
.live-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(196,245,66,.18); border-radius: 99px; color: var(--lime); letter-spacing: 0; font-size: 10px; }
.live-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(196,245,66,.1); }
.preview-card { margin-top: 15px; border: 1px solid #303844; background: #171c23; border-radius: 8px; padding: 17px; }
.preview-title, .preview-meta, .asset-list > div, .preview-fee { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.preview-title { padding-bottom: 15px; border-bottom: 1px solid #2b323b; }
.preview-title b { font-size: 15px; }
.preview-title span { font-size: 14px; color: var(--lime); font-weight: 750; }
.preview-meta { padding-top: 14px; color: #84909c; font-size: 11px; }
.preview-meta.values { padding-top: 3px; color: var(--text); font-size: 14px; }
.preview-meta.values strong:last-child { color: #aab3bc; font-size: 12px; }
.asset-list { margin-top: 15px; border-top: 1px solid #2b323b; }
.asset-list > div { padding: 10px 0; border-bottom: 1px solid #2b323b; font-size: 12px; }
.asset-list b { margin-left: auto; font-size: 12px; color: #dbe1e7; }
.asset-icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; color: #080a0d; font-size: 11px; font-weight: 900; }
.asset-icon.purple { background: #b7a8ff; } .asset-icon.blue { background: #73a7ff; } .asset-icon.lime { background: var(--lime); } .asset-icon.orange { background: #ffbd78; }
.preview-fee { margin-top: 15px; padding-top: 14px; border-top: 1px solid #2b323b; color: #8f9aa6; font-size: 11px; }
.preview-fee b { color: var(--lime); font-size: 12px; }
.visual-caption { padding: 14px 2px 0; color: #7c8792; font-size: 11px; line-height: 1.5; }
.trust-bar { max-width: var(--max); margin: 0 auto; padding: 22px 24px 42px; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-bar div { display: flex; flex-direction: column; gap: 3px; padding: 8px 20px; border-right: 1px solid var(--line); }
.trust-bar div:last-child { border: 0; } .trust-bar strong { font-size: 24px; letter-spacing: -.02em; } .trust-bar span { font-size: 11px; color: var(--muted); }
.section { max-width: var(--max); margin: auto; padding: 104px 24px; }
.section-heading { max-width: 670px; margin-bottom: 42px; }
.section h2 { margin: 0; font-size: clamp(30px,4vw,48px); line-height: 1.08; letter-spacing: -.035em; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.steps article, .boundary-card, .fee-grid > div { padding: 23px; border: 1px solid var(--line); background: var(--panel); border-radius: 8px; }
.step-number { display: block; color: var(--lime); font-size: 12px; font-weight: 800; margin-bottom: 42px; }
.steps h3 { font-size: 20px; margin: 0 0 11px; }
.steps p, .feature-copy p, .fee-grid p, .download-section p, .boundary-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: start; }
.feature-copy { max-width: 460px; } .feature-copy p { margin: 20px 0 22px; font-size: 16px; }
.feature-list { border-top: 1px solid var(--line); } .feature-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 3px 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.feature-list b { grid-row: span 2; color: var(--lime); font-size: 12px; } .feature-list span { font-size: 16px; font-weight: 750; } .feature-list small { color: var(--muted); font-size: 13px; }
.dark-section { max-width: none; background: #0d1014; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-left: max(24px,calc((100% - var(--max))/2 + 24px)); padding-right: max(24px,calc((100% - var(--max))/2 + 24px)); }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: var(--max); } .boundary-card { background: transparent; }
.boundary-card span { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 24px; font-size: 20px; font-weight: 700; }
.positive span { background: rgba(196,245,66,.13); color: var(--lime); } .negative span { background: rgba(255,255,255,.08); color: #c4cbd3; } .boundary-card h3 { margin: 0 0 10px; font-size: 20px; }
.fee-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; } .fee-grid strong { display: block; font-size: 25px; margin-bottom: 20px; } .fee-grid span { display: block; color: var(--lime); font-size: 12px; font-weight: 750; margin-bottom: 12px; }
.download-section { display: flex; justify-content: space-between; gap: 40px; align-items: center; } .download-section > div:first-child { max-width: 545px; } .download-section p { margin-top: 18px; font-size: 16px; }
.download-card { display: flex; align-items: center; gap: 15px; padding: 16px; border: 1px solid var(--line); background: var(--panel); border-radius: 8px; min-width: 370px; }
.download-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 11px; background: var(--lime); color: #080a0d; font-size: 22px; font-weight: 900; }
.download-card div { display: flex; flex: 1; flex-direction: column; } .download-card small { color: var(--muted); font-size: 11px; }
.faq-section { padding-top: 30px; } .faq-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; column-gap: 34px; }
.faq-grid details { border-bottom: 1px solid var(--line); padding: 20px 0; } .faq-grid summary { cursor: pointer; list-style: none; padding-right: 28px; position: relative; font-size: 15px; font-weight: 750; }
.faq-grid summary::-webkit-details-marker { display: none; } .faq-grid summary::after { content: "+"; position: absolute; right: 2px; top: -2px; color: var(--lime); font-size: 22px; font-weight: 400; } .faq-grid details[open] summary::after { content: "−"; }
.faq-grid p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.site-footer { max-width: var(--max); margin: auto; padding: 42px 24px 54px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 28px; border-top: 1px solid var(--line); }
.site-footer p { max-width: 300px; color: var(--muted); font-size: 12px; margin: 13px 0 0; } .footer-links { display: flex; flex-wrap: wrap; gap: 13px 20px; align-content: start; } .footer-meta { color: #68717b; font-size: 11px; text-align: right; align-self: end; }
.legal { max-width: 840px; } .legal h1 { margin: 0 0 16px; font-size: clamp(38px,5vw,60px); line-height: 1.05; letter-spacing: -.04em; } .legal-meta { color: #727d88; font-size: 12px; margin: 0 0 58px; }
.legal h2 { margin: 38px 0 10px; font-size: 21px; line-height: 1.2; } .legal > p:not(.legal-meta) { color: #b5bec8; font-size: 15px; line-height: 1.8; } .legal .text-link { color: var(--lime); }
@media (max-width: 800px) {
  .site-header { height: auto; min-height: 70px; padding: 15px 18px; flex-wrap: wrap; gap: 17px; }
  .nav-links { order: 3; flex-basis: 100%; overflow: auto; padding-bottom: 3px; }
  .hero { grid-template-columns: 1fr; padding: 54px 18px 42px; gap: 35px; } .hero h1 { font-size: 48px; } .hero-lede { font-size: 16px; }
  .trust-bar { grid-template-columns: repeat(2,1fr); padding: 12px 18px 25px; } .trust-bar div { padding: 12px 10px; }
  .section { padding: 72px 18px; } .steps, .fee-grid { grid-template-columns: 1fr 1fr; } .feature-section { grid-template-columns: 1fr; gap: 44px; } .boundary-grid { grid-template-columns: 1fr; }
  .dark-section { padding-left: 18px; padding-right: 18px; } .download-section { display: block; } .download-card { margin-top: 26px; min-width: 0; }
  .site-footer { grid-template-columns: 1fr; padding: 34px 18px; } .footer-meta { text-align: left; } .faq-grid { grid-template-columns: 1fr; } .legal-meta { margin-bottom: 42px; }
}
@media (max-width: 520px) {
  .header-actions { margin-left: auto; } .outline-button { display: none; } .steps, .fee-grid { grid-template-columns: 1fr; } .hero h1 { font-size: 42px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; } .download-card { align-items: flex-start; flex-wrap: wrap; } .download-card .primary-button { width: 100%; }
  .hero-visual { padding: 13px; } .preview-card { padding: 14px; } .preview-title b { font-size: 14px; } .preview-title span { font-size: 12px; } .preview-meta { font-size: 10px; } .asset-list > div { font-size: 11px; }
}
