/* =========================================================================
   HOME MODERN
   Modernes Polish-Layer fuer die Startseite (resources/views/app/index.blade.php).
   Alle Selektoren sind mit .home-modern gescoped, damit andere Seiten
   nicht beeinflusst werden. Keine Aenderungen an Texten, DOM-Reihenfolge,
   Bildern oder Ueberschriften.
   ========================================================================= */

.home-modern {
    /* Slate-Palette + Brand-Akzente */
    --hm-bg: #ffffff;
    --hm-bg-soft: #f8fafc;
    --hm-bg-muted: #f1f5f9;
    --hm-border: #e2e8f0;
    --hm-border-strong: #cbd5e1;
    --hm-text: #0f172a;
    --hm-text-muted: #475569;
    --hm-text-soft: #64748b;
    --hm-brand: #191d93;
    --hm-brand-dark: #14114c;
    --hm-brand-light: #6156f9;
    --hm-accent: #d11459;
    --hm-success: #06c280;
    --hm-warm: #e9b73b;
    --hm-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 3px rgba(15, 23, 42, 0.06);
    --hm-shadow-md: 0 4px 12px rgba(15, 23, 42, 0.06), 0 2px 4px rgba(15, 23, 42, 0.04);
    --hm-shadow-lg: 0 12px 32px rgba(15, 23, 42, 0.08), 0 4px 8px rgba(15, 23, 42, 0.04);
}

/* ========================================================================
   1. ALLGEMEINE TYPOGRAFIE & BODY
   ======================================================================== */
.home-modern {
    color: var(--hm-text);
}

.home-modern p {
    color: var(--hm-text-muted);
    line-height: 1.7;
    font-size: 1rem;
}

.home-modern .heading-title {
    color: var(--hm-text);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: none;
    line-height: 1.2;
}

.home-modern .h-color,
.home-modern .heading-h2,
.home-modern .primary_color {
    color: var(--hm-brand) !important;
}

.home-modern .heading-h2 {
    font-weight: 800;
    letter-spacing: -0.015em;
}

.home-modern .section_margin {
    margin: 56px 0;
}

@media (min-width: 992px) {
    .home-modern .section_margin {
        margin: 80px 0;
    }
}

/* ========================================================================
   2. HEADER / HERO
   ======================================================================== */
.home-modern .header {
    background: linear-gradient(180deg, #14114c 0%, #1a1a78 55%, #1f1f8c 100%) !important;
    position: relative;
    overflow: hidden;
}

.home-modern .header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(97, 86, 249, 0.18), transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(209, 20, 89, 0.12), transparent 50%);
    pointer-events: none;
}

.home-modern .header > .container {
    position: relative;
    z-index: 1;
}

.home-modern .banner_section {
    margin: 0 0 24px 0;
    padding-top: 8px;
    padding-bottom: 24px;
}

.home-modern .banner_section h1.line-height-lg {
    font-weight: 700 !important;
    font-size: clamp(1.75rem, 2.4vw + 1rem, 2.6rem) !important;
    letter-spacing: -0.02em;
    line-height: 1.2 !important;
    color: #ffffff;
}

.home-modern .banner_section h1 b {
    font-weight: 700;
}

.home-modern .banner_left .fs-4 {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 2px solid var(--hm-warm);
    padding-bottom: 6px;
    margin-bottom: 18px;
    font-size: 1.125rem !important;
}

.home-modern .banner_left p {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 400;
    line-height: 1.65;
    font-size: 1rem;
}

