/* ============================================================
   HELLO ELEMENTOR CLEANUP — strips theme chrome on page-id-452
   ============================================================ */

/* Hide the theme's header, footer, page title wrapper, and tagline */
body.page-id-452 header#site-header,
body.page-id-452 .site-header,
body.page-id-452 .site-branding,
body.page-id-452 .site-title,
body.page-id-452 .site-description,
body.page-id-452 .site-footer,
body.page-id-452 #site-footer,
body.page-id-452 .page-header,
body.page-id-452 .entry-header,
body.page-id-452 .entry-title {
  display: none !important;
}

/* Remove width constraints and padding from Hello Elementor wrappers */
body.page-id-452 .site-main,
body.page-id-452 main#content,
body.page-id-452 .site-content,
body.page-id-452 .page-content,
body.page-id-452 article,
body.page-id-452 #page {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-id-452 {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-452 .wp-block-shortcode,
body.page-id-452 .wp-block-html {
  margin: 0 !important;
  max-width: none !important;
}

/* ============================================================
   BVPB REDESIGN STYLES
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    /* Brand */
    --deep-purple: #2D0A45;
    --violet:      #8A1B9A;
    --violet-l:    #B560C5;
    --pink:        #FF4D81;
    --pink-l:      #FF7AA1;
    --orange:      #FF9300;
    --orange-l:    #FFB347;

    /* Surfaces (default = dark) */
    --bg-0:        #08020f;
    --bg-1:        #100620;
    --bg-2:        #18092e;
    --bg-3:        #22103e;
    --bg-brand:    #2D0A45;
    --bg-footer:   #08020f;

    /* Text */
    --ink:         #ffffff;
    --ink-2:       rgba(255,255,255,0.70);
    --ink-3:       rgba(255,255,255,0.50);

    /* Lines + tints */
    --line:        rgba(255,255,255,0.08);
    --line-2:      rgba(255,255,255,0.14);
    --surface-tint: rgba(255,255,255,0.05);
    --surface-tint-2: rgba(255,255,255,0.10);
    --nav-bg:      rgba(8,2,15,0.72);

    /* Accent */
    --accent:      #FF4D81;
    --accent-2:    #FF6E97;

    /* Gradient */
    --grad:        linear-gradient(135deg, #8A1B9A 0%, #FF4D81 50%, #FF9300 100%);
    --grad-horiz:  linear-gradient(90deg,  #8A1B9A 0%, #FF4D81 50%, #FF9300 100%);

    /* Effects */
    --glow-opacity: 1;
    --image-opacity: 0.85;
    --text-glow: 0 0 60px;

    /* Chip variants */
    --chip-violet-bg: rgba(138,27,154,0.18);
    --chip-violet-fg: var(--violet-l);
    --chip-violet-bd: rgba(138,27,154,0.40);
    --chip-pink-bg:   rgba(255,77,129,0.14);
    --chip-pink-fg:   var(--pink-l);
    --chip-pink-bd:   rgba(255,77,129,0.32);
    --chip-orange-bg: rgba(255,147,0,0.14);
    --chip-orange-fg: var(--orange-l);
    --chip-orange-bd: rgba(255,147,0,0.34);
    --chip-white-bg:  rgba(255,255,255,0.10);
    --chip-white-fg:  #ffffff;
    --chip-white-bd:  rgba(255,255,255,0.20);
  }

  /* ============ LIGHT MODE OVERRIDES ============ */
  :root[data-theme="light"] {
    --bg-0:        #ffffff;
    --bg-1:        #faf8fb;
    --bg-2:        #ffffff;
    --bg-3:        #faf8fb;
    --bg-footer:   #f3eef7;

    --ink:         #2D0A45;
    --ink-2:       rgba(45,10,69,0.65);
    --ink-3:       rgba(45,10,69,0.45);

    --line:        rgba(45,10,69,0.08);
    --line-2:      rgba(45,10,69,0.14);
    --surface-tint: rgba(45,10,69,0.04);
    --surface-tint-2: rgba(45,10,69,0.08);
    --nav-bg:      rgba(255,255,255,0.78);

    --glow-opacity: 0.35;
    --image-opacity: 1;
    --text-glow: 0 0 0;

    --chip-violet-bg: rgba(138,27,154,0.08);
    --chip-violet-fg: #6A1278;
    --chip-violet-bd: rgba(138,27,154,0.22);
    --chip-pink-bg:   rgba(255,77,129,0.08);
    --chip-pink-fg:   #C72E5C;
    --chip-pink-bd:   rgba(255,77,129,0.24);
    --chip-orange-bg: rgba(255,147,0,0.10);
    --chip-orange-fg: #A66100;
    --chip-orange-bd: rgba(255,147,0,0.30);
    --chip-white-bg:  rgba(45,10,69,0.06);
    --chip-white-fg:  var(--ink);
    --chip-white-bd:  rgba(45,10,69,0.14);
  }

  html { scroll-behavior: smooth; }
  body {
    font-family: 'Sora', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    color: var(--ink);
    background: var(--bg-0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.008em;
    transition: background-color .35s ease, color .35s ease;
  }
  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  ::selection { background: var(--pink); color: white; }

  /* Ambient brand glow */
  body::before {
    content: '';
    position: fixed; top: -300px; left: 50%; transform: translateX(-50%);
    width: 1200px; height: 800px;
    background:
      radial-gradient(circle at 30% 50%, rgba(138,27,154,0.22), transparent 55%),
      radial-gradient(circle at 70% 50%, rgba(255,77,129,0.18), transparent 55%),
      radial-gradient(circle at 50% 60%, rgba(255,147,0,0.12), transparent 60%);
    z-index: 0; pointer-events: none;
    filter: blur(40px);
    opacity: var(--glow-opacity);
    transition: opacity .5s ease;
  }
  body > * { position: relative; z-index: 1; }

  /* ============ LOGO ============ */
  .logo-img {
    height: 64px;
    width: auto;
    display: block;
    object-fit: contain;
    transition: opacity .25s ease;
  }
  .footer-brand .logo-img { height: 52px; }
  @media (max-width: 768px) {
    .logo-img { height: 48px; }
    .nav-inner { height: 68px; }
  }

  /* ============ NAV ============ */
  .nav {
    position: sticky; top: 0; z-index: 100;
    background: var(--nav-bg);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    border-bottom: 1px solid var(--line);
    transition: background-color .35s ease, border-color .35s ease;
  }
  .nav-inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0 32px; height: 88px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 32px;
  }
  .nav ul {
    display: flex; gap: 36px; list-style: none; align-items: center;
  }
  .nav ul a {
    font-size: 13px; font-weight: 500; color: var(--ink);
    opacity: 0.78; transition: opacity .2s, color .2s;
    letter-spacing: -0.005em;
  }
  .nav ul a:hover { opacity: 1; color: var(--pink); }
  .nav-right { display: flex; gap: 16px; align-items: center; }
  .lang-switch {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 500;
  }
  .lang-btn {
    background: transparent; border: 0; padding: 4px 2px;
    color: var(--ink-3); font-weight: 500; font-size: 12px;
    cursor: pointer; transition: color .2s;
    font-family: inherit; letter-spacing: 0.02em;
  }
  .lang-btn:hover { color: var(--ink); }
  .lang-btn.active { color: var(--ink); font-weight: 600; }
  .lang-sep { color: var(--ink-3); user-select: none; }
  .nav-cta {
    font-size: 13px; padding: 8px 16px;
    background: var(--accent); color: white;
    border-radius: 980px; font-weight: 600;
    transition: background .2s, transform .2s, box-shadow .2s;
    letter-spacing: -0.005em;
  }
  .nav-cta:hover {
    background: var(--accent-2); transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(255,77,129,0.32);
  }

  /* ============ THEME TOGGLE ============ */
  .theme-toggle {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--surface-tint);
    border: 1px solid var(--line-2);
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer; color: var(--ink);
    transition: background .2s, border-color .2s, transform .2s;
    position: relative; overflow: hidden;
    padding: 0;
  }
  .theme-toggle:hover { background: var(--surface-tint-2); border-color: var(--pink); }
  .theme-toggle:active { transform: scale(0.92); }
  .theme-toggle i {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    transition: opacity .35s ease, transform .35s ease;
  }
  .theme-toggle .ts-sun  { opacity: 0; transform: rotate(-90deg) scale(0.55); color: var(--orange); }
  .theme-toggle .ts-moon { opacity: 1; transform: rotate(0) scale(1); }
  [data-theme="light"] .theme-toggle .ts-sun  { opacity: 1; transform: rotate(0) scale(1); }
  [data-theme="light"] .theme-toggle .ts-moon { opacity: 0; transform: rotate(90deg) scale(0.55); }

  /* ============ CATEGORY CHIPS ============ */
  .chip {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 7px 14px 7px 12px;
    background: var(--chip-pink-bg);
    color: var(--chip-pink-fg);
    border: 1px solid var(--chip-pink-bd);
    border-radius: 980px;
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    line-height: 1;
    transition: background .25s, color .25s, border-color .25s;
  }
  .chip i { font-size: 14px; }
  .chip .num {
    color: currentColor; opacity: 0.55;
    font-weight: 600; letter-spacing: 0; margin-left: 2px;
  }
  .chip.violet { background: var(--chip-violet-bg); color: var(--chip-violet-fg); border-color: var(--chip-violet-bd); }
  .chip.pink   { background: var(--chip-pink-bg);   color: var(--chip-pink-fg);   border-color: var(--chip-pink-bd); }
  .chip.orange { background: var(--chip-orange-bg); color: var(--chip-orange-fg); border-color: var(--chip-orange-bd); }
  .chip.white  { background: var(--chip-white-bg);  color: var(--chip-white-fg);  border-color: var(--chip-white-bd); }
  .chip.grad {
    background: var(--grad); color: white; border: none;
    box-shadow: 0 4px 18px rgba(255,77,129,0.25);
  }
  .chip.grad .num { color: rgba(255,255,255,0.85); opacity: 1; }

  /* Force dark-context chip styling inside permanent dark sections */
  .dark-ctx .chip.violet { background: rgba(138,27,154,0.18); color: #B560C5; border-color: rgba(138,27,154,0.40); }
  .dark-ctx .chip.pink   { background: rgba(255,77,129,0.14); color: #FF7AA1; border-color: rgba(255,77,129,0.32); }
  .dark-ctx .chip.orange { background: rgba(255,147,0,0.14);  color: #FFB347; border-color: rgba(255,147,0,0.34); }
  .dark-ctx .chip.white  { background: rgba(255,255,255,0.10); color: #ffffff; border-color: rgba(255,255,255,0.20); }

  /* ============ HERO ============ */
  .hero {
    text-align: center;
    padding: 96px 32px 32px;
    max-width: 1280px; margin: 0 auto;
    position: relative;
  }
  .hero .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; color: var(--ink-2);
    font-weight: 600; margin-bottom: 32px;
    letter-spacing: 0.16em; text-transform: uppercase;
    padding: 7px 14px; border-radius: 980px;
    background: var(--surface-tint);
    border: 1px solid var(--line-2);
  }
  .hero .eyebrow i { color: var(--pink); font-size: 14px; }
  h1.display {
    font-size: 96px; line-height: 1.01;
    letter-spacing: -0.05em; font-weight: 700;
  }
  h1.display .l1 { color: var(--violet); display: block; text-shadow: var(--text-glow) rgba(138,27,154,0.45); }
  h1.display .l2 { color: var(--pink); display: block; text-shadow: var(--text-glow) rgba(255,77,129,0.45); }
  h1.display .l3 { color: var(--orange); display: block; text-shadow: var(--text-glow) rgba(255,147,0,0.45); }
  [data-theme="dark"] h1.display .l1 { color: var(--violet-l); }
  .hero .lead {
    font-size: 22px; line-height: 1.45;
    color: var(--ink-2); max-width: 720px;
    margin: 40px auto 0; font-weight: 400;
    letter-spacing: -0.012em;
  }
  .hero-cta {
    margin-top: 44px;
    display: flex; gap: 28px; justify-content: center;
    flex-wrap: wrap;
  }
  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px;
    background: var(--accent); color: white;
    border-radius: 980px; font-size: 16px;
    font-weight: 600; letter-spacing: -0.005em;
    transition: background .2s, transform .2s, box-shadow .2s;
    border: none;
  }
  .btn:hover { background: var(--accent-2); transform: translateY(-1px); box-shadow: 0 12px 32px rgba(255,77,129,0.35); }
  .btn-grad {
    background: var(--grad); color: white;
    background-size: 200% 100%;
    transition: background-position .4s ease, transform .2s, box-shadow .2s;
  }
  .btn-grad:hover {
    background-position: 100% 0;
    box-shadow: 0 14px 40px rgba(255,77,129,0.35);
  }
  .btn-ghost {
    color: var(--ink); background: var(--surface-tint);
    border: 1px solid var(--line-2);
    padding: 14px 28px; font-size: 16px; font-weight: 600;
    border-radius: 980px;
    transition: background .2s, border-color .2s;
  }
  .btn-ghost::after {
    content: '›'; margin-left: 6px;
    transition: transform .2s; display: inline-block;
    font-size: 19px; color: var(--pink);
  }
  .btn-ghost:hover { background: var(--surface-tint-2); border-color: var(--pink); }
  .btn-ghost:hover::after { transform: translateX(4px); }

  /* Hero image card */
  .hero-image-wrap {
    max-width: 1280px; margin: 72px auto 0;
    padding: 0 32px;
  }
  .hero-image {
    position: relative;
    border-radius: 32px; overflow: hidden;
    aspect-ratio: 21/9;
    isolation: isolate;
    border: 1px solid var(--line-2);
  }
  .hero-image img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: var(--image-opacity);
    transition: opacity .35s ease;
  }
  .hero-image::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(8,2,15,0.20) 0%, transparent 30%, rgba(8,2,15,0.85) 100%);
    z-index: 1;
  }
  .hero-image::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(45,10,69,0.55), transparent 40%);
    z-index: 1;
  }
  .hero-image .overlay {
    position: absolute; left: 56px; bottom: 48px; right: 56px;
    color: white; z-index: 2;
  }
  .hero-image .overlay .chip { margin-bottom: 20px; }
  .hero-image .overlay h2 {
    font-size: 44px; font-weight: 700;
    letter-spacing: -0.03em; line-height: 1.06;
    max-width: 700px; color: white;
  }

  /* ============ SECTION BASICS ============ */
  section { padding: 140px 32px; position: relative; }
  .inner { max-width: 1280px; margin: 0 auto; }
  .narrow { max-width: 980px; margin: 0 auto; }

  h2.section-head {
    font-size: 60px; line-height: 1.04;
    letter-spacing: -0.04em; font-weight: 700;
    color: var(--ink);
  }
  h3 {
    font-size: 32px; line-height: 1.12;
    letter-spacing: -0.025em; font-weight: 600;
  }

  .gradient-text {
    background: var(--grad-horiz);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .section-cat {
    display: flex; align-items: center; gap: 16px;
    margin-bottom: 28px;
  }
  .section-cat .line {
    flex: 1; height: 1px; background: var(--line);
  }
  .section-cat.center { justify-content: center; }
  .section-cat.center .line { max-width: 80px; }

  /* ============ STATEMENT ============ */
  .statement {
    text-align: center;
    background: var(--bg-0);
    padding: 160px 32px;
    position: relative;
  }
  .statement::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 40% at 50% 50%, rgba(138,27,154,0.12), transparent);
    z-index: 0; opacity: var(--glow-opacity);
  }
  .statement .narrow { position: relative; z-index: 1; }
  .statement .narrow p {
    font-size: 46px; line-height: 1.16;
    letter-spacing: -0.03em; font-weight: 600;
    color: var(--ink);
  }
  .statement .narrow p .muted { color: var(--ink-3); font-weight: 400; }
  .grad-divider {
    height: 2px; width: 80px;
    background: var(--grad-horiz);
    margin: 0 auto 48px;
    border-radius: 2px;
  }

  /* ============ STATS ============ */
  .stats {
    background: var(--bg-1);
    padding: 120px 32px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transition: background-color .35s ease;
  }
  .stats-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 48px; max-width: 1280px; margin: 0 auto;
  }
  .stat {
    padding: 40px 0 0;
    border-top: 2px solid;
    position: relative;
  }
  .stat:nth-child(1) { border-color: var(--violet); }
  .stat:nth-child(2) { border-color: var(--pink); }
  .stat:nth-child(3) { border-color: var(--orange); }
  .stat .chip { margin-bottom: 24px; }
  .stat-num {
    font-size: 88px; line-height: 1;
    letter-spacing: -0.05em; font-weight: 700;
    margin-bottom: 20px;
  }
  .stat:nth-child(1) .stat-num { color: var(--violet); text-shadow: var(--text-glow) rgba(138,27,154,0.40); }
  .stat:nth-child(2) .stat-num { color: var(--pink); text-shadow: var(--text-glow) rgba(255,77,129,0.40); }
  .stat:nth-child(3) .stat-num { color: var(--orange); text-shadow: var(--text-glow) rgba(255,147,0,0.40); }
  [data-theme="dark"] .stat:nth-child(1) .stat-num { color: var(--violet-l); }
  .stat-label {
    font-size: 17px; color: var(--ink-2);
    line-height: 1.5; max-width: 340px;
    font-weight: 400;
  }

  /* ============ POSITIONS INTRO ============ */
  .positions-intro {
    text-align: center;
    padding: 160px 32px 64px;
    max-width: 1280px; margin: 0 auto;
  }
  .positions-intro h2 { margin: 28px 0 24px; }
  .positions-intro p {
    font-size: 20px; color: var(--ink-2);
    max-width: 720px; margin: 0 auto;
    line-height: 1.55; font-weight: 400;
  }

  /* Big feature blocks */
  .feature-big {
    max-width: 1280px;
    margin: 0 auto 24px;
    padding: 0 32px;
  }
  .feature-card {
    background: var(--bg-2);
    border: 1px solid var(--line);
    border-radius: 32px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
    transition: background-color .35s ease, border-color .35s ease;
  }
  .feature-card.brand {
    background: var(--bg-brand);
    border-color: rgba(255,255,255,0.10);
  }
  .feature-card.brand .feature-text h3 { color: #ffffff; }
  .feature-card.brand .feature-text p { color: rgba(255,255,255,0.72); }
  .feature-card.brand .feature-link { color: var(--pink-l); background: rgba(255,77,129,0.10); border-color: rgba(255,77,129,0.24); }
  .feature-card.reverse .feature-text { order: 2; }
  .feature-card.reverse .feature-media { order: 1; }

  .feature-text {
    padding: 64px 56px;
    display: flex; flex-direction: column; justify-content: center;
  }
  .feature-text .chip { margin-bottom: 28px; align-self: flex-start; }
  .feature-text h3 {
    margin-bottom: 20px;
    font-size: 38px;
    color: var(--ink);
  }
  .feature-text p {
    font-size: 17px; color: var(--ink-2);
    line-height: 1.6; margin-bottom: 16px;
    font-weight: 400;
  }
  .feature-link {
    color: var(--pink); font-size: 15px; font-weight: 600;
    margin-top: 24px; align-self: flex-start;
    display: inline-flex; align-items: center; gap: 6px;
    letter-spacing: -0.005em;
    padding: 10px 18px;
    background: var(--chip-pink-bg);
    border: 1px solid var(--chip-pink-bd);
    border-radius: 980px;
    transition: background .2s, border-color .2s, color .2s;
  }
  [data-theme="dark"] .feature-link { color: var(--pink-l); }
  .feature-link i { font-size: 16px; transition: transform .2s; }
  .feature-link:hover { background: rgba(255,77,129,0.20); border-color: var(--pink); }
  .feature-link:hover i { transform: translateX(3px); }
  .feature-media { position: relative; overflow: hidden; }
  .feature-media img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: var(--image-opacity);
    transition: opacity .35s ease;
  }
  .feature-media::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(24,9,46,0.4), transparent 40%);
    opacity: var(--glow-opacity);
  }

  /* Pos grid */
  .pos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1280px;
    margin: 24px auto 0;
    padding: 0 32px;
  }
  .pos-card {
    background: var(--bg-2);
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden;
    display: flex; flex-direction: column;
    min-height: 560px;
    transition: border-color .25s, transform .25s, background-color .35s;
  }
  .pos-card:hover { transform: translateY(-4px); }
  .pos-card.brand { background: var(--bg-brand); border-color: rgba(255,255,255,0.10); }
  .pos-card.brand .pos-body h3 { color: #ffffff; }
  .pos-card.brand .pos-body p { color: rgba(255,255,255,0.72); }
  .pos-card:nth-child(1):hover { border-color: rgba(255,147,0,0.40); }
  .pos-card:nth-child(2):hover { border-color: rgba(255,77,129,0.40); }
  .pos-card:nth-child(3):hover { border-color: rgba(138,27,154,0.50); }
  .pos-media { aspect-ratio: 4/3; overflow: hidden; position: relative; }
  .pos-media img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: var(--image-opacity);
    transition: transform .6s ease, opacity .35s;
  }
  .pos-card:hover .pos-media img { transform: scale(1.05); opacity: 1; }
  .pos-media::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(24,9,46,0.50));
    opacity: var(--glow-opacity);
  }
  .pos-body { padding: 36px; flex: 1; display: flex; flex-direction: column; }
  .pos-body .chip { margin-bottom: 18px; align-self: flex-start; }
  .pos-body h3 {
    font-size: 24px; margin-bottom: 14px;
    line-height: 1.22;
    color: var(--ink);
  }
  .pos-body p { font-size: 15px; color: var(--ink-2); line-height: 1.55; font-weight: 400; }

  /* ============ DER VERBAND ============ */
  .association {
    background: var(--bg-brand);
    color: white;
    padding: 160px 32px;
    margin-top: 140px;
    position: relative;
    overflow: hidden;
  }
  .association::before {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: var(--grad-horiz);
  }
  .association::after {
    content: ''; position: absolute;
    top: 50%; right: -300px;
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(255,77,129,0.16), transparent 60%);
    filter: blur(60px);
    pointer-events: none;
  }
  .association .inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
  .association .section-cat .line { background: rgba(255,255,255,0.15); }
  .association h2 {
    color: white; margin-bottom: 32px;
    font-size: 66px; letter-spacing: -0.04em;
  }
  .association .lead {
    font-size: 22px; color: rgba(255,255,255,0.75);
    max-width: 880px; margin-bottom: 96px;
    line-height: 1.45; letter-spacing: -0.012em;
    font-weight: 400;
  }
  .pillars {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 32px; margin-top: 64px;
  }
  .pillar {
    padding: 36px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 24px;
  }
  .pillar .chip { margin-bottom: 24px; }
  .pillar h4 {
    font-size: 22px; font-weight: 600;
    color: white; margin-bottom: 14px;
    letter-spacing: -0.018em;
  }
  .pillar p {
    color: rgba(255,255,255,0.70);
    font-size: 15px; line-height: 1.6;
    font-weight: 400;
  }

  /* ============ MEMBERSHIP ============ */
  .membership {
    background: var(--bg-0);
    padding: 160px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background-color .35s ease;
  }
  .membership-bg {
    position: absolute; inset: 0;
    background:
      radial-gradient(circle at 22% 30%, rgba(138,27,154,0.30), transparent 50%),
      radial-gradient(circle at 78% 70%, rgba(255,77,129,0.28), transparent 50%),
      radial-gradient(circle at 50% 100%, rgba(255,147,0,0.22), transparent 60%);
    z-index: 0;
    filter: blur(30px);
    opacity: var(--glow-opacity);
    transition: opacity .35s ease;
  }
  .membership > * { position: relative; z-index: 1; }
  .membership .section-cat { justify-content: center; margin-bottom: 32px; }
  .membership h2 {
    font-size: 74px; line-height: 1.03;
    letter-spacing: -0.05em; font-weight: 700;
    color: var(--ink);
    max-width: 960px; margin: 0 auto 28px;
  }
  .membership .sub {
    font-size: 22px; color: var(--ink-2);
    max-width: 680px; margin: 0 auto 48px;
    line-height: 1.45; font-weight: 400;
  }
  .membership-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1100px; margin: 96px auto 0;
    text-align: left;
  }
  .m-card {
    background: var(--bg-2);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 48px;
    transition: background-color .35s ease, border-color .35s ease;
  }
  .m-card .chip { margin-bottom: 24px; }
  .m-card h4 {
    font-size: 22px; font-weight: 600;
    margin-bottom: 28px;
    letter-spacing: -0.018em;
    color: var(--ink);
  }
  .m-card ul { list-style: none; }
  .m-card li {
    font-size: 16px; color: var(--ink-2);
    padding: 14px 0; padding-left: 32px;
    position: relative; line-height: 1.5;
    border-top: 1px solid var(--line);
    font-weight: 400;
  }
  .m-card li:first-child { border-top: none; padding-top: 0; }
  .m-card.check li::before {
    content: '';
    position: absolute; left: 0; top: 14px;
    width: 22px; height: 22px;
    background: var(--grad);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(255,77,129,0.30);
  }
  .m-card.check li::after {
    content: '✓';
    position: absolute; left: 0; top: 14px;
    width: 22px; height: 22px;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 13px; font-weight: 700;
  }
  .m-card.check li:first-child::before,
  .m-card.check li:first-child::after { top: 0; }
  .m-process { counter-reset: step; }
  .m-process li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute; left: 0; top: 14px;
    background: var(--grad); color: white;
    border-radius: 50%; width: 24px; height: 24px;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700;
    box-shadow: 0 4px 14px rgba(255,77,129,0.30);
  }
  .m-process li:first-child::before { top: 0; }
  .m-process li { padding-left: 38px; }

  /* ============ PRESSE ============ */
  .press {
    padding: 160px 32px;
    background: var(--bg-1);
    border-top: 1px solid var(--line);
    transition: background-color .35s ease;
  }
  .press-header {
    max-width: 1280px; margin: 0 auto 64px;
    display: flex; justify-content: space-between;
    align-items: flex-end; gap: 32px; flex-wrap: wrap;
  }
  .press-header h2 { font-size: 56px; letter-spacing: -0.04em; margin-top: 20px; }
  .press-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1280px; margin: 0 auto;
  }
  .press-card {
    background: var(--bg-2);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 36px;
    transition: transform .25s, border-color .25s, background-color .35s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .press-card::before {
    content: ''; position: absolute;
    top: 0; left: 0; height: 3px; width: 0;
    background: var(--grad-horiz);
    transition: width .4s ease;
  }
  .press-card:hover { transform: translateY(-4px); border-color: rgba(255,77,129,0.30); }
  .press-card:hover::before { width: 100%; }
  .press-card .chip { margin-bottom: 28px; }
  .press-card h4 {
    font-size: 22px; line-height: 1.25;
    letter-spacing: -0.02em; font-weight: 600;
    margin-bottom: 16px;
    color: var(--ink);
  }
  .press-card p {
    font-size: 15px; color: var(--ink-2);
    line-height: 1.6; margin-bottom: 24px;
    font-weight: 400;
  }
  .press-card .read-more {
    color: var(--pink); font-size: 14px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 4px;
  }
  [data-theme="dark"] .press-card .read-more { color: var(--pink-l); }
  .press-card:hover .read-more i { transform: translateX(3px); }
  .press-card .read-more i { transition: transform .2s; font-size: 16px; }

  /* ============ FOOTER ============ */
  footer {
    background: var(--bg-footer);
    padding: 80px 32px 32px;
    border-top: 1px solid var(--line);
    transition: background-color .35s ease;
  }
  .footer-inner { max-width: 1280px; margin: 0 auto; }
  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--line);
  }
  .footer-brand p {
    color: var(--ink-2); font-size: 13px;
    margin-top: 20px; max-width: 340px;
    line-height: 1.55; font-weight: 400;
  }
  .footer-brand .tagline {
    font-size: 13px; font-weight: 700;
    margin-top: 28px; letter-spacing: 0.04em;
  }
  .footer-brand .tagline .v { color: var(--violet); }
  .footer-brand .tagline .p { color: var(--pink); }
  .footer-brand .tagline .o { color: var(--orange); }
  [data-theme="dark"] .footer-brand .tagline .v { color: var(--violet-l); }
  footer h5 {
    font-size: 11px; font-weight: 700;
    color: var(--ink); margin-bottom: 18px;
    letter-spacing: 0.10em; text-transform: uppercase;
  }
  footer ul { list-style: none; }
  footer li { margin-bottom: 12px; }
  footer li a {
    font-size: 13px; color: var(--ink-2);
    line-height: 1.5; transition: color .2s;
    font-weight: 400;
  }
  footer li a:hover { color: var(--pink); }
  .footer-legal {
    padding-top: 28px;
    display: flex; justify-content: space-between;
    flex-wrap: wrap; gap: 16px;
    font-size: 12px; color: var(--ink-3);
  }
  .footer-legal a { margin-left: 24px; color: var(--ink-3); }

  /* ============ PREVIEW BANNER ============ */
  .preview-banner {
    background: linear-gradient(90deg, rgba(138,27,154,0.18), rgba(255,77,129,0.18), rgba(255,147,0,0.18));
    border-bottom: 1px solid var(--line-2);
    padding: 10px 32px;
    text-align: center;
    font-size: 12px;
    color: var(--ink);
    letter-spacing: 0.01em;
  }
  .preview-banner strong { font-weight: 700; }

  /* ============ ANIMATIONS ============ */
  @media (prefers-reduced-motion: no-preference) {
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity .8s ease, transform .8s ease;
    }
    .reveal.in {
      opacity: 1;
      transform: translateY(0);
    }
    .hero h1.display .l1,
    .hero h1.display .l2,
    .hero h1.display .l3 {
      opacity: 0; transform: translateY(20px);
      animation: rise .9s ease forwards;
    }
    .hero h1.display .l1 { animation-delay: .15s; }
    .hero h1.display .l2 { animation-delay: .35s; }
    .hero h1.display .l3 { animation-delay: .55s; }
    @keyframes rise {
      to { opacity: 1; transform: translateY(0); }
    }
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 900px) {
    h1.display { font-size: 52px; }
    .hero { padding: 56px 24px 24px; }
    .hero .lead { font-size: 17px; }
    h2.section-head, .press-header h2 { font-size: 36px; }
    .statement .narrow p { font-size: 26px; }
    .stat-num { font-size: 64px; }
    .stats-grid { grid-template-columns: 1fr; gap: 48px; }
    .feature-card { grid-template-columns: 1fr; min-height: auto; }
    .feature-card.reverse .feature-media { order: 2; }
    .feature-card.reverse .feature-text { order: 1; }
    .feature-text { padding: 40px 28px; }
    .feature-media { aspect-ratio: 4/3; }
    .pos-grid, .press-grid { grid-template-columns: 1fr; }
    .association h2 { font-size: 38px; }
    .association .lead { font-size: 18px; }
    .pillars, .membership-grid { grid-template-columns: 1fr; gap: 24px; }
    .membership h2 { font-size: 40px; }
    .membership .sub { font-size: 18px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    section { padding: 80px 24px; }
    .statement { padding: 80px 24px; }
    .nav ul { display: none; }
    .nav-inner { gap: 12px; }
    .hero-image .overlay { left: 24px; bottom: 24px; right: 24px; }
    .hero-image .overlay h2 { font-size: 24px; }
    .pillar { padding: 28px; }
    .m-card { padding: 32px; }
  }/* ============================================================
   LAYOUT FIX — pos-grid 2x2 (4 cards), membership-grid 3-col (3 cards)
   Anfügen ans Ende von Appearance > Customize > Additional CSS
   (Falls die alte Version vom layout-fix schon drin ist, ersetz sie damit.)
   ============================================================ */

/* Positions: 4 cards in 2x2 grid (Einheitlichkeit / Bezahlbarkeit / Digital / Wettbewerb) */
.pos-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

/* Membership: alle 3 Cards immer nebeneinander auf Desktop */
.membership-grid {
  grid-template-columns: repeat(3, 1fr) !important;
}

/* Mobile (<900px): beide Grids auf 1 Spalte */
@media (max-width: 900px) {
  .pos-grid,
  .membership-grid {
    grid-template-columns: 1fr !important;
  }
}