﻿:root {
    /* Color Palette */
    --bg-dark: #070B14;
    --bg-surface: #0F172A;
    --bg-surface-light: #1E293B;
    
    --accent-cyan: #1E7BFF;
    --accent-cyan-hover: #1763CC;
    --accent-cyan-glow: rgba(30, 123, 255, 0.28);
    
    --text-main: #F8FAFC;
    --text-muted: #94A3B8;
    --border-color: #334155;
    
    /* Typography */
    --font-main: 'Inter', sans-serif;
    
    /* Spacing & Layout */
    --container-w: 1240px;
    --section-pad: 5rem 1.5rem;
    --border-radius: 12px;
    --transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

body.home-page {
    font-family: var(--font-main);
    background-color: var(--bg-dark);
    background-image: linear-gradient(180deg, #081327 0%, #08142a 100%);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Startseite: auf gleiche visuelle GrÃ¶ÃŸe wie Unterseiten anheben */
body.home-page.home-landing {
    --max-width: 1480px;
    --container-w: 1480px;
    font-size: 1.2rem;
}

body.home-page.home-landing .container {
    width: min(var(--max-width), calc(100% - 0.6rem)) !important;
}

body.home-page.home-landing .hero-redesign .container {
    width: min(var(--max-width), calc(100% - 0.6rem)) !important;
    max-width: var(--max-width) !important;
}

body.home-page.home-landing .header-inner {
    min-height: 160px !important;
}

body.home-page.home-landing .brand-logo-wide {
    height: 138px !important;
    max-height: 138px !important;
}

body.home-page.home-landing .nav > a,
body.home-page.home-landing .nav .nav-drop-btn {
    font-size: 1.12rem !important;
}

body.home-page.home-landing .hero-redesign h1 {
    font-size: clamp(3rem, 9vw, 5rem) !important;
}

body.home-page.home-landing .hero-redesign p {
    font-size: clamp(1.28rem, 3vw, 1.7rem) !important;
}

body.home-page.home-landing .hero-cta .btn {
    min-height: 3.5rem !important;
    font-size: 1.22rem !important;
    padding: 0.9rem 1.9rem !important;
}

body.home-page.home-landing .badge {
    font-size: 1.08rem;
    padding: 0.68rem 1.3rem;
}

body.home-page.home-landing #leistungen .section-head h2 {
    font-size: 2.9rem !important;
}

body.home-page.home-landing #leistungen .section-head p {
    font-size: 1.45rem !important;
}

body.home-page.home-landing #leistungen .service-card-new h3 {
    font-size: 2.22rem !important;
}

body.home-page.home-landing #leistungen .service-card-new p {
    font-size: 1.24rem !important;
}

body.home-page.home-landing .site-footer h2,
body.home-page.home-landing .site-footer p,
body.home-page.home-landing .site-footer li,
body.home-page.home-landing .site-footer a,
body.home-page.home-landing .site-footer small {
    font-size: 1.04rem !important;
}

body.home-page.home-landing .section {
    padding: 3.1rem 0 !important;
}

body.home-page.home-landing #leistungen {
    padding-top: 2rem !important;
    padding-bottom: 1.9rem !important;
}

body.home-page.home-landing #zusatzleistungen {
    padding-top: 1.7rem !important;
    padding-bottom: 1.85rem !important;
}

body.home-page.home-landing #leistungen .container,
body.home-page.home-landing #zusatzleistungen .container,
body.home-page.home-landing .services-shell {
    padding: 2.2rem !important;
}

body.home-page.home-landing .service-grid {
    gap: 1.6rem !important;
}

body.home-page.home-landing .service-card-new {
    padding: 2.6rem 2.2rem !important;
}

.home-page h1, .home-page h2, .home-page h3, .home-page h4 {
    line-height: 1.2;
    font-weight: 700;
}

.home-page h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

body.home-page #leistungen .section-head h2 {
    font-size: 1.82rem !important;
    margin-bottom: 0.72rem !important;
}

body.home-page #leistungen .container,
body.home-page #leistungen .services-shell {
    background: linear-gradient(180deg, rgba(27, 43, 74, 0.64), rgba(18, 29, 51, 0.48)) !important;
}

body.home-page #zusatzleistungen .container {
    background: linear-gradient(180deg, rgba(27, 43, 74, 0.64), rgba(18, 29, 51, 0.48)) !important;
}

.section-subtitle {
    text-align: center;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 3rem auto;
    font-size: 1.1rem;
}

