/*--------------------------------------------------------------
# CARROSSEIS.CSS — Showcases Coverflow · CoudFy Ecossistema Digital
# Vídeo Showcase · Imagens Showcase · Lightbox · Loading override
--------------------------------------------------------------*/


/* ========================================
   01 — VIDEO SHOWCASE — CARROSSEL COVERFLOW
   ======================================== */
.reel-section {
    padding: 80px 20px 100px; background: var(--color-black);
    position: relative; width: 100%; overflow: hidden;
}

.reel-section::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 700px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59,130,246,0.4), transparent);
}

/* ── Header ── */
.reel-header {
    text-align: center; margin-bottom: 60px;
    opacity: 0; transform: translateY(36px);
    transition: opacity 1s cubic-bezier(0.16,1,0.3,1), transform 1s cubic-bezier(0.16,1,0.3,1);
}
.reel-header.visible { opacity: 1; transform: translateY(0); }

.reel-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--color-dark); color: var(--color-white);
    padding: 10px 22px; border-radius: 50px;
    font-size: 13px; font-weight: 600; margin-bottom: 18px;
    border: 2px solid var(--color-orange);
}

.reel-title { font-size: 42px; font-weight: 700; color: var(--color-white); line-height: 1.2; margin-bottom: 12px; }

.reel-highlight {
    background: linear-gradient(135deg, var(--color-orange), var(--color-orange-light));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.reel-subtitle { font-size: 16px; color: var(--color-gray-600); }

/* ── Wrapper — sem setas ── */
.reel-carousel-wrapper {
    position: relative; max-width: 1100px; margin: 0 auto 36px;
    overflow: clip;
    overflow-clip-margin: 0px;
}

/* Setas ocultas — navegação só por toque/swipe */
.reel-nav { display: none !important; }

/* ── Stage — coverflow ── */
.reel-stage {
    display: flex; align-items: center; justify-content: center;
    height: 560px; position: relative; perspective: 1200px;
    cursor: grab; overflow: visible;
    padding: 15px 0;
}
.reel-stage:active { cursor: grabbing; }

/* ── Cards ── */
.reel-card {
    position: absolute; width: 260px; aspect-ratio: 9 / 16;
    border-radius: 20px; overflow: hidden;
    border: 1.5px solid var(--color-gray-800);
    background: var(--color-gray-950); cursor: pointer;
    transition:
        transform  0.55s cubic-bezier(0.4,0,0.2,1),
        width      0.55s cubic-bezier(0.4,0,0.2,1),
        opacity    0.55s cubic-bezier(0.4,0,0.2,1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    will-change: transform, opacity;
}

/* Posições do carrossel — padrão unificado */
.reel-card.rc-center {
    width: 300px;
    transform: translateX(0) translateZ(0) rotateY(0deg);
    opacity: 1; z-index: 3;
    border-color: rgba(59,130,246,0.5);
    box-shadow: 0 0 0 1.5px rgba(59,130,246,0.2), 0 28px 70px rgba(0,0,0,0.7), 0 0 60px rgba(59,130,246,0.14);
}
.reel-card.rc-left {
    width: 240px;
    transform: translateX(-310px) translateZ(-120px) rotateY(18deg);
    opacity: 0.65; z-index: 2;
}
.reel-card.rc-right {
    width: 240px;
    transform: translateX(310px) translateZ(-120px) rotateY(-18deg);
    opacity: 0.65; z-index: 2;
}
.reel-card.rc-hidden-left {
    transform: translateX(-480px) translateZ(-200px) rotateY(28deg);
    opacity: 0; z-index: 1; pointer-events: none;
}
.reel-card.rc-hidden-right {
    transform: translateX(480px) translateZ(-200px) rotateY(-28deg);
    opacity: 0; z-index: 1; pointer-events: none;
}

/* ── Wrapper interno do card ── */
.reel-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Placeholder de fundo */
.reel-card-inner::before {
    content: ''; position: absolute; inset: 0;
    background: #080d1a;
    z-index: 0;
}

/* ── Vídeo — poster sempre visível como thumb; vídeo roda no hover ── */
.reel-video {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; opacity: 1;
    transition: opacity 0.5s ease; z-index: 1;
    background: #080d1a;
}
/* Lateral e hidden: não interagem com o mouse */
.reel-card:not(.rc-center) .reel-video { pointer-events: none; }

/* ── Overlay — gradiente sutil permanente, sem interação ── */
.reel-overlay {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(180deg, transparent 50%, rgba(5,8,15,0.55) 100%);
    pointer-events: none;
}

/* ── Ícone de play — removido ── */
.reel-play-icon { display: none; }

/* ── Footer do card ── */
.reel-card-footer { display: none; }

/* ── Dots ── */
.reel-dots { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 28px; }

.reel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--color-gray-800); border: none; padding: 0; cursor: pointer; transition: all 0.3s ease; }
.reel-dot.active { width: 24px; border-radius: 4px; background: var(--color-orange); }

