/* ===== EXPORT-CENTER – DARK INDIGO THEME ===== */

    .ec-hero {
      background: linear-gradient(160deg, #0f172a 0%, #1e1b4b 40%, #312e81 70%, #0f172a 100%);
      min-height: 100vh;
      padding: 120px 0 80px;
      position: relative;
      overflow: hidden;
    }
    .ec-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 55% 50% at 75% 45%, rgba(99,102,241,.2) 0%, transparent 70%),
        radial-gradient(ellipse 35% 45% at 15% 65%, rgba(129,140,248,.1) 0%, transparent 60%);
    }
    .ec-hero-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
      position: relative;
      z-index: 1;
    }
    .ec-badge {
      display: inline-flex; align-items: center; gap: .5rem;
      background: rgba(99,102,241,.15);
      border: 1px solid rgba(99,102,241,.35);
      color: #a5b4fc;
      border-radius: 99px;
      padding: .4rem 1rem;
      font-size: .8rem; font-weight: 700; letter-spacing: .04em;
      margin-bottom: 1.5rem;
    }
    .ec-title {
      font-size: clamp(2.2rem, 3.8vw, 3.2rem);
      font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 1.25rem;
    }
    .ec-grad { background: linear-gradient(135deg, #818cf8, #6366f1, #a5b4fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .ec-sub { font-size: 1.05rem; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 2rem; }
    .ec-hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
    .ec-btn-p {
      background: linear-gradient(135deg, #6366f1, #4f46e5);
      color: #fff; border: none; border-radius: 10px;
      padding: .85rem 2rem; font-size: .95rem; font-weight: 700;
      text-decoration: none; display: inline-block;
      box-shadow: 0 8px 25px rgba(99,102,241,.35);
      transition: transform .2s, box-shadow .2s;
    }
    .ec-btn-p:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(99,102,241,.45); }
    .ec-btn-g {
      background: transparent; color: rgba(255,255,255,.7);
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 10px; padding: .85rem 2rem;
      font-size: .95rem; font-weight: 600;
      text-decoration: none; display: inline-block;
      transition: border-color .2s, color .2s;
    }
    .ec-btn-g:hover { border-color: rgba(255,255,255,.5); color: #fff; }

    /* Hero mockup — export center UI */
    .ec-mockup {
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(99,102,241,.25);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 40px 80px rgba(0,0,0,.4);
    }
    .ec-mock-bar {
      background: rgba(99,102,241,.12);
      padding: .75rem 1.25rem;
      display: flex; align-items: center; gap: .75rem;
      border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .ec-mock-dots { display: flex; gap: .3rem; }
    .ec-mock-dot { width: 9px; height: 9px; border-radius: 50%; }
    .ec-mock-body { padding: 1.25rem; }
    .ec-mock-search {
      display: flex; align-items: center; gap: .6rem;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 10px;
      padding: .6rem 1rem;
      margin-bottom: 1rem;
    }
    .ec-mock-search span { font-size: .75rem; color: rgba(255,255,255,.35); }
    .ec-mock-filters { display: flex; gap: .5rem; margin-bottom: 1rem; flex-wrap: wrap; }
    .ec-mock-chip {
      padding: .3rem .7rem;
      border-radius: 6px;
      font-size: .65rem; font-weight: 600;
      border: 1px solid rgba(255,255,255,.1);
      color: rgba(255,255,255,.5);
    }
    .ec-mock-chip.active { background: rgba(99,102,241,.2); border-color: rgba(99,102,241,.4); color: #a5b4fc; }
    .ec-mock-list { display: flex; flex-direction: column; gap: .5rem; }
    .ec-mock-row {
      display: flex; align-items: center; gap: .75rem;
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 10px;
      padding: .6rem .85rem;
    }
    .ec-mock-row-icon {
      width: 32px; height: 32px; border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .ec-mock-row-info { flex: 1; min-width: 0; }
    .ec-mock-row-name { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.85); }
    .ec-mock-row-meta { font-size: .6rem; color: rgba(255,255,255,.35); }
    .ec-mock-row-badge {
      padding: .2rem .5rem; border-radius: 5px;
      font-size: .58rem; font-weight: 700;
      flex-shrink: 0;
    }
    .ec-mock-row-dl {
      width: 26px; height: 26px; border-radius: 6px;
      background: rgba(99,102,241,.15);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }

    /* Section: Alle Daten, ein Ort */
    .ec-types { padding: 6rem 0; background: #0f172a; }
    .ec-sec-label { display: block; text-align: center; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #818cf8; margin-bottom: .75rem; }
    .ec-sec-title { text-align: center; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: .5rem; }
    .ec-sec-sub { text-align: center; color: rgba(255,255,255,.45); max-width: 580px; margin: 0 auto 3.5rem; font-size: .95rem; line-height: 1.7; }
    .ec-types-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
    .ec-type-card {
      background: rgba(255,255,255,.03);
      border-radius: 18px;
      padding: 1.75rem;
      border: 1px solid rgba(99,102,241,.15);
      transition: transform .25s, border-color .25s, box-shadow .25s;
      position: relative;
      overflow: hidden;
    }
    .ec-type-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, #6366f1, #818cf8);
      opacity: 0;
      transition: opacity .25s;
    }
    .ec-type-card:hover { transform: translateY(-4px); border-color: rgba(99,102,241,.35); box-shadow: 0 12px 40px rgba(99,102,241,.12); }
    .ec-type-card:hover::before { opacity: 1; }
    .ec-type-icon {
      width: 48px; height: 48px; border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1rem;
      background: rgba(99,102,241,.1);
      border: 1px solid rgba(99,102,241,.2);
    }
    .ec-type-card h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .4rem; }
    .ec-type-card p { font-size: .82rem; color: rgba(255,255,255,.45); line-height: 1.6; }

    /* Section: Formate & Kompatibilität */
    .ec-formats { padding: 6rem 0; background: linear-gradient(180deg, #1e1b4b, #0f172a); }
    .ec-fmt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2.5rem; }
    .ec-fmt-card {
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(99,102,241,.2);
      border-radius: 16px;
      padding: 1.5rem;
      text-align: center;
      transition: transform .25s, border-color .25s;
    }
    .ec-fmt-card:hover { transform: translateY(-3px); border-color: rgba(99,102,241,.45); }
    .ec-fmt-icon {
      width: 52px; height: 52px; border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto .75rem;
      background: rgba(99,102,241,.12);
      border: 1px solid rgba(99,102,241,.2);
    }
    .ec-fmt-card h3 { font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: .3rem; }
    .ec-fmt-card p { font-size: .75rem; color: rgba(255,255,255,.4); line-height: 1.5; margin-bottom: .85rem; }
    .ec-fmt-badge { background: rgba(99,102,241,.15); color: #a5b4fc; border-radius: 99px; padding: .2rem .65rem; font-size: .68rem; font-weight: 700; }
    .ec-compat-row {
      display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
    }
    .ec-compat-pill {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(99,102,241,.2);
      border-radius: 10px;
      padding: .6rem 1.2rem;
      font-size: .78rem; color: rgba(255,255,255,.6); font-weight: 600;
      display: flex; align-items: center; gap: .45rem;
    }

    /* Feature cards */
    .ec-features { padding: 6rem 0; background: #0f172a; }
    .ec-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
    .ec-feat-card {
      background: rgba(255,255,255,.03);
      border-radius: 16px;
      padding: 1.75rem;
      border: 1px solid rgba(255,255,255,.06);
      transition: transform .25s, border-color .25s;
    }
    .ec-feat-card:hover { transform: translateY(-3px); border-color: rgba(99,102,241,.3); }
    .ec-feat-icon {
      width: 44px; height: 44px; border-radius: 11px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1rem;
    }
    .ec-feat-card h3 { font-size: .92rem; font-weight: 700; color: #fff; margin-bottom: .4rem; }
    .ec-feat-card p { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.6; }

    /* CTA */
    .ec-cta { padding: 6rem 0; background: linear-gradient(135deg, #1e1b4b, #312e81, #1e1b4b); position: relative; overflow: hidden; }
    .ec-cta::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 50% 70% at 50% 50%, rgba(99,102,241,.15) 0%, transparent 70%);
    }
    .ec-cta-inner { text-align: center; position: relative; z-index: 1; }
    .ec-cta-inner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: .75rem; }
    .ec-cta-inner p { color: rgba(255,255,255,.55); margin-bottom: 2rem; max-width: 520px; margin-left: auto; margin-right: auto; }
    .ec-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .ec-cta-w { background: #fff; color: #312e81; border-radius: 10px; padding: .85rem 2rem; font-weight: 700; text-decoration: none; transition: transform .2s; }
    .ec-cta-w:hover { transform: translateY(-2px); }
    .ec-cta-o { background: transparent; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.25); border-radius: 10px; padding: .85rem 2rem; font-weight: 600; text-decoration: none; transition: border-color .2s, color .2s; }
    .ec-cta-o:hover { border-color: rgba(255,255,255,.5); color: #fff; }

    @media (max-width:900px) {
      .ec-hero-inner { grid-template-columns: 1fr; gap: 3rem; }
      .ec-mockup { max-width: 420px; margin: 0 auto; }
      .ec-types-grid { grid-template-columns: 1fr 1fr; }
      .ec-fmt-grid { grid-template-columns: 1fr 1fr; }
      .ec-feat-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width:600px) {
      .ec-types-grid { grid-template-columns: 1fr; }
      .ec-fmt-grid { grid-template-columns: 1fr; }
      .ec-feat-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 768px) { footer .container > div:first-child { grid-template-columns: 1fr !important; } }
