/* =============================================================
   StratNova — Unterseiten (Faris-Look)
   Subhero · Problem/Lösung-Split · FAQ · Angebots-Karten · Legal
   Nutzt zusätzlich Komponenten aus sections.css (.compare .proc
   .tcard .tvideo .stats .cta-panel .marquee)
   ============================================================= */

/* ---------- SUBHERO (zentriert, kompakter) ---------- */
.subhero { position: relative; padding: 150px var(--pad) clamp(50px, 6vw, 80px); text-align: center; overflow: hidden; }
.subhero .hero-grid { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 90% 80% at 50% 20%, #000 20%, transparent 78%); }
.subhero .hero-glow { position: absolute; z-index: 0; width: 70vw; max-width: 820px; height: 52vh; left: 50%; top: -8%; transform: translateX(-50%); background: radial-gradient(ellipse at center, rgba(124,92,240,.26), transparent 66%); filter: blur(40px); }
.subhero-in { position: relative; z-index: 2; max-width: 820px; margin-inline: auto; }
.subhero h1 { font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1.06; letter-spacing: -.025em; max-width: 18ch; margin: 0 auto; }
.subhero .subhero-sub { color: var(--ink-2); font-size: clamp(1.05rem, 1.4vw, 1.25rem); max-width: 52ch; margin: 20px auto 0; }
.subhero .hero-cta { margin-top: 32px; }

/* ---------- PROBLEM / LÖSUNG (Split) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split.rev .split-vis { order: -1; }
.split-txt h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
.split-txt .lead { color: var(--ink-2); font-size: 1.1rem; margin-top: 16px; }
.plist { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.plist li { display: flex; gap: 13px; align-items: flex-start; }
.plist .pi { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; margin-top: 1px; }
.plist .pi.bad { background: rgba(224,82,76,.13); color: var(--bad); }
.plist .pi.good { background: rgba(34,160,107,.14); color: var(--ok); }
.plist .pi svg { width: 15px; height: 15px; }
.plist span { color: var(--ink-2); } .plist b { color: var(--ink); }

/* Visual-Card (Lavendel + Mockup) */
.split-vis { border-radius: var(--r-lg); background: var(--grad-soft); border: 1px solid var(--line); box-shadow: var(--sh); aspect-ratio: 5/4; display: grid; place-items: center; padding: clamp(28px, 4vw, 50px); position: relative; overflow: hidden; }
.split-vis .mini-browser { width: 82%; }
.split-vis .badge-float { position: absolute; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--sh-lg); padding: 12px 16px; font-weight: 600; font-size: .85rem; display: flex; align-items: center; gap: 9px; }
.split-vis .badge-float .ci { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; }
.split-vis .badge-float.b1 { bottom: 18px; left: 14px; }
.split-vis .badge-float.b2 { top: 18px; right: 14px; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } .split.rev .split-vis { order: 0; } }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--sh-sm); margin-bottom: 14px; overflow: hidden; transition: box-shadow .3s; }
.faq-item.open { box-shadow: var(--sh); }
.faq-q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px 24px; font-weight: 600; font-size: 1.08rem; }
.faq-q .fp { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: var(--lav); color: var(--lila); display: grid; place-items: center; position: relative; transition: background .3s, color .3s, transform .3s var(--ease); }
.faq-q .fp::before, .faq-q .fp::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; transition: transform .3s var(--ease); }
.faq-q .fp::before { width: 12px; height: 2px; } .faq-q .fp::after { width: 2px; height: 12px; }
.faq-item.open .fp { background: var(--lila); color: #fff; transform: rotate(90deg); }
.faq-item.open .fp::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a-in { padding: 0 24px 24px; color: var(--ink-2); max-width: 66ch; }

/* ---------- ANGEBOTS-KARTEN (Lead-Gen) ---------- */
.offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.offer { padding: 32px 28px; display: flex; flex-direction: column; position: relative; }
.offer.is-pop { border: 1.5px solid var(--lila); box-shadow: var(--sh-lg); }
.offer-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--lila); color: #fff; font-weight: 700; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: 7px 16px; border-radius: 100px; box-shadow: var(--sh-lila); }
.offer h3 { font-size: 1.35rem; margin-bottom: 6px; }
.offer .odesc { color: var(--ink-2); font-size: .93rem; margin-bottom: 20px; min-height: 42px; }
.offer .oprice { font-weight: 700; font-size: 1.05rem; color: var(--lila); margin-bottom: 22px; }
.offer .olist { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; flex: 1; }
.offer .olist li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; }
.offer .olist .oc { flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; background: rgba(34,160,107,.14); color: var(--ok); display: grid; place-items: center; margin-top: 2px; }
.offer .olist .oc svg { width: 12px; height: 12px; }
.offer .btn { width: 100%; justify-content: center; }
@media (max-width: 860px) { .offers { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; } }

/* ---------- REFERENZ-VIDEO-KARTEN (Unterseiten) ---------- */
.refs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ref { overflow: hidden; }
.ref .rbody { padding: 24px; }
.ref .rq { font-size: 1rem; color: var(--ink); line-height: 1.55; margin-bottom: 16px; }
.ref .ra { display: flex; align-items: center; gap: 11px; }
.ref .ra .av { width: 40px; height: 40px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-weight: 700; }
.ref .ra .nm { font-weight: 600; font-size: .92rem; } .ref .ra .fm { color: var(--ink-2); font-size: .8rem; }
@media (max-width: 860px) { .refs { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }

/* ---------- LEGAL ---------- */
.legal { padding: 150px var(--pad) 90px; }
.legal-wrap { max-width: 800px; margin-inline: auto; }
.legal h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 12px; }
.legal .lintro { color: var(--ink-2); margin-bottom: 36px; }
.legal h2 { font-size: 1.28rem; margin: 38px 0 12px; }
.legal h3 { font-size: 1.02rem; margin: 22px 0 8px; }
.legal p, .legal li { color: var(--ink-2); margin-bottom: 12px; }
.legal ul { padding-left: 20px; list-style: disc; margin-bottom: 16px; }
.legal a { color: var(--lila); text-decoration: underline; text-underline-offset: 3px; }
.legal .lnote { font-size: .86rem; background: var(--lav); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 20px; margin: 22px 0; color: var(--lila-ink); }
.legal .lcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 32px; box-shadow: var(--sh-sm); margin-bottom: 22px; }
