/*
Theme Name: Börse4you
Theme URI: https://boerse4you.de
Author: Börse4you
Description: Schnelles, verständliches Finanzbildungs- und Marktportal für Privatanleger.
Version: 0.9.4
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: boerse4you
*/

:root {
  --ink: #071321;
  --ink-2: #0c1c2d;
  --panel: #10263a;
  --paper: #f6f8f4;
  --white: #ffffff;
  --text: #152536;
  --muted: #647383;
  --line: #dce5e7;
  --mint: #8df0c8;
  --lime: #c8ff4b;
  --aqua: #27d2c0;
  --blue: #4f8cff;
  --orange: #ffbd66;
  --red: #ff7a7a;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7, 19, 33, 0.12);
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.wrap { width: var(--wrap); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #087d70;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.section { padding: 94px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2 {
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.section-dark .section-heading h2 { color: var(--white); }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-heading p { color: #a8b9c7; }

.site-header {
  position: relative;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.home .site-header { position: absolute; background: transparent; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 850; font-size: 1.3rem; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--lime); border-radius: 10px; font-size: .85rem; }
.custom-logo { display: block; width: auto; max-width: 220px; height: 42px; object-fit: contain; }
.brand-logo-surface { display: inline-flex; }
.brand-logo-surface .custom-logo { height: 32px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav .menu { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.main-nav a { color: #d7e1e8; text-decoration: none; font-size: .91rem; font-weight: 650; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--lime); }
.header-cta { padding: 10px 16px; color: var(--ink) !important; background: var(--white); border-radius: 99px; }
.menu-toggle { display: none; color: var(--white); background: transparent; border: 0; font-weight: 750; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  padding: 150px 0 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 79% 23%, rgba(79,140,255,.28), transparent 29%),
    radial-gradient(circle at 12% 90%, rgba(39,210,192,.16), transparent 34%),
    var(--ink);
}
.hero::after {
  content: "";
  position: absolute;
  right: -110px;
  top: 130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(200,255,75,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(200,255,75,.025), 0 0 0 110px rgba(200,255,75,.018);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 80px; }
.hero .eyebrow { color: var(--mint); }
.hero h1 { max-width: 720px; margin: 18px 0 22px; font-size: clamp(3.2rem, 7vw, 6.4rem); line-height: .91; letter-spacing: -.068em; }
.hero h1 span { color: var(--lime); }
.hero-copy { max-width: 650px; margin: 0; color: #bac8d3; font-size: clamp(1.05rem, 1.8vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 99px; text-decoration: none; font-weight: 800; }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 12px 32px rgba(200,255,75,.16); }
.button-primary:hover { background: #d7ff78; transform: translateY(-1px); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: var(--mint); }
.trust-row { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 35px; color: #98abb9; font-size: .82rem; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--mint); font-weight: 900; }

.translator-card { position: relative; padding: 30px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; backdrop-filter: blur(18px); box-shadow: 0 32px 90px rgba(0,0,0,.3); }
.translator-card::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; z-index: -1; border: 1px solid rgba(141,240,200,.15); border-radius: 30px; }
.card-label { color: var(--mint); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.translator-card h2 { margin: 8px 0 22px; font-size: 1.7rem; line-height: 1.15; letter-spacing: -.035em; }
.term-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.term-tab { padding: 8px 12px; color: #b8c7d2; background: transparent; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; font-size: .82rem; font-weight: 750; }
.term-tab.is-active { color: var(--ink); background: var(--mint); border-color: var(--mint); }
.term-answer { min-height: 178px; margin-top: 21px; padding: 22px; color: var(--text); background: var(--white); border-radius: 20px; }
.term-answer strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 1.35rem; letter-spacing: -.025em; }
.term-answer p { margin: 0; }
.term-example { margin-top: 15px !important; padding-top: 14px; color: var(--muted); border-top: 1px solid var(--line); font-size: .88rem; }

.market-ribbon { position: relative; z-index: 3; margin-top: -35px; }
.market-ribbon-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; min-height: 76px; padding: 14px 18px 14px 26px; color: var(--white); background: var(--panel); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; box-shadow: var(--shadow); }
.market-ribbon strong { display: block; }
.market-ribbon small { color: #9fb0be; }
.market-load { min-height: 44px; padding: 0 16px; color: var(--ink); background: var(--lime); border: 0; border-radius: 12px; font-weight: 800; }
.market-frame { display: none; grid-column: 1 / -1; min-height: 80px; }
.market-frame.is-visible { display: block; }

.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promise-card { padding: 29px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 35px rgba(15,39,56,.055); }
.promise-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 25px; color: #0a7067; background: #e7fbf6; border-radius: 13px; font-weight: 900; }
.promise-card h3 { margin: 0 0 8px; color: var(--ink); font-size: 1.25rem; letter-spacing: -.025em; }
.promise-card p { margin: 0; color: var(--muted); }

.market-dashboard-section { overflow: hidden; padding-top: 82px; background: linear-gradient(180deg, #edf3f0 0%, var(--paper) 100%); }
.market-dashboard-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.market-dashboard-heading .section-heading { margin-bottom: 34px; }
.market-data-badge { flex: 0 0 auto; margin-bottom: 42px; padding: 8px 12px; color: #40605d; background: rgba(255,255,255,.72); border: 1px solid #d4e2df; border-radius: 99px; font-size: .75rem; font-weight: 750; }
.market-dashboard { overflow: hidden; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,.08); border-radius: 28px; box-shadow: 0 30px 90px rgba(7,19,33,.18); }
.market-symbols { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.market-symbol { min-width: 0; padding: 18px 20px; color: #b6c5cf; text-align: left; background: #0b1a29; border: 0; border-bottom: 3px solid transparent; }
.market-symbol:hover, .market-symbol:focus-visible { color: var(--white); background: #102438; }
.market-symbol.is-active { color: var(--white); background: #11283d; border-bottom-color: var(--lime); }
.market-symbol strong, .market-symbol small { display: block; }
.market-symbol strong { font-size: .98rem; }
.market-symbol small { margin-top: 2px; color: #8197a7; font-size: .72rem; }
.market-dashboard-stage { position: relative; min-height: 540px; background: radial-gradient(circle at 78% 20%, rgba(79,140,255,.18), transparent 34%), #081522; }
.chart-consent { min-height: 540px; display: grid; grid-template-columns: auto minmax(0, 610px); align-content: center; justify-content: center; gap: 28px; padding: 48px; }
.chart-consent-icon { display: grid; place-items: center; width: 72px; height: 72px; color: var(--ink); background: var(--lime); border-radius: 22px; font-size: 2rem; font-weight: 900; }
.chart-consent h3 { margin: 7px 0 10px; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.045em; }
.chart-consent p { max-width: 590px; margin: 0 0 24px; color: #a9bac6; }
.market-chart-frame { height: 540px; }
.market-chart-frame .tradingview-widget-container { height: 100%; width: 100%; }
.market-chart-frame .tradingview-widget-container__widget { height: calc(100% - 32px); width: 100%; }
.market-chart-frame .tradingview-widget-copyright { height: 32px; padding: 7px 14px 0; color: #7990a0; text-align: right; font-size: .7rem; }
.market-chart-frame .tradingview-widget-copyright a { color: #9fb2bf; }
.market-reading-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.1); }
.market-reading-grid article { padding: 25px; background: #0c1b2a; }
.market-reading-grid span { display: block; margin-bottom: 13px; color: var(--lime); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.market-reading-grid strong { display: block; margin-bottom: 6px; }
.market-reading-grid p { margin: 0; color: #91a4b2; font-size: .84rem; }

.economic-data-section { padding-top: 88px; background: var(--paper); }
.economic-data-heading { max-width: 820px; }
.economic-chart-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.economic-chart-card { --chart-color: var(--aqua); display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 16px 48px rgba(7,19,33,.08); }
.economic-chart-card--inflation { --chart-color: #82b91f; }
.economic-chart-card--rate { --chart-color: #0fae9e; }
.economic-chart-card--currency { --chart-color: #4f8cff; }
.economic-chart-header { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding: 25px 25px 17px; }
.economic-chart-header h3 { margin: 5px 0 0; color: var(--ink); font-size: 1.25rem; letter-spacing: -.025em; }
.economic-chart-value { flex: 0 0 auto; text-align: right; }
.economic-chart-value strong, .economic-chart-value small { display: block; }
.economic-chart-value strong { color: var(--ink); font-size: 1.25rem; }
.economic-chart-value small { margin-top: 2px; color: var(--muted); font-size: .7rem; }
.economic-chart-visual { padding: 0 13px; color: var(--chart-color); }
.native-chart { display: block; width: 100%; height: auto; overflow: visible; background: #f7f9f8; border: 1px solid #e2e9e7; border-radius: 16px; }
.native-chart-grid { stroke: #dfe7e5; stroke-width: 1; }
.native-chart-area { fill: currentColor; opacity: .12; }
.native-chart-line { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.native-chart-current { fill: var(--white); stroke: currentColor; stroke-width: 3; }
.native-chart-y-label, .native-chart-x-label { fill: #71808a; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 10px; }
.native-chart-x-label-end { text-anchor: end; }
.native-chart-unavailable { display: grid; min-height: 180px; place-items: center; padding: 24px; color: var(--muted); text-align: center; background: #f7f9f8; border: 1px solid #e2e9e7; border-radius: 16px; }
.economic-chart-copy { flex: 1; padding: 20px 25px 25px; }
.economic-chart-copy strong { color: var(--ink); }
.economic-chart-copy p { margin: 5px 0 14px; color: var(--muted); font-size: .86rem; }
.economic-chart-copy a { color: #087d70; font-size: .76rem; font-weight: 750; text-underline-offset: 3px; }
.economic-data-note { margin: 20px 0 0; color: var(--muted); font-size: .78rem; }

.compound-section { background: linear-gradient(180deg, var(--paper) 0%, #eaf2ef 100%); }
.compound-heading { max-width: 820px; }
.compound-lab { display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,.08); border-radius: 28px; box-shadow: 0 30px 90px rgba(7,19,33,.18); }
.compound-controls { padding: 38px; background: #0b1b2a; border-right: 1px solid rgba(255,255,255,.1); }
.compound-controls h3 { margin: 7px 0 30px; font-size: 1.7rem; letter-spacing: -.035em; }
.compound-control { display: block; margin-top: 25px; }
.compound-control > span { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; color: #c6d3dc; font-size: .86rem; font-weight: 750; }
.compound-control output { color: var(--lime); font-size: 1rem; font-weight: 850; }
.compound-control input { width: 100%; margin: 15px 0 5px; accent-color: var(--lime); }
.compound-control small { display: flex; justify-content: space-between; color: #718797; font-size: .68rem; }
.compound-control-note { margin: 30px 0 0; padding: 15px; color: #9eb0bc; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 13px; font-size: .76rem; }
.compound-control-note strong { color: var(--white); }
.compound-chart-panel { min-width: 0; padding: 34px; background: radial-gradient(circle at 75% 10%, rgba(79,140,255,.2), transparent 34%), #081522; }
.compound-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.compound-stats div { padding: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; }
.compound-stats span, .compound-stats strong { display: block; }
.compound-stats span { color: #8fa4b3; font-size: .68rem; }
.compound-stats strong { margin-top: 4px; font-size: 1.12rem; }
.compound-chart-wrap { margin-top: 20px; padding: 18px; background: rgba(3,11,19,.5); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; }
.compound-chart { display: block; width: 100%; height: auto; overflow: visible; }
.compound-chart line { stroke: rgba(255,255,255,.1); stroke-width: 1; }
.compound-chart text { fill: #718797; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 11px; }
.compound-chart-end-label { text-anchor: end; }
.compound-model-area { fill: var(--lime); opacity: .11; }
.compound-contribution-line { fill: none; stroke: #7690a3; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 7 7; }
.compound-model-line { fill: none; stroke: var(--lime); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.compound-model-point { fill: var(--ink); stroke: var(--lime); stroke-width: 4; }
.compound-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 10px; color: #8fa4b3; font-size: .72rem; }
.compound-legend span::before { content: ""; display: inline-block; width: 18px; height: 3px; margin-right: 7px; vertical-align: middle; background: currentColor; border-radius: 99px; }
.compound-legend .is-contribution { color: #8ba1b1; }
.compound-legend .is-model { color: var(--lime); }
.compound-disclaimer { margin: 18px 0 0; color: #7f94a3; font-size: .69rem; }

.recovery-section { background: #fff; }
.recovery-heading { max-width: 850px; }
.recovery-lab { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 28px 80px rgba(7,19,33,.11); }
.recovery-controls { padding: 38px; background: linear-gradient(160deg, #fff 0%, #f3f7f5 100%); border-right: 1px solid var(--line); }
.recovery-controls h3 { margin: 7px 0 28px; color: var(--ink); font-size: 1.7rem; letter-spacing: -.035em; }
.recovery-control { display: block; margin-top: 25px; }
.recovery-control > span { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .86rem; font-weight: 750; }
.recovery-control output { color: #a84141; font-size: 1rem; font-weight: 850; }
.recovery-control input { width: 100%; margin: 15px 0 5px; accent-color: #e56565; }
.recovery-control small { display: flex; justify-content: space-between; color: #8a989f; font-size: .68rem; }
.recovery-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 30px; }
.recovery-stats div { padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.recovery-stats span, .recovery-stats strong { display: block; }
.recovery-stats span { color: var(--muted); font-size: .68rem; }
.recovery-stats strong { margin-top: 4px; color: var(--ink); font-size: 1.05rem; }
.recovery-stats .is-highlight { grid-column: 1 / -1; background: #fff2ec; border-color: #f3c5b8; }
.recovery-stats .is-highlight strong { color: #a84141; font-size: 1.35rem; }
.recovery-note { margin: 24px 0 0; padding: 16px; color: #5c6670; background: #eaf3f0; border-radius: 13px; font-size: .78rem; }
.recovery-note strong { color: var(--ink); }
.recovery-chart-panel { min-width: 0; padding: 34px; color: var(--white); background: radial-gradient(circle at 78% 10%, rgba(255,122,122,.18), transparent 34%), #081522; }
.recovery-result { display: grid; gap: 4px; padding: 17px 19px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; }
.recovery-result span { color: #91a5b4; font-size: .7rem; }
.recovery-result strong { color: #ffd0c5; font-size: 1.12rem; }
.recovery-chart-wrap { margin-top: 18px; padding: 16px; background: rgba(3,11,19,.5); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; }
.recovery-chart { display: block; width: 100%; height: auto; overflow: visible; }
.recovery-grid-line { stroke: rgba(255,255,255,.1); stroke-width: 1; }
.recovery-y-label, .recovery-x-label, .recovery-axis-title { fill: #718797; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 11px; }
.recovery-y-label { text-anchor: end; }
.recovery-x-label { text-anchor: middle; }
.recovery-axis-title { text-anchor: end; font-weight: 750; }
.recovery-curve-area { fill: #ff8f7a; opacity: .13; }
.recovery-curve-line { fill: none; stroke: #ff9e87; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.recovery-guide { stroke: rgba(200,255,75,.58); stroke-width: 1.5; stroke-dasharray: 5 5; }
.recovery-point { fill: var(--ink); stroke: var(--lime); stroke-width: 4; }
.recovery-point-label { fill: var(--lime); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 13px; font-weight: 850; }
.recovery-disclaimer { margin: 16px 0 0; color: #8296a5; font-size: .69rem; }
.recovery-article-link { display: inline-block; margin-top: 18px; color: var(--lime); font-weight: 800; text-decoration: none; }
.recovery-article-link:hover { color: var(--white); }

.learning-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.learning-sticky { position: sticky; top: 32px; }
.learning-sticky h2 { margin: 10px 0 16px; font-size: clamp(2.2rem, 4vw, 3.75rem); line-height: 1.02; letter-spacing: -.05em; }
.learning-sticky p { color: #a8bac7; }
.learning-list { display: grid; gap: 14px; }
.learning-step { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 24px; color: var(--white); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; }
.learning-step { text-decoration: none; }
.learning-step:hover { background: rgba(255,255,255,.075); border-color: rgba(141,240,200,.28); }
.step-icon { display: grid; place-items: center; width: 44px; height: 44px; color: var(--ink); background: var(--mint); border-radius: 14px; font-weight: 900; }
.learning-step h3 { margin: 0 0 3px; font-size: 1.07rem; }
.learning-step p { margin: 0; color: #9eb0bd; font-size: .9rem; }
.step-arrow { color: var(--lime); font-size: 1.5rem; }

.chart-explainer { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.chart-visual { position: relative; min-height: 430px; padding: 34px; color: var(--white); background: var(--ink-2); }
.chart-grid { position: absolute; inset: 92px 34px 34px; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 100% 25%, 20% 100%; }
.chart-bars { position: absolute; inset: 110px 48px 52px; display: flex; align-items: end; justify-content: space-between; gap: 8px; }
.candle { position: relative; width: 13px; height: var(--h); margin-bottom: var(--b); background: var(--c); border-radius: 3px; }
.candle::before { content: ""; position: absolute; left: 6px; top: -13px; width: 1px; height: calc(100% + 26px); background: var(--c); }
.chart-visual h3 { position: relative; z-index: 2; margin: 5px 0; font-size: 1.5rem; }
.chart-visual small { position: relative; z-index: 2; color: #9fb1bf; }
.chart-copy { padding: 40px; }
.chart-copy h2 { margin: 9px 0 14px; color: var(--ink); font-size: 2.25rem; line-height: 1.07; letter-spacing: -.045em; }
.explain-row { display: grid; grid-template-columns: 32px 1fr; gap: 13px; margin-top: 22px; }
.explain-dot { display: grid; place-items: center; width: 28px; height: 28px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: .76rem; font-weight: 900; }
.explain-row strong { color: var(--ink); }
.explain-row p { margin: 2px 0 0; color: var(--muted); font-size: .92rem; }

.balance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.balance-card { min-height: 330px; padding: 34px; border-radius: 26px; }
.balance-card h3 { margin: 12px 0; font-size: 2rem; letter-spacing: -.04em; }
.balance-card ul { margin: 21px 0 0; padding: 0; list-style: none; }
.balance-card li { position: relative; margin: 12px 0; padding-left: 27px; }
.balance-card li::before { content: "+"; position: absolute; left: 0; font-weight: 900; }
.chance { color: #063e37; background: var(--mint); }
.risk { color: var(--white); background: #a13c48; }
.risk li::before { content: "!"; color: #ffd7d7; }

.qa-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; }
.question-list { display: grid; gap: 10px; }
.question { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.question button { width: 100%; padding: 19px 21px; text-align: left; color: var(--ink); background: transparent; border: 0; font-weight: 800; }
.question button::after { content: "+"; float: right; color: #08877a; }
.question.is-open button::after { content: "−"; }
.question-answer { display: none; padding: 0 21px 20px; color: var(--muted); }
.question.is-open .question-answer { display: block; }
.archive-link { display: inline-flex; margin-top: 12px; color: #087d70; font-weight: 850; text-decoration: none; }
.knowledge-assistant { grid-column: 1 / -1; display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; margin-top: 18px; color: var(--white); background: #071321; border: 1px solid rgba(7,19,33,.14); border-radius: 28px; box-shadow: 0 28px 80px rgba(7,19,33,.16); }
.knowledge-assistant-intro { display: flex; flex-direction: column; justify-content: space-between; gap: 34px; padding: 38px; background: radial-gradient(circle at 5% 0, rgba(39,210,192,.23), transparent 43%), linear-gradient(145deg, #0b2435, #09202d); }
.knowledge-assistant-intro h3 { margin: 9px 0 15px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: .98; letter-spacing: -.052em; }
.knowledge-assistant-intro p { margin: 0; color: #b4c7d1; }
.assistant-beta { display: inline-flex; padding: 4px 7px; margin-left: 6px; color: var(--ink); background: var(--lime); border-radius: 99px; font-size: .62rem; letter-spacing: .08em; vertical-align: 2px; }
.assistant-guardrails { display: grid; gap: 10px; padding: 0; margin: 0; color: #a9bbc6; font-size: .78rem; list-style: none; }
.assistant-guardrails li { position: relative; padding-left: 22px; }
.assistant-guardrails li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.assistant-panel { display: grid; align-content: start; min-width: 0; padding: 30px; background: #f7f9f9; }
.assistant-messages { display: grid; gap: 14px; max-height: 470px; overflow-y: auto; padding: 3px 5px 18px 0; scroll-behavior: smooth; }
.assistant-message { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 11px; align-items: start; max-width: 88%; color: var(--ink); }
.assistant-message.is-user { justify-self: end; grid-template-columns: minmax(0, 1fr) 38px; }
.assistant-message.is-user .assistant-avatar { grid-column: 2; grid-row: 1; color: var(--white); background: #0d7e73; }
.assistant-message.is-user > div { grid-column: 1; grid-row: 1; background: #dff8f3; }
.assistant-message > div { min-width: 0; padding: 14px 16px; background: var(--white); border: 1px solid #dce5e8; border-radius: 5px 16px 16px; }
.assistant-message.is-user > div { border-radius: 16px 5px 16px 16px; }
.assistant-message strong { display: block; margin-bottom: 4px; font-size: .73rem; }
.assistant-message p { margin: 0; color: #425766; font-size: .88rem; }
.assistant-avatar { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--lime); border-radius: 12px; font-size: .65rem; font-weight: 900; }
.assistant-source-label { display: block; margin-top: 11px; color: #6c7e8b; font-size: .66rem; font-weight: 800; }
.assistant-sources { display: grid; gap: 5px; padding: 0; margin: 5px 0 0; list-style: none; }
.assistant-sources a { color: #087d70; font-size: .73rem; font-weight: 800; text-decoration: none; }
.assistant-sources a:hover { text-decoration: underline; }
.assistant-suggestions { display: flex; flex-wrap: wrap; gap: 7px; padding: 15px 0; border-top: 1px solid #dde6e8; }
.assistant-suggestions button { padding: 8px 11px; color: #32505f; background: var(--white); border: 1px solid #ccdadd; border-radius: 99px; font: inherit; font-size: .7rem; font-weight: 750; cursor: pointer; }
.assistant-suggestions button:hover { color: #075d54; border-color: #69bdb3; }
.assistant-form { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; align-items: end; }
.assistant-form textarea { width: 100%; min-height: 66px; max-height: 150px; padding: 13px 15px; color: var(--ink); background: var(--white); border: 1px solid #bfcdd2; border-radius: 14px; font: inherit; resize: vertical; outline: 0; }
.assistant-form textarea:focus { border-color: #0b8f82; box-shadow: 0 0 0 3px rgba(39,210,192,.15); }
.assistant-form .button { min-height: 48px; border: 0; cursor: pointer; }
.assistant-form .button:disabled { opacity: .65; cursor: wait; }
.assistant-status { min-height: 18px; margin: 8px 0 0; color: #617783; font-size: .68rem; }
.assistant-privacy { margin: 4px 0 0; color: #72858f; font-size: .64rem; }
.assistant-privacy a { color: #087d70; font-weight: 800; }
.question-submit-card { grid-column: 1 / -1; display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; margin-top: 18px; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,.09); border-radius: 26px; box-shadow: 0 26px 75px rgba(7,19,33,.14); }
.question-submit-copy { padding: 36px; background: radial-gradient(circle at 0 0, rgba(39,210,192,.18), transparent 42%), #0b1b2a; }
.question-submit-copy h3 { margin: 8px 0 14px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.05em; }
.question-submit-copy > p { color: #b2c4ce; }
.question-submit-copy ul { display: grid; gap: 11px; padding: 0; margin: 25px 0 0; color: #a9bbc6; font-size: .82rem; list-style: none; }
.question-submit-copy li { position: relative; padding-left: 22px; }
.question-submit-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.question-submit-form { position: relative; display: grid; gap: 18px; padding: 36px; background: #0f2638; }
.question-form-field { display: grid; gap: 8px; }
.question-form-field > span { color: #dbe7ed; font-size: .83rem; font-weight: 800; }
.question-form-field > span > small { color: #8297a5; font-weight: 650; }
.question-form-field input, .question-form-field textarea { width: 100%; color: var(--white); background: #081725; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; font: inherit; outline: 0; }
.question-form-field input { min-height: 48px; padding: 0 14px; }
.question-form-field textarea { min-height: 150px; padding: 14px; resize: vertical; }
.question-form-field input:focus, .question-form-field textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(200,255,75,.12); }
.question-form-field small { color: #7f94a3; font-size: .68rem; }
.question-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.question-privacy-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #a9bbc6; font-size: .76rem; }
.question-privacy-check input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--lime); }
.question-privacy-check a { color: var(--lime); font-weight: 750; }
.question-submit-button { width: fit-content; border: 0; cursor: pointer; }
.question-form-footnote { margin: -5px 0 0; color: #78909f; font-size: .67rem; }
.question-form-message { padding: 14px 16px; border-radius: 12px; font-size: .8rem; font-weight: 700; }
.question-form-message.is-success { color: #dfffc8; background: rgba(92,183,92,.16); border: 1px solid rgba(133,222,114,.32); }
.question-form-message.is-error { color: #ffe0dc; background: rgba(220,82,82,.15); border: 1px solid rgba(255,122,122,.3); }
.question-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.partner-card { display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.partner-brand { display: flex; flex-direction: column; justify-content: space-between; min-height: 410px; padding: 38px; color: var(--white); background: #5b3df5; }
.partner-brand h3 { margin: 8px 0; font-size: 2.35rem; letter-spacing: -.045em; }
.partner-status { display: inline-flex; align-self: flex-start; padding: 7px 10px; color: #2c1c9c; background: #e2dcff; border-radius: 99px; font-size: .76rem; font-weight: 850; }
.partner-content { padding: 40px; }
.partner-content h2 { margin: 8px 0 14px; color: var(--ink); font-size: 2.25rem; letter-spacing: -.045em; }
.partner-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin: 24px 0; }
.partner-fact { padding: 15px; background: #f3f5f6; border-radius: 13px; }
.partner-fact strong { display: block; color: var(--ink); }
.partner-fact small { color: var(--muted); }
.ad-disclosure { padding: 14px 16px; color: #6f531c; background: #fff6df; border: 1px solid #f2d99d; border-radius: 12px; font-size: .82rem; }
.button-disabled { margin-top: 18px; color: #70808d; background: #e8edef; cursor: not-allowed; }
.partner-source-note { margin: 15px 0 0; color: var(--muted); font-size: .74rem; }
.partner-source-note a { color: #087d70; font-weight: 750; }

.site-footer { padding: 58px 0 28px; color: #a5b4bf; background: #050d16; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 38px; }
.footer-grid h3 { margin: 0 0 14px; color: var(--white); font-size: .9rem; }
.footer-grid a { display: block; margin: 9px 0; color: #9fb0bc; text-decoration: none; font-size: .88rem; }
.footer-grid a:hover { color: var(--lime); }
.footer-consent-link { display: block; padding: 0; margin: 9px 0; color: #9fb0bc; background: transparent; border: 0; font: inherit; font-size: .88rem; text-align: left; cursor: pointer; }
.footer-consent-link:hover { color: var(--lime); }
.footer-pending { display: block; margin: 9px 0; color: #70808d; font-size: .82rem; }
.footer-about { max-width: 360px; }
.footer-brand { display: inline-block !important; margin: 0 0 18px !important; }
.footer-logo { display: block; width: 210px; max-width: 100%; height: auto; }
.footer-about p { font-size: .86rem; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.footer-copyright { display: block; margin-top: 10px; color: #71818c; }

.consent-banner[hidden], .consent-preferences[hidden], .consent-summary[hidden], .consent-close[hidden] { display: none !important; }
.consent-banner { position: fixed; z-index: 99990; right: 20px; bottom: 20px; left: 20px; display: flex; justify-content: center; pointer-events: none; }
.consent-card { position: relative; width: min(920px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 28px; color: #dbe7ed; background: rgba(7,19,33,.985); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; box-shadow: 0 26px 90px rgba(0,0,0,.42); pointer-events: auto; }
.consent-card h2 { margin: 7px 42px 10px 0; color: var(--white); font-size: clamp(1.45rem, 3vw, 2.1rem); line-height: 1.08; letter-spacing: -.035em; }
.consent-card p { margin: 0; color: #a9bbc6; font-size: .9rem; }
.consent-close { position: absolute; top: 17px; right: 18px; width: 38px; height: 38px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 50%; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.consent-button { min-height: 46px; padding: 0 19px; border: 1px solid rgba(255,255,255,.24); border-radius: 99px; font: inherit; font-size: .86rem; font-weight: 850; cursor: pointer; }
.consent-actions-primary .consent-button { flex: 1 1 190px; }
.consent-button-primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.consent-button-secondary { color: var(--white); background: transparent; }
.consent-button:hover { transform: translateY(-1px); }
.consent-settings-toggle, .consent-privacy-link { display: inline-block; margin: 15px 15px 0 0; color: #b9ccd7; background: transparent; border: 0; font: inherit; font-size: .78rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.consent-category { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; margin-top: 12px; padding: 16px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; }
.consent-category strong { display: block; margin-bottom: 4px; color: var(--white); }
.consent-category p { font-size: .78rem; }
.consent-switch { display: flex; align-items: center; gap: 8px; color: #dbe7ed; font-size: .76rem; font-weight: 750; white-space: nowrap; }
.consent-switch input { width: 20px; height: 20px; accent-color: var(--lime); }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 16px; clip: auto; color: var(--ink); background: var(--lime); border-radius: 8px; font-weight: 800; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.content-shell { padding: 76px 0 100px; }
.breadcrumbs { margin-bottom: 28px; color: var(--muted); font-size: .78rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 7px; color: #9aa8b1; }
.breadcrumbs a { color: #087d70; text-decoration: none; font-weight: 700; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 64px; align-items: start; }
.content-main { min-width: 0; }
.content-header { max-width: 820px; margin-bottom: 38px; }
.content-header h1 { margin: 10px 0 16px; color: var(--ink); font-size: clamp(2.2rem, 5vw, 4.7rem); line-height: 1.02; letter-spacing: -.055em; }
.content-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: .9rem; }
.prose { color: #263748; font-size: 1.08rem; }
.prose > * { max-width: 760px; }
.prose h2, .prose h3 { color: var(--ink); line-height: 1.15; letter-spacing: -.025em; }
.prose h2 { margin: 2.1em 0 .65em; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.prose h3 { margin: 1.8em 0 .55em; font-size: 1.35rem; }
.prose p, .prose ul, .prose ol { margin-top: 0; margin-bottom: 1.25em; }
.prose a { color: #087d70; font-weight: 700; text-underline-offset: 3px; }
.prose blockquote { margin: 1.8em 0; padding: 22px 26px; color: var(--ink); background: #e9f5f0; border-left: 4px solid var(--aqua); border-radius: 0 14px 14px 0; }
.prose img { max-width: 100%; height: auto; border-radius: 18px; }
.prose table { width: 100%; margin: 1.8em 0; border-collapse: collapse; font-size: .94rem; }
.prose th, .prose td { padding: 13px 14px; text-align: left; border: 1px solid var(--line); }
.prose th { color: var(--ink); background: #e9f2ef; }
.network-page { padding-top: 56px; background: radial-gradient(circle at 86% 18%, rgba(39,210,192,.1), transparent 26%), var(--paper); }
.network-page-grid { display: block; }
.network-page .content-header { max-width: 930px; margin-bottom: 28px; }
.network-page .content-header h1 { max-width: none; font-size: clamp(3.7rem, 8vw, 7.4rem); }
.network-page .prose > * { max-width: none; }
.network-page .prose .network-intro { max-width: 820px; margin-bottom: 42px; color: #526675; font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.55; }
.network-showcase { position: relative; overflow: hidden; padding: 22px; color: var(--white); background: radial-gradient(circle at 100% 0, rgba(141,240,200,.17), transparent 32%), #071321; border: 1px solid rgba(7,19,33,.22); border-radius: 32px; box-shadow: 0 34px 90px rgba(7,19,33,.2); }
.network-showcase::before { content: "4YOU"; position: absolute; right: -10px; bottom: -58px; color: rgba(255,255,255,.025); font-size: clamp(8rem, 18vw, 17rem); font-weight: 950; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.prose .network-directory { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: none; margin: 0; }
.prose .network-site-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 380px; padding: 30px; color: var(--white); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 22px; box-shadow: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.prose .network-site-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.085); border-color: rgba(255,255,255,.22); }
.prose .network-site-card::after { content: ""; position: absolute; top: 0; right: 26px; left: 26px; height: 3px; background: var(--network-accent); border-radius: 0 0 4px 4px; }
.network-site-dus { --network-accent: #27d2c0; }
.network-site-fortuna { --network-accent: #ff5a66; }
.network-site-spiessbuch { --network-accent: #c8ff4b; }
.prose .network-card-kicker { display: block; margin: 10px 0 70px; color: var(--network-accent); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.prose .network-site-card h2 { margin: 0 0 15px; color: var(--white); font-size: clamp(1.75rem, 2.7vw, 2.7rem); line-height: .98; letter-spacing: -.055em; overflow-wrap: anywhere; }
.prose .network-site-card h2 span { color: var(--network-accent); }
.prose .network-site-card p { max-width: 29ch; margin-bottom: 30px; color: #aebfca; font-size: .92rem; line-height: 1.55; }
.prose .network-site-card a { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-top: auto; padding-top: 18px; color: var(--white); border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; font-weight: 850; text-decoration: none; }
.prose .network-site-card a span:last-child { display: grid; width: 32px; height: 32px; place-items: center; color: var(--ink); background: var(--network-accent); border-radius: 50%; font-size: 1rem; }
.prose .network-site-card a:hover { color: var(--network-accent); text-decoration: none; }
.network-showcase-foot { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 24px; padding: 24px 8px 5px; color: #8296a3; font-size: .74rem; }
.network-showcase-foot strong { color: #d8e4e9; }
.network-principle { display: grid; grid-template-columns: .7fr 1fr; gap: 26px 70px; align-items: start; padding: 72px 0 0; }
.network-principle .eyebrow { grid-column: 1 / -1; margin: 0; }
.prose .network-principle h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.05em; }
.network-principle p { max-width: 48ch; margin: 5px 0 0; color: var(--muted); }
.editorial-source { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; max-width: 760px; margin-top: 38px; padding: 18px 20px; background: #e9f5f0; border: 1px solid #d1e7de; border-radius: 14px; }
.editorial-source a { color: #087d70; font-weight: 800; }
.content-sidebar { position: sticky; top: 28px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 40px rgba(7,19,33,.07); }
.content-sidebar h2 { margin: 0 0 12px; color: var(--ink); font-size: 1.15rem; }
.content-sidebar p { margin: 0; color: var(--muted); font-size: .94rem; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.listing-card { display: flex; flex-direction: column; min-height: 270px; padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 35px rgba(7,19,33,.06); }
.listing-card h2 { margin: 12px 0; color: var(--ink); font-size: 1.45rem; line-height: 1.18; letter-spacing: -.025em; }
.listing-card h2 a { text-decoration: none; }
.listing-card p { color: var(--muted); }
.listing-card .button-link { margin-top: auto; color: #087d70; font-weight: 800; text-decoration: none; }
.pagination { margin-top: 42px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.pagination a, .pagination span { display: grid; min-width: 40px; height: 40px; place-items: center; padding: 0 12px; text-decoration: none; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.pagination .current { color: var(--white); background: var(--ink); border-color: var(--ink); }
.search-form { display: flex; gap: 10px; max-width: 620px; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 48px; padding: 0 16px; border: 1px solid #bbc9cf; border-radius: 11px; }
.search-submit { padding: 0 20px; color: var(--ink); background: var(--lime); border: 0; border-radius: 11px; font-weight: 800; }

@media (max-width: 980px) {
  .hero-grid, .learning-grid, .chart-explainer, .qa-layout, .partner-card { grid-template-columns: 1fr; }
  .knowledge-assistant, .question-submit-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .translator-card { max-width: 640px; }
  .learning-sticky { position: static; }
  .promise-grid { grid-template-columns: 1fr 1fr; }
  .market-dashboard-heading { display: block; }
  .market-data-badge { display: inline-flex; margin: -18px 0 28px; }
  .market-symbols { grid-template-columns: repeat(3, 1fr); }
  .market-reading-grid { grid-template-columns: 1fr; }
  .economic-chart-grid { grid-template-columns: 1fr; }
  .compound-lab { grid-template-columns: 1fr; }
  .compound-controls { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .recovery-lab { grid-template-columns: 1fr; }
  .recovery-controls { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .content-grid { grid-template-columns: 1fr; gap: 34px; }
  .network-page-grid { display: block; }
  .content-sidebar { position: static; }
  .listing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --wrap: min(1180px, calc(100% - 28px)); --radius: 18px; }
  .section { padding: 70px 0; }
  .brand-logo-surface .custom-logo { width: 174px; height: auto; }
  .main-nav { display: none; position: absolute; top: 76px; left: 14px; right: 14px; padding: 20px; background: var(--ink-2); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav .menu { display: grid; gap: 12px; }
  .menu-toggle { display: block; }
  .hero { padding-top: 126px; }
  .hero-grid { gap: 48px; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 5rem); }
  .translator-card { padding: 22px; }
  .market-ribbon-inner { grid-template-columns: 1fr; }
  .market-dashboard-section { padding-top: 64px; }
  .market-dashboard { border-radius: 20px; }
  .market-symbols { display: flex; overflow-x: auto; scroll-snap-type: x proximity; }
  .market-symbol { flex: 0 0 132px; scroll-snap-align: start; }
  .market-dashboard-stage, .chart-consent { min-height: 470px; }
  .chart-consent { grid-template-columns: 1fr; align-content: center; gap: 20px; padding: 28px; }
  .chart-consent-icon { width: 58px; height: 58px; border-radius: 17px; font-size: 1.6rem; }
  .market-chart-frame { height: 470px; }
  .compound-lab { border-radius: 20px; }
  .compound-controls, .compound-chart-panel { padding: 26px; }
  .compound-stats { grid-template-columns: 1fr; }
  .compound-chart-wrap { padding: 10px; }
  .recovery-lab { border-radius: 20px; }
  .recovery-controls, .recovery-chart-panel { padding: 26px; }
  .recovery-chart-wrap { padding: 10px; }
  .promise-grid, .balance-grid, .partner-facts { grid-template-columns: 1fr; }
  .chart-visual { min-height: 350px; }
  .chart-copy, .partner-content, .partner-brand { padding: 28px; }
  .partner-brand { min-height: 280px; }
  .question-submit-copy, .question-submit-form { padding: 26px; }
  .knowledge-assistant-intro, .assistant-panel { padding: 26px; }
  .assistant-message { max-width: 96%; }
  .assistant-form { grid-template-columns: 1fr; }
  .assistant-form .button { width: 100%; }
  .question-form-row { grid-template-columns: 1fr; }
  .question-submit-button { width: 100%; }
  .prose .network-directory { grid-template-columns: 1fr; }
  .network-showcase { padding: 12px; border-radius: 24px; }
  .prose .network-site-card { min-height: 320px; padding: 24px; }
  .prose .network-card-kicker { margin-bottom: 48px; }
  .network-showcase-foot { display: grid; padding: 20px 12px 8px; }
  .network-principle { grid-template-columns: 1fr; gap: 18px; padding-top: 54px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .footer-logo { width: 190px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .consent-banner { right: 10px; bottom: 10px; left: 10px; }
  .consent-card { max-height: calc(100vh - 20px); padding: 22px; border-radius: 18px; }
  .consent-category { grid-template-columns: 1fr; gap: 12px; }
  .consent-actions { display: grid; grid-template-columns: 1fr; }
  .consent-button { width: 100%; }
  .listing-grid { grid-template-columns: 1fr; }
  .search-form { display: grid; }
  .search-submit { height: 46px; }
}

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