
    /* ── RESET & BASE ── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Poppins', sans-serif; color: #202636; background: #fff; line-height: 1.6; overflow-x: hidden; }
    img { max-width: 100%; display: block; }

    /* ── CI TOKENS ── */
    :root {
      --mint:        #2DD4C2;
      --mint-dark:   #22B5A5;
      --mint-light:  #E6FAF8;
      --amber:       #F59E0B;
      --amber-dark:  #D97706;
      --text:        #202636;
      --gray:        #6B7280;
      --gray-light:  #F7F9FB;
      --white:       #FFFFFF;
      --radius:      16px;
      --shadow:      0 4px 24px rgba(0,0,0,0.08);
      --shadow-md:   0 8px 40px rgba(0,0,0,0.12);
    }

    /* ── CONTAINER ── */
    .container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }

    /* ── NAVIGATION ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      display: flex; align-items: center;
      padding: 0 2rem; height: 64px;
      background: var(--mint);
      box-shadow: 0 2px 16px rgba(45,212,194,0.25);
      gap: 1rem;
    }
    .nav-logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }
    .nav-logo-text { font-size: 1.35rem; font-weight: 700; letter-spacing: -0.02em; }
    .nav-logo-text span:first-child { color: var(--text); }
    .nav-logo-text span:last-child { color: var(--white); }
    .nav-link {
      font-size: 0.92rem; color: rgba(255,255,255,0.9); font-weight: 600;
      text-decoration: none; margin-right: 0.5rem; transition: opacity 0.2s;
    }
    .nav-link:hover { opacity: 0.75; }
    .nav-cta {
      background: var(--amber); color: var(--text);
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.85rem;
      padding: 0.55rem 1.4rem; border-radius: 100px; text-decoration: none;
      transition: background 0.2s; white-space: nowrap;
    }
    .nav-cta:hover { background: var(--amber-dark); }
    .nav-blog {
      border: 3px solid var(--amber);
      color: var(--white);
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 0.85rem;
      padding: 0.5rem 1.25rem;
      border-radius: 100px;
      text-decoration: none;
      transition: all 0.2s;
      white-space: nowrap;
    }
    .nav-blog:hover { background: rgba(245,158,11,0.15); }

    /* ── HERO ── */
    .hero {
      position: relative; background: var(--mint);
      padding: 70px 0 0; overflow: hidden;
      display: flex; align-items: flex-start;
    }
    .hero-container {
      max-width: 1100px; margin: 0 auto; padding: 1.5rem 1.5rem 0;
      display: flex; align-items: flex-end; gap: 3rem; width: 100%;
      padding-bottom: 3.5rem;
    }
    .hero-text { flex: 1; min-width: 0; }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: rgba(255,255,255,0.2); color: var(--white);
      font-size: 0.82rem; font-weight: 600; padding: 0.4rem 1rem;
      border-radius: 100px; margin-bottom: 1.5rem; border: 1px solid rgba(255,255,255,0.3);
    }
    .hero-badge-dot { width: 7px; height: 7px; background: var(--amber); border-radius: 50%; animation: pulse 2s infinite; }
    @keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.6; transform:scale(1.3); } }
    h1.hero-headline {
      font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: var(--white);
      line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 1.5rem;
    }
    h1.hero-headline .hl {
      background: rgba(255,255,255,0.18); border-radius: 8px; padding: 0 0.2em;
    }
    .hero-sub {
      font-size: clamp(1rem, 2vw, 1.15rem); color: rgba(255,255,255,0.9);
      line-height: 1.65; max-width: 520px; margin-bottom: 2rem;
    }
    .hero-cta-group { display: flex; flex-direction: column; gap: 0.85rem; }
    .btn-primary {
      display: inline-block; background: var(--amber); color: var(--text);
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem;
      padding: 1rem 2.25rem; border-radius: 100px; text-decoration: none;
      transition: all 0.2s; box-shadow: 0 8px 32px rgba(0,0,0,0.15);
      align-self: flex-start;
    }
    .btn-primary:hover { background: var(--amber-dark); transform: translateY(-2px); }
    .hero-trust { font-size: 0.8rem; color: rgba(255,255,255,0.7); }
    .hero-mockup-wrap {
      flex-shrink: 0; width: min(506px, 44vw);
      align-self: flex-end; overflow: hidden;
      margin-right: 2rem;
    }
    .hero-mockup-wrap img {
      width: 115%; margin-left: -7.5%;
      height: auto;
      border-radius: 20px 20px 0 0;
      box-shadow: 0 -8px 60px rgba(0,0,0,0.3);
    }
    /* Hero bottom wave */
    .hero-wave { position: relative; background: var(--mint); line-height: 0; }
    .hero-wave svg { display: block; width: 100%; }

    /* ── SPLIT IMAGE BAND (Koch & Managerin) ── */
    .split-band {
      position: relative; width: 100%; line-height: 0;
      background: var(--white); margin-top: -2px;
      max-width: 1600px; margin-left: auto; margin-right: auto;
    }
    .split-band img {
      width: 100%; height: 600px; object-fit: cover; object-position: center 20%;
      display: block;
    }
    .split-band-text {
      position: absolute; bottom: 7rem;
      left: 0; right: 0;
      padding: 0 calc((100% - 1100px) / 2 + 1.5rem);
    }
    /* Concave curve at bottom using SVG overlay */
    .split-band-curve {
      position: absolute; bottom: -1px; left: 0; right: 0; line-height: 0;
    }

        /* ── SECTION COMMONS ── */
    .section-label {
      font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em;
      text-transform: uppercase; color: var(--mint-dark); margin-bottom: 0.5rem;
    }
    .section-headline {
      font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800;
      color: var(--text); line-height: 1.2; letter-spacing: -0.02em;
      margin-bottom: 0.75rem;
    }
    .section-sub {
      font-size: 1rem; color: var(--gray); line-height: 1.7; max-width: 620px;
    }


    /* ── WIN-WIN SEKTION ── */
    .winwin-section { padding: 5rem 0; background: var(--mint); }
    .winwin-section .section-label { color: rgba(255,255,255,0.8); }
    .winwin-section .section-headline { color: var(--white); }
    .winwin-sub {
      font-size: 1rem; color: rgba(255,255,255,0.85); line-height: 1.7;
      text-align: center; margin: 0 auto 3rem; max-width: 560px;
    }
    .winwin-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: stretch; }
    .winwin-felix-col {
      background: var(--white); border-radius: var(--radius);
      padding: 2rem; box-shadow: 0 4px 24px rgba(0,0,0,0.08);
      display: flex; flex-direction: column; align-items: center; justify-content: center;
    }
    .winwin-felix-col img {
      width: 100%; max-width: 260px; margin: 0 0 1rem;
    }
    .winwin-felix-caption {
      font-size: 0.92rem; font-weight: 700;
      color: var(--amber-dark); text-align: center; white-space: normal;
    }
    .winwin-card {
      background: var(--white); border-radius: var(--radius);
      padding: 2rem; border: none; box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    }
    .winwin-card-title {
      font-size: 1.1rem; font-weight: 700; color: var(--text);
      margin-bottom: 0.5rem;
    }
    .winwin-card-sub {
      font-size: 0.82rem; font-weight: 600; color: var(--gray);
      text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1.5rem;
    }
    .winwin-point {
      display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem;
    }
    .winwin-check-amber { color: var(--amber); font-size: 1rem; flex-shrink: 0; margin-top: 0.1rem; }
    .winwin-check-white { color: var(--mint-dark); font-size: 1rem; flex-shrink: 0; margin-top: 0.1rem; }
    .winwin-point-text { font-size: 0.92rem; color: var(--text); line-height: 1.55; }
    @media (max-width: 640px) {
      .winwin-grid { grid-template-columns: 1fr; }
    }
    /* ── RISIKO SEKTION ── */
    .risiko-section { background: var(--white); padding: 5rem 0 5rem; }
    .risiko-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-top: 3rem; }
    .risiko-card {
      background: var(--gray-light); border-radius: var(--radius);
      padding: 2rem; box-shadow: var(--shadow); position: relative; overflow: hidden;
    }
    .risiko-card h3 { font-size: 1.2rem; font-weight: 700; color: var(--text); margin-bottom: 0.75rem; }
    .risiko-card p { font-size: 0.95rem; color: var(--gray); line-height: 1.6; margin-bottom: 1.25rem; }
    .risiko-solution {
      background: #FEF3C7; border-left: 3px solid var(--amber);
      border-radius: 8px; padding: 0.85rem 1rem;
      font-size: 0.9rem; color: var(--text); font-weight: 500; line-height: 1.55;
    }
    .risiko-mockup {
      margin-top: 1.5rem;
    }
    .risiko-mockup img {
      width: 200px; border-radius: 20px; box-shadow: var(--shadow-md); margin: 0 auto;
    }
    /* DEHOGA Quote card */
    .dehoga-card {
      background: var(--mint); border-radius: var(--radius);
      padding: 1.25rem 1.5rem; box-shadow: var(--shadow-md); margin-top: 1.5rem;
      text-align: center;
    }
    .dehoga-card-title { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 1rem; }
    .dehoga-card-quote {
      font-size: 0.92rem; color: var(--white); font-style: italic;
      line-height: 1.5; margin-bottom: 0.75rem;
    }
    .dehoga-card-source { font-size: 0.78rem; color: rgba(255,255,255,0.7); }
    .dehoga-card-divider { border-top: 1px solid rgba(255,255,255,0.25); margin: 1rem 0; }
    .dehoga-card-cta-text { font-size: 0.85rem; color: var(--white); line-height: 1.55; margin-bottom: 1rem; }
    .dehoga-card-qr { background: var(--white); border-radius: 12px; padding: 0.6rem; display: inline-block; }
    .dehoga-card-qr img { width: 88px; height: 88px; display: block; }
    .dehoga-card-qr-link { display: block; margin-top: 0.6rem; font-size: 0.78rem; color: var(--white); font-weight: 600; text-decoration: underline; }

    /* ── SHOCK ELEMENT 1400€ ── */
    .shock-section {
      background: var(--amber); padding: 4rem 0; text-align: center;
    }
    .shock-label { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-bottom: 0.5rem; }
    .shock-number { font-size: clamp(4rem, 10vw, 7rem); font-weight: 800; color: var(--white); line-height: 1; margin-bottom: 0.25rem; }
    .shock-sub { font-size: 1.2rem; font-weight: 600; color: var(--white); margin-bottom: 0.5rem; }
    .shock-detail { font-size: 0.9rem; color: rgba(255,255,255,0.85); font-style: italic; }

    /* ── HOW IT WORKS ── */
    .how-section {
      position: relative; padding: 5rem 0;
      background-image: url('/wp-content/uploads/Gemini_Generated_Image_dsvhnodsvhnodsvh.png');
      background-size: cover; background-position: center;
    }
    .how-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(32,38,54,0.88) 0%, rgba(32,38,54,0.75) 100%);
    }
    .how-inner { position: relative; z-index: 1; }
    .how-intro { text-align: center; margin-bottom: 3rem; }
    .how-intro .section-label { color: var(--mint); }
    .how-intro .section-headline { color: var(--white); }
    .how-intro .section-sub { color: rgba(255,255,255,0.75); margin: 0 auto; }

    /* Tabs */
    .how-tabs { display: flex; justify-content: center; gap: 0.75rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
    .how-tab {
      background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.75);
      font-family: 'Poppins', sans-serif; font-size: 0.9rem; font-weight: 600;
      padding: 0.6rem 1.5rem; border-radius: 100px; border: 1px solid rgba(255,255,255,0.2);
      cursor: pointer; transition: all 0.2s;
    }
    .how-tab.active, .how-tab:hover {
      background: var(--mint); color: var(--text); border-color: var(--mint);
    }
    .how-panels { position: relative; }
    .how-panel { display: none; }
    .how-panel.active { display: flex; align-items: center; gap: 3.5rem; }
    .how-panel-text { flex: 1; }
    .how-step-badge {
      display: inline-flex; align-items: center; justify-content: center;
      width: 36px; height: 36px; background: var(--mint); color: var(--text);
      border-radius: 50%; font-weight: 800; font-size: 1rem; margin-bottom: 1rem;
    }
    .how-panel-text h3 { font-size: 1.4rem; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
    .how-panel-text p { font-size: 0.95rem; color: rgba(255,255,255,0.8); line-height: 1.7; }
    .how-panel-mockup { flex-shrink: 0; width: 280px; }
    .how-panel-mockup img { width: 100%; border-radius: 28px; box-shadow: 0 16px 60px rgba(0,0,0,0.5); border: none; }
    .how-pro-box {
      display: flex; align-items: flex-start; gap: 0.75rem;
      background: rgba(45,212,194,0.15); border-left: 3px solid var(--mint);
      border-radius: 8px; padding: 0.85rem 1rem; margin-top: 1.25rem;
      font-size: 0.88rem; color: rgba(255,255,255,0.9); line-height: 1.55;
    }
    .how-pro-box strong { color: var(--mint); }
    .how-pro-icon { font-size: 1rem; flex-shrink: 0; margin-top: 0.1rem; }
    .how-starter-note {
      text-align: center; margin-top: 2.5rem;
      font-size: 0.88rem; color: rgba(255,255,255,0.6); font-style: italic;
    }
    .how-starter-note strong { color: var(--mint); font-style: normal; }

    /* ── FEATURE MATRIX ── */
    .matrix-section { padding: 5rem 0; background: var(--white); }
    .matrix-intro { text-align: center; margin-bottom: 3rem; }
    .matrix-intro .section-sub { margin: 0 auto; }
    .matrix-wrap { overflow-x: auto; }
    table.matrix {
      width: 100%; border-collapse: collapse; min-width: 600px;
    }
    table.matrix thead th {
      padding: 1rem 1.25rem; text-align: center; font-size: 1rem; font-weight: 700;
      border-bottom: 2px solid #E5E7EB;
    }
    table.matrix thead th:first-child { text-align: left; }
    .matrix-th-starter { color: var(--mint-dark); }
    .matrix-th-pro { color: var(--amber-dark); }
    .matrix-badge-starter {
      display: inline-block; background: var(--mint-light); color: var(--mint-dark);
      font-size: 0.72rem; font-weight: 700; padding: 0.2rem 0.6rem;
      border-radius: 100px; margin-left: 0.4rem; vertical-align: middle;
    }
    .matrix-badge-pro {
      display: inline-block; background: #FEF3C7; color: var(--amber-dark);
      font-size: 0.72rem; font-weight: 700; padding: 0.2rem 0.6rem;
      border-radius: 100px; margin-left: 0.4rem; vertical-align: middle;
    }
    table.matrix tbody tr { border-bottom: 1px solid #F3F4F6; }
    table.matrix tbody tr:hover { background: var(--gray-light); }
    table.matrix td { padding: 0.9rem 1.25rem; font-size: 0.9rem; color: var(--text); }
    table.matrix td:not(:first-child) { text-align: center; font-size: 1rem; }
    .check-yes { color: var(--mint-dark); font-weight: 700; font-size: 1.1rem; }
    .check-no { color: #D1D5DB; font-size: 1.1rem; }
    .check-no-red { color: #DC2626; font-weight: 700; font-size: 1.1rem; }
    .check-partial { font-size: 0.8rem; font-weight: 600; color: var(--gray); }
    .matrix-price-row td {
      padding-top: 1.25rem; border-top: 2px solid #E5E7EB; font-weight: 700;
    }
    .matrix-cta-row td { padding: 1.25rem; }
    .btn-matrix-starter {
      display: inline-block; background: var(--amber); color: var(--text);
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.88rem;
      padding: 0.7rem 1.5rem; border-radius: 100px; text-decoration: none;
      transition: background 0.2s;
    }
    .btn-matrix-starter:hover { background: var(--amber-dark); }
    .btn-matrix-pro {
      display: inline-block; background: var(--white); color: var(--text);
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.88rem;
      padding: 0.7rem 1.5rem; border-radius: 100px; text-decoration: none;
      border: 2px solid var(--text); transition: all 0.2s;
    }
    .btn-matrix-pro:hover { background: var(--text); color: var(--white); }
    .matrix-category-row td { background: var(--gray-light); padding: 1rem 1.25rem; border-bottom: none; border-top: 2px solid #E5E7EB; }
    .matrix-cat-badge {
      display: inline-block; font-size: 0.78rem; font-weight: 800;
      letter-spacing: 0.1em; padding: 0.3rem 0.9rem; border-radius: 100px; margin-right: 0.75rem;
      vertical-align: middle;
    }
    .matrix-cat-einfach { background: var(--mint); color: var(--white); }
    .matrix-cat-fair { background: var(--amber); color: var(--white); }
    .matrix-cat-sicher { background: #7C3AED; color: var(--white); }
    .matrix-cat-desc { font-size: 0.9rem; color: var(--gray); font-style: italic; vertical-align: middle; font-weight: 500; }
    .matrix-note {
      text-align: center; margin-top: 1.5rem;
      font-size: 0.85rem; color: var(--gray); font-style: italic;
    }

    /* ── TEAMFRIEDEN ── */
    .team-section { padding: 5rem 0; background: var(--gray-light); }
    .team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-top: 3rem; align-items: center; }
    .team-stat-box {
      background: var(--amber); border-radius: var(--radius); padding: 2.5rem;
      box-shadow: var(--shadow-md); text-align: center;
    }
    .team-stat { font-size: clamp(3rem, 6vw, 4.5rem); font-weight: 800; color: var(--white); line-height: 1; }
    .team-stat-label { font-size: 0.95rem; color: rgba(255,255,255,0.9); margin: 0.5rem 0 1.5rem; }
    .team-divider { width: 48px; height: 2px; background: rgba(255,255,255,0.3); margin: 0 auto 1.5rem; }
    .team-content h3 { font-size: 1.5rem; font-weight: 700; color: var(--text); margin-bottom: 0.75rem; }
    .team-content p { font-size: 0.95rem; color: var(--gray); line-height: 1.7; margin-bottom: 1.25rem; }
    .team-point {
      display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.85rem;
    }
    .team-point-check { color: var(--mint); font-size: 1.1rem; flex-shrink: 0; margin-top: 0.1rem; }
    .team-point-text { font-size: 0.92rem; color: var(--text); line-height: 1.5; }
    .team-source { font-size: 0.78rem; color: rgba(255,255,255,0.7); margin-top: 2rem; font-style: italic; }

    /* ── GUTE GRÜNDE / KPIs ── */
    .kpi-section { padding: 5rem 0; background: var(--white); }
    .kpi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
    .kpi-card {
      background: var(--white); border: 1.5px solid var(--mint); border-radius: var(--radius);
      padding: 2rem 1.5rem; text-align: center; box-shadow: var(--shadow);
    }
    .kpi-label { font-size: 1.1rem; font-weight: 700; color: var(--mint-dark); line-height: 1.2; margin-bottom: 0.85rem; }
    .kpi-sub { font-size: 0.88rem; color: var(--gray); line-height: 1.55; }

    /* ── SOCIAL PROOF ── */
    .proof-section { padding: 4rem 0; background: var(--mint); text-align: center; }
    .proof-quote {
      max-width: 640px; margin: 0 auto;
      font-size: 1.05rem; color: var(--white); font-style: italic; line-height: 1.7;
      margin-bottom: 1rem;
    }
    .proof-author { font-size: 0.88rem; color: rgba(255,255,255,0.8); font-weight: 600; }

    /* ── FAQ ── */
    .faq-section { padding: 5rem 0; background: var(--white); }
    .faq-intro { text-align: center; margin-bottom: 3rem; }
    .faq-list { max-width: 760px; margin: 0 auto; }
    .faq-item { border-bottom: 1px solid #E5E7EB; }
    .faq-question {
      width: 100%; background: none; border: none; cursor: pointer;
      display: flex; justify-content: space-between; align-items: center;
      padding: 1.1rem 0; font-family: 'Poppins', sans-serif;
      font-size: 0.97rem; font-weight: 600; color: var(--text); text-align: left; gap: 1rem;
    }
    .faq-arrow { color: var(--mint); font-size: 1.1rem; flex-shrink: 0; transition: transform 0.3s; }
    .faq-arrow.open { transform: rotate(180deg); }
    .faq-answer {
      max-height: 0; overflow: hidden; font-size: 0.92rem; color: var(--gray);
      line-height: 1.7; transition: max-height 0.4s ease, padding 0.3s ease;
    }
    .faq-answer.open { max-height: 800px; padding-bottom: 1.25rem; }
    .faq-answer ul { margin: 0.75rem 0 0.75rem 1.25rem; line-height: 1.8; }
    .faq-answer a { color: var(--mint); font-weight: 600; }

    /* ── ABSCHLUSS / BRIDGE ── */
    .bridge-section {
      position: relative; padding: 5rem 0;
      background-image: url('/wp-content/uploads/Gemini_Generated_Image_av4674av4674av46.png');
      background-size: cover; background-position: center 40%;
    }
    .bridge-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(32,38,54,0.85) 0%, rgba(32,38,54,0.65) 100%);
    }
    .bridge-inner { position: relative; z-index: 1; text-align: center; }
    .bridge-inner h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--white); margin-bottom: 0.75rem; }
    .bridge-inner p { font-size: 1rem; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 580px; margin: 0 auto 2rem; }
    .bridge-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .btn-bridge-primary {
      background: var(--amber); color: var(--text);
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem;
      padding: 1rem 2rem; border-radius: 100px; text-decoration: none; transition: background 0.2s;
    }
    .btn-bridge-primary:hover { background: var(--amber-dark); }
    .btn-bridge-secondary {
      background: transparent; color: var(--white);
      font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1rem;
      padding: 1rem 2rem; border-radius: 100px; text-decoration: none;
      border: 2px solid rgba(255,255,255,0.5); transition: all 0.2s;
    }
    .btn-bridge-secondary:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }

    /* ── ANMELDE-FORMULAR ── */
    .form-section { padding: 5rem 0; background: var(--gray-light); }
    .form-inner { max-width: 680px; margin: 0 auto; }
    .form-card {
      background: var(--white); border-radius: var(--radius);
      padding: 2.5rem; box-shadow: var(--shadow-md);
    }
    .form-card h2 { font-size: 1.5rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
    .form-sub { font-size: 0.92rem; color: var(--gray); margin-bottom: 1.5rem; line-height: 1.6; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
    .form-field { display: flex; flex-direction: column; gap: 0.35rem; }
    .form-field.full { grid-column: 1 / -1; }
    .form-field label { font-size: 0.82rem; font-weight: 600; color: var(--text); }
    .form-field input, .form-field select {
      font-family: 'Poppins', sans-serif; font-size: 0.92rem; color: var(--text);
      padding: 0.7rem 1rem; border: 1.5px solid #E5E7EB; border-radius: 10px;
      outline: none; transition: border-color 0.2s; background: var(--white);
    }
    .form-field input:focus, .form-field select:focus { border-color: var(--mint); }
    .form-checkbox { display: flex; align-items: flex-start; gap: 0.6rem; margin: 1rem 0; }
    .form-checkbox input[type=checkbox] { margin-top: 0.15rem; accent-color: var(--mint); width: 16px; height: 16px; flex-shrink: 0; }
    .form-checkbox label { font-size: 0.85rem; color: var(--gray); line-height: 1.5; }
    .btn-submit {
      width: 100%; background: var(--amber); color: var(--text);
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem;
      padding: 1rem; border: none; border-radius: 100px; cursor: pointer;
      margin-top: 1.25rem; transition: all 0.2s;
      box-shadow: 0 4px 20px rgba(245,158,11,0.3);
    }
    .btn-submit:hover { background: var(--amber-dark); transform: translateY(-1px); }
    .form-disclaimer { font-size: 0.75rem; color: var(--gray); text-align: center; margin-top: 1rem; line-height: 1.6; }

    /* ── MUSTER-DOKUMENTE ── */
    .muster-section { padding: 4rem 0; background: var(--mint-light); border-top: 1px solid rgba(45,212,194,0.15); }
    .muster-inner { text-align: center; }
    .muster-inner h3 { font-size: 1.3rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
    .muster-inner p { font-size: 0.92rem; color: var(--gray); margin-bottom: 1.5rem; }
    .btn-muster {
      display: inline-block; background: var(--mint); color: var(--white);
      font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.9rem;
      padding: 0.75rem 1.75rem; border-radius: 100px; text-decoration: none;
      transition: background 0.2s;
    }
    .btn-muster:hover { background: var(--mint-dark); }

    /* ── FOOTER ── */
    footer {
      background: var(--text); color: rgba(255,255,255,0.65);
      padding: 2.5rem 1.5rem; text-align: center;
    }
    .footer-logo { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.25rem; }
    .footer-logo span:first-child { color: #fff; }
    .footer-logo span:last-child { color: var(--mint); }
    .footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-bottom: 1.25rem; }
    .footer-links { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; font-size: 0.82rem; }
    .footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
    .footer-links a:hover { color: var(--mint); }
    .footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 1.25rem; }

    /* ── DOWNLOAD GATE ── */

    /* ── KLICKDUMMY & DEMO MODALS ── */
    /* visibility/opacity statt display:none, damit reCAPTCHA in den
       enthaltenen Formularen beim Seitenladen korrekt initialisiert wird
       (Google reCAPTCHA scannt einmalig beim Laden; display:none-Container
       werden dabei übersprungen und funktionieren danach nicht mehr). */
    #klickdummy-overlay {
      visibility: hidden; opacity: 0; pointer-events: none;
      position: fixed; inset: 0;
      background: rgba(0,0,0,0.55); z-index: 9999;
      display: flex; align-items: flex-start; justify-content: center;
      padding: 2rem 1rem; overflow-y: auto;
      transition: opacity 0.2s, visibility 0.2s;
    }
    #klickdummy-overlay.open { visibility: visible; opacity: 1; pointer-events: auto; }
    #demo-overlay {
      visibility: hidden; opacity: 0; pointer-events: none;
      position: fixed; inset: 0;
      background: rgba(0,0,0,0.55); z-index: 9999;
      display: flex; align-items: flex-start; justify-content: center;
      padding: 2rem 1rem; overflow-y: auto;
      transition: opacity 0.2s, visibility 0.2s;
    }
    #demo-overlay.open { visibility: visible; opacity: 1; pointer-events: auto; }

    #download-gate-overlay {
      visibility: hidden; opacity: 0; pointer-events: none;
      position: fixed; inset: 0;
      background: rgba(0,0,0,0.55); z-index: 9000;
      display: flex; align-items: flex-start; justify-content: center; padding: 2rem 1rem;
      overflow-y: auto;
      transition: opacity 0.2s, visibility 0.2s;
    }
    #download-gate-overlay.open { visibility: visible; opacity: 1; pointer-events: auto; }
    .dl-modal {
      background: var(--white); border-radius: var(--radius);
      max-width: 480px; width: 100%; padding: 2rem; position: relative;
      box-shadow: 0 20px 60px rgba(0,0,0,0.2);
      margin: auto 0;
    }
    .dl-close {
      position: absolute; top: 1rem; right: 1rem; background: none;
      border: none; font-size: 1.5rem; cursor: pointer; color: #9ca3af;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 860px) {
      .hero-container { flex-direction: column; padding-bottom: 0; }
      .hero-mockup-wrap { width: 100%; max-width: 500px; margin: 0 auto; align-self: center; }
      .hero-mockup-wrap img { border-radius: 20px 20px 0 0; }
      .hero-text { text-align: center; }
      .hero-cta-group { align-items: center; }
      .btn-primary { align-self: center; }
      .btn-ghost-hero { align-self: center; width: fit-content; }
      .risiko-grid { grid-template-columns: 1fr; }
      .how-panel.active { flex-direction: column; }
      .how-panel-mockup { width: 240px; margin: 0 auto; }
      .team-grid { grid-template-columns: 1fr; }
      .kpi-grid { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .split-band img { height: auto; object-fit: contain; object-position: center top; }
      .split-band-text { bottom: 3.5rem !important; left: 0 !important; transform: none !important; width: 100% !important; max-width: 100% !important; padding: 0 1.5rem !important; }
      nav { padding: 0 1rem; }
    }
    @media (max-width: 480px) {
      .bridge-ctas { flex-direction: column; align-items: center; }
    }
    @media (max-width: 600px) {
      .nav-cta { font-size: 0.72rem; padding: 0.4rem 0.75rem; white-space: nowrap; flex-shrink: 0; }
      .nav-logo { flex-shrink: 0; }
      .nav-logo img { height: 26px; width: auto !important; min-width: unset; }
      .nav-blog { font-size: 0.78rem; padding: 0.4rem 0.8rem; }
      .nav-links-desktop { display: none !important; }
      .nav-burger-btn { display: flex !important; }
    }

    /* ── BURGER-MENÜ (nur Mobile) ── */
    .nav-burger-btn {
      display: none; flex-direction: column; justify-content: center; gap: 5px;
      width: 32px; height: 32px; background: none; border: none; cursor: pointer;
      padding: 0; margin-left: 0.5rem; flex-shrink: 0;
    }
    .nav-burger-btn span {
      display: block; width: 100%; height: 2.5px; background: var(--white);
      border-radius: 2px; transition: all 0.25s;
    }
    .nav-burger-btn.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
    .nav-burger-btn.open span:nth-child(2) { opacity: 0; }
    .nav-burger-btn.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
    #nav-mobile-menu {
      position: fixed; top: 64px; left: 0; right: 0; z-index: 999;
      background: var(--mint); box-shadow: 0 8px 24px rgba(0,0,0,0.15);
      display: flex; flex-direction: column;
      max-height: 0; overflow: hidden; transition: max-height 0.25s ease;
    }
    #nav-mobile-menu.open { max-height: 220px; }
    #nav-mobile-menu a {
      color: var(--white); text-decoration: none; font-family: 'Poppins', sans-serif;
      font-weight: 600; font-size: 1rem; padding: 1rem 1.5rem;
      border-top: 1px solid rgba(255,255,255,0.15);
    }

    @media (max-width: 860px) {
      .matrix-wrap { overflow-x: visible; }
      table.matrix { display: none; }
      .matrix-mobile { display: block; }
    }
    @media (min-width: 861px) {
      .matrix-mobile { display: none; }
    }
    .matrix-mobile-card {
      background: var(--white); border-radius: var(--radius);
      box-shadow: var(--shadow); margin-bottom: 1.5rem; overflow: hidden;
    }
    .matrix-mobile-cat {
      padding: 0.85rem 1.25rem; display: flex; align-items: center; gap: 0.75rem;
      border-bottom: 1px solid #F3F4F6;
    }
    .matrix-mobile-cat-desc { font-size: 0.8rem; color: var(--gray); font-style: italic; }
    .matrix-mobile-header {
      display: grid; grid-template-columns: 1fr 1fr 1fr;
      padding: 0.6rem 1rem; background: var(--gray-light);
      font-size: 0.75rem; font-weight: 700; color: var(--gray);
      border-bottom: 2px solid #E5E7EB;
    }
    .matrix-mobile-row {
      display: grid; grid-template-columns: 1fr 1fr 1fr;
      padding: 0.75rem 1rem; border-bottom: 1px solid #F3F4F6;
      align-items: center; font-size: 0.82rem;
    }
    .matrix-mobile-row:last-child { border-bottom: none; }
    .matrix-mobile-feat { color: var(--text); line-height: 1.4; }
    .matrix-mobile-val { text-align: center; font-size: 0.88rem; }
    .matrix-mobile-price {
      display: grid; grid-template-columns: 1fr 1fr;
      padding: 1rem; gap: 0.75rem; border-top: 2px solid #E5E7EB;
    }
    .matrix-mobile-price-col {
      display: flex; flex-direction: column;
    }
    .matrix-mobile-price-col .matrix-mobile-cta-starter,
    .matrix-mobile-price-col .matrix-mobile-cta-pro {
      margin-top: auto;
    }
    .matrix-mobile-cta-starter {
      background: var(--amber); color: var(--text);
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.82rem;
      padding: 0.7rem 0.75rem; border-radius: 100px; text-decoration: none;
      text-align: center; display: block;
    }
    .matrix-mobile-cta-pro {
      background: var(--white); color: var(--text);
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.82rem;
      padding: 0.7rem 0.75rem; border-radius: 100px; text-decoration: none;
      text-align: center; display: block; border: 2px solid var(--text);
    }
  