/* "VON FACHPORTALEN EMPFOHLEN" Card */
.home-modern .banner_left > div > div[style*="background-color:#ffffff"],
.home-modern .banner_left > div > div.rounded-3 {
    background: rgba(255, 255, 255, 0.97) !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0.75rem !important;
    padding: 14px 18px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.home-modern .banner_left .fs-7,
.home-modern .banner_left .fs-md-5 {
    color: var(--hm-text-soft) !important;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px !important;
}

.home-modern .ref_image_section img {
    max-height: 38px;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.home-modern .ref_image_section img:hover {
    opacity: 1;
}

/* "1.700+ Unternehmen vertrauen…" */
.home-modern .banner_left .fs-5.fs-md-3,
.home-modern .banner_left .fs-md-3 {
    color: #ffffff;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    line-height: 1.55;
    margin: 28px 0 24px !important;
    letter-spacing: -0.01em;
}

@media (min-width: 768px) {
    .home-modern .banner_left .fs-5.fs-md-3,
    .home-modern .banner_left .fs-md-3 {
        font-size: 1.375rem !important;
    }
}

/* CTA Button im Hero - CI-Gelb */
.home-modern .banner_left .btn-bold {
    background: linear-gradient(135deg, #f4c84a 0%, #e9b73b 60%, #d4a526 100%) !important;
    color: var(--hm-brand-dark) !important;
    border: none !important;
    border-radius: 0.625rem !important;
    padding: 0.875rem 1.75rem !important;
    font-size: 1.0625rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.005em;
    box-shadow: 0 10px 28px rgba(233, 183, 59, 0.38);
    transition: all 0.2s ease;
}

.home-modern .banner_left .btn-bold:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(233, 183, 59, 0.5);
    background: linear-gradient(135deg, #f8d35a 0%, #efc04a 60%, #e0b132 100%) !important;
    color: var(--hm-brand-dark) !important;
}

.home-modern .banner_left .btn-bold b {
    font-weight: 700;
    color: var(--hm-brand-dark);
}

/* Hero-Bild */
.home-modern .hero-main-img {
    max-width: 100%;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.25));
    transform: scaleX(-1);
}

/* ========================================================================
   3. SECTION-BACKGROUNDS (vereinheitlicht)
   ======================================================================== */
.home-modern .feature_section {
    padding: 64px 16px !important;
    background: var(--hm-bg) !important;
}

@media (min-width: 768px) {
    .home-modern .feature_section {
        padding: 96px 32px !important;
    }
}

/* Spezifische Section-Hintergrunde nach Inline-Style ersetzen */
.home-modern .feature_section[style*="background-color:#FAF8F980"],
.home-modern .feature_section[style*="background-color: #FAF8F980"] {
    background: var(--hm-bg-soft) !important;
}

.home-modern .feature_section[style*="background-color:#c8cbce20"],
.home-modern .feature_section[style*="background-color: #c8cbce20"] {
    background: var(--hm-bg-muted) !important;
}

.home-modern .feature_section[style*="background-color:#c8cbce50"],
.home-modern .feature_section[style*="background-color: #c8cbce50"] {
    background: var(--hm-bg-soft) !important;
}

.home-modern .feature_section[style*="background-color:white"],
.home-modern .feature_section[style*="background-color: white"] {
    background: var(--hm-bg) !important;
}

/* ========================================================================
   4. INTRO SECTION (100% Vorteile, Versprechen, Kompliment)
   ======================================================================== */
.home-modern .intro_section {
    background: #ffffff;
    border: 1px solid var(--hm-border);
    border-radius: 1rem;
    padding: 32px 28px;
    margin-top: 32px;
    margin-bottom: 32px;
    box-shadow: var(--hm-shadow-sm);
}

@media (min-width: 768px) {
    .home-modern .intro_section {
        padding: 48px 40px;
    }
}

.home-modern .intro_section ul {
    margin-top: 12px;
}

.home-modern .intro_section li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 1rem !important;
    color: var(--hm-text);
}

.home-modern .intro_section li img.check_circle_img,
.home-modern li img.check_circle_img {
    width: 22px !important;
    height: 22px !important;
    flex-shrink: 0;
    margin: 0 !important;
}

/* PNGs der Vector-Illustrationen haben einen weissen Hintergrund.
   mix-blend-mode: multiply blendet weisse Pixel auf jedem Background aus,
   sodass das Motiv direkt auf der Box "schwebt" und kein weisses Rechteck
   sichtbar bleibt. */
.home-modern img.vector_img_lg,
.home-modern img.vector_img,
.home-modern .feature_section_img img,
.home-modern .marketing_section_img {
    mix-blend-mode: multiply;
    filter: none;
}

