/* Footer profesional Librería Woody
   Archivo independiente. No modifica el resto del sitio.
*/

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

.woody-footer {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    color: #ffffff;
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 143, 80, 0.24), transparent 30%),
        radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.10), transparent 24%),
        linear-gradient(135deg, #102f4d 0%, #17496f 48%, #12365a 100%);
    border-top: 6px solid #f26938;
    box-shadow: 0 -16px 34px rgba(14, 41, 66, 0.16);
    font-family: inherit;
}

.woody-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
}

.woody-footer__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(8px);
}

.woody-footer__glow--one {
    left: -95px;
    bottom: -105px;
    width: 250px;
    height: 250px;
    background: rgba(242, 105, 56, 0.18);
}

.woody-footer__glow--two {
    right: -110px;
    top: -120px;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.10);
}

.woody-footer .container {
    width: min(1180px, calc(100% - 36px));
    margin-left: auto;
    margin-right: auto;
}

.woody-footer__top {
    position: relative;
    padding: 56px 0 38px;
}

.woody-footer__grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.22fr) minmax(160px, .8fr) minmax(230px, 1fr) minmax(230px, 1fr);
    gap: 34px;
    align-items: start;
}

.woody-footer__brand {
    position: relative;
}

.woody-footer__logo-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 136px;
    padding: 14px;
    border-radius: 28px;
    text-decoration: none;
    background:
        linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.22),
        0 0 0 7px rgba(255,255,255,.10),
        inset 0 2px 12px rgba(255,255,255,.9);
    transition: transform .25s ease, box-shadow .25s ease;
}

.woody-footer__logo-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 24px 42px rgba(0, 0, 0, 0.26),
        0 0 0 7px rgba(242,105,56,.16),
        inset 0 2px 12px rgba(255,255,255,.95);
}

.woody-footer__logo {
    display: block;
    width: 100%;
    max-width: 106px;
    height: auto;
    object-fit: contain;
}

.woody-footer__title {
    margin: 20px 0 10px;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.15;
    color: #fff6ec;
    letter-spacing: -0.02em;
}

.woody-footer__text {
    margin: 0 0 20px;
    max-width: 360px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
    font-size: 1rem;
}

.woody-footer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.woody-footer__tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #ffffff;
    font-size: .92rem;
    line-height: 1;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.woody-footer__col h4 {
    position: relative;
    margin: 8px 0 20px;
    padding-bottom: 12px;
    font-size: 1.14rem;
    line-height: 1.2;
    color: #ffd8c9;
}

.woody-footer__col h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f26938 0%, #ffc087 100%);
}

.woody-footer__col ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woody-footer__col li {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.91);
    line-height: 1.65;
}

.woody-footer__col a {
    color: rgba(255, 255, 255, 0.96);
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}

.woody-footer__col a:hover {
    color: #ffbf9d;
    padding-left: 4px;
}

.woody-footer__info-list strong {
    color: #fff7ef;
}

.woody-footer__mini-card {
    display: flex;
    gap: 14px;
    margin-top: 22px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.woody-footer__mini-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, #f26938 0%, #ff914d 100%);
    box-shadow: 0 10px 20px rgba(242, 105, 56, 0.25);
}

.woody-footer__mini-card strong {
    display: block;
    margin-bottom: 4px;
    color: #fff7ef;
}

.woody-footer__mini-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.55;
    font-size: .95rem;
}

.woody-footer__bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(6, 21, 36, 0.22);
}

.woody-footer__bottom-row {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0;
}

.woody-footer__bottom-row p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.woody-footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.woody-footer__bottom-links a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: .95rem;
    transition: color .2s ease;
}

.woody-footer__bottom-links a:hover {
    color: #ffbf9d;
}

@media (max-width: 1100px) {
    .woody-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .woody-footer {
        margin-top: 48px;
    }

    .woody-footer__top {
        padding: 42px 0 30px;
    }

    .woody-footer__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .woody-footer__logo-card {
        width: 118px;
        height: 118px;
        border-radius: 24px;
    }

    .woody-footer__logo {
        max-width: 92px;
    }

    .woody-footer__bottom-row {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .woody-footer__bottom-links {
        gap: 12px 18px;
    }
}
