/*
Theme Name: Astra Child
Theme URI: https://jetztgefahren.com/
Description: Offizielles Astra Child Theme für Jetzt fahren - Registrierter Führerschein-Service
Author: Jetzt fahren
Author URI: https://jetztgefahren.com/
Template: astra
Version: 1.2.0
Text Domain: astra-child
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --brand-teal: #0d9488;
    --brand-teal-hover: #0f766e;
    --brand-teal-light: #f0fdfa;
    --brand-blue: #2563eb;
    --brand-blue-hover: #1d4ed8;
    --brand-navy: #0f172a;
    --brand-slate: #1e293b;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
    --brand-red: #dc2626;
    --brand-red-hover: #b91c1c;
    --brand-emerald: #10b981;
    --shadow-executive: 0 10px 30px -10px rgba(15, 23, 42, 0.08);
    --shadow-hover: 0 25px 50px -12px rgba(13, 148, 136, 0.18);
}

body {
    background-color: #ffffff !important;
    color: var(--brand-navy) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .font-heading {
    font-family: 'Outfit', sans-serif !important;
}

.text-teal {
    color: var(--brand-teal) !important;
}
.bg-teal {
    background-color: var(--brand-teal) !important;
}
.text-navy {
    color: var(--brand-navy) !important;
}
.bg-navy {
    background-color: var(--brand-navy) !important;
}
.text-slate {
    color: var(--brand-slate) !important;
}
.border-teal {
    border-color: var(--brand-teal) !important;
}

/* Glassmorphic Navbar */
header.sticky-top {
    padding: 0.85rem 0;
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--brand-border);
    transition: all 0.3s ease;
}
.navbar-brand {
    font-weight: 800;
    font-size: 1.55rem;
    color: var(--brand-navy) !important;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    letter-spacing: -0.02em;
    text-decoration: none;
}
.navbar-brand:hover {
    color: var(--brand-teal) !important;
}
.nav-link-custom {
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--brand-slate) !important;
    padding: 0.55rem 1rem !important;
    border-radius: 0.75rem;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none;
}
.nav-link-custom:hover {
    color: var(--brand-teal) !important;
    background-color: var(--brand-light);
    transform: translateY(-1px);
}
.nav-link-custom.active-home {
    color: var(--brand-teal) !important;
    font-weight: 700 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
}
.btn-cta-header {
    background: linear-gradient(135deg, #dc2626, #e11d48) !important;
    color: #fff !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.7rem 1.6rem;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.28);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.btn-cta-header:hover {
    background: linear-gradient(135deg, #b91c1c, #be123c) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.4);
    color: #fff !important;
}

/* Hero Banner Section with Rich Gradient Glow */
.hero-section {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.75) 0%, rgba(15, 23, 42, 0.90) 100%), 
                url('images/hero-bg.png') center/cover no-repeat;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-teal) 0%, var(--brand-blue) 50%, var(--brand-red) 100%);
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    padding: 0.55rem 1.25rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
html body .hero-section h1.hero-title,
html body .hero-section h1,
html body .hero-section h2,
.hero-section h1,
.hero-section h2,
h1.hero-title,
.hero-title {
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(2.6rem, 5.5vw, 4.4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 1.5rem !important;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.45) !important;
    opacity: 1 !important;
}
html body .hero-section p.hero-subtitle,
html body .hero-section p,
.hero-section p,
.hero-subtitle {
    color: #f1f5f9 !important;
    font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
    line-height: 1.7 !important;
    max-width: 820px !important;
    margin: 0 auto 2.75rem auto !important;
    font-weight: 400 !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3) !important;
    opacity: 1 !important;
}
.btn-hero-outline {
    background-color: rgba(15, 23, 42, 0.75) !important;
    border: 2px solid rgba(255, 255, 255, 0.7) !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    padding: 1.1rem 2.6rem !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35) !important;
}
.btn-hero-outline:hover {
    background-color: var(--brand-teal) !important;
    border-color: var(--brand-teal) !important;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 20px 35px rgba(13, 148, 136, 0.4) !important;
}

/* Trust Badges below Hero CTA */
.trust-badge-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.92rem;
}
.trust-badge i {
    font-size: 1.25rem;
    color: #2dd4bf;
}

/* SEO Commercial Keyword Pill Bar */
.seo-bar {
    background-color: #0f172a !important;
    color: #94a3b8 !important;
    padding: 0.75rem 0 !important;
    border-bottom: 1px solid #1e293b !important;
    font-size: 0.85rem !important;
}
.seo-keyword-tag {
    color: #cbd5e1 !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.45rem !important;
}
.seo-bar a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.seo-bar a:hover {
    color: #2dd4bf !important;
}
.seo-bar .text-muted {
    color: #94a3b8 !important;
}
.seo-pill-bar {
    background: #0f172a;
    border-bottom: 1px solid #1e293b;
    padding: 0.85rem 0;
    overflow-x: auto;
    white-space: nowrap;
}
.seo-pill-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #cbd5e1;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    background: #1e293b;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-right: 0.5rem;
}
.seo-pill-link:hover {
    color: #ffffff;
    background: var(--brand-teal);
    transform: translateY(-1px);
}