/* ========================================================================
   5. FEATURE-VERSPRECHEN (4 Bullets mit i.fa-check-circle)
   ======================================================================== */
.home-modern .feature_section .row li.row {
    padding: 16px 12px;
    margin-bottom: 12px !important;
    border-radius: 0.625rem;
    transition: background 0.2s ease;
}

.home-modern .feature_section .row li.row:hover {
    background: var(--hm-bg-soft);
}

.home-modern .check_circle_icon {
    color: var(--hm-success) !important;
    font-size: 1.5rem !important;
}

/* ========================================================================
   6. TESTIMONIAL-SLIDER
   ======================================================================== */
.home-modern .swiper-slide .testimonial_box {
    background: #ffffff !important;
    border: 1px solid var(--hm-border);
    border-radius: 1rem !important;
    box-shadow: var(--hm-shadow-md) !important;
    padding: 32px 28px !important;
}

.home-modern .swiper-slide .testimonial_box p {
    color: var(--hm-text) !important;
    font-size: 1rem;
    line-height: 1.65;
    font-style: normal;
}

.home-modern .testimonial_img {
    z-index: 2;
}

.home-modern .testimonial_img img {
    border: 4px solid #ffffff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
}

.home-modern .swiper-slide .testimonial_box .h-color {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin-top: 4px;
}

.home-modern .swiper-slide .testimonial_box .tag {
    color: var(--hm-text-soft) !important;
    font-size: 0.8125rem !important;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.home-modern .arrowbtn {
    background: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: var(--hm-shadow-md);
    margin-bottom: 14px;
    transition: all 0.2s ease;
}

.home-modern .arrowbtn:hover {
    background: var(--hm-brand);
    box-shadow: 0 8px 22px rgba(25, 29, 147, 0.25);
    transform: translateY(-1px);
}

.home-modern .arrowbtn i {
    color: var(--hm-brand) !important;
    font-size: 18px !important;
    transition: color 0.2s ease;
}

.home-modern .arrowbtn:hover i {
    color: #ffffff !important;
}

/* ========================================================================
   7. FEATURE-CARDS (6 Filter-Features)
   ======================================================================== */
.home-modern .feature-item {
    margin-top: 32px;
    padding: 28px 20px;
    background: #ffffff;
    border: 1px solid var(--hm-border);
    border-radius: 0.875rem;
    transition: all 0.25s ease;
    box-shadow: var(--hm-shadow-sm);
}

.home-modern .feature-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--hm-shadow-lg);
    border-color: var(--hm-border-strong);
}

.home-modern .feature-item .fs-5.fw-bold {
    color: var(--hm-text);
    font-weight: 700 !important;
    font-size: 1.0625rem !important;
    letter-spacing: -0.01em;
}

.home-modern .feature-item .icon-section {
    background: linear-gradient(135deg, var(--hm-brand-light) 0%, var(--hm-brand) 100%) !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 20px rgba(25, 29, 147, 0.22);
}

.home-modern .feature-item .icon-section i {
    font-size: 30px;
}

.home-modern .feature-item p.text-muted {
    color: var(--hm-text-muted) !important;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 14px !important;
}

/* ========================================================================
   8. FILTER-SECTION (Blauer Banner-Streifen)
   Das Avatar-Bild ragt 100px nach oben hinaus -> KEIN overflow:hidden!
   Der Glow wird als separater pseudo-element BG am .filter-section selbst
   gerendert (background-image), nicht als ::before mit overflow-Risiko.
   ======================================================================== */
