/* ============================================================
   DanceIQ – Landing CSS
   Nur für index.html. Basis: danceiq.css
   ============================================================ */
/* ── Page Wrapper ── */
.page-wrap {
    max-width: 1100px;
    margin: 0 auto;
    background: var(--bg);
    overflow: hidden;
}

@media (min-width: 1101px) {
    .page-wrap {
        box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
    }
}

/* Mobile overflow fix */
html {
    overflow-x: clip;
    max-width: 100vw;
}
body {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

.pilotbar,
.v4-nav,
section,
footer,
.pg,
.v4-nav-inner,
.pilotbar-inner {
    box-sizing: border-box;
}

/* Breite auf 900px begrenzen */
.pg,
.v4-nav-inner,
.pilotbar-inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 4vw, 40px);
    padding-right: clamp(20px, 4vw, 40px);
}

/* Verhindert dass Kinder-Elemente rausragen */
.hero-grid,
.loop-grid,
.compare-grid,
.showcase-grid,
.trainer-grid,
.privacy-grid,
.hero-proof,
.mini-stats,
.app-window {
    max-width: 100%;
    overflow: hidden;
}

/* ── Body ───────────────────────────────────────────────────── */
body {
    background: #ffffff;
}

/* ── Pilot-Bar ──────────────────────────────────────────────── */
.pilotbar {
    background: var(--ink);
    padding: 9px 0;
}

.pilotbar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 16px;
    font-family: 'Outfit', sans-serif;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
}

.pilotbar-inner strong {
    color: rgba(255,255,255,.9);
}

.pilotbar-inner a {
    color: var(--sun);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ── Hero ───────────────────────────────────────────────────── */
.hero {
    padding: 28px 0 36px;
    background: var(--white);
}

.hero-grid {
    display: grid;
    gap: 48px;
    align-items: center;
}

@media (min-width: 860px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-copy {
    max-width: 560px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--sun);
    margin-bottom: 20px;
}

.hero-kicker-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sun);
    animation: diq-blink 2s ease-in-out infinite;
}

.hero h1 {
    font-size: clamp(2.4rem, 7vw, 3.8rem);
    margin-bottom: 18px;
}

.hero-lead {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 28px;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 24px;
}



.hero-proof-item {
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: var(--r);
    padding: 11px 12px;
}

.hero-proof-item strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: .78rem;
    color: var(--ink);
    margin-bottom: 3px;
}

.hero-proof-item span {
    font-size: .7rem;
    color: var(--muted);
    line-height: 1.4;
}

/* App-Fenster (Hero rechts) */
.app-window {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    overflow: hidden;
    box-shadow: var(--sh-lg);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 859px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }
    .app-window {
        max-width: 420px;
        margin: 0 auto;
    }
}

.app-window-bar {
    background: var(--ink);
    padding: 11px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.app-window-dots {
    display: flex;
    gap: 5px;
}

.app-window-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.app-window-dots span:nth-child(1) {
    background: #ff5f57;
}

.app-window-dots span:nth-child(2) {
    background: #febc2e;
}

.app-window-dots span:nth-child(3) {
    background: #28c840;
}

.app-window-label {
    font-family: 'Outfit', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    color: rgba(255,255,255,.5);
    letter-spacing: .04em;
}

.app-window-body {
    padding: 14px;
}

/* Mini-Fokus-Card */
.mini-focus {
    background: linear-gradient(135deg, var(--sun-lt), var(--white));
    border: 1.5px solid var(--border);
    border-radius: var(--r);
    padding: 13px;
    margin-bottom: 10px;
}

.mini-focus-kicker {
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--sun);
    margin-bottom: 4px;
}

.mini-focus-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    letter-spacing: -.04em;
    color: var(--ink);
}

.mini-focus-sub {
    font-size: .72rem;
    color: var(--muted);
    margin-top: 3px;
}

.mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-bottom: 10px;
}

.mini-stat {
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 9px;
    text-align: center;
}

.mini-stat-val {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: .95rem;
    color: var(--ink);
}

