/* Footer showcase — scoped to #site-footer.footer-showcase only */

#site-footer.footer-showcase {
    --ft-bg: #03120d;
    --ft-forest: #052219;
    --ft-emerald: #073326;
    --ft-green: #25d366;
    --ft-bright: #67e531;
    --ft-border: rgba(37, 211, 102, 0.2);
    --ft-text: #f5fff9;
    --ft-muted: #a8b8b0;
    --ft-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    color: var(--ft-text);
    background: var(--ft-bg);
    margin-top: 0;
    border: 0;
}

#site-footer.footer-showcase .footer-showcase__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 8% 18%, rgba(37, 211, 102, 0.1) 0%, transparent 62%),
        radial-gradient(ellipse 42% 38% at 94% 22%, rgba(37, 211, 102, 0.08) 0%, transparent 58%),
        radial-gradient(ellipse 38% 32% at 50% 100%, rgba(7, 51, 38, 0.55) 0%, transparent 70%),
        linear-gradient(180deg, var(--ft-bg) 0%, var(--ft-forest) 42%, var(--ft-emerald) 100%);
}

#site-footer.footer-showcase .footer-showcase__bg::after {
    content: '';
    position: absolute;
    left: 1.5rem;
    bottom: 4.5rem;
    width: 7rem;
    height: 7rem;
    opacity: 0.35;
    background-image: radial-gradient(rgba(37, 211, 102, 0.35) 1px, transparent 1px);
    background-size: 7px 7px;
    mask-image: radial-gradient(circle at 30% 70%, #000 0%, transparent 72%);
}

#site-footer.footer-showcase .footer-showcase__inner {
    position: relative;
    z-index: 1;
    max-width: 80rem;
    margin-inline: auto;
    padding: 1.75rem 1rem 1.25rem;
}

@media (min-width: 640px) {
    #site-footer.footer-showcase .footer-showcase__inner {
        padding: 2rem 1.25rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    #site-footer.footer-showcase .footer-showcase__inner {
        padding: 2.25rem 1.5rem 1.6rem;
    }
}

/* ——— Top feature strip ——— */
#site-footer.footer-showcase .footer-showcase__strip {
    display: grid;
    gap: 1rem 0.75rem;
    align-items: center;
    padding: 1rem 0.9rem;
    border: 1px solid var(--ft-border);
    border-radius: 0.5rem;
    background:
        linear-gradient(135deg, rgba(5, 34, 25, 0.92) 0%, rgba(7, 51, 38, 0.78) 100%);
    box-shadow:
        0 10px 32px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(37, 211, 102, 0.06) inset,
        0 0 36px rgba(37, 211, 102, 0.06);
}

@media (min-width: 768px) {
    #site-footer.footer-showcase .footer-showcase__strip {
        grid-template-columns: minmax(0, 1.35fr) auto repeat(3, minmax(0, 1fr)) auto minmax(0, 1.05fr);
        gap: 0 0.65rem;
        padding: 0.85rem 1rem;
    }
}

@media (min-width: 1024px) {
    #site-footer.footer-showcase .footer-showcase__strip {
        gap: 0 0.85rem;
        padding: 0.9rem 1.15rem;
    }
}

#site-footer.footer-showcase .footer-showcase__strip-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

#site-footer.footer-showcase .footer-showcase__strip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 999px;
    border: 1px solid rgba(37, 211, 102, 0.28);
    background: rgba(3, 18, 13, 0.72);
    color: var(--ft-green);
}

#site-footer.footer-showcase .footer-showcase__strip-icon--wa {
    background: rgba(3, 18, 13, 0.82);
    box-shadow: 0 0 14px rgba(37, 211, 102, 0.12);
}

#site-footer.footer-showcase .footer-showcase__strip-icon--wa img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

#site-footer.footer-showcase .footer-showcase__icon {
    width: 1rem;
    height: 1rem;
}

#site-footer.footer-showcase .footer-showcase__strip-headline {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

#site-footer.footer-showcase .footer-showcase__strip-headline-main {
    font-family: 'Sora', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--ft-text);
}

#site-footer.footer-showcase .footer-showcase__strip-headline-accent {
    font-family: 'Sora', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--ft-bright);
}

#site-footer.footer-showcase .footer-showcase__strip-vrule {
    display: none;
    width: 1px;
    align-self: stretch;
    min-height: 2.75rem;
    background: linear-gradient(180deg, transparent, rgba(37, 211, 102, 0.22), transparent);
}