.services-meta-row {
    margin: -1.5rem auto 2.2rem auto;
    width: min(760px, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.services-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.62rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(22, 34, 58, 0.6);
    color: #d2deee;
    font-size: 0.98rem;
    font-weight: 500;
}

.services-meta-chip-icon {
    color: #60a5fa;
    font-size: 0.95rem;
    line-height: 1;
}

.services-price-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    padding: 0.62rem 1.08rem;
    border-radius: 999px;
    border: 1px solid rgba(30, 123, 255, 0.72);
    background: linear-gradient(180deg, rgba(23, 43, 74, 0.74), rgba(13, 27, 51, 0.74));
    color: #6eb0ff;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}

.services-price-cta:hover,
.services-price-cta:focus {
    color: #ffffff;
    border-color: rgba(70, 144, 255, 0.95);
    box-shadow: 0 0 0 3px rgba(30, 123, 255, 0.2);
}

.services-price-cta-icon {
    font-size: 0.95rem;
    line-height: 1;
}

@media (max-width: 768px) {
    .services-meta-row {
        margin-top: -1.8rem;
        margin-bottom: 1.8rem;
    }

    .services-meta-chip,
    .services-price-cta {
        width: 100%;
        justify-content: center;
    }
}




/* Einheitliche Header-Logo-Groesse auf Unterseiten wie Startseite */
body:not(.home-page):not(.admin-page) .brand-logo-wide {
    width: clamp(288px, 30.4vw, 496px) !important;
    height: auto !important;
    max-height: 144px !important;
    display: block !important;
    object-fit: contain !important;
}
/* Header / Navigation Override */
body.home-page .site-header {
    background-color: rgba(11, 17, 33, 0.9) !important;
    backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid var(--border-color) !important;
    font-family: var(--font-main) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
}

body.home-page .header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 124px !important;
    padding: 4px 0 !important;
    gap: 1.5rem !important;
}

body.home-page .brand-logo-wide {
    height: 104px !important;
    width: auto !important;
    max-height: 104px !important;
    display: block !important;
    object-fit: contain !important;
    transform: none !important;
    vertical-align: middle !important;
}

body.home-page .brand.brand-wide {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 0 !important;
    overflow: visible !important;
}

body.home-page .site-header,
body.home-page .header-inner {
    overflow: visible !important;
}

body.home-page .brand-text {
    display: none !important;
}

body.home-page .nav {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home-page .nav > a,
body.home-page .nav .nav-drop-btn {
    color: #FFF !important;
    font-family: var(--font-main) !important;
    transition: var(--transition) !important;
    text-decoration: none !important;
    padding: 0.5rem 1rem !important;
    font-weight: 500 !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    border-radius: 8px !important;
}

body.home-page .nav > a:hover,
body.home-page .nav .nav-drop-btn:hover {
    color: var(--accent-cyan) !important;
    background: rgba(0, 229, 255, 0.08) !important;
    box-shadow: 0 0 8px rgba(30, 123, 255, 0.2) inset !important;
}

body.home-page .nav > a:focus,
body.home-page .nav .nav-drop-btn:focus {
    outline: 2px solid var(--accent-cyan) !important;
    outline-offset: 2px !important;
}

body.home-page .nav .nav-dropdown {
    position: relative !important;
}

body.home-page .nav-dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 200px !important;
    background-color: var(--bg-surface) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 8px !important;
    padding: 0.5rem !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
    z-index: 10000 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

body.home-page .nav-dropdown:hover .nav-dropdown-menu,
body.home-page .nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

body.home-page .nav-dropdown-menu a {
    color: var(--text-main) !important;
    text-decoration: none !important;
    padding: 0.5rem 1rem !important;
    display: block !important;
    border-radius: 6px !important;
    font-size: 0.95rem !important;
    transition: var(--transition) !important;
}

body.home-page .nav-dropdown-menu a:hover {
    color: var(--accent-cyan) !important;
    background: rgba(0, 229, 255, 0.05) !important;
}

/* Mobile Nav Toggle */
body.home-page .nav-toggle {
    display: none !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid var(--border-color) !important;
    background: transparent !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 0 !important;
}

body.home-page .nav-toggle span {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    background-color: var(--text-main) !important;
    border-radius: 2px !important;
    transition: var(--transition) !important;
}

body.home-page .mobile-nav {
    display: none !important;
    background-color: var(--bg-surface) !important;
    border-bottom: 1px solid var(--border-color) !important;
    font-family: var(--font-main) !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9998 !important;
    padding: 1rem 0 !important;
}

body.home-page .mobile-nav.is-open {
    display: block !important;
}

body.home-page .mobile-nav-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

body.home-page .mobile-nav-inner a {
    color: var(--text-main) !important;
    text-decoration: none !important;
    padding: 0.75rem 1rem !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    display: block !important;
}

body.home-page .mobile-nav-inner a:hover {
    color: var(--accent-cyan) !important;
    background: rgba(0, 229, 255, 0.05) !important;
}

body.home-page .mobile-nav-group {
    border: 1px solid var(--border-color) !important;
    border-radius: 8px !important;
    padding: 0.5rem !important;
    margin: 0.5rem 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

body.home-page .mobile-nav-group p {
    color: var(--text-muted) !important;
    margin: 0 !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
}

@media (max-width: 900px) {
    body.home-page .nav {
        display: none !important;
    }
    body.home-page .nav-toggle {
        display: flex !important;
    }
}

/* Footer Override */
body.home-page .skip-link {
    position: absolute !important;
    top: -100px !important;
    left: 0 !important;
    z-index: 9999 !important;
}
body.home-page .skip-link:focus {
    top: 10px !important;
}

body.home-page .site-footer,
.site-footer {
    background-color: var(--bg-dark) !important;
    color: var(--text-muted) !important;
    font-family: var(--font-main) !important;
    border-top: 1px solid var(--border-color) !important;
    padding-top: 2.6rem !important;
}

body.home-page .footer-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) repeat(3, minmax(0, 0.95fr)) !important;
    gap: 2.3rem !important;
    margin-bottom: 2.2rem !important;
}

