: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;

  --dax-blue-matte:#5a8fab;
  --green-live-matte:#5a9e82;
  --green-subscribe-top:#6aab8e;
  --green-subscribe-mid:#5a9e82;
  --green-subscribe-deep:#467a65;
  --green-subscribe-border:rgba(106,155,130,.38);
  --green-subscribe-glow:rgba(74,135,112,.24);
  --green-subscribe-text:#edf5f0;
  --oil-matte:#6b727c;
  --gbpusd-matte:#8a9eb8;
  --status-shimmer-rest:#ffffff;
  --status-pulse-duration:4.2s;
  --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; scroll-padding-top:92px; overscroll-behavior-y:none}
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;
  touch-action:pan-y;
}
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;
}
@media (max-width: 992px){
  .section{
    content-visibility:visible;
    contain-intrinsic-size:none;
  }
}
.section[id]{scroll-margin-top:92px}
.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}
/* Fragment #top: Ziel muss am Dokumentanfang liegen (nicht am sticky Header), sonst scrollt der Browser nicht hoch. */
.homepage-scroll-top-anchor{
  position:absolute;
  left:0;
  top:0;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
  pointer-events:none;
}
.site-header{
  position:sticky; top:0; z-index:50;
  background:#050505;
  border-bottom:1px solid rgba(255,255,255,.06);
  overflow:visible;
}
.site-header{
  --nav-signal-opacity:.42;
  --nav-sweep-opacity:0;
  box-shadow:0 12px 36px rgba(0,0,0,.28);
}
.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;
}
.nav-signal-rail{
  position:absolute;
  left:0;
  right:0;
  top:48px;
  height:136px;
  /* Unter .nav-shell (z-index:2), damit z. B. das Sprach-Dropdown über der Linie liegt */
  z-index:0;
  pointer-events:none;
  overflow:visible;
  filter:drop-shadow(0 8px 16px rgba(18,242,109,.09));
}
.nav-signal-svg{
  width:100%;
  height:100%;
  display:block;
}
.nav-signal-shell-bg{
  fill:transparent;
  stroke:none;
}
.nav-signal-grid{
  display:none;
}
.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,.nav-signal-echo,.nav-signal-bloom,.nav-signal-shadow,.nav-signal-structure{
  display:none;
}
.nav-signal-line{
  fill:none;
  stroke:url(#navSignalStrokeGradient);
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:miter;
  filter:drop-shadow(0 0 12px rgba(22,242,109,.55));
}
.nav-signal-line-echo{
  opacity:.82;
}
.nav-signal-bot-head{
  pointer-events:none;
}
.nav-signal-bot-head rect{
  filter:drop-shadow(0 0 12px rgba(255,255,255,0.8));
}
.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-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;
}
.nav-user-badge{
  display:inline-flex;
  align-items:center;
  max-width:min(42vw, 11rem);
  padding:9px 16px;
  border-radius:999px;
  border:1px solid rgba(52, 211, 153, 0.38);
  background:linear-gradient(180deg, rgba(16, 42, 28, 0.92), rgba(6, 18, 12, 0.94));
  color:#e8fff4;
  font-size:clamp(12px,1.05vw,14px);
  font-weight:600;
  letter-spacing:0.03em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height:1.2;
  text-decoration:none;
  box-sizing:border-box;
  cursor:pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 2px 14px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(34, 197, 94, 0.12);
  transition:transform 0.22s ease, box-shadow 0.28s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}
.nav-user-badge:hover{
  transform:translateY(-1px);
  border-color:rgba(74, 222, 128, 0.55);
  background:linear-gradient(180deg, rgba(22, 52, 36, 0.96), rgba(8, 26, 16, 0.96));
  color:#fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 4px 22px rgba(0, 0, 0, 0.42),
    0 0 32px rgba(52, 211, 153, 0.22);
}
/* [hidden] wird sonst durch display:inline-flex überschrieben → leere Pille sichtbar */
.nav-user-badge[hidden]{
  display:none!important;
}
.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}
/* Abmelden: gleiche Pill-Metrik wie .nav-user-badge; Desktop: zwei gleich breite Spalten */
.nav-cta .nav-button.nav-button-logout{
  font:inherit;
  font-weight:600;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding:9px 16px!important;
  font-size:clamp(12px,1.05vw,14px)!important;
  line-height:1.2!important;
  border-radius:999px!important;
  letter-spacing:0.03em;
  border:1px solid rgba(140, 170, 195, 0.28)!important;
  background:linear-gradient(180deg, rgba(22, 28, 34, 0.95), rgba(10, 13, 16, 0.94))!important;
  color:rgba(232, 242, 248, 0.95)!important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 2px 14px rgba(0, 0, 0, 0.32);
  transition:transform 0.22s ease, box-shadow 0.28s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
  min-height:0;
}
.nav-button-logout:hover{
  transform:translateY(-1px);
  border-color:rgba(94, 200, 220, 0.42)!important;
  background:linear-gradient(180deg, rgba(28, 36, 44, 0.98), rgba(12, 16, 20, 0.96))!important;
  color:#fff!important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 4px 22px rgba(0, 0, 0, 0.4),
    0 0 26px rgba(56, 189, 248, 0.12);
}
.nav-button-logout[hidden]{display:none!important}
@media (min-width: 993px){
  .nav-cta:has(.nav-user-badge:not([hidden])):has(.nav-button-logout:not([hidden])){
    display:inline-grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    width:min(21rem,calc(100vw - 140px));
    max-width:100%;
    align-items:stretch;
  }
  .nav-cta:has(.nav-user-badge:not([hidden])):has(.nav-button-logout:not([hidden])) .nav-user-badge,
  .nav-cta:has(.nav-user-badge:not([hidden])):has(.nav-button-logout:not([hidden])) .nav-button.nav-button-logout{
    width:100%;
    max-width:none;
    min-width:0;
    min-height:38px;
  }
}
.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)}
.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 20px;
  border-radius:22px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.hero-meta .mini-panel:hover{
  transform:translateY(-4px);
  border-color:rgba(22,242,109,.2);
  background:rgba(22,242,109,.05);
  box-shadow:0 20px 50px rgba(0,0,0,.35), 0 0 0 1px rgba(22,242,109,.1);
}
.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;
  will-change:transform;
  backface-visibility:hidden;
  transform:translateZ(0);
  animation:heroVideoFloat 11s cubic-bezier(0.42, 0, 0.58, 1) 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}
/* Live Overview: Puls dunkles Grün ↔ Weiß (scharf, wenig Glow) */
.status-list .status-row span,
.status-list .status-row strong.status-text{
  color:#0a7a3a;
  font-weight:600;
  animation:statusRowTheBotGreen var(--status-pulse-duration) var(--status-pulse-ease) infinite;
  will-change:color;
}
.status-list .status-row.status-bot-btc span,
.status-list .status-row.status-bot-btc strong.status-text{animation-delay:0s}
.status-list .status-row.status-bot-eth span,
.status-list .status-row.status-bot-eth strong.status-text{animation-delay:.45s}
.status-list .status-row.status-bot-sol span,
.status-list .status-row.status-bot-sol strong.status-text{animation-delay:.9s}
.status-list .status-row.status-bot-bnb span,
.status-list .status-row.status-bot-bnb strong.status-text{animation-delay:1.35s}
.status-list .status-row.status-bot-hype span,
.status-list .status-row.status-bot-hype strong.status-text{animation-delay:1.8s}
.status-list .status-row.status-bot-avax span,
.status-list .status-row.status-bot-avax strong.status-text{animation-delay:2.025s}
.status-list .status-row.status-bot-gold span,
.status-list .status-row.status-bot-gold strong.status-text{animation-delay:2.25s}
.status-list .status-row.status-bot-gold > span,
.status-list .status-row.status-bot-gold .status-text--soon,
.status-list .status-row.status-bot-gold .status-text--soon > span:not(.status-soon-dot){
  color:#ff5c5c;
  animation:none!important;
}
.status-list .status-row.status-bot-gold .status-text--soon{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.status-list .status-row.status-bot-gold .status-soon-dot{
  flex:0 0 8px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ff5c5c;
  color:transparent;
  box-shadow:0 0 0 0 rgba(255,92,92,.65);
  animation:statusSoonDotPulse 1.8s ease-in-out infinite!important;
  will-change:box-shadow, opacity, transform;
}
@keyframes statusSoonDotPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(255,92,92,.65); opacity:1; transform:scale(1)}
  50%{box-shadow:0 0 0 8px rgba(255,92,92,0); opacity:.75; transform:scale(1.08)}
}
.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}
.steps-grid{align-items:stretch}
#exchanges .exchanges-split{
  grid-template-columns:minmax(280px, 0.94fr) minmax(0, 1.06fr);
  gap:clamp(36px, 4.5vw, 64px);
  align-items:start;
}
#exchanges .copy-block h2{
  max-width:16ch;
  text-wrap:balance;
}
#exchanges .exchanges-footnote{
  margin:10px 0 0;
  max-width:42ch;
  text-align:left;
  font-size:15px;
  line-height:1.65;
  opacity:.88;
}
#exchanges .exchange-stack{
  width:100%;
  min-width:0;
}
.exchange-grid{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  width:100%;
  max-width:none;
  margin:0;
  gap:20px;
  align-items:stretch;
}
#exchanges .exchange-grid{
  grid-template-columns:1fr;
  gap:18px;
  align-items:stretch;
}
.exchange-grid:has(.exchange-card:only-child){
  grid-template-columns:minmax(0, 1fr);
}
#exchanges .exchange-card{
  position:relative;
  overflow:hidden;
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:0;
  width:100%;
  min-height:100%;
  height:100%;
  box-sizing:border-box;
  background:linear-gradient(165deg, rgba(255,255,255,.07), rgba(255,255,255,.025) 52%, rgba(0,0,0,.12));
  border:1px solid rgba(255,255,255,.09);
}
#exchanges .exchange-card::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(var(--exchange-accent, 22,242,109), .95), rgba(var(--exchange-accent, 22,242,109), .15) 70%, transparent);
  pointer-events:none;
}
.exchange-card-bitunix{--exchange-accent:240,185,11}
.exchange-card-bingx{--exchange-accent:0,102,255}
#exchanges .exchange-brand{
  display:flex;
  align-items:center;
  gap:14px;
  padding:0 0 18px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
