/* ============================================
   KEYITYOURSELF - PROFESSIONAL STYLING
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: 'Trebuchet MS', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9fafb;
}

/* ============================================
   UTILITY CLASSES & HELPERS
   ============================================ */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}

/* Left-align overrides for elements that need it */
.contact-form,
.contact-info,
.form-group,
.form-group label,
.cookie-header,
.dropdown-menu,
.mobile-menu,
.service-card p,
.service-block-header p,
.highlight-item,
.audience-card ul,
.brand-group ul,
.faq-item p,
.lexikon-content,
.problem-entry p,
.footer-section p,
.footer-section ul,
.price-table thead th,
.price-table tbody td {
    text-align: left;
}

/* WhatsApp icon for buttons – inline SVG via CSS mask */
.wa-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn-large .wa-icon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

/* SVG icon styling for section headers and inline icons */
.section-icon,
.inline-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.inline-icon {
    width: 20px;
    height: 20px;
}

.overview-icon svg,
.lexikon-icon svg {
    width: 32px;
    height: 32px;
    stroke: #1e40af;
    fill: none;
    stroke-width: 2;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a {
    color: #1e40af;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1e3a8a;
    text-decoration: underline;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1f2937;
    text-align: left;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #1f2937;
    text-align: left;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.hero-badges {
    justify-content: center;
    text-align: center;
}

.hero-subtitle {
    text-align: center;
}

.hero-cta {
    justify-content: center;
    text-align: center;
}

.hero-note {
    text-align: center;
}

.hero-points {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: inline-block;
}
}

.btn-primary {
    background-color: #1e40af;
    color: white;
}

.btn-primary:hover {
    background-color: #1e3a8a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
}

.btn-secondary {
    background-color: #6b7280;
    color: white;
}

.btn-secondary:hover {
    background-color: #4b5563;
    transform: translateY(-2px);
}

/* Semantic CTA buttons: WhatsApp (green), Email (gray), Formular (blue) */

.btn-whatsapp {
    background-color: #16a34a;
    color: white;
}

.btn-whatsapp:hover {
    background-color: #15803d;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

.btn-email {
    background-color: #6b7280;
    color: white;
}

.btn-email:hover {
    background-color: #4b5563;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3);
}

.btn-formular {
    background-color: #1e40af;
    color: white;
}

.btn-formular:hover {
    background-color: #1e3a8a;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
}

/* Dark-background variants (Hero, CTA Banner) */

.btn-whatsapp-dark {
    background-color: #16a34a;
    color: white;
    font-weight: 700;
}

.btn-whatsapp-dark:hover {
    background-color: #15803d;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.4);
}

.btn-email-dark {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.85);
    font-weight: 700;
}

.btn-email-dark:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: white;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}

.btn-formular-dark {
    background-color: #fff;
    color: #1e40af;
    font-weight: 700;
}

.btn-formular-dark:hover {
    background-color: #f0f4ff;
    color: #1e40af;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-large {
    padding: 16px 32px;
    font-size: 1.1rem;
    display: inline-block;
    margin: 10px;
}

/* ============================================
   COOKIE BANNER
   ============================================ */

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    font-size: 0.95rem;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.cookie-header h3 {
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.cookie-header p {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.cookie-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cookie-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    gap: 1rem;
}

.cookie-option-info {
    flex: 1;
}

.cookie-option-info strong {
    display: block;
    color: #1f2937;
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
}

.cookie-desc {
    color: #6b7280;
    font-size: 0.82rem;
    line-height: 1.4;
}

/* Toggle switch */
.toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    flex-shrink: 0;
}

.toggle input {
    display: none;
}

.toggle-slider {
    width: 44px;
    height: 24px;
    background: #d1d5db;
    border-radius: 12px;
    position: relative;
    transition: background 0.3s ease;
}

.toggle-slider::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: transform 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.toggle input:checked + .toggle-slider {
    background: #1e40af;
}

.toggle input:checked + .toggle-slider::after {
    transform: translateX(20px);
}

.toggle.disabled {
    cursor: default;
}

.toggle.disabled .toggle-slider {
    background: #1e40af;
    opacity: 0.6;
}

.toggle.disabled .toggle-slider::after {
    transform: translateX(20px);
}

.toggle-label {
    font-size: 0.78rem;
    color: #9ca3af;
    white-space: nowrap;
}

.cookie-buttons {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-bottom: 0.75rem;
}