@media (min-width: 768px) {
    #site-footer.footer-showcase .footer-showcase__strip-vrule {
        display: block;
    }
}

#site-footer.footer-showcase .footer-showcase__strip-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    min-width: 0;
}

#site-footer.footer-showcase .footer-showcase__strip-title {
    margin: 0 0 0.15rem;
    font-family: 'Sora', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ft-text);
}

#site-footer.footer-showcase .footer-showcase__strip-desc {
    margin: 0;
    font-size: 0.6875rem;
    line-height: 1.45;
    color: var(--ft-muted);
}

#site-footer.footer-showcase .footer-showcase__strip-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
}

@media (min-width: 768px) {
    #site-footer.footer-showcase .footer-showcase__strip-cta {
        align-items: flex-end;
    }
}

#site-footer.footer-showcase .footer-showcase__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(103, 229, 49, 0.35);
    background: linear-gradient(135deg, #67e531 0%, #25d366 58%, #1fc75e 100%);
    color: #03120d;
    font-family: 'Sora', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.28);
    transition:
        transform 0.24s var(--ft-ease),
        box-shadow 0.24s var(--ft-ease),
        filter 0.24s var(--ft-ease);
}

#site-footer.footer-showcase .footer-showcase__cta-arrow {
    width: 0.875rem;
    height: 0.875rem;
    transition: transform 0.24s var(--ft-ease);
}

#site-footer.footer-showcase .footer-showcase__cta-trust {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
    font-size: 0.625rem;
    line-height: 1.3;
    color: rgba(168, 184, 176, 0.85);
}

#site-footer.footer-showcase .footer-showcase__cta-heart {
    width: 0.6875rem;
    height: 0.6875rem;
    color: var(--ft-green);
    fill: none;
    stroke-width: 1.75;
}

@media (hover: hover) {
    #site-footer.footer-showcase .footer-showcase__cta-btn:hover {
        transform: translateY(-2px);
        filter: brightness(1.06);
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.36);
    }

    #site-footer.footer-showcase .footer-showcase__cta-btn:hover .footer-showcase__cta-arrow {
        transform: translate(2px, -2px);
    }
}

/* Tablet wrap for feature strip */
@media (min-width: 640px) and (max-width: 767.98px) {
    #site-footer.footer-showcase .footer-showcase__strip {
        grid-template-columns: 1fr 1fr;
    }

    #site-footer.footer-showcase .footer-showcase__strip-head {
        grid-column: 1 / -1;
    }

    #site-footer.footer-showcase .footer-showcase__strip-vrule {
        display: none;
    }

    #site-footer.footer-showcase .footer-showcase__strip-cta {
        grid-column: 1 / -1;
        align-items: center;
    }
}

/* ——— Curved divider ——— */
#site-footer.footer-showcase .footer-showcase__curve {
    position: relative;
    height: 1.75rem;
    margin: 0.85rem 0 1.35rem;
    overflow: visible;
}

#site-footer.footer-showcase .footer-showcase__curve-svg {
    display: block;
    width: 100%;
    height: 100%;
}

#site-footer.footer-showcase .footer-showcase__curve-path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    transition: stroke-dashoffset 0.85s var(--ft-ease);
}

#site-footer.footer-showcase.is-visible .footer-showcase__curve-path {
    stroke-dashoffset: 0;
}

/* ——— Main grid ——— */
#site-footer.footer-showcase .footer-showcase__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem 1.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    #site-footer.footer-showcase .footer-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    #site-footer.footer-showcase .footer-showcase__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 0.95fr) minmax(0, 1fr);
        gap: 2rem 2.25rem;
    }
}

#site-footer.footer-showcase .footer-showcase__col {
    min-width: 0;
}

#site-footer.footer-showcase .footer-showcase__col--reach {
    position: relative;
}

@media (min-width: 1024px) {
    #site-footer.footer-showcase .footer-showcase__col--reach {
        padding-left: 1.75rem;
    }

    #site-footer.footer-showcase .footer-showcase__col--reach::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.15rem;
        bottom: 0.15rem;
        width: 1px;
        background: linear-gradient(180deg, transparent, rgba(37, 211, 102, 0.22), transparent);
    }
}

#site-footer.footer-showcase .footer-showcase__brand-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

#site-footer.footer-showcase .footer-showcase__logo-link {
    flex-shrink: 0;
}

