/* Core Styles for huckfeldt.de */
/* Primary: Arctic Blue (#5BA4C9) | Accent: Charcoal (#36454F) */

/* Bootstrap Overrides - CRITICAL */
.navbar-nav {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    list-style: none !important;
    padding-left: 0 !important;
}
.navbar-nav::before,
.navbar-nav::after {
    display: none !important;
    content: none !important;
}
.nav-item {
    margin-bottom: 0 !important;
    list-style: none !important;
}
.nav-item::before,
.nav-item::after,
.nav-item::marker {
    display: none !important;
    content: none !important;
}
.nav-link::before,
.nav-link::after {
    display: none !important;
    content: none !important;
}

/* Reset default list styles */
ul, ol {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* Footer list reset */
footer ul,
footer ol,
footer li,
.footer ul,
.footer ol,
.footer li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
footer ul::before,
footer ul::after,
footer li::before,
footer li::after,
footer li::marker,
.footer ul::before,
.footer ul::after,
.footer li::before,
.footer li::after,
.footer li::marker {
    display: none !important;
    content: none !important;
}

/* Content list styling with dash markers */
.content-section ul li,
.content-section ol li,
main ul li,
main ol li,
section ul:not(.navbar-nav) li,
section ol li {
    position: relative;
    padding-left: 1.5rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 1.1rem !important;
}
.content-section ul li::before,
.content-section ol li::before,
main ul li::before,
main ol li::before,
section ul:not(.navbar-nav) li::before,
section ol:not(.navbar-nav) li::before {
    content: "–" !important;
    position: absolute;
    left: 0;
    color: #36454F !important;
    font-weight: bold;
}

/* Typography */
body {
    font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #36454F !important;
    background-color: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif !important;
    color: #36454F !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

h1 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
}

h2 {
    font-size: 2rem !important;
    margin-top: 2.5rem !important;
}

h3 {
    font-size: 1.5rem !important;
    margin-top: 1.5rem !important;
}

p {
    font-size: 1.1rem !important;
    margin-bottom: 1rem !important;
    color: #36454F !important;
}

/* Navigation */
.navbar {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    padding: 1rem 0 !important;
}

.navbar-brand {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #5BA4C9 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.navbar-brand img {
    box-shadow: none !important;
}

.nav-link {
    color: #36454F !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease !important;
}

.nav-link:hover {
    color: #5BA4C9 !important;
}

.btn-cta-nav {
    background-color: transparent !important;
    border: 2px solid #5BA4C9 !important;
    color: #5BA4C9 !important;
    padding: 0.5rem 1.5rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
}

.btn-cta-nav:hover {
    background-color: #5BA4C9 !important;
    color: #fff !important;
}

/* Hero Section */
.hero-section {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    padding: 6rem 0 !important;
    min-height: 500px !important;
    display: flex !important;
    align-items: center !important;
}

.hero-section::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(54, 69, 79, 0.9) 0%, rgba(91, 164, 201, 0.85) 100%) !important;
    z-index: 1 !important;
}

.hero-section .container {
    position: relative !important;
    z-index: 2 !important;
}

.hero-section h1 {
    color: #fff !important;
    font-size: 3rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.hero-section p {
    color: #fff !important;
    font-size: 1.25rem !important;
    margin-bottom: 2rem !important;
    max-width: 700px !important;
}

.btn-hero {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
}

.btn-hero:hover {
    background-color: #fff !important;
    color: #36454F !important;
}

/* Content Sections */
.content-section {
    padding: 4rem 0 !important;
}

.content-section:nth-child(even) {
    background-color: #f8f9fa !important;
}

.content-section img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    margin: 1.5rem 0 !important;
}

/* Cards */
.card {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    margin-bottom: 1.5rem !important;
    transition: transform 0.3s ease !important;
}

.card:hover {
    transform: translateY(-5px) !important;
}

.card-header {
    background-color: #5BA4C9 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 12px 12px 0 0 !important;
    padding: 1rem 1.5rem !important;
}

.card-body {
    padding: 1.5rem !important;
}

/* Tables */
.table-container {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 1.5rem 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
}

.table {
    margin-bottom: 0 !important;
    min-width: 600px !important;
}

.table thead th {
    background-color: #5BA4C9 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: none !important;
    padding: 1rem !important;
    white-space: nowrap !important;
}

.table tbody td {
    padding: 1rem !important;
    vertical-align: middle !important;
    border-color: #e9ecef !important;
    color: #36454F !important;
}

.table tbody tr:hover {
    background-color: rgba(91, 164, 201, 0.1) !important;
}

/* Conversion Buttons */
.btn-conversion {
    background-color: transparent !important;
    border: 2px solid #5BA4C9 !important;
    color: #5BA4C9 !important;
    padding: 0.75rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.btn-conversion:hover {
    background-color: #5BA4C9 !important;
    color: #fff !important;
}

/* Footer */
footer {
    background-color: #36454F !important;
    color: #fff !important;
    padding: 3rem 0 1.5rem !important;
}

footer h5 {
    color: #5BA4C9 !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
}

footer p {
    color: rgba(255,255,255,0.8) !important;
    font-size: 1rem !important;
}

footer a {
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

footer a:hover {
    color: #5BA4C9 !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding-top: 1.5rem !important;
    margin-top: 2rem !important;
}

/* Material Icons */
.material-icons {
    font-size: 1.2rem !important;
    vertical-align: middle !important;
    color: #5BA4C9 !important;
    margin-right: 0.5rem !important;
}

/* FAQ Section */
.faq-item {
    background-color: #fff !important;
    border-radius: 8px !important;
    padding: 1.5rem !important;
    margin-bottom: 1rem !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

.faq-item h3 {
    color: #5BA4C9 !important;
    font-size: 1.25rem !important;
}

/* Responsive */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #fff !important;
        padding: 1rem !important;
        margin-top: 1rem !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    }

    .hero-section h1 {
        font-size: 2.25rem !important;
    }

    .hero-section {
        padding: 4rem 0 !important;
        min-height: auto !important;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    h3 {
        font-size: 1.25rem !important;
    }

    .hero-section h1 {
        font-size: 1.75rem !important;
    }

    .content-section {
        padding: 2.5rem 0 !important;
    }

    footer .row > div {
        margin-bottom: 1.5rem !important;
    }
}

/* Utility classes */
.text-primary-custom {
    color: #5BA4C9 !important;
}

.text-accent {
    color: #36454F !important;
}

.bg-primary-custom {
    background-color: #5BA4C9 !important;
}

.bg-accent {
    background-color: #36454F !important;
}
