/* Casa Cabello - Presentación homepage SEGARRA - NOTTON */

.cc-presentation {
    width: 100%;
    max-width: none;
    margin: 0 auto 24px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(15, 34, 76, 0.12);
    background: #fff;
}

.cc-presentation__top {
    padding: 28px 20px 22px;
    text-align: center;
    background: #fff;
}

.cc-presentation__casa-logo {
    display: block;
    width: 120px;
    max-width: 42vw;
    height: auto;
    margin: 0 auto 12px;
}

.cc-presentation__company {
    margin: 0 0 4px;
    color: #0f224c;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cc-presentation__tagline {
    margin: 0;
    color: #3d6ea8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cc-presentation__blue {
    padding: 28px 20px 24px;
    text-align: center;
    background: linear-gradient(180deg, #1f5ea8 0%, #184f92 100%);
    color: #fff;
}

.cc-presentation__eyebrow {
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cc-presentation__brands-name {
    margin: 0 0 12px;
    font-size: clamp(28px, 7vw, 40px);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.15;
    text-transform: uppercase;
}

.cc-presentation__division {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.95;
}

.cc-presentation__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 18px 20px;
    background: #2f6eb8;
}

.cc-presentation__logo {
    display: block;
    height: auto;
    max-height: 52px;
    width: auto;
    max-width: min(42vw, 220px);
    object-fit: contain;
}

.cc-presentation__logo--notton {
    background: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    max-height: 58px;
}

.cc-presentation__contact {
    padding: 12px 16px;
    text-align: center;
    background: #5b8fc4;
}

.cc-presentation__contact a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: 0.02em;
}

.cc-presentation__contact a:hover {
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .cc-presentation {
        margin-bottom: 18px;
        border-radius: 10px;
    }

    .cc-presentation__top {
        padding: 22px 16px 18px;
    }

    .cc-presentation__blue {
        padding: 22px 16px 20px;
    }

    .cc-presentation__logos {
        gap: 12px;
        padding: 14px 16px;
    }

    .cc-presentation__logo {
        max-height: 44px;
    }

    .cc-presentation__logo--notton {
        max-height: 48px;
        padding: 6px 10px;
    }
}