/* Feature Cards (Jetzt fahren 2026) */
.feature-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
    position: relative;
    overflow: hidden;
}
.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--brand-teal);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -15px rgba(13, 148, 136, 0.15);
    border-color: #cbd5e1;
}
.feature-card:hover::before {
    opacity: 1;
}
.feature-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 1.25rem;
    background: #f0fdfa;
    color: var(--brand-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
    transition: all 0.3s ease;
}
.feature-card:hover .feature-icon-wrapper {
    background: var(--brand-teal);
    color: #ffffff;
    transform: scale(1.08) rotate(-5deg);
}
.feature-card h3 {
    font-weight: 800;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    color: var(--brand-navy);
}
.feature-card p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Product Card - Premium Polish & Responsive Grid */
.product-card-modern {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.12);
    border-color: #94a3b8;
}
.product-card-modern .product-img-wrapper {
    position: relative;
    height: 240px;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
    overflow: hidden;
}
.product-card-modern .product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-modern:hover .product-img-wrapper img {
    transform: scale(1.05);
}
.price-tag-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    padding: 0.4rem 0.9rem;
    font-weight: 800;
    font-size: 0.85rem;
    color: #0f172a;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: center;
    gap: 0.35rem;
    z-index: 2;
}
.product-card-body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-card-title {
    font-weight: 800;
    font-size: 1.2rem;
    color: #0f172a;
    margin-bottom: 0.75rem;
}
.product-card-desc {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}
.product-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.product-feature-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.88rem;
    color: #334155;
    font-weight: 500;
}
.product-feature-list li i {
    color: #0d9488;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Global Override for Product Section Accents */
#produkte .text-blue-600,
#produkte .text-primary,
#produkte .bg-blue-600,
#produkte .bg-blue-50,
#produkte .border-blue-200 {
    color: #0d9488 !important;
    border-color: #0d9488 !important;
}
#produkte .badge.bg-primary {
    background-color: #0d9488 !important;
}

