/* =========================
   VIDEOS SHOWCASE
========================= */
.videos-showcase {
    padding: 10px 20px 100px;
    background:
        radial-gradient(circle at top left, rgba(246, 195, 180, 0.10), transparent 20%),
        radial-gradient(circle at bottom right, rgba(239, 154, 132, 0.08), transparent 18%),
        linear-gradient(180deg, #fcf9f7 0%, #f6efea 100%);
}

.videos-showcase__container {
    width: min(1280px, 94%);
    margin: 0 auto;
}

/* =========================
   HERO
========================= */
.videos-showcase__hero {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
    align-items: center;
    margin-bottom: 34px;
}

.videos-showcase__content {
    position: relative;
    z-index: 2;
}

.videos-showcase__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fffdfb 0%, #f8eee8 100%);
    border: 1px solid rgba(229, 201, 190, 0.82);
    color: #7d8c73;
    font-size: 0.93rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    box-shadow:
        0 12px 24px rgba(177, 145, 132, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.videos-showcase__eyebrow-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
    opacity: 0.85;
}

.videos-showcase__title {
    margin: 0 0 22px;
    color: #39483f;
    font-size: clamp(2.9rem, 5vw, 5.1rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.videos-showcase__title span {
    color: #df8e78;
}

.videos-showcase__text {
    max-width: 600px;
    margin: 0 0 28px;
    color: #6d5c58;
    font-size: 1.12rem;
    line-height: 1.75;
}

.videos-showcase__text strong {
    color: #4f2f31;
}

.videos-showcase__features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 28px;
}

.videos-showcase__feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 160px;
}

.videos-showcase__feature-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    opacity: 0.8;
    margin-top: 3px;
}

.videos-showcase__feature h3 {
    margin: 0 0 4px;
    color: #4f2f31;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.videos-showcase__feature p {
    margin: 0;
    color: #88706b;
    font-size: 0.95rem;
    line-height: 1.4;
}