.mini-stat-label {
    font-size: .6rem;
    color: var(--muted);
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* ── Ablauf ─────────────────────────────────────────────────── */
.loop-grid {
    display: grid;
    gap: 10px;
    margin-top: 36px;
}

@media (min-width: 640px) {
    .loop-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.loop-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: var(--r-lg);
    padding: 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.loop-card.dark {
    background: var(--ink);
    border-color: var(--ink);
}

.loop-num {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 1.8rem;
    color: var(--sun);
    line-height: 1;
    min-width: 32px;
}

.loop-card h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: .92rem;
    color: var(--ink);
    margin-bottom: 5px;
}

.loop-card.dark h3 {
    color: var(--white);
}

.loop-card p {
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.5;
}

.loop-card.dark p {
    color: rgba(255,255,255,.5);
}

/* ── Vorher / Nachher ───────────────────────────────────────── */
.compare-grid {
    display: grid;
    gap: 12px;
    margin-top: 32px;
}

@media (min-width: 640px) {
    .compare-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.compare-card {
    border-radius: var(--r-lg);
    padding: 22px;
    border: 1.5px solid var(--border);
}

.compare-card h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: .9rem;
    margin-bottom: 14px;
}

.compare-card ul {
    display: grid;
    gap: 8px;
    list-style: none;
}

.compare-card li {
    font-size: .85rem;
    color: var(--muted);
    padding-left: 18px;
    position: relative;
    line-height: 1.45;
}

.compare-card li::before {
    content: '·';
    position: absolute;
    left: 4px;
    color: var(--dim);
}

.compare-before {
    background: var(--off);
}

.compare-after {
    background: var(--sun-lt);
    border-color: var(--sun-md);
}

.compare-after li::before {
    color: var(--sun);
}

.compare-after h3 {
    color: var(--sun);
}

.quote-card {
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: var(--r-lg);
    padding: 22px;
    margin-top: 14px;
}

.quote-card p {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: var(--ink);
    margin-bottom: 10px;
    line-height: 1.3;
}

.quote-card span {
    font-size: .85rem;
    color: var(--muted);
    line-height: 1.6;
}

.quote-card strong {
    color: var(--ink);
}

/* ── Showcase ───────────────────────────────────────────────── */
.showcase-grid {
    display: grid;
    gap: 40px;
    align-items: center;
}

@media (min-width: 860px) {
    .showcase-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.showcase-text h2 {
    margin-bottom: 14px;
}

.showcase-lead {
    font-size: .97rem;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 24px;
}

.showcase-list {
    display: grid;
    gap: 12px;
}

.showcase-list-item strong {
    display: block;
    font-size: .9rem;
    font-weight: 700;
    color: var(--ink);
}

.showcase-list-item span {
    font-size: .82rem;
    color: var(--muted);
}

.insight-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    overflow: hidden;
    box-shadow: var(--sh-md);
}

.insight-top {
    background: var(--ink);
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.insight-top span {
    font-size: .68rem;
    color: rgba(255,255,255,.4);
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.insight-top strong {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    color: var(--white);
    letter-spacing: -.03em;
}

.insight-body {
    padding: 16px;
    display: grid;
    gap: 12px;
}

.insight-task {
    background: var(--off);
    border-radius: var(--r);
    padding: 12px;
}

.insight-task small {
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: 4px;
}

.insight-task p {
    font-size: .85rem;
    color: var(--ink-soft);
    line-height: 1.5;
}

.insight-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.insight-meta-item span {
    font-size: .65rem;
    color: var(--muted);
    display: block;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.insight-meta-item strong {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: .88rem;
    color: var(--ink);
}

.insight-trainer {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .78rem;
    color: var(--sage);
    font-weight: 700;
    padding: 0 16px 16px;
}

.insight-trainer-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sage);
}

/* ── Trainer ────────────────────────────────────────────────── */
.trainer-grid {
    display: grid;
    gap: 10px;
    margin-top: 32px;
}

@media (min-width: 640px) {
    .trainer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.trainer-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: var(--r-lg);
    padding: 20px;
}

.trainer-card h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: .92rem;
    margin-bottom: 8px;
}

.trainer-card p {
    font-size: .84rem;
    color: var(--muted);
    line-height: 1.6;
}

/* ── Datenschutz ────────────────────────────────────────────── */
.privacy-grid {
    display: grid;
    gap: 40px;
    align-items: start;
}

@media (min-width: 860px) {
    .privacy-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.privacy-cards {
    display: grid;
    gap: 9px;
}

@media (min-width: 480px) {
    .privacy-cards {
        grid-template-columns: 1fr 1fr;
    }
}

.privacy-card {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--r);
    padding: 16px;
}

.privacy-card strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: .88rem;
    color: var(--white);
    margin-bottom: 5px;
}

.privacy-card span {
    font-size: .8rem;
    color: rgba(255,255,255,.5);
    line-height: 1.5;
}

/* ── Pilot-CTA ──────────────────────────────────────────────── */
.pilot-box {
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    padding: clamp(28px, 5vw, 48px);
    display: grid;
    gap: 24px;
    align-items: center;
}

@media (min-width: 640px) {
    .pilot-box {
        grid-template-columns: 1fr auto;
    }
}

.pilot-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.pilot-point {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: var(--r-pill, 999px);
    padding: 6px 14px;
    font-family: 'Outfit', sans-serif;
    font-size: .78rem;
    font-weight: 700;
    color: var(--ink-soft);
}

/* ── Formular (Mitmachen) ───────────────────────────────────── */
.form-eye {
    font-family: 'Outfit', sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--sun);
    margin-bottom: 12px;
    display: block;
}

.form-h2 {
    margin-bottom: 10px;
}

.form-sub {
    color: var(--muted);
    font-size: .95rem;
    margin-bottom: 20px;
}

.form-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 20px;
}

.ft-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .82rem;
    color: var(--muted);
}

.ft-check {
    color: var(--sage);
    font-weight: 800;
}

.flow-loop {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: var(--r);
    padding: 12px 14px;
    font-size: .84rem;
    color: var(--muted);
    line-height: 1.5;
}

.flow-loop svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--sun);
}

/* ── FAQ ───────────────────────────────────────────────────── */
.faq-warm {
    background: var(--s2);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 28px;
}

.faq-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    cursor: pointer;
    transition: border-color .15s, box-shadow .15s;
    box-shadow: var(--sh-sm);
}

.faq-card:hover {
    border-color: var(--gold-bdr);
    box-shadow: var(--sh-md);
}

.faq-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
}

.faq-card-q {
    font-size: .92rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.4;
}

.faq-card-icon {
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--gold);
    flex-shrink: 0;
    transition: transform .2s;
    line-height: 1;
}

.faq-card.open .faq-card-icon {
    transform: rotate(45deg);
}

.faq-card-body {
    display: none;
    padding: 0 20px 16px;
    font-size: .86rem;
    color: var(--ink-soft);
    line-height: 1.7;
    border-top: 1px solid var(--border);
    padding-top: 14px;
}

.faq-card.open .faq-card-body {
    display: block;
}

/* Landing: kompaktere Section-Abstände */
section.sec {
    padding: clamp(24px, 3.5vw, 44px) 0;
}