#exchanges .exchange-brand h3{
  margin:0;
  font-size:clamp(21px, 2.2vw, 26px);
  letter-spacing:-.02em;
}
#exchanges .exchange-assets{
  display:flex;
  flex-direction:column;
  gap:16px;
  flex:1 1 auto;
  min-height:0;
  padding:0;
}
#exchanges .exchange-tag-group{
  display:grid;
  gap:10px;
}
#exchanges .exchange-tag-group--reserve{
  visibility:hidden;
  pointer-events:none;
  user-select:none;
}
#exchanges .exchange-tag-label{
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}
#exchanges .exchange-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
#exchanges .exchange-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  color:rgba(255,255,255,.92);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1;
  white-space:nowrap;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
#exchanges .exchange-tag-gold{
  border-color:rgba(212,175,55,.34);
  background:rgba(212,175,55,.08);
  color:#e8d48a;
}
#exchanges .exchange-card-actions{
  margin-top:auto;
  padding:20px 0 0;
}
#exchanges .exchange-card-btn{
  width:100%;
}
#exchanges .exchange-card:hover{
  transform:translateY(-4px);
}
#exchanges .exchange-card-bitunix:hover{
  border-color:rgba(240,185,11,.22);
  background:linear-gradient(165deg, rgba(240,185,11,.07), rgba(255,255,255,.03) 55%, rgba(0,0,0,.1));
  box-shadow:0 24px 56px rgba(0,0,0,.38), 0 0 0 1px rgba(240,185,11,.1);
}
#exchanges .exchange-card-bingx:hover{
  border-color:rgba(0,102,255,.22);
  background:linear-gradient(165deg, rgba(0,102,255,.07), rgba(255,255,255,.03) 55%, rgba(0,0,0,.1));
  box-shadow:0 24px 56px rgba(0,0,0,.38), 0 0 0 1px rgba(0,102,255,.1);
}
/* Börsen-Karten ausblenden wenn Exchange nicht im aktuellen Angebot */
.thebot-hide-bitunix .exchange-card-bitunix{display:none}
.thebot-hide-bitget .exchange-card-bitget{display:none}
.thebot-hide-bingx .exchange-card-bingx{display:none}
.thebot-hide-capital .exchange-card-capital{display:none}
.thebot-hide-ig .exchange-card-ig{display:none}
.thebot-hide-oanda .exchange-card-oanda{display:none}
.exchange-card,.step-card,.stat-card,.safety-card,.price-plan-card,.faq-item,.bot-card{transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease}
.step-card:hover,.stat-card:hover,.safety-card:hover,.price-plan-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-brand{display:flex; align-items:center; gap:16px}
.exchange-logo{
  --pulse-rgb: 22,242,109;
  --pulse-delay: 0s;
  width:58px;
  height:58px;
  min-width:58px;
  min-height:58px;
  flex-shrink:0;
  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{
  /* Feste quadratische Box + contain: kein Strecken (ICO/SVG/PNG mit beliebigem Seitenverhältnis) */
  display:block;
  width:40px;
  height:40px;
  max-width:calc(100% - 6px);
  max-height:calc(100% - 6px);
  object-fit:contain;
  object-position:center;
  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-bingx{--pulse-rgb:0,102,255; background:linear-gradient(180deg, rgba(0,102,255,.24), rgba(255,255,255,.05))}
.exchange-capital{--pulse-rgb:0,132,255; background:linear-gradient(180deg, rgba(0,132,255,.2), rgba(255,255,255,.05))}
.exchange-ig{--pulse-rgb:208,60,60; background:linear-gradient(180deg, rgba(208,60,60,.18), rgba(26,26,26,.35))}
.exchange-oanda{--pulse-rgb:0,90,158; background:linear-gradient(180deg, rgba(0,90,158,.22), rgba(255,255,255,.05))}
.exchange-vantage{--pulse-rgb:245,130,30; background:linear-gradient(180deg, rgba(245,130,30,.22), 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))}
}
@media (max-width: 992px){
  /* ── Mobile Performance ── */

  /* Desktop-Hintergrundlook auch auf Mobile beibehalten */
  .ambient,
  .grid-overlay{display:block!important}
  .ambient{opacity:.18}
  .grid-overlay{
    opacity:.14;
    background-size:72px 72px;
  }

  /* Nav-Signal auf Mobile sichtbar — drop-shadow weglassen (sonst teures Scroll-Compositing) */
  .nav-signal-rail{filter:none!important}
  .nav-signal-line,
  .nav-signal-bot-head rect{filter:none!important}

  /* Blur-Filter auf Mockup-Pseudo-Elementen: nur GPU-freundliche Shadow-Alternative */
  section#backend .homepage-mockup-stage::before,
  section#backend .homepage-mockup-stage::after{
    filter:none!important;
    opacity:.4;
  }

  /* Header als eigene Compositor-Layer — scroll ohne Header-Repaint */
  .site-header{
    transform:translateZ(0);
    will-change:auto;
  }

  /* Teure infinite-Animationen aus */
  .hero-ring{animation:none!important}
  .hero-video{animation:none!important; will-change:auto}
  .live-pill{animation:none!important; will-change:auto; color:var(--green)}
  .live-pill i{animation:none!important}
  .exchange-logo{animation:none!important; will-change:auto}
  .exchange-logo::before,.exchange-logo::after{animation:none!important}
  .exchange-logo img{animation:none!important; filter:drop-shadow(0 6px 12px rgba(0,0,0,.28))}
  .status-list .status-row strong.status-text{animation:none!important; will-change:auto}
  .ticker-track{animation:none!important; transform:none!important; will-change:auto!important}

  /* Nur Desktop-Mockup-Video ausblenden; Phone-Video bleibt sichtbar */
  .homepage-mockup-video--desktop{display:none!important}

  /* Keine unnötigen GPU-Layer */
  .hero-logo-card,.status-card,.exchange-logo,.homepage-mockup{will-change:auto!important}
}
@media (max-width: 992px){
  /* Ultra-lite Mobile: Scroll-Fluessigkeit vor visuellen Effekten */
  .reveal,
  .reveal.visible,
  #how .steps-grid .step-card.reveal,
  #how .steps-grid.steps-animate-in .step-card.reveal{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
  .exchange-card,
  .step-card,
  .stat-card,
  .safety-card,
  .price-plan-card,
  .faq-item,
  .bot-card,
  .mini-panel,
  .btn,
  .btn:hover{
    transition:none!important;
    transform:none!important;
  }
  .glass,
  .exchange-card,
  .step-card,
  .stat-card,
  .safety-card,
  .price-plan-card,
  .faq-item,
  .bot-card,
  .site-header{
    box-shadow:none!important;
  }
}
.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}
#exchanges .footnote{
  max-width:none;
  margin:0;
  text-align:left;
}
.steps-grid{grid-template-columns:repeat(3,1fr); margin-top:34px}
#how.section-how{padding-top:clamp(56px,8vw,88px); padding-bottom:clamp(56px,8vw,88px)}
#how .section-head--center{text-align:center; margin-left:auto; margin-right:auto}
#how .section-head--center .eyebrow{justify-content:center}
#how .section-head--center h2{max-width:920px; margin-left:auto; margin-right:auto}
#how .how-title-accent{color:var(--green)}
#how .how-lead{max-width:680px; margin:18px auto 0; color:var(--muted); font-size:17px; line-height:1.72}
#how .step-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  padding:22px 22px 24px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:linear-gradient(165deg, rgba(18,22,26,.92), rgba(10,12,14,.88) 55%, rgba(0,0,0,.22));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
#how .step-card:hover{
  transform:translateY(-6px);
  border-color:rgba(22,242,109,.16);
  background:linear-gradient(165deg, rgba(18,22,26,.92), rgba(10,12,14,.88) 55%, rgba(0,0,0,.22));
  box-shadow:0 30px 80px rgba(0,0,0,.42), 0 0 0 1px rgba(22,242,109,.08);
}
#how .step-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}
#how .step-no-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  height:36px;
  padding:0 10px;
  border:1.5px solid rgba(255,255,255,.22);
  border-radius:9px;
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.42);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
}
#how .step-card-icon{
  flex:none;
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  color:rgba(255,255,255,.4);
  opacity:1;
}
#how .step-card-icon svg{display:block}
#how .step-card h3{
  margin:0 0 18px;
  font-size:clamp(18px,2vw,22px);
  line-height:1.15;
  letter-spacing:-.02em;
  color:var(--text);
}
#how .step-checklist{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
  flex:1 1 auto;
}
#how .step-checklist li{
  position:relative;
  padding-left:28px;
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.55;
}
#how .step-checklist li::before{
  content:"";
  position:absolute;
  left:0;
  top:.28em;
  width:16px;
  height:16px;
  border-radius:50%;
  background:linear-gradient(145deg,#22ff81,#12c45e);
  box-shadow:0 0 0 1px rgba(22,242,109,.25);
}
#how .step-checklist li::after{
  content:"";
  position:absolute;
  left:4px;
  top:.52em;
  width:8px;
  height:4px;
  border-left:2px solid #041108;
  border-bottom:2px solid #041108;
  transform:rotate(-45deg);
}
#how .step-checklist a.text-link{
  color:var(--green);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
#how .steps-footer{
  margin-top:48px;
  padding-top:38px;
  border-top:none;
  position:relative;
  text-align:center;
  display:grid;
  justify-items:center;
  gap:10px;
}
#how .steps-footer::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:min(440px, 76%);
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(22,242,109,.55) 50%, transparent);
  pointer-events:none;
}
#how .steps-footer-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:50%;
  color:var(--green);
  background:rgba(22,242,109,.08);
  box-shadow:0 0 0 1px rgba(22,242,109,.22), 0 0 28px rgba(22,242,109,.12);
}
#how .steps-footer-title{
  margin:0;
  font-size:clamp(20px,2.4vw,26px);
  font-weight:700;
  letter-spacing:-.02em;
  color:var(--text);
}
#how .steps-footer-text{
  margin:0;
  max-width:560px;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}