/* Simple & Modern Process Step Cards */
.step-card-modern {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 2.25rem 2rem;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.step-card-modern:hover {
    border-color: #cbd5e1;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px -8px rgba(15, 23, 42, 0.08);
}
.step-circle-modern {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f0fdfa;
    color: var(--brand-teal);
    border: 1px solid #ccfbf1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    transition: all 0.25s ease;
}
.step-card-modern:hover .step-circle-modern {
    background-color: var(--brand-teal);
    color: #ffffff;
    border-color: var(--brand-teal);
}
.step-footer-modern {
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--brand-teal);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* Simple & Modern EU License Section */
.eu-card-modern {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.75rem;
    padding: 3.5rem 3rem;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
    transition: all 0.25s ease;
}
.eu-card-modern:hover {
    border-color: #cbd5e1;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08);
}
.security-chip-modern {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    transition: all 0.2s ease;
}
.security-chip-modern:hover {
    background: #ffffff;
    border-color: var(--brand-teal);
    transform: translateY(-2px);
}

/* Square Review Cards & Carousel Controls */
.review-card-square {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
    transition: all 0.25s ease;
}
.review-card-square:hover {
    border-color: #94a3b8;
    box-shadow: 0 12px 25px rgba(15, 23, 42, 0.06);
}
.review-carousel-btn {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    cursor: pointer;
    transition: all 0.2s ease;
}
.review-carousel-btn:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

/* Modern Luxury Dark Navy & Teal Glow Executive Customer Banner */
.customer-banner-square {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #134e4a 100%) !important;
    border: 1px solid rgba(45, 212, 191, 0.25) !important;
    border-radius: 1.25rem !important;
    padding: 3.5rem 3rem !important;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
}
.customer-banner-square::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}
.stat-chip-modern {
    background: rgba(15, 23, 42, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 0.85rem !important;
    padding: 0.85rem 1.25rem !important;
    color: #ffffff !important;
    backdrop-filter: blur(8px);
    transition: all 0.2s ease;
}
.stat-chip-modern:hover {
    border-color: rgba(45, 212, 191, 0.4) !important;
    background: rgba(15, 23, 42, 0.8) !important;
}

/* Square Why Us Feature Cards */
.why-us-card-square {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 2.25rem 1.75rem;
    height: 100%;
    transition: all 0.25s ease;
}
.why-us-card-square:hover {
    border-color: #64748b;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}
.why-us-icon-square {
    width: 52px;
    height: 52px;
    border-radius: 4px;
    background: #f1f5f9;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e2e8f0;
}

/* MPU Legal Box */
.mpu-box-modern {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 3rem;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.06);
}

/* Square Banner Badge */
.banner-badge-square {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Modern Executive Square Contact Form Section */
.contact-square-wrapper {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08) !important;
    overflow: hidden !important;
}
.contact-info-panel {
    background-color: #0f172a !important;
    color: #ffffff !important;
    border-right: 1px solid #1e293b !important;
}
.contact-info-panel h3,
.contact-info-panel h4,
.contact-info-panel p,
.contact-info-panel li {
    color: #ffffff !important;
}
.contact-info-panel .bg-success-subtle,
.contact-info-panel .badge-status {
    background-color: rgba(6, 78, 59, 0.85) !important;
    border: 1px solid #059669 !important;
    color: #a7f3d0 !important;
    font-weight: 700 !important;
}
.contact-info-panel .bg-success-subtle i,
.contact-info-panel .badge-status i {
    color: #34d399 !important;
}
.contact-info-panel .text-light {
    color: #cbd5e1 !important;
}
.contact-info-panel .banner-badge-square {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 0.4rem 0.85rem !important;
    border-radius: 4px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}
.contact-support-box {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 6px !important;
    padding: 1.25rem !important;
}
.form-control-square {
    border-radius: 6px !important;
    padding: 0.85rem 1.15rem !important;
    border: 1px solid #cbd5e1 !important;
    background-color: #f8fafc !important;
    font-size: 0.95rem !important;
    color: #0f172a !important;
    transition: all 0.2s ease !important;
}
.form-control-square:focus {
    border-color: #0d9488 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15) !important;
    outline: none !important;
}
.btn-teal-square {
    background: #0d9488 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.95rem !important;
    padding: 1rem 2rem !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 6px 16px rgba(13, 148, 136, 0.25) !important;
    letter-spacing: 0.05em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.btn-teal-square:hover {
    background: #0f766e !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 24px rgba(13, 148, 136, 0.38) !important;
}
/* Interactive Reason / Pill Selector */
.reason-pill {
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    background: #f8fafc !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    user-select: none !important;
}
.reason-pill:hover, .reason-pill.active {
    background: #f0fdfa !important;
    border-color: #0d9488 !important;
    color: #0f766e !important;
    box-shadow: 0 4px 10px rgba(13, 148, 136, 0.12) !important;
}
/* Section Step Heading */
.form-section-heading {
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    color: #0d9488 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}
.form-section-heading::after {
    content: "" !important;
    flex: 1 !important;
    height: 1px !important;
    background: #e2e8f0 !important;
}

/* Footer */
.site-footer {
    background-color: #0b1120 !important;
    color: #cbd5e1 !important;
    border-top: 1px solid #1e293b !important;
    padding: 4.5rem 0 2.5rem 0;
}
.footer-heading {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.25rem;
}
.footer-link {
    color: #cbd5e1 !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
    display: block;
    margin-bottom: 0.6rem;
}
.footer-link:hover {
    color: #2dd4bf !important;
}

/* Square FAQ Accordion */
.faq-accordion-square .accordion-item {
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px !important;
    margin-bottom: 1rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none !important;
}
.faq-accordion-square .accordion-button {
    background: #ffffff;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 1.35rem 1.75rem;
    border-radius: 4px !important;
    box-shadow: none !important;
}
.faq-accordion-square .accordion-button:not(.collapsed) {
    background: #f0fdfa;
    color: #0d9488;
    border-bottom: 1px solid #ccfbf1;
}
.faq-accordion-square .accordion-button::after {
    background-size: 1.1rem;
    transition: transform 0.25s ease;
}
.faq-accordion-square .accordion-body {
    padding: 1.5rem 1.75rem;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.75;
    background: #ffffff;
}

/* Dark Section Headings & Footer High-Contrast Readability */
section[style*="background: linear-gradient"] h1,
section[style*="background: linear-gradient"] h2,
section[style*="background: linear-gradient"] h3,
section[style*="background: linear-gradient"] h4,
section[style*="background-color: #0f172a"] h1,
section[style*="background-color: #0f172a"] h2,
section[style*="background-color: #0f172a"] h3,
section[style*="background-color: #0f172a"] h4,
div[style*="background: linear-gradient"] h1,
div[style*="background: linear-gradient"] h2,
div[style*="background: linear-gradient"] h3,
div[style*="background: linear-gradient"] h4,
div[style*="background-color: #0f172a"] h1,
div[style*="background-color: #0f172a"] h2,
div[style*="background-color: #0f172a"] h3,
div[style*="background-color: #0f172a"] h4,
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4 {
    color: #ffffff !important;
}
.site-footer p,
.site-footer span,
.site-footer div,
.site-footer .text-muted {
    color: #cbd5e1 !important;
    opacity: 0.95 !important;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-section {
        min-height: auto;
        padding: 4rem 0;
    }
    .eu-card-modern,
    .customer-banner-square,
    .contact-card-square,
    .mpu-box-modern {
        padding: 2rem 1.5rem !important;
    }
}
@media (max-width: 575px) {
    .hero-title {
        font-size: 2rem;
    }
    .hero-subtitle {
        font-size: 1.05rem;
    }
}