body.home-page .footer-grid > section {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

body.home-page .footer-grid ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.home-page .footer-grid ul li {
    margin-bottom: 0.35rem !important;
}

body.home-page .footer-bottom {
    text-align: center !important;
    padding: 1.35rem 0 1.55rem !important;
    border-top: 1px solid var(--border-color) !important;
}

body.home-page .footer-cta {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.55rem !important;
    margin-top: 0.8rem !important;
    max-width: 21rem !important;
}

@media (max-width: 900px) {
    body.home-page .footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.1rem !important;
    }
}

@media (max-width: 600px) {
    body.home-page .footer-grid {
        grid-template-columns: 1fr !important;
    }
}

body.home-page .site-footer h2,
.site-footer h2 {
    color: var(--text-main) !important;
    font-family: var(--font-main) !important;
    font-size: 1.04rem !important;
    line-height: 1.25 !important;
    margin: 0 0 0.5rem !important;
    letter-spacing: 0.2px !important;
}

body.home-page .footer-brand h2 {
    display: none !important;
}

body.home-page .footer-brand::before {
    content: "" !important;
    display: block !important;
    width: 208px !important;
    height: 46px !important;
    background: url("../../images/logo_new1-cropped.png") left center / contain no-repeat !important;
    margin: 0 0 0.7rem !important;
    filter: drop-shadow(0 0 8px rgba(43, 124, 255, 0.18));
}

body.home-page .footer-kicker {
    display: none !important;
}

body.home-page .site-footer p,
body.home-page .site-footer li,
body.home-page .site-footer a,
body.home-page .site-footer small {
    font-size: 0.9rem !important;
    line-height: 1.58 !important;
    color: #b8c9e6 !important;
}

body.home-page .footer-brand p {
    margin: 0 0 0.5rem !important;
    max-width: 32ch !important;
}

body.home-page .footer-brand {
    padding-left: 0 !important;
    margin-left: -0.25rem !important;
}

body.home-page .footer-grid h2 {
    margin-bottom: 0.7rem !important;
    min-height: 1.5rem !important;
}

body.home-page .footer-grid ul,
body.home-page .footer-contact-list {
    margin: 0 !important;
}

body.home-page .footer-grid p,
body.home-page .footer-grid li {
    margin-top: 0 !important;
}

body.home-page .footer-contact-note {
    margin: 0.45rem 0 0 !important;
    max-width: 34ch !important;
    font-size: 0.88rem !important;
}

body.home-page .footer-cta .btn {
    min-height: 2.7rem !important;
    padding: 0.62rem 1.1rem !important;
    font-size: 0.94rem !important;
    border-radius: 10px !important;
}

body.home-page .footer-brand .chips {
    margin-top: 0.45rem !important;
}

body.home-page .footer-brand .chips .chip {
    font-size: 0.78rem !important;
    padding: 0.3rem 0.56rem !important;
}

@media (max-width: 600px) {
    body.home-page .footer-brand h2 {
        font-size: clamp(1.2rem, 6.2vw, 1.45rem) !important;
    }
}