#site-footer.footer-showcase .footer-showcase__logo {
    height: 2.5rem;
    width: auto;
    max-width: 3.25rem;
    object-fit: contain;
}

#site-footer.footer-showcase .footer-showcase__brand-name {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ft-text);
}

#site-footer.footer-showcase .footer-showcase__brand-tagline {
    margin: 0.1rem 0 0;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ft-green);
}

#site-footer.footer-showcase .footer-showcase__brand-desc {
    margin: 0 0 0.85rem;
    max-width: 22rem;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: var(--ft-muted);
}

#site-footer.footer-showcase .footer-showcase__brand-rule {
    width: 2.25rem;
    height: 1px;
    margin-bottom: 0.75rem;
    background: linear-gradient(90deg, rgba(37, 211, 102, 0.55), transparent);
}

#site-footer.footer-showcase .footer-showcase__social-label {
    margin: 0 0 0.55rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(245, 255, 249, 0.78);
}

#site-footer.footer-showcase .footer-showcase__reach-social {
    margin-top: 1.1rem;
}

#site-footer.footer-showcase .footer-showcase__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-footer.footer-showcase .footer-showcase__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(37, 211, 102, 0.24);
    background: rgba(3, 18, 13, 0.55);
    color: var(--ft-green);
    text-decoration: none;
    transition:
        transform 0.24s var(--ft-ease),
        border-color 0.24s var(--ft-ease),
        box-shadow 0.24s var(--ft-ease),
        color 0.24s var(--ft-ease);
}

#site-footer.footer-showcase .footer-showcase__social-link svg {
    width: 0.95rem;
    height: 0.95rem;
}

#site-footer.footer-showcase .footer-showcase__social-link img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    object-position: center;
}

#site-footer.footer-showcase .footer-showcase__social-svg {
    width: 0.95rem;
    height: 0.95rem;
}

@media (hover: hover) {
    #site-footer.footer-showcase .footer-showcase__social-link:hover {
        transform: translateY(-2px);
        border-color: rgba(103, 229, 49, 0.55);
        color: var(--ft-bright);
        box-shadow: 0 0 14px rgba(37, 211, 102, 0.2);
    }
}

#site-footer.footer-showcase .footer-showcase__heading {
    margin: 0 0 0.75rem;
    font-family: 'Sora', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ft-text);
}

#site-footer.footer-showcase .footer-showcase__heading::after {
    content: '';
    display: block;
    width: 1.75rem;
    height: 2px;
    margin-top: 0.4rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ft-green), rgba(37, 211, 102, 0.15));
}

#site-footer.footer-showcase .footer-showcase__links,
#site-footer.footer-showcase .footer-showcase__contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-footer.footer-showcase .footer-showcase__links li + li,
#site-footer.footer-showcase .footer-showcase__contact li + li {
    margin-top: 0.45rem;
}

#site-footer.footer-showcase .footer-showcase__link,
#site-footer.footer-showcase .footer-showcase__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: var(--ft-muted);
    text-decoration: none;
    transition:
        color 0.22s var(--ft-ease),
        transform 0.22s var(--ft-ease);
}

#site-footer.footer-showcase .footer-showcase__link-icon,
#site-footer.footer-showcase .footer-showcase__contact-icon {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    color: var(--ft-green);
    transition:
        color 0.22s var(--ft-ease),
        transform 0.22s var(--ft-ease);
}

#site-footer.footer-showcase .footer-showcase__contact-hours {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--ft-muted);
}

@media (hover: hover) {
    #site-footer.footer-showcase .footer-showcase__link:hover {
        color: var(--ft-green);
        transform: translateX(2px);
    }

    #site-footer.footer-showcase .footer-showcase__link--chevron:hover .footer-showcase__link-icon {
        transform: translateX(2px);
        color: var(--ft-bright);
    }

    #site-footer.footer-showcase .footer-showcase__link--icon:hover .footer-showcase__link-icon {
        color: var(--ft-bright);
    }

    #site-footer.footer-showcase .footer-showcase__contact-link:hover {
        color: rgba(245, 255, 249, 0.92);
    }

    #site-footer.footer-showcase .footer-showcase__contact-link:hover .footer-showcase__contact-icon {
        color: var(--ft-bright);
    }
}

/* ——— Bottom bar ——— */
#site-footer.footer-showcase .footer-showcase__bottom {
    display: grid;
    gap: 0.85rem 1rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(37, 211, 102, 0.14);
}

