/* === Landing Page Styles === */

/* Smooth scroll for anchor navigation */
html {
    scroll-behavior: smooth;
}

/* Prevent horizontal overflow on landing page */
body {
    overflow-x: hidden;
}

/* Scroll offset for fixed navbar */
section[id] {
    scroll-margin-top: 5rem;
}

/* Navbar transitions */
.landing-navbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding-top: env(safe-area-inset-top, 0px);
}

.landing-navbar.navbar-scrolled {
    background: oklch(99% 0.004 80 / 0.95);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    box-shadow: 0 1px 3px oklch(0% 0 0 / 0.06);
}

/* Hero stagger animation */
.hero-stagger > *:nth-child(1) { animation: fadeInUp 0.5s ease-out 0s both; }
.hero-stagger > *:nth-child(2) { animation: fadeInUp 0.5s ease-out 0.15s both; }
.hero-stagger > *:nth-child(3) { animation: fadeInUp 0.5s ease-out 0.3s both; }
.hero-stagger > *:nth-child(4) { animation: fadeInUp 0.5s ease-out 0.45s both; }
.hero-stagger > *:nth-child(5) { animation: fadeInUp 0.5s ease-out 0.6s both; }

/* Particle canvas */
#hero-particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

/* Legal TOC scroll-spy */
.legal-toc-link {
    transition: color 0.2s ease;
}

.legal-toc-link.active {
    color: oklch(52% 0.12 290);
    font-weight: 700;
}

/* Active nav link indicator */
.landing-nav-link.border-b-2 {
    padding-bottom: 2px;
}

/* Pricing decimal format for German locale */
.price-display {
    font-variant-numeric: tabular-nums;
}

/* App footer mobile padding for tabbar */
@media (max-width: 1023px) {
    body.bg-base-200 footer {
        padding-bottom: 5rem;
    }
}

/* ============================================
   DECORATIVE ORBS
   (adapted from auth-orb pattern in theme.css)
   ============================================ */

.landing-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.08;
    pointer-events: none;
    will-change: transform;
    z-index: 0;
}

.landing-orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, oklch(52% 0.12 290 / 0.35), transparent 70%);
    top: -12%;
    right: -8%;
    animation: orb-drift-a 14s ease-in-out infinite alternate;
}

.landing-orb-2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, oklch(62% 0.10 290 / 0.3), transparent 70%);
    bottom: -8%;
    left: -6%;
    animation: orb-drift-b 18s ease-in-out infinite alternate-reverse;
}

.landing-orb-3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, oklch(72% 0.08 290 / 0.2), transparent 70%);
    top: 35%;
    left: 12%;
    animation: orb-drift-a 10s ease-in-out infinite alternate;
}

/* Hide decorative orbs on mobile (prevent horizontal overflow) */
@media (max-width: 767px) {
    .landing-orb {
        display: none;
    }
}

/* Orbs for CTA section (white on gradient) */
.cta-orb-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, oklch(100% 0 0 / 0.12), transparent 70%);
    top: -20%;
    right: 10%;
    animation: orb-drift-b 12s ease-in-out infinite alternate;
    filter: blur(60px);
    opacity: 1;
}

.cta-orb-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, oklch(72% 0.08 290 / 0.12), transparent 70%);
    bottom: -15%;
    left: 15%;
    animation: orb-drift-a 9s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
    opacity: 1;
}

/* Hide CTA orbs on mobile (prevent horizontal overflow) */
@media (max-width: 767px) {
    .cta-orb-1,
    .cta-orb-2 {
        display: none;
    }
}

@keyframes orb-drift-a {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(15px, -20px); }
}

@keyframes orb-drift-b {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-12px, -18px); }
}

/* ============================================
   GRADIENT TEXT
   ============================================ */

.text-gradient-primary {
    background: linear-gradient(135deg, oklch(52% 0.12 290), oklch(62% 0.10 290));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   HERO BADGE (pill above headline)
   ============================================ */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    background: oklch(52% 0.12 290 / 0.08);
    border: 1px solid oklch(52% 0.12 290 / 0.15);
    color: oklch(52% 0.12 290);
    font-size: 0.8rem;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.01em;
}

/* ============================================
   HERO MOCKUP (CSS-only app preview)
   ============================================ */

.hero-mockup {
    width: 340px;
    background: oklch(100% 0 0);
    border-radius: 1rem;
    box-shadow:
        0 8px 40px oklch(0% 0 0 / 0.1),
        0 0 0 1px oklch(88% 0.01 280);
    overflow: hidden;
    transform: perspective(900px) rotateY(-6deg) rotateX(3deg);
    transition: transform 0.4s ease;
}