/* Ablauf-Karten: gestaffelter Scroll-Reveal */
#how .steps-grid .step-card.reveal{
  opacity:0;
  transform:translate3d(0,16px,0);
  transition:opacity .48s ease, transform .48s ease;
}
#how .steps-grid.steps-animate-in .step-card.reveal{
  opacity:1;
  transform:translate3d(0,0,0);
}
#how .steps-grid .step-card.reveal:nth-child(1){transition-delay:0ms}
#how .steps-grid .step-card.reveal:nth-child(2){transition-delay:65ms}
#how .steps-grid .step-card.reveal:nth-child(3){transition-delay:130ms}
#how .steps-grid .step-card.reveal:nth-child(4){transition-delay:195ms}
#how .steps-grid .step-card.reveal:nth-child(5){transition-delay:260ms}
#how .steps-grid .step-card.reveal:nth-child(6){transition-delay:325ms}
#how .steps-grid .step-card.reveal:nth-child(7){transition-delay:390ms}
#how .steps-grid .step-card.reveal:nth-child(8){transition-delay:455ms}
#how .steps-grid .step-card.reveal:nth-child(9){transition-delay:520ms}
@media (max-width:640px){
  #how .steps-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  #how .step-card{
    padding:18px 16px 20px;
  }
  #how .step-card-head{
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    margin-bottom:12px;
  }
  #how .step-card-icon{
    margin-left:auto;
  }
  #how .step-no-badge{
    min-width:40px;
    height:32px;
    font-size:12px;
  }
  #how .step-card h3{
    margin-bottom:14px;
    font-size:18px;
  }
  #how .steps-grid .step-card:not(:last-child)::after{
    content:"";
    position:absolute;
    left:35px;
    bottom:-14px;
    width:2px;
    height:14px;
    border-radius:999px;
    background:linear-gradient(180deg, rgba(22,242,109,.45), rgba(22,242,109,.08));
    pointer-events:none;
  }
}
.step-card{padding:26px}
.step-card p{white-space:pre-line}
.bot-stack{display:grid; gap:20px; margin-top:34px}
.bot-card{position:relative; overflow:hidden; padding:32px}
.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; aspect-ratio:3/2}
.bot-visual img{width:100%; height:100%; display:block; border-radius:24px; object-fit:cover}
.bot-copy p{margin-top:14px}
.bot-copy .bot-subscribe-btn,
.price-plan-card .price-plan-subscribe-btn,
.price-vip-partner-btn,
#exchanges .exchange-card-btn{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:46px;
  height:46px;
  padding:0 40px 0 18px;
  border-radius:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:11px;
  line-height:1;
  text-wrap:nowrap;
  color:#f5f5f5;
  background:linear-gradient(180deg, rgba(42,42,42,.98) 0%, rgba(16,16,16,.99) 100%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.11),
    inset 0 -1px 0 rgba(0,0,0,.42),
    0 8px 20px rgba(0,0,0,.28);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
.bot-copy .bot-subscribe-btn{
  margin-top:22px;
  width:100%;
  max-width:320px;
}
.bot-copy .bot-subscribe-btn::before,
.price-plan-card .price-plan-subscribe-btn::before,
.price-vip-partner-btn::before,
#exchanges .exchange-card-btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 44%);
  opacity:.75;
  pointer-events:none;
  transition:opacity .28s ease;
}
.bot-copy .bot-subscribe-btn::after,
.price-plan-card .price-plan-subscribe-btn::after,
.price-vip-partner-btn::after,
#exchanges .exchange-card-btn::after{
  content:"→";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  font-size:14px;
  font-weight:500;
  line-height:1;
  opacity:.92;
  transition:transform .28s ease, opacity .28s ease;
}
.bot-copy .bot-subscribe-btn:hover,
.price-plan-card .price-plan-subscribe-btn:hover,
.price-vip-partner-btn:hover,
#exchanges .exchange-card-btn:hover{
  transform:translateY(-2px);
  color:#fff;
  border-color:rgba(255,255,255,.22);
  background:linear-gradient(180deg, rgba(52,52,52,.98) 0%, rgba(22,22,22,.99) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    inset 0 -1px 0 rgba(0,0,0,.48),
    0 12px 26px rgba(0,0,0,.36);
}
.bot-copy .bot-subscribe-btn:hover::before,
.price-plan-card .price-plan-subscribe-btn:hover::before,
.price-vip-partner-btn:hover::before,
#exchanges .exchange-card-btn:hover::before{opacity:.9}
.bot-copy .bot-subscribe-btn:hover::after,
.price-plan-card .price-plan-subscribe-btn:hover::after,
.price-vip-partner-btn:hover::after,
#exchanges .exchange-card-btn:hover::after{
  transform:translateY(-50%) translateX(4px);
  opacity:1;
}
.bot-copy .bot-subscribe-btn:active,
.price-plan-card .price-plan-subscribe-btn:active,
.price-vip-partner-btn:active,
#exchanges .exchange-card-btn:active{
  transform:translateY(0);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(0,0,0,.5),
    0 8px 18px rgba(0,0,0,.28);
}
.bot-pill{margin-bottom:16px}
.bot-orange{color:var(--btc-orange-matte); background:rgba(168,132,106,.08); border-color:rgba(168,132,106,.24)}
.bot-gold{color:var(--gold-matte); background:rgba(184,154,110,.08); border-color:rgba(184,154,110,.22)}
.bot-blue{color:var(--dax-blue-matte); background:rgba(90,143,171,.08); border-color:rgba(90,143,171,.22)}

.bot-oil{color:var(--oil-matte); background:rgba(107,114,124,.1); border-color:rgba(107,114,124,.28)}
.bot-gbpusd{color:var(--gbpusd-matte); background:rgba(138,158,184,.08); border-color:rgba(138,158,184,.24)}
.bot-card-gbpusd .bot-copy h3{color:#b0bccf!important}
.bot-card-gbpusd{border-color:rgba(138,158,184,.16)!important}
/* GBP/USD: Original JPEG (GPB_Homepage) — volles Motiv inkl. Schwarz / Glow wie Quelle */
.bot-card-gbpusd .bot-visual{
  background:#000;
  align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center;
}
.bot-card-gbpusd .bot-visual img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  object-position:center;
  transform:none;
}
.bot-card-btc .bot-copy h3{color:var(--btc-orange-matte)!important}
.bot-eth{color:#8088a8; background:rgba(128,136,168,.08); border-color:rgba(128,136,168,.22)}
.bot-card-eth .bot-copy h3{color:#9098b0!important}
.bot-card-eth{border-color:rgba(128,136,168,.14)!important}
.bot-sol{color:#8e8498; background:rgba(142,132,152,.08); border-color:rgba(142,132,152,.22)}
.bot-card-sol .bot-copy h3{color:#9a90a4!important}
.bot-card-sol{border-color:rgba(142,132,152,.14)!important}
.bot-bnb{color:var(--gold-matte); background:rgba(184,154,110,.08); border-color:rgba(184,154,110,.22)}
.bot-card-bnb .bot-copy h3{color:var(--gold-matte)!important}
.bot-card-bnb{border-color:rgba(184,154,110,.14)!important}
.bot-hype{color:#6e9690; background:rgba(110,150,144,.08); border-color:rgba(110,150,144,.22)}
.bot-card-hype .bot-copy h3{color:#7a9894!important}
.bot-card-hype{border-color:rgba(110,150,144,.14)!important}
/* AVAX (Avalanche) — Brand-Rot */
.bot-avax{color:#e84142; background:rgba(232,65,66,.08); border-color:rgba(232,65,66,.22)}
.bot-card-avax .bot-copy h3{color:#e84142!important}
.bot-card-avax{border-color:rgba(232,65,66,.14)!important}
.bot-card-gold .bot-copy h3{color:var(--gold-matte)}

.bot-card-dax .bot-copy h3{color:var(--dax-blue-matte)}
.bot-card-oil .bot-copy h3{color:var(--oil-matte)!important}
.bot-card-oil{border-color:rgba(107,114,124,.16)!important}
/* Bot-Karten ausblenden wenn Slug nicht im aktuellen Angebot */
.thebot-hide-btc .bot-card-btc{display:none}
.thebot-hide-eth .bot-card-eth{display:none}
.thebot-hide-sol .bot-card-sol{display:none}
.thebot-hide-bnb .bot-card-bnb{display:none}
.thebot-hide-hype .bot-card-hype{display:none}
.thebot-hide-avax .bot-card-avax{display:none}
.thebot-hide-gbpusd .bot-card-gbpusd{display:none}
.thebot-hide-gold .bot-card-gold{display:none}
.thebot-hide-dax .bot-card-dax{display:none}
.thebot-hide-oil .bot-card-oil{display:none}
.thebot-hide-sp500 .bot-card-sp500{display:none}
/* Performance-Chart-Tabs: gleiche Angebots-Logik wie Bot-Karten */
.thebot-hide-btc .perf-tab[data-series="BTC"]{display:none}
.thebot-hide-eth .perf-tab[data-series="ETH"]{display:none}
.thebot-hide-sol .perf-tab[data-series="SOL"]{display:none}
.thebot-hide-bnb .perf-tab[data-series="BNB"]{display:none}
.thebot-hide-hype .perf-tab[data-series="HYPE"]{display:none}
.thebot-hide-avax .perf-tab[data-series="AVAX"]{display:none}
.thebot-hide-gold .perf-tab[data-series="Gold"]{display:none}
/* Live System Overview: gleiche Angebots-Logik wie Bot-Karten —
   nicht angebotene Bots verschwinden aus der Status-Liste. */
.thebot-hide-btc .status-bot-btc{display:none}
.thebot-hide-eth .status-bot-eth{display:none}
.thebot-hide-sol .status-bot-sol{display:none}
.thebot-hide-bnb .status-bot-bnb{display:none}
.thebot-hide-hype .status-bot-hype{display:none}
.thebot-hide-avax .status-bot-avax{display:none}
/* Gold: Zeile bleibt immer sichtbar — aber Status toggelt zwischen
   "Soon" (nicht im Angebot) und normalem Rotations-Status (im Angebot). */
.thebot-hide-gbpusd .status-bot-gbpusd{display:none}
.thebot-hide-dax .status-bot-dax{display:none}
.thebot-hide-oil .status-bot-oil{display:none}
/* Gold-Status-Toggle: Default = Gold im Angebot → aktiven Status zeigen,
   "Soon" verstecken. Hohe Spezifitaet noetig, damit die bestehende
   .status-text--soon{display:inline-flex}-Regel ueberschrieben wird. */
.status-list .status-row.status-bot-gold .status-bot-gold__soon{display:none}
.status-list .status-row.status-bot-gold .status-bot-gold__active{display:inline-flex}
/* Override: Gold NICHT im Angebot → "Soon" zeigen, aktiven Status verstecken. */
.thebot-hide-gold .status-list .status-row.status-bot-gold .status-bot-gold__soon{display:inline-flex}
.thebot-hide-gold .status-list .status-row.status-bot-gold .status-bot-gold__active{display:none}
.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}
section#backend{
  background:var(--bg);
  position:relative;
  overflow:hidden;
  padding:clamp(72px, 8vw, 96px) 0;
}
section#backend::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.022;
  pointer-events:none;
  z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size:220px 220px;
  mix-blend-mode:soft-light;
}
section#backend::after{
  content:"";
  position:absolute;
  left:2%;
  top:28%;
  width:min(82vw, 1040px);
  height:min(50vw, 520px);
  background:radial-gradient(ellipse at 44% 50%, rgba(22,242,109,.1) 0%, rgba(58,228,194,.035) 38%, transparent 74%);
  pointer-events:none;
  z-index:0;
}
section#backend > .container{
  position:relative;
  z-index:1;
}
section#backend .homepage-mockup-stage{
  position:relative;
  z-index:1;
  height:fit-content;
  align-self:center;
  min-width:0;
  max-width:100%;
  padding:clamp(10px, 1.4vw, 16px) clamp(12px, 1.6vw, 18px);
  border-radius:24px;
  background:linear-gradient(155deg, rgba(255,255,255,.042) 0%, rgba(255,255,255,.012) 100%);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 22px 56px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.06);
  overflow:visible;
}
section#backend .homepage-mockup-stage::before{
  content:"";
  position:absolute;
  left:8%;
  right:16%;
  top:14%;
  bottom:12%;
  border-radius:20px;
  background:radial-gradient(ellipse at 50% 54%, rgba(22,242,109,.14) 0%, transparent 70%);
  filter:blur(12px);
  z-index:0;
  pointer-events:none;
}
section#backend .homepage-mockup-stage::after{
  content:"";
  position:absolute;
  left:12%;
  right:22%;
  bottom:2%;
  height:36px;
  background:radial-gradient(ellipse at center, rgba(22,242,109,.2) 0%, transparent 72%);
  filter:blur(16px);
  z-index:0;
  pointer-events:none;
}
@media (min-width: 1101px){
  section#backend > .container{
    width:min(calc(100% - 48px), 1560px);
  }
  section#backend .copy-block{
    align-self:center;
    display:grid;
    gap:clamp(12px, 1.4vw, 16px);
    min-width:0;
    max-width:100%;
    padding:clamp(16px, 2vw, 24px) clamp(18px, 2vw, 26px);
    border-radius:22px;
    background:linear-gradient(165deg, rgba(255,255,255,.038) 0%, rgba(255,255,255,.012) 100%);
    border:1px solid rgba(255,255,255,.06);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  }
  section#backend .copy-block .eyebrow{
    margin-bottom:4px;
  }
  section#backend .copy-block h2{
    max-width:100%;
    overflow-wrap:break-word;
    font-size:clamp(28px, 2.4vw, 40px);
    line-height:1.08;
    letter-spacing:-.04em;
  }
  section#backend .copy-block p{
    max-width:100%;
    font-size:16px;
    line-height:1.68;
    color:#b8bcc4;
  }
}
section#backend .copy-block{
  min-width:0;
  max-width:100%;
}
section#backend .backend-feature-chips{
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:8px;
  margin-top:6px;
  min-width:0;
  max-width:100%;
}
section#backend .backend-feature-chip{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
  max-width:100%;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.028);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:border-color .25s ease, background .25s ease, transform .25s ease;
}
section#backend .backend-feature-chip:hover{
  border-color:rgba(22,242,109,.2);
  background:rgba(22,242,109,.045);
  transform:translateX(2px);
}
section#backend .backend-feature-chip__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 36px;
  width:36px;
  height:36px;
  border-radius:11px;
  color:var(--green);
  background:rgba(22,242,109,.09);
  border:1px solid rgba(22,242,109,.16);
  box-shadow:0 0 18px rgba(22,242,109,.1);
}
section#backend .backend-feature-chip__icon svg{display:block; width:20px; height:20px}
section#backend .backend-feature-chip__text{
  flex:1 1 auto;
  min-width:0;
  overflow-wrap:break-word;
  color:#d8dce3;
  font-size:14px;
  line-height:1.4;
  font-weight:500;
}
section#backend .container.split-grid.reverse{
  grid-template-columns:minmax(0, 1.55fr) minmax(340px, 1fr);
  gap:clamp(24px, 3vw, 44px);
  align-items:center;
}
@media (min-width: 1280px){
  section#backend .container.split-grid.reverse{
    grid-template-columns:minmax(0, 1.65fr) minmax(360px, 1fr);
  }
}
@media (max-width:1100px){
  section#backend .container.split-grid.reverse{
    grid-template-columns:1fr;
  }
}

