/* ── HV Landing — scoped styles, built on Veloro design tokens ── */
      .hv-hero {
        background: var(--grad-hero);
        position: relative;
        overflow: hidden;
        padding: 140px 0 90px;
      }
      .hv-hero .container { position: relative; z-index: 1; }
      .hv-hero-inner { max-width: 820px; }
      .hv-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.78rem;
        font-weight: 700;
        color: var(--green-dark);
        margin-bottom: 22px;
        padding: 7px 16px 7px 12px;
        background: rgba(255, 255, 255, 0.7);
        border: 1px solid rgba(0, 200, 117, 0.22);
        border-radius: 100px;
        backdrop-filter: blur(8px);
      }
      .hv-eyebrow .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--green);
        box-shadow: 0 0 0 4px rgba(0, 200, 117, 0.18);
      }
      .hv-hero h1 {
        font-size: clamp(2.2rem, 5vw, 3.7rem);
        line-height: 1.05;
        letter-spacing: -0.04em;
        color: var(--dark);
        font-weight: 900;
      }
      .hv-hero h1 .accent {
        /* Solides Grün statt Gradient-Text-Clip:
           -webkit-background-clip:text rendert in Safari beim ersten Paint
           (Webfont noch am Laden) gern transparent = unsichtbar. Reload „fixte" es.
           Solider Brand-Grünton sieht praktisch identisch aus und kann nie verschwinden. */
        color: #00C875;
      }
      .hv-hero-sub {
        font-size: clamp(1.05rem, 1.6vw, 1.3rem);
        color: var(--text);
        margin-top: 26px;
        max-width: 640px;
        line-height: 1.6;
      }
      .hv-hero-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 34px;
      }
      .hv-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--dark2);
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: 100px;
        padding: 9px 16px;
        box-shadow: var(--shadow-xs);
      }
      .hv-pill svg { color: var(--green); flex-shrink: 0; }
      .hv-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 38px;
        align-items: center;
      }
      .hv-hero-actions .muted {
        font-size: 0.85rem;
        color: var(--muted);
        font-weight: 600;
      }

      /* Feature sections */
      .hv-features { padding: 90px 0; background: var(--white); }
      .hv-feature {
        display: grid;
        grid-template-columns: 64px 1fr;
        gap: 24px;
        align-items: start;
        padding: 38px 0;
        border-top: 1px solid var(--line);
      }
      .hv-feature:first-of-type { border-top: none; }
      .hv-feature-icon {
        width: 64px;
        height: 64px;
        border-radius: var(--r-lg);
        background: var(--green-bg);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--green-dark);
      }
      .hv-feature-num {
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.18em;
        color: var(--green-dark);
        text-transform: uppercase;
      }
      .hv-feature-body h3 {
        font-size: clamp(1.3rem, 2.2vw, 1.7rem);
        letter-spacing: -0.03em;
        color: var(--dark);
        margin: 8px 0 12px;
        font-weight: 800;
      }
      .hv-feature-body p {
        font-size: 1rem;
        color: var(--text);
        line-height: 1.7;
        max-width: 660px;
      }
      .hv-feature-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 16px;
      }
      .hv-tag {
        font-size: 0.78rem;
        font-weight: 600;
        color: var(--green-deep);
        background: var(--green-bg2);
        border-radius: 8px;
        padding: 5px 11px;
      }

      /* Trust band */
      .hv-trust { padding: 80px 0; background: var(--off-white); }
      .hv-trust-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 48px;
      }
      .hv-trust-card {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        padding: 30px 28px;
        box-shadow: var(--shadow-xs);
      }
      .hv-trust-card .big {
        font-size: 2rem;
        font-weight: 900;
        color: var(--dark);
        letter-spacing: -0.03em;
        margin-bottom: 8px;
      }
      .hv-trust-card .big span { color: var(--green); }
      .hv-trust-card p { font-size: 0.92rem; color: var(--text); line-height: 1.6; }

      /* Pricing */
      .hv-pricing { padding: 90px 0; background: var(--white); }
      .hv-price-card {
        max-width: 720px;
        margin: 48px auto 0;
        background: var(--grad-hero);
        border: 1px solid rgba(0, 200, 117, 0.25);
        border-radius: var(--r-xl);
        padding: 48px 44px;
        text-align: center;
        box-shadow: var(--shadow-md);
      }
      .hv-price-card .from { font-size: 0.85rem; font-weight: 700; color: var(--green-dark); letter-spacing: 0.1em; text-transform: uppercase; }
      .hv-price-card .amount {
        font-size: clamp(2.6rem, 6vw, 3.6rem);
        font-weight: 900;
        color: var(--dark);
        letter-spacing: -0.04em;
        margin: 10px 0 4px;
      }
      .hv-price-card .amount small { font-size: 1.1rem; font-weight: 700; color: var(--muted); }
      .hv-price-card .note { font-size: 1rem; color: var(--text); max-width: 480px; margin: 14px auto 0; line-height: 1.6; }
      .hv-price-features {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 24px;
        margin: 28px 0 32px;
      }
      .hv-price-features span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--dark2);
      }
      .hv-price-features svg { color: var(--green); }

      /* Form section */
      .hv-form-section { padding: 90px 0 110px; background: var(--off-white); }
      .hv-form-wrapper {
        max-width: 680px;
        margin: 48px auto 0;
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--r-xl);
        padding: 44px;
        box-shadow: var(--shadow-md);
      }
      .hv-form .form-group { margin-bottom: 1.4rem; }
      .hv-form .form-row { display: flex; gap: 1.2rem; }
      .hv-form .form-row .form-group { flex: 1; }
      .hv-form label {
        display: block;
        font-size: 0.92rem;
        font-weight: 700;
        color: var(--dark2);
        margin-bottom: 0.5rem;
      }
      .hv-form input,
      .hv-form select,
      .hv-form textarea {
        width: 100%;
        font-family: var(--font);
        font-size: 1rem;
        color: var(--dark);
        padding: 0.85rem 1rem;
        border: 1px solid var(--line-dark);
        border-radius: var(--r);
        background: var(--white);
        transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
      }
      .hv-form input:focus,
      .hv-form select:focus,
      .hv-form textarea:focus {
        outline: none;
        border-color: var(--green);
        box-shadow: 0 0 0 4px var(--green-glow);
      }
      .hv-form textarea { min-height: 120px; resize: vertical; }
      .hv-form .phone-wrap { display: flex; gap: 0.6rem; }
      .hv-form .phone-wrap select { width: 130px; flex-shrink: 0; }
      .hv-form .checkbox-group label {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-weight: 500;
        font-size: 0.9rem;
        color: var(--text);
        line-height: 1.5;
      }
      .hv-form .checkbox-group input { width: auto; margin-top: 3px; }
      .hv-form .checkbox-group a { color: var(--green-dark); font-weight: 600; text-decoration: underline; }
      .hv-form .btn-primary-green { width: 100%; justify-content: center; font-size: 1rem; padding: 16px; margin-top: 8px; }
      .hv-form-section .section-header { text-align: center; }
      .hv-form-section .section-header .section-label { justify-content: center; }

      /* ── Explainer Video ── */
      .hv-video-section { padding: 90px 0 60px; background: var(--white); }
      .hv-video-wrap {
        max-width: 1040px;
        margin: 40px auto 0;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: var(--shadow-lg), 0 40px 100px -20px rgba(0,0,0,0.18);
        background: #000;
        position: relative;
        aspect-ratio: 16 / 9;
      }
      .hv-video-wrap video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
      }
      .hv-video-section .section-header { text-align: center; }
      @media (max-width: 768px) {
        .hv-video-section { padding: 60px 0 40px; }
        .hv-video-wrap { margin-top: 28px; border-radius: 12px; }
      }

      /* ── Screenshot Showcase ── */
      .hv-showcase { padding: 90px 0; background: var(--off-white); }
      .hv-shots {
        display: flex;
        flex-direction: column;
        gap: 72px;
        margin-top: 56px;
      }
      .hv-shot { max-width: 980px; margin: 0 auto; width: 100%; }
      .hv-browser {
        border-radius: 14px;
        overflow: hidden;
        border: 1px solid var(--line);
        background: var(--white);
        box-shadow: var(--shadow-lg);
        transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
      }
      .hv-shot:hover .hv-browser { transform: translateY(-4px); box-shadow: var(--shadow-lg), 0 30px 70px rgba(0,0,0,0.10); }
      .hv-browser-bar {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 12px 16px;
        background: #F2F2F6;
        border-bottom: 1px solid var(--line);
      }
      .hv-browser-dots { display: flex; gap: 7px; }
      .hv-browser-dots span { width: 12px; height: 12px; border-radius: 50%; display: block; }
      .hv-browser-dots span:nth-child(1) { background: #FF5F57; }
      .hv-browser-dots span:nth-child(2) { background: #FEBC2E; }
      .hv-browser-dots span:nth-child(3) { background: #28C840; }
      .hv-browser-url {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
        font-size: 0.82rem;
        font-weight: 600;
        color: var(--muted);
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 6px 14px;
        max-width: 320px;
        margin: 0 auto;
      }
      .hv-browser-url svg { color: var(--green); flex-shrink: 0; }
      .hv-browser img { display: block; width: 100%; height: auto; }
      .hv-shot-caption {
        text-align: center;
        font-size: 0.98rem;
        color: var(--text);
        line-height: 1.6;
        margin: 20px auto 0;
        max-width: 600px;
      }
      .hv-shot-caption strong { color: var(--dark); font-weight: 800; }

      /* ── Module Card Grid ── */
      .hv-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
        margin-top: 56px;
      }
      .hv-card {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        padding: 30px 28px;
        box-shadow: var(--shadow-xs);
        transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
      }
      .hv-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-md);
        border-color: rgba(0, 200, 117, 0.3);
      }
      .hv-card-icon {
        width: 54px;
        height: 54px;
        border-radius: 14px;
        background: var(--green-bg);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        margin-bottom: 18px;
      }
      .hv-card h3 {
        font-size: 1.18rem;
        letter-spacing: -0.02em;
        color: var(--dark);
        font-weight: 800;
        line-height: 1.25;
        margin-bottom: 10px;
      }
      .hv-card p { font-size: 0.94rem; color: var(--text); line-height: 1.65; }
      .hv-card .hv-card-proof {
        display: inline-block;
        margin-top: 14px;
        font-size: 0.82rem;
        font-weight: 700;
        color: var(--green-deep);
        background: var(--green-bg2);
        border-radius: 8px;
        padding: 6px 12px;
      }

      /* ── Value / Risk-Reversal ── */
      .hv-value { padding: 90px 0; background: var(--white); }
      .hv-value-card {
        max-width: 860px;
        margin: 48px auto 0;
        background: var(--grad-hero);
        border: 1px solid rgba(0, 200, 117, 0.25);
        border-radius: var(--r-xl);
        padding: 52px 44px;
        text-align: center;
        box-shadow: var(--shadow-md);
      }
      .hv-value-card .from { font-size: 0.82rem; font-weight: 800; color: var(--green-dark); letter-spacing: 0.12em; text-transform: uppercase; }
      .hv-value-card h3 {
        font-size: clamp(1.5rem, 3vw, 2.1rem);
        font-weight: 900;
        color: var(--dark);
        letter-spacing: -0.03em;
        margin: 12px auto 0;
        max-width: 620px;
        line-height: 1.2;
      }
      .hv-guarantees {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin: 36px 0;
        text-align: left;
      }
      .hv-guarantee {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--r);
        padding: 20px 20px;
        display: flex;
        gap: 12px;
        align-items: flex-start;
      }
      .hv-guarantee svg { color: var(--green); flex-shrink: 0; margin-top: 2px; }
      .hv-guarantee span { font-size: 0.92rem; font-weight: 700; color: var(--dark2); line-height: 1.4; }
      .hv-anchor {
        font-size: 1rem;
        color: var(--text);
        line-height: 1.65;
        max-width: 600px;
        margin: 0 auto 32px;
      }
      .hv-anchor strong { color: var(--dark); font-weight: 800; }

      /* ── Steps / In 3 Schritten live ── */
      .hv-steps { padding: 90px 0; background: var(--off-white); }
      .hv-steps-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
        margin-top: 56px;
      }
      .hv-step {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        padding: 34px 28px 30px;
        box-shadow: var(--shadow-xs);
        position: relative;
        transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
      }
      .hv-step:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-md);
        border-color: rgba(0, 200, 117, 0.3);
      }
      .hv-step-num {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        background: var(--grad-green);
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 900;
        letter-spacing: -0.02em;
        margin-bottom: 20px;
        box-shadow: 0 8px 20px rgba(0, 200, 117, 0.28);
      }
      .hv-step h3 {
        font-size: 1.18rem;
        letter-spacing: -0.02em;
        color: var(--dark);
        font-weight: 800;
        line-height: 1.25;
        margin-bottom: 10px;
      }
      .hv-step p { font-size: 0.94rem; color: var(--text); line-height: 1.65; }

      /* ── Compliance Trust Band ── */
      .hv-compliance { padding: 70px 0; background: var(--white); }
      .hv-compliance-head {
        text-align: center;
        font-size: clamp(1.1rem, 2vw, 1.4rem);
        font-weight: 800;
        letter-spacing: -0.02em;
        color: var(--dark);
        max-width: 640px;
        margin: 0 auto 44px;
        line-height: 1.35;
      }
      .hv-compliance-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
      }
      .hv-compliance-item {
        background: var(--off-white);
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        padding: 26px 22px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
      }
      .hv-compliance-item .ico { font-size: 2rem; line-height: 1; }
      .hv-compliance-item span {
        font-size: 0.9rem;
        font-weight: 700;
        color: var(--dark2);
        line-height: 1.4;
      }

      /* ── FAQ ── */
      .hv-faq { padding: 90px 0; background: var(--off-white); }
      .hv-faq-list {
        max-width: 760px;
        margin: 56px auto 0;
        display: flex;
        flex-direction: column;
        gap: 14px;
      }
      .hv-faq-item {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        box-shadow: var(--shadow-xs);
        overflow: hidden;
        transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
      }
      .hv-faq-item[open] {
        border-color: rgba(0, 200, 117, 0.3);
        box-shadow: var(--shadow-md);
      }
      .hv-faq-q {
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 22px 26px;
        font-size: 1.02rem;
        font-weight: 800;
        letter-spacing: -0.01em;
        color: var(--dark);
        line-height: 1.4;
      }
      .hv-faq-q::-webkit-details-marker { display: none; }
      .hv-faq-q .hv-faq-icon {
        flex-shrink: 0;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: var(--green-bg);
        color: var(--green-dark);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s var(--ease), background 0.3s var(--ease);
      }
      .hv-faq-item[open] .hv-faq-icon {
        transform: rotate(45deg);
        background: var(--grad-green);
        color: var(--white);
      }
      .hv-faq-a {
        padding: 0 26px 24px;
        font-size: 0.96rem;
        color: var(--text);
        line-height: 1.7;
        max-width: 640px;
      }

      @media (max-width: 980px) {
        .hv-cards { grid-template-columns: repeat(2, 1fr); }
        .hv-compliance-grid { grid-template-columns: repeat(2, 1fr); }
      }
      @media (max-width: 768px) {
        .hv-hero { padding: 110px 0 60px; }
        .hv-feature { grid-template-columns: 1fr; gap: 16px; }
        .hv-feature-icon { width: 56px; height: 56px; }
        .hv-trust-grid { grid-template-columns: 1fr; }
        .hv-form-wrapper { padding: 28px 20px; }
        .hv-price-card { padding: 36px 24px; }
        .hv-form .form-row { flex-direction: column; gap: 0; }
        .hv-form input, .hv-form select, .hv-form textarea { font-size: 16px; }
        .hv-cards { grid-template-columns: 1fr; }
        .hv-guarantees { grid-template-columns: 1fr; }
        .hv-shots { gap: 48px; }
        .hv-value-card { padding: 36px 22px; }
        .hv-browser-url { max-width: 200px; }
        .hv-steps-grid { grid-template-columns: 1fr; }
        .hv-compliance-grid { grid-template-columns: 1fr; }
        .hv-faq-q { padding: 18px 20px; font-size: 0.96rem; }
        .hv-faq-a { padding: 0 20px 20px; }
      }

