:root {
  color-scheme: dark;
  --ink: #020713; --panel: #061329; --line: #173d70;
  --blue: #168cff; --green: #13e68c; --white: #f4f8ff; --muted: #aebbd0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 72% 12%, #071c43 0, #020713 34%), #020713; color: var(--white); font: 16px/1.5 Inter, ui-sans-serif, system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header, main, footer { width: min(1420px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 76px; display: flex; align-items: center; gap: 38px; border-bottom: 1px solid #12233d; }
.brand { font-size: 28px; font-weight: 800; letter-spacing: -1.2px; white-space: nowrap; }
.brand span, h1 span, .possibility-copy span { color: var(--blue); }
.brand small { font-size: .55em; }
nav { display: flex; gap: 34px; margin-inline: auto; font-size: 14px; }
nav a:first-child { border-bottom: 2px solid #20c4ff; padding-block: 27px 23px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 54px; padding: 0 28px; border: 1px solid #178eff; border-radius: 9px; background: linear-gradient(135deg, #087efe, #083be5); box-shadow: 0 0 24px #086fff45; font-weight: 700; }
.button-outline { min-height: 42px; padding-inline: 22px; background: transparent; box-shadow: none; }
.hero { min-height: 470px; display: grid; grid-template-columns: .9fr 1.4fr; align-items: center; overflow: hidden; }
.eyebrow { margin: 0 0 14px; color: #58b8ff; font-size: 14px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(54px, 5vw, 82px); line-height: .98; letter-spacing: -3px; }
.lede { max-width: 480px; color: var(--muted); font-size: 23px; }
.hero-actions { display: flex; align-items: stretch; gap: 20px; margin: 28px 0 18px; }
.price { min-width: 205px; padding: 10px 18px; border: 1px solid #168dca; border-radius: 9px; }
.price small, .price strong { display: block; }
.price strong { color: var(--green); font-size: 27px; }
.included { color: #e4edf9; }
.hero-art { position: relative; min-height: 430px; background: radial-gradient(ellipse at center, #0b5dcb55, transparent 55%); }
.globe { position: absolute; inset: 30% 4% 8%; border: 2px solid #087cff; border-radius: 50%; box-shadow: inset 0 0 70px #087cff55, 0 0 34px #087cff66; transform: perspective(500px) rotateX(67deg); }
.orbit { position: absolute; inset: 20% 8%; border: 1px solid #176ff5aa; border-radius: 50%; transform: rotate(-8deg); }
.orbit-two { inset: 32% 0 17%; transform: rotate(12deg); border-color: #13e68c88; }
.node, .bitcoin-core { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid; border-radius: 50%; background: #06132dee; box-shadow: 0 0 28px currentColor; }
.node { width: 76px; height: 76px; font-size: 34px; color: #48a7ff; }
.fiat { top: 9%; left: 49%; color: var(--green); font-weight: 800; }
.commerce { top: 32%; left: 15%; }
.digital { width: 160px; height: 160px; top: 39%; right: 1%; grid-template-columns: repeat(3, 42px); align-content: center; justify-content: center; gap: 8px; padding: 12px; }
.asset-logo { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #ffffff33; border-radius: 50%; background: #07142c; box-shadow: 0 0 12px #0009; }
.asset-logo svg { width: 27px; height: 27px; fill: currentColor; }
.asset-logo.eth { color: #9ea9f0; }.asset-logo.xrp { color: #fff; }.asset-logo.usdc { color: #2775ca; }
.asset-logo.sol { color: #14f195; }.asset-logo.sol svg { filter: drop-shadow(0 0 4px #9945ff); }
.asset-logo.usdt { color: #26a17b; grid-column: 2; }.asset-logo.usdt svg path { fill: #fff; }
.bitcoin-core { width: 160px; height: 160px; top: 32%; left: 41%; color: #ffb21c; border-color: #ffb21c; background: radial-gradient(circle, #18223a, #07142c); font-size: 104px; font-weight: 800; text-shadow: 0 0 24px #ffb21c; }
.panel { border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(145deg, #07172bde, #030b19e8); }
.possibilities { display: grid; grid-template-columns: .65fr 1.35fr .8fr; gap: 35px; align-items: center; padding: 28px 38px; }
.section-kicker { max-width: 260px; font-size: 30px; font-weight: 800; text-transform: uppercase; }
.possibility-copy h2 { font-size: 23px; }.possibility-copy em { color: var(--green); font-style: normal; }
.possibility-copy p { color: var(--muted); }
.future-cards { display: flex; justify-content: center; }
.future-cards span { width: 120px; height: 120px; display: grid; place-items: center; margin-left: -16px; border: 1px solid var(--blue); border-radius: 50%; background: #061128d9; text-align: center; }
.future-cards span:nth-child(2) { border-color: var(--green); }
.market { margin-top: 22px; padding: 28px; }
.market-grid { display: grid; grid-template-columns: 1fr 1fr 230px; gap: 16px; }
.sales-group { padding: 16px; border: 1px solid #16406c; border-radius: 9px; }
.sales-group h2 { margin: 0 0 14px; color: var(--green); font-size: 18px; text-transform: uppercase; }
.premium-sales h2 { color: var(--blue); }
.sales-group ul, .asset-list { margin: 0; padding: 0; list-style: none; }
.sales-group li { display: grid; grid-template-columns: 1fr auto; gap: 2px 18px; padding: 10px 0; border-top: 1px solid #153253; }
.sales-group b { color: var(--green); font-size: 19px; }.premium-sales b { color: #45a5ff; }
.sales-group span { grid-column: 1 / -1; color: var(--muted); font-size: 12px; }
.asking-price { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 13px; padding: 20px; border: 1px solid var(--green); border-radius: 9px; text-align: center; }
.asking-price strong { font-size: 22px; }.asking-price strong small { font-size: 12px; }
.asking-price b { color: var(--green); font-size: 38px; }
.asking-price span, .asking-price small { color: var(--muted); }
.disclosure { padding: 14px 0 0; border-top: 1px solid #153253; color: #dce7f7; }
.sources { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 22px; }
.details-grid article { padding: 24px; }.details-grid h2 { margin-top: 0; text-transform: uppercase; }
dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid #153253; }
dd { margin: 0; color: var(--green); text-align: right; }
.asset-list li { padding: 11px 0; border-top: 1px solid #153253; }
.details-grid p { color: var(--muted); }
.inquiry { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 22px; padding: 28px 40px; }
.inquiry h2 { margin: 0; }.inquiry p { margin-bottom: 0; color: var(--muted); }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 30px 0 48px; color: #7e91ad; font-size: 13px; }
@media (max-width: 980px) {
  nav { display: none; }.site-header { justify-content: space-between; }.hero { grid-template-columns: 1fr; }.hero-art { min-height: 330px; }
  .possibilities, .market-grid, .details-grid { grid-template-columns: 1fr; }.future-cards { margin-top: 12px; }
}
@media (max-width: 620px) {
  .site-header, main, footer { width: min(100% - 28px, 1420px); }.site-header .button { display: none; }
  .hero { padding-top: 50px; }.hero-actions, .inquiry, footer { align-items: stretch; flex-direction: column; }
  h1 { font-size: 48px; }.hero-art { min-height: 280px; }.possibilities, .market { padding: 20px; }
  .future-cards span { width: 95px; height: 95px; font-size: 13px; }.bitcoin-core { width: 112px; height: 112px; font-size: 72px; }.digital { width: 118px; height: 118px; grid-template-columns: repeat(3, 30px); gap: 5px; padding: 8px; }.asset-logo { width: 30px; height: 30px; }.asset-logo svg { width: 20px; height: 20px; }
}