/* ── Dica ── */
.reel-hint { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--color-gray-700); font-size: 13px; font-weight: 500; margin-top: 14px; opacity: 0; animation: reel-hint-appear 0.6s ease forwards 1.2s; }
.reel-hint i { animation: hint-bob 1.8s ease-in-out infinite; }

@keyframes hint-bob       { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes reel-hint-appear { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ── Botão de som no card central ── */
.reel-sound-btn {
    position: absolute; bottom: 14px; right: 14px; z-index: 5;
    width: 34px; height: 34px; border-radius: 50%;
    background: rgba(5,8,15,0.72); backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.85); font-size: 13px; cursor: pointer;
    display: none; align-items: center; justify-content: center;
    transition: all 0.2s ease; pointer-events: auto;
}
.reel-card.rc-center .reel-sound-btn { display: flex; }
.reel-sound-btn:hover { background: rgba(59,130,246,0.8); border-color: #3b82f6; color: #fff; }
.reel-sound-btn.unmuted { background: rgba(59,130,246,0.85); border-color: #60a5fa; color: #fff; box-shadow: 0 0 14px rgba(59,130,246,0.5); }


/* ========================================
   02 — LOADING SCREEN — OVERRIDES
   ======================================== */
.loading-grid     { display: none !important; }
.loading-orb      { display: none !important; }
.loading-particle { display: none !important; }

#loadingScreen {
    background: linear-gradient(180deg, var(--color-black) 0%, var(--color-black) 85%, var(--color-dark) 100%) !important;
}

#loadingScreen::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(59,130,246,0.07) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
}

#loadingScreen > * { position: relative; z-index: 1; }
#loadingScreen .loading-center {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%); z-index: 1;
}


/* ========================================
   03 — IMAGENS SHOWCASE — CARROSSEL COVERFLOW
       (padrão idêntico ao de vídeos)
   ======================================== */
.imgs-section {
    padding: 80px 20px 100px;
    background: var(--color-black);
    position: relative;
    width: 100%; overflow: hidden;
}

.imgs-section::before {
    content: ''; position: absolute; top: 0; left: 50%;
    transform: translateX(-50%);
    width: 700px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59,130,246,0.4), transparent);
}

/* ── Header ── */
.imgs-header {
    text-align: center; margin-bottom: 60px;
    opacity: 0; transform: translateY(36px);
    transition: opacity 1s cubic-bezier(0.16,1,0.3,1), transform 1s cubic-bezier(0.16,1,0.3,1);
}
.imgs-header.visible { opacity: 1; transform: translateY(0); }

.imgs-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--color-dark); color: var(--color-white);
    padding: 10px 22px; border-radius: 50px;
    font-size: 13px; font-weight: 600; margin-bottom: 18px;
    border: 2px solid var(--color-orange);
}

.imgs-title { font-size: 42px; font-weight: 700; color: var(--color-white); line-height: 1.2; margin-bottom: 12px; }