/* Dashboard-Preview: Desktop Laptop groß + Handy daneben / Mobile Handy-Video im Fokus */
.homepage-mockup-stage{
  position:relative;
  width:100%;
  max-width:100%;
  padding-block:0;
  overflow:visible;
}
.homepage-mockup-showcase{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:clamp(14px, 2.5vw, 28px);
  width:100%;
  padding:0;
  overflow:visible;
  position:relative;
  z-index:1;
  height:fit-content;
}
@media (min-width: 561px){
  .homepage-mockup-showcase{
    position:relative;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:0;
    padding-right:clamp(100px, 10vw, 148px);
  }
}
.homepage-mockup{
  margin:0;
  line-height:0;
  border:none;
  box-shadow:none;
  background:transparent;
}
.homepage-mockup-laptop{
  position:relative;
  width:100%;
}
.homepage-mockup-laptop-screen{
  position:absolute;
  z-index:1;
  top:5.18%;
  left:10.28%;
  width:79.44%;
  height:86.24%;
  overflow:hidden;
  border-radius:6px;
  background:#0c1015;
  isolation:isolate;
}
.homepage-mockup-laptop-screen video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:14% 46%;
  background:#0c1015;
  transform:translate3d(0,0,0);
  backface-visibility:hidden;
  image-rendering:auto;
}
.homepage-mockup-laptop-frame{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:auto;
  pointer-events:none;
  filter:
    drop-shadow(0 34px 52px rgba(0,0,0,.58))
    drop-shadow(0 0 72px rgba(22,242,109,.07));
}
.homepage-mockup-phone{
  position:relative;
  width:100%;
  filter:drop-shadow(0 22px 40px rgba(0,0,0,.5));
}
.homepage-mockup-phone-screen{
  position:absolute;
  z-index:1;
  top:1.87%;
  left:4.4%;
  width:91.21%;
  height:96.27%;
  overflow:hidden;
  border-radius:clamp(18px, 5.5vw, 28px);
  background:#0c1015;
}
.homepage-mockup-phone-screen video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  background:#0c1015;
}
.homepage-mockup-phone-frame{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:auto;
  pointer-events:none;
}
.homepage-mockup-video{pointer-events:none}

.homepage-mockup--desktop{
  order:1;
  width:100%;
  max-width:min(100%, 1180px);
  min-width:0;
}
@media (min-width: 561px){
  .homepage-mockup--desktop{
    flex:none;
    width:100%;
    max-width:100%;
    min-width:0;
  }
}
/* Laptop auf Desktop größer — nur Desktop-Breakpoint */
@media (min-width: 821px){
  .homepage-mockup--desktop{
    width:115%;
    max-width:115%;
  }
}
.homepage-mockup--phone-video{
  display:block;
  filter:
    drop-shadow(0 22px 34px rgba(0,0,0,.52))
    drop-shadow(0 6px 16px rgba(0,0,0,.34));
}
@media (min-width: 561px){
  .homepage-mockup--phone-video{
    position:absolute;
    right:0%;
    bottom:6%;
    width:clamp(108px, 10vw, 148px);
    max-width:148px;
    margin:0;
    z-index:3;
    transform:translateY(-2px);
  }
}
/* Fix 1: Scroll-Ruckeln in der Preview-Sektion auf Mobile —
   blur()-Filter auf ::before/::after sind GPU-intensiv und verursachen Jank */
@media (max-width: 820px){
  section#backend .homepage-mockup-stage::before,
  section#backend .homepage-mockup-stage::after{
    display:none;
  }
  .homepage-mockup-phone{
    filter:none;
    transform:translate3d(0,0,0);
    will-change:transform;
  }
  .homepage-mockup--phone-video{
    will-change:transform;
  }
}

@media (max-width: 560px){
  .homepage-mockup-showcase{
    gap:0;
    padding-block:clamp(8px, 3vw, 16px);
    padding-right:0;
  }
  .homepage-mockup--desktop{display:none}
  .homepage-mockup--phone-video{
    position:relative;
    right:auto;
    bottom:auto;
    order:1;
    width:min(76vw, 290px);
    max-width:290px;
    margin:0 auto;
    transform:none;
    clip-path:none;
    filter:drop-shadow(0 16px 32px rgba(0,0,0,.48));
  }
  /* Video im Screen zoomen → Status-Bar oben + Nav-Bar unten verschwinden,
     Handy-Rahmen bleibt vollständig sichtbar */
  .homepage-mockup-phone-screen video{
    transform:scale(1.09);
    transform-origin:center 38%;
  }

  /* Fix 2: Hintergrundbox hinter dem Handy entfernen */
  section#backend .homepage-mockup-stage{
    background:transparent;
    border:none;
    box-shadow:none;
    padding:0;
  }
}