.home-modern .filter-section {
    background:
        radial-gradient(circle at 80% 50%, rgba(97, 86, 249, 0.32), transparent 55%),
        linear-gradient(135deg, #14114c 0%, #1f1f8c 50%, #2f29c4 100%) !important;
    border-radius: 1.25rem;
    margin-top: 160px;
    margin-bottom: 80px;
    padding: 24px 0;
    box-shadow: 0 24px 60px rgba(20, 17, 76, 0.22);
    position: relative;
    overflow: visible;
}

.home-modern .filter-section .avatar-container {
    position: relative;
    z-index: 2;
}

.home-modern .filter-section-item {
    position: relative;
    z-index: 1;
}

.home-modern .filter-section-item .icon-section i {
    font-size: 44px;
    color: #ffffff;
    opacity: 0.95;
}

.home-modern .filter-section-item p {
    color: #ffffff !important;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-top: 14px;
    line-height: 1.4;
}

.home-modern .filter-section-divider {
    background: rgba(255, 255, 255, 0.18);
    height: 60% !important;
}

@media (max-width: 990px) {
    .home-modern .filter-section {
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 32px 16px;
    }
}

/* ========================================================================
   9. ADVANTAGES SECTION (Step-Cards)
   Step-Badge sitzt absolut in einer Ecke der Card. Padding muss auf der
   entsprechenden Seite genug Platz lassen, damit der Card-Content nicht
   hinter dem Badge verschwindet.
   ======================================================================== */
.home-modern .advantages_section {
    gap: 24px;
    margin: 32px 0;
}

.home-modern .advantages_section .card {
    border: 1px solid var(--hm-border) !important;
    border-radius: 1rem !important;
    box-shadow: var(--hm-shadow-md) !important;
    background: #ffffff !important;
    padding: 32px 28px !important;
    margin: 0 !important;
    transition: all 0.25s ease;
    overflow: hidden;
}

.home-modern .advantages_section .card:hover {
    box-shadow: var(--hm-shadow-lg) !important;
    transform: translateY(-2px);
    border-color: var(--hm-border-strong) !important;
}

/* Step-Bottom: Badge sitzt unten -> extra Platz nach unten */
.home-modern .advantages_section .card.step-bottom {
    padding-bottom: 110px !important;
}

/* Step-Top: Badge sitzt oben -> extra Platz nach oben */
.home-modern .advantages_section .card.step-top {
    padding-top: 110px !important;
}

.home-modern .advantages_section .step {
    background: linear-gradient(135deg, #fbcc4f 0%, var(--hm-warm) 60%, #c19a2b 100%) !important;
    box-shadow: 0 6px 16px rgba(233, 183, 59, 0.32);
    padding: 10px 22px !important;
    min-width: 120px;
}

.home-modern .advantages_section .step-bottom-right {
    border-radius: 1rem 0 1rem 0 !important;
}

.home-modern .advantages_section .step-bottom-left {
    border-radius: 0 1rem 0 1rem !important;
}

.home-modern .advantages_section .step-top-right {
    border-radius: 0 1rem 0 1rem !important;
}

.home-modern .advantages_section .step-top-left {
    border-radius: 1rem 0 1rem 0 !important;
}

.home-modern .advantages_section .step .text-uppercase {
    color: rgba(20, 17, 76, 0.8);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.home-modern .advantages_section .step .num {
    color: var(--hm-brand-dark) !important;
    font-weight: 800 !important;
    font-size: 1.625rem !important;
    line-height: 1.1;
}

.home-modern .advantages_section .heading-h2 {
    font-size: 1.25rem !important;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .home-modern .advantages_section {
        grid-template-columns: 1fr !important;
    }
    .home-modern .advantages_section .card {
        padding: 24px 20px !important;
    }
    .home-modern .advantages_section .card.step-bottom {
        padding-bottom: 100px !important;
    }
    .home-modern .advantages_section .card.step-top {
        padding-top: 100px !important;
    }
}

/* ========================================================================
   10. "SO FUNKTIONIERT" 3-Spalten (Feature-Cards mit Icons)
   ======================================================================== */
.home-modern .feature {
    border: 1px solid var(--hm-border) !important;
    border-radius: 1rem !important;
    background: #ffffff !important;
    padding: 32px 24px 36px !important;
    box-shadow: var(--hm-shadow-sm);
    transition: all 0.25s ease;
    margin: 0 !important;
}

.home-modern .feature:hover {
    transform: translateY(-3px);
    box-shadow: var(--hm-shadow-lg);
    border-color: var(--hm-border-strong) !important;
}

.home-modern .feature-icon {
    font-size: 38px !important;
    color: var(--hm-brand) !important;
    background: rgba(25, 29, 147, 0.08);
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.home-modern .feature-highlighted {
    background: linear-gradient(155deg, #1f1f8c 0%, #14114c 100%) !important;
    border: 1px solid #2a2aaf !important;
    color: #ffffff !important;
    box-shadow: 0 16px 40px rgba(20, 17, 76, 0.28) !important;
    position: relative;
}

.home-modern .feature-highlighted::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 1rem;
    background: radial-gradient(circle at 70% 0%, rgba(97, 86, 249, 0.3), transparent 60%);
    pointer-events: none;
}

.home-modern .feature-highlighted > * {
    position: relative;
    z-index: 1;
}

.home-modern .feature-highlighted .feature-icon {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
}

.home-modern .feature-highlighted p {
    color: rgba(255, 255, 255, 0.92) !important;
}

/* Titel in der dunklen Highlighted-Box muss weiss bleiben (uebersteuert
   die globale .heading-h2-Regel, die sonst Brand-Indigo erzwingt). */
.home-modern .feature-highlighted .heading-h2,
.home-modern .feature-highlighted .text-white {
    color: #ffffff !important;
}

.home-modern .feature .heading-h2 {
    font-size: 1.25rem !important;
    margin-top: 8px;
    margin-bottom: 8px;
}

.home-modern .feature p {
    font-size: 0.9375rem;
    line-height: 1.65;
}

/* ========================================================================
   11. FEATURE-SECTION-ITEM (Passgenaue B2B Firmenadressen)
   ======================================================================== */
.home-modern .feature_section_item {
    background: #ffffff;
    border: 1px solid var(--hm-border);
    border-radius: 1.25rem;
    padding: 40px 32px;
    box-shadow: var(--hm-shadow-md);
}

@media (min-width: 992px) {
    .home-modern .feature_section_item {
        padding: 56px 56px;
    }
}

.home-modern .feature_section_item h3.heading-title {
    font-size: clamp(1.4rem, 2vw + 0.8rem, 2rem) !important;
    margin-bottom: 20px;
}

.home-modern .feature_section_item p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--hm-text-muted);
    line-height: 1.7;
}

.home-modern .feature_section_img {
    margin: 32px 0;
}

.home-modern .feature_section_img img {
    width: 80%;
    max-width: 520px;
}

/* ========================================================================
   12. MARKETING-SECTION
   ======================================================================== */
.home-modern .marketing_section h3,
.home-modern .marketing_section h5,
.home-modern .marketing_section h6 {
    color: var(--hm-text) !important;
    font-weight: 800;
    letter-spacing: -0.015em;
}

.home-modern .marketing_section p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--hm-text-muted);
}

