:root {
  --night: #0d1715;
  --night-2: #142621;
  --ink: #17211e;
  --muted: #68736f;
  --line: #dce4df;
  --paper: #f4f6f2;
  --white: #fff;
  --lime: #c8ff53;
  --green: #2f7454;
  --danger: #963f38;
  --radius: 20px;
  --shadow: 0 28px 80px rgba(11, 24, 20, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: -60px; border-radius: 8px; padding: 12px 16px; color: var(--night); background: var(--lime); font-weight: 800; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #78a800; outline-offset: 3px; }
.site-header { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; max-width: 1220px; margin: 0 auto; padding: 24px 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; color: var(--night); font-size: 21px; font-weight: 850; letter-spacing: -.045em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: var(--night); background: var(--lime); font-size: 17px; font-weight: 900; }
.site-nav { display: flex; gap: 30px; color: #51605a; font-size: 13px; font-weight: 650; }
.site-nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--green); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; font-size: 13px; font-weight: 700; }
.section-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; border: 1px solid transparent; border-radius: 12px; padding: 0 21px; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 17px; }
.button-lime { color: var(--night); background: var(--lime); box-shadow: 0 11px 32px rgba(149, 203, 39, .18); }
.button-ghost { border-color: #aebbb5; color: var(--night); background: rgba(255,255,255,.5); }
.button-outline { border-color: #bdc8c2; color: var(--night); }
.button-ghost-light { border-color: rgba(255,255,255,.34); color: #fff; }
.eyebrow { margin: 0 0 18px; color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green); }
.hero { display: grid; grid-template-columns: 1.02fr .98fr; gap: 78px; align-items: center; min-height: 700px; padding-block: 74px 110px; }
.hero-copy h1 { max-width: 680px; margin: 0; color: var(--night); font-size: clamp(54px, 6.2vw, 88px); line-height: .94; letter-spacing: -.07em; }
.hero-copy h1 em { display: block; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: #55635e; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin: 32px 0 0; padding: 0; color: #52605b; list-style: none; font-size: 10px; font-weight: 700; }
.hero-proof li { display: flex; align-items: center; gap: 7px; }
.hero-proof li span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.risk-preview { position: relative; overflow: hidden; border: 1px solid #d6dfda; border-radius: 26px; padding: 27px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.risk-preview::before { content: ""; position: absolute; top: -80px; right: -55px; width: 190px; height: 190px; border-radius: 50%; background: rgba(200,255,83,.25); filter: blur(3px); }
.preview-top, .preview-foot { position: relative; display: flex; justify-content: space-between; align-items: center; color: #75807c; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { display: flex; align-items: center; gap: 7px; color: var(--green); }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(200,255,83,.22); }
.wallet-row { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; margin-top: 29px; border-block: 1px solid #e1e7e3; padding: 20px 0; }
.network-symbol { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px; color: #e72d3f; background: #fff0f1; font-size: 19px; font-weight: 900; }
.wallet-row small, .wallet-row code { display: block; }
.wallet-row small { margin-bottom: 5px; color: #7b8581; font-size: 9px; }
.wallet-row code { font-size: 11px; }
.decision { border-radius: 99px; padding: 7px 10px; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.decision-allow { color: #20663e; background: #e5f6eb; }
.score-area { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; padding: 30px 0; }
.score-ring { position: relative; display: grid; place-content: center; width: 112px; height: 112px; border: 11px solid #e7ede9; border-top-color: var(--lime); border-right-color: var(--lime); border-radius: 50%; text-align: center; transform: rotate(16deg); }
.score-ring span, .score-ring small { transform: rotate(-16deg); }
.score-ring span { font-size: 32px; font-weight: 850; letter-spacing: -.06em; }
.score-ring small { margin-top: -3px; color: #7f8985; font-size: 9px; }
.score-area > div:last-child small, .score-area > div:last-child strong { display: block; }
.score-area > div:last-child small { color: #7b8581; font-size: 9px; }
.score-area > div:last-child strong { margin-top: 5px; font-size: 26px; letter-spacing: -.04em; }
.score-area p { margin: 7px 0 0; color: #6d7773; font-size: 10px; }
.preview-facts { overflow: hidden; border: 1px solid #e0e6e2; border-radius: 13px; }
.preview-facts div { display: flex; justify-content: space-between; gap: 15px; padding: 13px 14px; border-top: 1px solid #e6ebe8; font-size: 9px; }
.preview-facts div:first-child { border-top: 0; }
.preview-facts span { color: #78827e; }
.preview-facts strong { text-align: right; }
.preview-foot { margin-top: 21px; }
.signal-strip { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 22px; border-block: 1px solid #dbe2de; padding: 22px 28px; color: #67716d; background: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.signal-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }
.section-block { padding-block: 118px; }
.section-heading { max-width: 780px; }
.section-heading h2 { margin: 0; color: var(--night); font-size: clamp(38px, 4.2vw, 58px); line-height: 1.02; letter-spacing: -.06em; }
.section-heading > p:last-child { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 64px; }
.feature-card { position: relative; overflow: hidden; min-height: 310px; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; background: rgba(255,255,255,.78); }
.feature-card h3 { max-width: 380px; margin: 56px 0 12px; font-size: 26px; letter-spacing: -.045em; }
.feature-card p { max-width: 480px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-number { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.feature-dark { color: #fff; border-color: var(--night); background: radial-gradient(circle at 83% 15%, rgba(200,255,83,.2), transparent 34%), var(--night); }
.feature-dark h3 { color: #fff; }
.feature-dark p { color: #b3c0bb; }
.mini-scale { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; margin-top: 34px; }
.mini-scale span { border-top: 5px solid; padding-top: 7px; color: #9eaca6; font-size: 7px; }
.mini-scale span:nth-child(1) { border-color: #8ee7aa; }.mini-scale span:nth-child(2) { border-color: #f0db72; }.mini-scale span:nth-child(3) { border-color: #ef9f67; }.mini-scale span:nth-child(4) { border-color: #e96e69; }
.code-chip { display: inline-block; margin-top: 35px; border-radius: 8px; padding: 10px 12px; color: #286948; background: #e7f5eb; font-size: 9px; }
.intervals { display: flex; gap: 8px; margin-top: 34px; }.intervals span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--green); background: #edf5ef; font-size: 9px; font-weight: 850; }
.document-mini { position: absolute; right: 30px; bottom: -16px; width: 180px; height: 126px; border: 1px solid #dfe5e1; border-radius: 10px 10px 0 0; padding: 18px; background: #fff; box-shadow: 0 10px 40px rgba(20,30,27,.1); }.document-mini b { display: block; margin-bottom: 16px; color: var(--green); font-size: 8px; }.document-mini span { display: block; height: 6px; margin-top: 8px; border-radius: 5px; background: #e8edea; }.document-mini span:nth-child(3) { width: 78%; }.document-mini span:nth-child(4) { width: 54%; }
.how-section { color: #fff; background: var(--night); }.how-section .section-shell { padding-block: 116px; }.heading-light h2 { color: #fff; }.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 68px 0 0; padding: 0; list-style: none; }.steps li { display: grid; grid-template-columns: auto 1fr; gap: 18px; min-height: 190px; border-left: 1px solid rgba(255,255,255,.13); padding: 20px 30px; }.steps li:first-child { padding-left: 0; border-left: 0; }.steps li > span { color: var(--lime); font-size: 10px; font-weight: 900; }.steps h3 { margin: 0 0 14px; font-size: 20px; }.steps p { margin: 0; color: #aab9b3; font-size: 12px; line-height: 1.7; }
.pricing-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; max-width: none; align-items: end; }.pricing-heading > p:last-child { margin: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 60px; }.price-card { position: relative; display: flex; flex-direction: column; min-height: 480px; border: 1px solid var(--line); border-radius: 18px; padding: 27px; background: rgba(255,255,255,.8); }.price-card h3 { margin: 5px 0 0; font-size: 18px; }.plan-label { margin: 0; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.price { margin: 38px 0 0; font-size: 40px; font-weight: 850; letter-spacing: -.06em; }.price sup { margin-right: 4px; font-size: 12px; letter-spacing: 0; }.price small { margin-left: 4px; color: var(--muted); font-size: 8px; letter-spacing: 0; }.price-total { min-height: 18px; margin: 7px 0 0; color: var(--muted); font-size: 9px; }.price-card ul { display: grid; gap: 14px; margin: 34px 0; padding: 0; color: #5e6965; list-style: none; font-size: 10px; }.price-card li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }.price-card .button { margin-top: auto; min-height: 44px; font-size: 10px; }.price-featured { color: #fff; border-color: var(--night); background: var(--night); box-shadow: var(--shadow); }.price-featured .plan-label, .price-featured li::before { color: var(--lime); }.price-featured .price-total, .price-featured ul, .price-featured .price small { color: #adbbb5; }.popular { position: absolute; top: 18px; right: 18px; border-radius: 99px; padding: 6px 8px; color: var(--night); background: var(--lime); font-size: 7px; font-weight: 900; text-transform: uppercase; }
.resale-callout { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; margin-top: 18px; border: 1px solid #c8d6cf; border-radius: 18px; padding: 26px 30px; background: #eaf2ec; }.resale-callout > span { writing-mode: vertical-rl; color: var(--green); font-size: 7px; font-weight: 900; letter-spacing: .16em; }.resale-callout h3 { margin: 0; font-size: 20px; }.resale-callout p { max-width: 730px; margin: 7px 0 0; color: #5f6d67; font-size: 11px; line-height: 1.6; }.resale-callout > a { color: var(--green); font-size: 10px; font-weight: 850; }
.api-section { overflow: hidden; color: #fff; background: linear-gradient(140deg, #0c1714, #19332b); }.api-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; min-height: 680px; padding-block: 90px; }.api-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1; letter-spacing: -.06em; }.api-copy > p:not(.eyebrow) { margin: 24px 0 0; color: #afbeb8; font-size: 14px; line-height: 1.75; }.api-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0; padding: 0; color: #c0cbc7; list-style: none; font-size: 10px; }.api-copy li::before { content: "•"; margin-right: 8px; color: var(--lime); }.code-window { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #09110f; box-shadow: 0 30px 90px rgba(0,0,0,.32); }.code-head { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.09); padding: 16px 18px; color: #83948d; font-size: 9px; }.code-head span { display: flex; gap: 5px; }.code-head i { width: 7px; height: 7px; border-radius: 50%; background: #34433e; }.code-window pre { overflow-x: auto; margin: 0; padding: 28px; color: #e8f0ed; font: 10px/1.8 ui-monospace, SFMono-Regular, Menlo, monospace; }.code-muted { color: #71827a; }.code-string { color: #c8ff8a; }.code-key { color: #82c8ff; }
.trust-section .section-heading { max-width: 650px; }.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 55px; }.trust-grid article { border-top: 1px solid #aebdb5; padding: 24px 8px 0 0; }.trust-grid span { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .13em; }.trust-grid h3 { margin: 28px 0 11px; font-size: 17px; }.trust-grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.faq-section { border-top: 1px solid var(--line); }.faq-list { margin-top: 50px; border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); padding: 0 4px; }.faq-list summary { position: relative; cursor: pointer; padding: 25px 45px 25px 0; font-size: 15px; font-weight: 750; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--green); font-size: 22px; font-weight: 400; }.faq-list details[open] summary::after { content: "–"; }.faq-list details p { max-width: 850px; margin: -5px 0 26px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.final-cta { color: #fff; background: var(--night); text-align: center; }.final-cta .section-shell { padding-block: 105px; }.final-cta h2 { max-width: 820px; margin: 0 auto; font-size: clamp(42px, 5vw, 67px); line-height: 1; letter-spacing: -.06em; }.final-cta div > div { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.site-footer { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 60px; padding: 65px max(28px, calc((100% - 1160px) / 2)); color: #b8c4bf; background: #08100e; font-size: 10px; }.brand-light { color: #fff; }.footer-main p { max-width: 340px; margin: 18px 0; color: #82918b; line-height: 1.65; }.site-footer > div:not(.footer-main) { display: flex; flex-direction: column; gap: 12px; }.site-footer strong { margin-bottom: 7px; color: #fff; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.footer-bottom { grid-column: 1 / -1; margin: 25px 0 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; color: #65736e; }

/* Legal documents */
.legal-body { background: #f7f8f5; }.legal-header { border-bottom: 1px solid var(--line); background: rgba(247,248,245,.92); }.legal-hero { padding-block: 90px 65px; }.legal-hero h1 { max-width: 900px; margin: 0; color: var(--night); font-size: clamp(46px, 6vw, 76px); line-height: .98; letter-spacing: -.065em; }.legal-meta { margin: 24px 0 0; color: var(--muted); font-size: 11px; }.legal-layout { display: grid; grid-template-columns: 245px minmax(0, 760px); gap: 70px; align-items: start; padding-bottom: 120px; }.legal-toc { position: sticky; top: 28px; display: flex; flex-direction: column; gap: 10px; border-left: 1px solid var(--line); padding-left: 18px; color: var(--muted); font-size: 9px; }.legal-toc strong { margin-bottom: 4px; color: var(--night); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }.legal-toc a:hover { color: var(--green); }.legal-content { min-width: 0; }.legal-summary { border: 1px solid #c7d6ce; border-radius: 16px; padding: 25px; color: #4d5d56; background: #edf4ef; font-size: 12px; line-height: 1.7; }.legal-content section { scroll-margin-top: 30px; border-top: 1px solid var(--line); padding: 40px 0; }.legal-content section:first-of-type { margin-top: 40px; }.legal-content h2 { margin: 0 0 18px; color: var(--night); font-size: 25px; letter-spacing: -.04em; }.legal-content h3 { margin: 25px 0 10px; font-size: 15px; }.legal-content p, .legal-content li { color: #53615c; font-size: 12px; line-height: 1.82; }.legal-content ul, .legal-content ol { display: grid; gap: 8px; padding-left: 22px; }.legal-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }.legal-callout { border-left: 4px solid var(--lime); padding: 4px 0 4px 18px; color: var(--night) !important; font-weight: 700; }.retention-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 10px; }.retention-table th, .retention-table td { border: 1px solid var(--line); padding: 12px; text-align: left; vertical-align: top; }.retention-table th { color: var(--night); background: #eef2ef; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }.site-nav { display: none; }.hero { grid-template-columns: 1fr; gap: 55px; }.hero-copy { max-width: 770px; }.risk-preview { max-width: 700px; }.pricing-grid { grid-template-columns: repeat(2, 1fr); }.api-grid { grid-template-columns: 1fr; }.trust-grid { grid-template-columns: repeat(2, 1fr); }.legal-layout { grid-template-columns: 1fr; gap: 25px; }.legal-toc { position: static; display: grid; grid-template-columns: repeat(3, 1fr); border-left: 0; border-bottom: 1px solid var(--line); padding: 0 0 25px; }
}
@media (max-width: 700px) {
  .section-shell { width: min(100% - 32px, 1160px); }.site-header { padding: 18px 16px; }.header-actions .text-link { display: none; }.button-small { min-height: 39px; padding-inline: 13px; }.hero { min-height: 0; padding-block: 62px 85px; }.hero-copy h1 { font-size: 52px; }.hero-lead { font-size: 14px; }.hero-actions .button { width: 100%; }.hero-proof { display: grid; gap: 10px; }.risk-preview { padding: 20px; }.wallet-row { grid-template-columns: auto 1fr; }.wallet-row .decision { grid-column: 1 / -1; width: fit-content; }.score-area { gap: 16px; }.score-ring { width: 95px; height: 95px; }.signal-strip { justify-content: flex-start; overflow: hidden; flex-wrap: nowrap; }.section-block { padding-block: 82px; }.feature-grid, .steps, .pricing-grid, .pricing-heading, .trust-grid { grid-template-columns: 1fr; }.feature-card { min-height: 280px; padding: 26px; }.steps li, .steps li:first-child { min-height: 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; padding: 25px 0; }.resale-callout { grid-template-columns: 1fr; }.resale-callout > span { writing-mode: initial; }.api-copy ul { grid-template-columns: 1fr; }.code-window pre { padding: 20px; font-size: 8px; }.final-cta div > div { flex-direction: column; }.site-footer { grid-template-columns: 1fr; gap: 35px; padding: 52px 20px; }.legal-hero { padding-block: 65px 45px; }.legal-toc { grid-template-columns: 1fr 1fr; }.legal-content section { padding: 32px 0; }.retention-table { display: block; overflow-x: auto; }
}