.imgs-highlight {
    background: linear-gradient(135deg, var(--color-orange), var(--color-orange-light));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.imgs-subtitle { font-size: 16px; color: var(--color-gray-600); }

/* ── Wrapper — sem setas ── */
.imgs-carousel-wrapper {
    position: relative; max-width: 1100px; margin: 0 auto 36px;
    overflow: clip;
    overflow-clip-margin: 0px;
}

.imgs-nav { display: none !important; }

/* ── Stage — coverflow ── */
.imgs-stage {
    display: flex; align-items: center; justify-content: center;
    height: 580px; position: relative; perspective: 1200px;
    cursor: grab; overflow: visible;
    padding: 20px 0;
}
.imgs-stage:active { cursor: grabbing; }

/* ── Cards ── */
.imgs-card {
    position: absolute;
    width: 260px; height: 462px;
    border-radius: 20px; overflow: hidden;
    border: 1.5px solid var(--color-gray-800);
    background: var(--color-gray-950); cursor: pointer;
    transition:
        transform    0.55s cubic-bezier(0.4,0,0.2,1),
        width        0.55s cubic-bezier(0.4,0,0.2,1),
        height       0.55s cubic-bezier(0.4,0,0.2,1),
        opacity      0.55s cubic-bezier(0.4,0,0.2,1),
        box-shadow   0.35s ease,
        border-color 0.35s ease;
    will-change: transform, opacity;
}

/* Posições — 5 cards visíveis */
.imgs-card.ic-center {
    width: 300px; height: 533px;
    transform: translateX(0) translateZ(0) rotateY(0deg);
    opacity: 1; z-index: 5;
    border-color: rgba(59,130,246,0.5);
    box-shadow: 0 0 0 1.5px rgba(59,130,246,0.2), 0 28px 70px rgba(0,0,0,0.7), 0 0 60px rgba(59,130,246,0.14);
}
.imgs-card.ic-left {
    width: 240px; height: 426px;
    transform: translateX(-310px) translateZ(-120px) rotateY(18deg);
    opacity: 0.75; z-index: 4;
}
.imgs-card.ic-right {
    width: 240px; height: 426px;
    transform: translateX(310px) translateZ(-120px) rotateY(-18deg);
    opacity: 0.75; z-index: 4;
}
.imgs-card.ic-far-left {
    width: 190px; height: 337px;
    transform: translateX(-540px) translateZ(-220px) rotateY(28deg);
    opacity: 0.45; z-index: 3;
}
.imgs-card.ic-far-right {
    width: 190px; height: 337px;
    transform: translateX(540px) translateZ(-220px) rotateY(-28deg);
    opacity: 0.45; z-index: 3;
}
.imgs-card.ic-hidden-left {
    transform: translateX(-700px) translateZ(-300px) rotateY(35deg);
    opacity: 0; z-index: 1; pointer-events: none;
}
.imgs-card.ic-hidden-right {
    transform: translateX(700px) translateZ(-300px) rotateY(-35deg);
    opacity: 0; z-index: 1; pointer-events: none;
}

/* ── Inner ── */
.imgs-card-inner {
    position: relative; width: 100%; height: 100%;
}

/* ── Foto ── */
.imgs-foto {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    z-index: 1;
}

/* ── Overlay ── */
.imgs-overlay {
    position: absolute; inset: 0; z-index: 2;
    border-radius: 20px;
    background: linear-gradient(180deg, transparent 50%, rgba(5,8,15,0.70) 100%);
    pointer-events: none;
}

.imgs-card-footer { display: none; }

/* ── Dots ── */
.imgs-dots {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; margin-top: 28px;
}
.imgs-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--color-gray-800); border: none; padding: 0;
    cursor: pointer; transition: all 0.3s ease;
}
.imgs-dot.active { width: 24px; border-radius: 4px; background: var(--color-orange); }

/* ── Dica ── */
.imgs-hint {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; color: var(--color-gray-700);
    font-size: 13px; font-weight: 500; margin-top: 14px;
    opacity: 0; animation: imgs-hint-appear 0.6s ease forwards 1.2s;
}
.imgs-hint i { animation: hint-bob 1.8s ease-in-out infinite; }

