:root {
    --traeger-ink: #1d1d1f;
    --traeger-muted: #6e6e73;
    --traeger-surface: #f5f5f7;
    --traeger-blue: #0071e3;
    --traeger-blue-hover: #0077ed;
    --traeger-hairline: rgba(0, 0, 0, 0.08);
    --traeger-radius: 32px;
}

body {
    background: var(--traeger-surface);
    color: var(--traeger-ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.site-header {
    background: rgba(255, 255, 255, 0.76);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
    backdrop-filter: saturate(180%) blur(22px);
}

.breadcrumb-nav {
    display: none;
}

.traeger-hero {
    min-height: min(920px, 100svh);
    height: auto;
    padding: 120px 0 52px;
    color: var(--traeger-ink);
    text-align: left;
    background:
        radial-gradient(circle at 78% 30%, rgba(0, 113, 227, 0.18), transparent 28%),
        radial-gradient(circle at 88% 72%, rgba(191, 90, 242, 0.12), transparent 28%),
        var(--traeger-surface);
    isolation: isolate;
}

.traeger-hero .aurora-bg,
.traeger-hero .mesh-gradient,
.traeger-hero .floating-cards {
    display: none;
}

.traeger-hero .hero-content {
    flex: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 clamp(1.5rem, 5vw, 5rem);
    box-sizing: border-box;
    text-align: left;
    animation: none;
}

.traeger-hero-shell {
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 6rem);
    max-width: 1500px;
    margin: 0 auto;
}

.traeger-hero-copy {
    max-width: 680px;
}

.traeger-eyebrow,
.traeger-chapter-eyebrow {
    display: block;
    margin: 0 0 1.15rem;
    color: #bf4800;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.traeger-hero h1 {
    margin: 0 0 1.4rem;
    color: var(--traeger-ink);
    font-size: clamp(3.5rem, 5.65vw, 6.9rem);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.065em;
    text-shadow: none;
}

.traeger-hero h1 .gradient-word {
    display: block;
    padding-bottom: 0.08em;
    background: linear-gradient(90deg, #0071e3 5%, #7c3aed 48%, #e5484d 92%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.traeger-hero .traeger-hero-lead {
    max-width: 620px;
    margin: 0 0 1.8rem;
    color: var(--traeger-muted);
    font-size: clamp(1.25rem, 1.8vw, 1.72rem);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

.traeger-hero-features {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 2rem;
}

.traeger-hero-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #424245;
    font-size: 1rem;
    font-weight: 500;
}

.traeger-hero-feature i {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    color: var(--traeger-blue);
    background: rgba(0, 113, 227, 0.09);
    border-radius: 50%;
    font-size: 0.68rem;
}

.traeger-hero .cta-buttons {
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
}

.traeger-hero .btn-hero,
.traeger-section-link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.45rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.traeger-hero .btn-hero.primary,
.traeger-section-link {
    color: #fff;
    background: var(--traeger-blue);
}

.traeger-hero .btn-hero.primary:hover,
.traeger-section-link:hover {
    color: #fff;
    background: var(--traeger-blue-hover);
    transform: scale(1.02);
}

.traeger-hero .btn-hero.secondary {
    padding-inline: 0.25rem;
    color: var(--traeger-blue);
    background: transparent;
    border: 0;
}

.traeger-hero .btn-hero.secondary::after {
    content: "›";
    margin-left: 0.25rem;
    font-size: 1.45rem;
    line-height: 0;
}

.traeger-hero .btn-hero.secondary:hover {
    color: var(--traeger-blue-hover);
    text-decoration: underline;
}

.traeger-hero-proof {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--traeger-hairline);
}

.traeger-hero .traeger-hero-trust {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    max-width: none;
    margin: 0 0 0.9rem;
    color: #424245;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    opacity: 1;
}

.traeger-hero .traeger-hero-trust i {
    color: #34a853;
}

.traeger-hero-logos {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.traeger-hero-logo {
    display: flex;
    width: 76px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.65rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--traeger-hairline);
    border-radius: 11px;
}

.traeger-hero-logo-wide {
    width: 112px;
}

.traeger-hero-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.traeger-hero-visual {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.traeger-dashboard-frame {
    position: relative;
    width: min(100%, 820px);
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.traeger-dashboard-frame::before {
    display: none;
}

.traeger-dashboard-image {
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: normal;
    filter: drop-shadow(0 30px 26px rgba(23, 32, 55, 0.18));
}

.traeger-story {
    padding: clamp(7rem, 13vw, 13rem) 2rem;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.traeger-story-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.traeger-story h2,
.ecosystem-section h2,
.feature-overview h2,
.bundeslaender-section h2,
.comparison-section h2,
.traeger-testimonials h2,
.faq-section h2 {
    max-width: 1050px;
    margin: 0 auto;
    color: var(--traeger-ink);
    font-size: clamp(3.2rem, 7vw, 7.5rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.065em;
    text-shadow: none;
}

.traeger-story h2 span {
    color: #86868b;
}

.traeger-story-copy {
    max-width: 760px;
    margin: 2rem auto 0;
    color: var(--traeger-muted);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.025em;
}

.traeger-story-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 960px;
    margin: clamp(4rem, 8vw, 7rem) auto 0;
    border-top: 1px solid var(--traeger-hairline);
}

.traeger-story-stat {
    padding: 2.2rem 1rem 0;
}

.traeger-story-stat + .traeger-story-stat {
    border-left: 1px solid var(--traeger-hairline);
}

.traeger-story-stat strong {
    display: block;
    color: var(--traeger-ink);
    font-size: clamp(2.4rem, 4.6vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.06em;
}

.traeger-story-stat span {
    display: block;
    margin-top: 0.65rem;
    color: var(--traeger-muted);
    font-size: 0.98rem;
    font-weight: 600;
}

.traeger-focus {
    padding: clamp(6rem, 11vw, 11rem) 1.5rem;
    color: #f5f5f7;
    background:
        radial-gradient(circle at 85% 5%, rgba(48, 119, 255, 0.22), transparent 28%),
        radial-gradient(circle at 8% 90%, rgba(180, 71, 255, 0.17), transparent 26%),
        #000;
}

.traeger-focus-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.traeger-focus .traeger-chapter-eyebrow {
    color: #2997ff;
}

.traeger-focus h2 {
    max-width: 1050px;
    margin: 0 0 2rem;
    color: #f5f5f7;
    font-size: clamp(3rem, 6vw, 6.2rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.traeger-focus-lead {
    max-width: 880px;
    color: #a1a1a6;
    font-size: clamp(1.15rem, 1.8vw, 1.55rem);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

.traeger-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 4.5rem;
}

.traeger-focus-card {
    min-height: 330px;
    padding: clamp(2rem, 3vw, 3rem);
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: var(--traeger-radius);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}

.traeger-focus-card i {
    margin-bottom: 2rem;
    color: #2997ff;
    font-size: 1.5rem;
}

.traeger-focus-card h3 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(1.5rem, 2.2vw, 2.15rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.traeger-focus-card p {
    margin: 0;
    color: #a1a1a6;
    font-size: 1.02rem;
    line-height: 1.55;
}

.traeger-stats-bar {
    display: none;
}

.ecosystem-section {
    padding: clamp(7rem, 11vw, 11rem) 1.5rem;
    color: var(--traeger-ink);
    background: #fff;
}

.ecosystem-section::before,
.ecosystem-section::after,
.kitaversum-container {
    display: none;
}

.ecosystem-section .traeger-chapter-eyebrow,
.feature-overview .traeger-chapter-eyebrow,
.bundeslaender-section .traeger-chapter-eyebrow,
.comparison-section .traeger-chapter-eyebrow,
.traeger-testimonials .traeger-chapter-eyebrow,
.faq-section .traeger-chapter-eyebrow {
    text-align: center;
}

.ecosystem-subtitle,
.feature-overview-subtitle,
.bundeslaender-subtitle,
.comparison-subtitle,
.testimonials-sub,
.faq-subtitle {
    max-width: 760px;
    margin: 1.6rem auto 4.5rem;
    color: var(--traeger-muted);
    text-align: center;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    font-weight: 500;
    line-height: 1.5;
}

.ecosystem-apps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

.ecosystem-card,
.ecosystem-card.highlight {
    min-height: 390px;
    padding: 2rem;
    color: var(--traeger-ink);
    background: var(--traeger-surface);
    border: 1px solid var(--traeger-hairline);
    border-radius: var(--traeger-radius);
    box-shadow: none;
    transform: none;
}

.ecosystem-card:hover,
.ecosystem-card.highlight:hover {
    border-color: rgba(0, 113, 227, 0.24);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.ecosystem-card h3,
.ecosystem-card.highlight h3 {
    color: var(--traeger-ink);
    font-size: 1.55rem;
    letter-spacing: -0.035em;
}

.ecosystem-card p,
.ecosystem-card li,
.ecosystem-card.highlight p,
.ecosystem-card.highlight li {
    color: var(--traeger-muted);
}

.ecosystem-benefits {
    max-width: 1100px;
    margin: 4rem auto 0;
    border-top: 1px solid var(--traeger-hairline);
}

.ecosystem-benefit h4 {
    color: var(--traeger-ink);
}

.ecosystem-benefit p {
    color: var(--traeger-muted);
}

.trust-logos-section {
    border-top-color: var(--traeger-hairline);
}

.trust-logos-title {
    color: var(--traeger-muted);
}

.trust-logo-item.trust-logo-icon {
    background: var(--traeger-surface);
}

.trust-logo-item.trust-logo-icon i,
.trust-logo-item.trust-logo-icon span {
    color: var(--traeger-muted);
}

.feature-overview {
    padding: clamp(7rem, 11vw, 11rem) 1.5rem;
    background: var(--traeger-surface);
}

.feature-counter-bar {
    gap: 0.65rem;
    margin-bottom: 3rem;
}

.feature-counter-item {
    color: #424245;
    background: #fff;
    border: 1px solid var(--traeger-hairline);
    font-weight: 600;
}

.feature-counter-item i {
    color: var(--traeger-blue);
}

.feature-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    max-width: 1200px;
    padding: 0;
}

.feature-module {
    display: none;
    min-height: 270px;
    background: #fff;
    border: 1px solid var(--traeger-hairline);
    border-radius: 24px;
    box-shadow: none;
}

.feature-module:nth-child(1),
.feature-module:nth-child(4),
.feature-module:nth-child(5),
.feature-module:nth-child(8),
.feature-module:nth-child(16),
.feature-module:nth-child(18) {
    display: block;
}

.feature-module:hover,
.feature-module.is-open {
    border-color: rgba(0, 113, 227, 0.28);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}

.feature-module-header {
    min-height: 112px;
    padding: 1.5rem;
}

.feature-module-header:focus-visible {
    outline: 3px solid rgba(0, 113, 227, 0.35);
    outline-offset: -3px;
}

.fm-title h3 {
    color: var(--traeger-ink);
    font-size: 1.12rem;
}

.feature-more {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.bundeslaender-section,
.bthg-section,
.kinderschutz-section,
.personalschluessel-section,
.comparison-section,
.traeger-testimonials,
.faq-section {
    padding: clamp(6rem, 10vw, 10rem) 1.5rem;
}

.bundeslaender-section {
    background: #fff;
}

.bundeslaender-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
}

.bundesland-card {
    border: 1px solid var(--traeger-hairline);
    border-radius: 24px;
    box-shadow: none;
}

.bundesland-card:nth-child(n+5) {
    display: none;
}

.bundesland-coming-soon {
    margin-top: 2rem;
}

.dach-expansion {
    margin-top: clamp(5rem, 9vw, 8rem);
    border-radius: var(--traeger-radius);
}

.bthg-section,
.personalschluessel-section {
    background: var(--traeger-surface);
}

main .kinderschutz-section {
    padding: clamp(6rem, 10vw, 10rem) 1.5rem;
    background: #fff;
}

.bthg-header h2,
main .kinderschutz-header h2,
.personalschluessel-header h2 {
    font-size: clamp(2.7rem, 5vw, 5.4rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.bthg-feature-item,
main .kinderschutz-feature-item,
.ps-feature-card,
.bthg-highlight-box,
main .kinderschutz-highlight-box {
    border-radius: 20px;
    box-shadow: none;
}

.integration-info,
.benefits-section {
    display: none;
}

.comparison-section {
    background: #fff;
}

.comparison-table {
    border: 1px solid var(--traeger-hairline);
    border-radius: 24px;
    box-shadow: none;
}

.comparison-table thead .kv-col {
    background: var(--traeger-blue);
}

.traeger-testimonials {
    background: var(--traeger-surface);
}

.traeger-testimonial-card {
    border: 1px solid var(--traeger-hairline);
    border-radius: 24px;
    box-shadow: none;
}

.kv-roi {
    --kv-roi-primary: var(--traeger-blue);
    --kv-roi-primary-dark: var(--traeger-blue-hover);
    --kv-roi-soft: rgba(0, 113, 227, 0.08);
    --kv-roi-border: var(--traeger-hairline);
    --kv-roi-radius: 24px;
    --kv-roi-shadow: none;
    padding: clamp(6rem, 10vw, 10rem) 1.5rem;
    background: var(--traeger-surface);
    font-family: inherit;
}

.kv-roi__header {
    margin-bottom: 4rem;
}

.kv-roi__badge {
    letter-spacing: 0;
    text-transform: none;
}

.kv-roi__title {
    max-width: 980px;
    margin: 0 auto 1.25rem;
    color: var(--traeger-ink);
    font-size: clamp(2.8rem, 6vw, 6rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.kv-roi__subtitle {
    max-width: 760px;
    color: var(--traeger-muted);
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.kv-roi__card,
.kv-roi__result {
    border-radius: 24px;
    box-shadow: none;
}

.faq-section {
    background: #fff;
}

.faq-grid {
    max-width: 980px;
    gap: 0.85rem;
}

.faq-item {
    border: 1px solid var(--traeger-hairline);
    border-radius: 18px;
    box-shadow: none;
}

.faq-item:nth-child(n+4) {
    display: none;
}

.faq-more {
    margin: 2rem auto 0;
    color: var(--traeger-muted);
    text-align: center;
}

.faq-more a {
    color: var(--traeger-blue);
    font-weight: 600;
}

.traeger-cta {
    padding: clamp(7rem, 13vw, 13rem) 1.5rem;
    background:
        radial-gradient(circle at 85% 5%, rgba(48, 119, 255, 0.24), transparent 28%),
        radial-gradient(circle at 8% 90%, rgba(180, 71, 255, 0.18), transparent 26%),
        #000;
}

.traeger-cta h2 {
    max-width: 1000px;
    margin: 0 auto 1.5rem;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.traeger-cta p {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    color: #a1a1a6;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    line-height: 1.5;
}

.traeger-cta .btn.primary {
    color: #fff;
    background: var(--traeger-blue);
    box-shadow: none;
}

.traeger-cta .btn.secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
}

.cta-trust-row {
    max-width: 850px;
    margin: 3.5rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1100px) {
    .traeger-hero-shell {
        grid-template-columns: 1fr;
    }

    .traeger-hero-copy {
        max-width: 820px;
    }

    .traeger-hero-visual {
        min-height: auto;
    }

    .ecosystem-apps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .traeger-focus-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .traeger-hero {
        min-height: auto;
        height: auto;
        padding: 108px 0 72px;
    }

    .traeger-hero .hero-content {
        padding: 0 1.25rem;
    }

    .traeger-hero h1 {
        font-size: clamp(3.15rem, 15vw, 5rem);
    }

    .traeger-hero .cta-buttons {
        flex-direction: row;
        align-items: center;
    }

    .traeger-story h2,
    .ecosystem-section h2,
    .feature-overview h2,
    .bundeslaender-section h2,
    .comparison-section h2,
    .traeger-testimonials h2,
    .faq-section h2 {
        font-size: clamp(2.8rem, 13vw, 4.6rem);
    }

    .traeger-story-stats {
        grid-template-columns: 1fr;
    }

    .traeger-story-stat {
        padding: 1.6rem 0;
    }

    .traeger-story-stat + .traeger-story-stat {
        border-top: 1px solid var(--traeger-hairline);
        border-left: 0;
    }

    .ecosystem-apps,
    .feature-module-grid,
    .bundeslaender-grid {
        grid-template-columns: 1fr;
    }

    .ecosystem-card,
    .ecosystem-card.highlight {
        min-height: auto;
    }

    .comparison-table {
        min-width: 700px;
    }

    .cta-trust-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .traeger-hero .cta-buttons {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.65rem;
    }

    .traeger-hero .btn-hero {
        width: auto;
        max-width: none;
    }

    .traeger-dashboard-frame {
        padding: 0;
        border-radius: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