/* ── UNTERSEITEN ── */

/* ── datenschutz.html ── */

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Poppins', sans-serif; color: #202636; background: #fff; line-height: 1.7; }

    :root {
      --mint: #2DD4C2; --mint-dark: #22B5A5; --mint-light: #E6FAF8;
      --amber: #F59E0B; --text: #202636; --gray: #6B7280; --white: #fff;
    }

    /* NAV */
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #2DD4C2; height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; box-shadow: 0 2px 16px rgba(45,212,194,0.25); }
    .nav-logo { display: flex; align-items: center; text-decoration: none; }
    .nav-back { font-size: 0.88rem; color: rgba(255,255,255,0.9); font-weight: 600; text-decoration: none; transition: opacity 0.2s; }
    .nav-back:hover { opacity: 0.75; }

    /* HERO */
    .page-hero {
      padding-top: 64px; background: var(--mint);
      padding-bottom: 3rem; text-align: center;
    }
    .page-hero .breadcrumb {
      padding-top: 2rem; font-size: 0.82rem; color: rgba(255,255,255,0.7);
      margin-bottom: 1rem;
    }
    .page-hero .breadcrumb a { color: rgba(255,255,255,0.9); text-decoration: none; }
    .page-hero .breadcrumb span { margin: 0 0.4rem; }
    .page-hero h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--white); margin-bottom: 0.5rem; }
    .page-hero .stand { font-size: 0.88rem; color: rgba(255,255,255,0.7); }

    /* CONTENT */
    .content { max-width: 760px; margin: 0 auto; padding: 3.5rem 1.5rem 5rem; }
    .content h2 {
      font-size: 1.15rem; font-weight: 700; color: var(--text);
      margin: 2.5rem 0 0.75rem; padding-bottom: 0.5rem;
      border-bottom: 2px solid var(--mint-light);
    }
    .content h3 { font-size: 1rem; font-weight: 700; color: var(--text); margin: 1.5rem 0 0.5rem; }
    .content p { font-size: 0.95rem; color: var(--gray); margin-bottom: 0.85rem; line-height: 1.75; }
    .content ul { margin: 0.5rem 0 1rem 1.25rem; }
    .content ul li { font-size: 0.95rem; color: var(--gray); line-height: 1.75; margin-bottom: 0.4rem; }
    .content strong { color: var(--text); font-weight: 600; }
    .content a { color: var(--mint-dark); font-weight: 600; }
    .highlight-box {
      background: var(--mint-light); border-left: 3px solid var(--mint);
      border-radius: 8px; padding: 1rem 1.25rem; margin: 1rem 0;
      font-size: 0.92rem; color: var(--text); line-height: 1.65;
    }

    /* FOOTER */
    footer { background: var(--text); color: rgba(255,255,255,0.55); padding: 2.5rem 1.5rem; text-align: center; }
    .footer-logo { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.25rem; }
    .footer-logo span:first-child { color: #fff; }
    .footer-logo span:last-child { color: var(--mint); }
    .footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-bottom: 1.25rem; }
    .footer-links { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; font-size: 0.82rem; }
    .footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
    .footer-links a:hover { color: var(--mint); }
    .footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 1.25rem; }
  