.home-modern .marketing_section ul {
    background: var(--hm-bg-soft);
    border: 1px solid var(--hm-border);
    border-radius: 0.75rem;
    padding: 20px 24px !important;
    list-style: none !important;
}

.home-modern .marketing_section ul li {
    padding: 8px 0;
    line-height: 1.6;
    font-size: 0.9375rem !important;
    color: var(--hm-text);
}

.home-modern .marketing_section_img {
    width: 78%;
    max-width: 460px;
}

/* ========================================================================
   13. NUMBER COUNTER CARDS
   ======================================================================== */
.home-modern .icon_card_section {
    background: linear-gradient(180deg, var(--hm-bg) 0%, var(--hm-bg-soft) 100%);
    border-radius: 1.25rem;
    padding: 32px 0;
}

.home-modern .icon_card {
    background: #ffffff !important;
    border: 1px solid var(--hm-border);
    border-radius: 1rem !important;
    box-shadow: var(--hm-shadow-sm) !important;
    padding: 28px 18px !important;
    margin: 14px 0 !important;
    transition: all 0.25s ease;
}

.home-modern .icon_card:hover {
    transform: translateY(-3px);
    box-shadow: var(--hm-shadow-lg) !important;
    border-color: var(--hm-border-strong);
}

.home-modern .icon_card .icon_image {
    height: 80px;
    line-height: 80px;
    width: auto;
    margin: 0 auto;
}

