/* =============================================
   Vistello Lodge MARKETING - MODERN CSS
   DSGVO-konforme Version ohne externe CDNs
   ============================================= */

/* CSS Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    max-width: 100%;
}

:root {
    /* Vistello Lodge CI + Referenz-Mockup (2026) */
    --primary-color: #5d257a;
    --primary-dark: #4a1c63;
    --primary-light: #8b5a9f;
    --secondary-color: #d4a056;
    --accent-color: #b599d1;
    --accent-highlight: #b599d1;
    --tab-color: #7a4f8f;
    --mobile-menu-bg: #4a1557;
    --mobile-menu-text: #ffffff;
    --mobile-menu-item-bg: rgba(255, 255, 255, 0.1);
    --mobile-menu-item-active: rgba(255, 255, 255, 0.2);
    --mobile-submenu-bg: rgba(96, 28, 112, 0.95);
    --mobile-submenu-border: rgba(218, 157, 43, 0.6);
    --mobile-menu-icon: #e8c5f5;
    --success-color: #10b981;
    --warning-color: #d4a056;
    --danger-color: #ef4444;
    
    /* Typografie-Farben (Mockup: Navy + Grau) */
    --text-heading: #1a1f2b;
    --text-primary: #1a1f2b;
    --text-secondary: #6b7280;
    --text-light: #9ca3af;
    --white: #ffffff;
    --surface-page: #fafafc;
    --surface-elevated: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e8eaef;
    --gray-300: #d1d5db;
    --gray-800: #1f2937;
    --gray-900: #111827;
    
    /* Typography */
    --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    
    /* Spacing (mehr Luft = ruhiger, „premium“) */
    --section-padding: 2.5rem 0 3rem;
    --container-padding: 0 1.25rem;
    --border-radius: 0.875rem;
    --border-radius-lg: 1.125rem;
    --border-radius-xl: 1.5rem;
    --radius-pill: 9999px;
    
    /* Shadows (weicher, weniger hart) */
    --shadow-sm: 0 1px 3px rgba(26, 31, 43, 0.05), 0 1px 2px rgba(26, 31, 43, 0.04);
    --shadow-md: 0 8px 24px rgba(26, 31, 43, 0.07), 0 2px 8px rgba(26, 31, 43, 0.04);
    --shadow-lg: 0 14px 40px rgba(26, 31, 43, 0.08), 0 4px 14px rgba(26, 31, 43, 0.05);
    --shadow-xl: 0 22px 56px rgba(26, 31, 43, 0.09), 0 10px 24px rgba(93, 37, 122, 0.05);
    
    /* Transitions - Sanftere Easing-Funktionen */
    --transition-fast: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-normal: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-slow: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    
    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, #6b2d8a 50%, #5d257a 100%);
    --gradient-gold: linear-gradient(135deg, #e0b56a 0%, var(--secondary-color) 45%, #c88a3a 100%);
    --gradient-accent: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
    --gradient-hero: linear-gradient(180deg, #ffffff 0%, #faf8fc 45%, #f5f0f9 100%);
}

/* Base Typography */
body {
    font-family: var(--font-family);
    line-height: 1.65;
    color: var(--text-primary);
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    background-color: var(--surface-page);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: var(--font-weight-bold);
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: var(--text-heading);
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.875rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.125rem; }

p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: var(--transition-fast);
}

a:hover {
    color: var(--primary-dark);
}

/* Layout */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--container-padding);
}

@media (min-width: 1280px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.section-padding {
    padding: var(--section-padding);
}

/* Utility Classes */
.gradient-text {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-highlight) 55%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

/* =============================================
   NAVIGATION (Referenz-Header: Violett, Trapez-Logo)
   ============================================= */

:root {
    /* Referenz: Violett, Gold; weißes Band = Trapez oben schmal, unten breit (nach unten aufweitend) */
    --nav-vistello-purple: #4b1a5f;
    --nav-vistello-gold: #d49a44;
    --nav-vistello-height: 5.75rem;
    /* TL, TR, BR, BL — oben enger, unten breiter (vorherige Variante war gespiegelt) */
    --nav-trapezoid-clip: polygon(20% 0%, 80% 0%, 95% 100%, 5% 100%);
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--nav-vistello-purple);
    border-bottom: none;
    transition: box-shadow var(--transition-normal);
}

.navbar.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 1rem;
    max-width: min(1600px, 100%);
    margin: 0 auto;
    min-height: var(--nav-vistello-height);
}

.nav-container--vistello {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
    gap: 0.5rem clamp(0.75rem, 2vw, 2rem);
    padding-left: clamp(0.5rem, 2.5vw, 2rem);
    padding-right: clamp(0.5rem, 2.5vw, 2rem);
}

.nav-cluster {
    display: flex;
    align-items: center;
    min-width: 0;
}

.nav-cluster--left {
    justify-content: flex-start;
    gap: clamp(1rem, 2.5vw, 2.5rem);
    padding-right: 0.25rem;
}

.nav-cluster--right {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(0.65rem, 1.8vw, 1.5rem);
}

.nav-links-desktop {
    display: flex;
    align-items: center;
    gap: clamp(0.65rem, 1.5vw, 1.5rem);
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link-desktop {
    font-weight: var(--font-weight-semibold);
    color: var(--white);
    font-size: clamp(0.7rem, 1.1vw, 0.8125rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity var(--transition-fast);
}

.nav-link-desktop:hover,
.nav-link-desktop:focus-visible {
    color: var(--white);
    opacity: 0.88;
    outline: none;
}

/* Zentrales Trapez + Wordmark */
.nav-trapezoid-brand {
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    align-self: stretch;
    min-height: 100%;
    width: 450px;
}

/* Trapez: obere Kante schmaler, untere breiter (Schrägen nach außen nach unten) */
.nav-trapezoid-brand__shape {
    background: var(--white);
    clip-path: var(--nav-trapezoid-clip);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.35rem clamp(0.65rem, 2vw, 1.35rem) 0.4rem;
    min-width: min(450px, 28vw);
    max-width: min(450px, 34vw);
    min-height: var(--nav-vistello-height);
    box-sizing: border-box;
    flex: 1;
}

/* Offizielles Logo (WebP) */
.nav-brand-logo-img {
    display: block;
    height: 75px;
    width: auto;
    max-width: min(200px, 26vw);
    flex-shrink: 0;
    object-fit: contain;
    object-position: center center;
}

.logo-desktop {
    display: block;
}

.logo-mobile {
    display: none;
}

.nav-aside {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.45rem 0.55rem;
}

.nav-phone-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--nav-vistello-gold);
    color: var(--white) !important;
    font-weight: var(--font-weight-semibold);
    font-size: clamp(0.68rem, 1vw, 0.8125rem);
    letter-spacing: 0.02em;
    text-decoration: none;
    padding: 0.45rem 0.95rem;
    border-radius: var(--radius-pill);
    white-space: nowrap;
    transition: filter var(--transition-fast), transform var(--transition-fast);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.nav-phone-pill:hover {
    filter: brightness(1.06);
    color: var(--white) !important;
}

.nav-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
}

.nav-social__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: color var(--transition-fast), transform var(--transition-fast);
}

.nav-social__btn:hover {
    color: var(--nav-vistello-gold, #d49a44);
    transform: translateY(-2px);
}

.nav-social__btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Hamburger (Gold, Balken unterschiedlich lang) */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    cursor: pointer;
    padding: 0.45rem 0.5rem;
    z-index: 1001;
    position: relative;
    background: transparent;
    border: none;
    -webkit-tap-highlight-color: transparent;
}

.nav-toggle--gold .bar {
    display: block;
    height: 3px;
    border-radius: 1px;
    background: var(--nav-vistello-gold);
    transition: var(--transition-fast);
}

.nav-toggle--gold .bar--1 {
    width: 26px;
}

.nav-toggle--gold .bar--2 {
    width: 20px;
}

.nav-toggle--gold .bar--3 {
    width: 14px;
}

.nav-toggle--gold.active .bar--1 {
    transform: rotate(-45deg) translate(-4px, 7px);
    width: 22px;
}

.nav-toggle--gold.active .bar--2 {
    opacity: 0;
    width: 18px;
}

.nav-toggle--gold.active .bar--3 {
    transform: rotate(45deg) translate(-4px, -7px);
    width: 22px;
}

.nav-logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--primary-color);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.nav-logo:hover {
    opacity: 0.8;
    color: var(--primary-color);
}

.nav-logo i {
    margin-right: 0.5rem;
    font-size: 1.75rem;
}

