/* Landing /especiais/formatos-interativos */

.fi-page {
    --fi-green: #4ade80;
    --fi-green-deep: #22c55e;
    --fi-ink: #0a0a0a;
    --fi-muted: #71717a;
    --fi-border: #e4e4e7;
    --fi-stage: #f4f4f5;
}

/* —— Hero —— */
.fi-hero {
    position: relative;
    padding: clamp(2.25rem, 6vw, 5.5rem) 0 clamp(2rem, 5vw, 4rem);
    background: var(--fi-ink);
    color: #fff;
    overflow: hidden;
}

.fi-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 0%, rgba(34, 197, 94, 0.16), transparent 42%),
        radial-gradient(circle at 88% 100%, rgba(34, 197, 94, 0.08), transparent 40%),
        linear-gradient(rgba(34, 197, 94, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 197, 94, 0.03) 1px, transparent 1px),
        var(--fi-ink);
    background-size: auto, auto, 48px 48px, 48px 48px, auto;
    pointer-events: none;
}

.fi-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(1.5rem, 4vw, 2.5rem);
}

.fi-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fi-green);
}

.fi-hero__title {
    margin: 0;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(1.7rem, 5.5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    padding: 0 0.25rem;
}

.fi-hero__highlight {
    display: block;
    margin-top: 0.35rem;
    color: var(--fi-green);
}

.fi-hero__lead {
    margin: 1.25rem auto 0;
    max-width: 40rem;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.65;
    color: #a1a1aa;
}

.fi-hero__actions {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0.65rem;
    margin-top: 1.35rem;
    width: 100%;
    max-width: 22rem;
}

@media (min-width: 480px) {
    .fi-hero__actions {
        flex-direction: row;
        align-items: center;
        max-width: none;
        width: auto;
    }
}

.fi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 700;
    font-size: 0.95rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
    text-decoration: none;
    min-height: 48px;
    -webkit-tap-highlight-color: transparent;
}

.fi-hero__actions .fi-btn {
    width: 100%;
}

@media (min-width: 480px) {
    .fi-hero__actions .fi-btn {
        width: auto;
    }
}

.fi-btn--primary {
    background: var(--fi-green);
    color: #000;
}

@media (hover: hover) {
    .fi-btn--primary:hover {
        background: var(--fi-green-deep);
        color: #000;
    }
}

.fi-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

@media (hover: hover) {
    .fi-btn--ghost:hover {
        border-color: var(--fi-green);
        color: var(--fi-green);
    }
}

.fi-btn--sm {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    margin-top: 1.25rem;
    width: 100%;
}

@media (min-width: 640px) {
    .fi-btn--sm {
        width: auto;
    }
}

.fi-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    width: 100%;
    max-width: 56rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .fi-hero__stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
}

.fi-hero__stats li {
    padding: 0.85rem 0.6rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
    .fi-hero__stats li {
        padding: 1rem 0.75rem;
        border-radius: 1rem;
    }
}

.fi-hero__stat-value {
    display: block;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 900;
    color: var(--fi-green);
    line-height: 1.1;
}

.fi-hero__stat-label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.68rem;
    color: #a1a1aa;
    line-height: 1.35;
}

@media (min-width: 768px) {
    .fi-hero__stat-label {
        font-size: 0.75rem;
    }
}

/* —— Catalog —— */
.fi-catalog {
    padding: clamp(2.25rem, 5vw, 5rem) 0;
}

.fi-catalog .container {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
}

.fi-catalog .cc-section-lead {
    max-width: 40rem;
}

.fi-jump {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin: 1.25rem 0 0.35rem;
    padding: 0.15rem 0 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
}

.fi-jump::-webkit-scrollbar {
    display: none;
}

@media (min-width: 960px) {
    .fi-jump {
        flex-wrap: wrap;
        overflow: visible;
        mask-image: none;
        padding-bottom: 0;
    }
}

.fi-jump__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--fi-border);
    background: #fff;
    color: #3f3f46;
    font-size: 0.78rem;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    min-height: 40px;
    transition: border-color 0.15s, background 0.15s, color 0.15s, transform 0.12s;
    -webkit-tap-highlight-color: transparent;
}