.videos-showcase__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 0 26px;
    border-radius: 999px;
    background: linear-gradient(180deg, #7e9367 0%, #6b8258 100%);
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    box-shadow:
        0 16px 28px rgba(108, 130, 88, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.videos-showcase__cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow:
        0 20px 34px rgba(108, 130, 88, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.videos-showcase__cta-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.videos-showcase__cta-arrow {
    font-size: 1.2rem;
    line-height: 1;
}

/* =========================
   VISUAL
========================= */
.videos-showcase__visual {
    position: relative;
    min-height: 560px;
    isolation: isolate;
}

.videos-showcase__blob {
    position: absolute;
    border-radius: 50%;
    background: rgba(234, 214, 203, 0.42);
    z-index: 0;
}

.videos-showcase__blob--one {
    top: 10px;
    left: 140px;
    width: 220px;
    height: 220px;
}

.videos-showcase__blob--two {
    top: 42px;
    right: 70px;
    width: 210px;
    height: 210px;
}

.videos-showcase__paw {
    position: absolute;
    object-fit: contain;
    display: block;
    opacity: 0.42;
    z-index: 4;
}

.videos-showcase__paw--one {
    top: 8px;
    left: 14px;
    width: 64px;
    transform: rotate(-14deg);
}

.videos-showcase__paw--two {
    top: 144px;
    left: -12px;
    width: 58px;
    transform: rotate(10deg);
}

.videos-showcase__paw--three {
    top: 18px;
    right: 118px;
    width: 64px;
    transform: rotate(12deg);
}

.videos-showcase__paw--four {
    right: -8px;
    bottom: 118px;
    width: 72px;
    transform: rotate(18deg);
}

.videos-showcase__photo-card {
    position: absolute;
    overflow: hidden;
    box-shadow:
        0 24px 44px rgba(117, 84, 75, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    background: #f3ebe6;
}

.videos-showcase__photo-card--dog {
    top: 10px;
    left: 70px;
    width: 390px;
    height: 440px;
    border-radius: 44% 56% 42% 58% / 40% 34% 66% 60%;
    z-index: 2;
}

.videos-showcase__photo-card--cat {
    top: 86px;
    right: 16px;
    width: 300px;
    height: 332px;
    border-radius: 38% 62% 41% 59% / 42% 37% 63% 58%;
    z-index: 2;
    overflow: hidden;
}

.videos-showcase__photo,
.videos-showcase__hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.videos-showcase__hero-video {
    background: #000;
    border: none;
}

.videos-showcase__hero-video::-webkit-media-controls-panel {
    background: linear-gradient(180deg, rgba(28, 26, 25, 0.10), rgba(28, 26, 25, 0.58));
}

.videos-showcase__note {
    position: absolute;
    left: 280px;
    bottom: 22px;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 260px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 252, 249, 0.94);
    border: 1px solid rgba(233, 216, 208, 0.92);
    box-shadow:
        0 18px 32px rgba(116, 85, 76, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    transform: rotate(8deg);
}

.videos-showcase__note-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #88a16f 0%, #6e875a 100%);
    flex-shrink: 0;
}

.videos-showcase__note-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.videos-showcase__note-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.videos-showcase__note-text strong {
    color: #4f2f31;
    font-size: 0.98rem;
    font-weight: 800;
}

.videos-showcase__note-text span {
    color: #73615d;
    font-size: 0.92rem;
    line-height: 1.45;
}

/* =========================
   REEL
========================= */
.videos-showcase__reel {
    padding: 26px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 24%),
        linear-gradient(180deg, #171514 0%, #23201e 100%);
    box-shadow:
        0 24px 44px rgba(61, 41, 37, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 28px;
}

.videos-showcase__reel-intro {
    padding: 18px 8px 18px 6px;
}

.videos-showcase__reel-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #ef9e86;
    font-size: 0.92rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.videos-showcase__reel-tag-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.videos-showcase__reel-intro h3 {
    margin: 0 0 14px;
    color: #fffaf7;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.videos-showcase__reel-intro p {
    margin: 0 0 24px;
    color: rgba(255, 247, 242, 0.74);
    font-size: 1rem;
    line-height: 1.7;
}

.videos-showcase__reel-button {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    min-width: 240px;
    padding: 16px 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ed9b83 0%, #dd886f 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    box-shadow:
        0 16px 28px rgba(221, 136, 111, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.videos-showcase__reel-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
}

.videos-showcase__reel-button-top {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.videos-showcase__reel-button-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.videos-showcase__cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

a.video-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 252, 249, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 18px 30px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
    color: inherit;
}

a.video-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 24px 38px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.video-card__thumb {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.video-card__thumb > img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-card__thumb::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.48));
    pointer-events: none;
}

.video-card__brand {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(15, 15, 15, 0.56);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.video-card__brand img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.video-card__play {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 1.2rem;
    z-index: 3;
    backdrop-filter: blur(8px);
    display: grid;
    place-items: center;
    pointer-events: none;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
}

.video-card__meta {
    position: absolute;
    bottom: 12px;
    z-index: 4;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
}

.video-card__meta--left {
    left: 12px;
}

.video-card__meta--right {
    right: 12px;
}

.video-card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 14px 16px;
}

.video-card__body h4 {
    margin: 0;
    color: #fff3ed;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
}

.video-card__icon {
    flex-shrink: 0;
    color: #efaa92;
    font-size: 1.1rem;
}

/* =========================
   BENEFITS
========================= */
.videos-showcase__benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 280px;
    gap: 0;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 252, 249, 0.98), rgba(248, 241, 236, 0.98));
    border: 1px solid rgba(232, 214, 206, 0.94);
    box-shadow:
        0 20px 34px rgba(122, 90, 82, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.videos-showcase__benefit {
    padding: 26px 24px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border-right: 1px solid rgba(231, 214, 206, 0.82);
}

.videos-showcase__benefit-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #fffaf7 0%, #f4e8e2 100%);
    border: 1px solid rgba(229, 208, 199, 0.88);
    flex-shrink: 0;
}

.videos-showcase__benefit-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: 0.74;
}