.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:8px; flex-wrap:wrap}
.perf-tab{min-height:40px; border-radius:999px; border:1px solid rgba(255,255,255,.09); background:rgba(255,255,255,.03); color:var(--muted); padding:0 14px; font-size:13px; font-weight:600; 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="ETH"].active{color:#0a0e1f; background:linear-gradient(180deg,#8ea0ff,#627eea); border-color:transparent; box-shadow:0 12px 36px rgba(98,126,234,.34)}
.perf-tab[data-series="SOL"].active{color:#120622; background:linear-gradient(180deg,#c585ff,#9945ff); border-color:transparent; box-shadow:0 12px 36px rgba(153,69,255,.34)}
.perf-tab[data-series="BNB"].active{color:#1a1404; background:linear-gradient(180deg,#ffe08a,#f3ba2f); border-color:transparent; box-shadow:0 12px 36px rgba(243,186,47,.3)}
.perf-tab[data-series="HYPE"].active{color:#041612; background:linear-gradient(180deg,#7cf5de,#3ae4c2); border-color:transparent; box-shadow:0 12px 36px rgba(58,228,194,.32)}
.perf-tab[data-series="AVAX"].active{color:#1a0404; background:linear-gradient(180deg,#ff8a8b,#e84142); border-color:transparent; box-shadow:0 12px 36px rgba(232,65,66,.32)}
.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)}

#performanceChart{width:100%; height:420px; display:block}
.performance-backtest-disclaimer{
  margin:14px 0 0;
  font-size:11px;
  line-height:1.58;
  color:rgba(168, 184, 196, 0.82);
  letter-spacing:.01em;
}
.top-gap{margin-top:12px}
/* Footer-Live-Ticker: volle Breite, ganz unten, keine Container-Begrenzung.
   TradingView Ticker-Tape liefert Logos, Rot/Gruen-Farben und Pause-on-Hover
   von Haus aus. Fallback-Ticker bekommt Pause-on-Hover via CSS. */
.ticker-block{padding:0; margin:0; width:100%}
.ticker-title{width:100%; padding:8px 20px 0; margin:0; color:var(--green); text-transform:uppercase; letter-spacing:.16em; font-size:12px; box-sizing:border-box}
.tv-widget-shell,.ticker-fallback{width:100%; margin:0; border-radius:0; overflow:hidden; border-top:1px solid rgba(255,255,255,.08); border-left:none; border-right:none; border-bottom:none; background:rgba(255,255,255,.03)}
/* Ticker-Fallback standardmäßig sichtbar — wird per JS ausgeblendet,
   sobald der TradingView-Widget erfolgreich lädt. */
.ticker-fallback{display:block; 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}
/* Pause-on-Hover fuer Fallback-Ticker (wie urspruenglich). */
.ticker-fallback:hover .ticker-track{animation-play-state:paused}
.safety-grid{grid-template-columns:repeat(3,1fr)}
.safety-card{padding:26px}
/* Werte: Überschrift braucht mehr Abstand zur ersten Karte (v. a. mobil) */
#values .section-head{margin-bottom:clamp(32px, 5vw, 52px)}
.pricing-plans-grid{display:grid; gap:18px; grid-template-columns:repeat(4,1fr); margin-top:34px; align-items:stretch}
.price-plan-card{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:100%;
  padding:26px 22px;
}
.price-plan-name{font-size:clamp(20px,2.4vw,26px); font-weight:700; margin:0 0 16px; letter-spacing:-.02em}
.price-plan-tier{margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid rgba(255,255,255,.08)}
.price-plan-note{display:block; margin:10px 0 6px}
.price-plan-note:first-child{margin-top:0}
.price-plan-amount{margin:0}
.price-plan-amount strong{font-size:clamp(26px,3vw,38px); letter-spacing:-.04em; font-weight:800}
.price-plan-amount--secondary strong{font-size:clamp(22px,2.6vw,32px); opacity:.9}
.price-plan-checklist{
  list-style:none;
  margin:0;
  padding:0 0 18px;
  display:grid;
  gap:12px;
  flex:1 1 auto;
  min-height:0;
}
.price-plan-card .price-plan-subscribe-btn{
  flex-shrink:0;
  margin-top:auto;
  width:100%;
}
.price-plan-checklist li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--muted);line-height:1.5}
.price-plan-check{
  flex:none;width:22px;height:22px;border-radius:50%;
  background:linear-gradient(145deg,#22ff81,#12c45e);
  color:#041108;display:flex;align-items:center;justify-content:center;
  margin-top:2px;
  animation:pricePlanCheckPulse 2.1s ease-in-out infinite;
}
.price-plan-checklist li:nth-child(2) .price-plan-check{animation-delay:.35s}
.price-plan-checklist li:nth-child(3) .price-plan-check{animation-delay:.7s}
.price-plan-check svg{display:block}
.price-upgrade-note{
  margin-top:22px;
  padding:22px 26px;
  border:1px solid rgba(22,242,109,.16);
  background:linear-gradient(165deg, rgba(22,242,109,.08), rgba(22,242,109,.02) 55%, rgba(0,0,0,.08));
  box-shadow:0 0 0 1px rgba(22,242,109,.04) inset;
}
.price-upgrade-note-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:14px;
}
.price-upgrade-note-list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:15px;
  line-height:1.55;
  color:rgba(196,248,214,.94);
}
.price-upgrade-note-dot{
  flex:none;
  width:10px;
  height:10px;
  border-radius:50%;
  margin-top:.45em;
  background:var(--green);
  box-shadow:0 0 14px rgba(22,242,109,.28);
  animation:pricePlanCheckPulse 2.1s ease-in-out infinite;
}
.price-upgrade-note-list li:nth-child(2) .price-upgrade-note-dot{animation-delay:.35s}
.price-vip-card{
  margin-top:24px;
  padding:28px 30px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(165deg, rgba(255,255,255,.06), rgba(255,255,255,.02) 52%, rgba(0,0,0,.1));
}
.price-vip-title{
  margin:0 0 22px;
  font-size:clamp(22px, 2.6vw, 30px);
  letter-spacing:-.03em;
}
.price-vip-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:28px;
}
.price-vip-label{
  display:block;
  margin-bottom:12px;
}
.price-vip-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.price-vip-list li{
  position:relative;
  padding-left:18px;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
}
.price-vip-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 14px rgba(22,242,109,.28);
}
.price-vip-links{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.price-vip-partner-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:148px;
  max-width:240px;
  text-decoration:none;
}
.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));
}
.footer-contact-badge--inline{
  display:flex!important;
  align-items:center;
  gap:8px;
  width:100%;
  margin:2px 0 0;
  padding:4px 0;
  min-height:44px;
  border:none;
  border-radius:0;
  background:none;
  color:var(--muted);
  font:inherit;
  font-size:inherit;
  font-weight:400;
  text-align:left;
  cursor:pointer;
  transition:color .2s ease;
  box-shadow:none;
  transform:none;
}
.footer-contact-badge--inline:hover{
  color:var(--green);
  background:none;
  border:none;
  box-shadow:none;
  transform:none;
}
.footer-contact-badge--inline .footer-contact-icon{
  width:16px;
  height:16px;
  flex-shrink:0;
  color:currentColor;
  opacity:.85;
}
.contact-form-card{
  width:min(560px, calc(100vw - 28px));
}
.contact-form{
  display:flex;
  flex-direction:column;
  gap:0;
}
.contact-form-field{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:14px;
}
.contact-form-field label{
  font-size:.92rem;
  color:var(--text);
}
.contact-form-field input,
.contact-form-field textarea{
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.25);
  color:var(--text);
  font:inherit;
  resize:vertical;
  min-height:44px;
}
.contact-form-field textarea{
  min-height:120px;
}
.contact-form-field input:focus,
.contact-form-field textarea:focus{
  outline:2px solid rgba(22,242,109,.35);
  outline-offset:1px;
}
.contact-form-honeypot{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
  opacity:0;
  pointer-events:none;
}
.contact-form-privacy{
  margin:14px 0 0;
  line-height:1.6;
}
.contact-form-privacy a{
  color:var(--green);
  text-decoration:underline;
}
.contact-form-feedback{
  margin:12px 0 0;
  font-size:.92rem;
  line-height:1.45;
}
.contact-form-feedback.is-error{color:#ff8f8f}
.contact-form-feedback.is-success{color:#8dffb0}
.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 .ticker-track,
html.is-scrolling .status-list .status-row span,
html.is-scrolling .status-list .status-row strong.status-text{animation-play-state:paused!important}
.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}.delay-5{transition-delay:.40s}
@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 pricePlanCheckPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(22,242,109,.55),0 0 12px rgba(22,242,109,.25)}
  50%{transform:scale(1.09);box-shadow:0 0 0 6px rgba(22,242,109,0),0 0 18px rgba(22,242,109,.45)}
}
@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 statusRowTheBotGreen{
  0%, 100%{
    color:#0a7a3a;
    text-shadow:none;
  }
  50%{
    color:#f0f0f0;
    text-shadow:none;
  }
}
@keyframes heroVideoFloat{
  0%,100%{transform:translate3d(0,0,0)}
  16.67%{transform:translate3d(0,-2.5px,0)}
  33.33%{transform:translate3d(0,-5.5px,0)}
  50%{transform:translate3d(0,-7px,0)}
  66.67%{transform:translate3d(0,-5.5px,0)}
  83.33%{transform:translate3d(0,-2.5px,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%)}
}
@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-list .status-row span,
  .status-list .status-row strong.status-text{color:#0a7a3a}
  .status-list .status-row.status-bot-gold > span,
  .status-list .status-row.status-bot-gold .status-text--soon,
  .status-list .status-row.status-bot-gold .status-text--soon > span:not(.status-soon-dot){color:#ff5c5c!important; animation:none!important}
  .status-list .status-row.status-bot-gold .status-soon-dot{animation:statusSoonDotPulse 1.8s ease-in-out infinite!important}
  .reveal{opacity:1; transform:none; transition:none}
  #how .steps-grid .step-card.reveal,
  #how .steps-grid.steps-animate-in .step-card.reveal{opacity:1; transform:none; transition:none}
  .price-plan-check{animation:none!important; transform:none!important; box-shadow:0 0 0 1px rgba(22,242,109,.2)}
  .price-upgrade-note-dot{animation:none!important; transform:none!important; box-shadow:0 0 0 1px rgba(22,242,109,.2)}
  .homepage-mockup-showcase,
  .homepage-mockup--desktop,
  .homepage-mockup--phone,
  .homepage-mockup--phone-video,
  .homepage-mockup-spotlight{transition:none!important; animation:none!important}
  .homepage-mockup-stage:hover .homepage-mockup-showcase,
  .homepage-mockup-stage:hover .homepage-mockup--desktop,
  .homepage-mockup-stage:hover .homepage-mockup--phone,
  .homepage-mockup-stage:hover .homepage-mockup--phone-video{transform:none!important}
  .homepage-mockup--phone-video{transform:none!important; filter:drop-shadow(0 14px 28px rgba(0,0,0,.4))!important}
  @media (min-width: 561px){
    .homepage-mockup--phone-video{transform:translateY(-2px)!important}
  }
  section#backend .backend-feature-chip{transform:none!important}
  section#backend .backend-feature-chip:hover{transform:none!important}
}
@media (max-width: 1100px){
  .hero-grid,.split-grid,.split-grid.reverse,.trust-grid,.bot-grid{grid-template-columns:1fr}
  #exchanges .exchanges-split{
    grid-template-columns:1fr;
    gap:clamp(28px, 5vw, 44px);
    align-items:stretch;
  }
  #exchanges .copy-block,
  #exchanges .exchange-stack{
    min-width:0;
    max-width:100%;
  }
  #exchanges .exchange-grid{grid-template-columns:repeat(2, minmax(0, 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)}
  .pricing-plans-grid{grid-template-columns:repeat(2,1fr)}
  .price-vip-grid{grid-template-columns: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(120px,42vw,200px)}
  .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}
  html.mobile-nav-open{
    overflow:hidden;
  }
  .site-header:has(.site-nav.open){
    z-index:100;
  }
  .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:rgb(10,10,12);
    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;
    z-index:101;
    will-change:opacity,transform;
  }
  .site-nav.open{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
    max-height:calc(100dvh - 96px - env(safe-area-inset-top, 0px));
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .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 max(18px, env(safe-area-inset-bottom, 0px));
    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;
    width:calc(100% - 8px);
    max-width:none;
    box-sizing:border-box;
    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;
  }
  .nav-cta .nav-button-logout{
    min-height:46px!important;
    padding:9px 16px!important;
    border-radius:999px!important;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(140, 170, 195, 0.28)!important;
    background:linear-gradient(180deg, rgba(22, 28, 34, 0.95), rgba(10, 13, 16, 0.94))!important;
    color:rgba(232, 242, 248, 0.95)!important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 2px 14px rgba(0, 0, 0, 0.32);
  }
  .nav-cta .nav-user-badge{
    min-height:46px;
    padding:9px 16px;
    align-items:center;
    justify-content:center;
    width:calc(100% - 8px);
    max-width:none;
    box-sizing:border-box;
  }
  .nav-cta:has(.nav-user-badge:not([hidden])):has(.nav-button-logout:not([hidden])){
    display:flex;
    flex-direction:column;
    width:100%;
  }
  .nav-cta:has(.nav-user-badge:not([hidden])):has(.nav-button-logout:not([hidden])) .nav-button.nav-button-logout{
    width:calc(100% - 8px);
    max-width:none;
  }
}
@media (max-width: 820px){
  .hero-meta,.stats-grid,.safety-grid,.pricing-plans-grid,.footer-grid,.exchange-grid,.steps-grid,.info-grid{grid-template-columns:1fr}
  #exchanges .exchange-grid{grid-template-columns:1fr}
  .bot-card{padding:24px}
  .performance-head{flex-direction:column; align-items:flex-start; width:100%; min-width:0}
  .perf-tabs{width:100%; max-width:100%; min-width:0}
  #performanceChart{height:300px}
  .faq-question span{font-size:18px}
}
@media (max-width: 560px){
  #performanceChart{height:240px}
  .section{padding:86px 0}
  .brand img{width:clamp(160px,48vw,220px)}
  .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}
}