.nav-menu {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-link {
    font-weight: var(--font-weight-medium);
    color: rgba(26, 31, 43, 0.78);
    transition: var(--transition-fast);
    position: relative;
    font-size: 0.9375rem;
}

.btn-nav-cta {
    display: none !important;
}

.nav-link:hover {
    color: var(--primary-color);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: var(--transition-normal);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-phone {
    color: var(--primary-color) !important;
    font-weight: var(--font-weight-semibold);
}

.nav-phone:hover {
    color: var(--primary-dark) !important;
}

@media (min-width: 993px) {
    .nav-toggle {
        display: none !important;
    }

    /* Marketing-Header: goldener Hamburger immer sichtbar (wie Referenz) */
    .nav-container--vistello .nav-toggle.nav-toggle--gold {
        display: flex !important;
    }
}

@media (max-width: 992px) {
    .nav-links-desktop {
        display: none;
    }

    .nav-container--vistello {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        position: relative;
        gap: 0.35rem 0.5rem;
    }

    .nav-cluster--left {
        order: 1;
        z-index: 15;
    }

    .nav-trapezoid-brand {
        order: 2;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        z-index: 10;
        width: auto;
        max-width: 100%;
    }

    .nav-cluster--right {
        order: 3;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        gap: 0.35rem 0.5rem;
        z-index: 15;
    }

    .nav-aside {
        flex-direction: row;
        align-items: center;
    }

    .nav-phone-pill {
        display: none !important;
    }

    .nav-social {
        display: flex;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-trapezoid-brand__shape {
        min-width: 220px;
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem;
        clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    }

    .logo-desktop {
        display: none !important;
    }
    
    .logo-mobile {
        display: block !important;
        height: 48px;
        width: 48px !important;
        max-width: none;
        object-fit: contain;
    }
}

/* =============================================
   HERO SECTION
   ============================================= */

.hero {
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    padding-top: 120px;
    padding-bottom: 4rem;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-hero);
    z-index: -2;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 90% 55% at 0% 0%, rgba(181, 153, 209, 0.28) 0%, transparent 58%),
        radial-gradient(ellipse 75% 50% at 100% 15%, rgba(212, 160, 86, 0.14) 0%, transparent 52%),
        radial-gradient(ellipse 85% 45% at 50% 100%, rgba(93, 37, 122, 0.09) 0%, transparent 55%);
    z-index: -1;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
    align-items: center;
}

.hero-content {
    color: var(--text-heading);
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: var(--font-weight-semibold);
    color: var(--primary-color);
    background: rgba(181, 153, 209, 0.22);
    padding: 0.45rem 1rem 0.45rem 0.85rem;
    border-radius: var(--radius-pill);
    margin-bottom: 1.25rem;
    letter-spacing: 0.01em;
}

.hero-kicker-dot {
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(93, 37, 122, 0.12);
}

.hero-title {
    font-size: clamp(2.25rem, 4.6vw, 3.5rem);
    font-weight: 800;
    /* Genug Zeilenhöhe für Unterlängen (g, p, y) – zu knapp + background-clip schneidet ab */
    line-height: 1.28;
    margin-bottom: 1.35rem;
    color: var(--text-heading);
    letter-spacing: -0.03em;
    overflow: visible;
}

/* „Universal-“: einfarbiges Warmgold (wie Referenzbild, kein Verlauf) */
.hero-gradient-universal {
    font-weight: 800;
    color: #d4a056;
    -webkit-text-fill-color: currentColor;
}

/* „Vermietungsplattform“: Gold → staubiges Rose → Marken-Lila (wie Referenzbild) */
.hero-gradient-vermietung {
    display: inline;
    font-weight: 800;
    line-height: inherit;
    /* Platz für Unterlängen bei -webkit-background-clip: text */
    padding-bottom: 0.18em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: linear-gradient(
        to right,
        #d4a056 0%,
        #d4a056 12%,
        #c98a9a 42%,
        #9467a3 72%,
        #5d257a 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.hero-text-navy {
    color: var(--text-heading);
    font-weight: 800;
}

.hero-title-line {
    display: block;
    overflow: visible;
    line-height: 1.34;
    padding-bottom: 0.1em;
}

.hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.65;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 34rem;
}

.hero-subtitle strong {
    color: var(--text-heading);
    font-weight: 700;
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.12em;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.25rem;
}

.hero .stat-item {
    text-align: center;
    padding: 1.25rem 1rem;
    background: var(--surface-elevated);
    border-radius: var(--border-radius-lg);
    border: 1px solid rgba(26, 31, 43, 0.06);
    box-shadow: var(--shadow-md);
}

.hero .stat-number {
    display: block;
    font-size: 2rem;
    font-weight: var(--font-weight-extrabold);
    color: var(--primary-color);
    margin-bottom: 0.35rem;
}

.hero .stat-label {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    font-weight: var(--font-weight-medium);
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: var(--font-weight-extrabold);
    color: var(--white);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* =============================================
   BUTTONS
   ============================================= */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.65rem;
    border-radius: var(--radius-pill);
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    transition: var(--transition-normal);
    cursor: pointer;
    border: none;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: var(--transition-normal);
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: var(--shadow-md);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-gold {
    background: var(--gradient-gold);
    color: #1a1308 !important;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(212, 160, 86, 0.45);
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.03);
}

.btn-outline {
    background: var(--white);
    color: var(--primary-color);
    border: 2px solid rgba(93, 37, 122, 0.35);
    box-shadow: var(--shadow-sm);
    font-weight: var(--font-weight-semibold);
    text-shadow: none;
    position: relative;
    overflow: hidden;
}

.btn-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: var(--transition-normal);
}

.btn-outline:hover::before {
    left: 100%;
}

.btn-outline:hover {
    background: rgba(93, 37, 122, 0.06);
    color: var(--primary-dark);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    border-color: var(--primary-color);
}

.btn-full {
    width: 100%;
    justify-content: center;
    text-align: center;
}

/* =============================================
   HERO VISUAL / DASHBOARD MOCKUP
   ============================================= */

.hero-visual {
    position: relative;
}

.dashboard-mockup {
    background: var(--white);
    border-radius: 22px;
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    border: 1px solid rgba(26, 31, 43, 0.06);
    transform: perspective(1200px) rotateY(-7deg) rotateX(4deg);
    transition: var(--transition-slow);
}