/* ── impressum.html ── */

    :root {
      --mint: #2dd4c2;
      --blue: #028AC7;
      --text: #1a2035;
      --gray: #6b7280;
      --white: #ffffff;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: 'Poppins', sans-serif;
      color: var(--text);
      background: #f7f9fb;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    /* NAV */
    nav {
      position: sticky;
      top: 0;
      background: #2DD4C2;
      backdrop-filter: none;
      border-bottom: none;
      padding: 0 2rem;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 100;
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      text-decoration: none;
    }

    .nav-logo img { height: 28px; width: auto; }

    .nav-logo-text {
      font-weight: 800;
      font-size: 1.2rem;
      color: var(--text);
    }

    .nav-back {
      font-size: 0.85rem;
      color: rgba(255,255,255,0.9);
      font-weight: 600;
      text-decoration: none;
      transition: opacity 0.2s;
    }
    .nav-back:hover { opacity: 0.75; }

    /* MAIN */
    main {
      flex: 1;
      max-width: 760px;
      margin: 5rem auto;
      padding: 0 1.5rem 4rem;
      width: 100%;
    }

    .page-label {
      font-size: 0.78rem;
      font-weight: 600;
      color: var(--mint);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 0.5rem;
    }

    h1 {
      font-size: 2rem;
      font-weight: 800;
      color: var(--text);
      margin-bottom: 0.5rem;
      line-height: 1.2;
    }

    .subtitle {
      font-size: 0.9rem;
      color: var(--gray);
      margin-bottom: 3rem;
    }

    .card {
      background: white;
      border-radius: 16px;
      padding: 2rem 2.5rem;
      box-shadow: 0 2px 16px rgba(26,32,53,0.06);
      margin-bottom: 1.5rem;
    }

    h2 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 1rem;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid var(--mint);
      display: inline-block;
    }

    p {
      font-size: 0.9rem;
      color: #374151;
      line-height: 1.7;
      margin-bottom: 0.75rem;
    }

    p:last-child { margin-bottom: 0; }

    a {
      color: var(--mint);
      text-decoration: none;
      font-weight: 500;
    }

    a:hover { text-decoration: underline; }

    .address-block {
      font-size: 0.9rem;
      color: #374151;
      line-height: 1.9;
    }

    /* FOOTER */
    footer { background: #202636; color: rgba(255,255,255,0.55); padding: 2.5rem 1.5rem; text-align: center; }
    .footer-logo { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.25rem; }
    .footer-logo span:first-child { color: #fff; }
    .footer-logo span:last-child { color: #2DD4C2; }
    .footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-bottom: 1.25rem; }
    .footer-links { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; font-size: 0.82rem; }
    .footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
    .footer-links a:hover { color: #2DD4C2; }
    .footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 1.25rem; }

    .footer-logo-img { height: 26px; width: auto; margin-bottom: 0.75rem; }

    .footer-parent {
      font-size: 0.8rem;
      margin-bottom: 1.25rem;
    }

    .footer-parent a { color: var(--mint); text-decoration: none; }

    .footer-links {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      font-size: 0.8rem;
      flex-wrap: wrap;
    }

    .footer-links a {
      color: rgba(255,255,255,0.4);
      text-decoration: none;
      transition: color 0.2s;
    }

    .footer-links a:hover { color: var(--mint); }

    @media (max-width: 600px) {
      h1 { font-size: 1.5rem; }
      .card { padding: 1.5rem; }
    }
  
/* ── nutzungsbedingungen.html ── */

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Poppins', sans-serif; color: #202636; background: #fff; line-height: 1.7; }

    :root {
      --mint: #2DD4C2; --mint-dark: #22B5A5; --mint-light: #E6FAF8;
      --amber: #F59E0B; --text: #202636; --gray: #6B7280; --white: #fff;
    }

    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #2DD4C2; height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; box-shadow: 0 2px 16px rgba(45,212,194,0.25); }
    .nav-logo { display: flex; align-items: center; text-decoration: none; }
    .nav-back { font-size: 0.88rem; color: rgba(255,255,255,0.9); font-weight: 600; text-decoration: none; transition: opacity 0.2s; }
    .nav-back:hover { opacity: 0.75; }

    .page-hero {
      padding-top: 64px; background: var(--mint);
      padding-bottom: 3rem; text-align: center;
    }
    .page-hero .breadcrumb {
      padding-top: 2rem; font-size: 0.82rem; color: rgba(255,255,255,0.7); margin-bottom: 1rem;
    }
    .page-hero .breadcrumb a { color: rgba(255,255,255,0.9); text-decoration: none; }
    .page-hero .breadcrumb span { margin: 0 0.4rem; }
    .page-hero h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--white); margin-bottom: 0.5rem; }
    .page-hero .stand { font-size: 0.88rem; color: rgba(255,255,255,0.7); }

    .content { max-width: 760px; margin: 0 auto; padding: 3.5rem 1.5rem 5rem; }
    .content h2 {
      font-size: 1.15rem; font-weight: 700; color: var(--text);
      margin: 2.5rem 0 0.75rem; padding-bottom: 0.5rem;
      border-bottom: 2px solid var(--mint-light);
    }
    .content p { font-size: 0.95rem; color: var(--gray); margin-bottom: 0.85rem; line-height: 1.75; }
    .content ul { margin: 0.5rem 0 1rem 1.25rem; }
    .content ul li { font-size: 0.95rem; color: var(--gray); line-height: 1.75; margin-bottom: 0.5rem; }
    .content strong { color: var(--text); font-weight: 600; }
    .content a { color: var(--mint-dark); font-weight: 600; }
    .highlight-box {
      background: var(--mint-light); border-left: 3px solid var(--mint);
      border-radius: 8px; padding: 1rem 1.25rem; margin: 1rem 0;
      font-size: 0.92rem; color: var(--text); line-height: 1.65;
    }
    .warning-box {
      background: #FEF3C7; border-left: 3px solid var(--amber);
      border-radius: 8px; padding: 1rem 1.25rem; margin: 1rem 0;
      font-size: 0.92rem; color: var(--text); line-height: 1.65;
    }

    footer { background: var(--text); color: rgba(255,255,255,0.55); padding: 2.5rem 1.5rem; text-align: center; }
    .footer-logo { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.25rem; }
    .footer-logo span:first-child { color: #fff; }
    .footer-logo span:last-child { color: var(--mint); }
    .footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-bottom: 1.25rem; }
    .footer-links { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; font-size: 0.82rem; }
    .footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
    .footer-links a:hover { color: var(--mint); }
    .footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 1.25rem; }
  