@media (min-width: 768px) {
    #site-footer.footer-showcase .footer-showcase__bottom {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
    }
}

#site-footer.footer-showcase .footer-showcase__bottom-item {
    margin: 0;
    min-width: 0;
}

#site-footer.footer-showcase .footer-showcase__bottom-item--security,
#site-footer.footer-showcase .footer-showcase__bottom-item--location {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
}

#site-footer.footer-showcase .footer-showcase__bottom-item--security p,
#site-footer.footer-showcase .footer-showcase__bottom-item--location p {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

#site-footer.footer-showcase .footer-showcase__bottom-icon {
    width: 0.95rem;
    height: 0.95rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: var(--ft-green);
}

#site-footer.footer-showcase .footer-showcase__bottom-strong {
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(245, 255, 249, 0.88);
}

#site-footer.footer-showcase .footer-showcase__company-link {
    display: inline-block;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

#site-footer.footer-showcase .footer-showcase__company-link:hover {
    color: var(--ft-green);
    opacity: 1;
}

#site-footer.footer-showcase .footer-showcase__company-link:focus-visible {
    outline: 2px solid rgba(37, 211, 102, 0.45);
    outline-offset: 2px;
    border-radius: 2px;
}

#site-footer.footer-showcase .footer-showcase__bottom-muted {
    font-size: 0.625rem;
    line-height: 1.35;
    color: rgba(168, 184, 176, 0.82);
}

#site-footer.footer-showcase .footer-showcase__bottom-item--copy {
    font-size: 0.6875rem;
    line-height: 1.4;
    color: rgba(168, 184, 176, 0.85);
    text-align: center;
}

@media (min-width: 768px) {
    #site-footer.footer-showcase .footer-showcase__bottom-item--location {
        justify-content: flex-end;
        text-align: right;
    }
}

@media (max-width: 767.98px) {
    #site-footer.footer-showcase .footer-showcase__bottom-item--copy {
        order: 3;
    }

    #site-footer.footer-showcase .footer-showcase__bottom-item--location {
        order: 2;
    }
}

/* ——— Entrance animations ——— */
html.motion-js:not(.motion-reduced) #site-footer.footer-showcase:not(.is-visible) [data-footer-animate] {
    opacity: 0;
}

html.motion-js:not(.motion-reduced) #site-footer.footer-showcase [data-footer-animate="strip"] {
    transform: translate3d(0, 14px, 0);
    transition: opacity 0.48s var(--ft-ease), transform 0.48s var(--ft-ease);
}

html.motion-js:not(.motion-reduced) #site-footer.footer-showcase [data-footer-animate="strip-item"] {
    transform: translate3d(0, 10px, 0);
    transition: opacity 0.42s var(--ft-ease), transform 0.42s var(--ft-ease);
    transition-delay: var(--ft-delay, 0s);
}

html.motion-js:not(.motion-reduced) #site-footer.footer-showcase [data-footer-animate="curve"] {
    opacity: 0;
    transition: opacity 0.5s var(--ft-ease);
    transition-delay: 0.28s;
}

html.motion-js:not(.motion-reduced) #site-footer.footer-showcase [data-footer-animate="col"] {
    transform: translate3d(0, 12px, 0);
    transition: opacity 0.48s var(--ft-ease), transform 0.48s var(--ft-ease);
    transition-delay: var(--ft-delay, 0s);
}

html.motion-js:not(.motion-reduced) #site-footer.footer-showcase [data-footer-animate="social"] {
    transform: translate3d(0, 8px, 0);
    transition: opacity 0.38s var(--ft-ease), transform 0.38s var(--ft-ease);
    transition-delay: var(--ft-delay, 0s);
}

html.motion-js:not(.motion-reduced) #site-footer.footer-showcase [data-footer-animate="bottom"] {
    transform: translate3d(0, 10px, 0);
    transition: opacity 0.45s var(--ft-ease), transform 0.45s var(--ft-ease);
    transition-delay: 0.42s;
}

html.motion-js:not(.motion-reduced) #site-footer.footer-showcase.is-visible [data-footer-animate] {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    #site-footer.footer-showcase [data-footer-animate],
    #site-footer.footer-showcase .footer-showcase__curve-path {
        opacity: 1;
        transform: none;
        transition: none;
        stroke-dashoffset: 0;
    }
}