.hero-mockup:hover {
    transform: perspective(900px) rotateY(-2deg) rotateX(1deg);
    box-shadow:
        0 12px 48px oklch(52% 0.12 290 / 0.08),
        0 0 0 1px oklch(88% 0.01 280);
}

.hero-mockup-header {
    height: 2.25rem;
    background: oklch(96% 0.005 280);
    border-bottom: 1px solid oklch(92% 0.005 280);
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    gap: 0.375rem;
}

.hero-mockup-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: oklch(85% 0.01 280);
}

.hero-mockup-body {
    padding: 1rem;
}

.hero-mockup-skeleton {
    height: 0.5rem;
    border-radius: 0.25rem;
    background: oklch(92% 0.005 280);
    margin-bottom: 0.5rem;
}

.hero-mockup-skeleton.short { width: 60%; }
.hero-mockup-skeleton.medium { width: 80%; }

.hero-mockup-image {
    width: 100%;
    height: 120px;
    border-radius: 0.625rem;
    background: linear-gradient(135deg, oklch(52% 0.12 290 / 0.08), oklch(62% 0.10 290 / 0.06));
    margin: 0.75rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-mockup-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.hero-mockup-btn {
    height: 1.75rem;
    border-radius: 0.375rem;
    flex: 1;
}

.hero-mockup-btn-primary {
    background: linear-gradient(135deg, oklch(52% 0.12 290), oklch(62% 0.10 290));
}

.hero-mockup-btn-ghost {
    background: oklch(94% 0.005 280);
}

.hero-image {
    max-width: 420px;
    width: 100%;
    border-radius: 1.25rem;
    box-shadow:
        0 8px 40px oklch(0% 0 0 / 0.1),
        0 0 0 1px oklch(88% 0.01 280);
    transform: perspective(900px) rotateY(-6deg) rotateX(3deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-image:hover {
    transform: perspective(900px) rotateY(-2deg) rotateX(1deg);
    box-shadow:
        0 12px 48px oklch(52% 0.12 290 / 0.08),
        0 0 0 1px oklch(88% 0.01 280);
}

/* ============================================
   BENTO GRID (features section)
   ============================================ */

.bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    gap: 1.25rem;
}

.bento-grid > :nth-child(1) { grid-column: span 3; }
.bento-grid > :nth-child(2) { grid-column: span 3; }
.bento-grid > :nth-child(3) { grid-column: span 4; }
.bento-grid > :nth-child(4) { grid-column: span 2; }

@media (max-width: 767px) {
    .bento-grid > * { grid-column: span 6 !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .bento-grid > :nth-child(1) { grid-column: span 3; }
    .bento-grid > :nth-child(2) { grid-column: span 3; }
    .bento-grid > :nth-child(3) { grid-column: span 3; }
    .bento-grid > :nth-child(4) { grid-column: span 3; }
}

/* Feature card variants */
.feature-card {
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 4px 8px oklch(0% 0 0 / 0.06),
        0 12px 32px oklch(0% 0 0 / 0.08);
}

.feature-card-primary {
    background: oklch(100% 0 0);
    border: 1px solid transparent;
    background-image:
        linear-gradient(oklch(100% 0 0), oklch(100% 0 0)),
        linear-gradient(135deg, oklch(52% 0.12 290 / 0.2), oklch(62% 0.10 290 / 0.08));
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    box-shadow:
        0 1px 3px oklch(0% 0 0 / 0.04),
        0 4px 12px oklch(0% 0 0 / 0.06);
}

.feature-card-accent {
    background: linear-gradient(160deg, oklch(97% 0.015 290) 0%, oklch(99% 0.004 80) 60%);
    border: 1px solid oklch(92% 0.01 290);
    box-shadow:
        0 1px 3px oklch(0% 0 0 / 0.04),
        0 4px 12px oklch(0% 0 0 / 0.06);
}

.feature-card-wide {
    background: oklch(100% 0 0);
    border: 1px solid oklch(92% 0.005 280);
    box-shadow:
        0 1px 3px oklch(0% 0 0 / 0.04),
        0 4px 12px oklch(0% 0 0 / 0.06);
}

.feature-card-compact {
    background: linear-gradient(160deg, oklch(97% 0.012 290) 0%, oklch(99% 0.004 80) 60%);
    border: 1px solid oklch(93% 0.008 290);
    box-shadow:
        0 1px 3px oklch(0% 0 0 / 0.04),
        0 4px 12px oklch(0% 0 0 / 0.06);
}

/* Mini visual elements inside feature cards */
.feature-mini-image {
    width: 100%;
    height: 56px;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, oklch(52% 0.12 290 / 0.08), oklch(62% 0.10 290 / 0.05));
    margin-top: 0.75rem;
}

.feature-mini-play {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: oklch(52% 0.12 290 / 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
}

.feature-mini-calendar {
    display: flex;
    gap: 0.375rem;
    margin-top: 0.75rem;
}

.feature-mini-day {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.375rem;
    background: oklch(52% 0.12 290 / 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 600;
    color: oklch(52% 0.12 290 / 0.45);
}

.feature-mini-day.active {
    background: oklch(52% 0.12 290 / 0.12);
    color: oklch(52% 0.12 290);
}

.feature-mini-swatches {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.feature-swatch {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    box-shadow: 0 1px 3px oklch(0% 0 0 / 0.12);
}

/* ============================================
   SCROLL REVEAL ANIMATIONS
   ============================================ */

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

/* On mobile, use vertical animation to prevent horizontal overflow */
@media (max-width: 767px) {
    .reveal-left,
    .reveal-right {
        transform: translateY(24px);
    }
}

/* Stagger delays for children within reveal-stagger containers */
.reveal-stagger > .reveal:nth-child(1) { transition-delay: 0s; }
.reveal-stagger > .reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger > .reveal:nth-child(3) { transition-delay: 0.2s; }
.reveal-stagger > .reveal:nth-child(4) { transition-delay: 0.3s; }
.reveal-stagger > .reveal:nth-child(5) { transition-delay: 0.4s; }
.reveal-stagger > .reveal:nth-child(6) { transition-delay: 0.5s; }
.reveal-stagger > .reveal:nth-child(7) { transition-delay: 0.6s; }
.reveal-stagger > .reveal:nth-child(8) { transition-delay: 0.7s; }
.reveal-stagger > .reveal:nth-child(9) { transition-delay: 0.8s; }

/* Reduced motion: skip animations */
@media (prefers-reduced-motion: reduce) {
    .reveal, .reveal-left, .reveal-right {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .landing-orb, .cta-orb-1, .cta-orb-2 {
        animation: none !important;
    }
}

/* ============================================
   SOCIAL PROOF / METRICS
   ============================================ */

.metrics-bar {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.metric-item {
    text-align: center;
    min-width: 120px;
}

.metric-value {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}

.metric-suffix {
    font-size: 1.5rem;
    font-weight: 700;
}

.metric-label {
    font-size: 0.8rem;
    color: oklch(50% 0.003 270);
    margin-top: 0.375rem;
}

@media (max-width: 639px) {
    .metrics-bar {
        gap: 2rem;
    }
    .metric-value {
        font-size: 1.75rem;
    }
}

/* ============================================
   TIMELINE STEPS
   ============================================ */

.timeline-vertical {
    position: relative;
    padding-left: 3rem;
}

.timeline-vertical::before {
    content: '';
    position: absolute;
    left: 0.8125rem;
    top: 0.875rem;
    bottom: 0.875rem;
    width: 2px;
    background: linear-gradient(
        180deg,
        oklch(52% 0.12 290) 0%,
        oklch(62% 0.10 290) 50%,
        oklch(72% 0.08 290) 100%
    );
    border-radius: 1px;
}

.timeline-step {
    position: relative;
    padding-bottom: 2.5rem;
}

.timeline-step:last-child {
    padding-bottom: 0;
}

.timeline-node {
    position: absolute;
    left: -3rem;
    top: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: oklch(100% 0 0);
    border: 2px solid oklch(52% 0.12 290);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px oklch(52% 0.12 290 / 0.08);
    z-index: 1;
}

.timeline-step:nth-child(2) .timeline-node {
    border-color: oklch(62% 0.10 290);
    box-shadow: 0 0 0 4px oklch(62% 0.10 290 / 0.08);
}

.timeline-step:nth-child(3) .timeline-node {
    border-color: oklch(72% 0.08 290);
    box-shadow: 0 0 0 4px oklch(72% 0.08 290 / 0.08);
}

/* ============================================
   PREMIUM PRICING
   ============================================ */

.pricing-featured {
    background:
        linear-gradient(oklch(100% 0 0), oklch(100% 0 0)) padding-box,
        linear-gradient(135deg, oklch(52% 0.12 290), oklch(62% 0.10 290)) border-box;
    border: 2px solid transparent;
    box-shadow:
        0 8px 32px oklch(52% 0.12 290 / 0.08),
        0 0 0 1px oklch(52% 0.12 290 / 0.04);
}

.pricing-badge {
    background: linear-gradient(135deg, oklch(52% 0.12 290), oklch(62% 0.10 290));
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 2px 12px oklch(52% 0.12 290 / 0.2);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pricing-card {
    border-radius: 1rem;
    padding: 1.5rem;
    background: oklch(100% 0 0);
    border: 1px solid oklch(92% 0.005 280);
    box-shadow:
        0 1px 3px oklch(0% 0 0 / 0.04),
        0 4px 12px oklch(0% 0 0 / 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 4px 8px oklch(0% 0 0 / 0.06),
        0 12px 32px oklch(0% 0 0 / 0.08);
    border-color: oklch(52% 0.12 290 / 0.2);
}

/* Quick-260504-a88: Coach-vs-Credits Vergleichsblock */
.coach-compare-grid {
    align-items: stretch;
}

.coach-compare-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow:
        0 1px 3px oklch(0% 0 0 / 0.04),
        0 4px 12px oklch(0% 0 0 / 0.05);
}

.coach-compare-card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 4px 8px oklch(0% 0 0 / 0.06),
        0 12px 32px oklch(0% 0 0 / 0.08);
}

/* ============================================
   SECTION TRANSITIONS
   ============================================ */

.section-gradient-down {
    background: linear-gradient(180deg, oklch(97% 0.006 80) 0%, oklch(96.5% 0.008 80) 100%);
}

.section-gradient-up {
    background: linear-gradient(180deg, oklch(96.5% 0.008 80) 0%, oklch(97% 0.006 80) 100%);
}

/* Subtle noise texture */
.texture-grain {
    position: relative;
}

.texture-grain::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    z-index: 0;
}

/* ============================================
   FAQ ENHANCEMENTS
   ============================================ */

.faq-item {
    transition: border-color 0.2s ease;
}

.faq-item:has(input:checked) {
    border-left: 3px solid oklch(52% 0.12 290);
}

.faq-cta-card {
    background: linear-gradient(160deg, oklch(97% 0.015 290) 0%, oklch(99% 0.004 80) 100%);
    border: 1px solid oklch(93% 0.01 290);
    border-radius: 1rem;
    padding: 2rem;
}

/* ============================================
   SHOWCASE CARDS
   ============================================ */

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: center;
}

@media (max-width: 767px) {
    .showcase-grid {
        grid-template-columns: 1fr;
        max-width: 340px;
        margin: 0 auto;
    }
}

.showcase-card {
    background: oklch(100% 0 0);
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid oklch(92% 0.005 280);
    box-shadow:
        0 2px 8px oklch(0% 0 0 / 0.06),
        0 8px 24px oklch(0% 0 0 / 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.showcase-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 8px 16px oklch(0% 0 0 / 0.08),
        0 20px 40px oklch(0% 0 0 / 0.12);
}

.showcase-card-img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

.showcase-card-video {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
}

.showcase-label {
    text-align: center;
    font-size: 0.8rem;
    color: oklch(50% 0.01 280);
    margin-top: 0.75rem;
    font-weight: 500;
}

/* ============================================
   TESTIMONIALS
   ============================================ */

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 767px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

.testimonial-card {
    position: relative;
    background: oklch(100% 0 0);
    border: 1px solid oklch(92% 0.005 280);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow:
        0 1px 3px oklch(0% 0 0 / 0.04),
        0 4px 12px oklch(0% 0 0 / 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 4px 8px oklch(0% 0 0 / 0.06),
        0 12px 32px oklch(0% 0 0 / 0.08);
}

.testimonial-quote-mark {
    position: absolute;
    top: 0.75rem;
    right: 1.25rem;
    font-size: 5rem;
    line-height: 1;
    color: oklch(52% 0.12 290 / 0.06);
    font-family: Georgia, 'Times New Roman', serif;
    pointer-events: none;
    user-select: none;
}

.testimonial-stars {
    display: flex;
    gap: 0.125rem;
    color: oklch(75% 0.15 85);
}

.testimonial-stars svg {
    fill: oklch(75% 0.15 85);
}

.testimonial-quote {
    font-size: 0.875rem;
    line-height: 1.7;
    color: oklch(30% 0.02 280);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid oklch(94% 0.005 280);
}

.testimonial-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: oklch(52% 0.12 290 / 0.1);
    color: oklch(52% 0.12 290);
    font-weight: 700;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.testimonial-name {
    font-size: 0.8125rem;
    font-weight: 700;
    color: oklch(25% 0.02 280);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.testimonial-company {
    font-size: 0.75rem;
    color: oklch(50% 0.01 280);
}

.testimonial-badge {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.625rem;
    border-radius: 9999px;
    background: oklch(52% 0.12 290 / 0.08);
    color: oklch(52% 0.12 290);
    font-size: 0.7rem;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    white-space: nowrap;
}

/* ============================================
   WARUM KIVIO / VERGLEICH
   ============================================ */

.compare-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: stretch;
}

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

.compare-card {
    background: oklch(100% 0 0);
    border: 1px solid oklch(92% 0.005 280);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow:
        0 1px 3px oklch(0% 0 0 / 0.04),
        0 4px 12px oklch(0% 0 0 / 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.compare-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 4px 8px oklch(0% 0 0 / 0.06),
        0 12px 32px oklch(0% 0 0 / 0.08);
}

.compare-card-highlighted {
    background:
        linear-gradient(oklch(98.5% 0.008 290), oklch(99.5% 0.003 280)) padding-box,
        linear-gradient(135deg, oklch(52% 0.12 290), oklch(62% 0.10 290)) border-box;
    border: 2px solid transparent;
    box-shadow:
        0 8px 32px oklch(52% 0.12 290 / 0.08),
        0 0 0 1px oklch(52% 0.12 290 / 0.04);
}

.compare-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, oklch(52% 0.12 290), oklch(62% 0.10 290));
    color: white;
    padding: 0.25rem 0.875rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 2px 12px oklch(52% 0.12 290 / 0.2);
    font-family: 'Plus Jakarta Sans', sans-serif;
    white-space: nowrap;
}

.compare-header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid oklch(92% 0.005 280);
}

.compare-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.compare-icon-neutral {
    background: oklch(94% 0.005 280);
    color: oklch(50% 0.01 280);
}

.compare-icon-primary {
    background: oklch(52% 0.12 290 / 0.1);
    color: oklch(52% 0.12 290);
}

.compare-title {
    font-size: 1rem;
    font-weight: 700;
    color: oklch(25% 0.02 280);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.compare-pro,
.compare-con {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
}

.compare-pro {
    color: oklch(55% 0.12 155);
}

.compare-pro svg {
    flex-shrink: 0;
}

.compare-con {
    color: oklch(55% 0.1 25);
}

.compare-con svg {
    flex-shrink: 0;
}

/* ============================================
   FUNCTIONS DETAIL SECTION
   ============================================ */

/* Feature Grid */
.fn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

@media (max-width: 767px) {
    .fn-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

/* Feature Card */
.fn-item {
    background: oklch(100% 0 0);
    border: 1px solid oklch(92% 0.005 280);
    border-radius: 1rem;
    padding: 1.5rem 1.25rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 1px 3px oklch(0% 0 0 / 0.03), 0 4px 12px oklch(0% 0 0 / 0.04);
}

.fn-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px oklch(52% 0.12 290 / 0.08), 0 2px 6px oklch(0% 0 0 / 0.04);
    border-color: oklch(52% 0.12 290 / 0.18);
}

/* Icon */
.fn-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: oklch(52% 0.12 290 / 0.08);
    color: oklch(52% 0.12 290);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.875rem;
}

/* Title */
.fn-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: oklch(22% 0.02 280);
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.3;
}

/* Description */
.fn-desc {
    font-size: 0.8rem;
    color: oklch(50% 0.01 280);
    line-height: 1.55;
    margin-top: 0.375rem;
}

/* "Bald verfuegbar" Trenn-Badge */
.fn-soon-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    background: oklch(52% 0.12 290 / 0.08);
    border: 1px solid oklch(52% 0.12 290 / 0.15);
    color: oklch(52% 0.12 290);
    font-size: 0.8rem;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    white-space: nowrap;
}

/* Hero Mini-Bullets (kompakte 4-Spalten-Variante in #hero) */
.hero-mini-item {
    background: oklch(100% 0 0);
    border: 1px solid oklch(92% 0.005 280);
    border-radius: 0.75rem;
    padding: 0.875rem 0.75rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 1px 2px oklch(0% 0 0 / 0.03);
}

.hero-mini-item:hover {
    transform: translateY(-2px);
    border-color: oklch(52% 0.12 290 / 0.18);
    box-shadow: 0 4px 12px oklch(52% 0.12 290 / 0.08);
}

.hero-mini-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: oklch(52% 0.12 290 / 0.08);
    color: oklch(52% 0.12 290);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.hero-mini-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: oklch(22% 0.02 280);
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.3;
}

.hero-mini-desc {
    font-size: 0.7rem;
    color: oklch(50% 0.01 280);
    line-height: 1.4;
    margin-top: 0.25rem;
}

/* Upcoming Cards */
.fn-item-upcoming {
    background: oklch(98.5% 0.004 290);
    border-style: dashed;
    border-color: oklch(88% 0.015 290);
}

.fn-item-upcoming:hover {
    border-color: oklch(52% 0.12 290 / 0.25);
    border-style: solid;
}

.fn-icon-upcoming {
    background: oklch(52% 0.12 290 / 0.06);
    color: oklch(52% 0.12 290 / 0.65);
}

/* KI Content Coach: hervorgehoben */
.fn-item-coach {
    background: linear-gradient(160deg, oklch(98% 0.012 290), oklch(99.5% 0.003 280));
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 0 0 1px oklch(52% 0.12 290 / 0.15), 0 4px 16px oklch(52% 0.12 290 / 0.08);
}

.fn-item-coach:hover {
    box-shadow: 0 0 0 1px oklch(52% 0.12 290 / 0.25), 0 8px 28px oklch(52% 0.12 290 / 0.12);
}

.fn-icon-coach {
    background: linear-gradient(135deg, oklch(52% 0.12 290), oklch(62% 0.10 290));
    color: oklch(100% 0 0);
}

.fn-item-coach .fn-title {
    color: oklch(52% 0.12 290);
}

/* ============================================
   TRUST BADGES
   ============================================ */

.trust-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

@media (min-width: 768px) {
    .trust-bar {
        gap: 3rem;
    }
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.trust-icon {
    color: oklch(52% 0.12 290 / 0.6);
    display: flex;
    align-items: center;
}

.trust-text {
    font-size: 0.8125rem;
    font-weight: 600;
    color: oklch(50% 0.01 280);
}

.trust-divider {
    width: 1px;
    height: 1.5rem;
    background: oklch(88% 0.01 280);
}

@media (max-width: 767px) {
    .trust-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        justify-items: center;
    }

    .trust-divider {
        display: none;
    }
}

/* ============================================
   CTA BANNER SECTION
   ============================================ */

.cta-gradient {
    background: linear-gradient(135deg,
        oklch(52% 0.12 290) 0%,
        oklch(48% 0.11 289) 50%,
        oklch(62% 0.10 290) 100%
    );
    position: relative;
    overflow: hidden;
}

.btn-white {
    background: oklch(100% 0 0);
    color: oklch(52% 0.12 290);
    font-weight: 700;
    box-shadow: 0 4px 16px oklch(0% 0 0 / 0.15);
    transition: all 0.2s ease;
}

.btn-white:hover {
    background: oklch(95% 0.004 270);
    box-shadow: 0 6px 24px oklch(0% 0 0 / 0.2);
    transform: translateY(-1px);
}

/* ============================================
   HERO CTA HIERARCHY
   (Primary registrieren als Haupt-CTA, Login dezent darueber)
   ============================================ */

.hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: oklch(45% 0.01 280);
    background: transparent;
    border-radius: 0.5rem;
    transition: color 0.2s ease, background-color 0.2s ease;
    text-decoration: none;
    letter-spacing: 0.005em;
}

.hero-cta-secondary:hover {
    color: oklch(52% 0.12 290);
    background: oklch(52% 0.12 290 / 0.06);
}

.hero-cta-secondary svg {
    opacity: 0.7;
}

.hero-cta-primary {
    font-size: 1.0625rem;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow:
        0 4px 16px oklch(52% 0.12 290 / 0.25),
        0 2px 6px oklch(52% 0.12 290 / 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-cta-primary:hover {
    transform: translateY(-1px);
    box-shadow:
        0 6px 20px oklch(52% 0.12 290 / 0.3),
        0 3px 8px oklch(52% 0.12 290 / 0.18);
}

@media (max-width: 639px) {
    .hero-cta-primary {
        width: 100%;
        justify-content: center;
    }
}