@keyframes imgs-hint-appear {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Lightbox de imagem ── */
.imgs-lightbox {
    position: fixed; inset: 0; z-index: 99998;
    background: rgba(5,8,15,0.97); backdrop-filter: blur(16px);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.imgs-lightbox.active { opacity: 1; visibility: visible; }

.imgs-lb-close {
    position: absolute; top: 20px; right: 20px;
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.8); font-size: 15px;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: all 0.25s ease; z-index: 2;
}
.imgs-lb-close:hover { background: var(--color-orange); border-color: var(--color-orange); color: #fff; transform: rotate(90deg); }

.imgs-lb-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 50px; height: 50px; border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1.5px solid rgba(59,130,246,0.3);
    color: #60a5fa; font-size: 16px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.25s ease; z-index: 2;
}
.imgs-lb-nav:hover { background: var(--color-orange); border-color: var(--color-orange); color: #fff; }
.imgs-lb-prev { left: 24px; }
.imgs-lb-next { right: 24px; }

.imgs-lb-content {
    display: flex; flex-direction: column;
    align-items: center; gap: 16px;
    max-width: 90vw; max-height: 90vh;
}

.imgs-lb-img {
    max-width: 85vw; max-height: 80vh;
    object-fit: contain; border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.7);
    transition: opacity 0.25s ease;
}

.imgs-lb-info {
    font-size: 14px; font-weight: 600;
    color: var(--color-gray-500); text-align: center;
}


/* ========================================
   04 — MEDIA QUERIES — MOBILE
   ======================================== */
@media (max-width: 768px) {

    /* ── Carrossel Vídeo ── */
    .reel-stage { height: 460px; }
    .reel-card.rc-center { width: 240px; }
    .reel-card.rc-left   { width: 185px; transform: translateX(-238px) translateZ(-80px) rotateY(14deg); }
    .reel-card.rc-right  { width: 185px; transform: translateX(238px)  translateZ(-80px) rotateY(-14deg); }
    .reel-title { font-size: 28px; }
    /* Mobile: overlay some para mostrar o vídeo no card central */
    .reel-card.rc-center .reel-overlay { opacity: 0; pointer-events: none; }

    /* ── Carrossel Imagem ── */
    .imgs-stage { height: 400px; }
    .imgs-card { width: 220px; height: 390px; }
    .imgs-card.ic-center   { width: 200px; height: 355px; transform: translateX(0) translateZ(0) rotateY(0deg); }
    .imgs-card.ic-left     { width: 155px; height: 275px; transform: translateX(-190px) translateZ(-80px) rotateY(14deg); }
    .imgs-card.ic-right    { width: 155px; height: 275px; transform: translateX(190px)  translateZ(-80px) rotateY(-14deg); }
    .imgs-card.ic-far-left  { width: 110px; height: 195px; transform: translateX(-330px) translateZ(-140px) rotateY(22deg); opacity: 0.35; }
    .imgs-card.ic-far-right { width: 110px; height: 195px; transform: translateX(330px)  translateZ(-140px) rotateY(-22deg); opacity: 0.35; }
    .imgs-title { font-size: 28px; }
    .imgs-lb-prev { left: 10px; }
    .imgs-lb-next { right: 10px; }
}

@media (max-width: 480px) {

    /* ── Vídeo ── */
    .reel-stage { height: 400px; }
    .reel-card.rc-center { width: 200px; }
    .reel-card.rc-left, .reel-card.rc-right { width: 150px; }
    .reel-card.rc-left  { transform: translateX(-192px) translateZ(-60px) rotateY(12deg); }
    .reel-card.rc-right { transform: translateX(192px)  translateZ(-60px) rotateY(-12deg); }

    /* ── Imagem ── */
    .imgs-stage { height: 340px; }
    .imgs-card.ic-center   { width: 160px; height: 284px; transform: translateX(0) translateZ(0) rotateY(0deg); }
    .imgs-card.ic-left     { width: 120px; height: 213px; transform: translateX(-150px) translateZ(-60px) rotateY(12deg); }
    .imgs-card.ic-right    { width: 120px; height: 213px; transform: translateX(150px)  translateZ(-60px) rotateY(-12deg); }
    .imgs-card.ic-far-left  { width: 88px; height: 156px; transform: translateX(-265px) translateZ(-110px) rotateY(20deg); opacity: 0.3; }
    .imgs-card.ic-far-right { width: 88px; height: 156px; transform: translateX(265px)  translateZ(-110px) rotateY(-20deg); opacity: 0.3; }
}

/*--------------------------------------------------------------
# CARROSSEL.CSS — Carrossel Infinito · CoudFy Ecossistema Digital
# Faixa de imagens em loop contínuo (abaixo de "Nossa Proposta")
--------------------------------------------------------------*/

.infinite-carousel-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
}

.carousel-label {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-gray-600);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    opacity: 0.5;
}

.infinite-carousel-wrapper::before,
.infinite-carousel-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.infinite-carousel-wrapper::before {
    left: 0;
    background: linear-gradient(to right, var(--color-black), transparent);
}

.infinite-carousel-wrapper::after {
    right: 0;
    background: linear-gradient(to left, var(--color-black), transparent);
}