.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 h4{
  font-size:1rem;
  font-weight:700;
  margin:18px 0 8px;
  color:var(--text);
}
.legal-inner .legal-table{
  width:100%;
  border-collapse:collapse;
  margin:8px 0 18px;
}
.legal-inner .legal-table td{
  border:1px solid var(--border);
  padding:10px 12px;
  vertical-align:top;
  line-height:1.6;
}
.legal-inner .legal-table td:first-child{
  font-weight:600;
  color:var(--text);
  white-space:nowrap;
}
.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);
}
.partner-referral-exchange,
.bingx-referral-exchange{
  display:flex;
  gap:.5rem;
  margin:.75rem 0 1rem;
}
.partner-referral-exchange-option,
.bingx-referral-exchange-option{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.35rem;
  padding:.55rem .75rem;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  cursor:pointer;
  font-size:.9rem;
}
.partner-referral-exchange-option input,
.bingx-referral-exchange-option input{
  accent-color:#7cffb2;
}
.partner-referral-exchange-option:has(input:checked),
.bingx-referral-exchange-option:has(input:checked){
  border-color:rgba(124,255,178,.55);
  background:rgba(124,255,178,.08);
}
.partner-referral-field,
.bingx-referral-field{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:8px;
  margin-top:14px;
}
.partner-referral-field input,
.bingx-referral-field input{
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.25);
  color:var(--text);
  font:inherit;
}
.partner-referral-field input:focus,
.bingx-referral-field input:focus{
  outline:2px solid rgba(22,242,109,.35);
  outline-offset:1px;
}
.partner-referral-partner-link,
.bingx-referral-partner-link{
  color:var(--green);
  text-decoration:underline;
}
.partner-referral-feedback,
.bingx-referral-feedback{
  margin:12px 0 0;
  font-size:.92rem;
  line-height:1.45;
}
.partner-referral-feedback.is-error,
.bingx-referral-feedback.is-error{color:#ff8f8f}
.partner-referral-feedback.is-success,
.bingx-referral-feedback.is-success{color:#8dffb0}
.partner-referral-success,
.bingx-referral-success{color:#8dffb0}
.partner-referral-test-mode{color:#9fd8ff}
@media (max-width: 640px){
  .consent-modal{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    overflow-y:auto;
    overscroll-behavior:contain;
    padding:12px;
    padding-bottom:max(12px, env(safe-area-inset-bottom));
  }
  .consent-modal-card{
    padding:18px;
    margin:auto 0;
    flex-shrink:0;
    max-height:none;
  }
  .contact-form-card{
    width:min(560px, calc(100vw - 24px));
    max-height:calc(100dvh - 24px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .contact-form-card .consent-modal-actions{
    margin-top:16px;
    padding-bottom:4px;
    flex-direction:column-reverse;
    gap:10px;
  }
  .contact-form-card .consent-modal-actions .btn{
    width:100%;
    justify-content:center;
  }
  .contact-form-field textarea{
    min-height:96px;
  }
  .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;
}


/* —— Mobile: Hero lesbar, Nav-Signal in der Header-Box gekappt —— */
@media (max-width: 992px) {
  .nav-signal-rail {
    overflow: hidden;
    height: 72px;
    top: 44px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: clamp(52px, 11vw, 80px);
  }

  .hero-copy {
    position: relative;
    z-index: 1;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .lead,
  .hero .lead {
    font-size: clamp(15px, 4.1vw, 17px);
  }
}

/* ── Mobile Polish: Touch-Feedback, Perf-Tabs, Footer, FAQ ── */

/* 1 — Touch-Feedback auf allen Buttons und interaktiven Karten */
.btn:active,
.perf-tab:active,
.price-plan-card:active,
.bot-card:active{
  transform:scale(0.97) !important;
  transition:transform .1s ease !important;
}

/* 2 — Perf-Tabs: horizontal scrollbar auf schmalen Screens */
@media (max-width: 640px){
  .perf-tabs{
    overflow-x:auto;
    flex-wrap:nowrap;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:4px;
    padding-inline-end:12px;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }
  .perf-tabs::-webkit-scrollbar{display:none}
  .perf-tab{scroll-snap-align:start; flex-shrink:0}
}

/* 3 — FAQ: Touch-Feedback beim Antippen */
.faq-question{transition:transform .12s ease, background .15s ease}
.faq-question:active{
  transform:scale(0.985);
  background:rgba(255,255,255,.04);
}

/* 4 — Footer Social-Links: 44×44px Touch-Target (Apple HIG) */
@media (max-width: 640px){
  .footer-social-link{
    min-height:44px;
    min-width:44px;
    align-items:center;
    padding:10px 6px;
  }
}

/* 5 — Hero CTA: Buttons taller */
@media (max-width: 480px){
  .hero-actions .btn{
    min-height:52px;
    font-size:16px;
    padding:0 28px;
  }
  .hero-actions{
    /* kein sticky mehr — verursacht Sprung beim Zurückscrollen */
    position:static;
    margin-top:24px;
  }
}

/* ═══════════════════════════════════════════════════
   Bot-Karten: Snap-Carousel auf Mobile
   ═══════════════════════════════════════════════════ */
@media (max-width: 820px){
  .bot-stack{
    display:flex;
    flex-direction:row;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    gap:14px;
    padding:6px 6px 16px;
  }
  .bot-stack::-webkit-scrollbar{ display:none; }
  .bot-card{
    flex:0 0 calc(100vw - 48px);
    max-width:420px;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    box-sizing:border-box;
  }

  /* Kompaktes 2-Spalten-Layout: Bild links (fest), Text rechts */
  .bot-card .bot-grid{
    grid-template-columns:64px 1fr !important;
    gap:12px;
    align-items:start;
  }
  .bot-card .bot-visual{
    width:64px;
    height:64px;
    flex-shrink:0;
    border-radius:16px;
    min-width:64px;
    min-height:64px;
  }
  .bot-card .bot-visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:14px;
  }
  /* Info-Grid 2×2 statt 4×1 */
  .bot-card .info-grid{
    grid-template-columns:1fr 1fr !important;
    gap:8px;
    margin-top:10px;
  }
  .bot-card .info-grid div{ padding:8px 10px; border-radius:12px; }
  .bot-card .info-grid span{ font-size:10px; margin-bottom:4px; }
  .bot-card .info-grid strong{
    font-size:12px;
    line-height:1.3;
    word-break:break-word;
    overflow-wrap:break-word;
    hyphens:auto;
  }
  .bot-card .bot-copy h3{ font-size:15px; line-height:1.35; margin:6px 0 0; }
  .bot-card .bot-pill{ margin-bottom:6px; font-size:11px; }
  .bot-card .bot-subscribe-btn{ margin-top:12px; min-height:40px; font-size:14px; }

  /* Scroll-Dots */
  .bot-carousel-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:16px;
    padding:0;
    list-style:none;
  }
  .bot-carousel-dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    border:none;
    padding:0;
    cursor:pointer;
    transition:background .2s ease, width .2s ease;
    flex-shrink:0;
  }
  .bot-carousel-dot.is-active{
    background:var(--green);
    width:20px;
    border-radius:4px;
  }
}

/* ═══════════════════════════════════════════════════
   Apple-Feeling Mobile Polish — 7 Optimierungen
   ═══════════════════════════════════════════════════ */

/* 1 — Section-Abstände: 110px → 64px auf Mobile */
@media (max-width: 560px){
  .section{ padding:64px 0 !important; }
}

/* 2 — Header schmaler: 86px → 62px */
@media (max-width: 640px){
  .nav-shell{ min-height:62px; }
}

/* 3 — Karten-Padding komprimieren */
@media (max-width: 560px){
  .step-card{ padding:16px; }
  .stat-card{ padding:16px; }
  .safety-card{ padding:16px; }
  .bot-card{ padding:16px !important; }
  .price-plan-card{ padding:18px; }
  .performance{ padding:16px; }
  .faq-question{ padding:16px 18px; }
}

/* 4 — Fließtext 17px → 15px */
@media (max-width: 560px){
  .lead,
  .copy-block p,
  .section-head p,
  .trust-grid p,
  .footer-text,
  .faq-answer p,
  .footnote,
  .exchange-card p,
  .step-card p,
  .bot-copy p,
  .safety-card p{ font-size:15px; line-height:1.7; }
}

/* 5 — h2/h3 tighteres Letter-Spacing (wie Apple.com) */
@media (max-width: 640px){
  h2{ letter-spacing:-0.03em; }
  h3{ letter-spacing:-0.025em; }
}

/* 6 — Stat-Cards: 2×2 Grid auf ≤480px + kleinere KPI-Zahlen */
@media (max-width: 480px){
  .stats-grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }
  .stat-card strong{ font-size:clamp(24px,6vw,30px); }
  .stat-card span{ font-size:11px; margin-bottom:6px; }
}

/* 7 — Backtest-Disclaimer: 2 Zeilen + aufklappbar */
@media (max-width: 640px){
  .performance-backtest-disclaimer{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    transition:max-height .3s ease;
  }
  .performance-backtest-disclaimer.is-expanded{
    display:block;
    overflow:visible;
    -webkit-line-clamp:unset;
  }
}
.disclaimer-toggle{
  display:none;
  margin-top:6px;
  background:none;
  border:none;
  color:rgba(150,180,200,.65);
  font-size:11px;
  cursor:pointer;
  padding:0;
  text-decoration:underline;
  text-underline-offset:2px;
  transition:color .2s ease;
}
.disclaimer-toggle:hover{ color:rgba(150,180,200,.9); }
@media (max-width: 640px){
  .disclaimer-toggle{ display:block; }

/* ═══════════════════════════════════════════════════
   5 weitere Mobile Improvements
   ═══════════════════════════════════════════════════ */

/* 1 — Hero: zentrierter Text auf Mobile */
  .hero-copy{ text-align:center; }
  .hero-actions{ justify-content:center; }
  .hero-copy .eyebrow{ justify-content:center; }
  .hero-meta .mini-panel{ text-align:center; }
  .hero-meta .mini-panel strong,
  .hero-meta .mini-panel span{ display:block; }

/* 2 — Exchange-Logos: 2-Spalten-Grid auf Mobile */
  #exchanges .exchange-grid{ grid-template-columns:repeat(2,1fr); gap:12px; }

/* 3 — Pricing: Preis visuell größer */
  .price-plan-amount strong{ font-size:clamp(42px,11vw,52px); }
  .price-plan-amount--secondary strong{ font-size:clamp(32px,8vw,38px); }
  .price-plan-name{ font-size:20px; margin-bottom:10px; }

/* 4 — Steps: Große Hintergrund-Zahl */
  #how .step-card{ overflow:hidden; }
  #how .steps-grid > article::after{
    position:absolute;
    right:-6px;
    bottom:-22px;
    font-size:110px;
    font-weight:900;
    line-height:1;
    letter-spacing:-0.06em;
    color:rgba(255,255,255,.05);
    pointer-events:none;
    user-select:none;
  }
  #how .steps-grid > article:nth-child(1)::after{ content:"01"; }
  #how .steps-grid > article:nth-child(2)::after{ content:"02"; }
  #how .steps-grid > article:nth-child(3)::after{ content:"03"; }
  #how .steps-grid > article:nth-child(4)::after{ content:"04"; }

/* 5 — Sticky CTA Bar */
  .sticky-cta-bar{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:90;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:10px 16px 10px;
    padding-bottom:max(10px, env(safe-area-inset-bottom));
    background:rgb(4,11,7);
    border-top:1px solid rgba(22,242,109,.14);
    transform:translate3d(0,110%,0);
    transition:transform .35s cubic-bezier(.4,0,.2,1);
    will-change:transform;
    contain:paint;
    backface-visibility:hidden;
  }
  .sticky-cta-bar.is-visible{ transform:translate3d(0,0,0); }
  .sticky-cta-bar.is-nav-suppressed,
  .sticky-cta-bar.is-visible.is-nav-suppressed{
    transform:translateY(110%) !important;
    visibility:hidden;
    pointer-events:none;
    transition:none;
  }
  .sticky-cta-bar .btn{
    flex-shrink:0;
    font-size:15px;
    padding:0 26px;
    min-height:44px;
    width:auto !important;
    box-shadow:none !important;
    filter:none !important;
  }
}

/* ═══════════════════════════════════════════════════
   Exchange-Karten: Kompakt im 2-Spalten-Mobile-Grid
   ═══════════════════════════════════════════════════ */
@media (max-width: 640px){
  /* Kleinere Karten-Innenabstände */
  #exchanges .exchange-card{ padding:14px; }
  /* Brand vertikal stapeln — Logo über Name, kein Überlauf */
  #exchanges .exchange-brand{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
    padding:0 0 10px;
    margin-bottom:10px;
  }
  #exchanges .exchange-brand h3{ font-size:14px; letter-spacing:-.01em; }
  /* Exchange-Logo verkleinern */
  .exchange-logo{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
    border-radius:12px;
  }
  .exchange-logo img{ width:26px !important; height:26px !important; }
  /* Reserve-Gruppe verstecken (macht Karten unnötig lang) */
  #exchanges .exchange-tag-group--reserve{ display:none !important; }
  /* Asset-Gruppe kompakter */
  #exchanges .exchange-assets{ gap:8px; }
  #exchanges .exchange-tags{ gap:5px; }
  #exchanges .exchange-tag{ font-size:11px; padding:0 8px; min-height:24px; }
  /* Button kompakter */
  #exchanges .exchange-card-btn{
    font-size:12px;
    padding:0 10px;
    min-height:40px;
    white-space:nowrap;
  }
  #exchanges .exchange-card-actions{ padding:12px 0 0; }
}

