.crecencia-footer,
.crecencia-footer * { box-sizing: border-box; }

.crecencia-footer {
    position: relative;
    overflow: hidden;
    padding: 110px 0 38px;
    background: linear-gradient(180deg, #202b20, #101610);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.crecencia-footer .footer-shell {
    position: relative;
    z-index: 1;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.crecencia-footer .footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: .55;
    pointer-events: none;
}

.crecencia-footer .footer-glow-1 {
    top: -220px;
    left: 50%;
    width: 520px;
    height: 520px;
    background: rgba(123, 79, 143, .2);
    transform: translateX(-50%);
}

.crecencia-footer .footer-glow-2 {
    right: -130px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    background: rgba(185, 154, 95, .12);
}

.crecencia-footer .footer-top { text-align: center; }

.crecencia-footer .footer-main-logo {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 24px;
}

.crecencia-footer .footer-top h2 {
    margin: 0;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 7px;
}

.crecencia-footer .footer-slogan {
    margin: 12px 0 0;
    color: #d7c4a3;
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
}

.crecencia-footer .footer-description {
    max-width: 760px;
    margin: 30px auto 0;
    color: rgba(255, 255, 255, .74);
    font-size: 17px;
    line-height: 1.85;
}

.crecencia-footer .footer-actions {
    display: flex;
    margin-top: 38px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.crecencia-footer .footer-btn-primary,
.crecencia-footer .footer-btn-store,
.crecencia-footer .footer-btn-whatsapp {
    display: inline-flex;
    min-height: 54px;
    padding: 0 29px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .25s, box-shadow .25s, transform .25s;
}

.crecencia-footer .footer-btn-primary {
    background: #415441;
    box-shadow: 0 18px 45px rgba(65, 84, 65, .25);
}

.crecencia-footer .footer-btn-store {
    background: #7b4f8f;
    box-shadow: 0 18px 45px rgba(123, 79, 143, .28);
}

.crecencia-footer .footer-btn-whatsapp {
    background: #25d366;
    box-shadow: 0 18px 45px rgba(37, 211, 102, .2);
}

.crecencia-footer .footer-btn-primary:hover,
.crecencia-footer .footer-btn-store:hover,
.crecencia-footer .footer-btn-whatsapp:hover {
    color: #fff;
    transform: translateY(-3px);
}

.crecencia-footer .footer-btn-primary:hover { background: #526852; }
.crecencia-footer .footer-btn-store:hover { background: #663d78; }
.crecencia-footer .footer-btn-whatsapp:hover { background: #1ebe5d; }

.crecencia-footer hr {
    height: 0;
    margin: 58px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    opacity: 1;
}

.crecencia-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 55px);
}

.crecencia-footer .footer-column { min-width: 0; }

.crecencia-footer .footer-column h3 {
    margin: 0 0 22px;
    color: #f4eadc;
    font-family: 'Cormorant Garamond', serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.1;
}

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

.crecencia-footer li {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.6;
}

.crecencia-footer a {
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    transition: color .2s, transform .2s;
}

.crecencia-footer .footer-column a:hover,
.crecencia-footer .footer-legal a:hover { color: #d7b5ea; }

.crecencia-footer .footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.crecencia-footer .footer-contact i {
    margin-top: 3px;
    color: #b79ac8;
    font-size: 17px;
}

.crecencia-footer .footer-socials {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 11px;
}

.crecencia-footer .footer-socials a {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 19px;
}

.crecencia-footer .footer-socials a:hover {
    background: #7b4f8f;
    color: #fff;
    transform: translateY(-3px);
}

.crecencia-footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    color: rgba(255, 255, 255, .52);
    font-size: 13px;
}

.crecencia-footer .footer-bottom p { margin: 0; }

.crecencia-footer .footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.crecencia-footer .footer-legal a { color: rgba(255, 255, 255, .55); }

.crecencia-footer .whatsapp-float {
    position: fixed;
    z-index: 9999;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    transition: transform .25s;
}

.crecencia-footer .whatsapp-float:hover {
    color: #fff;
    transform: translateY(-4px) scale(1.04);
}

@media (max-width: 992px) {
    .crecencia-footer { padding: 85px 0 34px; text-align: center; }
    .crecencia-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .crecencia-footer .footer-contact li { justify-content: center; }
    .crecencia-footer .footer-socials { justify-content: center; }
    .crecencia-footer .footer-bottom { justify-content: center; }
}

@media (max-width: 620px) {
    .crecencia-footer .footer-shell { width: min(100% - 28px, 1320px); }
    .crecencia-footer .footer-main-logo { width: 110px; }
    .crecencia-footer .footer-top h2 { font-size: 40px; letter-spacing: 3px; }
    .crecencia-footer .footer-description { font-size: 15px; }
    .crecencia-footer .footer-actions { display: grid; }
    .crecencia-footer .footer-grid { grid-template-columns: 1fr; gap: 42px; }
    .crecencia-footer .footer-btn-primary,
    .crecencia-footer .footer-btn-store,
    .crecencia-footer .footer-btn-whatsapp { width: 100%; }
    .crecencia-footer .footer-bottom { flex-direction: column; }
    .crecencia-footer .footer-legal { justify-content: center; }
    .crecencia-footer .whatsapp-float { right: 14px; bottom: 14px; width: 56px; height: 56px; }
}
.crecencia-footer .footer-credit {
    margin: 28px 0 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .48);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.crecencia-footer .footer-credit a {
    color: #d7b5ea;
    font-weight: 700;
    text-decoration: none;
}

.crecencia-footer .footer-credit a:hover {
    color: #ffffff;
    text-decoration: underline;
}