/* Premium visual system — 2026 redesign */
:root {
  --dark-bg: #06080d;
  --card-bg: rgba(15, 20, 30, .72);
  --card-border: rgba(255, 255, 255, .105);
  --text-primary: #f7f8fb;
  --text-secondary: #aeb5c2;
  --text-muted: #747d8e;
  --btc-orange: #ffb238;
  --btc-orange-dark: #ff9e1a;
  --brand-blue: #8e7dff;
  --accent-green: #65f6bd;
  --gradient-hero: radial-gradient(circle at 75% 35%, rgba(111, 79, 255, .18), transparent 34%), radial-gradient(circle at 28% 8%, rgba(255, 178, 56, .1), transparent 28%), #06080d;
  --radius: 16px;
  --radius-lg: 28px;
  --shadow-card: 0 24px 80px rgba(0, 0, 0, .34);
  --max-width: 1240px;
}

html { scroll-padding-top: 96px; }
body {
  font-family: 'DM Sans', sans-serif;
  background:
    radial-gradient(circle at 15% 18%, rgba(103, 77, 255, .06), transparent 26%),
    radial-gradient(circle at 85% 62%, rgba(255, 178, 56, .045), transparent 24%),
    var(--dark-bg);
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10000;
  opacity: .22;
  background-image: radial-gradient(rgba(255,255,255,.16) .45px, transparent .55px);
  background-size: 4px 4px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
h1, h2, h3, h4, .nav-logo, .stat-number, .score { font-family: 'Manrope', sans-serif; letter-spacing: -.035em; }
.container { padding-inline: 30px; }

.scroll-progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 2000; background: rgba(255,255,255,.04); }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--btc-orange), #ffdf8b, #8e7dff); box-shadow: 0 0 16px rgba(255,178,56,.55); }
.page-aurora { position: fixed; width: 34vw; height: 34vw; border-radius: 50%; filter: blur(120px); opacity: .05; pointer-events: none; z-index: -1; }
.page-aurora-one { background: #745eff; top: 18vh; left: -14vw; }
.page-aurora-two { background: #ffad2f; top: 66vh; right: -17vw; }

.navbar { padding: 20px 0; }
.navbar .container { max-width: 1280px; }
.navbar.scrolled {
  width: min(1180px, calc(100% - 32px));
  left: 50%; right: auto; top: 12px; transform: translateX(-50%);
  background: rgba(10, 12, 19, .72);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.34);
  backdrop-filter: blur(24px) saturate(150%);
  padding: 10px 0;
}
.logo-mark { background: linear-gradient(135deg, #ffe09b, var(--btc-orange)); box-shadow: inset 0 1px rgba(255,255,255,.6), 0 6px 24px rgba(255,178,56,.24); border-radius: 10px; }
.logo-text { font-weight: 800; }
.nav-links { padding: 6px; gap: 6px; border: 1px solid rgba(255,255,255,.06); border-radius: 999px; background: rgba(255,255,255,.025); }
.nav-links a { display: block; padding: 7px 15px; border-radius: 999px; font-size: .87rem; }
.nav-links a::after { display: none; }
.nav-links a:hover { background: rgba(255,255,255,.06); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle {
  position: relative;
  width: 46px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(255,255,255,.045);
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease;
}
.theme-toggle:hover { color: var(--text-primary); border-color: rgba(255,178,56,.38); transform: translateY(-1px); }
.theme-toggle:focus-visible { outline: 2px solid var(--btc-orange); outline-offset: 3px; }
.theme-icon { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%) rotate(0) scale(1); font-size: 15px; line-height: 1; transition: opacity .28s ease, transform .35s ease; }
.theme-icon-sun { opacity: 0; transform: translate(-50%,-50%) rotate(-80deg) scale(.6); }
.theme-icon-moon { opacity: 1; }
[data-theme="light"] .theme-icon-sun { opacity: 1; transform: translate(-50%,-50%) rotate(0) scale(1); }
[data-theme="light"] .theme-icon-moon { opacity: 0; transform: translate(-50%,-50%) rotate(80deg) scale(.6); }
.lang-switch { position: relative; display: flex; align-items: center; }
.lang-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 108px;
  height: 34px;
  padding: 0 12px;
  color: var(--text-secondary);
  font: 600 .78rem/1 'DM Sans',sans-serif;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  cursor: pointer;
  transition: color .22s ease, border-color .22s ease, background .22s ease;
}
.lang-trigger:hover, .lang-switch.open .lang-trigger { color: var(--text-primary); border-color: rgba(255,178,56,.38); background: rgba(255,255,255,.07); }
.lang-trigger:focus-visible, .lang-option:focus-visible { outline: 2px solid var(--btc-orange); outline-offset: 2px; }
.lang-code { display: none; }
.lang-chevron { width: 7px; height: 7px; margin-top: -3px; border-right: 1.5px solid var(--btc-orange); border-bottom: 1.5px solid var(--btc-orange); transform: rotate(45deg); transition: transform .25s ease, margin .25s ease; }
.lang-switch.open .lang-chevron { margin-top: 3px; transform: rotate(225deg); }
.lang-menu {
  position: absolute;
  z-index: 2100;
  top: calc(100% + 12px);
  right: 0;
  width: 190px;
  max-height: min(410px, calc(100vh - 100px));
  padding: 7px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: rgba(12,15,23,.92);
  box-shadow: 0 24px 70px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.07);
  backdrop-filter: blur(24px) saturate(145%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px) scale(.98);
  transform-origin: top right;
  transition: opacity .18s ease, visibility .18s ease, transform .22s cubic-bezier(.2,.8,.2,1);
}
.lang-switch.open .lang-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.lang-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  color: #b8bfca;
  font: 500 .86rem/1.2 'DM Sans',sans-serif;
  text-align: left;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  transition: color .16s ease, background .16s ease;
}
.lang-option:hover, .lang-option:focus-visible { color: #fff; background: rgba(255,255,255,.07); }
.lang-option[aria-selected="true"] { color: #171006; background: linear-gradient(135deg,#ffd77f,var(--btc-orange)); font-weight: 700; }
.lang-check { opacity: 0; font-size: .72rem; }
.lang-option[aria-selected="true"] .lang-check { opacity: 1; }
.lang-menu::-webkit-scrollbar { width: 5px; }
.lang-menu::-webkit-scrollbar-thumb { background: rgba(255,255,255,.14); border-radius: 99px; }

.btn { position: relative; overflow: hidden; letter-spacing: -.01em; border: 1px solid transparent; }
.btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.3), transparent 70%); transform: translateX(-130%); transition: transform .7s ease; }
.btn:hover::before { transform: translateX(130%); }
.btn-primary { background: linear-gradient(135deg, #ffd27a, var(--btc-orange)); color: #171006; box-shadow: inset 0 1px rgba(255,255,255,.7), 0 12px 36px rgba(255,178,56,.18); }
.btn-primary:hover { background: linear-gradient(135deg, #ffe099, #ffad2f); box-shadow: inset 0 1px rgba(255,255,255,.8), 0 16px 45px rgba(255,178,56,.28); }
.btn-outline { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); backdrop-filter: blur(12px); }
.btn-outline:hover { background: rgba(255,255,255,.075); border-color: rgba(255,255,255,.24); color: #fff; }
.btn-arrow { transition: transform .25s ease; }
.btn:hover .btn-arrow { transform: translateX(4px); }

.hero { min-height: 940px; padding: 150px 0 100px; isolation: isolate; }
.hero::before { width: 900px; height: 900px; right: -8%; top: -15%; background: radial-gradient(circle, rgba(115,89,255,.18), rgba(255,178,56,.04) 38%, transparent 70%); filter: blur(20px); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero .container { grid-template-columns: minmax(0, 1.02fr) minmax(470px, .98fr); gap: 76px; }
.hero-kicker { margin-bottom: 22px; color: #8e7dff; font: 700 .72rem/1 'Manrope', sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.hero-badge { margin-bottom: 28px; padding: 8px 13px; background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.09); color: #c4c9d3; backdrop-filter: blur(10px); }
.hero-badge .pulse { background: var(--accent-green); box-shadow: 0 0 16px rgba(101,246,189,.65); }
.hero h1 { font-size: clamp(3.35rem, 5.65vw, 5.85rem); line-height: .99; letter-spacing: -.068em; margin-bottom: 28px; text-wrap: balance; }
.hero h1 .highlight { color: transparent; background: linear-gradient(105deg, #fff3cf 5%, #ffbd52 50%, #f49b19 100%); background-clip: text; -webkit-background-clip: text; text-shadow: 0 16px 50px rgba(255,178,56,.13); }
.hero-description { max-width: 600px; color: #b5bdca; font-size: 1.17rem; line-height: 1.75; margin-bottom: 34px; }
.hero-buttons { gap: 12px; }
.hero .btn-lg { padding: 17px 28px; font-size: 1rem; }
.hero .btn-outline { padding-inline: 26px; }
.hero-microcopy { display: flex; align-items: center; gap: 8px; color: #737d8c; font-size: .79rem; margin-top: 14px; }
.hero-microcopy span { color: var(--accent-green); }
.hero-microcopy b { color: #424b59; }
.hero-assurances { grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 38px; }
.hero-assurances li { align-items: flex-start; font-size: .76rem; line-height: 1.45; color: #7f8898; }
.hero-assurances svg { width: 17px; height: 17px; }
.hero-stats { border-top-color: rgba(255,255,255,.08); margin-top: 34px; padding-top: 27px; }
.stat-item .stat-number { font-size: 1.75rem; }
.stat-item .stat-label { font-size: .75rem; }

.hero-visual { min-height: 600px; perspective: 1400px; }
.visual-orbit { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.075); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.018), 0 0 0 110px rgba(255,255,255,.01); }
.visual-orbit::before, .visual-orbit::after { content: ''; position: absolute; border-radius: 50%; background: var(--btc-orange); box-shadow: 0 0 25px rgba(255,178,56,.9); }
.visual-orbit::before { width: 8px; height: 8px; top: 55px; left: 80px; }
.visual-orbit::after { width: 5px; height: 5px; right: 28px; bottom: 145px; background: #8e7dff; box-shadow: 0 0 25px #8e7dff; }
.rank-card { --tilt-x: 0deg; --tilt-y: 0deg; max-width: 492px; padding: 29px; background: linear-gradient(150deg, rgba(28,34,47,.82), rgba(10,13,21,.87)); border-color: rgba(255,255,255,.14); border-radius: 30px; backdrop-filter: blur(26px) saturate(135%); box-shadow: inset 0 1px rgba(255,255,255,.12), 0 50px 120px rgba(0,0,0,.56), 0 0 90px rgba(116,94,255,.12); animation: premiumFloat 7s ease-in-out infinite; transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .2s ease-out, border-color .3s ease; z-index: 4; }
.rank-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(125deg, rgba(255,255,255,.1), transparent 26%, transparent 70%, rgba(255,178,56,.04)); }
@keyframes premiumFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -12px; } }
.rank-card-head > div { display: grid; }
.rank-eyebrow { color: var(--btc-orange); text-transform: uppercase; letter-spacing: .15em; font-size: .61rem; font-weight: 800; margin-bottom: 5px; }
.rank-card-title { font-size: 1.18rem; }
.rank-card-live { background: rgba(101,246,189,.07); border: 1px solid rgba(101,246,189,.15); padding: 6px 9px; border-radius: 999px; color: #91a69f; }
.rank-list { gap: 9px; }
.rank-row { padding: 15px; background: rgba(4,7,12,.5); border-color: rgba(255,255,255,.075); backdrop-filter: blur(12px); }
.rank-row:hover { transform: translateX(5px); background: rgba(255,255,255,.055); border-color: rgba(255,178,56,.3); }
.rank-pos { background: rgba(255,255,255,.1) !important; color: #dfe3eb; border: 1px solid rgba(255,255,255,.1); }
.rank-row--gold { background: linear-gradient(90deg, rgba(255,178,56,.105), rgba(4,7,12,.5) 45%); border-color: rgba(255,178,56,.2); }
.rank-row--gold .rank-pos { color: #1d1405; background: linear-gradient(135deg,#ffe7a8,#ffb238) !important; }
.rank-name { font-size: .94rem; }
.rank-meta { font-size: .69rem; }
.rank-score { color: #f7f8fb; font-size: 1.25rem; }
.rank-card-cta { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); color: #bbc2ce; }
.rank-card-cta:hover { color: #fff; }
.rank-card-cta span { color: var(--btc-orange); font-size: 1.25rem; }
.floating-card { position: absolute; width: 208px; border-radius: 15px; filter: drop-shadow(0 24px 38px rgba(0,0,0,.65)); opacity: .9; z-index: 3; }
.floating-card-one { top: 38px; right: -38px; transform: rotate(15deg); animation: cardDriftOne 8s ease-in-out infinite; }
.floating-card-two { left: -54px; bottom: 25px; transform: rotate(-12deg); animation: cardDriftTwo 9s ease-in-out infinite; }
@keyframes cardDriftOne { 50% { transform: rotate(11deg) translateY(-12px); } }
@keyframes cardDriftTwo { 50% { transform: rotate(-8deg) translateY(13px); } }
.proof-pill { position: absolute; z-index: 6; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(10,13,20,.72); backdrop-filter: blur(18px); box-shadow: 0 20px 40px rgba(0,0,0,.35); }
.proof-pill strong { font: 800 1rem/1 'Manrope',sans-serif; color: #fff; }
.proof-pill span { font-size: .58rem; line-height: 1.25; color: #86909f; text-transform: uppercase; letter-spacing: .07em; }
.proof-pill-one { left: -12px; top: 98px; }
.proof-pill-two { right: -10px; bottom: 98px; }

.trust-bar { margin-top: -1px; padding: 28px 0; border-block: 1px solid rgba(255,255,255,.065); background: rgba(255,255,255,.018); backdrop-filter: blur(16px); }
.trust-bar .container { gap: 58px; }
.trust-item { color: #7f8897; font-size: .8rem; text-transform: uppercase; letter-spacing: .055em; }
.trust-icon { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.07); filter: grayscale(1); font-size: .85rem; }

main > section:not(.hero):not(.trust-bar) { position: relative; }
.section-header { margin-bottom: 48px; }
.section-label { color: var(--btc-orange); letter-spacing: .16em; }
.section-title { font-size: clamp(2.2rem,4vw,3.55rem); letter-spacing: -.055em; text-wrap: balance; }
.section-subtitle { color: #8d96a5; line-height: 1.7; }
.spotlight, .featured-reviews, .comparison, .exchange-spotlight, .calculator, .testimonials, .categories, .how-it-works, .faq-section, .investing-guides, .articles, .newsletter { padding-block: 110px; }

.spot-card, .fp-card, .quiz-box, .podium-card, .review-card, .testimonial-card, .category-card, .step-item, .faq-item, .article-card, .guide-card-lg, .calc-box, .exchange-card, .newsletter-box {
  border-color: rgba(255,255,255,.1) !important;
  background: linear-gradient(145deg, rgba(20,26,38,.72), rgba(10,13,20,.76)) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 24px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}
.spot-card { border-radius: 34px !important; padding: 58px !important; }
.spot-glow { opacity: .75; }
.spot-right img { transform: perspective(900px) rotateY(-8deg) rotateZ(3deg); filter: drop-shadow(0 35px 55px rgba(0,0,0,.6)) !important; }
.finder-spotlight { min-height: 590px; }
.finder-spotlight .spot-left { position: relative; z-index: 3; }
.finder-spotlight .spot-left h2 { font-size: clamp(2.3rem, 4.4vw, 4rem); letter-spacing: -.055em; }
.finder-spotlight .spot-feats li > span:first-child { color: var(--accent-green); }
.finder-spotlight .spot-feats li > span:last-child { color: var(--text-secondary); font-weight: 500; }
.match-visual { min-height: 430px; isolation: isolate; }
.match-visual::before { content: ''; position: absolute; width: 330px; height: 330px; inset: 50% auto auto 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.018), 0 0 90px rgba(132,100,255,.16); }
.match-card { position: absolute; width: 250px; left: 50%; top: 50%; border-radius: 17px; overflow: hidden; box-shadow: 0 28px 60px rgba(0,0,0,.52); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.match-card img { width: 100% !important; max-width: none !important; transform: none !important; border-radius: inherit !important; filter: none !important; }
.match-card-back { z-index: 1; transform: translate(-38%,-82%) rotate(13deg) scale(.9); opacity: .58; }
.match-card-middle { z-index: 2; transform: translate(-68%,-48%) rotate(-11deg) scale(.94); opacity: .8; }
.match-card-front { z-index: 3; transform: translate(-48%,-50%) rotate(2deg); }
.match-visual:hover .match-card-back { transform: translate(-29%,-87%) rotate(17deg) scale(.9); }
.match-visual:hover .match-card-middle { transform: translate(-76%,-48%) rotate(-15deg) scale(.94); }
.match-visual:hover .match-card-front { transform: translate(-48%,-54%) rotate(0); }
.match-confidence { position: absolute; z-index: 5; right: -12px; bottom: 46px; display: grid; min-width: 126px; padding: 14px 17px; text-align: left; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(9,12,19,.76); backdrop-filter: blur(20px); box-shadow: 0 20px 45px rgba(0,0,0,.42); }
.match-confidence span, .match-confidence small { color: #8993a3; font-size: .61rem; text-transform: uppercase; letter-spacing: .1em; }
.match-confidence strong { color: #fff; font: 800 1.8rem/1.2 'Manrope',sans-serif; letter-spacing: -.04em; }
.featured-partners { padding-top: 96px !important; }
.fp-grid { gap: 16px !important; }
.fp-card { border-radius: 23px !important; padding: 31px 23px !important; }
.fp-card:hover, .review-card:hover, .category-card:hover, .article-card:hover { transform: translateY(-7px) !important; border-color: rgba(255,178,56,.32) !important; box-shadow: 0 28px 70px rgba(0,0,0,.32), 0 0 40px rgba(255,178,56,.045); }
.fp-card-lead { background: linear-gradient(145deg, rgba(57,41,14,.6), rgba(13,16,24,.8)) !important; }
.partner-logos { border-color: rgba(255,255,255,.06); background: rgba(255,255,255,.012); }
.logo-item { opacity: .42; filter: grayscale(.3); }

.quiz-section { background: radial-gradient(circle at 50% 45%, rgba(120,92,255,.12), transparent 45%) !important; }
.quiz-box { max-width: 830px; border-radius: 34px; padding: 58px; }
.quiz-box::after { content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -130px; top: -130px; background: radial-gradient(circle, rgba(255,178,56,.12), transparent 70%); }
.quiz-option { border-color: rgba(255,255,255,.09); background: rgba(255,255,255,.028); border-radius: 17px; }
.quiz-option:hover { border-color: rgba(255,178,56,.36); background: rgba(255,178,56,.055); transform: translateX(4px); }
.progress-bar { background: linear-gradient(90deg, var(--btc-orange), #ffe39f); box-shadow: 0 0 16px rgba(255,178,56,.3); }

.podium-card, .review-card { border-radius: 25px; }
.podium-card.gold { background: linear-gradient(145deg, rgba(61,45,17,.6), rgba(13,16,24,.82)) !important; border-color: rgba(255,178,56,.3) !important; }
.podium-card-img img { filter: drop-shadow(0 22px 30px rgba(0,0,0,.45)); }
.comparison { background: radial-gradient(circle at 80% 25%, rgba(116,94,255,.08), transparent 30%) !important; }
.comparison-table-wrap { border-radius: 25px; border-color: rgba(255,255,255,.1); background: rgba(9,12,18,.64); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.comparison-table thead th { background: rgba(255,255,255,.045); backdrop-filter: blur(12px); }
.comparison-table tbody tr:hover { background: rgba(255,255,255,.035); }
.calc-box, .newsletter-box { border-radius: 34px !important; }
.newsletter-box { background: linear-gradient(135deg, rgba(107,78,23,.44), rgba(37,27,65,.5), rgba(11,14,21,.9)) !important; }
.faq-item { border-radius: 18px; margin-bottom: 10px; }
.footer { background: #05070b; border-top: 1px solid rgba(255,255,255,.065); }
.sticky-cta { background: rgba(7,9,14,.82); border-color: rgba(255,255,255,.1); backdrop-filter: blur(22px); }

.fade-in { transform: translateY(38px) scale(.985); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.fade-in.visible { transform: translateY(0) scale(1); }

/* Light theme — warm editorial fintech, not a flat inversion */
[data-theme="light"] {
  color-scheme: light;
  --dark-bg: #f5f3ee;
  --card-bg: rgba(255,255,255,.78);
  --card-border: rgba(28,27,36,.105);
  --text-primary: #16151c;
  --text-secondary: #5e606b;
  --text-muted: #81828a;
  --accent-green: #087e5d;
  --gradient-hero: radial-gradient(circle at 76% 30%, rgba(119,92,255,.14), transparent 34%), radial-gradient(circle at 25% 8%, rgba(255,173,47,.16), transparent 30%), #f5f3ee;
  --shadow-card: 0 24px 70px rgba(50,43,31,.1);
}
[data-theme="light"] body { background: radial-gradient(circle at 12% 20%, rgba(121,92,255,.075), transparent 27%), radial-gradient(circle at 90% 62%, rgba(255,172,45,.09), transparent 26%), #f5f3ee; }
[data-theme="light"] body::before { background-image: radial-gradient(rgba(29,27,36,.13) .45px, transparent .55px); opacity: .2; }
[data-theme="light"] .page-aurora { opacity: .08; }
[data-theme="light"] .navbar.scrolled { background: rgba(250,248,243,.78); border-color: rgba(25,23,31,.1); box-shadow: 0 18px 55px rgba(52,45,32,.1); }
[data-theme="light"] .nav-links { background: rgba(255,255,255,.5); border-color: rgba(25,23,31,.08); }
[data-theme="light"] .nav-links a:hover { background: rgba(25,23,31,.055); }
[data-theme="light"] .theme-toggle { background: rgba(255,255,255,.7); border-color: rgba(25,23,31,.13); }
[data-theme="light"] .lang-trigger { color: #5e606b; background: rgba(255,255,255,.7); border-color: rgba(25,23,31,.13); }
[data-theme="light"] .lang-trigger:hover, [data-theme="light"] .lang-switch.open .lang-trigger { color: #16151c; background: #fff; border-color: rgba(177,106,0,.38); }
[data-theme="light"] .lang-menu { background: rgba(250,248,243,.94); border-color: rgba(25,23,31,.11); box-shadow: 0 24px 65px rgba(57,48,34,.16),inset 0 1px rgba(255,255,255,.9); }
[data-theme="light"] .lang-option { color: #5d606a; }
[data-theme="light"] .lang-option:hover, [data-theme="light"] .lang-option:focus-visible { color: #16151c; background: rgba(25,23,31,.055); }
[data-theme="light"] .lang-option[aria-selected="true"] { color: #171006; background: linear-gradient(135deg,#ffe2a6,#ffbd52); }
[data-theme="light"] .hero::after { background-image: linear-gradient(rgba(31,28,38,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(31,28,38,.04) 1px, transparent 1px); }
[data-theme="light"] .hero h1 .highlight { background: linear-gradient(105deg,#8e5607,#d97b00 50%,#7655ef); background-clip: text; -webkit-background-clip: text; }
[data-theme="light"] .hero-description { color: #565a65; }
[data-theme="light"] .hero-badge { background: rgba(255,255,255,.55); border-color: rgba(25,23,31,.1); color: #5c5f69; }
[data-theme="light"] .hero-assurances li, [data-theme="light"] .hero-microcopy { color: #686b74; }
[data-theme="light"] .visual-orbit, [data-theme="light"] .match-visual::before { border-color: rgba(31,28,38,.09); box-shadow: 0 0 0 50px rgba(31,28,38,.018), 0 0 0 110px rgba(31,28,38,.01); }
[data-theme="light"] .rank-card { background: linear-gradient(150deg,rgba(255,255,255,.87),rgba(244,241,233,.83)); border-color: rgba(31,28,38,.12); box-shadow: inset 0 1px rgba(255,255,255,.9),0 45px 100px rgba(61,51,33,.16),0 0 80px rgba(116,94,255,.09); }
[data-theme="light"] .rank-row { background: rgba(255,255,255,.62); border-color: rgba(31,28,38,.08); }
[data-theme="light"] .rank-row--gold { background: linear-gradient(90deg,rgba(255,178,56,.18),rgba(255,255,255,.6) 52%); }
[data-theme="light"] .rank-row:hover { background: #fff; }
[data-theme="light"] .rank-score, [data-theme="light"] .match-confidence strong { color: #17151c; }
[data-theme="light"] .rank-card-cta { color: #555965; border-top-color: rgba(31,28,38,.09); }
[data-theme="light"] .trust-bar { background: rgba(255,255,255,.38); border-color: rgba(31,28,38,.075); }
[data-theme="light"] .trust-icon { background: rgba(255,255,255,.6); border-color: rgba(31,28,38,.08); }
[data-theme="light"] .spot-card, [data-theme="light"] .fp-card, [data-theme="light"] .quiz-box, [data-theme="light"] .podium-card, [data-theme="light"] .review-card, [data-theme="light"] .testimonial-card, [data-theme="light"] .category-card, [data-theme="light"] .step-item, [data-theme="light"] .faq-item, [data-theme="light"] .article-card, [data-theme="light"] .guide-card-lg, [data-theme="light"] .calc-box, [data-theme="light"] .exchange-card, [data-theme="light"] .newsletter-box { background: linear-gradient(145deg,rgba(255,255,255,.84),rgba(247,244,237,.8)) !important; border-color: rgba(31,28,38,.1) !important; box-shadow: inset 0 1px rgba(255,255,255,.9),0 24px 60px rgba(58,49,34,.08); }
[data-theme="light"] .fp-card-lead, [data-theme="light"] .podium-card.gold { background: linear-gradient(145deg,rgba(255,244,217,.9),rgba(255,255,255,.83)) !important; }
[data-theme="light"] .quiz-section, [data-theme="light"] .comparison { background: radial-gradient(circle at 50% 45%,rgba(120,92,255,.09),transparent 45%) !important; }
[data-theme="light"] .quiz-option { background: rgba(255,255,255,.58); border-color: rgba(31,28,38,.1); color: var(--text-primary); }
[data-theme="light"] .quiz-option:hover { background: rgba(255,178,56,.12); }
[data-theme="light"] .comparison-table-wrap { background: rgba(255,255,255,.62); border-color: rgba(31,28,38,.1); box-shadow: 0 30px 70px rgba(58,49,34,.09); }
[data-theme="light"] .comparison-table thead th { background: rgba(235,231,222,.82); }
[data-theme="light"] .comparison-table tbody tr:hover { background: rgba(255,178,56,.07); }
[data-theme="light"] .match-confidence { background: rgba(255,255,255,.82); border-color: rgba(31,28,38,.12); box-shadow: 0 20px 45px rgba(58,49,34,.13); }
[data-theme="light"] .match-confidence span, [data-theme="light"] .match-confidence small { color: #70717a; }
[data-theme="light"] .footer { background: #ebe8e1; border-color: rgba(31,28,38,.09); }
[data-theme="light"] .sticky-cta { background: rgba(248,246,241,.87); border-color: rgba(31,28,38,.1); }

@media (max-width: 1100px) {
  .hero { min-height: auto; }
  .hero .container { grid-template-columns: 1fr; }
  .hero-content { max-width: 790px; }
  .hero-visual { width: min(660px,100%); margin-inline: auto; }
  .floating-card-one { right: -20px; }
  .floating-card-two { left: -24px; }
}
@media (max-width: 768px) {
  .container { padding-inline: 20px; }
  .navbar.scrolled { width: calc(100% - 20px); }
  .nav-actions { margin-left: auto; margin-right: 8px; }
  .lang-trigger { min-width: 42px; width: 42px; padding: 0; }
  .lang-current { display: none; }
  .lang-code { display: inline; font-size: .72rem; }
  .lang-menu { position: fixed; top: 76px; right: 12px; width: min(220px, calc(100vw - 24px)); max-height: calc(100vh - 94px); }
  .hero { padding: 126px 0 70px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.25rem); }
  .hero-description { font-size: 1.05rem; }
  .hero-assurances { grid-template-columns: 1fr; }
  .hero-visual { min-height: 510px; margin-top: 25px; }
  .visual-orbit { width: 400px; height: 400px; }
  .rank-card { padding: 20px; border-radius: 23px; }
  .floating-card { width: 150px; opacity: .65; }
  .floating-card-one { right: -25px; top: 16px; }
  .floating-card-two { left: -38px; bottom: 5px; }
  .proof-pill { display: none; }
  .trust-bar .container { justify-content: flex-start; gap: 18px 30px; }
  .trust-item { width: calc(50% - 15px); }
  .spotlight, .featured-reviews, .comparison, .exchange-spotlight, .calculator, .testimonials, .categories, .how-it-works, .faq-section, .investing-guides, .articles, .newsletter { padding-block: 78px; }
  .spot-card { padding: 32px 22px !important; border-radius: 26px !important; }
  .match-visual { min-height: 360px; order: -1; }
  .match-card { width: 205px; }
  .match-confidence { right: 4px; bottom: 25px; }
  .quiz-box { padding: 38px 20px; border-radius: 26px; }
}
@media (max-width: 480px) {
  .logo-text { font-size: .92rem; }
  .nav-actions { gap: 6px; margin-right: 5px; }
  .theme-toggle { width: 40px; }
  .hero-kicker { font-size: .64rem; }
  .hero h1 { font-size: 2.75rem; }
  .hero-stats { flex-direction: row; gap: 14px; }
  .stat-item { flex: 1; }
  .stat-item .stat-number { font-size: 1.4rem; }
  .stat-item .stat-label { font-size: .66rem; }
  .hero-visual { min-height: 460px; }
  .rank-card { padding: 17px; }
  .rank-meta { display: none; }
  .floating-card { width: 125px; }
}
@media (max-width: 390px) {
  .navbar .logo-text { display: none; }
  .navbar .logo-mark { margin-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
