:root {
  --orange: #ff4b1a;
  --orange-dark: #d73e14;
  --green: #9fc164;
  --bright-green: #34c759;
  --ink: #050505;
  --card: #232323;
  --muted: #a3a3a3;
  --text: #dddddd;
  --serif: "Bree Serif", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --jupiter-plugin-primary: 159, 193, 100;
  --jupiter-plugin-background: 7, 13, 17;
  --jupiter-plugin-primary-text: 232, 249, 255;
  --jupiter-plugin-warning: 251, 191, 36;
  --jupiter-plugin-interactive: 33, 42, 54;
  --jupiter-plugin-module: 16, 23, 31;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #000; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #000; color: #fff; font-family: var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }

.page-noise {
  position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.section-shell { position: relative; width: min(100%, 1440px); margin-inline: auto; overflow: hidden; }
.glass { background: rgba(8, 12, 9, .76); backdrop-filter: blur(26px); -webkit-backdrop-filter: blur(26px); }
.eyebrow { color: var(--orange); font-family: var(--serif); font-size: 24px; line-height: 28px; text-transform: uppercase; }
.eyebrow--green { color: var(--green); }
.section-heading { position: absolute; z-index: 3; top: 80px; left: 50%; width: 580px; translate: -50% 0; text-align: center; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading h2 { color: var(--text); font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: .8; }

.button {
  --button-bg: transparent;
  display: inline-flex; min-height: 52px; padding: 13px 30px; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid transparent; border-radius: 50px; background: var(--button-bg); color: #fff; font-size: 16px; font-weight: 700; line-height: 25px; white-space: nowrap;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, background-color .35s, border-color .35s;
}
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0) scale(.98); }
.button--primary { --button-bg: var(--orange); }
.button--primary:hover { box-shadow: 0 12px 34px rgba(255,75,26,.34); background: #ff6038; }
.button--ghost { border-color: var(--orange-dark); background: rgba(255,75,26,.1); }
.button--ghost:hover { border-color: var(--orange); background: rgba(255,75,26,.2); }
.button--green { background: var(--green); color: #10200f; }
.button--green:hover { box-shadow: 0 12px 34px rgba(159,193,100,.32); background: #b4d778; }
.button--small { min-height: 44px; padding: 9px 30px; }

/* Header and hero */
.hero { height: 880px; background: linear-gradient(#113021 23%, #000); }
.hero__image { position: absolute; z-index: 0; top: 0; left: 0; width: 106.9%; height: 815px; max-width: none; object-fit: fill; animation: none; }
.hero__shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55) 34%, rgba(0,0,0,0) 63%), linear-gradient(0deg, #000 0, transparent 33%); }
.nav { position: absolute; z-index: 20; top: 25px; left: 60px; width: 1320px; height: 84px; padding: 18px 32px; display: flex; align-items: center; border-radius: 44px; background: rgba(0,0,0,.88); box-shadow: 0 18px 60px rgba(0,0,0,.25); animation: nav-in .9s .15s both; }
.brand { --brand-size: 48px; --wordmark-width: 69.4px; --wordmark-height: 19.2px; display: inline-flex; align-items: center; gap: 6px; flex: none; }
.brand__emblem { position: relative; width: var(--brand-size); height: var(--brand-size); display: block; flex: none; overflow: hidden; border-radius: 50%; }
.brand__disc { position: absolute; inset: 0; width: 100%; height: 100%; }
.brand__ring { position: absolute; top: 2.1%; left: 2.1%; width: 95.8%; height: 95.8%; }
.brand__diamond { position: absolute; top: 25.8%; left: 25.8%; width: 48.5%; height: 48.5%; background: var(--orange); transform: rotate(45deg); }
.brand__bull { position: absolute; top: 7%; left: 18.8%; width: 61.5%; height: 85.9%; max-width: none; object-fit: cover; transform: scaleX(-1); }
.brand__wordmark { width: var(--wordmark-width); height: var(--wordmark-height); flex: none; }
.nav__links { display: flex; align-items: center; margin-left: 158px; }
.nav__links a, .footer nav a { position: relative; padding: 10px 20px; font-size: 16px; font-weight: 500; white-space: nowrap; }
.nav__links a::after, .footer nav a::after { position: absolute; right: 20px; bottom: 5px; left: 20px; height: 1px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.nav__links a:hover::after, .footer nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__actions { display: flex; align-items: center; gap: 0; margin-left: auto; }
.social-link { display: grid; width: 44px; height: 44px; place-items: center; }
.social-link img { width: 24px; height: 24px; transition: transform .3s; }
.social-link:hover img { transform: rotate(-8deg) scale(1.15); }
.nav__actions .button { margin-left: 77px; width: 148px; }
.menu-toggle, .mobile-menu { display: none; }

.hero__content { position: absolute; z-index: 4; top: 205px; left: 70px; width: 547px; }
.hero__title { display: flex; flex-direction: column; font-family: var(--serif); font-weight: 400; line-height: .8; text-shadow: 0 4px 34px rgba(0,0,0,.34); }
.hero__title span { font-size: 78px; animation: title-in .9s .34s both; }
.hero__title strong { color: var(--orange); font-family: var(--serif); font-size: 98px; font-weight: 400; animation: title-in .9s .47s both; }
.hero__quote { margin-top: 34px; font-size: 32px; font-weight: 600; line-height: 31px; animation: title-in .9s .58s both; }
.hero__quote em { color: #ff6136; font-style: normal; }
.contract { display: flex; width: 542px; height: 52px; margin-top: 54px; align-items: center; overflow: hidden; border: 1px solid rgba(2,225,24,.5); border-radius: 50px; background: rgba(0,0,0,.2); backdrop-filter: blur(40px); animation: title-in .9s .68s both; }
.contract > span { flex: 1; overflow: hidden; padding-left: 23px; font-size: 15.4px; font-weight: 300; line-height: 22px; text-overflow: ellipsis; white-space: nowrap; }
.contract button { position: relative; width: 60px; height: 52px; display: grid; flex: none; padding: 0; border: 0; background: #108a1d; cursor: pointer; place-items: center; transition: background .25s; }
.contract button:hover { background: #19a829; }
.contract button img { width: 24px; height: 24px; }
.contract.is-copied { animation: contract-success .75s cubic-bezier(.2,.8,.2,1); }
.contract.is-copied button { background: #21b332; }
.contract.is-copied button img { opacity: 0; transform: scale(.4) rotate(-20deg); }
.contract button::after { position: absolute; content: "✓"; color: #fff; font-size: 25px; font-weight: 800; opacity: 0; transform: scale(.4) rotate(18deg); transition: opacity .22s, transform .3s cubic-bezier(.2,1.5,.4,1); }
.contract.is-copied button::after { opacity: 1; transform: scale(1) rotate(0); }
.hero__buttons { display: flex; gap: 30px; margin-top: 78px; animation: title-in .9s .78s both; }
.hero__buttons .button { width: 198px; }
.market-stats { position: absolute; z-index: 5; top: 547px; right: 120px; width: 507px; height: 194px; padding: 20px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; border-radius: 20px; background: rgba(26,26,26,.8); }
body.market-up { --market-signal: 72, 207, 123; }
body.market-down { --market-signal: 242, 100, 106; }
body.market-tick .market-stats { animation: market-signal .9s ease-out; }
.stat { position: relative; grid-column: span 2; min-width: 0; padding: 10px 14px; display: flex; flex-direction: column; justify-content: center; border-radius: 12px; background: rgba(51,51,51,.72); }
.stat--wide { grid-column: span 3; }
.stat span { color: var(--muted); font-size: 16px; line-height: 24px; }
.stat strong { color: var(--text); font-size: 24px; font-weight: 500; line-height: 26px; }
.stat small { position: absolute; top: 12px; right: 14px; font-size: 12px; font-weight: 600; }
.stat .up { color: var(--bright-green); }
.stat .down { color: #d42d20; }

/* Bull mentality */
.mentality { height: 1047px; background: #000; }
.mentality__image { position: absolute; top: 42px; left: 0; width: 1440px; height: 1546.078px; overflow: hidden; transform: scaleX(-1); }
.mentality__image img { position: absolute; top: .06%; left: -23.19%; width: 123.19%; height: 99.93%; max-width: none; }
.mentality::after { position: absolute; inset: 42px 0 0; content: ""; background: linear-gradient(180deg, rgba(0,0,0,.28), transparent 22%); pointer-events: none; }
.ticker { position: absolute; z-index: 5; top: 0; left: 60px; width: 1320px; height: 82px; display: flex; align-items: center; overflow: hidden; border-radius: 100px; background: #1a1a1a; }
.ticker > strong { width: 201px; flex: none; padding-left: 34px; color: var(--text); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.ticker__viewport { min-width: 0; flex: 1; overflow: hidden; }
.ticker__track { width: max-content; display: flex; align-items: center; animation: marquee 28s linear infinite; }
.ticker__group { display: flex; flex: none; gap: 26px; align-items: center; padding-right: 26px; }
.ticker__group > img { width: auto; max-width: 197px; height: 40px; object-fit: contain; }
.ticker__group > span { display: flex; align-items: center; gap: 7px; font-weight: 600; white-space: nowrap; }
.ticker__group > span img { width: 37px; height: 37px; border-radius: 50%; }
.mentality-card { position: absolute; z-index: 4; top: 235px; right: 65px; width: 631px; min-height: 681px; padding: 50px 70px; overflow: hidden; border: 1px solid #7d7e52; border-radius: 20px; background: linear-gradient(95deg, rgba(10,25,17,.88), rgba(15,34,21,.84)); box-shadow: inset 0 0 70px rgba(0,0,0,.3), 0 20px 80px rgba(0,0,0,.26); text-align: center; }
.mentality-card h2 { margin-top: 18px; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: .8; }
.mentality-card > p { margin-top: 70px; color: var(--text); font-size: 22px; line-height: 28px; text-align: left; }
.beliefs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 34px; margin-top: 40px; text-align: left; }
.beliefs > div { display: flex; min-height: 57px; align-items: center; gap: 14px; }
.beliefs p { color: var(--text); font-size: 16px; line-height: 1.2; }
.icon-box { width: 50px; height: 50px; display: grid; flex: none; border: 1px solid var(--green); border-radius: 15px; background: #0c1810; place-items: center; }
.icon-box img { width: 30px; height: 30px; }
.mentality-card .button { margin-top: 40px; }

/* Security */
.security { height: 737px; border-radius: 40px; background: #000; }
.security .section-heading { top: 67px; }
.security-grid { position: absolute; top: 269px; left: 66px; width: 1247px; display: grid; grid-template-columns: repeat(3, 363px); gap: 79px; }
.security-card { min-height: 398px; padding: 4px 4px 28px; border-radius: 40px; background: #000; transform-style: preserve-3d; }
.security-card__media { position: relative; height: 189px; overflow: hidden; border-radius: 36px; background: #071008; }
.security-card__media img { width: calc(100% + 2px); height: calc(100% + 2px); max-width: none; margin: -1px; object-fit: cover; }
.security-card:nth-child(1) .security-card__media img { height: 236px; object-position: center 10%; }
.chip { position: absolute; right: 15px; bottom: 17px; padding: 3px 12px; border-radius: 20px; background: #1fca79; font-size: 14px; font-weight: 500; }
.security-card h3 { margin: 16px 20px 0; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.security-card > p { min-height: 76px; margin: 12px 20px 0; padding-left: 10px; border-left: 1px solid var(--orange); color: var(--text); font-size: 16px; line-height: 1.2; }
.security-card > a { display: inline-block; margin: 12px 20px 0; color: var(--orange); font-size: 14px; font-weight: 600; }
.security-card > a span { display: inline-block; transition: transform .25s; }
.security-card > a:hover span { transform: translateX(4px); }

/* Lore */
.lore { height: 868px; background: linear-gradient(#113021 23%, #000); }
.lore__image { position: absolute; inset: -116px 0 auto; width: 100%; height: 938px; max-width: none; object-fit: cover; object-position: center; }
.lore__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.45) 48%, transparent 70%), linear-gradient(0deg, #000, transparent 25%); }
.lore__content { position: absolute; z-index: 3; top: 80px; left: 97px; width: 637px; }
.lore__content h2 { margin-top: 18px; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: .8; }
.lore__content h3 { margin-top: 18px; font-size: 24px; font-weight: 400; line-height: 29px; }
.lore__content > p:nth-of-type(2) { width: 550px; margin-top: 40px; color: var(--text); font-size: 22px; line-height: 28px; }
.lore__content blockquote { width: 582px; margin: 40px 0 0; padding: 18px 24px; border-left: 1px solid var(--orange); border-radius: 0 16px 16px 0; background: rgba(10,47,24,.8); color: var(--text); font-family: var(--serif); font-size: 20px; line-height: 1.6; }
.lore__content > p:nth-of-type(3) { width: 582px; margin-top: 40px; color: var(--text); font-size: 20px; line-height: 28px; }
.lore__content .button { width: 198px; margin-top: 40px; }

/* Tokenomics */
.tokenomics { height: 667px; background: #000; }
.tokenomics__image { position: absolute; top: 145px; left: 174px; width: 1092px; height: 521px; max-width: none; object-fit: cover; object-position: center 4%; -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 16%, #000 100%); mask-image: linear-gradient(180deg, transparent 0, #000 16%, #000 100%); }
.tokenomics::after { position: absolute; top: 171px; left: 174px; width: 1092px; height: 496px; content: ""; background: radial-gradient(ellipse at 50% 35%, transparent 25%, #000 76%); pointer-events: none; }
.token-columns { position: absolute; z-index: 3; top: 304px; left: 174px; width: 1092px; display: flex; justify-content: space-between; }
.metric-list { width: 283px; display: grid; gap: 14px; }
.metric-list > div { height: 72px; padding: 10px 20px; display: flex; flex-direction: column; border: 1px solid #010201; border-radius: 12px; background: #232323; }
.metric-list span { color: var(--muted); font-size: 16px; line-height: 26px; }
.metric-list strong { color: var(--green); font-size: 24px; font-weight: 500; line-height: 26px; }

/* Reason cards */
.reasons { height: 938px; background: linear-gradient(#000, #0a2f0a 77%); }
.swipe-hint { display: none; }
.reason-grid { position: absolute; top: 280px; left: 85px; width: 1270px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.reason-card { height: 578px; padding: 33px 18px; display: flex; flex-direction: column; align-items: center; border: 1px solid #010201; border-radius: 24px; background: #232323; text-align: center; transform-style: preserve-3d; }
.reason-card__media { position: relative; width: 100%; height: 233px; flex: 0 0 233px; margin-bottom: 31px; overflow: hidden; border-radius: 14px; }
.reason-card__media img { position: absolute; max-width: none; object-fit: fill; }
.reason-card:nth-child(1) .reason-card__media img { top: -172.73%; left: -191.69%; width: 291.69%; height: 305.41%; }
.reason-card:nth-child(2) .reason-card__media img { top: -15.36%; left: .03%; width: 99.97%; height: 147%; }
.reason-card:nth-child(3) .reason-card__media img { top: 0; left: -106.13%; width: 206.13%; height: 194.24%; }
.reason-card .eyebrow { margin-bottom: 6px; font-size: 14px; line-height: 17px; letter-spacing: 1.2px; }
.reason-card h3 { color: var(--text); font-size: 33px; line-height: 42px; letter-spacing: -.6px; white-space: nowrap; }
.reason-card > p:not(.eyebrow) { min-height: 67px; margin-top: 31px; color: #fff; font-size: 18px; font-weight: 300; line-height: 22px; }
.reason-card .button { margin: 33px auto 0; }

/* Chart */
.chart { height: 1313px; background: #0a2f0a; }
.chart::before { position: absolute; top: -190px; left: -353px; width: 2147px; height: 1694px; content: ""; background: url("/assets/marketplaces-ellipse22.svg") center / 100% 100% no-repeat; opacity: .72; pointer-events: none; }
.trade-terminal { position: absolute; z-index: 1; top: 243px; left: 60px; width: 1320px; height: 927px; overflow: hidden; border: 1px solid #27313d; border-radius: 28px; background: #080d13; box-shadow: 0 34px 100px rgba(0,0,0,.38), 0 0 90px rgba(70,117,74,.12); }
.terminal-topbar { height: 64px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #25303a; background: linear-gradient(90deg, #101721, #090e14); }
.chart-pair { display: flex; align-items: center; gap: 12px; color: #8f9aa9; font-size: 14px; }
.chart-pair strong { color: #eef4ed; font-size: 17px; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; color: #8fd6a0; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.live-dot::before { width: 8px; height: 8px; content: ""; border-radius: 50%; background: #54d87a; box-shadow: 0 0 0 5px rgba(84,216,122,.1); animation: live-pulse 2s ease-in-out infinite; }
.terminal-topbar > a { padding: 9px 14px; border: 1px solid rgba(159,193,100,.32); border-radius: 999px; color: var(--green); font-size: 13px; font-weight: 700; transition: background .2s, color .2s; }
.terminal-topbar > a:hover { background: var(--green); color: #071006; }
.terminal-tabs { display: none; }
.terminal-grid { height: calc(100% - 64px); display: grid; grid-template-columns: 280px minmax(0,1fr) 410px; }
.terminal-info, .terminal-swap { min-width: 0; padding: 22px; background: #0b1118; }
.terminal-info { border-right: 1px solid #26313d; }
.terminal-token-head { display: flex; align-items: center; gap: 12px; }
.terminal-token-logo { --brand-size: 46px; }
.terminal-token-head > div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.terminal-token-head strong { font-size: 22px; }
.terminal-token-head span { overflow: hidden; color: #7f8b9b; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.terminal-price { margin-top: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.terminal-price strong { color: #f0f4f8; font-size: 25px; font-weight: 600; }
.terminal-price span { padding-bottom: 3px; font-size: 13px; font-weight: 700; }
.terminal-price .up, .terminal-flow .up { color: #43d998; }
.terminal-price .down, .terminal-flow .down { color: #ff5b82; }
.terminal-metrics { margin-top: 22px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-block: 1px solid #25303a; }
.terminal-metrics > div { min-width: 0; padding: 16px 5px; display: flex; flex-direction: column; gap: 5px; border-bottom: 1px solid #202a34; }
.terminal-metrics > div:nth-child(odd) { border-right: 1px solid #202a34; }
.terminal-metrics span, .terminal-flow span { color: #7f8b9b; font-size: 11px; }
.terminal-metrics strong { overflow: hidden; color: #e9eef3; font-size: 17px; font-weight: 600; text-overflow: ellipsis; }
.terminal-flow { padding: 20px 0; border-bottom: 1px solid #25303a; }
.terminal-flow > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.terminal-flow strong { color: #e9eef3; font-size: 14px; }
.flow-bar { height: 7px; margin-top: 14px; overflow: hidden; border-radius: 999px; background: #153e33; }
.flow-bar span { width: 50%; height: 100%; display: block; border-radius: inherit; background: #ff4e79; transition: width .5s ease; }
.terminal-flow small { margin-top: 8px; display: block; color: #8995a4; font-size: 11px; }
.terminal-about { padding: 20px 0; }
.terminal-about strong, .token-facts > strong { color: #e9eef3; font-size: 15px; }
.terminal-about p { margin-top: 10px; color: #8e99a7; font-size: 12px; line-height: 18px; }
.terminal-link { width: 100%; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #283541; border-radius: 10px; color: #a9b4c1; font-size: 12px; transition: border-color .2s, color .2s, background .2s; }
.terminal-link:hover { border-color: var(--green); background: rgba(159,193,100,.08); color: var(--green); }
.terminal-chart-panel { position: relative; min-width: 0; min-height: 0; background: #0d111b; }
.dex-chart { width: 100%; height: 100%; display: block; border: 0; background: #0d111b; }
.chart-loading { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; justify-items: center; gap: 13px; background: #0d111b; color: #9aa3b1; opacity: 1; pointer-events: none; transition: opacity .35s, visibility .35s; }
.chart-loading span { width: 34px; height: 34px; border: 2px solid rgba(159,193,100,.18); border-top-color: var(--green); border-radius: 50%; animation: jupiter-spin .8s linear infinite; }
.chart-loading p { font-size: 14px; }
.trade-terminal.is-chart-loaded .chart-loading { visibility: hidden; opacity: 0; }
.terminal-swap { overflow: auto; border-left: 1px solid #26313d; }
.swap-heading { height: 48px; display: flex; align-items: center; justify-content: space-between; }
.swap-heading span { padding: 8px 18px; border-radius: 999px; background: rgba(57,181,137,.12); color: #45db9d; font-size: 14px; font-weight: 700; }
.swap-heading strong { color: #909baa; font-size: 13px; font-weight: 600; }
.jupiter-plugin { width: 100%; height: 568px; overflow: hidden; border: 1px solid #26313d; border-radius: 18px; background: #070d11; }
.jupiter-loading { width: 100%; height: 100%; display: grid; place-content: center; justify-items: center; gap: 16px; color: #dce9d4; text-align: center; }
.jupiter-loading p { font-size: 18px; font-weight: 600; }
.jupiter-loading__orbit { width: 38px; height: 38px; border: 2px solid rgba(159,193,100,.2); border-top-color: var(--green); border-radius: 50%; animation: jupiter-spin .8s linear infinite; }
.token-facts { margin-top: 18px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.token-facts > strong { grid-column: 1/-1; margin-bottom: 2px; }
.token-facts > div { min-width: 0; padding: 12px; display: flex; flex-direction: column; align-items: center; gap: 6px; border: 1px solid #26313d; border-radius: 10px; background: #0b1118; text-align: center; }
.token-facts span { color: #788596; font-size: 10px; }
.token-facts b { color: #49dba0; font-size: 14px; }
.chart-glow { position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 45px rgba(159,193,100,.08); pointer-events: none; }

@keyframes jupiter-spin { to { transform: rotate(360deg); } }
@keyframes live-pulse { 50% { opacity: .55; box-shadow: 0 0 0 9px rgba(84,216,122,0); } }

/* How to buy */
.how-to { height: 640px; background: linear-gradient(180deg, #0a2f0a 23.077%, #000 100%); }
.how-to__panel { position: absolute; top: 0; left: 60px; width: 1320px; height: 640px; overflow: hidden; border-radius: 40px; background: #232323; }
.how-to__panel > img { position: absolute; top: -24.39px; left: -3.07px; width: 1389.678px; height: 694.839px; max-width: none; object-fit: cover; }
.how-to__shade { display: none; }
.how-to__content { position: absolute; top: 75px; left: 83px; width: 456px; }
.how-to__content h2 { margin-top: 8px; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: 55px; }
.how-to__content > p:not(.eyebrow) { margin-top: 2px; font-size: 24px; line-height: 29px; }
.steps { width: 784px; display: grid; grid-template-columns: repeat(2, 350px); gap: 35px; margin-top: 62px; }
.steps article { position: relative; width: 350px; min-height: 129px; padding: 24px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid #565526; border-radius: 16px; background: rgba(26,26,26,.8); }
.step-marker { width: 50px; flex: 0 0 50px; }
.steps .icon-box { position: relative; width: 50px; height: 50px; display: block; border: 1px solid var(--green); border-radius: 15px; background: #0c1810; }
.step-icon { position: absolute; inset: 10px; width: 30px; height: 30px; }
.step-icon--wallet { padding: 2.5px; }
.step-icon--jupiter { inset: 10px; width: 30px; height: 30px; padding: 0; }
.step-icon--contract img, .step-icon--confirm img { position: absolute; max-width: none; }
.step-icon--contract img:first-child { top: 3.75px; left: 3.75px; width: 20px; height: 22.5px; }
.step-icon--contract img:last-child { right: 3.48px; bottom: 3.75px; width: 9.74px; height: 9.74px; }
.step-icon--confirm img:first-child { inset: 5px; width: 20px; height: 20px; }
.step-icon--confirm img:last-child { top: 12.5px; left: 10px; width: 10px; height: 6.25px; }
.step-line { position: absolute; top: 74px; left: 48px; width: 1px; height: 16px; border-left: 1px dashed var(--green); }
.step-number { position: absolute; top: 90px; left: 37px; width: 22px; height: 22px; display: grid; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 12px; line-height: 1; place-items: center; }
.steps article > div:last-child { min-width: 0; flex: 1; }
.steps strong { display: block; color: var(--green); font-size: 16px; line-height: 19px; }
.steps p { margin-top: 6px; color: var(--text); font-size: 16px; line-height: 19px; }
.how-to__panel > .button { position: absolute; top: 513px; right: 54px; bottom: auto; width: 162px; min-height: 52px; }

/* Community support */
.fuel { height: 1068px; background: #000; }
.fuel__image { position: absolute; top: 80px; left: -34.6px; width: 1474.602px; height: 937.851px; max-width: none; object-fit: cover; transform: scaleX(-1); }
.fuel__shade { position: absolute; inset: 0; background: linear-gradient(180deg, #000 0, transparent 9.5%, transparent 90%, #000 100%); pointer-events: none; }
.fuel__card { position: absolute; z-index: 2; top: 178px; left: 759px; width: 616px; min-height: 777px; padding: 49px; overflow: hidden; border: 1px solid #7d7e52; border-radius: 20px; background: linear-gradient(94deg, rgba(10,25,17,.8), rgba(15,34,21,.8)); box-shadow: inset 0 0 80px rgba(7,25,15,.26); }
.fuel__heading { text-align: center; }
.fuel__heading .eyebrow { margin-bottom: 18px; }
.fuel__heading h2 { color: #fff; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: .8; }
.fuel__body { margin-top: 40px; display: grid; gap: 28px; color: var(--text); font-size: 22px; line-height: 28px; }
.fuel-wallet { position: relative; width: 100%; height: 69px; margin-top: 40px; display: flex; align-items: center; overflow: hidden; border: 1px solid rgba(2,225,24,.5); border-radius: 50px; background: rgba(0,0,0,.14); }
.fuel-wallet > div { min-width: 0; padding-left: 27px; display: flex; flex: 1; flex-direction: column; }
.fuel-wallet strong { color: var(--green); font-size: 17px; font-weight: 600; line-height: 22px; }
.fuel-wallet span { overflow: hidden; color: #fff; font-size: 16px; font-weight: 300; line-height: 22px; text-overflow: ellipsis; white-space: nowrap; }
.fuel-wallet button { position: relative; width: 60px; height: 69px; display: grid; flex: none; padding: 0; border: 0; background: #108a1d; cursor: pointer; place-items: center; transition: background .25s; }
.fuel-wallet button:hover { background: #19a829; }
.fuel-wallet button img { width: 24px; height: 24px; }
.fuel-wallet.is-copied { animation: contract-success .75s cubic-bezier(.2,.8,.2,1); }
.fuel-wallet.is-copied button { background: #21b332; }
.fuel-wallet.is-copied button img { opacity: 0; transform: scale(.4) rotate(-20deg); }
.fuel-wallet button::after { position: absolute; content: "✓"; color: #fff; font-size: 25px; font-weight: 800; opacity: 0; transform: scale(.4) rotate(18deg); transition: opacity .22s, transform .3s cubic-bezier(.2,1.5,.4,1); }
.fuel-wallet.is-copied button::after { opacity: 1; transform: scale(1); }
.fuel__thanks { margin-top: 40px; display: flex; flex-direction: column; font-family: var(--serif); line-height: 28px; }
.fuel__thanks p { color: var(--text); font-size: 28px; }
.fuel__thanks strong { color: var(--orange-dark); font-size: 30px; font-weight: 400; }
.fuel__disclaimer { position: relative; margin-top: 30px; padding-left: 12px; color: var(--text); font-size: 16px; line-height: 18px; }
.fuel__disclaimer::before { position: absolute; top: 0; bottom: 0; left: 0; width: 1px; content: ""; background: #7d7e52; }

/* Marketplaces */
.marketplaces { height: 1068px; background: radial-gradient(ellipse at 50% 42%, #0b2d12 0, #020704 55%, #000 80%); }
.marketplace-grid { position: absolute; top: 280px; left: 128px; width: 1184px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.marketplace-card { height: 344px; padding: 30px 28px; display: flex; flex-direction: column; align-items: center; border: 1px solid #010201; border-radius: 24px; background: #232323; text-align: center; transition: transform .35s, border-color .35s, box-shadow .35s; }
.marketplace-card:hover { transform: translateY(-7px); border-color: rgba(159,193,100,.65); box-shadow: 0 24px 50px rgba(0,0,0,.28); }
.marketplace-logo { width: 198px; height: 70px; display: flex; flex: none; align-items: center; justify-content: center; gap: 8px; }
.marketplace-logo img { width: 176px; height: 46px; object-fit: contain; }
.marketplace-logo--named img { width: 48px; height: 48px; }
.marketplace-logo strong { color: #fff; font-size: 25px; line-height: 1; }
.marketplace-card > p { min-height: 82px; margin-top: 30px; color: #ddd; font-size: 14px; font-weight: 300; line-height: 17px; }
.marketplace-card > a { width: 198px; margin-top: auto; padding: 13px 30px; border: 1px solid var(--green); border-radius: 50px; color: var(--green); font-weight: 700; transition: color .25s, background .25s; }
.marketplace-card > a:hover { color: #10200f; background: var(--green); }

/* FAQ */
.faq { height: 752px; background: linear-gradient(#000, #0a2f0a); }
.faq__layout { position: absolute; top: 238px; left: 136px; width: 1208px; display: grid; grid-template-columns: 698px 440px; gap: 70px; }
.faq-list details { overflow: hidden; border: 0; }
.faq-list summary { min-height: 60px; display: flex; align-items: center; justify-content: space-between; color: var(--text); font-size: 20px; font-weight: 700; cursor: pointer; list-style: none; transition: color .25s; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary { color: var(--orange); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { width: 590px; padding: 0 0 14px; color: var(--text); font-size: 16px; line-height: 26px; animation: faq-in .32s both; }
.faq__image { position: relative; width: 440px; height: 434px; overflow: hidden; border-radius: 20px; }
.faq__image img { position: absolute; top: -130.53%; left: 0; width: 316.57%; height: 230.53%; max-width: none; object-fit: fill; }

/* CTA + footer */
.cta { height: 499px; background: linear-gradient(#0a2f0a 23%, #000); }
.cta__panel { position: absolute; top: 24px; left: 60px; width: 1320px; height: 451px; padding-top: 59px; overflow: hidden; border: 1px solid #7d7e52; border-radius: 40px; background: linear-gradient(105deg, rgba(10,25,17,.9), rgba(15,34,21,.86)); text-align: center; }
.cta__city { position: absolute; top: 67px; left: -1px; width: 1320px; height: 507px; overflow: hidden; opacity: .6; mix-blend-mode: multiply; pointer-events: none; }
.cta__city img { position: absolute; top: -26.58%; left: -.9%; width: 100.9%; height: 121.41%; max-width: none; }
.cta__panel > :not(.cta__city) { position: relative; z-index: 1; }
.cta__panel h2 { font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: 1.2; }
.cta__panel > p { font-size: 24px; line-height: 1.2; }
.cta__panel > p strong { color: var(--orange); font-weight: 800; }
.cta__panel > .button { margin-top: 32px; }
.cta-stats { width: 801px; margin: 30px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cta-stats article { height: 74px; padding: 10px 20px; display: flex; align-items: center; border-radius: 12px; background: rgba(51,51,51,.7); text-align: left; }
.cta-stats article > div { flex: 1; display: flex; flex-direction: column; }
.cta-stats span { color: var(--muted); font-size: 16px; line-height: 26px; }
.cta-stats strong { color: var(--text); font-size: 24px; font-weight: 500; line-height: 26px; }
.cta-stats img { width: 34px; height: 34px; }
.footer { height: 164px; padding: 50px 140px; display: flex; align-items: center; background: #000; }
.brand--footer { --brand-size: 64px; --wordmark-width: 93px; --wordmark-height: 26px; gap: 8px; }
.footer nav { display: flex; margin-left: 137px; }
.footer__social { display: flex; margin-left: auto; }
.footer__social a { width: 44px; height: 44px; display: grid; place-items: center; }
.footer__social img { width: 24px; height: 24px; }
.copy-toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; padding: 14px 20px; border: 1px solid rgba(159,193,100,.5); border-radius: 12px; background: #102217; color: #fff; opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .3s, transform .3s; }
.copy-toast.is-visible { opacity: 1; transform: translateY(0); }

/* Scroll and hover animation hooks */
.parallax-layer { translate: 0 var(--parallax-y, 0px); will-change: translate; }
.button.magnetic { --mx: 0px; --my: 0px; --lift: 0px; transform: translate3d(var(--mx), calc(var(--my) - var(--lift)), 0); transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .35s, background-color .35s, border-color .35s; }
.button.magnetic:hover { --lift: 3px; }
.reveal { opacity: 0; transform: translateY(38px); transition: opacity .8s ease, transform .9s cubic-bezier(.2,.8,.2,1); }
.reveal--left { transform: translateX(-52px); }
.reveal--right { transform: translateX(52px); }
.reveal.is-visible { opacity: 1; transform: translate(0,0); }
.security-grid .reveal:nth-child(2), .reason-grid .reveal:nth-child(2), .marketplace-grid .reveal:nth-child(2), .marketplace-grid .reveal:nth-child(6) { transition-delay: .1s; }
.security-grid .reveal:nth-child(3), .reason-grid .reveal:nth-child(3), .marketplace-grid .reveal:nth-child(3), .marketplace-grid .reveal:nth-child(7) { transition-delay: .2s; }
.marketplace-grid .reveal:nth-child(4), .marketplace-grid .reveal:nth-child(8) { transition-delay: .3s; }
.tilt-card { --rx: 0deg; --ry: 0deg; transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)); transition: transform .2s ease, opacity .8s ease; }
.tilt-card.is-visible { transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)); }

@keyframes hero-drift { from { transform: scale(1.01); } to { transform: scale(1.045) translate3d(-.7%, -.4%, 0); } }
@keyframes nav-in { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes title-in { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes faq-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes contract-success { 45% { border-color: #54df6c; box-shadow: 0 0 0 7px rgba(60,210,84,.14), 0 0 40px rgba(60,210,84,.28); } }
@keyframes market-signal { from { box-shadow: 0 0 0 0 rgba(var(--market-signal),.42), inset 0 0 32px rgba(var(--market-signal),.16); } to { box-shadow: 0 0 0 18px rgba(var(--market-signal),0), inset 0 0 32px rgba(var(--market-signal),0); } }

/* Scale the complete 1440px Figma composition as one unit on desktop. */
@media (min-width: 1025px) {
  .section-shell { width: 1440px; max-width: none; margin-inline: 0; zoom: calc(100vw / 1440px); }
  .ticker__track { animation: none; transform: translateX(0); }
  .ticker__group[aria-hidden="true"] { display: none; }
}

@media (max-width: 1024px) {
  .page-noise { opacity: .02; }
  .section-shell { width: 100%; height: auto; min-height: 0; overflow: hidden; }
  .section-heading { position: relative; top: auto; left: auto; width: auto; margin: 0 22px; padding-top: 72px; translate: 0; }
  .section-heading .eyebrow { margin-bottom: 12px; }
  .section-heading h2 { font-size: clamp(34px, 9vw, 44px); line-height: .95; }
  .section-heading h2 br { display: none; }
  .eyebrow { font-size: 17px; line-height: 21px; }

  .hero { min-height: 850px; }
  .hero__image { left: 0; width: 100%; height: 580px; object-fit: cover; object-position: 65% center; animation-duration: 18s; }
  .hero__shade { background: linear-gradient(0deg, #000 17%, transparent 70%), linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.08)); }
  .nav { position: fixed; top: 14px; left: 14px; width: calc(100% - 28px); height: 64px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.08); }
  .nav .brand { --brand-size: 42px; --wordmark-width: 61px; --wordmark-height: 17px; gap: 5px; }
  .nav__links, .nav__actions { display: none; }
  .menu-toggle { width: 44px; height: 44px; margin-left: auto; display: grid; padding: 12px 8px; border: 0; background: none; cursor: pointer; place-content: center; gap: 7px; }
  .menu-toggle span { width: 24px; height: 2px; display: block; border-radius: 2px; background: #fff; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 19; top: 88px; right: 14px; left: 14px; padding: 16px; display: grid; visibility: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; background: rgba(5,10,6,.96); opacity: 0; transform: translateY(-16px); transition: opacity .3s, transform .3s, visibility .3s; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-menu a { padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 600; }
  .mobile-menu a:last-child { border-bottom: 0; }

  .hero__content { top: 118px; left: 22px; width: calc(100% - 44px); }
  .hero__title span { font-size: clamp(47px, 13vw, 66px); }
  .hero__title strong { font-size: clamp(72px, 21vw, 100px); }
  .hero__quote { width: 88%; margin-top: 22px; font-size: 20px; line-height: 25px; }
  .contract { width: 100%; height: 50px; margin-top: 28px; }
  .contract > span { font-size: 12px; }
  .contract button { width: 54px; height: 50px; }
  .hero__buttons { gap: 12px; margin-top: 22px; }
  .hero__buttons .button { width: auto; flex: 1; padding-inline: 16px; font-size: 14px; }
  .market-stats { position: absolute; top: auto; right: 18px; bottom: 26px; left: 18px; width: auto; height: auto; padding: 12px; gap: 8px; }
  .stat { padding: 10px; }
  .stat span { font-size: 12px; line-height: 18px; }
  .stat strong { font-size: 18px; line-height: 22px; }
  .stat small { top: 10px; right: 9px; font-size: 9px; }

  .mentality { min-height: 920px; }
  .mentality__image { top: 58px; left: -15%; width: 160%; height: 500px; }
  .mentality__image img { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
  .mentality::after { inset: 58px 0 0; background: linear-gradient(0deg, #000 44%, transparent 77%); }
  .ticker { top: 0; left: 12px; width: calc(100% - 24px); height: 58px; }
  .ticker > strong { width: 118px; padding-left: 18px; font-size: 16px; }
  .ticker__group { gap: 18px; padding-right: 18px; }
  .ticker__group > img { max-width: 110px; height: 27px; }
  .ticker__group > span { font-size: 13px; }
  .ticker__group > span img { width: 27px; height: 27px; }
  .mentality-card { position: relative; top: auto; right: auto; width: auto; min-height: 0; margin: 405px 18px 32px; padding: 28px 22px; }
  .mentality-card h2 { margin-top: 12px; font-size: 38px; line-height: .95; }
  .mentality-card > p { margin-top: 28px; font-size: 17px; line-height: 24px; }
  .beliefs { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
  .beliefs > div { min-height: 50px; }
  .beliefs p { font-size: 14px; }
  .icon-box { width: 46px; height: 46px; border-radius: 13px; }
  .icon-box img { width: 26px; height: 26px; }
  .mentality-card .button { margin-top: 26px; }

  .security { padding-bottom: 62px; border-radius: 0; }
  .security .section-heading { top: auto; }
  .security-grid { position: relative; top: auto; left: auto; width: auto; margin: 52px 18px 0; grid-template-columns: 1fr; gap: 24px; }
  .security-card { min-height: 0; padding-bottom: 22px; border: 1px solid rgba(255,255,255,.07); background: #111; }
  .security-card__media { height: 205px; }
  .security-card:nth-child(1) .security-card__media img { height: 240px; }
  .security-card > p { min-height: 0; }

  .lore { min-height: 910px; }
  .lore__image { top: 0; left: -64%; width: 210%; height: 520px; object-position: center; }
  .lore__shade { background: linear-gradient(0deg, #000 37%, rgba(0,0,0,.12) 80%), linear-gradient(90deg, rgba(0,0,0,.45), transparent); }
  .lore__content { position: relative; top: auto; left: auto; width: auto; padding: 360px 22px 62px; }
  .lore__content h2 { font-size: 39px; line-height: .92; }
  .lore__content h2 br { display: none; }
  .lore__content h3 { font-size: 20px; }
  .lore__content > p:nth-of-type(2), .lore__content > p:nth-of-type(3), .lore__content blockquote { width: 100%; margin-top: 26px; font-size: 16px; line-height: 23px; }
  .lore__content blockquote { padding: 16px 18px; font-family: var(--serif); font-size: 17px; }
  .lore__content .button { width: 170px; margin-top: 26px; }

  .tokenomics { min-height: 750px; }
  .tokenomics__image { top: 170px; left: -35%; width: 170%; height: 410px; object-position: center; }
  .tokenomics::after { top: 170px; left: 0; width: 100%; height: 430px; background: radial-gradient(ellipse, transparent 10%, #000 76%); }
  .token-columns { position: relative; z-index: 4; top: auto; left: auto; width: auto; margin: 370px 18px 0; gap: 10px; }
  .metric-list { width: calc(50% - 5px); gap: 10px; }
  .metric-list > div { height: 66px; padding: 8px 12px; }
  .metric-list span { font-size: 12px; line-height: 22px; }
  .metric-list strong { font-size: 18px; line-height: 22px; }

  .reasons { padding-bottom: 66px; }
  .reason-grid { position: relative; top: auto; left: auto; width: auto; margin: 52px 18px 0; display: flex; overflow-x: auto; gap: 16px; padding-bottom: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .reason-grid::-webkit-scrollbar { display: none; }
  .reason-grid:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
  .reason-card { width: min(84vw, 370px); min-width: min(84vw, 370px); height: 520px; min-height: 520px; padding: 18px; scroll-snap-align: center; scroll-snap-stop: always; }
  .reason-card__media { height: 215px; }
  .reason-card h3 { font-size: clamp(23px, 7vw, 29px); line-height: 36px; }
  .reason-card > p:not(.eyebrow) { margin-top: 20px; font-size: 16px; }
  .reason-card .button { margin-top: auto; }

  .chart { min-height: 960px; }
  .trade-terminal { position: relative; top: auto; left: auto; width: calc(100% - 36px); height: 730px; margin: 56px 18px 68px; border-radius: 18px; }
  .terminal-topbar { height: 58px; padding: 0 14px; }
  .chart-pair { gap: 8px; font-size: 12px; }
  .chart-pair strong { font-size: 14px; }
  .chart-pair > span:last-child { display: none; }
  .terminal-topbar > a { width: 38px; height: 38px; display: grid; padding: 0; font-size: 0; place-items: center; }
  .terminal-topbar > a span { font-size: 17px; }
  .terminal-tabs { height: 52px; padding: 6px; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; border-bottom: 1px solid #25303a; background: #0b1118; }
  .terminal-tabs button { border: 0; border-radius: 9px; background: transparent; color: #7f8b9b; font-size: 13px; font-weight: 700; cursor: pointer; }
  .terminal-tabs button.active { background: #18232d; color: var(--green); }
  .terminal-grid { height: calc(100% - 110px); display: block; }
  .terminal-grid > [data-terminal-panel] { width: 100%; height: 100%; display: none; border: 0; }
  .terminal-grid > [data-terminal-panel].is-active { display: block; }
  .terminal-info, .terminal-swap { padding: 20px; overflow: auto; }
  .terminal-metrics > div { padding: 13px 5px; }
  .terminal-chart-panel .dex-chart { height: 100%; }
  .jupiter-plugin { height: 500px; border-radius: 16px; }

  .how-to { min-height: 1084px; padding: 24px 14px 40px; }
  .how-to__panel { position: relative; top: auto; left: auto; width: 100%; height: 1020px; border-radius: 28px; }
  .how-to__panel > img { height: 330px; object-position: 70% center; }
  .how-to__shade { background: linear-gradient(0deg, #06100a 57%, transparent 92%); }
  .how-to__content { top: 250px; left: 20px; width: calc(100% - 40px); }
  .how-to__content h2 { font-size: 38px; line-height: 46px; }
  .how-to__content > p:not(.eyebrow) { font-size: 17px; line-height: 23px; }
  .steps { width: 100%; grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 28px; }
  .steps article { width: 100%; min-height: 114px; padding: 12px; }
  .step-line { top: 62px; left: 36px; height: 12px; }
  .step-number { top: 74px; left: 25px; }
  .steps p { font-size: 13px; line-height: 17px; }
  .how-to__panel > .button { top: auto; right: 20px; bottom: 20px; left: 20px; width: auto; }

  .fuel { min-height: 1160px; padding: 0 14px 48px; }
  .fuel__image { top: 0; left: -38%; width: 176%; height: 520px; object-position: center; }
  .fuel__shade { background: linear-gradient(180deg, rgba(0,0,0,.12), transparent 25%, #000 45%, #000 100%); }
  .fuel__card { position: relative; top: auto; left: auto; width: 100%; min-height: 0; margin: 410px auto 0; padding: 34px 22px 30px; border-radius: 24px; }
  .fuel__heading h2 { font-size: clamp(34px, 9vw, 44px); line-height: .9; }
  .fuel__body { margin-top: 28px; gap: 18px; font-size: 16px; line-height: 23px; }
  .fuel-wallet { width: 100%; height: 64px; margin-top: 28px; margin-left: 0; }
  .fuel-wallet > div { padding-left: 16px; }
  .fuel-wallet strong { font-size: 13px; line-height: 18px; }
  .fuel-wallet span { font-size: 11px; line-height: 17px; }
  .fuel-wallet button { width: 58px; height: 64px; }
  .fuel__thanks { margin-top: 28px; line-height: 26px; }
  .fuel__thanks p { font-size: 22px; }
  .fuel__thanks strong { font-size: 25px; }
  .fuel__disclaimer { margin-top: 24px; font-size: 13px; line-height: 18px; }

  .marketplaces { padding-bottom: 70px; }
  .marketplace-grid { position: relative; top: auto; left: auto; width: auto; margin: 52px 18px 0; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .marketplace-card { height: 300px; padding: 22px 12px; border-radius: 18px; }
  .marketplace-logo { width: 145px; height: 55px; }
  .marketplace-logo img { width: 130px; height: 38px; }
  .marketplace-logo--named img { width: 38px; height: 38px; }
  .marketplace-logo strong { font-size: 20px; }
  .marketplace-card > p { min-height: 110px; margin-top: 18px; font-size: 11px; line-height: 14px; }
  .marketplace-card > a { width: 100%; padding: 10px; }

  .faq { padding-bottom: 70px; }
  .faq__layout { position: relative; top: auto; left: auto; width: auto; margin: 48px 20px 0; display: flex; flex-direction: column-reverse; gap: 26px; }
  .faq__image { width: 100%; height: 300px; }
  .faq-list summary { min-height: 64px; gap: 18px; font-size: 16px; line-height: 21px; }
  .faq-list details > p { width: 100%; font-size: 14px; line-height: 21px; }

  .cta { padding: 24px 14px; }
  .cta__panel { position: relative; top: auto; left: auto; width: 100%; height: auto; padding: 48px 20px 30px; border-radius: 28px; }
  .cta__city { inset: 0; width: 100%; height: 100%; }
  .cta__city img { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
  .cta__panel h2 { font-size: 36px; }
  .cta__panel > p { font-size: 17px; }
  .cta-stats { width: 100%; margin-top: 28px; grid-template-columns: 1fr; gap: 10px; }
  .cta-stats article { height: 68px; }
  .cta-stats span { font-size: 13px; }
  .cta-stats strong { font-size: 20px; }
  .footer { height: auto; padding: 38px 22px; flex-direction: column; gap: 28px; }
  .footer nav { margin-left: 0; flex-wrap: wrap; justify-content: center; }
  .footer nav a { padding: 8px 11px; font-size: 13px; }
  .footer__social { margin-left: 0; }
  .copy-toast { right: 14px; bottom: 14px; left: 14px; text-align: center; }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .hero__image { left: 0; width: 100%; object-position: 60% center; }
  .hero__content { left: 48px; width: 560px; }
  .market-stats { right: 48px; left: auto; width: 520px; }
  .mentality__image { left: 0; width: 100%; }
  .mentality__image img { object-position: center 32%; }
  .mentality-card { max-width: 720px; margin-right: auto; margin-left: auto; }
  .security-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .security-card__media { height: 180px; }
  .security-card h3 { font-size: 21px; }
  .security-card > p { margin-inline: 12px; font-size: 13px; }
  .lore__content { max-width: 700px; margin-left: 24px; }
  .token-columns { max-width: 680px; margin-right: auto; margin-left: auto; }
  .trade-terminal { width: min(760px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
  .how-to { min-height: 904px; padding-inline: 24px; }
  .how-to__panel { max-width: 820px; height: 840px; margin-inline: auto; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fuel { min-height: 1100px; padding-inline: 24px; }
  .fuel__image { left: -12%; width: 124%; height: 610px; }
  .fuel__card { max-width: 680px; margin-top: 490px; padding: 42px; }
  .fuel-wallet { width: 100%; margin-left: 0; }
  .marketplace-grid { grid-template-columns: repeat(3, 1fr); }
  .faq__layout { width: calc(100% - 48px); max-width: 760px; margin-right: auto; margin-left: auto; }
  .cta { padding-inline: 24px; }
  .cta-stats { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .section-heading { margin-inline: 18px; }
  .hero { min-height: 1010px; }
  .hero__image { left: 0; width: 100%; height: 630px; object-fit: cover; object-position: 68% center; }
  .hero__shade { background: linear-gradient(0deg, #000 41%, transparent 73%), linear-gradient(90deg, rgba(0,0,0,.24), rgba(0,0,0,.02)); }
  .hero__content { top: 445px; }
  .market-stats { top: 812px; bottom: auto; }
  .lore__content { padding-right: 18px; padding-left: 18px; }
  .reason-grid { margin-right: 0; gap: 14px; padding-right: 18px; scroll-padding-inline: 18px; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
  .swipe-hint { position: relative; z-index: 3; margin: 20px 18px -28px; display: flex; justify-content: flex-end; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .reason-card { width: min(82vw, 330px); min-width: min(82vw, 330px); scroll-snap-align: start; }
  .reason-card h3 { font-size: clamp(20px, 6.2vw, 27px); }
  .how-to { min-height: 0; padding-right: 18px; padding-left: 18px; }
  .how-to__panel { height: auto; min-height: 0; padding: 250px 20px 20px; }
  .how-to__panel > img { top: 0; left: 0; width: 100%; height: 330px; object-fit: cover; object-position: 78% center; }
  .how-to__shade { position: absolute; z-index: 1; inset: 0; display: block; background: linear-gradient(0deg, #232323 58%, rgba(35,35,35,.96) 66%, transparent 91%); pointer-events: none; }
  .how-to__content { position: relative; z-index: 2; top: auto; left: auto; width: 100%; }
  .how-to__panel > .button { position: relative; z-index: 2; inset: auto; width: 100%; margin-top: 20px; }
  .fuel { padding-right: 18px; padding-left: 18px; }
  .fuel__image { left: 0; width: 100%; height: 520px; object-position: 100% center; transform: none; }
  .faq__layout { margin-right: 18px; margin-left: 18px; }
  .cta { padding-right: 18px; padding-left: 18px; }
}

@media (max-width: 640px) and (max-height: 760px) {
  .hero { min-height: calc(clamp(300px, 50svh, 380px) + 486px); }
  .hero__image { left: 0; width: 100%; height: 520px; object-fit: cover; object-position: 68% center; }
  .hero__shade { background: linear-gradient(0deg, #000 43%, transparent 76%), linear-gradient(90deg, rgba(0,0,0,.24), rgba(0,0,0,.02)); }
  .hero__content { top: clamp(300px, 50svh, 380px); }
  .hero__title span { font-size: clamp(40px, 12vw, 52px); }
  .hero__title strong { font-size: clamp(60px, 18vw, 82px); }
  .hero__quote { margin-top: 12px; font-size: 18px; line-height: 22px; }
  .contract { height: 46px; margin-top: 16px; }
  .contract button { height: 46px; }
  .hero__buttons { margin-top: 12px; }
  .hero__buttons .button { min-height: 46px; padding-block: 10px; }
  .market-stats { top: calc(clamp(300px, 50svh, 380px) + 288px); }
}

@media (max-width: 640px) and (max-height: 600px) {
  .hero { min-height: 771px; }
  .hero__image { height: 470px; }
  .hero__content { top: 280px; }
  .hero__quote { font-size: 17px; line-height: 20px; }
  .market-stats { top: 573px; }
}

@media (max-width: 350px) {
  .how-to { min-height: 1144px; }
  .how-to__panel { height: 1080px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .parallax-layer { translate: none; }
}