.dashboard-mockup:hover {
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.mockup-header {
    background: var(--gray-100);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid var(--gray-200);
}

.mockup-controls {
    display: flex;
    gap: 0.5rem;
}

.control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.control.red { background: #ef4444; }
.control.yellow { background: #f59e0b; }
.control.green { background: #10b981; }

.mockup-title {
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
}

.mockup-content {
    padding: 2rem;
}

.dashboard-widget {
    margin-bottom: 2rem;
}

.dashboard-widget h4 {
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.widget-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.widget-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem;
    background: var(--gray-50);
    border-radius: var(--border-radius);
    border-left: 4px solid var(--primary-color);
}

.widget-stat.arrivals {
    border-left-color: var(--primary-color);
}

.widget-stat.departures {
    border-left-color: #f59e0b;
}

.widget-stat.checks {
    border-left-color: #ef4444;
}

.widget-stat.others {
    border-left-color: #10b981;
}

.stat-icon {
    font-size: 1.25rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--white);
    border-radius: var(--border-radius);
    margin-bottom: 0.75rem;
}

.widget-stat.arrivals .stat-icon {
    background: var(--primary-color);
}

.widget-stat.departures .stat-icon {
    background: #f59e0b;
}

.widget-stat.checks .stat-icon {
    background: #ef4444;
}

.widget-stat.others .stat-icon {
    background: #10b981;
}

.stat-value {
    display: block;
    font-size: 2rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.stat-desc {
    font-size: 0.75rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Umsatz-Widget */
.revenue-widget {
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--gray-200);
    margin-bottom: 1.5rem;
}

.revenue-amount {
    font-size: 2.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.revenue-label {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

/* Prozent-Anzeigen */
.percentage-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.percentage-item {
    flex: 1;
    text-align: center;
}

.percentage-value {
    font-size: 1.75rem;
    font-weight: var(--font-weight-bold);
    color: var(--primary-color);
    margin-bottom: 0.25rem;
}

.percentage-label {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

/* Buchungstabelle */
.bookings-table {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid var(--gray-200);
}

.table-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #6b3485 100%);
    color: var(--white);
    padding: 1rem;
    font-weight: var(--font-weight-semibold);
    font-size: 0.875rem;
}

.table-row {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--gray-100);
    font-size: 0.875rem;
}

.table-row:last-child {
    border-bottom: none;
}

.table-cell {
    flex: 1;
    text-align: left;
}

.table-cell.center {
    text-align: center;
}

.status-badge {
    background: #10b981;
    color: var(--white);
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: var(--font-weight-medium);
}

/* =============================================
   SCROLL INDICATOR
   ============================================= */

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-color);
    opacity: 0.55;
}

.scroll-arrow {
    width: 30px;
    height: 30px;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transform: rotate(45deg);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) rotate(45deg);
        opacity: 0.8;
    }
    40% {
        transform: translateY(-6px) rotate(45deg);
        opacity: 1;
    }
    60% {
        transform: translateY(-3px) rotate(45deg);
        opacity: 0.9;
    }
}

/* =============================================
   SOCIAL PROOF + SCHMERZPUNKTE + FAQ (Strategie-Test)
   ============================================= */

.social-proof-strip {
    background: linear-gradient(180deg, rgba(181, 153, 209, 0.08) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-bottom: 1px solid rgba(26, 31, 43, 0.05);
    padding: 2rem 0;
}

.social-proof-strip .container {
    text-align: center;
}

.social-proof-lead {
    font-size: 1.05rem;
    color: var(--text-heading);
    font-weight: var(--font-weight-medium);
    max-width: 52rem;
    margin: 0 auto 1.25rem;
    line-height: 1.55;
}

.social-proof-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sp-badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: var(--font-weight-semibold);
    color: var(--primary-color);
    background: rgba(93, 37, 122, 0.08);
    border: 1px solid rgba(93, 37, 122, 0.15);
    padding: 0.4rem 0.95rem;
    border-radius: var(--radius-pill);
}

.pain-points {
    padding: 0;
    line-height: 0;
    border-top: 1px solid rgba(26, 31, 43, 0.04);
}

.pain-points-img {
    width: 100%;
    height: auto;
    display: block;
}

.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-top: 3rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.pain-card {
    background: var(--white);
    border: 1px solid rgba(26, 31, 43, 0.07);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pain-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.pain-card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.pain-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: var(--text-heading);
}

.pain-card p {
    margin: 0;
    font-size: 0.98rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.pain-cta-line {
    margin-top: 2.5rem;
}

.faq-section {
    background: var(--white);
}

.faq-header {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 2.5rem;
}

.faq-header-arrow {
    display: block;
    width: 68px;
    height: 14px;
    margin: 0 auto 0.25rem;
}

.faq-list {
    max-width: 100%;
    margin: 0 auto;
}

.faq-item {
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0;
    margin-bottom: 0;
}

.faq-item:last-child {
    border-bottom: 2px solid var(--primary-color);
}

.faq-item summary {
    cursor: pointer;
    padding: 1.25rem 3rem 1.25rem 0;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--primary-color);
    list-style: none;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.75rem;
    color: var(--nav-vistello-gold, #d49a44);
    font-weight: 700;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: '✔';
    font-size: 1.4rem;
    color: var(--primary-color);
}

.faq-answer {
    padding: 0 1rem 1.25rem 0;
    border-top: none;
}

.faq-answer p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

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

/* =============================================
   SECTIONS
   ============================================= */

.features, .benefits, .demo, .contact {
    padding: var(--section-padding);
}

.features {
    background: var(--surface-elevated);
    border-top: 1px solid rgba(26, 31, 43, 0.04);
}

.benefits {
    background: linear-gradient(180deg, #f8f7fb 0%, #f4f2f8 100%);
}

.demo {
    background: var(--surface-page);
    border-top: 1px solid rgba(26, 31, 43, 0.04);
}

.contact {
    position: relative;
    z-index: 0;
    background: linear-gradient(165deg, #161a26 0%, #1a1628 50%, #121626 100%);
    color: var(--white);
}

.section-header {
    text-align: left;
    margin-bottom: 3rem;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.section-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: var(--primary-color);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

.section-title strong,
.section-title span {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: var(--primary-color);
}

.section-subtitle {
    font-size: 1.1rem;
    line-height: 1.68;
    color: var(--text-secondary);
    font-weight: 400;
    max-width: 38rem;
    margin-left: 0;
    margin-right: 0;
}

/* =============================================
   FEATURES SECTION
   ============================================= */

.features .section-header {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    margin-bottom: 1.25rem;
}

.features .section-subtitle {
    margin-left: 0;
    margin-right: 0;
}

.features-title-block {
    margin-bottom: 0.75rem;
}

.features-title-highlight {
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.features-title-arrow {
    position: absolute;
    top: -15px;
    left: 0;
    width: 120%;
    height: auto;
}

.inkl-arrow {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    width: auto;
    height: auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
    margin-top: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.feature-card:nth-child(1),
.feature-card:nth-child(2), 
.feature-card:nth-child(3) {
    grid-column: span 1;
}

.feature-card:nth-child(4) {
    grid-column: span 1;
}

.feature-card:nth-child(5),
.feature-card:nth-child(6) {
    grid-column: span 1;
}

/* Weitere Reihen: gleiche Spaltenlogik (3er-Grid Desktop, 2er Tablet, 1er Mobile) */
.feature-card:nth-child(7),
.feature-card:nth-child(8),
.feature-card:nth-child(9),
.feature-card:nth-child(10),
.feature-card:nth-child(11),
.feature-card:nth-child(12),
.feature-card:nth-child(13),
.feature-card:nth-child(14),
.feature-card:nth-child(15) {
    grid-column: span 1;
}

.feature-card {
    background: var(--primary-color);
    border-radius: 2px;
    padding: 1.1rem 1rem 1rem;
    border: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, background-color 0.3s ease;
    position: relative;
    overflow: visible;
    box-shadow: none;
}

.feature-card::after {
    content: '✔';
    position: absolute;
    top: 1.5rem;
    right: -1px;
    width: 40px;
    height: 36px;
    border-radius: 10px 0 0 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: color 0.3s ease;
}

.features-grid .feature-card:first-child::before {
    display: none;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(93, 37, 122, 0.25);
    background-color: var(--secondary-color);
}

.feature-card:hover::after {
    color: var(--primary-color);
}

.feature-card:hover .check-icon {
    background-color: var(--primary-color);
}

.feature-card .btn-outline {
    background: var(--white);
    color: var(--primary-color);
    border-color: var(--white);
    transition: all 0.3s ease;
}

.feature-card .btn-outline:hover {
    background: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
}

.feature-card:hover .btn-outline {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.feature-card:hover .btn-outline:hover {
    background: var(--white);
    color: var(--primary-color);
    border-color: var(--white);
}



.feature-icon {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.65rem;
    color: var(--white);
    font-size: 1.15rem;
    box-shadow: none;
}

.feature-card h3 {
    color: var(--white);
    margin-bottom: 0.4rem;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    font-weight: 600;
}


.feature-card p {
    margin-bottom: 0.6rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 1.5;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin-bottom: 0.25rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.75rem;
    line-height: 1.35;
}

.feature-list li i {
    color: var(--secondary-color);
}



.feature-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.btn-small {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: transparent;
    font-size: 0;
    margin-right: 0.45rem;
    margin-top: 8px; /* Optische Korrektur zur besseren vertikalen Zentrierung mit dem Text */
    flex-shrink: 0;
    line-height: 1;
    transition: background-color 0.3s ease;
}

/* =============================================
   BENEFITS SECTION
   ============================================= */

.benefits-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: start;
}

.benefits-text h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--text-primary);
}

.benefit-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    flex-shrink: 0;
}

.benefit-content h4 {
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.testimonial-card {
    background: var(--surface-elevated);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    margin-bottom: 2rem;
    position: relative;
    border: 1px solid rgba(26, 31, 43, 0.06);
}

.quote-icon {
    position: absolute;
    top: -10px;
    left: 2rem;
    font-size: 2rem;
    color: var(--primary-color);
    background: var(--white);
    padding: 0 0.5rem;
}

.testimonial-content p {
    font-style: italic;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.testimonial-author strong {
    color: var(--primary-color);
}

.testimonial-author span {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

/* Testimonial Author Icon Styling - WICHTIG: Überschreibt alle anderen Styles */
.testimonial-author .testimonial-author-flex {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    flex-direction: row !important;
}

.testimonial-author .testimonial-icon {
    font-size: 1.5rem !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.testimonial-author .testimonial-author-info {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
}

.testimonial-author .testimonial-author-info strong {
    color: var(--primary-color) !important;
    font-weight: var(--font-weight-semibold) !important;
    margin: 0 !important;
}

.testimonial-author .testimonial-author-info span {
    color: var(--text-secondary) !important;
    font-size: 0.875rem !important;
    margin-top: 0.25rem !important;
    display: block !important;
}

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

.metric {
    text-align: center;
    padding: 1.5rem 1rem;
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
}

.metric-number {
    display: block;
    font-size: 2rem;
    font-weight: var(--font-weight-extrabold);
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.metric-label {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

/* Trust Badges */
.trust-badges {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--gray-200);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

.trust-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* Germany Flag */
.germany-flag {
    width: 32px;
    height: 24px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.flag-stripe {
    flex: 1;
    width: 100%;
}

.flag-stripe.black {
    background-color: #000000;
}

.flag-stripe.red {
    background-color: #DD0000;
}

.flag-stripe.gold {
    background-color: #FFCE00;
}

.trust-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.trust-content strong {
    font-size: 0.875rem;
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    margin-bottom: 0.125rem;
}

.trust-content span {
    font-size: 0.75rem;
    color: var(--text-secondary);
    line-height: 1.3;
}

/* =============================================
   DEMO SECTION
   ============================================= */

.demo-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: start;
    max-width: 100%;
    margin: 0 auto;
}

.demo-title-block {
    margin-bottom: 1.5rem;
    position: relative;
    padding-top: 25px;
}

.demo-arrow-straight {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100px;
    height: auto;
}

.demo-subtitle {
    color: var(--primary-color);
    font-size: 1.05rem;
    line-height: 1.5;
    margin-bottom: 4rem;
}

.demo-steps {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.demo-step {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.6rem;
    color: #d1c8d6;
    font-weight: 500;
}

.demo-step.active {
    color: var(--primary-color);
}

.demo-step-number {
    font-weight: 400;
    font-size: 1.8rem;
}

.demo-step-text {
    font-weight: 400;
    font-size: 1.6rem;
}

/* =============================================
   FORMS
   ============================================= */

.demo-form-container {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}

.demo-form-title {
    color: var(--primary-color);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.demo-form-subtitle {
    color: var(--primary-color);
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.demo-input-group {
    margin-bottom: 2rem;
}

.demo-input-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1rem;
}

.demo-input-group input,
.demo-input-group select,
.demo-input-group textarea {
    width: 100%;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 1px solid var(--primary-color);
    border-radius: 0;
    font-size: 0.85rem;
    background: transparent;
    color: var(--primary-color);
    transition: border-color 0.3s ease;
}

.demo-input-group .select-wrapper {
    position: relative;
}

.demo-input-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background: transparent;
}

.demo-input-group .select-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.demo-input-group textarea {
    resize: none;
    font-family: inherit;
}

.demo-input-group input::placeholder,
.demo-input-group select::placeholder,
.demo-input-group textarea::placeholder {
    color: #a0a0a0;
    font-weight: 400;
}

.demo-input-group input:focus,
.demo-input-group select:focus,
.demo-input-group textarea:focus {
    outline: none;
    border-bottom: 2px solid var(--secondary-color);
    margin-bottom: -1px;
}

.demo-checkbox {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.demo-checkbox .checkbox-label {
    align-items: center;
    font-size: 0.85rem;
    color: var(--primary-color);
}

.demo-checkmark {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #dda244;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.checkbox-label input[type="checkbox"]:checked + .demo-checkmark::after {
    content: '✓';
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.demo-submit-btn {
    margin-top: 2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 600;
}

.demo-submit-btn .btn-icon-check {
    position: absolute;
    right: 15px;
    background: #ffffff;
    color: #dda244;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    font-weight: var(--font-weight-medium);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid var(--gray-300);
    border-radius: var(--border-radius);
    font-size: 1rem;
    transition: var(--transition-fast);
    background: var(--white);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(93, 37, 122, 0.12);
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 1rem 0;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-user-select: none;
    user-select: none;
}

.checkbox-label input[type="checkbox"] {
    display: none !important;
}

.checkmark {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    border: 2px solid var(--gray-300) !important;
    border-radius: 4px !important;
    position: relative !important;
    transition: var(--transition-fast) !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
    background: var(--white) !important;
    display: inline-block !important;
    box-sizing: border-box !important;
}

.checkbox-label:hover .checkmark {
    border-color: var(--primary-color) !important;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '✓' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: var(--white) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

/* =============================================
   CONTACT SECTION
   ============================================= */

.contact-content {
    text-align: center;
}

.contact-content h2,
.contact-content p {
    color: var(--white);
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius-lg);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item i {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.contact-item h4 {
    color: var(--white);
    margin-bottom: 0.5rem;
}

.contact-item a {
    color: var(--secondary-color);
}

.contact-item span {
    color: rgba(255, 255, 255, 0.8);
}

/* =============================================
   FOOTER
   ============================================= */

.footer {
    background: var(--gray-900);
    color: var(--white);
    padding: 3rem 0 1rem;
}

/* Marketing-Startseite: Referenz-Footer (V-Notch, drei Spalten) */
.footer.footer--vistello {
    background: var(--nav-vistello-purple, #4b1a5f);
    color: var(--white);
    padding: 0 0 1.25rem;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.footer-vistello-main {
    position: relative;
    padding: 0 0 1.5rem;
    border-bottom: none;
    overflow: hidden;
}

.footer-vistello-main::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: min(450px, 34vw);
    height: 80%;
    background: var(--white);
    clip-path: polygon(5% 0%, 95% 0%, 50% 100%);
    z-index: 0;
}

.footer-vistello-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 400px) minmax(0, 1fr);
    gap: 1.5rem 2rem;
    align-items: start;
}

.footer-vistello-col--left {
    padding-top: 1.5rem;
}

.footer-vistello-kicker {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    padding: 0.4rem 0.85rem;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    color: var(--white);
    background: var(--nav-vistello-gold, #d49a44);
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.footer-vistello-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
}

.footer-vistello-nav a {
    font-size: 0.8125rem;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: color var(--transition-fast), opacity var(--transition-fast);
}

.footer-vistello-nav a:hover,
.footer-vistello-nav a:focus-visible {
    color: var(--nav-vistello-gold, #d49a44);
    outline: none;
}

.footer-vistello-col--center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 0;
}

.footer-vistello-logo-link {
    display: inline-block;
    text-decoration: none;
    line-height: 0;
}

.footer-vistello-logo-img {
    height: clamp(56px, 6vw, 80px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.footer-vistello-tagline {
    margin: 0.4rem 0 0;
    max-width: 15rem;
    font-size: 0.6rem;
    line-height: 1.3;
    font-style: italic;
    font-weight: 500;
    color: var(--nav-vistello-purple, #4b1a5f);
}

/* Weißes „invertiertes V“ / Spitz nach oben, Logo in der Fläche */


.footer-vistello-col--right {
    padding-top: 0.5rem;
    display: flex;
    justify-content: flex-end;
}

.footer-vistello-legal-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
}

.footer-vistello-legal-title {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white);
}

.footer-vistello-legal-nav {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.footer-vistello-legal-nav a {
    font-size: 0.875rem;
    font-weight: var(--font-weight-medium);
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.footer-vistello-legal-nav a:hover,
.footer-vistello-legal-nav a:focus-visible {
    color: var(--nav-vistello-gold, #d49a44);
    outline: none;
}

.footer-vistello-dots-right {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 3;
}

.footer-vistello-dot {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}

.footer-vistello-dot--large {
    width: 14px;
    height: 14px;
}

.footer-vistello-dot--gold {
    background: var(--nav-vistello-gold, #d49a44);
    border-color: var(--nav-vistello-gold, #d49a44);
}

.footer-bottom.footer-bottom--vistello {
    border-top: none;
    padding-top: 1.25rem;
    margin-top: 0;
}

.footer-vistello-copy {
    margin: 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.65);
}

.footer--vistello .footer-made-in-germany {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8125rem;
}

@media (max-width: 992px) {
    .footer-vistello-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-vistello-col--center {
        order: -1;
    }

    .footer-vistello-main::before {
        width: 100%;
        height: calc(140px + 2px);
        top: -2px;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    }

    .footer-vistello-col--left,
    .footer-vistello-col--right {
        padding-top: 0;
    }

    .footer-vistello-col--right {
        justify-content: flex-start;
    }

    .footer-vistello-legal-wrap {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 576px) {
    .footer-bottom--vistello {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-made-in-germany {
        justify-content: center;
    }
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-brand {
    max-width: 300px;
}

.footer-logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--white);
    margin-bottom: 1rem;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-logo:hover {
    opacity: 0.95;
    color: var(--white);
}

.footer .footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer .footer-logo:hover {
    transform: scale(1.04);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    opacity: 1;
}

.nav-logo .logo-img {
    height: 65px;
    width: auto;
    object-fit: contain;
    display: block;
    max-width: 100%;
}

.logo-img-footer {
    height: 55px;
    width: auto;
    object-fit: contain;
    display: block;
    max-width: 100%;
}

@media (max-width: 768px) {
    .nav-logo .logo-img {
        height: 50px;
    }

    .logo-img-footer {
        height: 45px;
    }
}

@media (max-width: 480px) {
    .nav-logo .logo-img {
        height: 42px;
    }

    .logo-img-footer {
        height: 38px;
    }
}

.footer-logo i {
    margin-right: 0.5rem;
    color: var(--primary-color);
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-column h4 {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.footer-column a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
    transition: var(--transition-fast);
    font-size: 0.875rem;
}

.footer-column a:hover {
    color: var(--secondary-color);
}

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

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    margin: 0;
}

.footer-made-in-germany {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    font-weight: var(--font-weight-medium);
}

.footer-germany-flag {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
}

/* =============================================
   MODAL
   ============================================= */

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.modal.show {
    display: flex;
}

.modal-content {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-xl);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header {
    text-align: center;
    padding: 2rem 2rem 1rem;
}

.success-icon {
    font-size: 3rem;
    color: var(--success-color);
    margin-bottom: 1rem;
}

.modal-header h3 {
    color: var(--text-primary);
    margin-bottom: 0;
}

.modal-body {
    padding: 0 2rem 1rem;
    text-align: center;
}

.modal-footer {
    padding: 1rem 2rem 2rem;
    text-align: center;
}

/* =============================================
   LEGAL PAGES (Datenschutz, Impressum)
   ============================================= */

.legal-page-section {
    padding: 120px 0 80px;
    background: var(--white);
}

.legal-page-inner {
    max-width: 800px;
    margin: 0 auto;
}

.legal-page-title {
    color: var(--text-primary);
    margin-bottom: 2rem;
}

.legal-page-body {
    color: var(--text-primary);
    line-height: 1.8;
    font-size: 1.1rem;
}

.legal-h2 {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem 0;
}

.legal-h3 {
    color: var(--text-primary);
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
}

.legal-h3-sub {
    color: var(--text-primary);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem 0;
}

.legal-list {
    margin: 1rem 0;
    padding-left: 2rem;
    font-size: 1.1rem;
}

.legal-back-wrap {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--gray-200);
}

.nav-phone-icon {
    margin-right: 0.3rem;
}

.benefit-icon-emoji {
    font-size: 1.5rem;
}

.demo-form-link-privacy {
    color: var(--primary-color);
}

/* =============================================
   STICKY CTA FLYOUT
   ============================================= */

.sticky-cta-flyout {
    position: fixed;
    right: -220px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: none;
    transition: right 0.3s ease;
}

.sticky-cta-flyout.is-open {
    right: 0 !important;
}

.sticky-cta-flyout .flyout-tab {
    position: absolute;
    left: -52px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 72px;
    background: var(--primary-color);
    border-radius: 18px 0 0 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 2px 12px rgba(93, 37, 122, 0.3);
    transition: background 0.2s ease;
    animation: flyoutGlow 2s infinite alternate ease-in-out;
}

@keyframes flyoutGlow {
    0% {
        box-shadow: -3px 2px 12px rgba(93, 37, 122, 0.3), -2px 0 5px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: -3px 2px 12px rgba(93, 37, 122, 0.3), -2px 0 15px rgba(255, 255, 255, 0.8);
    }
}

.flyout-tab-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.sticky-cta-flyout .flyout-tab:hover {
    background: var(--primary-dark);
}

.sticky-cta-flyout .flyout-container {
    background: rgba(234, 229, 241, 1);
    border-radius: 20px 0 0 20px;
    box-shadow: -4px 4px 24px rgba(0, 0, 0, 0.12);
    padding: 30px 24px 22px;
    width: 220px;
    text-align: center;
}

.flyout-headline {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: 0.05em;
    margin-bottom: 0.6rem;
}

.flyout-text {
    font-size: 0.9rem;
    color: var(--text-primary);
    margin-bottom: 0.1rem;
}

.flyout-phone {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-heading);
    text-decoration: none;
    margin-bottom: 1rem;
}

.flyout-phone:hover {
    color: var(--primary-color);
}

.flyout-btn-demo {
    display: block;
    padding: 0.7rem 1.5rem;
    background: var(--primary-color);
    color: white !important;
    text-decoration: none;
    border-radius: var(--radius-pill);
    font-size: 0.9rem;
    font-weight: 700;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.flyout-btn-demo:hover {
    background: var(--primary-dark);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.flyout-hours {
    text-align: center;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    color: var(--primary-color);
    font-weight: 500;
}

/* =============================================
   ANIMATIONS
   ============================================= */

/* Fade In Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Slide In From Left */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-in-left {
    animation: slideInLeft 0.6s ease-out forwards;
}

/* Slide In From Right */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-in-right {
    animation: slideInRight 0.6s ease-out forwards;
}

/* Scale In Animation */
@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.scale-in {
    animation: scaleIn 0.6s ease-out forwards;
}

/* =============================================
   RESPONSIVE DESIGN
   ============================================= */

@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    
    .feature-card:nth-child(4) {
        grid-column: span 1;
    }
    
    .feature-card:nth-child(n) {
        grid-column: span 1;
    }
    
    .examples-grid {
        gap: 2rem;
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .testimonial-card.large {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    /* Mobile Navigation - Stronger Rules */
    .nav-toggle {
        display: flex !important;
        z-index: 1001 !important;
        position: relative !important;
        background: none !important;
        border: none !important;
    }
    
    .nav-menu {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(255, 255, 255, 0.98) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        backdrop-filter: blur(20px) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 2rem !important;
        transition: right 0.3s ease !important;
        z-index: 1000 !important;
        padding-top: 80px !important;
        list-style: none !important;
    }
    
    .nav-menu.active {
        right: 0 !important;
        transform: translateX(0) !important;
    }
    
    .nav-link {
        font-size: 1.5rem !important;
        font-weight: 600;
        color: var(--text-primary) !important;
        padding: 1rem;
        text-align: center;
        white-space: nowrap;
        display: block;
    }
    
    .nav-phone {
        font-size: 1.2rem !important;
        background: var(--primary-color) !important;
        color: white !important;
        border-radius: 8px;
        margin-top: 1rem;
    }
    
    .nav-toggle.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px) !important;
    }
    
    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0 !important;
    }
    
    .nav-toggle.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px) !important;
    }
    
    /* Prevent body scroll when menu is open */
    body.menu-open {
        overflow: hidden;
    }
    
    /* Hero Section Mobile */
    .hero .container {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .hero-visual {
        order: 1;
        margin-top: 2rem;
    }
    
    .hero-stats {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        max-width: 400px !important;
        margin: 0 auto 2rem auto !important;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    /* Features Grid Mobile */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    .feature-card:nth-child(4) {
        grid-column: span 1;
    }
    
    /* Benefits Mobile */
    .benefits-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem !important;
    }
    
    .benefits-text {
        order: 1 !important;
    }
    
    .benefits-visual {
        order: 2 !important;
        margin-top: 2rem !important;
    }
    
    /* Demo Section Mobile */
    .demo-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem !important;
    }
    
    .demo-info {
        order: 1;
    }
    
    .demo-form-container {
        order: 2;
        margin-top: 2rem;
    }
    
    /* Contact Mobile */
    .contact-info {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    /* Footer Mobile */
    .footer-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 2rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 3rem 0;
    }
    
    .testimonial-card.large {
        grid-column: span 1;
    }
    
    .success-metrics {
        gap: 2rem;
        margin-top: 3rem;
    }
    
    .metric-number {
        font-size: 2rem;
    }
    
    .hero-title {
        font-size: 2.75rem;
        line-height: 1.28;
    }
    
    .section-title {
        font-size: 2.25rem;
    }

    /* Sticky CTA Flyout — Tablet */
    .sticky-cta-flyout {
        right: -190px;
    }
    .sticky-cta-flyout .flyout-container {
        width: 190px !important;
        padding: 22px 18px !important;
    }

    .sticky-cta-flyout .flyout-tab {
        width: 48px !important;
        height: 64px !important;
        left: -44px !important;
    }
}

@media (max-width: 480px) {
    /* Container Padding */
    .container {
        padding: 0 0.75rem;
    }
    
    /* Navigation Mobile Small */
    .nav-container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .nav-logo {
        font-size: 1.25rem;
    }
    
    .nav-logo img {
        height: 32px !important;
    }
    
    /* Hero Mobile Small */
    .hero {
        padding-top: 100px;
        padding-bottom: 3rem;
    }
    
    .hero-title {
        font-size: 2.25rem;
        line-height: 1.28;
    }
    
    .section-title {
        font-size: 1.95rem;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-stats {
        margin-bottom: 2rem;
    }
    
    .stat-item {
        padding: 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    /* Dashboard Mockup Mobile */
    .dashboard-mockup {
        transform: scale(0.8);
        margin: 1rem 0;
    }
    
    /* Buttons Mobile */
    .btn {
        padding: 0.875rem 1.25rem;
        font-size: 0.95rem;
    }
    
    /* Features Mobile Small */
    .feature-card {
        padding: 1.1rem 1rem;
    }
    
    .feature-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
    
    .feature-card h3 {
        font-size: 0.8rem;
    }
    
    /* Success Metrics Mobile */
    .success-metrics {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    .metric {
        padding: 1rem;
    }
    
    .metric-number {
        font-size: 1.75rem;
    }
    
    /* Trust Badges Mobile */
    .trust-badges {
        flex-direction: column;
        gap: 1rem;
    }
    
    .trust-item {
        text-align: center;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    /* Testimonials Mobile */
    .testimonial-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .testimonial-quote {
        font-size: 1rem;
    }
    
    .testimonial-author {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
    
    .testimonial-author-flex {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    /* Demo Form Mobile */
    .demo-form {
        padding: 1.5rem;
    }
    
    .demo-form h3 {
        font-size: 1.5rem;
    }
    
    /* Contact Mobile */
    .contact-item {
        text-align: center;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    /* Footer Mobile */
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    /* Property Slider Mobile */
    .property-slider {
        gap: 0.5rem;
    }
    
    .property-slide {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
    
    /* Sticky CTA Flyout — Small phones */
    .sticky-cta-flyout {
        right: -170px !important;
    }
    .sticky-cta-flyout .flyout-container {
        width: 170px !important;
        padding: 18px 14px !important;
    }

    .sticky-cta-flyout .flyout-tab {
        width: 44px !important;
        height: 58px !important;
        left: -40px !important;
    }
}

/* =============================================
   ACCESSIBILITY
   ============================================= */

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Focus Styles */
.btn:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    :root {
        --primary-color: #0000ff;
        --text-primary: #000000;
        --text-secondary: #333333;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .hero-visual,
    .modal {
        display: none !important;
    }
    
    * {
        background: white !important;
        color: black !important;
        box-shadow: none !important;
    }
} /* Cache busting */ body { background-attachment: fixed; }

/* ========================================
   MOBILE TOTAL REDESIGN - NUCLEAR OPTION
   ======================================== */
@media (max-width: 768px) {
    /* RESET EVERYTHING */
    * {
        box-sizing: border-box !important;
    }
    
    /* FORCE NAVIGATION TO WORK */
    .navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 10000 !important;
        background: var(--nav-vistello-purple, #4b1a5f) !important;
        height: auto !important;
        min-height: var(--nav-vistello-height, 5.75rem) !important;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2) !important;
    }
    
    .nav-container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: 100% !important;
        padding: 0 1rem !important;
    }
    
    .nav-logo {
        display: flex !important;
        align-items: center !important;
        font-size: 1.2rem !important;
        font-weight: bold !important;
        color: var(--primary-color) !important;
    }
    
    /* OLD MOBILE MENU DISABLED - USING NEW SLIDE-IN MENU */
    .nav-menu {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
    
    .nav-menu.active,
    .nav-menu.active[style],
    .nav-menu-force-open,
    #mobile-menu-open {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
    
    /* DESKTOP NAV LINKS - NORMAL BEHAVIOR */
    .nav-link {
        font-size: 1rem;
        font-weight: 500;
        color: var(--text-primary);
        text-decoration: none;
        padding: 0.5rem 1rem;
        border-radius: 6px;
        transition: all 0.2s ease;
        position: relative;
    }
    
    .nav-link:hover {
        color: var(--primary-color);
    }
    
    /* OLD MOBILE NAV LINKS DISABLED */
    @media (max-width: 768px) {
        .nav-link {
            display: none !important;
            visibility: hidden !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }
        
        .nav-link:hover {
            display: none !important;
        }
    }
    
    .nav-toggle {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-around !important;
        width: 40px !important;
        height: 35px !important;
        background: var(--mobile-menu-item-bg) !important;
        border: 2px solid var(--primary-color) !important;
        border-radius: 6px !important;
        cursor: pointer !important;
        z-index: 10001 !important;
        position: relative !important;
        padding: 6px !important;
        margin-right: 10px !important;
        box-shadow: 0 2px 8px rgba(96, 28, 112, 0.35) !important;
    }
    
    .nav-toggle .bar {
        width: 100% !important;
        height: 4px !important;
        background: var(--primary-color) !important;
        border-radius: 2px !important;
        transition: all 0.3s ease !important;
        transform-origin: center !important;
        display: block !important;
        margin: 3px 0 !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
    }
    
    .nav-toggle.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px) !important;
    }
    
    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0 !important;
    }
    
    .nav-toggle.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px) !important;
    }
    
    /* HERO SECTION MOBILE */
    .hero {
        padding-top: 110px !important;
        padding-bottom: 2rem !important;
    }
    
    .hero .container {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem !important;
        text-align: center !important;
    }
    
    .hero-content {
        order: 1 !important;
    }
    
    .hero-visual {
        order: 2 !important;
        margin-top: 2rem !important;
    }
    
    .hero-title {
        font-size: 2rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.5 !important;
    }
    
    .hero-stats {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
        max-width: 350px !important;
        margin: 0 auto 2rem auto !important;
        width: 100% !important;
    }
    
    .stat-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 1rem !important;
        background: rgba(255, 255, 255, 0.9) !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    }
    
    .stat-number {
        font-size: 1.8rem !important;
        font-weight: bold !important;
        color: var(--primary-color) !important;
        margin-bottom: 0.5rem !important;
    }
    
    .stat-label {
        font-size: 0.9rem !important;
        color: var(--text-secondary) !important;
    }
    
    .hero-cta {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
        align-items: center !important;
    }
    
    .btn {
        width: 100% !important;
        max-width: 300px !important;
        padding: 1rem 1.5rem !important;
        font-size: 1rem !important;
        text-align: center !important;
        justify-content: center !important;
        border-radius: 9999px !important;
    }
    
    /* DASHBOARD MOCKUP MOBILE */
    .dashboard-mockup {
        transform: scale(0.85) !important;
        margin: 1rem auto !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    /* FEATURES SECTION MOBILE */
    .features-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.5rem !important;
    }
    
    .feature-card {
        padding: 1.1rem 1rem !important;
        margin-bottom: 0 !important;
    }
    
    /* BENEFITS SECTION MOBILE */
    .benefits-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem !important;
    }
    
    .benefits-text {
        order: 1 !important;
    }
    
    .benefits-visual {
        order: 2 !important;
    }
    
    .testimonial-card {
        margin-bottom: 1rem !important;
        padding: 1.5rem !important;
    }
    
    /* DEMO SECTION MOBILE */
    .demo-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem !important;
    }
    
    .demo-info {
        order: 1 !important;
    }
    
    .demo-form-container {
        order: 2 !important;
    }
    
    /* SECTION TITLES MOBILE */
    .section-title {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
    }
    
    .section-subtitle {
        font-size: 1rem !important;
        text-align: center !important;
        margin-bottom: 2rem !important;
    }
    
    /* CONTAINER MOBILE */
    .container {
        padding: 0 1rem !important;
        max-width: 100% !important;
    }
    
    /* BODY SCROLL LOCK */
    body.menu-open {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
    }
}

/* ULTRA SMALL MOBILE */
@media (max-width: 480px) {
    .hero-title {
        font-size: 1.75rem !important;
        line-height: 1.32 !important;
    }
    
    .hero-stats {
        max-width: 300px !important;
    }
    
    .stat-item {
        padding: 0.75rem !important;
    }
    
    .stat-number {
        font-size: 1.5rem !important;
    }
    
    .dashboard-mockup {
        transform: scale(0.75) !important;
    }
    
    .container {
        padding: 0 0.75rem !important;
    }
}
/* Version 4 - Fixed 24/7 issue */
/* Version 7 - Testimonial Icons Fixed */

/* Neue CSS-Styles für Universal-Vermietungsplattform */

/* Property Types in Hero Section */
/* Property Showcase - Vereinfacht und funktional */
.property-showcase {
    text-align: center;
    margin: 2rem 0;
}

.property-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.property-slide {
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 25px;
    padding: 0.6rem 1.2rem;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.property-slide:hover,
.property-slide.active {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.property-tagline {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin-top: 0.5rem;
}

.highlight-text {
    color: white;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.property-icon {
    font-size: 1.1rem;
}

/* Customer Success Section - Elegante Testimonials */
.customer-success {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 2rem;
    margin: 4rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.testimonial-card.large {
    grid-column: span 2;
}

.testimonial-quote {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #1a202c;
    font-style: italic;
    margin-bottom: 2rem;
    flex: 1;
}

.testimonial-quote::before {
    content: '"';
    font-size: 3rem;
    color: var(--primary-color);
    opacity: 0.3;
    line-height: 1;
    float: left;
    margin-right: 0.5rem;
    margin-top: -0.5rem;
}

.testimonial-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.author-info {
    flex: 1;
}

.author-name {
    font-weight: 700;
    color: #1a202c;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.author-details {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
}

.testimonial-badge {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.success-metrics {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #e2e8f0;
}

.metric {
    text-align: center;
}

.metric-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.metric-label {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.example-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.example-detail {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4a5568;
}

.example-detail strong {
    color: #2d3748;
    display: block;
    margin-bottom: 0.25rem;
}

.example-success {
    margin-top: 1.5rem;
    text-align: center;
}

.success-badge {
    display: inline-block;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}



/* Responsive Anpassungen */
@media (max-width: 768px) {
    .property-types {
        gap: 0.5rem;
        margin: 1rem 0 1.5rem 0;
    }
    
    .property-type {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
        gap: 0.4rem;
    }
    
    .property-icon {
        font-size: 1rem;
    }
    
    .examples-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .example-card {
        padding: 1.5rem;
    }
    
    .example-icon {
        font-size: 2.5rem;
    }
    
    .example-card h3 {
        font-size: 1.1rem;
    }
    
    .success-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
}

@media (max-width: 480px) {
    .property-types {
        justify-content: flex-start;
        gap: 0.4rem;
    }
    
    .property-type {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
    
    .universal-examples {
        padding: 3rem 0;
    }
    
    .example-card {
        padding: 1.25rem;
    }
    
    .example-detail {
        font-size: 0.85rem;
    }
}

/* Dashboard Mockup Updates */
.mockup-title {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
}

/* =============================================
   Vistello-Header: Nuclear-CSS neutralisieren +
   klassisches Mobilmenü (Impressum/Datenschutz)
   ============================================= */
@media (max-width: 768px) {
    .nav-container.nav-container--vistello {
        display: flex !important;
        justify-content: space-between !important;
        align-items: stretch !important;
        align-content: center !important;
        height: auto !important;
        min-height: var(--nav-vistello-height, 5.75rem) !important;
    }

    .nav-toggle.nav-toggle--gold {
        width: auto !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        margin-right: 0 !important;
        padding: 0.45rem 0.5rem !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }

    .nav-toggle.nav-toggle--gold .bar {
        margin: 0 !important;
        box-shadow: none !important;
        border-radius: 1px !important;
        background: var(--nav-vistello-gold) !important;
    }

    .nav-toggle.nav-toggle--gold .bar--1 {
        width: 26px !important;
    }

    .nav-toggle.nav-toggle--gold .bar--2 {
        width: 20px !important;
    }

    .nav-toggle.nav-toggle--gold .bar--3 {
        width: 14px !important;
    }

    .nav-toggle.nav-toggle--gold.active .bar--1 {
        transform: rotate(-45deg) translate(-4px, 7px) !important;
        width: 22px !important;
    }

    .nav-toggle.nav-toggle--gold.active .bar--2 {
        opacity: 0 !important;
    }

    .nav-toggle.nav-toggle--gold.active .bar--3 {
        transform: rotate(45deg) translate(-4px, -7px) !important;
        width: 22px !important;
    }

    body.marketing-with-slide-nav .nav-menu {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 100vw !important;
        height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 2rem !important;
        background: rgba(255, 255, 255, 0.98) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        backdrop-filter: blur(20px) !important;
        transition: right 0.3s ease !important;
        z-index: 9999 !important;
        padding-top: 80px !important;
        list-style: none !important;
        margin: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    body.marketing-with-slide-nav .nav-menu.active {
        right: 0 !important;
    }

    body.marketing-with-slide-nav .nav-menu .nav-link {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

/* =============================================
   NEW HERO SECTION
   ============================================= */

.new-hero {
    background: linear-gradient(to right, rgb(223, 223, 225) 0%, rgb(205, 205, 207) 100%);
    position: relative;
    padding: 140px 0 60px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.new-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/hero-banner-new.webp');
    /* Shift center heavily to the right, scale cover ensures no white space */
    background-position: right top; 
    background-size: cover; 
    background-repeat: no-repeat;
    z-index: 1;
}

@media (min-width: 1600px) {
    .new-hero-bg {
        /* On very wide screens */
        background-position: right top; 
        background-size: cover;
    }
}

@media (min-width: 1900px) {
    .new-hero-bg {
        background-position: right top; 
    }
}

@media (max-width: 1400px) {
    .new-hero-bg {
        /* Keep image pushing right to keep text clear */
        background-position: right top;
    }
}

@media (max-width: 1200px) {
    .new-hero-bg {
        background-position: right top;
        opacity: 0.3;
    }
    
    .new-hero::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.4) 100%);
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .new-hero-bg {
        background-position: right top;
        opacity: 0.15; /* Make text readable on mobile */
    }
    
    .new-hero::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
        z-index: 1;
    }
}

@media (max-width: 480px) {
    .new-hero-bg {
        background-position: right top;
        opacity: 0.15;
    }
    
    .new-hero::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
        z-index: 1;
    }
}

.new-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 2rem;
    max-width: min(1600px, 100%);
    margin: 0 auto;
    padding-left: clamp(0.5rem, 2.5vw, 2rem);
    padding-right: clamp(0.5rem, 2.5vw, 2rem);
    width: 100%;
}

.new-hero-title {
    font-size: clamp(2rem, 8vw, 5rem);
    font-weight: 300;
    color: #4a154b;
    line-height: 1.15;
    margin-bottom: 2.5rem;
    font-family: inherit;
}

.new-hero-title .title-line {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.type-text {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    animation: typing 1s steps(15, end) forwards;
}

.check {
    font-weight: 900;
    color: #4a154b;
    margin-left: 0.5rem;
    font-size: 0.8em;
    opacity: 0;
    animation: fadeInCheck 0.3s ease forwards;
}

.cursor {
    font-weight: 300;
    color: #4a154b;
    margin-left: 2px;
}

.line1 .type-text { animation-delay: 0.5s; }
.line1 .check { animation-delay: 1.5s; }

.line2 .type-text { animation-delay: 2s; }
.line2 .check { animation-delay: 3s; }
.cursor2 { opacity: 0; animation: blinkCursor 1s step-end 3 forwards, hideCursor 0.1s forwards 3.5s; animation-delay: 2s; }

.line3 .type-text { animation-delay: 3.5s; }
.line3 .check { animation-delay: 4.5s; }
.cursor3 { opacity: 0; animation: blinkCursor 1s step-end infinite; animation-delay: 3.5s; }

@keyframes typing {
    from { max-width: 0; }
    to { max-width: 600px; }
}
@keyframes fadeInCheck {
    to { opacity: 1; }
}
@keyframes hideCursor {
    to { opacity: 0; display: none; }
}
@keyframes blinkCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.fade-in-text {
    opacity: 0;
    animation: fadeInCheck 1s ease forwards;
    animation-delay: 5s;
}

.new-hero-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a154b;
    margin-bottom: 3rem;
}

.new-hero-text strong {
    font-weight: 700;
    display: block;
    margin-bottom: 0.25rem;
}

.new-btn-gold {
    background-color: #d4a056;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.9rem 2rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    text-decoration: none;
}

.new-btn-gold:hover {
    background-color: #b88a44;
    color: #ffffff;
    transform: translateY(-2px);
}

.new-hero-visual {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-main {
    width: 130%;
    max-width: none;
    height: auto;
    display: block;
    transform: scale(1.05) translateX(-5%);
    object-fit: cover;
}

/* Scroll hints */
.hero-scroll-hint {
    position: absolute;
    font-size: 0.6rem;
    color: #4a154b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.hero-scroll-hint.left {
    bottom: -15%;
    left: 0;
}

.hero-scroll-hint.right {
    bottom: 20%;
    right: -15%;
}

.hero-scroll-hint.bottom {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    color: #c78ab5;
    text-transform: none;
    font-weight: 400;
    font-size: 0.85rem;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 10;
}

.hero-scroll-hint.bottom:hover {
    transform: translateX(-50%) translateY(5px);
}

.hero-scroll-hint.bottom .arrow-down {
    width: 30px;
    height: 30px;
    border-bottom: 1.5px solid #4a154b;
    border-right: 1.5px solid #4a154b;
    transform: rotate(45deg);
    margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
    .new-hero-title .title-line {
        justify-content: center;
    }
    
    .new-hero-content {
        padding-top: 0;
        text-align: center;
    }
    
    .hero-image-main {
        width: 100%;
        transform: translateX(0);
        margin-top: 3rem;
    }
    
    .hero-scroll-hint {
        display: none;
    }
}

/* =============================================
   BENEFITS SCROLLY
   ============================================= */

.benefits-scrolly {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.benefits-steps {
    display: flex;
    flex-direction: column;
    padding-right: 350px; /* space for sticky visual */
}

.benefit-step {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 12vh; /* Reduced height for tighter layout */
    opacity: 0.3;
    transition: opacity 0.5s ease;
}

.benefit-step.active {
    opacity: 1;
}

.benefit-step .step-num {
    font-size: 1.1rem;
    color: #c0b8c6;
    font-weight: 500;
    padding-top: 0.4rem;
}

.benefit-step .step-content h3 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.benefit-step .step-content p {
    color: #c0b8c6;
    font-size: 1.05rem;
    line-height: 1.6;
    transition: color 0.5s ease;
}

.benefit-step.active .step-content p {
    color: #4a154b; /* Darker purple text for active description as in image */
}

.benefits-visual-sticky {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    pointer-events: none;
}

.benefits-visual-sticky .sticky-wrapper {
    position: sticky;
    top: 30vh;
    width: 100%;
    aspect-ratio: 1;
}

.benefits-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

@media (max-width: 768px) {
    .benefits-steps {
        padding-right: 0;
    }
    
    .benefits-visual-sticky {
        display: none;
    }
    
    .benefit-step {
        padding-bottom: 3rem;
        opacity: 1;
    }
    
    .benefit-step .step-content p {
        color: #4a154b;
    }
}

/* Extracted from inline styles */
.full-width-testimonial-img {
    width: 100%;
    height: auto;
    display: block;
}

.standard-pfeil-icon {
    position: absolute;
    top: -15px;
    left: 0;
    width: 120%;
    height: auto;
}

.contact-support {
    text-align: center;
    background: #ffffff;
}

.contact-support-info {
    font-size: 1.25rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.contact-support-info a {
    color: inherit;
    text-decoration: none;
}

.contact-support-hours {
    font-size: 1.25rem;
    color: var(--primary-color);
}

/* Hilfsklassen für entfernte Inline-Styles */
.bg-white {
    background: #ffffff !important;
}

.about-us-arrow {
    position: absolute;
    top: -15px;
    left: 0;
    width: 120%;
    height: auto;
}

.font-light {
    font-weight: 300;
}

.faq-arrow-left {
    margin: 0 0 0.25rem 0 !important;
}

.about-us {
    border-top: 1px solid rgba(26, 31, 43, 0.04);
}

.about-us-content {
    max-width: 800px;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-secondary);
}

.about-us-content p {
    margin-bottom: 1.25rem;
}

.about-us-content p:last-child {
    margin-bottom: 0;
}

.about-us-content strong {
    color: var(--primary-color);
    font-weight: 600;
}

.about-us-content .testimonial-author {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray-200);
}

/* =============================================
   PODCAST SECTION
   ============================================= */
.podcast-section {
    background: var(--surface-elevated);
    border-top: 1px solid rgba(26, 31, 43, 0.04);
}

.podcast-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: start;
    max-width: 100%;
    margin: 3rem auto 0;
}

@media (max-width: 991px) {
    .podcast-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.podcast-player-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    border: 1px solid rgba(26, 31, 43, 0.04);
}

.podcast-cover img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.podcast-info {
    padding: 2rem 2rem 1.25rem 2rem;
}

.podcast-badge {
    background: rgba(221, 162, 68, 0.15);
    color: #dda244;
    padding: 0.4rem 0.8rem;
    border-radius: var(--radius-pill);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 1rem;
}

.podcast-track-title {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.podcast-description {
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.audio-wrapper audio {
    width: 100%;
    height: 54px;
    outline: none;
}

.audio-wrapper audio::-webkit-media-controls-panel {
    background-color: #f8f7fb;
}

.audio-wrapper audio::-webkit-media-controls-current-time-display,
.audio-wrapper audio::-webkit-media-controls-time-remaining-display {
    color: var(--primary-color);
}

.podcast-playlist {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(26, 31, 43, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 580px;
}

.playlist-header {
    padding: 1.5rem 2rem;
    background: #f8f7fb;
    border-bottom: 1px solid rgba(26, 31, 43, 0.04);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0;
}

.playlist-scroll-area {
    overflow-y: auto;
    flex: 1;
}

/* Custom Scrollbar for playlist */
.playlist-scroll-area::-webkit-scrollbar {
    width: 8px;
}
.playlist-scroll-area::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.playlist-scroll-area::-webkit-scrollbar-thumb {
    background: #d1c8d6; 
    border-radius: 4px;
}
.playlist-scroll-area::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color); 
}

.playlist-item {
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(26, 31, 43, 0.04);
    cursor: pointer;
    transition: all 0.2s ease;
}

.playlist-item:last-child {
    border-bottom: none;
}

.playlist-item:hover {
    background: rgba(93, 37, 122, 0.02);
}

.playlist-item.active {
    background: rgba(221, 162, 68, 0.05);
    border-left: 4px solid #dda244;
    padding-left: calc(2rem - 4px);
}

.playlist-item-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8f7fb;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    margin-right: 1.25rem;
    flex-shrink: 0;
    transition: all 0.2s ease;
    padding-left: 2px; /* Optische Korrektur für das Play-Icon */
}

.playlist-item.active .playlist-item-icon {
    background: #dda244;
    color: #fff;
}

.playlist-item-text {
    display: flex;
    flex-direction: column;
}

.playlist-item-text strong {
    color: var(--primary-color);
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.playlist-item-text span {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.4;
}

.playlist-item.active .playlist-item-text strong {
    color: #dda244;
}

/* Pricing Section */
.pricing-section {
    margin-top: 3rem;
    background: transparent;
    padding: 0;
}

.pricing-calculator {
    max-width: 1000px;
    margin: 0 auto;
}

.calculator-controls {
    background: white;
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 2rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.slider-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
    display: block;
    margin-bottom: 1.25rem;
}

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

.unit-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 400px;
    height: 8px;
    border-radius: 5px;
    background: #e2e8f0;
    outline: none;
}

.unit-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #dda244;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: transform 0.1s;
}

.unit-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.slider-value-display {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    background: #f1f5f9;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    min-width: 150px;
}

.slider-hint {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #64748b;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.pricing-card.standard {
    background: linear-gradient(145deg, #4a154b, #5d257a);
    color: white;
    border: none;
    box-shadow: 0 10px 25px rgba(93, 37, 122, 0.2);
}

.pricing-card.standard:hover {
    box-shadow: 0 15px 35px rgba(93, 37, 122, 0.3);
}

.pricing-card.pro {
    background: white;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card.pro:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.card-header h4 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
    font-weight: 700;
}

.pricing-card.standard .card-header h4 {
    color: white;
}

.pricing-card.pro .card-header h4 {
    color: var(--primary-color);
}

.plan-desc {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.pricing-card.standard .plan-desc {
    color: rgba(255,255,255,0.8);
}

.pricing-card.pro .plan-desc {
    color: var(--text-secondary);
}

.card-price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.25rem;
    height: 3rem;
}

.price-currency {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.4rem;
    margin-right: 0.15rem;
}

.pricing-card.standard .price-currency {
    color: white;
}

.pricing-card.pro .price-currency {
    color: var(--text-color);
}

.price-amount {
    font-size: 3rem;
    font-weight: 300;
    color: var(--text-color);
    line-height: 1;
    letter-spacing: -1.5px;
}

.pricing-card.standard .price-amount {
    color: white;
}

.pricing-card.pro .price-amount {
    color: var(--text-color);
}

.price-period {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.4rem;
    margin-left: 0.3rem;
}

.pricing-card.standard .price-period {
    color: rgba(255,255,255,0.7);
}

.pricing-card.pro .price-period {
    color: var(--text-secondary);
}

.card-unit-price {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.pricing-card.standard .card-unit-price {
    color: rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.pricing-card.pro .card-unit-price {
    color: #64748b;
    border-bottom: 1px solid #e2e8f0;
}

.card-features {
    flex-grow: 1;
    margin-bottom: 2rem;
}

.card-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.85rem;
    font-size: 0.95rem;
    color: var(--text-color);
    line-height: 1.4;
}

.pricing-card.standard .card-features li {
    color: white;
}

.pricing-card.pro .card-features li {
    color: var(--text-color);
}

.pricing-footnote {
    text-align: center;
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .pricing-section {
        padding: 3rem 1rem;
    }
    
    .slider-container {
        flex-direction: column;
        gap: 1rem;
    }
}
