/* ============================================
   Camino - Baufinanzierung Landing Page
   Farbwelt: Bronze/Gold #BF8C4F + Anthrazit #323233
   ============================================ */

/* --- Base Styles --- */
body {
    color: #323233;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
}

.content {
    background: #fff;
}

h1, h2, h3, h4 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
}

a, a:visited {
    color: #BF8C4F;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #a0733a;
    text-decoration: underline;
}

img {
    border: none;
    outline: none;
}

/* --- Header --- */
.camino-header {
    background: #fff;
    padding: 14px 0;
    border-bottom: 2px solid #BF8C4F;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-logo {
    text-decoration: none;
}

.header-logo:hover {
    text-decoration: none;
}

.header-logo-img {
    height: 45px;
    width: auto;
}

.header-contact {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.header-contact-item {
    color: #323233;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.header-contact-item:visited {
    color: #323233;
}

.header-contact-item:hover {
    color: #BF8C4F;
    text-decoration: none;
}

.header-contact-item i {
    color: #BF8C4F;
    margin-right: 5px;
}

/* --- Hero Section --- */
.hero-section {
    background: linear-gradient(135deg, #F3F3F3 0%, #e8e4df 50%, #f0ebe5 100%);
    padding: 60px 0 50px;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-content {
    padding-right: 40px;
}

.hero-logo {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    color: #323233;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 22px;
    color: #BF8C4F;
    margin-bottom: 10px;
    font-weight: 600;
}

.hero-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-benefits li {
    padding: 8px 0;
    font-size: 16px;
    color: #323233;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .hero-benefits li .fa-check-circle {
        color: #36B02C;
        font-size: 18px;
        margin-top: 5px;
        flex-shrink: 0;
    }

.hero-image-col {
    display: flex;
    align-items: center;
    justify-content: revert;
    overflow: visible;
}

.hero-image-placeholder {
    width: 100%;
    max-width: 500px;
    height: 380px;
    background: linear-gradient(145deg, #d4c4ad, #BF8C4F);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(50, 50, 51, 0.2);
}

.placeholder-icon {
    text-align: center;
    color: #fff;
}

.placeholder-icon i {
    font-size: 80px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.placeholder-icon p {
    font-size: 14px;
    opacity: 0.9;
}

/* Wenn ein echtes Bild eingesetzt wird */
.hero-image-col img.hero-image {
    width: 1000px;
    max-width: 145%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(50, 50, 51, 0.2);
    object-fit: cover;
}

/* --- CTA Section --- */
.cta-section {
    background: #323233;
    padding: 50px 0;
    color: #fff;
}

.cta-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #F3F3F3;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.cta-email {
    background: #BF8C4F;
    color: #fff;
}

.cta-email:hover,
.cta-email:visited {
    color: #fff;
}

.cta-phone {
    background: #fff;
    color: #323233;
}

.cta-phone:hover {
    color: #323233;
}

.cta-phone:visited {
    color: #323233;
}

/* --- Partners Section --- */
.partners-section {
    padding: 50px 0;
    background: #F3F3F3;
}

.section-title {
    font-size: 24px;
    color: #323233;
    margin-bottom: 35px;
}

.partners-carousel-wrapper {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.partners-carousel-wrapper::before,
.partners-carousel-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.partners-carousel-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #F3F3F3, transparent);
}

.partners-carousel-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #F3F3F3, transparent);
}

.partners-carousel {
    display: flex;
    gap: 40px;
    animation: scrollLogos 25s linear infinite;
    width: max-content;
}

.partner-logo {
    flex-shrink: 0;
    width: 130px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
    filter: grayscale(30%);
    opacity: 0.85;
    transition: filter 0.3s, opacity 0.3s;
}

.partner-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.partners-carousel-wrapper:hover .partners-carousel {
    animation-play-state: paused;
}

/* --- FAQ Section --- */
.faq-section {
    padding: 50px 0 60px;
    background: #fff;
}

.faq-section .accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-section .card {
    border: none;
    border-bottom: 1px solid #e0dcd7;
    border-radius: 0;
    background: transparent;
}

.faq-section .card:last-child {
    border-bottom: none;
}

.faq-section .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.faq-section .card-header .btn {
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: #323233;
    padding: 18px 0;
    text-decoration: none;
    white-space: normal;
}

.faq-section .card-header .btn:hover {
    color: #BF8C4F;
    text-decoration: none;
}

.faq-section .card-header .btn i {
    margin-right: 12px;
    color: #BF8C4F;
    font-size: 14px;
    transition: transform 0.2s;
}

.faq-section .card-header .btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.faq-section .card-body {
    padding: 0 0 20px 26px;
    color: #555;
    line-height: 1.7;
}

.faq-note {
    margin-top: 30px;
    color: #999;
    font-size: 14px;
}

/* --- Footer --- */
.camino-footer {
    background: #323233;
    color: #ccc;
    padding: 40px 0 20px;
}

.camino-footer h4 {
    color: #BF8C4F;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.camino-footer a {
    color: #d4b88a;
    text-decoration: none;
}

.camino-footer a:hover {
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-meta {
    margin: 20px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #4a4a4b;
    list-style: none;
    display: flex;
    gap: 5px;
}

.footer-meta li {
    display: inline-block;
    font-size: 13px;
    color: #888;
}

.footer-meta li:after {
    content: "|";
    padding-left: 5px;
}

.footer-meta li:last-child:after {
    content: "";
    padding-left: 0;
}

.footer-meta li a {
    color: #888;
}

.footer-meta li a:hover {
    color: #fff;
}

/* --- Responsive --- */

@media (max-width: 1200px) {
    .hero-image-col {
        justify-content: center;
    }
    .hero-image-col img.hero-image {
        max-width: 120%;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 40px 0 30px;
    }

    .hero-content {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .hero-logo {
        display:none;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-image-placeholder {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .header-inner {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .header-contact {
        flex-direction: column;
        gap: 5px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .cta-section h2 {
        font-size: 20px;
    }

    .cta-button {
        font-size: 16px;
        padding: 12px 24px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .partner-logo {
        width: 100px;
    }

    .section-title {
        font-size: 20px;
    }
}
