/* DNA Helix Landing Page */
.ea-helix-hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px;position:relative;background:radial-gradient(ellipse at 50% 40%,rgba(30,58,95,0.4) 0%,transparent 60%),#0c1222}
.ea-helix-logo{width:80px;height:80px;border-radius:50%;margin-bottom:36px;background:linear-gradient(135deg,#f59e0b,#fbbf24);display:flex;align-items:center;justify-content:center;box-shadow:0 0 50px rgba(245,158,11,0.35);animation:eaGlow 3s ease-in-out infinite}
@keyframes eaGlow{0%,100%{box-shadow:0 0 50px rgba(245,158,11,0.35)}50%{box-shadow:0 0 70px rgba(245,158,11,0.45),0 0 140px rgba(245,158,11,0.15)}}
.ea-helix-logo svg{width:40px;height:40px}
.ea-helix-hero h2{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:20px;color:#fff}
.ea-helix-hero .ea-hi{color:#fbbf24}
.ea-helix-hero p{font-size:20px;opacity:0.5;max-width:480px;margin-bottom:48px;color:#fff}
.ea-scroll-hint{position:absolute;bottom:40px;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0.4}
.ea-scroll-box{width:26px;height:42px;border:2px solid rgba(255,255,255,0.3);border-radius:13px;position:relative}
.ea-scroll-box::after{content:'';position:absolute;top:7px;left:50%;width:4px;height:8px;margin-left:-2px;background:#60a5fa;border-radius:2px;animation:eaWheel 1.8s ease-in-out infinite}
@keyframes eaWheel{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(14px)}}
.ea-scroll-hint span{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#fff}

.ea-dna-section{position:relative;min-height:900vh;background:#0c1222}
.ea-dna-sticky{position:sticky;top:0;height:100vh;overflow:hidden}
.ea-dna-section canvas{position:absolute;inset:0}
#eaHelix{z-index:1}
#eaConn{z-index:15;pointer-events:none}
.ea-feat-layer{position:absolute;inset:0;z-index:10;pointer-events:none}

/* Alle Karten LINKS, DNA nach rechts verschoben */
.ea-ft{position:absolute;top:50%;width:380px;pointer-events:auto;opacity:0;transition:all 0.9s cubic-bezier(0.16,1,0.3,1)}
.ea-ft.L,.ea-ft.R{left:36px;right:auto;transform:translateY(-50%) translateX(-80px) scale(0.95)}
.ea-ft.on{opacity:1}
.ea-ft.on.L,.ea-ft.on.R{transform:translateY(-50%) translateX(0) scale(1)}

.ea-fc{background:rgba(12,18,34,0.85);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,0.06);border-radius:20px;padding:26px;position:relative;overflow:hidden;transition:border-color 0.6s,box-shadow 0.6s}
.ea-fc::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:0;transition:opacity 0.8s}
.ea-ft.on .ea-fc::before{opacity:0.3}
.ea-anchor{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;opacity:0;transition:all 0.6s}
.ea-ft.L .ea-anchor{right:-5px;transform:translateY(-50%)}
.ea-ft.R .ea-anchor{right:-5px;transform:translateY(-50%)}
.ea-ft.on .ea-anchor{opacity:1}
.ea-card-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.ea-card-num{font-size:11px;font-weight:800;letter-spacing:3px}
.ea-card-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.ea-fc h3{font-size:20px;font-weight:700;margin-bottom:6px;color:#fff}
.ea-fc .ea-desc{font-size:13px;line-height:1.6;opacity:0.75;margin-bottom:12px;color:#fff}
.ea-bullets{list-style:none;margin:0 0 14px 0;padding:0}
.ea-bullets li{font-size:12px;line-height:1.5;padding:4px 0 4px 18px;position:relative;opacity:0.85;color:#fff}
.ea-bullets li::before{content:'';position:absolute;left:0;top:10px;width:7px;height:7px;border-radius:50%;box-shadow:0 0 5px currentColor}
.ea-stat-bar{display:flex;gap:10px;padding-top:12px;border-top:1px solid rgba(255,255,255,0.06)}
.ea-stat{flex:1;text-align:center;padding:6px 0;background:rgba(255,255,255,0.02);border-radius:8px}
.ea-stat-val{font-size:16px;font-weight:800;color:#fff}
.ea-stat-label{font-size:9px;opacity:0.6;text-transform:uppercase;letter-spacing:1px;margin-top:2px;color:#fff}
.ea-ext-badge{display:inline-flex;padding:3px 10px;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;background:rgba(245,158,11,0.15);color:#fcd34d;border:1px solid rgba(245,158,11,0.2)}

.ea-prog{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:50;opacity:0;transition:opacity 0.4s}
.ea-prog.on{opacity:1}
.ea-prog-track{width:3px;height:300px;background:rgba(255,255,255,0.04);border-radius:2px;position:relative}
.ea-prog-fill{position:absolute;top:0;left:0;right:0;border-radius:2px;transition:height 0.5s cubic-bezier(0.16,1,0.3,1)}
.ea-prog-pips{position:absolute;left:-4px;top:0;bottom:0;display:flex;flex-direction:column;justify-content:space-between}
.ea-pip{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,0.06);transition:all 0.3s;position:relative;cursor:pointer}
.ea-pip.on{box-shadow:0 0 10px currentColor}
.ea-pip-tip{position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:11px;white-space:nowrap;opacity:0;transition:opacity 0.2s;font-weight:600;pointer-events:none;color:#fff}
.ea-pip.on .ea-pip-tip,.ea-pip:hover .ea-pip-tip{opacity:1}
.ea-bignum{position:fixed;left:36px;bottom:36px;z-index:50;font-size:90px;font-weight:900;line-height:1;opacity:0;transition:all 0.5s;color:rgba(255,255,255,0.025);pointer-events:none}
.ea-bignum.on{opacity:1}

.ea-helix-cta{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px;background:radial-gradient(ellipse at 50% 70%,rgba(30,58,95,0.25) 0%,transparent 60%),#0c1222}
.ea-helix-cta h2{font-size:44px;font-weight:800;margin-bottom:16px;color:#fff}
.ea-helix-cta .ea-hi{color:#fbbf24}
.ea-helix-cta p{font-size:18px;opacity:0.45;max-width:440px;margin-bottom:36px;color:#fff}
.ea-helix-cta-btn{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#1e3a5f;padding:18px 40px;border-radius:14px;font-weight:700;font-size:18px;text-decoration:none;box-shadow:0 0 40px rgba(245,158,11,0.2);transition:all 0.3s;display:inline-block}
.ea-helix-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 48px rgba(245,158,11,0.35)}

/* Tags */
.ea-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.ea-tag{font-size:10px;padding:2px 8px;border-radius:4px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);color:rgba(255,255,255,0.6);letter-spacing:0.5px}

/* ── Responsive ── */

/* Desktop: Karten links, Helix rechts, Progress ganz rechts */
@media(min-width:1201px){
  .ea-ft{width:380px}
  .ea-ft.L,.ea-ft.R{left:36px;right:auto}
  .ea-prog{right:16px}
}

/* Tablet Landscape */
@media(max-width:1200px){
  .ea-ft{width:320px}
  .ea-ft.L,.ea-ft.R{left:24px;right:auto}
  .ea-prog{right:12px}
  .ea-prog-track{height:240px}
}

/* Tablet Portrait */
@media(max-width:1024px){
  .ea-ft{width:280px}
  .ea-ft.L,.ea-ft.R{left:16px;right:auto}
  .ea-fc{padding:20px}
  .ea-fc h3{font-size:18px}
  .ea-fc .ea-desc{font-size:12px;margin-bottom:8px}
  .ea-bullets li{font-size:11px;padding:3px 0 3px 16px}
  .ea-stat-bar{gap:6px;padding-top:8px}
  .ea-stat-val{font-size:14px}
  .ea-stat-label{font-size:8px}
  .ea-prog{right:8px}
  .ea-prog-track{height:200px}
  .ea-bignum{font-size:60px;left:12px;bottom:12px}
}

/* Mobile Landscape / Small Tablet */
@media(max-width:768px){
  .ea-helix-hero h2{font-size:36px}
  .ea-helix-hero p{font-size:16px}
  /* Cards volle Breite, zentriert unter der Helix — weiche Uebergaenge */
  .ea-ft{width:calc(100% - 32px);max-width:360px;left:50% !important;right:auto !important;transform:translateX(-50%) translateY(-50%) scale(0.95) !important;transition:opacity 1.4s cubic-bezier(0.25,1,0.5,1),transform 1.4s cubic-bezier(0.25,1,0.5,1),border-color 0.6s,box-shadow 0.6s}
  .ea-ft.on{transform:translateX(-50%) translateY(-50%) scale(1) !important}
  .ea-ft.L,.ea-ft.R{left:50% !important;right:auto !important}
  .ea-fc{padding:20px;border-radius:16px}
  .ea-fc h3{font-size:17px}
  .ea-fc .ea-desc{font-size:12px;line-height:1.5}
  .ea-bullets{margin-bottom:10px}
  .ea-bullets li{font-size:11px}
  /* Progress und BigNum ausblenden auf Mobile */
  .ea-prog{display:none}
  .ea-bignum{display:none}
  /* CTA */
  .ea-helix-cta h2{font-size:28px}
  .ea-helix-cta p{font-size:15px}
  .ea-helix-cta-btn{padding:14px 24px;font-size:16px}
}

/* Mobile Portrait */
@media(max-width:480px){
  .ea-helix-hero{padding:60px 16px}
  .ea-helix-hero h2{font-size:28px}
  .ea-helix-hero p{font-size:14px;max-width:300px}
  .ea-helix-logo{width:60px;height:60px;margin-bottom:24px}
  .ea-helix-logo svg{width:30px;height:30px}
  .ea-ft{width:calc(100% - 24px);max-width:320px}
  .ea-fc{padding:16px}
  .ea-card-head{gap:8px;margin-bottom:10px}
  .ea-card-icon{width:34px;height:34px;font-size:16px;border-radius:8px}
  .ea-card-num{font-size:10px;letter-spacing:2px}
  .ea-fc h3{font-size:15px;margin-bottom:4px}
  .ea-fc .ea-desc{font-size:11px;margin-bottom:8px}
  .ea-stat-val{font-size:13px}
  .ea-stat-label{font-size:7px}
  .ea-ext-badge{font-size:9px;padding:2px 8px}
  .ea-scroll-hint span{font-size:9px}
  .ea-helix-cta{padding:48px 16px}
  .ea-helix-cta h2{font-size:24px}
}