/* Sekundär-Button (Ghost) — zweite Aktion neben btn-primary-green */
.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 28px; border-radius: 14px;
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 1rem;
  color: var(--dark, #0a0a0f); background: rgba(255,255,255,0.7);
  border: 1.5px solid rgba(10,10,15,0.12); text-decoration: none;
  backdrop-filter: blur(10px);
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), border-color 0.25s, box-shadow 0.25s;
}
.btn-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(0,200,117,0.45);
  box-shadow: 0 8px 24px rgba(10,10,15,0.08);
}

/* ── Vergleichstabelle (warum-veloro) ───────────────────────────────── */
.v-compare-wrap { overflow-x: auto; margin: 36px auto 0; max-width: 980px; border-radius: 20px; border: 1px solid rgba(10,10,15,0.07); box-shadow: 0 18px 50px rgba(10,10,15,0.07); }
table.v-compare { width: 100%; border-collapse: collapse; background: #fff; min-width: 680px; }
table.v-compare th, table.v-compare td { padding: 15px 18px; text-align: left; font-size: 0.95rem; border-bottom: 1px solid rgba(10,10,15,0.06); }
table.v-compare thead th { background: rgba(10,10,15,0.03); font-weight: 800; color: var(--dark, #0a0a0f); }
table.v-compare thead th.v-col { background: linear-gradient(135deg, rgba(0,200,117,0.14), rgba(0,180,216,0.12)); color: #00794a; }
table.v-compare td { color: var(--muted, #52525e); }
table.v-compare td.v-col { background: rgba(0,200,117,0.05); font-weight: 700; color: var(--dark, #0a0a0f); }
table.v-compare td:first-child { font-weight: 700; color: var(--dark, #0a0a0f); }
table.v-compare tbody tr:last-child td { border-bottom: none; }