.home-modern .icon_card .icon_image img {
    max-height: 64px;
    width: auto;
}

.home-modern .icon_card .icon_card_title {
    color: var(--hm-brand) !important;
    font-size: 1.875rem !important;
    font-weight: 800 !important;
    margin-top: 14px !important;
    letter-spacing: -0.02em;
}

.home-modern .icon_card span {
    color: var(--hm-text-soft);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* ========================================================================
   14. FAQ ACCORDION
   ======================================================================== */
.home-modern .accordion-item {
    border: 1px solid var(--hm-border) !important;
    border-radius: 0.75rem !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--hm-shadow-sm);
}

.home-modern .accordion-button {
    background: #ffffff !important;
    color: var(--hm-text) !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 18px 22px !important;
    border: none !important;
    box-shadow: none !important;
}

.home-modern .accordion-button:not(.collapsed) {
    background: var(--hm-bg-soft) !important;
    color: var(--hm-brand) !important;
}

.home-modern .accordion-button .faqIcon {
    color: var(--hm-brand);
}

.home-modern .accordion-body {
    background: #ffffff;
    color: var(--hm-text-muted);
    padding: 8px 22px 22px !important;
    line-height: 1.7;
}

.home-modern .accordion-body a {
    color: var(--hm-brand);
    text-decoration: underline;
    text-decoration-color: rgba(25, 29, 147, 0.3);
    text-underline-offset: 3px;
}

.home-modern .accordion-body a:hover {
    text-decoration-color: var(--hm-brand);
}

.home-modern .section-title.faq_heading,
.home-modern .section-title {
    text-align: center;
    margin-bottom: 32px;
}

.home-modern .section-title .section-heading {
    color: var(--hm-brand);
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.home-modern .section-title .section-main-title {
    color: var(--hm-text);
    font-weight: 800;
    font-size: clamp(1.4rem, 1.8vw + 0.8rem, 1.875rem);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

/* ========================================================================
   15. BUTTONS (CTA)
   CI ist Indigo (#191d93), nicht Gruen. Gruen bleibt nur fuer Check-Marks.
   Standard-CTA: Indigo-Verlauf, identisch zu .btn-reference-primary auf
   anderen Seiten -> visuelle Konsistenz mit dem Rest der Website.
   ======================================================================== */
.home-modern .btn-success.feature_btn,
.home-modern .feature_btn {
    background: linear-gradient(135deg, #261fb5 0%, #191d93 100%) !important;
    border: none !important;
    border-radius: 0.625rem !important;
    padding: 0.95rem 1.75rem !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 22px rgba(25, 29, 147, 0.28);
    transition: all 0.2s ease;
    color: #ffffff !important;
    text-transform: none;
}

.home-modern .btn-success.feature_btn:hover,
.home-modern .feature_btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(25, 29, 147, 0.4);
    background: linear-gradient(135deg, #2f29c4 0%, #211ca5 100%) !important;
    color: #ffffff !important;
}

.home-modern .btn-2 {
    background: var(--hm-brand) !important;
}

.home-modern .btn-reference-primary {
    background: linear-gradient(135deg, var(--hm-brand-light) 0%, var(--hm-brand) 100%) !important;
    border: none !important;
    border-radius: 0.625rem !important;
    padding: 0.95rem 1.75rem !important;
    box-shadow: 0 8px 22px rgba(25, 29, 147, 0.28);
    transition: all 0.2s ease;
    font-weight: 600 !important;
}

.home-modern .btn-reference-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(25, 29, 147, 0.38);
}

/* ========================================================================
   16. RESPONSIVE FEINSCHLIFF
   ======================================================================== */
@media (max-width: 768px) {
    .home-modern .header {
        padding-bottom: 32px;
    }
    .home-modern .banner_section {
        margin-top: 0;
    }
    .home-modern .banner_section h1.line-height-lg {
        font-size: 1.75rem !important;
    }
    .home-modern .feature_section_item {
        padding: 28px 20px;
    }
    .home-modern .icon_card .icon_card_title {
        font-size: 1.5rem !important;
    }
}