/* ── cookie-richtlinie.html ── */

    :root { --mint: #2dd4c2; --blue: #028AC7; --text: #1a2035; --gray: #6b7280; }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Poppins', sans-serif; color: var(--text); background: #f7f9fb; min-height: 100vh; display: flex; flex-direction: column; }
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #2DD4C2; height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; box-shadow: 0 2px 16px rgba(45,212,194,0.25); }
    .nav-logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }
    .nav-logo img { height: 28px; width: auto; }
    .nav-logo-text { font-weight: 800; font-size: 1.2rem; color: var(--text); }
    .nav-back { font-size: 0.85rem; color: rgba(255,255,255,0.9); text-decoration: none; transition: opacity 0.2s; font-weight: 600; }
    .nav-back:hover { opacity: 0.75; }
    main { flex: 1; max-width: 760px; margin: 5rem auto; padding: 0 1.5rem 4rem; width: 100%; }
    .page-label { font-size: 0.78rem; font-weight: 600; color: var(--mint); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
    h1 { font-size: 2rem; font-weight: 800; color: var(--text); margin-bottom: 0.5rem; line-height: 1.2; }
    .subtitle { font-size: 0.9rem; color: var(--gray); margin-bottom: 3rem; }
    .card { background: white; border-radius: 16px; padding: 2rem 2.5rem; box-shadow: 0 2px 16px rgba(26,32,53,0.06); margin-bottom: 1.5rem; }
    h2 { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--mint); display: inline-block; }
    h3 { font-size: 0.92rem; font-weight: 700; color: var(--text); margin: 1.25rem 0 0.5rem; }
    p { font-size: 0.9rem; color: #374151; line-height: 1.7; margin-bottom: 0.75rem; }
    p:last-child { margin-bottom: 0; }
    ul { margin: 0.5rem 0 0.75rem 1.25rem; }
    ul li { font-size: 0.9rem; color: #374151; line-height: 1.7; margin-bottom: 0.25rem; }
    a { color: var(--mint); text-decoration: none; font-weight: 500; }
    a:hover { text-decoration: underline; }
    code { font-size: 0.82rem; background: #f3f4f6; padding: 0.1rem 0.35rem; border-radius: 4px; }
    .cookie-table { width: 100%; border-collapse: collapse; margin-top: 1rem; font-size: 0.85rem; }
    .cookie-table th { background: #f0fdf9; color: var(--text); font-weight: 600; padding: 0.6rem 0.85rem; text-align: left; border-bottom: 2px solid var(--mint); }
    .cookie-table td { padding: 0.6rem 0.85rem; border-bottom: 1px solid #f3f4f6; color: #374151; vertical-align: top; }
    .cookie-table tr:last-child td { border-bottom: none; }
    .badge { display: inline-block; font-size: 0.72rem; font-weight: 600; padding: 0.15rem 0.5rem; border-radius: 100px; white-space: nowrap; }
    .badge-required { background: #e0fdf4; color: #065f46; }
    .badge-optional { background: #fef3c7; color: #92400e; }
    footer { background: #202636; color: rgba(255,255,255,0.55); padding: 2.5rem 1.5rem; text-align: center; }
    .footer-logo { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.25rem; }
    .footer-logo span:first-child { color: #fff; }
    .footer-logo span:last-child { color: #2DD4C2; }
    .footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-bottom: 1.25rem; }
    .footer-links { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; font-size: 0.82rem; }
    .footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
    .footer-links a:hover { color: #2DD4C2; }
    .footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 1.25rem; }
    @media (max-width: 600px) { h1 { font-size: 1.5rem; } .card { padding: 1.5rem; } .cookie-table { font-size: 0.78rem; } }
  

/* ── MUSTER SECTION ── */
.muster-section {
  display: block !important;
  padding: 4rem 0;
  background: var(--mint-light);
  border-top: 1px solid rgba(45,212,194,0.15);
}
.muster-inner { text-align: center; }
.muster-inner h3 { font-size: 1.3rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.muster-inner p { font-size: 0.92rem; color: var(--gray); margin-bottom: 1.5rem; }

/* ── WPFORMS CI STYLES ── */
.wpforms-field-label { font-family: 'Poppins', sans-serif !important; font-weight: 600 !important; font-size: 0.82rem !important; color: #202636 !important; }
.wpforms-field input, .wpforms-field select, .wpforms-field textarea { border: 1.5px solid #E5E7EB !important; border-radius: 10px !important; font-family: 'Poppins', sans-serif !important; font-size: 0.92rem !important; padding: 0.7rem 1rem !important; width: 100% !important; }
.wpforms-field input:focus, .wpforms-field select:focus { border-color: #2DD4C2 !important; outline: none !important; }

/* ── BREVO DEMO FORM OVERRIDES ── */
#demo-overlay #sib-container a {
  color: #F59E0B !important;
  text-decoration: underline !important;
}
#demo-overlay .sib-form-block[style*="font-size:32px"],
#demo-overlay .sib-form-block[style*="font-size: 32px"] {
  font-size: 32px !important;
}

/* ── BLOG-BEITRAG: WIEDERVERWENDBARE VISUELLE BAUSTEINE ── */
/* Für manuell verfasste Beiträge (Recht & Compliance, Produkt-News, Events).
   Einfach als HTML-Snippet mit diesen Klassen in den Code-Editor einfügen. */

.post-stats-row {
  display: flex; gap: 1rem; flex-wrap: wrap; margin: 2rem 0;
}
.post-stat {
  flex: 1; min-width: 140px; background: var(--gray-light);
  border-radius: 14px; padding: 1.4rem 1rem; text-align: center;
}
.post-stat .post-stat-num {
  font-size: 1.9rem; font-weight: 800; color: var(--mint-dark); display: block;
}
.post-stat .post-stat-label {
  font-size: 0.8rem; color: var(--gray); margin-top: 0.35rem; line-height: 1.3;
}

.post-steps { margin: 2rem 0; }
.post-step {
  display: flex; gap: 1rem; margin-bottom: 1.4rem; align-items: flex-start;
}
.post-step .post-step-badge {
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%;
  background: var(--mint); color: #fff; font-weight: 700; font-size: 0.95rem;
  display: flex; align-items: center; justify-content: center;
}
.post-step .post-step-body strong {
  display: block; color: var(--text); margin-bottom: 0.2rem;
}
.post-step .post-step-body span { color: var(--gray); font-size: 0.92rem; }

.post-callout {
  border-left: 4px solid var(--mint); background: var(--mint-light);
  border-radius: 8px; padding: 1.1rem 1.4rem; margin: 1.75rem 0;
}
.post-callout.warning { border-left-color: var(--amber); background: #FEF3C7; }
.post-callout strong { color: var(--text); }

.post-checklist { list-style: none; margin: 1.5rem 0; padding: 0; }
.post-checklist li {
  display: flex; gap: 0.7rem; margin-bottom: 0.85rem; align-items: flex-start;
}
.post-checklist li::before {
  content: "✓"; color: var(--mint-dark); font-weight: 700; flex-shrink: 0;
}

.post-cta-box {
  background: linear-gradient(180deg, #2DD4C2, #028AC7);
  border-radius: 20px; padding: 2.5rem 2rem; text-align: center; margin: 3rem 0;
}
.post-cta-box h3 { color: #fff; font-size: 1.4rem; font-weight: 800; margin-bottom: 0.6rem; }
.post-cta-box p { color: rgba(255,255,255,0.9); margin-bottom: 1.5rem; }
.post-cta-box .post-cta-note { font-size: 0.8rem; color: rgba(255,255,255,0.75); margin-top: 1rem; }

/* ── COOKIE BANNER ── */
#tipgood-cookie-banner {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 9999;
  max-width: 640px; margin: 0 auto;
  background: #fff; border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  padding: 1.5rem; font-family: 'Poppins', sans-serif;
  display: none;
}
#tipgood-cookie-banner.visible { display: block; }
#tipgood-cookie-banner p { font-size: 0.88rem; color: #374151; line-height: 1.6; margin: 0 0 1.1rem; }
#tipgood-cookie-banner a { color: #2DD4C2; font-weight: 600; text-decoration: none; }
.tipgood-cookie-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.tipgood-cookie-btn {
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.85rem;
  padding: 0.65rem 1.4rem; border-radius: 100px; border: none; cursor: pointer;
}
.tipgood-cookie-btn.accept { background: var(--amber); color: var(--text); }
.tipgood-cookie-btn.accept:hover { background: var(--amber-dark); }
.tipgood-cookie-btn.reject { background: transparent; color: var(--text); border: 1.5px solid #E5E7EB; }
.tipgood-cookie-btn.reject:hover { border-color: var(--text); }
@media (max-width: 480px) {
  .tipgood-cookie-actions { flex-direction: column; }
  .tipgood-cookie-btn { width: 100%; }
}

/* ── ROI-RECHNER ── */
.roi-section { background: #F3F4F6; padding: 5rem 0; }
.roi-intro { text-align: center; margin-bottom: 3rem; }
.roi-intro .section-sub { margin: 0 auto; }
.roi-calculator {
  background: var(--white); border-radius: 24px; padding: 2.5rem;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08); max-width: 980px; margin: 0 auto;
}
.roi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.roi-inputs { display: flex; flex-direction: column; gap: 1.25rem; }
.roi-field label {
  display: block; font-size: 0.82rem; font-weight: 600; color: var(--text);
  margin-bottom: 0.4rem;
}
.roi-field input, .roi-field select {
  width: 100%; font-family: 'Poppins', sans-serif; font-size: 0.95rem;
  padding: 0.7rem 0.9rem; border: 1.5px solid #E5E7EB; border-radius: 10px;
  color: var(--text); background: var(--white);
}
.roi-field input:focus, .roi-field select:focus {
  outline: none; border-color: var(--mint);
}
.roi-results { background: var(--gray-light); border-radius: 16px; padding: 1.75rem; }
.roi-results-title { font-size: 0.82rem; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 1.25rem; }
.roi-result-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 0.75rem 0; border-bottom: 1px solid #E5E7EB;
}
.roi-result-row:last-child { border-bottom: none; }
.roi-result-label { font-size: 0.88rem; color: var(--text); }
.roi-result-value { font-size: 1.15rem; font-weight: 800; color: var(--mint-dark); }
.roi-result-value.negative { color: var(--amber-dark); }
.roi-result-highlight {
  margin-top: 1rem; padding-top: 1.25rem; border-top: 2px solid var(--mint);
  display: flex; justify-content: space-between; align-items: baseline;
}
.roi-result-highlight .roi-result-label { font-weight: 700; font-size: 0.95rem; }
.roi-result-highlight .roi-result-value { font-size: 1.5rem; }
.roi-risk-badge {
  display: inline-block; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.7rem;
  border-radius: 100px; background: var(--mint); color: var(--white);
}
.roi-scenarios-toggle {
  text-align: center; margin-top: 2rem; font-size: 0.88rem; font-weight: 600;
  color: var(--mint-dark); cursor: pointer; text-decoration: underline;
}
.roi-scenarios { max-width: 980px; margin: 2rem auto 0; display: none; }
.roi-scenarios.visible { display: block; }
.roi-scenarios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.roi-scenario-card {
  background: var(--white); border-radius: 16px; padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.roi-scenario-badge {
  display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em;
  color: var(--white); background: var(--mint); padding: 0.2rem 0.6rem; border-radius: 100px;
  margin-bottom: 0.85rem;
}
.roi-scenario-title { font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.roi-scenario-detail { font-size: 0.85rem; color: var(--gray); line-height: 1.6; margin-bottom: 0.5rem; }
.roi-scenario-ideal { font-size: 0.8rem; font-weight: 600; color: var(--mint-dark); }
.roi-disagio-note {
  margin-top: 1.5rem; font-size: 0.85rem; color: var(--gray); line-height: 1.6;
  text-align: center; max-width: 640px; margin-left: auto; margin-right: auto;
}
@media (max-width: 780px) {
  .roi-grid { grid-template-columns: 1fr; }
  .roi-scenarios-grid { grid-template-columns: 1fr; }
  .roi-calculator { padding: 1.5rem; }
}

/* ── PARTNER-LOGO-BAND (automatisch, endlos scrollend) ── */
.logo-band-wrap {
  width: 100%; overflow: hidden;
  padding: 2rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.logo-band-track {
  display: flex; align-items: center; gap: 4rem; width: max-content;
  animation: logoBandScroll 28s linear infinite;
}
.logo-band-wrap:hover .logo-band-track { animation-play-state: paused; }
.logo-band-item {
  height: 32px; width: auto; object-fit: contain;
  filter: grayscale(100%); opacity: 0.55; transition: all 0.2s;
}
.logo-band-item:hover { filter: grayscale(0%); opacity: 1; }
@keyframes logoBandScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 640px) {
  .logo-band-item { height: 24px; }
  .logo-band-track { gap: 2.5rem; }
}

/* ── PREIS-KALKULATOR (unter der Pricing-Tabelle) ── */
.pricecalc-section { background: var(--mint-light); padding: 4rem 0; }
.pricecalc-box {
  background: var(--white); border-radius: 24px; padding: 2.5rem;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08); max-width: 720px; margin: 0 auto;
}
.pricecalc-label {
  font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 0.75rem; display: block;
}
.pricecalc-slider-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.75rem; }
.pricecalc-slider-row input[type="range"] { flex: 1; accent-color: var(--amber); }
.pricecalc-slider-value {
  font-weight: 800; color: var(--text); font-size: 1.1rem; min-width: 70px; text-align: right;
}
.pricecalc-result {
  background: var(--gray-light); border-radius: 16px; padding: 1.5rem; text-align: center; margin-bottom: 1.75rem;
}
.pricecalc-result-formula { font-size: 0.85rem; color: var(--gray); margin-bottom: 0.4rem; }
.pricecalc-result-total { font-size: 2rem; font-weight: 800; color: var(--mint-dark); }
.pricecalc-result-total .pricecalc-total-number { font-size: 2rem; font-weight: 800; }
.pricecalc-result-total .pricecalc-total-euro { font-size: 1.3rem; font-weight: 700; }
.pricecalc-result-total .pricecalc-total-suffix { font-size: 1rem; font-weight: 600; color: var(--gray); }
.pricecalc-trust-list { list-style: none; margin: 0; padding: 0; }
.pricecalc-trust-list li {
  display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.7rem;
  font-size: 0.88rem; color: var(--text); line-height: 1.5;
}
.pricecalc-trust-list li::before { content: "✓"; color: var(--mint-dark); font-weight: 700; flex-shrink: 0; }
.pricecalc-flex-note { text-align: center; font-size: 0.82rem; color: var(--gray); margin-top: 1.5rem; }

/* ── PRICING TOGGLE (Monatlich/Jährlich) ── */
.pricing-toggle {
  display: inline-flex; gap: 0.4rem; background: var(--gray-light);
  border-radius: 100px; padding: 0.3rem; margin-top: 1.25rem;
}
.pricing-toggle-btn {
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.85rem;
  padding: 0.55rem 1.2rem; border-radius: 100px; border: none; cursor: pointer;
  background: transparent; color: var(--gray); display: flex; align-items: center; gap: 0.4rem;
  transition: all 0.15s;
}
.pricing-toggle-btn.active { background: var(--white); color: var(--text); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.pricing-toggle-badge {
  background: var(--mint-light); color: var(--mint-dark); font-size: 0.68rem; font-weight: 700;
  padding: 0.15rem 0.5rem; border-radius: 100px;
}

/* ── MOBILE-FIXES ── */
@media (max-width: 600px) {
  .mustertext-cta-btn {
    white-space: normal !important; max-width: 100%; width: 100%;
    font-size: 0.8rem !important; line-height: 1.3; text-align: center;
  }
}

/* ── PRICING-KACHELN (Starter/Pro, toggle-reaktiv) ── */
.pricing-tiles-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
  max-width: 900px; margin: 3rem auto 0; align-items: stretch;
}
.pricing-tile {
  background: var(--white); border-radius: 20px; padding: 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08); display: flex; flex-direction: column;
}
.pricing-tile-badge {
  display: inline-block; align-self: flex-start; font-size: 0.7rem; font-weight: 800;
  letter-spacing: 0.04em; padding: 0.3rem 0.8rem; border-radius: 100px; margin-bottom: 1rem;
}
.pricing-tile-badge-starter { background: var(--mint-light); color: var(--mint-dark); }
.pricing-tile-badge-pro { background: #FEF3C7; color: #92400E; }
.pricing-tile-title { font-size: 1.15rem; font-weight: 700; color: var(--text); margin: 0 0 0.6rem; }
.pricing-tile-price { font-size: 2.2rem; font-weight: 800; color: var(--text); line-height: 1; }
.pricing-tile-price-unit { font-size: 1rem; font-weight: 600; color: var(--gray); }
.pricing-tile-price-extra { font-size: 0.85rem; color: var(--gray); margin: 0.3rem 0 0; }
.pricing-tile-subtext { font-size: 0.8rem; color: var(--gray); margin: 0.5rem 0 0; }
.pricing-tile-cta-pro {
  appearance: none; -webkit-appearance: none; border: none; display: block; width: 100%;
  font-family: 'Poppins', sans-serif; font-weight: 700; text-decoration: none; cursor: pointer;
  background: var(--amber); color: var(--text); font-size: 0.95rem; padding: 0.85rem 1.5rem;
  border-radius: 100px; text-align: center; margin: 1.25rem 0 1.5rem; transition: all 0.2s;
}
.pricing-tile-cta-pro:hover { background: var(--amber-dark); }
.pricing-tile-divider { border-top: 1px solid #E5E7EB; margin-bottom: 1.25rem; }
.pricing-tile-goodtoknow { font-size: 0.8rem; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1rem; }
.pricing-tile-bullets { list-style: none; margin: 0; padding: 0; flex: 1; }
.pricing-tile-bullets li { display: flex; gap: 0.6rem; margin-bottom: 0.85rem; font-size: 0.88rem; color: var(--text); line-height: 1.5; }
.pricing-tile-bullets li:last-child { margin-bottom: 0; }
.pricing-tile-bullets .check { color: var(--mint-dark); font-weight: 700; flex-shrink: 0; }
@media (max-width: 720px) {
  .pricing-tiles-grid { grid-template-columns: 1fr; max-width: 480px; }
}