body.home-page .site-footer a,
.site-footer a {
    color: var(--text-muted) !important;
    transition: var(--transition) !important;
}

body.home-page .site-footer a:hover,
.site-footer a:hover {
    color: var(--accent-cyan) !important;
}

.site-footer .footer-cta .btn-primary {
    display: none !important;
}

.site-footer .footer-cta .btn-primary:hover {
    background-color: var(--accent-cyan-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(0, 229, 255, 0.4);
}

.site-footer .footer-cta .btn-secondary {
    background-color: transparent !important;
    color: var(--accent-cyan) !important;
    border: 2px solid var(--accent-cyan) !important;
}

.site-footer .footer-cta .btn-secondary:hover {
    background-color: rgba(0, 229, 255, 0.1) !important;
    transform: translateY(-2px);
}

/* Hero Section */
.hero-redesign {
    padding: 10rem 1.5rem 6rem;
    position: relative;
    text-align: center;
    background:
        radial-gradient(ellipse 62% 48% at 50% 18%, rgba(30, 123, 255, 0.22) 0%, rgba(30, 123, 255, 0.08) 42%, rgba(8, 20, 42, 0) 78%),
        linear-gradient(180deg, rgba(8, 20, 42, 0.92) 0%, rgba(8, 20, 42, 0.82) 48%, rgba(8, 20, 42, 0.92) 100%);
}

.hero-redesign .container {
    width: min(var(--container-w), calc(100% - 1.2rem));
    max-width: var(--container-w);
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.hero-redesign h1 {
    font-size: clamp(2rem, 8vw, 3.35rem);
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, #FFF, #94A3B8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInDown 0.8s ease-out;
}

.hero-redesign h1 span {
    background: linear-gradient(135deg, var(--accent-cyan), #0077FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-redesign p {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: var(--text-muted);
    max-width: 1100px;
    margin: 0 auto 2.5rem;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease-out 0.4s backwards;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* CTA-Hierarchie: primÃ¤re Aktion zuerst */
.hero-cta .btn:first-child {
    background: linear-gradient(135deg, #2b8cff, #1e7bff) !important;
    color: #ffffff !important;
    border-color: rgba(70, 144, 255, 0.95) !important;
    box-shadow: 0 12px 26px rgba(30, 123, 255, 0.24) !important;
}

.hero-cta .btn:first-child:hover,
.hero-cta .btn:first-child:focus {
    background: linear-gradient(135deg, #4c9dff, #2a86ff) !important;
    box-shadow: 0 16px 30px rgba(30, 123, 255, 0.28) !important;
}

.trust-badges-hero {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}


.badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--bg-surface);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    transition: var(--transition);
    animation: slideInUp 0.6s ease-out;
}

.badge:hover {
    border-color: var(--accent-cyan);
    background: rgba(30, 123, 255, 0.08);
    box-shadow: 0 0 12px rgba(30, 123, 255, 0.15);
}

.badge svg {
    color: var(--accent-cyan);
}

/* Logos Section */
.logos {
    padding: 3rem 1.5rem;
    background: transparent;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.logos p {
    text-align: center;
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    opacity: 0.5;
    filter: grayscale(100%);
}

.logo-placeholder {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--text-main);
}

/* Services Grid */
.services {
    padding: var(--section-pad);
    background: transparent;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    align-items: stretch;
}

.service-card-new {
    display: flex;
    flex-direction: column;
    background: var(--bg-dark);
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    overflow: hidden;
    min-height: 360px;
}

.service-card-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(30, 123, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.service-card-new:hover {
    border-color: var(--accent-cyan);
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(30, 123, 255, 0.15);
}

.service-card-new:hover::before {
    left: 100%;
}

.service-icon-new {
    width: 50px;
    height: 50px;
    background: rgba(30, 123, 255, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--accent-cyan);
    font-size: 1.75rem;
    transition: var(--transition);
}

.service-card-new:hover .service-icon-new {
    background: rgba(30, 123, 255, 0.2);
    transform: scale(1.1) rotate(5deg);
}

.service-card-new h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    min-height: 3.1em;
}

.service-card-new p {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    min-height: 5.8em;
}

.service-list-new {
    list-style: none;
    margin-bottom: 1.5rem;
    padding: 0;
}

.service-list-new li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.service-list-new li svg {
    color: var(--accent-cyan);
    width: 16px;
    height: 16px;
}

.service-link-new {
    color: var(--accent-cyan) !important;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
    text-decoration: none;
    transition: var(--transition);
    margin-top: auto;
    align-self: flex-start;
}

.service-link-new:hover {
    gap: 0.5rem;
}

.service-link-new:focus {
    outline: 2px solid var(--accent-cyan);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Process Steps */
.process {
    padding: var(--section-pad);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    position: relative;
}

.process-grid::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 50px;
    right: 50px;
    height: 2px;
    background: var(--border-color);
    z-index: 0;
}

.process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 80px;
    height: 80px;
    background: var(--bg-surface);
    border: 2px solid var(--accent-cyan);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    margin: 0 auto 1.5rem;
    color: var(--accent-cyan);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.process-step h3 {
    margin-bottom: 0.5rem;
}

.process-step p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Pricing */
.pricing {
    padding: var(--section-pad);
    background: transparent;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: center;
}

.price-card {
    background: var(--bg-dark);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
}

.price-card:hover {
    border-color: rgba(30, 123, 255, 0.5);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(30, 123, 255, 0.1);
}

.price-card.featured {
    border-color: var(--accent-cyan);
    background: linear-gradient(180deg, rgba(0, 229, 255, 0.05) 0%, var(--bg-dark) 100%);
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(0, 229, 255, 0.1);
}

.price-card.featured .badge-popular {
    background: var(--accent-cyan);
    color: #000;
    padding: 0.25rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1rem;
}

.price-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.price-value {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 2rem;
}

.price-value span {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 400;
}

.price-features {
    list-style: none;
    margin-bottom: 2.5rem;
    text-align: left;
    padding: 0;
}

.price-features li {
    margin-bottom: 1rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.price-features li svg {
    color: var(--accent-cyan);
    flex-shrink: 0;
}

.price-card .btn {
    width: 100%;
}

/* Custom Btn overrides for Redesign */
.btn-redesign-primary {
    background-color: var(--accent-cyan) !important;
    color: #000 !important;
    box-shadow: 0 0 20px var(--accent-cyan-glow), 0 4px 16px rgba(0,0,0,0.3) !important;
    border: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}
.btn-redesign-primary:hover {
    background-color: var(--accent-cyan-hover) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 0 30px rgba(0, 229, 255, 0.5), 0 8px 24px rgba(0,0,0,0.4) !important;
}
.btn-redesign-primary:focus {
    outline: 2px solid var(--accent-cyan-hover) !important;
    outline-offset: 2px !important;
}
.btn-redesign-outline {
    background-color: transparent !important;
    color: var(--accent-cyan) !important;
    border: 2px solid var(--accent-cyan) !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}
.btn-redesign-outline:hover {
    background-color: rgba(0, 229, 255, 0.12) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 0 20px rgba(30, 123, 255, 0.25) !important;
}
.btn-redesign-outline:focus {
    outline: 2px solid var(--accent-cyan) !important;
    outline-offset: 2px !important;
}

/* FAQ */
.faq-section {
    padding: var(--section-pad);
    max-width: 800px;
    margin: 0 auto;
    background: transparent;
}

.faq-item-new {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-item-new summary {
    padding: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
    user-select: none;
}

.faq-item-new summary:hover {
    color: var(--accent-cyan);
}

.faq-item-new summary:focus {
    outline: 2px solid var(--accent-cyan);
    outline-offset: -2px;
}

.faq-item-new summary::-webkit-details-marker {
    display: none;
}

.faq-item-new summary::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--accent-cyan);
    transition: var(--transition);
}

.faq-item-new[open] summary::after {
    transform: rotate(45deg);
}

.faq-item-new p {
    padding: 0 1.5rem 1.5rem;
    color: var(--text-muted);
    border-top: 1px solid var(--border-color);
    margin-top: 1rem;
    padding-top: 1rem;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .price-card.featured {
        transform: none;
    }
}

@media (max-width: 900px) {
    .hero-redesign {
        padding: 7rem 1.5rem 4rem;
    }
    .hero-redesign .container {
        width: min(var(--container-w), calc(100% - 1.2rem));
    }
    .trust-badges-hero {
        gap: 1rem;
    }
    .badge {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 1.25rem !important;
        padding: 0.35rem 0.1rem 0.2rem !important;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid > section:nth-child(3),
    body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid > section:nth-child(4) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid > section:not(:first-child)::before {
        content: none !important;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-cta .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-redesign {
        padding: 5rem 1.5rem 3rem;
    }
    .hero-redesign h1 {
        letter-spacing: 0;
        margin-bottom: 1rem;
    }
    .hero-redesign p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .process-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .process-grid::before {
        display: none;
    }
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .price-card.featured {
        transform: none;
    }
    .hero-cta {
        flex-direction: column;
        gap: 0.8rem;
    }
    .service-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .trust-badges-hero {
        flex-direction: column;
        gap: 0.8rem;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium {
        padding-top: 2.4rem !important;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium h2 {
        font-size: 1.14rem !important;
        margin-bottom: 0.62rem !important;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium p,
    body.home-page .site-footer.footer-enhanced.footer-variant-premium li,
    body.home-page .site-footer.footer-enhanced.footer-variant-premium a {
        font-size: 0.98rem !important;
        line-height: 1.56 !important;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid ul li a {
        display: inline-flex;
        min-height: 38px;
        align-items: center;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-brand p {
        max-width: 100% !important;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-bottom {
        padding: 1.15rem 0 1.35rem !important;
    }

    body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-bottom small {
        font-size: 0.9rem !important;
        text-align: center;
        display: block;
    }
}

@media (max-width: 480px) {
    .hero-redesign {
        padding: 3rem 1rem 2rem;
    }
    .badge {
        font-size: 0.8rem;
        padding: 0.35rem 0.7rem;
        gap: 0.3rem;
    }
    .badge svg {
        width: 16px;
        height: 16px;
    }
    .service-card-new {
        padding: 1.5rem;
    }
    .price-value {
        font-size: 2rem;
    }
}

/* Hosting Vergleich - Redesign Override */
body.home-page #pakete,
body.home-page #managed-pakete,
body.home-page #managed-direktvergleich,
body.home-page .section-soft {
    background: transparent !important;
}

body.home-page .hero {
    background: transparent !important;
}

body.home-page .hero-subpage-main,
body.home-page .hero-side-panel,
body.home-page .page-shell,
body.home-page .page-shell-soft,
body.home-page .compare-table-wrap,
body.home-page .pricing-card {
    background: rgba(15, 27, 50, 0.78) !important;
    border: 1px solid rgba(120, 154, 206, 0.28) !important;
    box-shadow: none !important;
}

body.home-page .pricing-card.featured {
    background: linear-gradient(180deg, rgba(30, 123, 255, 0.12) 0%, rgba(15, 27, 50, 0.82) 100%) !important;
    border-color: rgba(54, 132, 255, 0.7) !important;
}

body.home-page .pricing-fit {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0.75rem 0;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(93, 145, 231, 0.45);
    background: rgba(20, 42, 76, 0.46);
    color: #cfe1ff;
    font-size: 0.82rem;
    line-height: 1.25;
}

body.home-page .compare-table th {
    background: rgba(26, 42, 70, 0.92) !important;
}

body.home-page .compare-table td {
    background: rgba(10, 20, 38, 0.72) !important;
}

/* FAQ page - align with redesign */
body.home-page #faq-it-service,
body.home-page #faq-hosting-server {
    background: transparent !important;
}

body.home-page #faq-it-service .page-shell,
body.home-page #faq-hosting-server .page-shell {
    background: rgba(15, 27, 50, 0.78) !important;
    border: 1px solid rgba(120, 154, 206, 0.28) !important;
}

body.home-page .faq-item {
    background: rgba(30, 44, 72, 0.62) !important;
    border: 1px solid rgba(120, 154, 206, 0.28) !important;
    border-radius: 12px !important;
}

body.home-page .faq-item:hover,
body.home-page .faq-item[open] {
    border-color: rgba(54, 132, 255, 0.65) !important;
    background: rgba(22, 36, 62, 0.78) !important;
}

body.home-page .faq-item summary {
    color: var(--text-main) !important;
    font-weight: 700 !important;
}

body.home-page .faq-item summary::after {
    color: var(--accent-cyan) !important;
}

body.home-page .faq-item p {
    color: #d2e0f5 !important;
    border-top: 1px solid rgba(120, 154, 206, 0.25) !important;
}

body.home-page .hero-actions .btn.btn-accent,
body.home-page .hero-actions .btn.btn-secondary {
    border-radius: 12px !important;
}

body.home-page .hero-actions .btn.btn-accent {
    background: var(--accent-cyan) !important;
    color: #081327 !important;
    border: 1px solid transparent !important;
}

body.home-page .hero-actions .btn.btn-secondary {
    color: #cfe1ff !important;
    border: 1px solid rgba(89, 136, 214, 0.55) !important;
    background: rgba(24, 39, 66, 0.68) !important;
}

body.home-page .hero-actions .btn.btn-secondary:hover {
    border-color: var(--accent-cyan) !important;
    color: #ffffff !important;
}

/* IT-Service Formular: Preis-Hinweis hervorheben */
.price-hint-callout {
    margin: 0.9rem 0 0.55rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(89, 136, 214, 0.62);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(22, 36, 62, 0.9), rgba(17, 30, 54, 0.82));
    color: #dbe9ff;
    font-size: 0.95rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.price-hint-callout strong {
    color: #ffffff;
}

.price-hint-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    border: 1px solid rgba(104, 157, 255, 0.72);
    background: rgba(43, 124, 255, 0.18);
    color: #eaf2ff;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    transition: var(--transition);
}

.price-hint-link:hover {
    background: rgba(43, 124, 255, 0.3);
    border-color: rgba(125, 173, 255, 0.92);
    color: #ffffff;
}

/* Legal pages: calmer hierarchy and cleaner cards */
body.legal-page .legal-head {
    margin-bottom: 1rem !important;
    align-items: flex-start !important;
}

body.legal-page .legal-head h1 {
    font-size: clamp(2.25rem, 4.6vw, 3.15rem) !important;
    margin-bottom: 0.3rem !important;
    letter-spacing: -0.5px;
}

body.legal-page .legal-head p {
    font-size: 1rem !important;
    color: #9fb7dc !important;
}

body.legal-page .legal-note {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(89, 136, 214, 0.42);
    background: rgba(23, 40, 70, 0.52);
    color: #c5d7f2 !important;
    margin-bottom: 1.25rem !important;
}

body.legal-page .legal-grid {
    gap: 1rem !important;
}

body.legal-page .legal-card {
    border: 1px solid rgba(120, 154, 206, 0.33) !important;
    background: linear-gradient(180deg, rgba(30, 44, 72, 0.74), rgba(20, 34, 58, 0.62)) !important;
    border-radius: 14px !important;
    padding: 1.35rem 1.22rem !important;
    box-shadow: 0 12px 24px rgba(5, 12, 24, 0.22);
}

body.legal-page .legal-card h2 {
    font-size: clamp(1.35rem, 2.2vw, 1.95rem) !important;
    line-height: 1.25 !important;
    margin-bottom: 0.85rem !important;
    color: #f5f9ff !important;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(120, 154, 206, 0.24);
}

body.legal-page .legal-card p {
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
    letter-spacing: 0.05px;
    color: #c7d7ef !important;
}

body.legal-page .legal-card p br {
    content: "";
    display: block;
    margin-top: 0.2rem;
}

body.legal-page .legal-main .section {
    padding-top: 2.6rem !important;
    padding-bottom: 2.4rem !important;
}

/* Footer refresh: greift sicher Ã¼ber alte Regeln */
body.home-page .site-footer.footer-enhanced {
    padding-top: 3.2rem !important;
    background:
        radial-gradient(1200px 220px at 50% -80px, rgba(43, 124, 255, 0.14), transparent 62%),
        linear-gradient(180deg, rgba(7, 13, 26, 0.98), rgba(6, 12, 24, 1)) !important;
}

body.home-page .site-footer.footer-enhanced .footer-grid {
    gap: 1.5rem !important;
    margin-bottom: 2.4rem !important;
    align-items: start !important;
    padding: 0.55rem 0.2rem 0.2rem !important;
    grid-template-columns: 1.28fr 1fr 0.72fr 0.72fr !important;
}

body.home-page .site-footer.footer-enhanced .footer-grid > section:nth-child(3) {
    margin-right: -0.2rem !important;
}

body.home-page .site-footer.footer-enhanced .footer-grid > section:nth-child(4) {
    margin-left: -1.1rem !important;
}

body.home-page .site-footer.footer-enhanced .footer-brand::before {
    width: 240px !important;
    height: 52px !important;
    margin-bottom: 0.95rem !important;
    filter: drop-shadow(0 0 10px rgba(43, 124, 255, 0.22));
}

body.home-page .site-footer.footer-enhanced h2 {
    margin-bottom: 0.85rem !important;
    font-size: 1.25rem !important;
    letter-spacing: 0.2px !important;
}

body.home-page .site-footer.footer-enhanced p,
body.home-page .site-footer.footer-enhanced li,
body.home-page .site-footer.footer-enhanced a {
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
    color: #c3d2eb !important;
}

body.home-page .site-footer.footer-enhanced .footer-grid > section {
    position: relative;
}

body.home-page .site-footer.footer-enhanced .footer-grid > section:not(:first-child)::before {
    content: none;
}

body.home-page .site-footer.footer-enhanced .footer-brand p {
    max-width: 34ch !important;
}

body.home-page .site-footer.footer-enhanced .footer-grid ul li {
    margin-bottom: 0.5rem !important;
}

body.home-page .site-footer.footer-enhanced a {
    text-decoration: none !important;
}

body.home-page .site-footer.footer-enhanced a:hover {
    color: #e9f2ff !important;
    text-shadow: 0 0 10px rgba(43, 124, 255, 0.22);
}

body.home-page .site-footer.footer-enhanced .footer-cta .btn {
    min-height: 2.85rem !important;
    font-size: 1rem !important;
    padding: 0.68rem 1.18rem !important;
    box-shadow: 0 0 0 1px rgba(89, 136, 214, 0.2) inset;
}

body.home-page .site-footer.footer-enhanced .footer-bottom {
    padding: 1.5rem 0 1.75rem !important;
    border-top-color: rgba(89, 136, 214, 0.34) !important;
}

body.home-page .site-footer.footer-enhanced .footer-bottom small {
    font-size: 0.96rem !important;
    color: #b4c6e5 !important;
}

/* Footer Varianten-Vorschau */
body.home-page .site-footer.footer-enhanced.footer-variant-minimal {
    background:
        radial-gradient(1000px 180px at 50% -70px, rgba(43, 124, 255, 0.1), transparent 64%),
        linear-gradient(180deg, rgba(7, 13, 26, 0.98), rgba(6, 12, 24, 1)) !important;
}

body.home-page .site-footer.footer-enhanced.footer-variant-minimal .footer-grid {
    gap: 1.5rem !important;
    grid-template-columns: 1.28fr 1fr 0.72fr 0.72fr !important;
}

body.home-page .site-footer.footer-enhanced.footer-variant-minimal .footer-grid > section:nth-child(3) {
    margin-right: -0.2rem !important;
}

body.home-page .site-footer.footer-enhanced.footer-variant-minimal .footer-grid > section:nth-child(4) {
    margin-left: -1.1rem !important;
}

body.home-page .site-footer.footer-enhanced.footer-variant-minimal .footer-grid > section:not(:first-child)::before {
    content: none;
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium {
    background:
        radial-gradient(1200px 220px at 50% -80px, rgba(43, 124, 255, 0.16), transparent 60%),
        linear-gradient(180deg, rgba(6, 13, 27, 0.99), rgba(4, 10, 21, 1)) !important;
    box-shadow: inset 0 1px 0 rgba(115, 164, 255, 0.12);
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid {
    gap: 2.25rem !important;
    grid-template-columns: 1.3fr 1fr 0.85fr 0.85fr !important;
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid > section:nth-child(3) {
    margin-right: 0 !important;
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid > section:nth-child(4) {
    margin-left: -0.35rem !important;
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid > section:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -1.05rem;
    top: 0.35rem;
    width: 1px;
    height: calc(100% - 0.7rem);
    background: linear-gradient(180deg, transparent, rgba(97, 149, 235, 0.4), transparent);
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium h2 {
    color: #f1f6ff !important;
    letter-spacing: 0.3px !important;
    text-shadow: 0 1px 0 rgba(6, 12, 24, 0.85), 0 0 12px rgba(88, 146, 255, 0.12);
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-cta .btn {
    box-shadow:
        0 0 0 1px rgba(89, 136, 214, 0.3) inset,
        0 8px 20px rgba(30, 123, 255, 0.16) !important;
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid ul li a {
    position: relative;
    color: #d6e4fb !important;
    transition: color 0.22s ease, text-shadow 0.22s ease, transform 0.22s ease;
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #4e99ff, #87b8ff);
    transition: width 0.22s ease;
    opacity: 0.9;
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid ul li a:hover {
    color: #f3f8ff !important;
    text-shadow: 0 0 10px rgba(78, 153, 255, 0.22);
    transform: translateX(1px);
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-grid ul li a:hover::after {
    width: 100%;
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-contact-list a {
    color: #dbe8ff !important;
    font-weight: 500;
}

body.home-page .site-footer.footer-enhanced.footer-variant-premium .footer-bottom small {
    letter-spacing: 0.15px;
}

body.home-page .hero-side-kicker {
    color: #9ec5ff !important;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* FINAL OVERRIDE: Einheitliche Header-Logo-Groesse auf allen oeffentlichen Seiten */
body:not(.admin-page) .site-header .brand-logo-wide {
    width: clamp(288px, 30.4vw, 496px) !important;
    height: auto !important;
    max-height: 144px !important;
    object-fit: contain !important;
    display: block !important;
}