.videos-showcase__benefit h4 {
    margin: 0 0 6px;
    color: #4f2f31;
    font-size: 1.08rem;
    line-height: 1.25;
    font-weight: 800;
}

.videos-showcase__benefit p {
    margin: 0;
    color: #7d6863;
    font-size: 0.96rem;
    line-height: 1.55;
}

.videos-showcase__whatsapp-box {
    position: relative;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #7d9467 0%, #6d855a 100%);
    text-align: center;
    overflow: hidden;
}

.videos-showcase__whatsapp-box h4 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
}

.videos-showcase__whatsapp-box p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.96rem;
}

.videos-showcase__whatsapp-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    box-shadow:
        0 16px 28px rgba(54, 72, 42, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.videos-showcase__whatsapp-circle img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

.videos-showcase__whatsapp-paw {
    position: absolute;
    opacity: 0.14;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
}

.videos-showcase__whatsapp-paw--one {
    width: 84px;
    top: 12px;
    left: 10px;
    transform: rotate(-18deg);
}

.videos-showcase__whatsapp-paw--two {
    width: 86px;
    right: 12px;
    bottom: 14px;
    transform: rotate(14deg);
}

/* =========================
   ACCESIBILIDAD
========================= */
.video-card:focus-visible,
.videos-showcase__reel-button:focus-visible,
.videos-showcase__cta:focus-visible,
.videos-showcase__whatsapp-circle:focus-visible {
    outline: 2px solid rgba(239, 158, 134, 0.95);
    outline-offset: 4px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1200px) {
    .videos-showcase__hero {
        grid-template-columns: 1fr;
    }

    .videos-showcase__visual {
        min-height: 540px;
    }

    .videos-showcase__reel {
        grid-template-columns: 1fr;
    }

    .videos-showcase__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .videos-showcase__benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .videos-showcase__whatsapp-box {
        min-height: 220px;
    }
}

@media (max-width: 768px) {
    .videos-showcase {
        padding: 80px 16px;
    }

    .videos-showcase__title {
        font-size: clamp(2.5rem, 10vw, 4rem);
    }

    .videos-showcase__text {
        font-size: 1rem;
        line-height: 1.7;
    }

    .videos-showcase__features {
        flex-direction: column;
        gap: 14px;
    }

    .videos-showcase__visual {
        min-height: 480px;
    }

    .videos-showcase__photo-card--dog {
        top: 20px;
        left: 12px;
        width: 270px;
        height: 320px;
    }

    .videos-showcase__photo-card--cat {
        top: 120px;
        right: 0;
        width: 210px;
        height: 250px;
    }

    .videos-showcase__note {
        left: 70px;
        bottom: 10px;
        width: 220px;
        padding: 14px 16px;
    }

    .videos-showcase__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .videos-showcase__benefits {
        grid-template-columns: 1fr;
    }

    .videos-showcase__benefit {
        border-right: none;
        border-bottom: 1px solid rgba(231, 214, 206, 0.82);
    }

    .videos-showcase__whatsapp-box {
        min-height: 200px;
    }
}

@media (max-width: 520px) {
    .videos-showcase__eyebrow {
        font-size: 0.8rem;
        line-height: 1.4;
        padding: 10px 14px;
    }

    .videos-showcase__cta {
        width: 100%;
        justify-content: center;
    }

    .videos-showcase__visual {
        min-height: 430px;
    }

    .videos-showcase__photo-card--dog {
        width: 220px;
        height: 270px;
    }

    .videos-showcase__photo-card--cat {
        width: 170px;
        height: 210px;
        top: 120px;
    }

    .videos-showcase__note {
        left: 24px;
        bottom: 4px;
        width: 200px;
        transform: rotate(4deg);
    }

    .videos-showcase__cards {
        grid-template-columns: 1fr;
    }

    .video-card__thumb {
        height: 240px;
    }
}