/* CéspedPerú 4.3.0 · footer corporativo editable */
.cespedperu-theme .cespedperu-footer {
    padding: 38px 0 24px;
    border-top: 0;
    background: color-mix(in srgb, var(--primary) 70%, #173f2b);
    color: #fff;
}
.cespedperu-theme .cespedperu-footer .footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.38fr) minmax(155px, .82fr) minmax(175px, .9fr) minmax(265px, 1.2fr);
    gap: clamp(30px, 4vw, 64px);
    align-items: start;
}
.cespedperu-footer section { min-width: 0; }
.cespedperu-footer h4 {
    margin: 0 0 1.05rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.2;
    text-transform: uppercase;
}
.cespedperu-footer .garden-footer-brand {
    display: inline-flex;
    width: min(100%, 340px);
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.cespedperu-footer .garden-footer-brand img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 74px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}
.cespedperu-footer .garden-footer-description {
    max-width: 345px;
    margin: 18px 0 0;
    color: #fff;
    font-size: .96rem;
    font-weight: 600;
    line-height: 1.52;
}
.cespedperu-footer .footer-payment-methods {
    display: block;
    width: min(100%, 340px);
    height: 54px;
    margin-top: 24px;
    object-fit: contain;
    object-position: left center;
    filter: none !important;
}
.cespedperu-footer .social-links { margin-top: 18px; }
.cespedperu-footer .footer-links {
    display: grid;
    gap: .72rem;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.35;
    list-style: none;
}
.cespedperu-footer .footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}
.cespedperu-footer .footer-links a:hover,
.cespedperu-footer .footer-links a:focus-visible {
    color: var(--accent, #e5c32e);
    text-decoration: none;
    transform: translateX(3px);
}
.footer-trademark-button {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    width: min(100%, 245px);
    min-height: 52px;
    margin: 32px auto 0;
    padding: 8px 14px 8px 9px;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 10px;
    background: #fff;
    color: color-mix(in srgb, var(--primary) 78%, #173f2b);
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.12;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(9,40,19,.12);
    transition: transform .2s ease, box-shadow .2s ease;
}
.footer-trademark-button:hover,
.footer-trademark-button:focus-visible {
    color: color-mix(in srgb, var(--primary) 78%, #173f2b);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(9,40,19,.2);
}
.footer-trademark-icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: .7rem;
    line-height: 1;
}
.footer-contact-list {
    display: grid;
    gap: .72rem;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.45;
    list-style: none;
}
.footer-contact-list li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
}
.footer-contact-list a { color: inherit; text-decoration: none; }
.footer-contact-list a:hover,
.footer-contact-list a:focus-visible { color: var(--accent, #e5c32e); }
.footer-contact-icon {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: var(--accent, #e5c32e);
}
.footer-contact-icon svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: currentColor;
}
.cespedperu-footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 42px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.22);
    color: #fff;
    font-size: .78rem;
    font-weight: 650;
    line-height: 1.45;
    padding-right: 72px;
}
.cespedperu-footer .footer-bottom span:last-child { text-align: right; }
.cespedperu-footer .footer-bottom span { max-width: 48%; overflow-wrap: anywhere; }
html.dark .cespedperu-theme .cespedperu-footer {
    background: color-mix(in srgb, var(--primary) 58%, #122819);
}
html.dark .cespedperu-theme .cespedperu-footer .garden-footer-brand { background: transparent; }
html.dark .cespedperu-footer .garden-footer-brand img { filter: brightness(0) invert(1) !important; }
html.dark .cespedperu-footer .footer-payment-methods { filter: none !important; }

.footer-assets-admin {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.footer-asset-card {
    display: grid;
    gap: 1rem;
    align-content: start;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--surface-2);
}
.footer-asset-card h3,
.footer-asset-card p { margin: 0; }
.footer-asset-card p {
    margin-top: .35rem;
    color: var(--muted);
    font-size: .8rem;
    line-height: 1.5;
}
.footer-asset-card form { display: grid; gap: .7rem; }
.footer-asset-preview {
    display: grid;
    place-items: center;
    min-height: 110px;
    padding: .9rem;
    overflow: hidden;
    border-radius: 12px;
    background: color-mix(in srgb, var(--primary) 70%, #173f2b);
}
.footer-asset-preview img {
    display: block;
    width: 100%;
    max-height: 82px;
    object-fit: contain;
}
.footer-logo-preview img { filter: brightness(0) invert(1); }
.footer-payment-preview { background: color-mix(in srgb, var(--surface) 92%, #fff); }
.footer-payment-preview img { filter: none !important; }
.footer-column-admin-row {
    border-color: color-mix(in srgb, var(--primary) 35%, var(--border));
    background: color-mix(in srgb, var(--primary) 8%, var(--surface));
}
.footer-column-admin-row + .compact-admin-row { margin-left: .75rem; }

@media (max-width: 1100px) {
    .cespedperu-theme .cespedperu-footer .footer-grid {
        grid-template-columns: minmax(260px, 1.2fr) minmax(180px, .8fr);
        gap: 38px clamp(34px, 7vw, 72px);
    }
    .cespedperu-footer .footer-brand-column { grid-row: auto; }
}
@media (max-width: 700px) {
    .cespedperu-theme .cespedperu-footer { padding: 34px 0 22px; }
    .cespedperu-theme .cespedperu-footer .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .cespedperu-footer .footer-brand-column { grid-row: auto; }
    .cespedperu-footer .garden-footer-brand,
    .cespedperu-footer .garden-footer-description,
    .cespedperu-footer .footer-payment-methods {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .cespedperu-footer .garden-footer-brand img,
    .cespedperu-footer .footer-payment-methods { object-position: center; }
    .footer-trademark-button { margin-left: 0; }
    .cespedperu-footer .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: .7rem;
        margin-top: 32px;
        padding-top: 20px;
    }
    .cespedperu-footer .footer-bottom span:last-child { text-align: left; }
    .cespedperu-footer .footer-bottom span { max-width: none; }
    .footer-assets-admin { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    .cespedperu-footer .footer-links a,
    .footer-trademark-button { transition: none; }
    .cespedperu-footer .footer-links a:hover,
    .footer-trademark-button:hover { transform: none; }
}