.infinite-carousel-wrapper[data-direction="left"] .infinite-carousel-track {
    display: flex;
    gap: 30px;
    animation: scroll-to-left 30s linear infinite;
    width: fit-content;
}

.infinite-carousel-wrapper[data-direction="right"] .infinite-carousel-track {
    display: flex;
    gap: 30px;
    animation: scroll-to-right 30s linear infinite;
    width: fit-content;
}

.infinite-carousel-item {
    flex-shrink: 0;
    width: 280px;
    height: 180px;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid var(--color-gray-800);
    position: relative;
}

.infinite-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes scroll-to-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(calc(-280px * 6 - 30px * 6)); }
}

@keyframes scroll-to-right {
    0%   { transform: translateX(calc(-280px * 6 - 30px * 6)); }
    100% { transform: translateX(0); }
}

@media (max-width: 768px) {
    .infinite-carousel-wrapper { padding: 30px 0; }
    .carousel-label { font-size: 11px; margin-bottom: 10px; }
    .infinite-carousel-item { width: 220px; height: 140px; border-radius: 15px; }

    .infinite-carousel-wrapper[data-direction="left"] .infinite-carousel-track {
        gap: 20px;
        animation: scroll-to-left-mobile 25s linear infinite;
    }
    .infinite-carousel-wrapper[data-direction="right"] .infinite-carousel-track {
        gap: 20px;
        animation: scroll-to-right-mobile 25s linear infinite;
    }

    @keyframes scroll-to-left-mobile {
        0%   { transform: translateX(0); }
        100% { transform: translateX(calc(-220px * 6 - 20px * 6)); }
    }
    @keyframes scroll-to-right-mobile {
        0%   { transform: translateX(calc(-220px * 6 - 20px * 6)); }
        100% { transform: translateX(0); }
    }

    .infinite-carousel-wrapper::before,
    .infinite-carousel-wrapper::after { width: 80px; }
}

/*--------------------------------------------------------------
# CF-LIGHTBOX.CSS — Lightbox Universal · CoudFy Ecossistema Digital
# Amplia imagens ao clicar (Projetos · Estrutura · Tráfego · Criativo)
# Mesma estética do lightbox da galeria de imagens
--------------------------------------------------------------*/

/* ── Imagens clicáveis: cursor e leve feedback ── */
.cf-zoom {
    cursor: zoom-in;
    transition: filter 0.25s ease, transform 0.25s ease;
}
.cf-zoom:hover {
    filter: brightness(1.06);
}

/* ── Overlay do lightbox ── */
.cf-lightbox {
    position: fixed; inset: 0; z-index: 99998;
    background: rgba(5, 8, 15, 0.97);
    backdrop-filter: blur(16px);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.cf-lightbox.active { opacity: 1; visibility: visible; }

/* ── Botão fechar ── */
.cf-lb-close {
    position: absolute; top: 20px; right: 20px;
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8); font-size: 15px;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: all 0.25s ease; z-index: 2;
}
.cf-lb-close:hover {
    background: var(--color-orange); border-color: var(--color-orange);
    color: #fff; transform: rotate(90deg);
}

/* ── Setas de navegação ── */
.cf-lb-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 50px; height: 50px; border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(59, 130, 246, 0.3);
    color: #60a5fa; font-size: 16px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.25s ease; z-index: 2;
}
.cf-lb-nav:hover {
    background: var(--color-orange); border-color: var(--color-orange); color: #fff;
}
.cf-lb-prev { left: 24px; }
.cf-lb-next { right: 24px; }

/* Esconde setas quando há só 1 imagem no grupo */
.cf-lightbox.single .cf-lb-nav { display: none; }

/* ── Conteúdo central ── */
.cf-lb-content {
    display: flex; flex-direction: column;
    align-items: center; gap: 16px;
    max-width: 90vw; max-height: 90vh;
}

.cf-lb-img {
    max-width: 85vw; max-height: 80vh;
    object-fit: contain; border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
    transition: opacity 0.25s ease;
}

.cf-lb-info {
    font-size: 14px; font-weight: 600;
    color: var(--color-gray-500); text-align: center;
}

/* ── Mobile ── */
@media (max-width: 768px) {
    .cf-lb-prev { left: 10px; }
    .cf-lb-next { right: 10px; }
    .cf-lb-nav  { width: 42px; height: 42px; font-size: 14px; }
    .cf-lb-img  { max-width: 92vw; max-height: 78vh; }
}