.fi-jump__chip i {
    font-size: 0.7rem;
    color: var(--fi-green-deep);
}

@media (hover: hover) {
    .fi-jump__chip:hover {
        border-color: rgba(34, 197, 94, 0.5);
        background: rgba(34, 197, 94, 0.06);
        color: #14532d;
    }
}

.fi-jump__chip--hot {
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.08);
}

.fi-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.fi-card {
    border: 1px solid var(--fi-border);
    border-radius: 1.15rem;
    background: #fff;
    overflow: hidden;
    scroll-margin-top: 72px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

@media (min-width: 768px) {
    .fi-card {
        border-radius: 1.35rem;
        scroll-margin-top: 96px;
    }
}

.fi-card.is-open {
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

@media (hover: hover) {
    .fi-card:hover {
        border-color: rgba(34, 197, 94, 0.4);
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
    }
}

.fi-card--popular {
    border-color: rgba(34, 197, 94, 0.4);
}

.fi-card__toggle {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 2rem;
    gap: 0.7rem;
    align-items: center;
    width: 100%;
    padding: 0.7rem 0.75rem;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: inherit;
    min-height: 64px;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 640px) {
    .fi-card__toggle {
        grid-template-columns: 72px minmax(0, 1fr) auto;
        padding: 0.9rem 1.15rem;
        gap: 1.1rem;
    }
}

/* Portrait thumbs — GIFs são ~328×667 */
.fi-card__preview {
    display: block;
    width: 48px;
    height: 82px;
    border-radius: 0.75rem;
    overflow: hidden;
    background: linear-gradient(180deg, #fafafa, #e4e4e7);
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

@media (min-width: 640px) {
    .fi-card__preview {
        width: 72px;
        height: 124px;
        border-radius: 1rem;
    }
}

.fi-card__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.fi-card.is-open .fi-card__preview {
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.35);
}

.fi-card__meta {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.fi-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.fi-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: #f4f4f5;
    color: #52525b;
}

.fi-pill--hot {
    background: rgba(34, 197, 94, 0.15);
    color: #15803d;
}

.fi-pill--plat {
    background: #18181b;
    color: #fff;
}

.fi-card__title {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(0.98rem, 3.5vw, 1.1rem);
    font-weight: 800;
    color: #18181b;
    line-height: 1.25;
}

.fi-card__title i {
    color: var(--fi-green-deep);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.fi-card__sub {
    font-size: 0.8rem;
    color: var(--fi-muted);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 640px) {
    .fi-card__sub {
        font-size: 0.875rem;
    }
}

.fi-card__chevron {
    color: #a1a1aa;
    transition: transform 0.2s;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f4f4f5;
    flex-shrink: 0;
}

.fi-card.is-open .fi-card__chevron {
    transform: rotate(180deg);
    color: #14532d;
    background: rgba(34, 197, 94, 0.15);
}

.fi-card__panel {
    padding: 0 0.75rem 1.1rem;
    border-top: 1px solid var(--fi-border);
    background: linear-gradient(180deg, #fafafa 0%, #fff 48px);
}

@media (min-width: 640px) {
    .fi-card__panel {
        padding: 0 1.15rem 1.5rem;
    }
}

.fi-card__panel[hidden] {
    display: none !important;
}

.fi-card__panel-grid {
    display: grid;
    gap: 1.15rem;
    padding-top: 1.1rem;
}

/* Tablet+: stage ao lado do texto */
@media (min-width: 768px) {
    .fi-card__panel-grid {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 1.5rem;
        align-items: start;
    }
}

@media (min-width: 960px) {
    .fi-card__panel-grid {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 2rem;
    }
}

@media (min-width: 1100px) {
    .fi-card__panel-grid {
        grid-template-columns: 280px minmax(0, 1fr);
    }
}

/* —— Device stage (portrait GIF) —— */
.fi-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
}

@media (min-width: 768px) {
    .fi-stage {
        position: sticky;
        top: 88px;
    }
}

@media (min-width: 960px) {
    .fi-stage {
        top: 104px;
    }
}

.fi-stage__frame {
    position: relative;
    width: min(200px, 58vw);
    max-height: min(52vh, 380px);
    padding: 8px;
    border-radius: 1.5rem;
    background: linear-gradient(160deg, #27272a, #18181b 55%, #09090b);
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
    .fi-stage__frame {
        width: 100%;
        max-width: 220px;
        max-height: none;
        padding: 10px;
        border-radius: 1.75rem;
    }
}

@media (min-width: 960px) {
    .fi-stage__frame {
        max-width: 260px;
    }
}

.fi-stage__notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 42%;
    height: 8px;
    border-radius: 999px;
    background: #09090b;
    z-index: 2;
    pointer-events: none;
}

.fi-stage__media {
    display: block;
    width: 100%;
    max-height: min(48vh, 360px);
    padding: 0;
    border: 0;
    border-radius: 1.1rem;
    overflow: hidden;
    background: #09090b;
    cursor: zoom-in;
    aspect-ratio: 9 / 19.5;
}

@media (min-width: 768px) {
    .fi-stage__media {
        max-height: none;
        border-radius: 1.25rem;
    }
}

.fi-stage__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.fi-stage__expand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid var(--fi-border);
    background: #fff;
    color: #3f3f46;
    font-size: 0.75rem;
    font-weight: 650;
    cursor: pointer;
    min-height: 40px;
    -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) {
    .fi-stage__expand:hover {
        border-color: rgba(34, 197, 94, 0.5);
        color: #14532d;
    }
}

.fi-stage__caption {
    margin: 0;
    font-size: 0.68rem;
    color: var(--fi-muted);
    text-align: center;
    max-width: 16rem;
}

/* —— Body + tabs —— */
.fi-card__body {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #3f3f46;
    min-width: 0;
}

@media (min-width: 768px) {
    .fi-card__body {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

.fi-card__desc {
    margin: 0 0 0.9rem;
    font-size: 0.95rem;
    color: #27272a;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .fi-card__desc {
        font-size: 1.02rem;
        margin-bottom: 1rem;
    }
}

.fi-tabs__nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.3rem;
    margin: 0 0 0.9rem;
    padding: 0.28rem;
    border-radius: 999px;
    background: #f4f4f5;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.fi-tabs__nav::-webkit-scrollbar {
    display: none;
}

@media (min-width: 640px) {
    .fi-tabs__nav {
        width: fit-content;
        overflow: visible;
    }
}

.fi-tabs__btn {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #71717a;
    cursor: pointer;
    white-space: nowrap;
    flex: 1 1 auto;
    min-height: 40px;
    transition: background 0.15s, color 0.15s, box-shadow 0.15s;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 640px) {
    .fi-tabs__btn {
        flex: 0 0 auto;
        padding: 0.45rem 0.9rem;
        font-size: 0.8rem;
    }
}

.fi-tabs__btn.is-active {
    background: #fff;
    color: #14532d;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.fi-tabs__panel[hidden] {
    display: none !important;
}

.fi-card__h {
    margin: 0 0 0.5rem;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: 0.9rem;
    font-weight: 800;
    color: #18181b;
}

.fi-tabs__panel .fi-card__h + .fi-card__h,
.fi-tabs__panel p + .fi-card__h,
.fi-tabs__panel ul + .fi-card__h,
.fi-tabs__panel ol + .fi-card__h {
    margin-top: 1.05rem;
}

.fi-card__list {
    margin: 0;
    padding-left: 1.15rem;
}

.fi-card__list li {
    margin-bottom: 0.4rem;
}

.fi-card__list--grid {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

@media (min-width: 640px) {
    .fi-card__list--grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
}

.fi-card__list--grid li {
    margin: 0;
    padding: 0.65rem 0.8rem;
    border-radius: 0.75rem;
    background: #fafafa;
    border: 1px solid var(--fi-border);
    font-size: 0.84rem;
    line-height: 1.4;
}

.fi-card__list--check {
    list-style: none;
    padding-left: 0;
}

.fi-card__list--check li {
    position: relative;
    padding: 0.55rem 0.55rem 0.55rem 1.7rem;
    margin-bottom: 0.4rem;
    border-radius: 0.65rem;
    background: #fafafa;
    border: 1px solid var(--fi-border);
    font-size: 0.88rem;
}

.fi-card__list--check li::before {
    content: '';
    position: absolute;
    left: 0.65rem;
    top: 0.85rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--fi-green);
}

.fi-card__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.fi-card__steps li {
    display: grid;
    grid-template-columns: 1.75rem 1fr;
    gap: 0.7rem;
    align-items: start;
}

.fi-card__step-n {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.15);
    color: #14532d;
    font-size: 0.75rem;
    font-weight: 800;
}

.fi-card__tip {
    display: flex;
    gap: 0.7rem;
    margin: 1.05rem 0 0;
    padding: 0.9rem;
    border-radius: 0.85rem;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.fi-card__tip i {
    color: var(--fi-green-deep);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.fi-card__tip strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #14532d;
    font-size: 0.85rem;
}

.fi-card__tip p {
    margin: 0;
    font-size: 0.88rem;
    color: #3f3f46;
}

.fi-card__platforms {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
}

.fi-card__platforms-label {
    font-size: 0.8rem;
    font-weight: 650;
    color: var(--fi-muted);
    margin-right: 0.25rem;
    width: 100%;
}

@media (min-width: 480px) {
    .fi-card__platforms-label {
        width: auto;
    }
}

/* —— Process —— */
.fi-process {
    padding: clamp(2.25rem, 5vw, 5rem) 0;
}

.fi-process .container {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
}

.fi-process__grid {
    display: grid;
    gap: 0.85rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .fi-process__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
        margin-top: 2rem;
    }
}

.fi-process__item {
    padding: 1.15rem 1.2rem;
    border-radius: 1.15rem;
    background: #fff;
    border: 1px solid var(--fi-border);
}

@media (min-width: 768px) {
    .fi-process__item {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }
}

.fi-process__num {
    display: block;
    margin-bottom: 0.65rem;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--fi-green-deep);
}

@media (min-width: 768px) {
    .fi-process__num {
        margin-bottom: 0.75rem;
        font-size: 1.5rem;
    }
}

.fi-process__item h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #18181b;
}