.btn-outline {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 2px solid #d1d5db;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    border-color: #9ca3af;
    color: #374151;
}

.cookie-footer {
    text-align: center;
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb;
}

.cookie-footer a {
    font-size: 0.82rem;
    color: #9ca3af;
}

.cookie-footer a:hover {
    color: #1e40af;
}

@media (max-width: 768px) {
    .cookie-content {
        padding: 1.5rem 1rem;
    }

    .cookie-option {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .cookie-buttons {
        flex-direction: column;
    }

    .cookie-buttons .btn,
    .cookie-buttons .btn-outline {
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */

.header {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar {
    padding: 1rem 0;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1e40af;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-logo {
    border-radius: 6px;
    object-fit: contain;
}

.logo:hover {
    color: #1e3a8a;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1e40af;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    list-style: none;
    background: white;
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.mobile-menu li {
    padding: 0.75rem 0;
}

.mobile-menu a {
    display: block;
    padding: 0.25rem 0;
}

.mobile-menu a {
    color: #333;
    font-weight: 500;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .mobile-menu.active {
        display: block;
    }
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    color: white;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.hero .container {
    display: block;
    width: 100%;
    text-align: center;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
    line-height: 1.2;
    text-align: center;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.hero-points {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.hero-points li {
    position: relative;
    padding-left: 1.35rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.6;
    text-align: left;
    display: inline-block;
}

.hero-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #86efac;
    text-align: center;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-note {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.95rem;
    line-height: 1.6;
}

.hero-image {
    text-align: center;
}

.hero-photo-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 1rem;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.28);
    backdrop-filter: blur(6px);
}

.hero-photo {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    padding: 0.75rem;
    max-height: 360px;
    object-fit: contain;
}

.hero-photo-caption {
    margin-top: 0.9rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@media (max-width: 768px) {
    .hero {
        padding: 4rem 0;
    }

    .hero .container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-cta {
        flex-direction: column;
    }

    .btn-large {
        margin: 8px 0;
        width: 100%;
    }

    .hero-photo-card {
        padding: 0.75rem;
    }
}

/* ============================================
   TRUST BAR
   ============================================ */

.trust-bar {
    background: #1e3a8a;
    color: white;
    padding: 1rem 0;
    text-align: left;
}

.trust-items {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
}

.trust-item {
    white-space: nowrap;
}

.section-eyebrow {
    display: inline-block;
    margin-bottom: 0.9rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1e3a8a;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.price-quick {
    padding: 4.5rem 0;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.price-quick-header {
    max-width: 780px;
    margin: 0 auto 2rem;
    text-align: left;
}

.price-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.price-quick-card {
    background: white;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 16px 40px rgba(30, 64, 175, 0.08);
    text-align: left;
}

.price-quick-label {
    display: block;
    font-size: 0.9rem;
    color: #475569;
    margin-bottom: 0.6rem;
}

.price-quick-card strong {
    display: block;
    font-size: 2rem;
    color: #0f172a;
    margin-bottom: 0.6rem;
}

.price-quick-card p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.price-quick-cta {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.75rem;
}

.contact-shortcut {
    padding: 0 0 4rem;
    background: #f9fafb;
}

.contact-shortcut-box {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 1.5rem;
    align-items: center;
    background: #0f172a;
    color: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

.contact-shortcut-box h2 {
    color: white;
    text-align: left;
    margin-bottom: 0.8rem;
}

.contact-shortcut-box p {
    text-align: left;
    color: rgba(255, 255, 255, 0.85);
}

.contact-shortcut-box .section-eyebrow {
    background: rgba(255, 255, 255, 0.15);
    color: #93c5fd;
}

.contact-shortcut-actions {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.trust-proof {
    padding: 4.5rem 0;
    background: white;
}

.trust-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.trust-proof-card {
    padding: 1.6rem;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #dbeafe;
    text-align: left;
}

.trust-proof-card h3 {
    margin-bottom: 0.6rem;
}

.trust-proof-card p {
    color: #475569;
    line-height: 1.7;
}

.trust-proof-card-wide {
    grid-column: 1 / -1;
}

.forum-quote {
    margin: 0;
    padding: 0;
}

.forum-quote p {
    font-style: italic;
    color: #334155;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.forum-quote cite {
    font-style: normal;
    font-size: 0.9rem;
    color: #6b7280;
}

.forum-quote cite a {
    color: #1e40af;
}

/* ============================================
   GOOGLE REVIEWS
   ============================================ */

.google-reviews {
    padding: 4.5rem 0;
    background: #f9fafb;
}

.google-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.review-card {
    padding: 1.6rem;
    border-radius: 16px;
    background: white;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.review-stars {
    color: #facc15;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
    text-align: left;
}

.review-text {
    font-style: italic;
    color: #334155;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.review-author {
    font-style: normal;
    font-size: 0.9rem;
    color: #6b7280;
}

@media (max-width: 768px) {
    .google-reviews-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .trust-items {
        flex-direction: column;
        gap: 0.5rem;
    }

    .price-quick-grid,
    .trust-proof-grid,
    .contact-shortcut-box {
        grid-template-columns: 1fr;
    }

    .contact-shortcut-box {
        padding: 1.5rem;
    }

    .contact-shortcut-actions {
        width: 100%;
    }

    .contact-shortcut-actions .btn {
        width: 100%;
    }
}

/* ============================================
   SERVICES SECTION
   ============================================ */

.services {
    padding: 6rem 0;
    background: #f9fafb;
}

.service-block {
    background: white;
    border-radius: 8px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.service-block-primary {
    border-left: 4px solid #1e40af;
}

.service-block-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.service-block-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.service-block-header h3 {
    font-size: 1.6rem;
    color: #1e40af;
    margin-bottom: 0.5rem;
}

.service-mini-cta {
    margin-top: 1.5rem;
    padding: 1.25rem 1.4rem;
    background: #f8fafc;
    border: 1px solid #dbeafe;
    border-radius: 12px;
}

.service-mini-cta {
    margin-top: 1.5rem;
    padding: 1.25rem 1.4rem;
    background: #f8fafc;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    text-align: center;
}

.service-mini-cta p {
    margin-bottom: 1.1rem;
}
.service-mini-cta-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 0.5rem;
}

.section-crosslinks {
    margin-top: 0.75rem;
    margin-bottom: 0;
    font-size: 0.85rem;
    color: #64748b;
}

.section-crosslinks {
    margin-top: 0.75rem;
    margin-bottom: 0;
    font-size: 0.85rem;
    color: #64748b;
    text-align: center;
}
    text-decoration: underline;
}

/* ============================================
   PROBLEM ENTRIES (probleme.html)
   ============================================ */

.problem-entry {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.problem-entry:last-of-type {
    border-bottom: none;
}

.problem-entry h2 {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.problem-entry p {
    margin-bottom: 0.5rem;
    color: #555;
    line-height: 1.7;
}

.problem-cta {
    margin-top: 1rem;
}

.btn-outline-dark {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid #94a3b8;
    background: #fff;
    color: #1e3a8a;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-outline-dark:hover {
    border-color: #1e40af;
    background: #f0f4ff;
    color: #1e40af;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.12);
}
.service-block-header p {
    color: #6b7280;
    font-size: 1.05rem;
}

.service-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.highlight-item {
    background: #f9fafb;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    border-left: 3px solid #1e40af;
}

.highlight-item strong {
    display: block;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.highlight-item span {
    color: #6b7280;
    font-size: 0.9rem;
}

.ownership-note {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border: 1px solid #dbeafe;
    border-radius: 12px;
}

.ownership-note h3 {
    margin-bottom: 0.6rem;
    color: #1e40af;
}

.ownership-note p {
    color: #475569;
    line-height: 1.7;
}

.ownership-note p + p {
    margin-top: 0.75rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
    text-align: center;
}

@media (max-width: 768px) {
    .service-block {
        padding: 1.5rem;
    }

    .service-block-header {
        flex-direction: column;
        gap: 0.75rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

.cta-box {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    color: white;
    padding: 3rem;
    border-radius: 8px;
    text-align: center;
    margin-top: 3rem;
}

.cta-box p {
    margin-bottom: 1.5rem;
}

.cta-box h3 {
    color: white;
    margin-bottom: 0.5rem;
}

.cta-box {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    color: white;
    padding: 3rem;
    border-radius: 8px;
    text-align: center;
    margin-top: 3rem;
}

.process {
    padding: 5rem 0;
    background: white;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.process-step {
    text-align: left;
    padding: 2rem;
}

.step-number {
    width: 48px;
    height: 48px;
    background: #1e40af;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.process-step h3 {
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.process-step p {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
}

.process-note {
    max-width: 860px;
    margin: 1.5rem auto 0;
    color: #475569;
}

.contact-inline-note {
    margin-top: 0.4rem;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .process-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ============================================
   AUDIENCE SECTION
   ============================================ */

.audience {
    padding: 5rem 0;
    background: #f9fafb;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}

.audience-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.audience-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.audience-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    flex-grow: 1;
}

.audience-card li {
    padding: 0.4rem 0 0.4rem 1.5rem;
    position: relative;
    color: #555;
}

.audience-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1e40af;
    font-weight: bold;
}

.audience-card .btn {
    align-self: flex-start;
}

@media (max-width: 768px) {
    .audience-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   CONTACT SECTION
   ============================================ */

.contact {
    padding: 6rem 0;
    background: #f9fafb;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.contact-info {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-info h3 {
    color: #1e40af;
    margin-bottom: 1.5rem;
}

.contact-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-item strong {
    display: block;
    margin-bottom: 0.5rem;
    color: #1e40af;
}

.contact-item a {
    color: #1e40af;
    font-weight: 600;
}

.contact-form {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-form h3 {
    color: #1e40af;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1e40af;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

.form-group.checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-group.checkbox input {
    width: auto;
    margin: 0;
}

.form-group.checkbox label {
    margin: 0;
    font-size: 0.95rem;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.3rem;
}

.form-fieldset {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem 1rem 0.5rem;
    margin-bottom: 1rem;
}

.form-fieldset legend {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1e40af;
    padding: 0 0.5rem;
}

.form-optional {
    font-weight: 400;
    color: #94a3b8;
    font-size: 0.85rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

@media (max-width: 480px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

.form-group button {
    width: 100%;
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
    background: #1f2937;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    color: white;
    margin-bottom: 1rem;
}

.footer-section a {
    color: #d1d5db;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section p {
    color: #d1d5db;
    line-height: 1.8;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 2rem;
    text-align: left;
    color: #9ca3af;
}

.footer-bottom a {
    color: #d1d5db;
}

.footer-bottom a:hover {
    color: white;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 480px) {
    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .btn-large {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
}

/* ============================================
   HERO BADGES
   ============================================ */

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: white;
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Legacy btn-cta classes removed – replaced by btn-whatsapp-dark / btn-formular-dark / btn-email-dark */

.whatsapp-float {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.9rem 1rem;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 16px 30px rgba(22, 163, 74, 0.28);
    z-index: 950;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, bottom 0.2s ease;
}

.whatsapp-float:hover {
    background: #15803d;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(21, 128, 61, 0.34);
}

.whatsapp-float-text {
    line-height: 1;
}

body.cookie-banner-visible .whatsapp-float {
    bottom: 7rem;
}

@media (max-width: 768px) {
    .whatsapp-float {
        right: 0.75rem;
        bottom: 0.75rem;
        padding: 0.85rem 0.95rem;
    }

    body.cookie-banner-visible .whatsapp-float {
        bottom: 8.5rem;
    }
}

/* ============================================
   NAV DROPDOWN
   ============================================ */

.nav-dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    min-width: 220px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 0.5rem 0;
    z-index: 200;
    padding-top: 0.75rem;
}

.nav-dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0.75rem;
}

.nav-dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 0.6rem 1.2rem;
    color: #333;
    font-size: 0.9rem;
    transition: background 0.2s ease;
}

.dropdown-menu a:hover {
    background: #f0f4ff;
    color: #1e40af;
    text-decoration: none;
}

/* ============================================
   SERVICE OVERVIEW (JUMP GRID)
   ============================================ */

.service-overview {
    padding: 5rem 0 3rem;
    background: white;
}

.section-subtitle {
    text-align: center;
    color: #6b7280;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.overview-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.75rem 1.25rem;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.overview-card:hover {
    border-color: #1e40af;
    box-shadow: 0 4px 16px rgba(30, 64, 175, 0.1);
    transform: translateY(-3px);
    text-decoration: none;
    color: inherit;
}

.overview-card-highlight {
    border-color: #1e40af;
    background: #f0f4ff;
    box-shadow: 0 4px 16px rgba(30, 64, 175, 0.1);
}

.overview-icon {
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
    display: block;
}

.overview-card strong {
    display: block;
    font-size: 1.05rem;
    color: #1e40af;
    margin-bottom: 0.4rem;
}

.overview-card span {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .overview-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .overview-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   SERVICE DETAIL SECTIONS
   ============================================ */

.service-detail {
    padding: 5rem 0;
    background: white;
}

.service-detail-alt {
    background: #f9fafb;
}

.service-detail-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

.service-detail-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    line-height: 1;
}

.service-detail-header h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.service-detail-header .section-subtitle {
    text-align: center;
    margin: 0 auto;
    max-width: 780px;
    font-size: 1rem;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.service-gallery {
    display: grid;
    gap: 1.25rem;
    margin: 0 0 1.75rem;
}

.service-gallery-two {
    grid-template-columns: 1.25fr 0.95fr;
}

.service-gallery-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-gallery-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.service-gallery-item img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: contain;
    background: #f8fafc;
    padding: 0.75rem;
}

.service-gallery-item-large img {
    height: 320px;
}

.service-gallery-item-accent img {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.service-gallery-item figcaption {
    padding: 0.85rem 1rem 1rem;
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.5;
}

.service-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
    transition: box-shadow 0.3s ease;
}

.service-detail-alt .service-card {
    background: white;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
    font-size: 1.15rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.service-card p {
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.service-card-featured {
    border-left: 4px solid #1e40af;
    position: relative;
}

.service-badge-new {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: #16a34a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.service-price {
    font-weight: 700;
    color: #1e40af;
    font-size: 0.95rem;
}

/* ============================================
   PRICE TABLE
   ============================================ */

.price-table-wrapper {
    overflow-x: auto;
    margin-top: 2rem;
    -webkit-overflow-scrolling: touch;
}

.price-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.price-table thead th {
    background: #1e40af;
    color: white;
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
}

.price-table thead th:last-child {
    text-align: right;
}

.price-table tbody td {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
}

.price-table tbody td:last-child {
    text-align: right;
    white-space: nowrap;
    color: #1e40af;
}

.price-table tbody tr:hover {
    background: #f0f4ff;
}

.price-group-header td {
    background: #f3f4f6;
    font-weight: 700;
    color: #1f2937;
    padding: 0.65rem 1rem;
    font-size: 0.92rem;
    border-bottom: 2px solid #d1d5db;
}

.price-group-header:hover td {
    background: #f3f4f6;
}

.price-note {
    text-align: center;
    margin-top: 1.25rem;
    color: #6b7280;
    font-size: 0.88rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .price-table {
        font-size: 0.85rem;
    }

    .price-table thead th,
    .price-table tbody td {
        padding: 0.5rem 0.65rem;
    }
}

@media (max-width: 768px) {
    .service-detail-header {
        gap: 0.5rem;
    }

    .service-detail-header h2 {
        font-size: 1.5rem;
    }

    .service-gallery-two,
    .service-gallery-three {
        grid-template-columns: 1fr;
    }

    .service-gallery-item img,
    .service-gallery-item-large img {
        height: 220px;
    }

    .service-mini-cta-actions {
        flex-direction: column;
    }
}

/* ============================================
   CTA BANNER
   ============================================ */

.cta-banner {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.cta-banner h2 {
    color: white;
    margin-bottom: 0.75rem;
}

.cta-banner p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-banner p a {
    color: #bfdbfe;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cta-banner p a:hover {
    color: #fff;
}

.cta-note {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
}

/* ============================================
   BRANDS SECTION
   ============================================ */

.brands-section {
    padding: 5rem 0;
    background: #f9fafb;
}

.brands-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
}

.brand-group {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.brand-group h3 {
    color: #1e40af;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e5e7eb;
}

.brand-group ul {
    list-style: none;
    padding: 0;
}

.brand-group li {
    padding: 0.4rem 0;
    color: #555;
    font-size: 0.92rem;
    line-height: 1.5;
    border-bottom: 1px solid #f3f4f6;
}

.brand-group li:last-child {
    border-bottom: none;
}

.brand-group li strong {
    color: #1f2937;
}

.brands-note {
    text-align: center;
    margin-top: 2rem;
    color: #6b7280;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .brands-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   FAQ SECTION
   ============================================ */

.faq-section {
    padding: 5rem 0;
    background: white;
}

.faq-list {
    max-width: 800px;
    margin: 2rem auto 0;
}

.faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.faq-item summary {
    display: flex;
    align-items: center;
    padding: 1.15rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: #1f2937;
    cursor: pointer;
    background: #f9fafb;
    transition: background 0.2s ease;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::before {
    content: "+";
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e40af;
    margin-right: 1rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.faq-item[open] summary::before {
    content: "−";
}

.faq-item summary:hover {
    background: #f0f4ff;
}

.faq-item p {
    padding: 0 1.5rem 1.25rem 3rem;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.7;
}

.faq-item p a {
    color: #1e40af;
    font-weight: 500;
}

/* ============================================
   LEXIKON SECTION
   ============================================ */

.lexikon-section {
    padding: 5rem 0;
    background: #f9fafb;
}

.lexikon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    max-width: 960px;
    margin: 2rem auto 0;
}

.lexikon-entry {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: white;
}

.lexikon-entry summary {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1f2937;
    cursor: pointer;
    background: white;
    transition: background 0.2s ease;
    list-style: none;
    gap: 0.6rem;
}

.lexikon-entry summary::-webkit-details-marker {
    display: none;
}

.lexikon-entry summary::after {
    content: "+";
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e40af;
    margin-left: auto;
    flex-shrink: 0;
}

.lexikon-entry[open] summary::after {
    content: "−";
}

.lexikon-entry summary:hover {
    background: #f0f4ff;
}

.lexikon-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.lexikon-content {
    padding: 0 1.25rem 1.25rem;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.6;
}

.lexikon-content h4 {
    font-size: 0.88rem;
    color: #1f2937;
    margin: 0.75rem 0 0.4rem;
}

.lexikon-content ul {
    margin: 0 0 0.75rem 1.25rem;
    padding: 0;
}

.lexikon-content li {
    margin-bottom: 0.25rem;
}

.lexikon-solution {
    background: #f0f4ff;
    border-left: 3px solid #1e40af;
    padding: 0.75rem 1rem;
    border-radius: 0 6px 6px 0;
    margin-top: 0.75rem;
}

.lexikon-solution strong {
    color: #1e40af;
}

.lexikon-link {
    display: inline-block;
    margin-top: 0.4rem;
    font-weight: 600;
    color: #1e40af;
}

@media (max-width: 768px) {
    .lexikon-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   DISCOUNT NOTE
   ============================================ */

.discount-note {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #92400e;
}

/* ============================================
   SEARCH
   ============================================ */

.nav-search {
    position: relative;
    margin-left: 1rem;
}

.nav-search input {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.88rem;
    width: 170px;
    transition: width 0.3s ease, border-color 0.3s ease;
}

.nav-search input:focus {
    outline: none;
    border-color: #1e40af;
    width: 230px;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

.search-results {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    min-width: 280px;
    max-height: 320px;
    overflow-y: auto;
    z-index: 300;
    margin-top: 0.5rem;
}

.search-result-item {
    display: block;
    padding: 0.7rem 1rem;
    color: #333;
    font-size: 0.88rem;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.2s;
}

.search-result-item:hover {
    background: #f0f4ff;
    text-decoration: none;
    color: #1e40af;
}

.search-result-item.search-result-active {
    background: #e0e7ff;
    color: #1e40af;
}

.search-result-item mark {
    background: #fef08a;
    color: inherit;
    padding: 0 1px;
    border-radius: 2px;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-no-results {
    padding: 1rem;
    color: #9ca3af;
    font-size: 0.9rem;
    text-align: center;
}

.mobile-search-item {
    padding: 0.75rem 0;
}

.mobile-search-item input {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
}

.mobile-search-item input:focus {
    outline: none;
    border-color: #1e40af;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

.mobile-search-item .search-results {
    position: relative;
    margin-top: 0.5rem;
    min-width: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
    .nav-search {
        display: none;
    }
}

/* ============================================
   PRICE TABLE – MODEL EXAMPLES
   ============================================ */

.price-table tbody td small {
    display: block;
    font-size: 0.78rem;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 0.15rem;
}

/* ============================================
   COMPATIBILITY LIST
   ============================================ */

.compatibility-list {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.compatibility-list h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.compatibility-list > p {
    color: #6b7280;
    font-size: 0.92rem;
    margin-bottom: 1.5rem;
}

.compatibility-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.compatibility-brand {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem 1.25rem;
}

.compatibility-brand h4 {
    font-size: 0.95rem;
    color: #1e40af;
    margin-bottom: 0.4rem;
}

.compatibility-brand p {
    font-size: 0.85rem;
    color: #4b5563;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .compatibility-grid {
        grid-template-columns: 1fr;
    }
}