/* ═══════════════════════════════════════════════════
   Exchange-Tag: Coming-Soon (roter pulsierender Punkt)
   ═══════════════════════════════════════════════════ */
@keyframes pulse-coming-soon{
  0%,100%{ opacity:1; box-shadow:0 0 0 0 rgba(255,80,40,.5); }
  50%{ opacity:.5; box-shadow:0 0 0 4px rgba(255,80,40,0); }
}
.exchange-tag--coming-soon{
  gap:5px;
  opacity:.8;
}
.exchange-tag--coming-soon::before{
  content:'';
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#ff5028;
  flex-shrink:0;
  animation:pulse-coming-soon 1.6s ease-in-out infinite;
}
.exchange-tag--coming-soon::after{
  content:'soon';
  font-size:9px;
  letter-spacing:.06em;
  color:rgba(255,80,40,.65);
  text-transform:uppercase;
  margin-left:2px;
}

/* ═══════════════════════════════════════════════════
   Hero Mobile: Spektakulärer Einstieg
   ═══════════════════════════════════════════════════ */
@media (max-width: 820px){
  /* Video als erstes Element (über dem Text) */
  .hero-visual{ order:-1; }
  .hero-visual .status-card{ display:none; }
  .hero-ring{ display:none; }
  .hero-video{ animation:none !important; }

  /* ─── Fullscreen-Hero ─────────────────────────────────── */
  .hero{
    position:relative;
    min-height:100svh;
    padding:0 !important;
    overflow:hidden;
    border-radius:28px 28px 0 0; /* obere Ecken wie App-Card */
  }

  /* Video-Background: sofort sichtbar (reveal-Klasse überschreiben) */
  .hero-visual{
    position:absolute !important;
    top:0; left:0; right:0; bottom:0;
    z-index:0;
    order:0;
    margin:0;
    /* reveal-override: immer sichtbar */
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .hero-logo-card{
    position:absolute;
    inset:0;
    width:100%; height:100%;
    min-height:0;
    padding:0;
    border-radius:0;
    overflow:hidden;
    background:transparent; /* kein schwarzer Kasten neben dem Video */
    border:none;
    box-shadow:none;
  }
  .hero-logo-card .hero-video{
    width:100%; height:100%;
    max-height:none;
    object-fit:contain;
    object-position:center top;
    border-radius:0;
    display:block;
    opacity:.88;
    background:transparent;
    transform:scale(1.08);        /* leicht einzoomen */
    transform-origin:center 28%;  /* Zoom-Anker auf Logo-Bereich */
  }
  /* Gradient: alle 4 Seiten ausblenden — kein harter schwarzer Kastenrand */
  .hero-logo-card::after{
    content:'';
    position:absolute;
    inset:0;
    background:
      linear-gradient(to bottom, rgba(5,5,5,.55) 0%,   transparent 20%),
      linear-gradient(to top,    rgba(5,5,5,.98) 0%,   rgba(5,5,5,.5) 35%, transparent 65%),
      linear-gradient(to right,  rgba(5,5,5,.75) 0%,   transparent 22%),
      linear-gradient(to left,   rgba(5,5,5,.75) 0%,   transparent 22%);
    z-index:2;
    pointer-events:none;
  }
  /* Grüner Radial-Glow hinter Video */
  .hero-logo-card::before{
    content:'';
    position:absolute;
    inset:5% 0 20%;
    background:radial-gradient(ellipse at 50% 46%, rgba(22,242,109,.15) 0%, transparent 62%);
    z-index:1;
    pointer-events:none;
  }

  /* Text-Bereich: über dem Video, am unteren Rand */
  .hero-grid{
    position:relative;
    z-index:1;
    display:flex !important;
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-start;
    min-height:100svh;
    padding:80px 22px 52px;
    gap:0;
  }
  .hero-copy{
    width:100%;
    margin-top:0;
    /* Einblend-Animation */
    opacity:0;
    transform:translateY(20px);
    animation:heroTextReveal .75s .25s cubic-bezier(.22,1,.36,1) forwards;
  }
  .hero-copy .eyebrow{ margin-bottom:14px; }
  .hero .lead{
    margin-top:10px;
    font-size:15px;
  }
  /* Meta-Panels ausblenden */
  .hero-meta{ display:none; }
  /* Buttons: nebeneinander, nicht gestreckt */
  .hero-actions{
    flex-direction:row !important;
    flex-wrap:wrap;
    justify-content:flex-start !important;
    margin-top:20px;
    gap:10px;
  }
  .hero-actions .btn{
    width:auto !important;
    min-height:48px;
    font-size:15px;
    padding:0 22px;
  }
}

@keyframes heroTextReveal{
  to{ opacity:1; transform:translateY(0); }
}

/* Wort-für-Wort H1 Reveal */
@media (max-width: 820px){
  .h1-word{
    display:inline-block;
    opacity:0;
    transform:translateY(12px);
    animation:h1WordReveal .45s cubic-bezier(.22,1,.36,1) both;
  }
}
@keyframes h1WordReveal{
  to{ opacity:1; transform:translateY(0); }
}

/* h1 auf sehr kleinem Mobile kompakter */
@media (max-width: 480px){
  .hero-copy h1{ font-size:clamp(30px, 8.5vw, 44px); }
  .hero .eyebrow{ font-size:11px; margin-bottom:10px; }
}

/* ═══════════════════════════════════════════════════
   Footer — Apple-Style auf Mobile
   ═══════════════════════════════════════════════════ */
@media (max-width: 640px){
  body{
    padding-bottom:calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .ticker-block{
    padding:0;
    margin:0;
  }

  .tv-widget-shell{
    min-height:46px;
  }

  .ticker-fallback{
    overflow:hidden;
  }

  .ticker-fallback[style*="display: block"],
  .ticker-fallback[style*="display:block"]{
    display:block !important;
  }

  .site-footer{
    padding:36px 0 calc(28px + env(safe-area-inset-bottom));
    border-top:1px solid rgba(255,255,255,.05);
  }
  /* 2×2 Grid: Navigation | Social / Rechtliches | Company */
  .footer-grid{
    grid-template-columns:1fr 1fr !important;
    gap:24px 20px;
  }
  /* Section-Überschriften: winzig, gedämpft, uppercase — wie Apple.com */
  .footer-grid h4{
    font-size:10px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:rgba(255,255,255,.3);
    margin-bottom:10px;
  }
  /* Links: größere Touch-Targets ohne visuell riesig zu wirken */
  .footer-grid a{
    font-size:14px;
    color:rgba(255,255,255,.55);
    margin:0;
    min-height:44px;
    display:flex;
    align-items:center;
    padding:4px 0;
  }
  .footer-grid a:hover{ color:var(--green); }

  /* Social Media: Icons als kreisförmige Buttons in einer Flex-Reihe */
  .footer-social-link{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.07);
    margin:0 5px 5px 0 !important;
    padding:0;
    min-width:40px;
    min-height:40px;
  }
  .footer-social-link span{ display:none; }
  .footer-social-icon{ width:17px; height:17px; }

  /* Social-Spalte: Icons in Flex-Wrap-Reihe */
  .footer-grid > div:nth-child(2){
    display:flex;
    flex-wrap:wrap;
    align-content:flex-start;
    gap:5px;
  }
  .footer-grid > div:nth-child(2) h4{
    flex-basis:100%;
    width:100%;
  }
  .footer-contact-badge--inline{
    flex-basis:100%;
    width:100%;
    justify-content:flex-start;
    min-height:44px;
    margin-top:2px;
  }
  .footer-contact-badge--inline span{
    display:inline;
    font-size:14px;
  }
}

/* ═══════════════════════════════════════════════════
   Desktop Apple-Style — Typografie, Spacing, Visuals
   ═══════════════════════════════════════════════════ */

/* 1 — Section-Abstände großzügiger, Fließtext 18px, Letter-Spacing */
@media (min-width: 821px){
  .section{ padding:130px 0; }
  .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{ font-size:18px; }
  h1{ letter-spacing:-.055em; }
  h2{ letter-spacing:-.05em; }
  h3{ letter-spacing:-.035em; }
}

/* 2 — Status-Card: stärkeres Glassmorphism */
@media (min-width: 821px){
  .status-card{
    backdrop-filter:blur(28px) saturate(160%);
    -webkit-backdrop-filter:blur(28px) saturate(160%);
    background:linear-gradient(160deg, rgba(255,255,255,.09), rgba(255,255,255,.04) 55%, rgba(0,0,0,.12));
    border-color:rgba(255,255,255,.13);
    box-shadow:0 32px 72px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.06) inset;
  }
}

