:root{
  --bg:#050505;
  --panel:rgba(255,255,255,.045);
  --panel-2:rgba(255,255,255,.03);
  --border:rgba(255,255,255,.08);
  --text:#f7f7f7;
  --muted:#b9b9b9;
  --green:#16f26d;
  --green-2:#11cb5b;
  --green-soft:rgba(22,242,109,.16);
  --orange:#ff9a1c;
  /* Kräftiges „Crypto“-Orange (klar von Gold/Amber unterscheidbar) */
  --btc-orange:#ff7a00;
  --btc-orange-deep:#e35d00;
  --gold:#ffcf57;
  /* Öl: warmes Ölbraun / Amber */
  --oil-brown:#c4964a;
  --oil-brown-deep:#7a4f18;
  --oil-brown-glow:rgba(196,150,74,.42);
  --oil-text:#c8a872;
  --oil-text-strong:#e8c88f;
  --oil-fg-dark:#dfc9a0;
  --blue:#34a6ff;
  --btc-orange-matte:#a8846a;
  --gold-matte:#b89a6e;
  --sp500-matte:#a87878;
  --dax-blue-matte:#5a8fab;
  --green-live-matte:#5a9e82;
  --oil-matte:#6b727c;
  --status-shimmer-rest:#ffffff;
  --status-pulse-duration:5s;
  --status-pulse-ease:cubic-bezier(0.45, 0, 0.25, 1);
  --radius:28px;
  --radius-sm:18px;
  --container:1200px;
  --shadow:0 30px 80px rgba(0,0,0,.42);
}
*{box-sizing:border-box}
/* Schwerer Blur/Backdrop auf Fixed-Layern + scroll-behavior:smooth erzeugt oft Ruckeln — natives Wheel-Scrolling */
html{scroll-behavior:auto}
body{
  margin:0;
  font-family:"Inter",system-ui,sans-serif;
  background:radial-gradient(circle at 12% 10%, rgba(22,242,109,.08), transparent 24%), radial-gradient(circle at 88% 82%, rgba(52,166,255,.06), transparent 22%), var(--bg);
  color:var(--text);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img,video{display:block;max-width:100%}
button{font:inherit}
h1,h2,h3,h4,p{margin:0}
.container{width:min(calc(100% - 40px), var(--container)); margin:0 auto}
.section{
  position:relative;
  padding:110px 0;
  content-visibility:auto;
  contain-intrinsic-size:auto 520px;
}
.glass{
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}
.ambient,.grid-overlay,.noise{position:fixed; inset:0; pointer-events:none}
/* Kein riesiges filter:blur auf full-screen-fixed — das kostet beim Scrollen massiv GPU/Composite */
.ambient{opacity:.22}
.ambient-a{background:radial-gradient(circle at 20% 10%, var(--green), transparent 28%)}
.ambient-b{background:radial-gradient(circle at 80% 80%, #2f8dff, transparent 24%)}
.grid-overlay{
  background-image:linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size:64px 64px;
  opacity:.2;
}
/* Noise-Tile + mask auf Fullscreen = teuer beim Scrollen — weglassen */
.noise{display:none}
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(5,5,5,.98);
  border-bottom:1px solid rgba(255,255,255,.06);
  overflow:visible;
}
.site-header{
  --nav-signal-opacity:.42;
  --nav-sweep-opacity:0;
  --nav-breathe-shadow:0 12px 36px rgba(0,0,0,.24);
  box-shadow:var(--nav-breathe-shadow);
  transition:box-shadow .4s ease, background .4s ease;
}
.site-header::before,
.site-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  pointer-events:none;
}
.site-header::before{
  top:0;
  bottom:0;
  z-index:0;
  opacity:var(--nav-sweep-opacity);
  background:
    linear-gradient(105deg, transparent 0%, rgba(22,242,109,.02) 45%, rgba(22,242,109,.14) 50%, rgba(22,242,109,.03) 56%, transparent 100%);
  transform:translateX(-130%);
}
.site-header::after{
  height:1px;
  bottom:-1px;
  z-index:1;
  opacity:.2;
  background:linear-gradient(90deg, rgba(22,242,109,.12), rgba(22,242,109,.32), rgba(22,242,109,.12));
}
.site-header .nav-shell.container{
  width:100%;
  max-width:none;
  margin:0 auto;
  padding-inline:clamp(16px,3vw,48px);
}
.site-header .nav-shell{
  position:relative;
  z-index:2;
}
.site-header{
  animation:navBreath 9.4s ease-in-out infinite;
}
.nav-signal-rail{
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:38px;
  z-index:2;
  pointer-events:none;
  overflow:hidden;
  filter:drop-shadow(0 6px 20px rgba(18,242,109,.09));
}
.nav-signal-svg{
  width:100%;
  height:100%;
  display:block;
}
.nav-signal-shell-bg{
  fill:rgba(8,13,14,.34);
  stroke:rgba(118,255,180,.08);
  stroke-width:1;
}
.nav-signal-grid-line{
  stroke:rgba(150,255,194,.07);
  stroke-width:1;
  stroke-dasharray:8 18;
}
.nav-signal-grid-line-mid{
  stroke:rgba(150,255,194,.11);
  stroke-dasharray:10 14;
}
.nav-signal-structure{
  pointer-events:none;
}
.nav-signal-candle-wick{
  stroke:rgba(132,255,190,.22);
  stroke-width:1.05;
  stroke-linecap:round;
}
.nav-signal-candle-wick.is-bearish{
  stroke:rgba(255,146,159,.18);
}
.nav-signal-candle-body{
  fill:rgba(34,255,129,.2);
  stroke:rgba(132,255,190,.26);
  stroke-width:.8;
}
.nav-signal-candle-body.is-bearish{
  fill:rgba(255,104,121,.16);
  stroke:rgba(255,138,150,.2);
}
.nav-signal-area{
  fill:url(#navSignalAreaGradient);
  opacity:.9;
}
.nav-signal-echo{
  fill:none;
  stroke:rgba(118,255,180,.16);
  stroke-width:1.25;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-dasharray:3 10;
}
.nav-signal-bloom{
  fill:none;
  stroke:rgba(100,255,164,.18);
  stroke-width:12;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.95;
}
.nav-signal-shadow{
  fill:none;
  stroke:rgba(22,242,109,.18);
  stroke-width:7.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.95;
}
.nav-signal-line{
  fill:none;
  stroke:url(#navSignalStrokeGradient);
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 10px rgba(22,242,109,.42));
}
.nav-signal-guide{
  stroke:rgba(125,255,185,.18);
  stroke-width:1.1;
  stroke-dasharray:3 8;
}
.nav-signal-guide.is-bearish{
  stroke:rgba(255,142,154,.13);
}
.nav-signal-blips{
  pointer-events:none;
}
.nav-signal-blip{
  fill:rgba(194,255,218,.85);
  filter:drop-shadow(0 0 7px rgba(22,242,109,.42));
}
.nav-signal-blip.is-bearish{
  fill:rgba(255,214,220,.8);
  filter:drop-shadow(0 0 7px rgba(255,90,107,.18));
}
.nav-signal-tick{
  stroke:rgba(126,255,186,.65);
  stroke-width:1.4;
  stroke-linecap:round;
}
.nav-signal-tick.is-bearish{
  stroke:rgba(255,138,150,.48);
}
.nav-signal-head-glow{
  fill:url(#navSignalHeadGlow);
  opacity:.95;
}
.nav-signal-head-glow.is-bearish{
  fill:url(#navSignalHeadGlowBear);
  opacity:.58;
}
.nav-signal-head{
  fill:#dbffe7;
  stroke:rgba(22,242,109,.78);
  stroke-width:1.8;
  filter:drop-shadow(0 0 12px rgba(22,242,109,.65));
}
.nav-signal-head.is-bearish{
  fill:#ffe7ea;
  stroke:rgba(255,118,132,.6);
  filter:drop-shadow(0 0 12px rgba(255,90,107,.22));
}
.nav-signal-price-tag{
  pointer-events:none;
  opacity:.96;
}
.nav-signal-price-tag-bg{
  fill:rgba(7,12,13,.84);
  stroke:rgba(126,255,186,.18);
  stroke-width:1;
}
.nav-signal-price-tag.is-bearish .nav-signal-price-tag-bg{
  stroke:rgba(255,138,150,.16);
}
.nav-signal-price-tag-text{
  fill:#f4fff8;
  font-size:9.4px;
  font-weight:700;
  letter-spacing:.03em;
}
.nav-signal-price-tag-meta{
  fill:rgba(196,255,219,.72);
  font-size:5.4px;
  font-weight:700;
  letter-spacing:.22em;
}
.nav-signal-price-tag.is-bearish .nav-signal-price-tag-meta{
  fill:rgba(255,208,216,.66);
}
.header-lang{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
  margin-left:0;
  position:relative;
  z-index:2;
}
.lang-dropdown{
  position:relative;
  z-index:80;
}
.lang-flag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:0;
}
.lang-flag-svg{
  display:block;
  width:26px;
  height:16px;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(255,255,255,.12);
}
.lang-btn.is-active .lang-flag-svg{
  box-shadow:0 0 0 1px rgba(4,17,8,.25);
}
.lang-dd-flag{
  display:none;
  align-items:center;
  justify-content:center;
  line-height:0;
}
.lang-dropdown[data-current-lang="de"] .lang-dd-flag--de{display:inline-flex}
.lang-dropdown[data-current-lang="en"] .lang-dd-flag--en{display:inline-flex}
.lang-dropdown[data-current-lang="es"] .lang-dd-flag--es{display:inline-flex}
.lang-dropdown-toggle{
  appearance:none;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.03);
  color:var(--muted);
  border-radius:12px;
  width:40px;
  height:40px;
  padding:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  line-height:0;
  transition:border-color .2s ease, background .2s ease, color .2s ease;
}
.lang-dropdown-toggle:hover{
  color:var(--text);
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.05);
}
.lang-dropdown-chevron{
  display:none;
  flex-shrink:0;
  opacity:.75;
  transition:transform .22s ease;
}
.lang-dropdown-toggle[aria-expanded="true"] .lang-dropdown-chevron{
  transform:rotate(180deg);
}
.lang-dropdown-panel{
  position:absolute;
  top:calc(100% + 6px);
  right:0;
  min-width:128px;
  padding:6px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(10,12,14,.96);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 18px 44px rgba(0,0,0,.52);
  display:flex;
  flex-direction:column;
  gap:4px;
}
.lang-dropdown-panel[hidden]{
  display:none!important;
}
.lang-dropdown-panel .lang-btn{
  width:100%;
  justify-content:flex-start;
  padding:8px 10px;
  border-radius:10px;
}
.lang-btn{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--muted);
  font-size:0;
  font-weight:600;
  letter-spacing:0;
  padding:5px 8px;
  border-radius:999px;
  cursor:pointer;
  transition:color .2s ease, background .2s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:0;
}
.lang-btn:hover{color:var(--text)}
.lang-btn.is-active{
  color:#041108;
  background:linear-gradient(180deg, #27ff87 0%, #12d861 100%);
  box-shadow:0 6px 18px rgba(22,242,109,.22);
}
.nav-shell{display:flex; align-items:center; justify-content:space-between; min-height:86px; gap:clamp(10px,2vw,24px); flex-wrap:nowrap}
.nav-left-cluster{display:flex; align-items:center; gap:clamp(12px,2vw,20px); flex-wrap:nowrap; flex:0 1 auto; min-width:0}
.nav-leading{display:flex; align-items:center; gap:14px; flex-wrap:nowrap; min-width:0; flex:0 1 auto}
.brand img{width:clamp(130px,18vw,180px)}
.header-social{display:flex; align-items:center; gap:8px; flex-shrink:0}
.header-social-link{display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:12px; border:1px solid rgba(255,255,255,.12); color:var(--muted); background:rgba(255,255,255,.03); transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}
.header-social-link:hover{color:var(--green); border-color:rgba(22,242,109,.35); background:rgba(22,242,109,.08); transform:translateY(-1px)}
.header-social-icon{width:20px; height:20px}
.site-nav{
  display:grid;
  grid-template-columns:minmax(0,1fr) max-content max-content;
  align-items:center;
  column-gap:clamp(16px,2vw,36px);
  row-gap:0;
  flex:0 1 auto;
  min-width:0;
  margin-left:0;
  overflow:visible;
  padding-inline-start:0;
}
.site-nav > .site-nav-links{
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-x:contain;
  scrollbar-width:thin;
  padding-block:2px;
  -webkit-overflow-scrolling:touch;
}
.site-nav-links{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  align-content:center;
  justify-content:flex-end;
  gap:clamp(8px,1.2vw,14px) clamp(10px,1.6vw,22px);
  min-width:0;
}
.site-nav-links a{
  font-size:clamp(12px,0.95vw,14px);
  padding-block:6px;
  line-height:1.35;
  white-space:nowrap;
}
.site-nav-dash{
  font-size:clamp(12px,0.95vw,14px);
  padding-block:6px;
  padding-inline:4px;
  line-height:1.35;
  white-space:nowrap;
  flex-shrink:0;
  justify-self:end;
  width:max-content;
  max-width:100%;
}
@media (min-width: 1200px){
  .site-nav-links{
    gap:clamp(8px,1.2vw,12px) clamp(10px,1.8vw,20px);
  }
  .site-nav-links a,
  .site-nav-dash{font-size:clamp(13px,1.05vw,15px)}
}
.site-nav a{color:var(--muted); transition:.25s ease}
.site-nav a:hover{color:var(--green)}
.site-nav-links a,
.site-nav-dash,
.header-social-link,
.nav-button{
  transition:transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.site-nav-links a:hover,
.site-nav-dash:hover{
  transform:translateY(-1px);
  text-shadow:0 0 10px rgba(22,242,109,.2);
}
.nav-cta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:nowrap;
  justify-content:flex-end;
  flex-shrink:0;
  width:max-content;
  max-width:100%;
  position:relative;
  z-index:2;
  isolation:isolate;
}
.site-nav:not(:has(.nav-cta)){
  grid-template-columns:minmax(0,1fr);
  justify-items:end;
}
.site-nav:not(:has(.nav-cta)) .site-nav-links{justify-content:flex-end}
@media (min-width: 993px){
  .nav-shell{
    justify-content:center;
    gap:clamp(16px,2.5vw,36px);
  }
}
.nav-button{padding:12px 18px; border-radius:999px; border:1px solid rgba(22,242,109,.28); background:rgba(22,242,109,.08)!important; color:#fff!important}
.nav-button-register{border-color:rgba(255,255,255,.14); background:rgba(255,255,255,.05)!important}
.nav-button-register:hover{border-color:rgba(22,242,109,.35); background:rgba(22,242,109,.1)!important}
.menu-toggle{display:none; width:48px; height:48px; background:transparent; border:0; padding:0}
.menu-toggle span{display:block; width:22px; height:2px; margin:5px auto; background:#fff; transition:.25s ease}
.hero{padding-top:88px}
.hero-grid,.split-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:52px; align-items:center}
.split-grid.reverse{grid-template-columns:.95fr 1.05fr}
.eyebrow{display:inline-flex; align-items:center; gap:8px; text-transform:uppercase; letter-spacing:.15em; font-size:13px; color:var(--green); margin-bottom:18px}
.eyebrow.small{font-size:11px}
h1{font-size:clamp(44px, 6vw, 82px); line-height:1; letter-spacing:-.05em; max-width:900px}
.hero .hero-copy h1{text-wrap:balance}
h2{font-size:clamp(30px, 4vw, 56px); line-height:1.04; letter-spacing:-.045em; max-width:900px}
h3{font-size:clamp(22px, 2.4vw, 34px); line-height:1.12; letter-spacing:-.03em}
.lead,.copy-block p,.section-head p,.trust-grid p,.footer-text,.disclaimer,.faq-answer p,.footnote,.exchange-card p,.step-card p,.bot-copy p,.safety-card p{color:var(--muted); line-height:1.78; font-size:17px}
.hero-actions{display:flex; flex-wrap:wrap; gap:14px; margin-top:30px}
.btn{display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:0 22px; border-radius:999px; border:1px solid transparent; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease; cursor:pointer}
.btn:hover{transform:translateY(-3px)}
.btn-primary{background:linear-gradient(180deg, #27ff87 0%, #12d861 100%); color:#041108; box-shadow:0 18px 42px rgba(22,242,109,.28)}
/* Abo-Buttons auf Bot-Karten: Premium dunkel, fein geschichtet (kein Neongrün) */
.btn-primary.bot-button{
  /* position: nicht setzen — .bot-card .bot-button nutzt position:absolute (unten rechts) */
  isolation:isolate;
  overflow:hidden;
  background:
    linear-gradient(165deg, rgba(255,255,255,.07) 0%, transparent 42%),
    linear-gradient(180deg, #4a4a4e 0%, #353537 22%, #252527 58%, #141416 100%);
  color:#fafafa;
  border:1px solid rgba(255,255,255,.14);
  border-bottom-color:rgba(0,0,0,.35);
  box-shadow:
    0 1px 0 rgba(255,255,255,.14) inset,
    0 -1px 0 rgba(0,0,0,.45) inset,
    0 2px 4px rgba(0,0,0,.35),
    0 10px 28px rgba(0,0,0,.42),
    0 28px 56px rgba(0,0,0,.2);
  font-weight:600;
  letter-spacing:-.022em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-shadow:0 1px 1px rgba(0,0,0,.45);
  transition:
    transform .32s cubic-bezier(.2,.85,.25,1),
    box-shadow .32s ease,
    border-color .32s ease,
    filter .32s ease,
    background .32s ease;
}
.btn-primary.bot-button:hover{
  background:
    linear-gradient(165deg, rgba(255,255,255,.1) 0%, transparent 45%),
    linear-gradient(180deg, #565658 0%, #424244 24%, #323234 60%, #1c1c1e 100%);
  border-color:rgba(255,255,255,.22);
  border-bottom-color:rgba(0,0,0,.28);
  filter:brightness(1.03);
  box-shadow:
    0 1px 0 rgba(255,255,255,.18) inset,
    0 -1px 0 rgba(0,0,0,.4) inset,
    0 4px 8px rgba(0,0,0,.4),
    0 14px 36px rgba(0,0,0,.48),
    0 32px 64px rgba(0,0,0,.22);
  transform:translateY(-2px);
}
.btn-primary.bot-button:active{
  filter:brightness(.97);
  transform:translateY(0);
  box-shadow:
    0 1px 0 rgba(255,255,255,.08) inset,
    0 2px 6px rgba(0,0,0,.5);
}
.btn-primary.bot-button:focus-visible{
  outline:2px solid rgba(255,255,255,.22);
  outline-offset:3px;
}
.btn-secondary{background:rgba(255,255,255,.03); border-color:rgba(255,255,255,.12); color:var(--text)}
.btn-secondary:hover{border-color:rgba(22,242,109,.35); box-shadow:0 18px 42px rgba(22,242,109,.08)}
.hero-meta{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:36px}
.mini-panel{padding:18px; border-radius:22px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.06)}
.mini-panel span{display:block; font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.13em; margin-bottom:8px}
.hero-logo-card{position:relative; min-height:430px; display:grid; place-items:center; overflow:hidden; padding:30px}
.hero-video{position:relative; z-index:2; width:min(100%, 520px); max-height:min(72vh, 520px); border-radius:20px; object-fit:cover; background:#050505; animation:floatY 7s ease-in-out infinite}
.hero-ring{position:absolute; border:1px solid rgba(255,255,255,.08); border-radius:50%; pointer-events:none; transform:translateZ(0)}
.ring-one{width:260px; height:260px; animation:rotateSlow 16s linear infinite}
.ring-two{width:400px; height:400px; border-color:rgba(22,242,109,.16); animation:rotateSlowReverse 22s linear infinite}
.ring-three{width:530px; height:530px; border-color:rgba(255,255,255,.05); animation:rotateSlow 30s linear infinite}
.status-card{margin-top:18px; padding:24px}
.status-top,.status-row{display:flex; align-items:center; justify-content:space-between}
.status-label{display:block; font-size:12px; letter-spacing:.13em; text-transform:uppercase; color:var(--muted); margin-bottom:8px}
.live-pill{display:inline-flex; align-items:center; gap:8px; min-height:36px; padding:0 14px; border-radius:999px; border:1px solid rgba(255,255,255,.22); background:rgba(255,255,255,.06); color:var(--status-shimmer-rest); animation:livePillPulse var(--status-pulse-duration) var(--status-pulse-ease) infinite; will-change:color, border-color, background-color, box-shadow}
.live-pill i{width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.88); box-shadow:0 0 0 0 rgba(22,242,109,.45); animation:pulse 2.6s ease-in-out infinite, livePillDotPulse var(--status-pulse-duration) var(--status-pulse-ease) infinite}
.status-list{margin-top:16px}
.status-row{padding:14px 0; border-top:1px solid rgba(255,255,255,.06)}
.status-row strong{color:#fff}
.status-row.status-bot-btc span,
.status-row.status-bot-btc strong.status-text{
  color:var(--status-shimmer-rest);
  font-weight:600;
  animation:statusRowBtc var(--status-pulse-duration) var(--status-pulse-ease) infinite;
  animation-delay:0s;
  will-change:color, text-shadow;
}
.status-row.status-bot-gold span,
.status-row.status-bot-gold strong.status-text{
  color:var(--status-shimmer-rest);
  font-weight:600;
  animation:statusRowGold var(--status-pulse-duration) var(--status-pulse-ease) infinite;
  animation-delay:.55s;
  will-change:color, text-shadow;
}
.status-row.status-bot-sp500 span,
.status-row.status-bot-sp500 strong.status-text{
  color:var(--status-shimmer-rest);
  font-weight:600;
  animation:statusRowSp500 var(--status-pulse-duration) var(--status-pulse-ease) infinite;
  animation-delay:1.1s;
  will-change:color, text-shadow;
}
.status-row.status-bot-dax span,
.status-row.status-bot-dax strong.status-text{
  color:var(--status-shimmer-rest);
  font-weight:600;
  animation:statusRowDax var(--status-pulse-duration) var(--status-pulse-ease) infinite;
  animation-delay:1.65s;
  will-change:color, text-shadow;
}
.status-row.status-bot-oil span,
.status-row.status-bot-oil strong.status-text{
  color:var(--status-shimmer-rest);
  font-weight:600;
  animation:statusRowOil var(--status-pulse-duration) var(--status-pulse-ease) infinite;
  animation-delay:2.2s;
  will-change:color, text-shadow;
}
.trust-band{padding:58px 0; border-top:1px solid rgba(255,255,255,.05); border-bottom:1px solid rgba(255,255,255,.05); background:rgba(255,255,255,.02)}
.trust-grid{display:grid; grid-template-columns:.95fr 1.05fr; gap:28px; align-items:center}
.copy-block,.section-head{display:grid; gap:14px}
.video-card{padding:18px}
.video-placeholder{min-height:380px; border-radius:24px; display:grid; place-items:center; gap:18px; text-align:center; border:1px dashed rgba(255,255,255,.18); background:radial-gradient(circle at center, rgba(22,242,109,.08), transparent 36%), rgba(255,255,255,.02)}
.play-button{width:84px; height:84px; border-radius:50%; border:1px solid rgba(22,242,109,.35); background:rgba(22,242,109,.08); display:grid; place-items:center; box-shadow:0 18px 42px rgba(22,242,109,.12); transition:.25s ease}
.play-button:hover{transform:scale(1.05); box-shadow:0 22px 50px rgba(22,242,109,.18)}
.play-button span{width:0; height:0; border-top:12px solid transparent; border-bottom:12px solid transparent; border-left:18px solid #fff; margin-left:4px}
.clean-list{list-style:none; margin:24px 0 0; padding:0; display:grid; gap:12px}
.clean-list li{position:relative; padding-left:28px; color:var(--muted)}
.clean-list li::before{content:""; position:absolute; left:0; top:.68em; width:12px; height:12px; border-radius:50%; background:var(--green); box-shadow:0 0 20px rgba(22,242,109,.32)}
.exchange-grid,.steps-grid,.stats-grid,.safety-grid{display:grid; gap:18px}
.exchange-grid{grid-template-columns:repeat(3,1fr); margin-top:34px}
.exchange-card,.step-card,.stat-card,.safety-card,.faq-item,.bot-card{transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease}
.exchange-card:hover,.step-card:hover,.stat-card:hover,.safety-card:hover,.faq-item:hover,.bot-card:hover{transform:translateY(-6px); border-color:rgba(22,242,109,.16); box-shadow:0 30px 80px rgba(0,0,0,.42), 0 0 0 1px rgba(22,242,109,.08)}
.exchange-card:hover{background:linear-gradient(180deg, rgba(22,242,109,.05), rgba(255,255,255,.028));}
.exchange-card{padding:24px; display:grid; gap:18px}
.exchange-brand{display:flex; align-items:center; gap:16px}
.exchange-logo{
  --pulse-rgb: 22,242,109;
  --pulse-delay: 0s;
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.1);
  overflow:visible;
  position:relative;
  isolation:isolate;
  transform:translateZ(0);
  animation:exchangeIconGlow 3.4s cubic-bezier(0.45,0,0.25,1) var(--pulse-delay) infinite;
  will-change:box-shadow;
}
.exchange-logo::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:19px;
  background:radial-gradient(circle at 50% 42%, rgba(var(--pulse-rgb),.22), transparent 62%);
  opacity:.75;
  animation:exchangeAmbient 3.4s cubic-bezier(0.45,0,0.25,1) var(--pulse-delay) infinite;
  pointer-events:none;
  z-index:0;
}
.exchange-logo::after{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius:21px;
  border:1px solid rgba(var(--pulse-rgb), .45);
  opacity:0;
  transform:scale(.94);
  animation:exchangeRipple 2.85s cubic-bezier(0.22,0.61,0.36,1) var(--pulse-delay) infinite;
  pointer-events:none;
  z-index:0;
}
.exchange-logo img{
  width:70%;
  height:70%;
  object-fit:contain;
  position:relative;
  z-index:1;
  filter:drop-shadow(0 6px 12px rgba(0,0,0,.28));
  animation:exchangeIconShine 3.4s ease-in-out var(--pulse-delay) infinite;
}
.exchange-bitunix{--pulse-rgb:240,185,11; background:linear-gradient(180deg, rgba(240,185,11,.25), rgba(255,255,255,.05))}
.exchange-bybit{--pulse-rgb:247,179,43; background:linear-gradient(180deg, rgba(247,179,43,.22), rgba(255,255,255,.05))}
/* helles Grau-Blau: weißer Glow bleibt auf dunklem Grund sichtbar */
.exchange-okx{--pulse-rgb:210,220,235; background:linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.05))}
.exchange-bitget{--pulse-rgb:0,220,175; background:linear-gradient(180deg, rgba(0,220,175,.2), rgba(255,255,255,.05))}
.exchange-kraken{--pulse-rgb:103,66,217; background:linear-gradient(180deg, rgba(103,66,217,.24), rgba(255,255,255,.05))}
.exchange-hyperliquid{--pulse-rgb:0,201,167; background:linear-gradient(180deg, rgba(0,201,167,.2), rgba(255,255,255,.05))}
/* leicht versetzte Pulse pro Karte — wirkt lebendiger als 6× synchron */
.exchange-grid .exchange-card:nth-child(1) .exchange-logo{--pulse-delay:0s}
.exchange-grid .exchange-card:nth-child(2) .exchange-logo{--pulse-delay:.45s}
.exchange-grid .exchange-card:nth-child(3) .exchange-logo{--pulse-delay:.9s}
.exchange-grid .exchange-card:nth-child(4) .exchange-logo{--pulse-delay:1.35s}
.exchange-grid .exchange-card:nth-child(5) .exchange-logo{--pulse-delay:1.8s}
.exchange-grid .exchange-card:nth-child(6) .exchange-logo{--pulse-delay:2.25s}
@keyframes exchangeIconGlow{
  0%, 100%{
    border-color:rgba(var(--pulse-rgb), .22);
    box-shadow:
      0 0 0 0 rgba(var(--pulse-rgb), 0),
      inset 0 1px 0 rgba(255,255,255,.07);
  }
  42%{
    border-color:rgba(var(--pulse-rgb), .55);
    box-shadow:
      0 0 18px rgba(var(--pulse-rgb), .42),
      0 0 40px rgba(var(--pulse-rgb), .22),
      0 0 64px rgba(var(--pulse-rgb), .1),
      inset 0 0 12px rgba(var(--pulse-rgb), .08);
  }
  68%{
    border-color:rgba(var(--pulse-rgb), .38);
    box-shadow:
      0 0 10px rgba(var(--pulse-rgb), .2),
      inset 0 0 6px rgba(var(--pulse-rgb), .05);
  }
}
@keyframes exchangeAmbient{
  0%, 100%{opacity:.55; transform:scale(1)}
  45%{opacity:.95; transform:scale(1.04)}
}
@keyframes exchangeRipple{
  0%{opacity:0; transform:scale(.92)}
  18%{opacity:.65}
  55%{opacity:.2; transform:scale(1.32)}
  100%{opacity:0; transform:scale(1.58)}
}
@keyframes exchangeIconShine{
  0%, 100%{filter:drop-shadow(0 6px 12px rgba(0,0,0,.28)) brightness(1)}
  45%{filter:drop-shadow(0 6px 14px rgba(0,0,0,.22)) brightness(1.08)}
}
@media (prefers-reduced-motion: reduce){
  .exchange-logo,
  .exchange-logo::before,
  .exchange-logo::after,
  .exchange-logo img{animation:none!important}
  .exchange-logo img{filter:drop-shadow(0 6px 12px rgba(0,0,0,.28))}
}
.tag-row{display:flex; flex-wrap:wrap; gap:8px}
.tag,.bot-pill{display:inline-flex; align-items:center; min-height:30px; padding:0 12px; border-radius:999px; border:1px solid rgba(255,255,255,.08); color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.1em}
.text-link{color:var(--green); font-weight:600}
.footnote{margin-top:18px}
.steps-grid{grid-template-columns:repeat(4,1fr); margin-top:34px}
.step-card{padding:26px}
.step-no{display:inline-block; color:var(--green); font-weight:800; font-size:14px; letter-spacing:.16em; margin-bottom:16px}
.bot-stack{display:grid; gap:20px; margin-top:34px}
.bot-card{position:relative; overflow:hidden; padding:32px 32px 96px}
.bot-grid{display:grid; grid-template-columns:340px 1fr; gap:30px; align-items:center}
.bot-visual{padding:0; border-radius:24px; background:transparent; border:1px solid rgba(255,255,255,.08); overflow:hidden}
.bot-visual img{width:100%; display:block; border-radius:24px}
.bot-copy p{margin-top:14px}
.bot-pill{margin-bottom:16px}
.bot-orange{color:var(--btc-orange); background:rgba(255,122,0,.12); border-color:rgba(255,122,0,.45)}
.bot-gold{color:var(--gold); background:rgba(255,207,87,.08); border-color:rgba(255,207,87,.18)}
.bot-blue{color:var(--blue); background:rgba(52,166,255,.08); border-color:rgba(52,166,255,.18)}
.bot-sp500{color:#ff5c5c; background:rgba(229,57,53,.12); border-color:rgba(255,92,92,.35)}
.bot-oil{color:var(--oil-text); background:rgba(55,38,18,.45); border-color:rgba(196,150,74,.42)}
.bot-card-btc .bot-copy h3{color:var(--btc-orange)!important}
.bot-card-gold .bot-copy h3{color:var(--gold)}
.bot-card-sp500 .bot-copy h3{color:#ff6b6b}
.bot-card-dax .bot-copy h3{color:var(--blue)}
.bot-card-oil .bot-copy h3{color:var(--oil-fg-dark)!important}
.bot-card-oil{border-color:rgba(196,150,74,.22)!important}
.menu-chip-btc{color:var(--btc-orange); border-color:rgba(255,122,0,.42); background:rgba(255,122,0,.12)}
.menu-chip-gold{color:var(--gold); border-color:rgba(255,207,87,.28); background:rgba(255,207,87,.08)}
.menu-chip-sp500{color:#ff5c5c; border-color:rgba(255,92,92,.35); background:rgba(229,57,53,.1)}
.menu-chip.menu-chip-btc.active{color:#1a0a02; background:linear-gradient(180deg,#ff9a35,#ff7a00); border-color:transparent; box-shadow:0 8px 26px rgba(255,122,0,.42)}
.menu-chip.menu-chip-gold.active{color:#1a1404; background:linear-gradient(180deg,#ffe08a,#e6b040); border-color:transparent; box-shadow:0 8px 26px rgba(255,207,87,.22)}
.menu-chip.menu-chip-sp500.active{color:#1a0505; background:linear-gradient(180deg,#ff7a7a,#e53935); border-color:transparent; box-shadow:0 8px 26px rgba(229,57,53,.35)}
.info-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:22px}
.info-grid div{padding:14px; border-radius:18px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.06)}
.info-grid span{display:block; font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.12em; margin-bottom:8px}
.bot-button{position:absolute; right:26px; bottom:24px}
.dashboard{padding:18px}
.dashboard-top{display:flex; gap:8px; padding:8px 10px 16px}
.dashboard-top span{width:12px; height:12px; border-radius:50%; background:rgba(255,255,255,.22)}
.dashboard-top span:nth-child(1){background:#ff5f57}.dashboard-top span:nth-child(2){background:#ffbd2e}.dashboard-top span:nth-child(3){background:#28c840}
.dashboard-body{display:grid; grid-template-columns:200px 1fr; gap:16px}
.dashboard-menu{display:grid; gap:10px}
.menu-chip{min-height:52px; border-radius:18px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.03); color:var(--muted); text-align:left; padding:0 16px}
.menu-chip.active{border-color:rgba(22,242,109,.22); color:#fff; box-shadow:0 0 0 1px rgba(22,242,109,.08) inset}
.dashboard-main{display:grid; gap:14px}
.field-row{display:grid; gap:14px}
.field-row.dual{grid-template-columns:1fr 1fr}
.field-block{padding:16px; border-radius:20px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.06)}
.field-block label{display:block; font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); margin-bottom:10px}
.field-value{min-height:48px; border-radius:14px; background:rgba(255,255,255,.02); border:1px solid rgba(255,255,255,.05); display:flex; align-items:center; padding:0 14px; font-weight:600}
.connected,.active-live{color:var(--green); box-shadow:0 0 0 1px rgba(22,242,109,.08) inset}
.dashboard-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:6px}
.stats-grid{grid-template-columns:repeat(4,1fr); margin-top:34px}
.stat-card{padding:26px; text-align:center}
.stat-card span{display:block; color:var(--muted); text-transform:uppercase; letter-spacing:.13em; font-size:12px; margin-bottom:10px}
.stat-card strong{font-size:clamp(34px,4vw,52px); letter-spacing:-.05em}
.performance{padding:24px; margin-top:20px}
.performance-head{display:flex; justify-content:space-between; gap:20px; align-items:center; margin-bottom:18px}
.perf-tabs{display:flex; gap:10px; flex-wrap:wrap}
.perf-tab{min-height:42px; border-radius:999px; border:1px solid rgba(255,255,255,.09); background:rgba(255,255,255,.03); color:var(--muted); padding:0 16px; cursor:pointer; transition:.25s ease}
/* Fallback nur wenn kein data-series-Match (sollte nicht vorkommen) */
.perf-tab.active{color:#041108; background:linear-gradient(180deg, #27ff87 0%, #12d861 100%); border-color:transparent}
.perf-tab[data-series="BTC"].active{color:#1a0a02; background:linear-gradient(180deg,#ff9a35,#ff7a00); border-color:transparent; box-shadow:0 12px 36px rgba(255,122,0,.38)}
.perf-tab[data-series="Gold"].active{color:#1a1404; background:linear-gradient(180deg,#ffe08a,#e6b040); border-color:transparent; box-shadow:0 12px 36px rgba(255,207,87,.28)}
.perf-tab[data-series="DAX"].active{color:#061018; background:linear-gradient(180deg,#5ec0ff,#2a8eef); border-color:transparent; box-shadow:0 12px 36px rgba(52,166,255,.38)}
.perf-tab[data-series="ÖL"].active{color:#1a1206; background:linear-gradient(180deg,#e8c078,#a86b28); border-color:transparent; box-shadow:0 12px 36px rgba(168,107,40,.38)}
.perf-tab.perf-tab-sp500.active{color:#1a0505; background:linear-gradient(180deg, #ff7a7a 0%, #e53935 100%); border-color:transparent; box-shadow:0 12px 36px rgba(229,57,53,.35)}
#performanceChart{width:100%; height:420px; display:block}
.top-gap{margin-top:12px}
.ticker-block{padding:0 0 12px}
.ticker-title{width:min(calc(100% - 40px), var(--container)); margin:0 auto 10px; color:var(--green); text-transform:uppercase; letter-spacing:.16em; font-size:12px}
.tv-widget-shell,.ticker-fallback{width:min(calc(100% - 40px), var(--container)); margin:0 auto; border-radius:20px; overflow:hidden; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.03)}
.ticker-fallback{display:none; position:relative; white-space:nowrap}
.ticker-track{display:inline-flex; gap:40px; padding:16px 0; min-width:max-content; animation:ticker 26s linear infinite; will-change:transform}
.ticker-track span{padding-left:28px}
.ticker-track strong{margin:0 4px}
.safety-grid{grid-template-columns:repeat(3,1fr)}
.safety-card{padding:26px}
.faq-shell{display:grid; gap:34px}
.faq-list{display:grid; gap:12px}
.faq-item{overflow:hidden; border-radius:22px; background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.028)); border:1px solid rgba(255,255,255,.08)}
.faq-question{width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; background:transparent; color:#fff; border:0; text-align:left; padding:22px 24px; cursor:pointer}
.faq-question span{font-size:20px; line-height:1.3}
.faq-question i{position:relative; width:18px; height:18px; flex:none}
.faq-question i::before,.faq-question i::after{content:""; position:absolute; inset:50% auto auto 50%; background:#fff; transform:translate(-50%,-50%); transition:.25s ease}
.faq-question i::before{width:18px; height:2px}
.faq-question i::after{width:2px; height:18px}
.faq-answer{max-height:0; overflow:hidden; transition:max-height .35s ease, padding .35s ease; padding:0 24px}
.faq-item.open .faq-answer{max-height:420px; padding:0 24px 22px}
.faq-item.open .faq-question i::after{transform:translate(-50%,-50%) rotate(90deg); opacity:0}
.site-footer{padding:70px 0 80px; border-top:1px solid rgba(255,255,255,.06); margin-top:20px}
.footer-grid{display:grid; grid-template-columns:1.2fr .7fr .7fr 1fr; gap:28px}
.footer-logo{width:170px; margin-bottom:14px}
.footer-grid h4{margin-bottom:14px; font-size:16px}
.footer-grid a{display:block; color:var(--muted); margin:0 0 10px; transition:.25s ease}
.footer-grid a:hover{color:var(--green)}
.footer-social-link{display:flex!important; align-items:center; gap:10px}
.footer-social-icon{
  width:20px;
  height:20px;
  flex-shrink:0;
  color:var(--muted);
  transition:color .2s ease, filter .2s ease;
}
.footer-social-link:hover .footer-social-icon{
  color:var(--green);
  filter:drop-shadow(0 0 8px rgba(22,242,109,.45));
}
.reveal{opacity:0; transform:translate3d(0,20px,0); transition:opacity .45s ease, transform .45s ease}
.reveal.visible{opacity:1; transform:translate3d(0,0,0)}
/* Während Scroll: Animationen pausieren (siehe script.js) */
html.is-scrolling .hero-video,
html.is-scrolling .hero-ring,
html.is-scrolling .live-pill,
html.is-scrolling .live-pill i,
html.is-scrolling .status-list .status-row span,
html.is-scrolling .status-list .status-row strong.status-text,
html.is-scrolling .ticker-track{animation-play-state:paused!important}
.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(22,242,109,.65)}70%{box-shadow:0 0 0 10px rgba(22,242,109,0)}100%{box-shadow:0 0 0 0 rgba(22,242,109,0)}}
@keyframes livePillPulse{
  0%, 32%, 68%, 100%{color:var(--status-shimmer-rest); border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.06); box-shadow:none}
  50%{color:var(--green); border-color:rgba(22,242,109,.42); background:rgba(22,242,109,.14); box-shadow:0 0 18px rgba(22,242,109,.2)}
}
@keyframes livePillDotPulse{
  0%, 32%, 68%, 100%{background:rgba(255,255,255,.88); filter:saturate(.35) brightness(1.05)}
  50%{background:var(--green); filter:saturate(1) brightness(1.05)}
}
@keyframes statusRowBtc{
  0%, 32%, 68%, 100%{color:var(--status-shimmer-rest); text-shadow:none}
  50%{color:var(--btc-orange); text-shadow:0 0 14px rgba(255,122,0,.38)}
}
@keyframes statusRowGold{
  0%, 32%, 68%, 100%{color:var(--status-shimmer-rest); text-shadow:none}
  50%{color:var(--gold); text-shadow:0 0 14px rgba(255,207,87,.32)}
}
@keyframes statusRowSp500{
  0%, 32%, 68%, 100%{color:var(--status-shimmer-rest); text-shadow:none}
  50%{color:#ff5c5c; text-shadow:0 0 14px rgba(255,92,92,.35)}
}
@keyframes statusRowDax{
  0%, 32%, 68%, 100%{color:var(--status-shimmer-rest); text-shadow:none}
  50%{color:var(--blue); text-shadow:0 0 14px rgba(52,166,255,.34)}
}
@keyframes statusRowOil{
  0%, 32%, 68%, 100%{color:var(--status-shimmer-rest); text-shadow:none}
  50%{color:var(--oil-brown); text-shadow:0 0 14px var(--oil-brown-glow)}
}
@keyframes floatY{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-10px,0)}}
@keyframes rotateSlow{from{transform:rotate(0) translateZ(0)}to{transform:rotate(360deg) translateZ(0)}}
@keyframes rotateSlowReverse{from{transform:rotate(360deg) translateZ(0)}to{transform:rotate(0) translateZ(0)}}
@keyframes ticker{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-33.333%,0,0)}}
@keyframes navSweep{
  0%{transform:translateX(-130%)}
  100%{transform:translateX(130%)}
}
@keyframes navBreath{
  0%,100%{
    background:rgba(5,5,5,.98);
    --nav-breathe-shadow:0 12px 36px rgba(0,0,0,.24);
  }
  50%{
    background:linear-gradient(180deg, rgba(6,8,9,.985), rgba(5,5,5,.98));
    --nav-breathe-shadow:0 18px 40px rgba(0,0,0,.26), 0 0 24px rgba(22,242,109,.07) inset;
  }
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .hero-video,.hero-ring,.live-pill,.live-pill i,.ticker-track{animation:none!important}
  .status-list .status-row span,
  .status-list .status-row strong.status-text{animation:none!important}
  .site-header,
  .site-header::before,
  .site-header::after{animation:none!important}
  .nav-signal-line,.nav-signal-shadow,.nav-signal-head{filter:none}
  .site-header::before{opacity:0}
  .site-header::after{opacity:.26}
  .live-pill{color:var(--green-live-matte); border-color:rgba(22,242,109,.28); background:rgba(22,242,109,.08)}
  .live-pill i{background:var(--green); box-shadow:0 0 0 0 rgba(22,242,109,.45)}
  .status-row.status-bot-btc span,
  .status-row.status-bot-btc strong.status-text{color:var(--btc-orange-matte)}
  .status-row.status-bot-gold span,
  .status-row.status-bot-gold strong.status-text{color:var(--gold-matte)}
  .status-row.status-bot-sp500 span,
  .status-row.status-bot-sp500 strong.status-text{color:var(--sp500-matte)}
  .status-row.status-bot-dax span,
  .status-row.status-bot-dax strong.status-text{color:var(--dax-blue-matte)}
  .status-row.status-bot-oil span,
  .status-row.status-bot-oil strong.status-text{color:var(--oil-text)}
  .reveal{opacity:1; transform:none; transition:none}
}
@media (max-width: 1100px){
  .hero-grid,.split-grid,.split-grid.reverse,.trust-grid,.bot-grid{grid-template-columns:1fr}
  .exchange-grid{grid-template-columns:repeat(2,1fr)}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .stats-grid,.safety-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .hero-meta,.info-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 992px){
  .nav-shell{
    gap:8px;
    min-width:0;
  }
  .nav-left-cluster{
    flex:1 1 auto;
    min-width:0;
    gap:8px;
  }
  .nav-leading{
    gap:8px;
    min-width:0;
  }
  .brand img{width:clamp(96px,38vw,150px)}
  .header-social-link{width:36px; height:36px; border-radius:10px}
  .header-social-icon{width:18px; height:18px}
  .header-lang{gap:6px}
  .lang-flag-svg{width:22px; height:14px}
  .lang-btn{padding:4px 6px}
  .lang-dropdown-toggle{width:36px; height:36px; padding:0; gap:0}
  .lang-dropdown-panel{min-width:116px; padding:5px}
  .menu-toggle{display:block; flex-shrink:0}
  .site-nav{
    position:absolute;
    top:86px;
    left:16px;
    right:16px;
    display:grid;
    grid-template-columns:1fr;
    gap:0;
    padding:6px 6px 16px;
    border-radius:22px;
    background:rgba(10,10,12,.96);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.1);
    box-shadow:0 28px 64px rgba(0,0,0,.55);
    opacity:0;
    pointer-events:none;
    transform:translateY(-10px);
    transition:opacity .22s ease, transform .22s ease;
    overflow:visible;
    flex:initial;
    margin-left:0;
    min-width:0;
    padding-inline-start:6px;
  }
  .site-nav.open{opacity:1; pointer-events:auto; transform:translateY(0)}
  .site-nav-links{display:contents}
  .site-nav > .site-nav-links{overflow:visible}
  .site-nav-links a,
  .site-nav-dash{
    display:block;
    padding:14px 14px;
    margin:0 4px;
    border-radius:12px;
    font-size:15px;
    font-weight:500;
    letter-spacing:-.02em;
    border-bottom:1px solid rgba(255,255,255,.07);
    width:calc(100% - 8px);
    box-sizing:border-box;
  }
  .site-nav-dash{
    border-bottom:1px solid rgba(255,255,255,.07);
  }
  .site-nav-links a:last-child{
    border-bottom:1px solid rgba(255,255,255,.07);
  }
  .site-nav-links a:active,
  .site-nav-dash:active{background:rgba(255,255,255,.05)}
  .nav-cta{
    width:100%;
    justify-content:stretch;
    flex-direction:column;
    margin-left:0;
    margin-top:10px;
    padding:18px 10px 6px;
    border-top:1px solid rgba(255,255,255,.12);
    gap:10px;
    z-index:auto;
    isolation:auto;
  }
  .nav-cta .nav-button{
    text-align:center;
    min-height:48px;
    border-radius:14px;
    border:1px solid rgba(22,242,109,.32)!important;
    background:rgba(22,242,109,.1)!important;
  }
  .nav-cta .nav-button-register{
    border:1px solid rgba(255,255,255,.14)!important;
    background:rgba(255,255,255,.06)!important;
  }
}
@media (max-width: 820px){
  .hero-meta,.stats-grid,.safety-grid,.footer-grid,.exchange-grid,.steps-grid,.info-grid{grid-template-columns:1fr}
  .bot-card{padding:24px 24px 90px}
  .dashboard-body{grid-template-columns:1fr}
  .dashboard-menu{grid-template-columns:repeat(3,1fr)}
  .field-row.dual{grid-template-columns:1fr}
  .performance-head{flex-direction:column; align-items:flex-start}
  #performanceChart{height:320px}
  .faq-question span{font-size:18px}
}
@media (max-width: 560px){
  .section{padding:86px 0}
  .brand img{width:150px}
  .container{width:min(calc(100% - 28px), var(--container))}
  h1{font-size:clamp(38px, 10vw, 62px)}
  h2{font-size:clamp(28px, 8vw, 42px)}
  .hero-logo-card{min-height:320px}
  .ring-three{width:380px; height:380px}
  .dashboard-menu{grid-template-columns:1fr}
  .bot-button{left:24px; right:24px; bottom:20px}
}

.exchange-card:hover .exchange-logo{
  border-color:rgba(var(--pulse-rgb), .5);
  box-shadow:
    0 0 28px rgba(var(--pulse-rgb), .32),
    0 0 52px rgba(var(--pulse-rgb), .14),
    inset 0 0 0 1px rgba(255,255,255,.06);
}

.bot-card:hover{
  background:linear-gradient(180deg, rgba(22,242,109,.05), rgba(255,255,255,.028));
}
.bot-card:hover .bot-visual{
  border-color:rgba(22,242,109,.16);
  box-shadow:0 0 24px rgba(22,242,109,.10);
}

/* —— Impressum (eigene Seite impressum.html) —— */
.legal-page{
  padding:72px 0 100px;
  min-height:60vh;
}
.legal-inner{
  width:min(calc(100% - 40px), 720px);
  margin:0 auto;
}
.legal-back{
  display:inline-block;
  margin-bottom:22px;
  font-weight:600;
  color:var(--green);
  border-bottom:1px solid transparent;
}
.legal-back:hover{border-bottom-color:rgba(22,242,109,.45)}
.legal-tag{
  display:inline-block;
  margin-bottom:18px;
  padding:4px 10px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
  border:1px solid var(--border);
}
.legal-lang-switch{
  display:flex;
  gap:10px;
  margin:8px 0 20px;
  flex-wrap:wrap;
}
.legal-lang-switch a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:46px;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:var(--muted);
  font-weight:600;
  font-size:.85rem;
}
.legal-lang-switch a:hover{color:var(--green); border-color:rgba(22,242,109,.35)}
.legal-lang-switch a.is-active{
  color:#041108;
  border-color:transparent;
  background:linear-gradient(180deg, #27ff87 0%, #12d861 100%);
}
.legal-lang-switch .legal-flag{
  font-size:18px;
  line-height:1;
}
.legal-inner h1{
  font-size:1.75rem;
  font-weight:800;
  letter-spacing:.02em;
  margin:0 0 14px;
}
.legal-inner h2{
  font-size:1.08rem;
  margin:26px 0 10px;
  color:var(--text);
}
.legal-inner p,.legal-inner li{
  font-size:1rem;
  line-height:1.75;
  color:var(--muted);
  margin:0 0 12px;
}
.legal-inner ul{margin:0 0 12px;padding-left:1.2em}
.legal-inner a{color:var(--green)}
.legal-note{
  margin-top:28px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
  font-size:.88rem;
  color:var(--muted);
}
.legal-placeholder{
  color:#ff5c5c;
  font-weight:800;
}
.consent-modal{
  position:fixed;
  inset:0;
  z-index:120;
  display:grid;
  place-items:center;
  padding:20px;
}
.consent-modal[hidden]{display:none!important}
.consent-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,6,8,.72);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}
.consent-modal-card{
  position:relative;
  z-index:1;
  width:min(760px, calc(100vw - 28px));
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(14,16,18,.95), rgba(9,11,13,.95));
  border:1px solid rgba(255,255,255,.12);
}
.consent-modal-card h3{
  margin:0 34px 10px 0;
  font-size:1.35rem;
  line-height:1.3;
  letter-spacing:-.01em;
}
.consent-modal-copy{
  margin:0 0 14px;
  color:var(--muted);
  font-size:.96rem;
  line-height:1.7;
}
.consent-checkbox-wrap{
  display:grid;
  grid-template-columns:22px 1fr;
  align-items:flex-start;
  gap:12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:14px;
  background:rgba(255,255,255,.03);
}
.consent-checkbox-wrap input{
  width:18px;
  height:18px;
  margin-top:2px;
  accent-color:#16f26d;
}
.consent-checkbox-wrap span{
  color:var(--text);
  font-size:.96rem;
  line-height:1.72;
}
.consent-modal-note{
  margin:12px 0 0;
  color:var(--muted);
  font-size:.9rem;
}
.consent-modal-actions{
  margin-top:18px;
  display:flex;
  gap:10px;
  justify-content:flex-end;
  flex-wrap:wrap;
}
.consent-modal-close{
  position:absolute;
  top:10px;
  right:10px;
  width:36px;
  height:36px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:var(--muted);
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.consent-modal-close:hover{
  color:var(--green);
  border-color:rgba(22,242,109,.35);
  background:rgba(22,242,109,.1);
}
@media (max-width: 640px){
  .consent-modal-card{padding:18px}
  .consent-checkbox-wrap{
    grid-template-columns:1fr;
    gap:10px;
  }
}

/* Editor-Desktop: Feld-Highlight bei ?editorPreview=1 (postMessage) */
.editor-preview-highlight{
  outline:3px solid rgba(220,38,38,.95)!important;
  outline-offset:4px;
  box-shadow:0 0 0 3px rgba(220,38,38,.35);
  border-radius:4px;
  transition:outline .15s ease;
}