@media (min-width: 768px) {
    .fi-process__item h3 {
        font-size: 1.1rem;
    }
}

.fi-process__item p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--fi-muted);
}

@media (min-width: 768px) {
    .fi-process__item p {
        font-size: 0.9rem;
    }
}

/* —— CTA —— */
.fi-cta {
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
}

.fi-cta__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(34, 197, 94, 0.2), transparent 55%);
    pointer-events: none;
}

.fi-cta .max-w-3xl {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

@media (max-width: 639px) {
    .fi-cta.py-20 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .fi-cta h2 {
        font-size: 1.65rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }

    .fi-cta p {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .fi-cta a.inline-flex {
        width: 100%;
        max-width: 22rem;
        justify-content: center;
        min-height: 48px;
    }
}

/* —— Lightbox (portrait-friendly) —— */
.fi-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(0.75rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
    background: rgba(0, 0, 0, 0.9);
}

.fi-lightbox[hidden] {
    display: none !important;
}

.fi-lightbox__stage {
    max-height: 88vh;
    max-width: min(420px, 100%);
    padding: 8px;
    border-radius: 1.35rem;
    background: #18181b;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

@media (min-width: 768px) {
    .fi-lightbox__stage {
        max-height: 92vh;
        padding: 10px;
        border-radius: 1.5rem;
    }
}

.fi-lightbox__img {
    display: block;
    width: 100%;
    max-height: calc(88vh - 24px);
    object-fit: contain;
    border-radius: 1.05rem;
    background: #09090b;
}

@media (min-width: 768px) {
    .fi-lightbox__img {
        max-height: calc(92vh - 28px);
        border-radius: 1.1rem;
    }
}

.fi-lightbox__close {
    position: absolute;
    top: max(0.75rem, env(safe-area-inset-top));
    right: max(0.75rem, env(safe-area-inset-right));
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) {
    .fi-lightbox__close:hover {
        background: rgba(255, 255, 255, 0.22);
    }
}

/* Mega badge — Interativos first */
.mega-especiais-layout--projetos .nav-projeto-card:nth-child(1) .nav-projeto-card__badge {
    color: #052e16;
    background: linear-gradient(135deg, #4ade80, #16a34a);
}

.nav-projeto-card__media--interativos img {
    object-position: center;
}