/* 3 — Exchange-Karten: Hover mit Lift + Accent-Glow */
@media (min-width: 821px){
  #exchanges .exchange-card{
    transition:transform .3s cubic-bezier(.22,1,.36,1),
               border-color .3s ease,
               box-shadow .35s ease,
               background .3s ease;
  }
  #exchanges .exchange-card:hover{
    transform:translateY(-8px) scale(1.012);
    box-shadow:0 40px 90px rgba(0,0,0,.5), 0 0 0 1px rgba(var(--exchange-accent),.22);
  }
}

/* 4 — Bot-Karten: dünnerer linker Farbbalken, mehr Tiefe */
.bot-card::before{
  width:3px !important; /* 4px → 3px (schlanker) */
  opacity:.65;
}
.bot-card:hover{
  box-shadow:0 40px 90px rgba(0,0,0,.52),
             0 0 0 1px rgba(22,242,109,.1),
             0 0 32px rgba(22,242,109,.06) !important;
}

/* 5 — Pricing-Card: mittlere Karte (Core) als Featured hervorheben */
.pricing-plans-grid > article:nth-child(2){
  position:relative;
  border-color:rgba(22,242,109,.28) !important;
  box-shadow:0 0 0 1px rgba(22,242,109,.18),
             0 24px 64px rgba(0,0,0,.48),
             0 0 60px rgba(22,242,109,.09) !important;
  background:linear-gradient(160deg,
    rgba(22,242,109,.07) 0%,
    rgba(255,255,255,.04) 50%,
    rgba(0,0,0,.1) 100%) !important;
}
.price-plan-featured-badge{
  position:absolute;
  top:-12px;
  left:50%;
  transform:translateX(-50%);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#041108;
  background:linear-gradient(90deg, #27ff87, #12d861);
  padding:3px 14px;
  border-radius:999px;
  white-space:nowrap;
  box-shadow:0 4px 16px rgba(22,242,109,.3);
}

/* 6 — FAQ: sanftere cubic-bezier-Kurve */
.faq-answer{
  transition:max-height .48s cubic-bezier(.4,0,.2,1),
             padding .48s cubic-bezier(.4,0,.2,1) !important;
}
.faq-item.open .faq-answer{ max-height:600px; }

@media (max-width: 992px){
  /* FAQ Mobile: kürzere, flüssigere Transition statt langsamem max-height */
  .faq-answer{
    transition:max-height .2s cubic-bezier(.4,0,.2,1),
               padding .2s cubic-bezier(.4,0,.2,1) !important;
  }
  .faq-item.open .faq-answer{ max-height:600px; padding:0 18px 18px; }
}

/* 7 — Stats: Zahlen größer auf Desktop */
@media (min-width: 821px){
  .stat-card strong{ font-size:clamp(42px, 5vw, 64px); }
  .stat-card span{ font-size:13px; letter-spacing:.12em; }
  .stat-card{
    padding:28px 24px;
    transition:transform .3s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .3s ease;
  }
  .stat-card:hover{
    transform:translateY(-6px) scale(1.02);
    box-shadow:0 32px 72px rgba(0,0,0,.44), 0 0 0 1px rgba(22,242,109,.1);
  }
}

/* ═══════════════════════════════════════════════════
   Video-Sektion: Coming Soon Platzhalter
   ═══════════════════════════════════════════════════ */
.video-coming-soon-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
  text-align:center;
}
.video-coming-soon-wrap h2{
  margin:0;
}

/* Placeholder-Card */
.video-placeholder-card{
  position:relative;
  width:100%;
  max-width:820px;
  aspect-ratio:16/9;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(22,242,109,.15);
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(22,242,109,.07) 0%, transparent 70%),
    rgba(255,255,255,.03);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:default;
}

/* Subtile Scan-Linien als Textur */
.video-placeholder-card::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:repeating-linear-gradient(
    0deg,
    rgba(255,255,255,.018) 0px,
    rgba(255,255,255,.018) 1px,
    transparent 1px,
    transparent 4px
  );
  pointer-events:none;
}

.vpc-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(22,242,109,.04) 0%, transparent 65%);
  pointer-events:none;
}

/* Play-Button */
.vpc-play-btn{
  position:relative;
  z-index:2;
  width:72px; height:72px;
  border-radius:50%;
  border:none;
  background:rgba(22,242,109,.15);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 0 0 1px rgba(22,242,109,.3), 0 8px 40px rgba(22,242,109,.15);
  color:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:default;
  transition:transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, background .3s ease;
}
.vpc-play-btn svg{
  width:28px; height:28px;
  transform:translateX(2px);
}
.video-placeholder-card:hover .vpc-play-btn{
  transform:scale(1.1);
  background:rgba(22,242,109,.22);
  box-shadow:0 0 0 1px rgba(22,242,109,.5), 0 12px 56px rgba(22,242,109,.25);
}

/* Coming-Soon-Badge unten */
.vpc-badge{
  position:absolute;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 18px;
  border-radius:999px;
  border:1px solid rgba(22,242,109,.25);
  background:rgba(10,10,10,.6);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  font-size:12px;
  font-weight:600;
  color:var(--green);
  letter-spacing:.05em;
  white-space:nowrap;
}
.vpc-dot{
  width:7px; height:7px;
  border-radius:50%;
  background:var(--green);
  flex-shrink:0;
  animation:pulse-vpc 1.8s ease-in-out infinite;
}
@keyframes pulse-vpc{
  0%,100%{ opacity:1; transform:scale(1); }
  50%{     opacity:.45; transform:scale(.75); }
}

@media (max-width: 640px){
  .video-placeholder-card{ border-radius:14px; }
  .vpc-play-btn{ width:58px; height:58px; }
  .vpc-play-btn svg{ width:22px; height:22px; }
  .vpc-badge{ font-size:11px; padding:6px 14px; bottom:14px; }
}

/* Cookie-Hinweis (informativ, nicht blockierend) */
.cookie-notice-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:115;
  border-top:2px solid var(--gold);
  background:#141414;
  box-shadow:0 -8px 32px rgba(0,0,0,.45);
  padding:16px 0;
}
.cookie-notice-bar[hidden]{display:none!important}
body.cookie-notice-visible{padding-bottom:96px}
.cookie-notice-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px 28px;
}
.cookie-notice-content{flex:1; min-width:0}
.cookie-notice-title{
  margin:0 0 6px;
  font-size:1rem;
  font-weight:700;
  line-height:1.35;
  color:var(--gold);
}
.cookie-notice-text{
  margin:0;
  font-size:.92rem;
  line-height:1.55;
  color:var(--muted);
}
.cookie-notice-privacy{
  color:var(--gold);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:2px;
}
.cookie-notice-privacy:hover{color:#ffe08a}
.cookie-notice-btn{
  flex-shrink:0;
  min-width:148px;
  padding:12px 22px;
  border:none;
  border-radius:10px;
  background:var(--gold);
  color:#0a0a0a;
  font-size:.95rem;
  font-weight:700;
  cursor:pointer;
  transition:background .18s ease, transform .18s ease;
}
.cookie-notice-btn:hover{
  background:#ffe08a;
  transform:translateY(-1px);
}
@media (max-width: 860px){
  .cookie-notice-inner{
    flex-direction:column;
    align-items:stretch;
  }
  .cookie-notice-btn{width:100%}
  body.cookie-notice-visible{padding-bottom:168px}
}

/* TradingView-Einwilligungs-Gate (DSGVO Third-Party-Embed) */
.tv-consent-gate{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:72px;
  padding:16px 20px;
  border-radius:12px;
  background:rgba(14,20,18,.55);
  border:1px solid rgba(127,152,165,.18);
  text-align:center;
}
.tv-consent-text{
  margin:0;
  font-size:.9rem;
  color:var(--muted,#8b9da8);
  max-width:42rem;
  line-height:1.5;
}
.tv-consent-btn{
  flex-shrink:0;
}
