/* ==========================================================================
   Nebula Forge Addons — Frontend Styles
   Professional-grade Elementor widget styles.
   ========================================================================== */

/* ==========================================================================
   Hero CTA
   ========================================================================== */

.nfa-hero-cta {
    color: #131313;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-decoration: none;
}

.nfa-hero-cta__kicker {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.85rem;
    opacity: 0.7;
    margin: 0;
    position: relative;
}

.nfa-hero-cta__headline {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1.1;
    margin: 0;
    position: relative;
    letter-spacing: -0.02em;
}

.nfa-hero-cta__body {
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0;
    opacity: 0.85;
    line-height: 1.7;
    position: relative;
}

.nfa-hero-cta__button {
    align-self: flex-start;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 600;
    color: #0f172a;
    background: #ff6b35;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nfa-hero-cta__button:hover,
.nfa-hero-cta__button:focus-visible {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(255, 107, 53, 0.15);
    background: #ff7d4f;
}

.nfa-hero-cta__button:active {
    transform: translateY(-1px) scale(0.99);
}

/* ==========================================================================
   Feature List
   ========================================================================== */

.nfa-feature-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nfa-feature-list__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.nfa-feature-list__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(19, 19, 19, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nfa-feature-list__item:hover {
    background: #f8f9fa;
    border-color: #0ea5e9;
    transform: translateY(-2px);
}

.nfa-feature-list__icon-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    background: rgba(14, 165, 233, 0.08);
    transition: background 0.2s ease;
}

.nfa-feature-list__item:hover .nfa-feature-list__icon-wrap {
    background: rgba(14, 165, 233, 0.08);
}

.nfa-feature-list__icon {
    color: #0ea5e9;
    font-size: 24px;
    line-height: 1;
}

.nfa-feature-list__title {
    margin: 0 0 4px 0;
    color: #131313;
    font-size: 1.05rem;
    font-weight: 600;
}

.nfa-feature-list__text {
    margin: 0;
    color: rgba(19, 19, 19, 0.55);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ==========================================================================
   Spotlight Card
   ========================================================================== */

.nfa-spotlight-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    align-items: center;
}

.nfa-spotlight-card__content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nfa-spotlight-card__eyebrow {
    margin: 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #0ea5e9;
    font-size: 0.78rem;
    font-weight: 600;
}

.nfa-spotlight-card__title {
    margin: 0;
    color: #131313;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    letter-spacing: -0.01em;
}

.nfa-spotlight-card__description {
    margin: 0;
    color: rgba(19, 19, 19, 0.55);
    font-size: 1.02rem;
    line-height: 1.7;
}

.nfa-spotlight-card__meta {
    margin: 0;
    color: rgba(19, 19, 19, 0.4);
    font-size: 0.95rem;
}

.nfa-spotlight-card__button {
    align-self: flex-start;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    color: #0f172a;
    background: #ff6b35;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nfa-spotlight-card__button:hover,
.nfa-spotlight-card__button:focus-visible {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(255, 107, 53, 0.15);
    background: #ff7d4f;
}

.nfa-spotlight-card__media img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    transition: transform 0.3s ease;
}

.nfa-spotlight-card:hover .nfa-spotlight-card__media img {
    transform: scale(1.02);
}

/* ==========================================================================
   Services Showcase
   ========================================================================== */

.nfa-services-showcase {
    --nfa-services-accent: #2146f3;
    --nfa-services-surface: #f2f2f2;
    --nfa-services-text: #171717;
    --nfa-services-active-text: #ffffff;
    --nfa-services-description: rgba(23, 23, 23, 0.85);
    --nfa-services-description-active: rgba(255, 255, 255, 0.94);
    --nfa-services-arrow-color: #171717;
    --nfa-services-arrow-active: #ffffff;
    --nfa-services-arrow-box: 54px;
    --nfa-services-arrow-icon: 28px;
    --nfa-services-icon-image-width: 100%;
    --nfa-services-arrow-top: 18px;
    --nfa-services-arrow-right: 18px;
    display: grid;
    grid-template-columns: minmax(320px, 1.04fr) minmax(320px, 1fr);
    min-height: 720px;
    background: var(--nfa-services-surface);
    overflow: hidden;
}

.nfa-services-showcase__media {
    position: relative;
    min-height: 100%;
    background: #dadada;
}

.nfa-services-showcase__media-item,
.nfa-services-showcase__media-placeholder {
    position: absolute;
    inset: 0;
}

.nfa-services-showcase__media-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.nfa-services-showcase__media-item.is-active {
    opacity: 1;
    visibility: visible;
}

.nfa-services-showcase__media img,
.nfa-services-showcase__media-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nfa-services-showcase__media-placeholder {
    background: linear-gradient(135deg, #d8d8d8 0%, #f2f2f2 100%);
}

.nfa-services-showcase__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nfa-services-showcase__card {
    position: relative;
    min-height: 360px;
    border-top: 1px solid rgba(33, 70, 243, 0.9);
    border-left: 1px solid rgba(33, 70, 243, 0.9);
    color: var(--nfa-services-text);
    background: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.nfa-services-showcase__card:nth-child(1),
.nfa-services-showcase__card:nth-child(2) {
    border-top: none;
}

.nfa-services-showcase__card:nth-child(odd) {
    border-left: none;
}

.nfa-services-showcase__card-link,
.nfa-services-showcase__card-link:hover,
.nfa-services-showcase__card-link:focus-visible {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.nfa-services-showcase__card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    width: 100%;
    height: 100%;
    padding: 42px 30px 28px;
}

.nfa-services-showcase__copy {
    max-width: 460px;
    margin-top: 0;
    margin-bottom: 0;
}

.nfa-services-showcase__title {
    margin: 0;
    color: inherit;
    font-size: clamp(2rem, 2.1vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.nfa-services-showcase__title a,
.nfa-services-showcase__title a:hover,
.nfa-services-showcase__title a:focus-visible {
    color: inherit;
    text-decoration: none;
}

.nfa-services-showcase__description {
    margin: 18px 0 0;
    color: var(--nfa-services-description);
    font-size: 1.12rem;
    line-height: 1.35;
}

.nfa-services-showcase__meta {
    position: absolute;
    top: var(--nfa-services-arrow-top);
    right: var(--nfa-services-arrow-right);
}

.nfa-services-showcase__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--nfa-services-arrow-box);
    height: var(--nfa-services-arrow-box);
    color: var(--nfa-services-arrow-color);
    text-decoration: none;
}

.nfa-services-showcase__arrow-icon svg {
    width: var(--nfa-services-arrow-icon);
    height: var(--nfa-services-arrow-icon);
    display: block;
}

.nfa-services-showcase__icon-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--nfa-services-icon-image-width);
    max-width: 100%;
}

.nfa-services-showcase__icon-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.nfa-services-showcase__card.is-active,
.nfa-services-showcase__card:hover,
.nfa-services-showcase__card:focus-within {
    background: var(--nfa-services-accent);
    color: var(--nfa-services-active-text);
}

.nfa-services-showcase__card.is-active .nfa-services-showcase__description,
.nfa-services-showcase__card:hover .nfa-services-showcase__description,
.nfa-services-showcase__card:focus-within .nfa-services-showcase__description {
    color: var(--nfa-services-description-active);
}

.nfa-services-showcase__card.is-active .nfa-services-showcase__arrow,
.nfa-services-showcase__card:hover .nfa-services-showcase__arrow,
.nfa-services-showcase__card:focus-within .nfa-services-showcase__arrow {
    color: var(--nfa-services-arrow-active);
}

@media (max-width: 1024px) {
    .nfa-services-showcase {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .nfa-services-showcase__media {
        min-height: 420px;
    }

    .nfa-services-showcase__cards {
        grid-template-columns: 1fr;
    }

    .nfa-services-showcase__card {
        min-height: 0;
        border-left: none;
    }

    .nfa-services-showcase__card:nth-child(2) {
        border-top: 1px solid rgba(33, 70, 243, 0.9);
    }
}

@media (max-width: 767px) {
    .nfa-services-showcase__media {
        min-height: 300px;
    }

    .nfa-services-showcase__card-inner {
        padding: 28px 22px 22px;
    }

    .nfa-services-showcase__title {
        font-size: 1.9rem;
    }

    .nfa-services-showcase__description {
        font-size: 1rem;
    }
}

/* ==========================================================================
   Stats Grid
   ========================================================================== */

.nfa-stats-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.nfa-stats-grid__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.nfa-stats-grid__item {
    padding: 24px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(19, 19, 19, 0.1);
    display: grid;
    row-gap: 8px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nfa-stats-grid__item:hover {
    background: #f8f9fa;
    border-color: #0ea5e9;
    transform: translateY(-2px);
}

.nfa-stats-grid__value {
    color: #131313;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.nfa-stats-grid__label {
    color: rgba(19, 19, 19, 0.55);
    font-weight: 600;
    font-size: 1rem;
}

.nfa-stats-grid__helper {
    color: rgba(19, 19, 19, 0.4);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ==========================================================================
   Pricing Table
   ========================================================================== */

.nfa-pricing-table {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #131313;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nfa-pricing-table:hover {
    transform: translateY(-4px);
}

.nfa-pricing-table__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #ff6b35;
    color: #0f172a;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.15);
}

.nfa-pricing-table__label {
    margin: 0 0 6px 0;
    font-size: 1.4rem;
}

.nfa-pricing-table__description {
    margin: 0;
    color: rgba(19, 19, 19, 0.55);
    line-height: 1.6;
}

.nfa-pricing-table__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.nfa-pricing-table__amount {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.nfa-pricing-table__suffix {
    font-size: 1rem;
    color: rgba(19, 19, 19, 0.4);
}

.nfa-pricing-table__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.nfa-pricing-table__features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(19, 19, 19, 0.55);
    line-height: 1.5;
}

.nfa-pricing-table__features li::before {
    content: '\2713';
    color: #0ea5e9;
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: 1px;
    flex-shrink: 0;
}

.nfa-pricing-table__button {
    align-self: flex-start;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    color: #0f172a;
    background: #ff6b35;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nfa-pricing-table__button:hover,
.nfa-pricing-table__button:focus-visible {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(255, 107, 53, 0.15);
    background: #ff7d4f;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */

.nfa-testimonials {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nfa-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.nfa-testimonials__card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid rgba(19, 19, 19, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nfa-testimonials__card:hover {
    background: #f8f9fa;
    border-color: #0ea5e9;
    transform: translateY(-2px);
}

.nfa-testimonials__avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 2px solid rgba(19, 19, 19, 0.1);
}

.nfa-testimonials__quote {
    margin: 0;
    color: rgba(19, 19, 19, 0.55);
    font-size: 1rem;
    line-height: 1.7;
    font-style: normal;
}

blockquote.nfa-testimonials__quote {
    border: 0;
    padding: 0;
}

.nfa-testimonials__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.nfa-testimonials__name {
    font-weight: 600;
    color: #131313;
}

.nfa-testimonials__role {
    color: rgba(19, 19, 19, 0.4);
    font-size: 0.9rem;
}

.nfa-testimonials__rating {
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #fbbf24;
}

/* ==========================================================================
   Logo Grid
   ========================================================================== */

.nfa-logo-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nfa-logo-grid__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
}

.nfa-logo-grid__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(19, 19, 19, 0.1);
    min-height: 86px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nfa-logo-grid__logo:hover {
    background: #f8f9fa;
    border-color: #0ea5e9;
    transform: translateY(-3px);
}

.nfa-logo-grid__logo img {
    max-width: 140px;
    width: 100%;
    height: auto;
    opacity: 0.7;
    transition: opacity 0.2s ease, filter 0.2s ease;
    filter: grayscale(20%);
}

.nfa-logo-grid__logo:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

.nfa-logo-grid__text {
    color: #131313;
    font-weight: 600;
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */

.nfa-faq {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nfa-faq__items {
    display: grid;
    gap: 12px;
}

.nfa-faq__item {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 22px;
    border: 1px solid rgba(19, 19, 19, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.nfa-faq__item:hover {
    border-color: #0ea5e9;
}

.nfa-faq__item[open] {
    background: #f8f9fa;
    border-color: #0ea5e9;
}

.nfa-faq__question {
    cursor: pointer;
    font-weight: 600;
    color: #131313;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    user-select: none;
}

.nfa-faq__question::after {
    content: '+';
    font-size: 1.2rem;
    color: #0ea5e9;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.08);
}

.nfa-faq__item[open] .nfa-faq__question::after {
    content: '\2212';
    transform: rotate(180deg);
}

.nfa-faq__question::-webkit-details-marker {
    display: none;
}

.nfa-faq__answer {
    margin-top: 14px;
    color: rgba(19, 19, 19, 0.55);
    line-height: 1.7;
}

/* ==========================================================================
   Steps Timeline
   ========================================================================== */

.nfa-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nfa-steps__list {
    display: grid;
    gap: 20px;
}

.nfa-steps--vertical .nfa-steps__list {
    grid-template-columns: 1fr;
}

.nfa-steps--horizontal .nfa-steps__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nfa-steps__item {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(19, 19, 19, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    position: relative;
}

.nfa-steps__item:hover {
    background: #f8f9fa;
    border-color: #0ea5e9;
    transform: translateY(-2px);
}

.nfa-steps__label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    color: #0ea5e9;
    font-weight: 700;
}

.nfa-steps__title {
    margin: 0;
    font-size: 1.1rem;
    color: #131313;
    font-weight: 600;
}

.nfa-steps__description {
    margin: 0;
    color: rgba(19, 19, 19, 0.55);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* ==========================================================================
   Slider (shared)
   ========================================================================== */

.nfa-slider {
    position: relative;
}

.nfa-slider__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nfa-slider__track::-webkit-scrollbar {
    display: none;
}

.nfa-slider__item {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

.nfa-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(19, 19, 19, 0.1);
    background: #131313;
    color: #131313;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgb(15 23 42 / 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    z-index: 2;
}

.nfa-slider__btn--prev {
    left: -16px;
}

.nfa-slider__btn--next {
    right: -16px;
}

.nfa-slider__btn:hover {
    transform: translateY(-50%) scale(1.08);
    background: rgba(255, 255, 255, 0.08);
    border-color: #0ea5e9;
}

.nfa-slider__btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.3);
}

/* ==========================================================================
   Showcase Carousel
   ========================================================================== */

.nfa-showcase {
    position: relative;
}

.nfa-showcase__nav {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    justify-content: flex-end;
}

.nfa-showcase__arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(19, 19, 19, 0.15);
    background: transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.nfa-showcase__arrow:hover {
    background: #131313;
    color: #F4F4F4;
    border-color: #131313;
}

.nfa-showcase__viewport {
    overflow: hidden;
}

.nfa-showcase__track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.nfa-showcase__card {
    flex-shrink: 0;
    position: relative;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.35s ease;
    text-decoration: none;
    display: block;
}

.nfa-showcase__card:hover {
    transform: translateY(-4px);
}

.nfa-showcase__img {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.nfa-showcase__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nfa-showcase__card:hover .nfa-showcase__img img {
    transform: scale(1.08);
}

/* Overlay gradients */
.nfa-showcase__card--overlay-dark .nfa-showcase__img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(19, 19, 19, 0.92) 0%, rgba(19, 19, 19, 0.5) 50%, rgba(19, 19, 19, 0.15) 100%);
    z-index: 1;
}

.nfa-showcase__card--overlay-light .nfa-showcase__img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    z-index: 1;
}

.nfa-showcase__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(244, 244, 244, 0.15);
    backdrop-filter: blur(10px);
    color: #F4F4F4;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 2;
    border: 1px solid rgba(244, 244, 244, 0.1);
}

.nfa-showcase__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 28px;
    z-index: 2;
}

.nfa-showcase__title {
    font-size: 22px;
    font-weight: 700;
    color: #F4F4F4;
    margin-bottom: 12px;
}

.nfa-showcase__desc {
    font-size: 14px;
    color: rgba(244, 244, 244, 0.65);
    line-height: 1.8;
    margin: 0;
}

.nfa-showcase__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.nfa-showcase__tag {
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid rgba(244, 244, 244, 0.12);
    color: rgba(244, 244, 244, 0.6);
    letter-spacing: 0.3px;
}

/* Dots */
.nfa-showcase__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.nfa-showcase__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(19, 19, 19, 0.2);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease, transform 0.3s ease;
}

.nfa-showcase__dot--active {
    background: #131313;
    transform: scale(1.2);
}

.nfa-showcase__dot:hover:not(.nfa-showcase__dot--active) {
    background: rgba(19, 19, 19, 0.4);
}

/* ==========================================================================
   Areas Grid
   ========================================================================== */

.nfa-areas__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Featured first card spans two rows */
.nfa-areas__grid--featured .nfa-areas__card:first-child {
    grid-row: 1 / 3;
}

/* Card base */
.nfa-areas__card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    display: block;
    text-decoration: none;
    color: inherit;
}

a.nfa-areas__card:hover {
    text-decoration: none;
    color: inherit;
}

.nfa-areas__card--shadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.nfa-areas__card--shadow-md {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.nfa-areas__card--shadow-lg {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.nfa-areas__card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Image wrapper */
.nfa-areas__img {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.nfa-areas__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Badge */
.nfa-areas__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #131313;
    color: #F4F4F4;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 3;
}

/* Body */
.nfa-areas__body {
    padding: 24px;
}

.nfa-areas__title {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #131313;
}

.nfa-areas__desc {
    font-size: 14px;
    color: rgba(19, 19, 19, 0.55);
    line-height: 1.7;
    margin: 0;
}

/* ── Featured card (first-child full-cover overlay) ──────────────── */
.nfa-areas__card--featured {
    position: relative;
}

.nfa-areas__card--featured .nfa-areas__img {
    position: absolute;
    inset: 0;
    height: 100%;
    z-index: 0;
}

.nfa-areas__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.nfa-areas__card--featured .nfa-areas__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 32px 28px;
}

.nfa-areas__card--featured .nfa-areas__title {
    color: #F4F4F4;
    font-size: 24px;
    margin-bottom: 12px;
}

.nfa-areas__card--featured .nfa-areas__desc {
    color: rgba(244, 244, 244, 0.65);
    font-size: 14px;
    line-height: 1.8;
}

.nfa-areas__card--featured .nfa-areas__badge {
    background: rgba(244, 244, 244, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(244, 244, 244, 0.1);
    z-index: 2;
}

/* ==========================================================================
   Journey Process
   ========================================================================== */

.nfa-journey__steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    position: relative;
}

.nfa-journey__steps--line::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 48px;
    right: 48px;
    height: 2px;
    background: linear-gradient(90deg, #131313, rgba(19, 19, 19, 0.08));
    z-index: 0;
}

.nfa-journey__step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.nfa-journey__number {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 2px solid #131313;
    background: #ffffff;
    color: #131313;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.nfa-journey__step:hover .nfa-journey__number {
    background: #131313;
    color: #f4f4f4;
    box-shadow: 0 8px 24px rgba(19, 19, 19, 0.2);
    transform: scale(1.05);
}

.nfa-journey__step-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #131313;
}

.nfa-journey__step-description {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(19, 19, 19, 0.45);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 900px) {
    .nfa-feature-list__items,
    .nfa-stats-grid__items,
    .nfa-testimonials__grid,
    .nfa-logo-grid__items,
    .nfa-steps--horizontal .nfa-steps__list {
        grid-template-columns: 1fr;
    }

    .nfa-journey__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nfa-journey__steps--line::before {
        display: none;
    }

    .nfa-areas__grid--featured .nfa-areas__card:first-child {
        grid-row: auto;
    }

    /* Reset featured card to normal card style on mobile */
    .nfa-areas__card--featured .nfa-areas__img {
        position: relative;
        inset: auto;
        height: 200px;
    }

    .nfa-areas__card--featured .nfa-areas__overlay {
        display: none;
    }

    .nfa-areas__card--featured .nfa-areas__body {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 24px;
    }

    .nfa-areas .nfa-areas__card--featured .nfa-areas__title {
        color: #131313 !important;
        font-size: 19px !important;
        margin-bottom: 8px;
    }

    .nfa-areas .nfa-areas__card--featured .nfa-areas__desc {
        color: rgba(19, 19, 19, 0.55) !important;
        font-size: 14px;
        line-height: 1.7;
    }

    .nfa-areas .nfa-areas__card--featured .nfa-areas__badge {
        background: #131313 !important;
        color: #F4F4F4 !important;
        backdrop-filter: none;
        border: none !important;
    }
}

@media (max-width: 640px) {
    .nfa-journey__steps {
        grid-template-columns: 1fr;
    }

    .nfa-slider__btn--prev {
        left: -8px;
    }

    .nfa-slider__btn--next {
        right: -8px;
    }
}

/* =========================================================
   Team Member Widget
   ========================================================= */
.nfa-team__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(var(--nfa-team-cols, 3), 1fr);
}

.nfa-team__card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    transition: box-shadow 0.3s ease, transform 0.25s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.nfa-team__card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    transform: translateY(-4px);
}

.nfa-team__card--layout-left {
    display: flex;
    text-align: left;
}

.nfa-team__card--layout-left .nfa-team__photo {
    flex: 0 0 140px;
    height: auto;
}

.nfa-team__photo {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.nfa-team__card--layout-circle .nfa-team__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 24px auto 0;
}

.nfa-team__body {
    padding: 20px;
}

.nfa-team__name {
    margin: 0 0 4px;
    font-size: 1.15em;
    font-weight: 600;
    color: #131313;
}

.nfa-team__role {
    font-size: .875em;
    color: rgba(19,19,19,.55);
    margin-bottom: 10px;
}

.nfa-team__bio {
    font-size: .9em;
    color: rgba(19,19,19,.7);
    line-height: 1.6;
    margin-bottom: 14px;
}

.nfa-team__social {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.nfa-team__card--layout-left .nfa-team__social {
    justify-content: flex-start;
}

.nfa-team__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(19,19,19,.06);
    color: #131313;
    font-size: 15px;
    transition: background .25s, color .25s;
    text-decoration: none;
}

.nfa-team__social a:hover {
    background: #0ea5e9;
    color: #fff;
}

@media (max-width: 767px) {
    .nfa-team__grid {
        grid-template-columns: 1fr;
    }
    .nfa-team__card--layout-left {
        flex-direction: column;
        text-align: center;
    }
    .nfa-team__card--layout-left .nfa-team__photo {
        flex: none;
        width: 100%;
        height: 200px;
    }
    .nfa-team__card--layout-left .nfa-team__social {
        justify-content: center;
    }
}

/* =========================================================
   CTA Banner Widget
   ========================================================= */
.nfa-cta-banner {
    border-radius: 16px;
    padding: 48px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.nfa-cta-banner--left {
    text-align: left;
}

.nfa-cta-banner--side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 32px;
}

.nfa-cta-banner__icon {
    font-size: 40px;
    margin-bottom: 16px;
    display: inline-block;
}

.nfa-cta-banner__kicker {
    display: inline-block;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 10px;
    opacity: .75;
}

.nfa-cta-banner__title {
    margin: 0 0 14px;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.25;
}

.nfa-cta-banner__desc {
    font-size: 1.05em;
    line-height: 1.6;
    opacity: .85;
    max-width: 640px;
    margin: 0 auto 24px;
}

.nfa-cta-banner--left .nfa-cta-banner__desc,
.nfa-cta-banner--side .nfa-cta-banner__desc {
    margin-left: 0;
}

.nfa-cta-banner__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.nfa-cta-banner--center .nfa-cta-banner__actions {
    justify-content: center;
}

.nfa-cta-banner__btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: .95em;
    text-decoration: none;
    transition: opacity .25s, transform .15s;
    border: none;
    cursor: pointer;
}

.nfa-cta-banner__btn:hover {
    opacity: .88;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .nfa-cta-banner {
        padding: 32px 24px;
    }
    .nfa-cta-banner--side {
        flex-direction: column;
        text-align: center;
    }
    .nfa-cta-banner--side .nfa-cta-banner__actions {
        justify-content: center;
    }
}

/* =========================================================
   Content Tabs Widget
   ========================================================= */
.nfa-tabs {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nfa-tabs--vertical {
    flex-direction: row;
    gap: 24px;
}

.nfa-tabs__nav {
    display: flex;
    gap: 4px;
    border-bottom: 2px solid rgba(19,19,19,.08);
    padding-bottom: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nfa-tabs--vertical .nfa-tabs__nav {
    flex-direction: column;
    border-bottom: none;
    border-right: 2px solid rgba(19,19,19,.08);
    padding-right: 0;
    padding-bottom: 0;
    min-width: 180px;
    overflow-x: visible;
}

.nfa-tabs__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-weight: 500;
    font-size: .95em;
    background: transparent;
    border: none;
    color: rgba(19,19,19,.55);
    cursor: pointer;
    white-space: nowrap;
    transition: color .2s, background .2s;
    border-radius: 8px 8px 0 0;
}

.nfa-tabs--vertical .nfa-tabs__btn {
    border-radius: 8px 0 0 8px;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
}

.nfa-tabs__btn:hover {
    color: #131313;
    background: rgba(19,19,19,.03);
}

.nfa-tabs__btn--active {
    color: #0ea5e9;
    background: rgba(14,165,233,.08);
}

.nfa-tabs__btn--active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #0ea5e9;
    border-radius: 3px 3px 0 0;
}

.nfa-tabs--vertical .nfa-tabs__btn--active::after {
    bottom: auto;
    top: 0;
    left: auto;
    right: -2px;
    width: 3px;
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.nfa-tabs__btn--icon-top {
    flex-direction: column;
}

.nfa-tabs__btn-icon {
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nfa-tabs__panels {
    flex: 1;
}

.nfa-tabs__panel {
    display: none;
    padding: 24px;
    color: rgba(19,19,19,.7);
    line-height: 1.7;
    border-radius: 0 0 12px 12px;
}

.nfa-tabs--vertical .nfa-tabs__panel {
    border-radius: 0 12px 12px 0;
}

.nfa-tabs__panel--active {
    display: block;
}

@media (max-width: 767px) {
    .nfa-tabs--vertical {
        flex-direction: column;
    }
    .nfa-tabs--vertical .nfa-tabs__nav {
        flex-direction: row;
        border-right: none;
        border-bottom: 2px solid rgba(19,19,19,.08);
        min-width: 0;
        overflow-x: auto;
    }
    .nfa-tabs--vertical .nfa-tabs__btn {
        border-radius: 8px 8px 0 0;
    }
    .nfa-tabs--vertical .nfa-tabs__btn--active::after {
        bottom: -2px;
        top: auto;
        right: 0;
        left: 0;
        width: auto;
        height: 3px;
        border-radius: 3px 3px 0 0;
    }
    .nfa-tabs--vertical .nfa-tabs__panel {
        border-radius: 0 0 12px 12px;
    }
}

/* =========================================================
   Image Comparison Widget
   ========================================================= */
.nfa-compare {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    user-select: none;
    touch-action: none;
    cursor: col-resize;
    line-height: 0;
}

.nfa-compare--vertical {
    cursor: row-resize;
}

.nfa-compare__before,
.nfa-compare__after {
    position: relative;
    width: 100%;
}

.nfa-compare__before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    overflow: hidden;
}

.nfa-compare__before img,
.nfa-compare__after img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.nfa-compare__label {
    position: absolute;
    bottom: 16px;
    padding: 4px 14px;
    font-size: .8em;
    font-weight: 600;
    color: #fff;
    background: rgba(0,0,0,.55);
    border-radius: 6px;
    z-index: 5;
    pointer-events: none;
    transition: opacity .3s;
}

.nfa-compare__label--before {
    left: 16px;
}

.nfa-compare__label--after {
    right: 16px;
}

.nfa-compare--vertical .nfa-compare__label--before {
    top: 16px;
    bottom: auto;
    left: 16px;
}

.nfa-compare--vertical .nfa-compare__label--after {
    bottom: 16px;
    right: auto;
    left: 16px;
}

.nfa-compare--hover-labels .nfa-compare__label {
    opacity: 0;
}

.nfa-compare--hover-labels:hover .nfa-compare__label {
    opacity: 1;
}

.nfa-compare__slider {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nfa-compare--horizontal .nfa-compare__slider {
    flex-direction: column;
    width: 0;
}

.nfa-compare--vertical .nfa-compare__slider {
    top: auto;
    left: 0;
    right: 0;
    flex-direction: row;
    height: 0;
}

.nfa-compare__line {
    position: absolute;
}

.nfa-compare--horizontal .nfa-compare__line {
    width: 3px;
    top: 0;
    bottom: 0;
    background: #fff;
}

.nfa-compare--vertical .nfa-compare__line {
    height: 3px;
    left: 0;
    right: 0;
    background: #fff;
}

.nfa-compare__handle {
    position: relative;
    z-index: 11;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    color: #131313;
    cursor: inherit;
    flex-shrink: 0;
}

.nfa-compare__handle svg {
    width: 14px;
    height: 14px;
}

/* =========================================================
   Countdown Timer Widget
   ========================================================= */
.nfa-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.nfa-countdown__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-width: 80px;
    border-radius: 12px;
    background: rgba(19,19,19,.04);
    transition: transform .25s, box-shadow .25s;
    position: relative;
}

.nfa-countdown__block:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
}

.nfa-countdown__digit {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.1;
    color: #131313;
    font-variant-numeric: tabular-nums;
}

.nfa-countdown__label {
    font-size: .8em;
    font-weight: 500;
    color: rgba(19,19,19,.55);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 8px;
}

.nfa-countdown__sep {
    font-size: 2em;
    font-weight: 700;
    color: rgba(19,19,19,.3);
    line-height: 1;
    align-self: flex-start;
    padding-top: 20px;
}

/* Inline variant */
.nfa-countdown--inline .nfa-countdown__block {
    background: transparent;
    padding: 10px 6px;
    min-width: auto;
    border-radius: 0;
}

.nfa-countdown--inline .nfa-countdown__block:hover {
    transform: none;
    box-shadow: none;
}

/* Circle variant */
.nfa-countdown__block--circle {
    position: relative;
    background: transparent;
    padding: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.nfa-countdown__block--circle:hover {
    transform: none;
    box-shadow: none;
}

.nfa-countdown__ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nfa-countdown__progress {
    transition: stroke-dashoffset .6s ease;
}

.nfa-countdown__block--circle .nfa-countdown__digit {
    font-size: 1.6em;
}

.nfa-countdown__block--circle .nfa-countdown__label {
    font-size: .65em;
    margin-top: 2px;
}

.nfa-countdown__expiry {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    color: #131313;
    padding: 24px;
}

@media (max-width: 480px) {
    .nfa-countdown__digit {
        font-size: 1.8em;
    }
    .nfa-countdown__block {
        min-width: 60px;
        padding: 14px;
    }
    .nfa-countdown__block--circle {
        width: 80px;
        height: 80px;
    }
    .nfa-countdown__block--circle .nfa-countdown__digit {
        font-size: 1.2em;
    }
}

/* ==========================================================================
   Tooltip Extension
   ========================================================================== */

.nfa-tooltip {
    position: absolute;
    z-index: 99999;
    max-width: 260px;
    padding: 8px 14px;
    border-radius: 6px;
    background: #1e293b;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    white-space: normal;
    word-wrap: break-word;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nfa-tooltip--visible {
    opacity: 1;
    visibility: visible;
}

/* Arrow */
.nfa-tooltip::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
}

.nfa-tooltip--no-arrow::after {
    display: none;
}

/* Position: top (default) */
.nfa-tooltip--top {
    transform: translateY(6px);
}

.nfa-tooltip--top.nfa-tooltip--visible {
    transform: translateY(0);
}

.nfa-tooltip--top::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top-color: inherit;
}

/* Position: bottom */
.nfa-tooltip--bottom {
    transform: translateY(-6px);
}

.nfa-tooltip--bottom.nfa-tooltip--visible {
    transform: translateY(0);
}

.nfa-tooltip--bottom::after {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-color: inherit;
}

/* Position: left */
.nfa-tooltip--left {
    transform: translateX(6px);
}

.nfa-tooltip--left.nfa-tooltip--visible {
    transform: translateX(0);
}

.nfa-tooltip--left::after {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-left-color: inherit;
}

/* Position: right */
.nfa-tooltip--right {
    transform: translateX(-6px);
}

.nfa-tooltip--right.nfa-tooltip--visible {
    transform: translateX(0);
}

.nfa-tooltip--right::after {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-right-color: inherit;
}

/* ==========================================================================
   Wrapper Link Extension
   ========================================================================== */

[data-nfa-wrapper-link] {
    cursor: pointer;
    position: relative;
}

[data-nfa-wrapper-link]:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* ==========================================================================
   Hamburger Menu Widget
   ========================================================================== */

.nfa-hamburger__toggle-wrap {
    display: flex;
}

.nfa-hamburger__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Icon: Bars */
.nfa-hamburger__icon--bars {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 1em;
}

.nfa-hamburger__icon--bars span {
    display: block;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Icon: Dots */
.nfa-hamburger__icon--dots {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    width: 1em;
}

.nfa-hamburger__icon--dots span {
    display: block;
    width: 5px;
    height: 5px;
    background: currentColor;
    border-radius: 50%;
}

/* Icon: Grid */
.nfa-hamburger__icon--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    width: 1em;
}

.nfa-hamburger__icon--grid span {
    display: block;
    width: 7px;
    height: 7px;
    background: currentColor;
    border-radius: 2px;
}

/* Overlay */
.nfa-hamburger__overlay {
    position: fixed;
    inset: 0;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.nfa-hamburger--open .nfa-hamburger__overlay {
    opacity: 1;
    visibility: visible;
}

/* Panel */
.nfa-hamburger__panel {
    position: fixed;
    z-index: 99999;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease;
    visibility: hidden;
}

.nfa-hamburger__panel--left {
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
}

.nfa-hamburger__panel--right {
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
}

.nfa-hamburger__panel--top {
    top: 0;
    left: 0;
    right: 0;
    max-height: 80vh;
    transform: translateY(-100%);
}

.nfa-hamburger--open .nfa-hamburger__panel {
    transform: translate(0);
    visibility: visible;
}

/* Panel header */
.nfa-hamburger__panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.nfa-hamburger__logo {
    max-height: 40px;
    width: auto;
}

.nfa-hamburger__close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    transition: color 0.2s ease;
    margin-left: auto;
}

/* Menu list */
.nfa-hamburger__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nfa-hamburger__item--separated {
    border-bottom: 1px solid #e2e8f0;
}

.nfa-hamburger__link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nfa-hamburger__link-icon {
    flex-shrink: 0;
    font-size: 1.1em;
}

.nfa-hamburger__arrow {
    margin-left: auto;
    font-size: 12px;
    transition: transform 0.25s ease;
}

.nfa-hamburger__item--sub-open > .nfa-hamburger__link .nfa-hamburger__arrow {
    transform: rotate(180deg);
}

/* Sub-menu */
.nfa-hamburger__sub-list {
    list-style: none;
    margin: 0;
    padding: 4px 0 4px 24px;
    display: none;
}

.nfa-hamburger__item--sub-open > .nfa-hamburger__sub-list {
    display: block;
}

.nfa-hamburger__sub-link {
    display: block;
    padding: 6px 0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

/* ==========================================================================
   Advanced Form Widget
   ========================================================================== */

.nfa-form__fields {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.nfa-form__col--100 { width: 100%; }
.nfa-form__col--75  { width: calc(75% - 8px); }
.nfa-form__col--66  { width: calc(66.666% - 8px); }
.nfa-form__col--50  { width: calc(50% - 8px); }
.nfa-form__col--33  { width: calc(33.333% - 8px); }
.nfa-form__col--25  { width: calc(25% - 12px); }
.nfa-form__col--hidden { display: none; }

.nfa-form__label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
}

.nfa-form__required {
    color: #ef4444;
    margin-left: 2px;
}

.nfa-form__input,
.nfa-form__select,
.nfa-form__textarea {
    display: block;
    width: 100%;
    border: 1px solid #cbd5e1;
    font-size: 14px;
    line-height: 1.5;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    box-sizing: border-box;
}

.nfa-form__input:focus,
.nfa-form__select:focus,
.nfa-form__textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.nfa-form__input--file {
    padding: 8px;
    border-style: dashed;
}

.nfa-form__textarea {
    resize: vertical;
    min-height: 100px;
}

.nfa-form__choice-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nfa-form__choice {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
}

.nfa-form__choice input {
    accent-color: #6366f1;
    width: 16px;
    height: 16px;
}

.nfa-form__field-error {
    display: block;
    font-size: 12px;
    color: #ef4444;
    min-height: 18px;
    margin-top: 4px;
}

.nfa-form__actions {
    display: flex;
    margin-top: 20px;
}

.nfa-form__submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.nfa-form__submit:hover {
    transform: translateY(-1px);
}

.nfa-form__submit:active {
    transform: translateY(0);
}

.nfa-form__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.nfa-form__spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: nfa-spin 0.6s linear infinite;
}

@keyframes nfa-spin {
    to { transform: rotate(360deg); }
}

.nfa-form__msg {
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
}

.nfa-form__msg--success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.nfa-form__msg--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.nfa-form__input--invalid,
.nfa-form__select--invalid,
.nfa-form__textarea--invalid {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
}

@media (max-width: 767px) {
    .nfa-form__col--75,
    .nfa-form__col--66,
    .nfa-form__col--50,
    .nfa-form__col--33,
    .nfa-form__col--25 {
        width: 100%;
    }
}

/* Submissions admin badges */
.nfa-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.nfa-badge--blue {
    background: #eef2ff;
    color: #4f46e5;
}

.nfa-badge--gray {
    background: #f1f5f9;
    color: #64748b;
}

.nfa-sub-row--unread td {
    background: #fafbff;
    font-weight: 500;
}

/* ==========================================================================
   Numbered Cards
   ========================================================================== */

.nfa-ncards {
    position: relative;
}

/* ── Grid Layout ─────────────────────────────────────────────────────── */

.nfa-ncards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.nfa-ncards__card {
    background: #e8e4de;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.25s ease;
}

.nfa-ncards--grid .nfa-ncards__card:hover {
    transform: translateY(-4px);
}

.nfa-ncards__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.nfa-ncards__number {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    color: #3b3a2f;
    font-style: italic;
}

.nfa-ncards__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #3b3a2f;
    line-height: 1;
}

.nfa-ncards__icon svg {
    width: 28px;
    height: 28px;
}

.nfa-ncards__image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.nfa-ncards__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nfa-ncards__body {
    flex: 1;
}

.nfa-ncards__title {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #3b3a2f;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.nfa-ncards__desc {
    font-size: 0.9rem;
    color: #3b3a2f;
    line-height: 1.6;
    margin: 0;
    opacity: 0.85;
}

/* ── Steps Layout ─────────────────────────────────────────────────────── */

.nfa-ncards--steps .nfa-ncards__card--step {
    background: #ffffff;
    border: 1px solid #e8e4de;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.25s ease;
}

.nfa-ncards--steps .nfa-ncards__card--step:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* Accent border pseudo-element */
.nfa-ncards--steps .nfa-ncards__card--step::before {
    content: '';
    position: absolute;
    background-color: #b8976a;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.nfa-ncards--steps .nfa-ncards__card--step:hover::before {
    opacity: 1;
}

/* Accent positions */
.nfa-ncards-accent--left .nfa-ncards__card--step::before {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

.nfa-ncards-accent--right .nfa-ncards__card--step::before {
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
}

.nfa-ncards-accent--top .nfa-ncards__card--step::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.nfa-ncards-accent--bottom .nfa-ncards__card--step::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.nfa-ncards-accent--none .nfa-ncards__card--step::before {
    display: none;
}

/* Badge (icon circle) */
.nfa-ncards__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #1e3a5f;
    color: #ffffff;
    font-size: 22px;
    flex-shrink: 0;
    margin-bottom: 14px;
    line-height: 1;
}

.nfa-ncards__badge svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.nfa-ncards__badge--img {
    background: transparent;
    overflow: hidden;
}

.nfa-ncards__badge--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Step label */
.nfa-ncards__step-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #b8976a;
    margin-bottom: 8px;
    display: block;
}

/* Step title */
.nfa-ncards__step-title {
    color: #1e3a5f;
    margin: 0 0 14px 0;
}

/* Divider */
.nfa-ncards__divider {
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background-color: #1e3a5f;
    margin-bottom: 16px;
}

/* Step description */
.nfa-ncards__step-desc {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #666666;
    margin: 0;
}

/* ── Carousel Layout ─────────────────────────────────────────────────── */

.nfa-ncards--carousel {
    overflow: hidden;
    position: relative;
}

.nfa-ncards__viewport {
    overflow: hidden;
}

.nfa-ncards__track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.nfa-ncards--carousel.is-dragging .nfa-ncards__track {
    cursor: grabbing;
}

.nfa-ncards--carousel .nfa-ncards__card {
    flex: 0 0 calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.nfa-ncards--carousel .nfa-ncards__header {
    margin-bottom: 20px;
    min-height: 90px;
}

.nfa-ncards--carousel .nfa-ncards__number {
    font-size: 3rem;
}

/* ── Nav Container (bottom positions) ────────────────────────────────── */

.nfa-ncards__nav {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.nfa-ncards--nav-bottom-right .nfa-ncards__nav {
    justify-content: flex-end;
}

.nfa-ncards--nav-bottom-left .nfa-ncards__nav {
    justify-content: flex-start;
}

.nfa-ncards--nav-bottom-center .nfa-ncards__nav {
    justify-content: center;
}

.nfa-ncards--nav-top-right .nfa-ncards__nav,
.nfa-ncards--nav-top-left .nfa-ncards__nav,
.nfa-ncards--nav-top-center .nfa-ncards__nav {
    margin-top: 0;
    margin-bottom: 20px;
    order: -1;
}

.nfa-ncards--nav-top-right .nfa-ncards__nav {
    justify-content: flex-end;
}

.nfa-ncards--nav-top-left .nfa-ncards__nav {
    justify-content: flex-start;
}

.nfa-ncards--nav-top-center .nfa-ncards__nav {
    justify-content: center;
}

/* Make sure top nav actually appears above viewport via flex order */
.nfa-ncards--nav-top-right,
.nfa-ncards--nav-top-left,
.nfa-ncards--nav-top-center {
    display: flex;
    flex-direction: column;
}

/* ── Sides (overlay) Nav ─────────────────────────────────────────────── */

.nfa-ncards--nav-sides {
    position: relative;
}

.nfa-ncards__arrow--side {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.nfa-ncards__arrow--side.nfa-ncards__arrow--prev {
    left: -48px;
}

.nfa-ncards__arrow--side.nfa-ncards__arrow--next {
    right: -48px;
}

@media (max-width: 1200px) {
    .nfa-ncards__arrow--side.nfa-ncards__arrow--prev {
        left: 8px;
    }
    .nfa-ncards__arrow--side.nfa-ncards__arrow--next {
        right: 8px;
    }
}

/* ── Arrow Buttons ───────────────────────────────────────────────────── */

.nfa-ncards__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    padding: 0;
}

.nfa-ncards__arrow:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.08);
}

.nfa-ncards__arrow--side:hover {
    transform: translateY(-50%) scale(1.08);
}

.nfa-ncards__arrow svg {
    width: 16px;
    height: 16px;
}

/* ── Dots ─────────────────────────────────────────────────────────────── */

.nfa-ncards__dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
    padding: 4px 0;
}

.nfa-ncards__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.nfa-ncards__dot:hover {
    transform: scale(1.3);
}

.nfa-ncards__dot.is-active {
    background-color: #ffffff;
    transform: scale(1.2);
}

/* ── Responsive ──────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .nfa-ncards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .nfa-ncards__grid {
        grid-template-columns: 1fr;
    }

    .nfa-ncards__number {
        font-size: 2rem;
    }

    .nfa-ncards--carousel .nfa-ncards__number {
        font-size: 2.2rem;
    }
}

/* =====================================================================
   VIDEO TESTIMONIALS WIDGET
   ===================================================================== */

.nfa-vtestimonials {
    position: relative;
}

/* ── Grid Layout ─────────────────────────────────────────────────────── */

.nfa-vtestimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* ── Card ────────────────────────────────────────────────────────────── */

.nfa-vtestimonials__card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
    cursor: pointer;
}

/* Hover lift */
.nfa-vtestimonials--lift .nfa-vtestimonials__card:hover {
    transform: translateY(-6px);
}

/* ── Thumbnail ───────────────────────────────────────────────────────── */

.nfa-vtestimonials__thumb {
    position: relative;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}

.nfa-vtestimonials__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Thumbnail zoom on hover */
.nfa-vtestimonials--thumb-zoom .nfa-vtestimonials__card:hover .nfa-vtestimonials__thumb img {
    transform: scale(1.08);
}

/* Dark overlay */
.nfa-vtestimonials__thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: background 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

.nfa-vtestimonials__card:hover .nfa-vtestimonials__thumb::after {
    background: rgba(0, 0, 0, 0.45);
}

/* ── Play Button ─────────────────────────────────────────────────────── */

.nfa-vtestimonials__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.35s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 0;
}

.nfa-vtestimonials__play svg {
    width: 20px;
    height: 20px;
    fill: #1a1a2e;
    margin-left: 2px; /* optical center for play triangle */
}

.nfa-vtestimonials__card:hover .nfa-vtestimonials__play {
    transform: translate(-50%, -50%) scale(1.15);
    background-color: #ffffff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

/* ── Duration Badge ──────────────────────────────────────────────────── */

.nfa-vtestimonials__duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

/* ── Content ─────────────────────────────────────────────────────────── */

.nfa-vtestimonials__content {
    padding: 16px 16px 4px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Rating */
.nfa-vtestimonials__rating {
    color: #fbbf24;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

/* Quote */
.nfa-vtestimonials__quote {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 12px 0;
    flex: 1;
}

/* Author Row */
.nfa-vtestimonials__author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 10px;
}

.nfa-vtestimonials__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.nfa-vtestimonials__author-info {
    min-width: 0;
}

.nfa-vtestimonials__name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nfa-vtestimonials__role {
    font-size: 0.8rem;
    color: #888888;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Lightbox ────────────────────────────────────────────────────────── */

.nfa-vtestimonials-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.nfa-vtestimonials-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.nfa-vtestimonials-lightbox__inner {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.35s ease;
}

.nfa-vtestimonials-lightbox.is-open .nfa-vtestimonials-lightbox__inner {
    transform: scale(1);
}

.nfa-vtestimonials-lightbox__inner iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.nfa-vtestimonials-lightbox__media {
    width: 100%;
    height: 100%;
}

.nfa-vtestimonials-lightbox__media iframe,
.nfa-vtestimonials-lightbox__media video {
    width: 100%;
    height: 100%;
    border: 0;
}

.nfa-vtestimonials-lightbox__close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
    padding: 0;
    line-height: 1;
}

.nfa-vtestimonials-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Inline video embed replace */
.nfa-vtestimonials__thumb--playing {
    position: relative;
}

.nfa-vtestimonials__thumb--playing iframe,
.nfa-vtestimonials__thumb--playing video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 5;
    object-fit: cover;
}

/* Hide default browser controls on our custom-controlled videos */
.nfa-vtestimonials__thumb--playing video::-webkit-media-controls,
.nfa-vtestimonials__reel-card video::-webkit-media-controls {
    display: none !important;
}

/* Reel card playing state */
.nfa-vtestimonials__reel-card.is-playing .nfa-vtestimonials__reel-play {
    display: none;
}

.nfa-vtestimonials__reel-card.is-playing .nfa-vtestimonials__reel-img {
    visibility: hidden;
}

.nfa-vtestimonials__reel-card.is-playing .nfa-vtestimonials__reel-controls {
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.nfa-vtestimonials__reel-card.is-playing:hover .nfa-vtestimonials__reel-controls {
    opacity: 1;
    pointer-events: auto;
}

.nfa-vtestimonials__reel-card.is-playing::after {
    background: transparent;
}

/* ── Carousel Layout ─────────────────────────────────────────────────── */

.nfa-vtestimonials--carousel {
    overflow: hidden;
    position: relative;
}

.nfa-vtestimonials__viewport {
    overflow: hidden;
}

.nfa-vtestimonials__track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.nfa-vtestimonials--carousel.is-dragging .nfa-vtestimonials__track {
    cursor: grabbing;
}

.nfa-vtestimonials--carousel .nfa-vtestimonials__card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-height: 0;
}

/* ── Nav Container (bottom positions) ────────────────────────────────── */

.nfa-vtestimonials__nav {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.nfa-vtestimonials--nav-bottom-right .nfa-vtestimonials__nav {
    justify-content: flex-end;
}

.nfa-vtestimonials--nav-bottom-left .nfa-vtestimonials__nav {
    justify-content: flex-start;
}

.nfa-vtestimonials--nav-bottom-center .nfa-vtestimonials__nav {
    justify-content: center;
}

.nfa-vtestimonials--nav-top-right .nfa-vtestimonials__nav,
.nfa-vtestimonials--nav-top-left .nfa-vtestimonials__nav,
.nfa-vtestimonials--nav-top-center .nfa-vtestimonials__nav {
    margin-top: 0;
    margin-bottom: 20px;
    order: -1;
}

.nfa-vtestimonials--nav-top-right .nfa-vtestimonials__nav {
    justify-content: flex-end;
}

.nfa-vtestimonials--nav-top-left .nfa-vtestimonials__nav {
    justify-content: flex-start;
}

.nfa-vtestimonials--nav-top-center .nfa-vtestimonials__nav {
    justify-content: center;
}

.nfa-vtestimonials--nav-top-right,
.nfa-vtestimonials--nav-top-left,
.nfa-vtestimonials--nav-top-center {
    display: flex;
    flex-direction: column;
}

/* ── Sides (overlay) Nav ─────────────────────────────────────────────── */

.nfa-vtestimonials--nav-sides {
    position: relative;
}

.nfa-vtestimonials__arrow--side {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.nfa-vtestimonials__arrow--side.nfa-vtestimonials__arrow--prev {
    left: -48px;
}

.nfa-vtestimonials__arrow--side.nfa-vtestimonials__arrow--next {
    right: -48px;
}

@media (max-width: 1200px) {
    .nfa-vtestimonials__arrow--side.nfa-vtestimonials__arrow--prev {
        left: 8px;
    }
    .nfa-vtestimonials__arrow--side.nfa-vtestimonials__arrow--next {
        right: 8px;
    }
}

/* ── Arrow Buttons ───────────────────────────────────────────────────── */

.nfa-vtestimonials__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid #e0e0e0;
    background: #ffffff;
    color: #1a1a2e;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
    padding: 0;
}

.nfa-vtestimonials__arrow:hover {
    background-color: #1a1a2e;
    border-color: #1a1a2e;
    color: #ffffff;
    transform: scale(1.08);
}

.nfa-vtestimonials__arrow--side:hover {
    transform: translateY(-50%) scale(1.08);
}

.nfa-vtestimonials__arrow svg {
    width: 16px;
    height: 16px;
}

/* ── Dots ─────────────────────────────────────────────────────────────── */

.nfa-vtestimonials__dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
    padding: 4px 0;
}

.nfa-vtestimonials__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: #d1d5db;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.nfa-vtestimonials__dot:hover {
    transform: scale(1.3);
}

.nfa-vtestimonials__dot.is-active {
    background-color: #1a1a2e;
    transform: scale(1.2);
}

/* ==========================================================================
   Reel Layout
   ========================================================================== */

.nfa-vtestimonials__reel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

/* ── Reel Card ───────────────────────────────────────────────────────── */

.nfa-vtestimonials__reel-card {
    position: relative;
    aspect-ratio: 9 / 16;
    border-radius: .5rem;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    display: block;
    padding: 0 !important;
}

.nfa-vtestimonials__reel-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .2);
    transition: background-color 150ms cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;
    z-index: 1;
}

.nfa-vtestimonials__reel-card:hover::after {
    background: rgb(0 0 0 / .3);
}


.nfa-vtestimonials__reel-video::-webkit-media-controls {
    display: none !important;
}

/* ── Reel Play Button (centered) ─────────────────────────────────────── */

.nfa-vtestimonials__reel-play {
    position: absolute;
    inset: auto;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: none;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 150ms cubic-bezier(.4, 0, .2, 1), background-color 150ms cubic-bezier(.4, 0, .2, 1), border-color 150ms cubic-bezier(.4, 0, .2, 1), fill 150ms cubic-bezier(.4, 0, .2, 1), stroke 150ms cubic-bezier(.4, 0, .2, 1);
    padding: 0;
}

.nfa-vtestimonials__reel-play svg {
    width: 2rem;
    height: 2rem;
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
    margin-left: 0;
    background-color: rgb(0 0 0 / .5);
    border-radius: 9999px;
    padding: .75rem;
    box-sizing: content-box;
}

/* ── Reel Bottom Controls ────────────────────────────────────────────── */

.nfa-vtestimonials__reel-controls {
    position: absolute;
    right: .5rem;
    left: .5rem;
    bottom: .5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .25rem;
}

.nfa-vtestimonials__reel-ctrl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: #00000080;
    color: #ffffff;
    transition: color 150ms cubic-bezier(.4, 0, .2, 1), background-color 150ms cubic-bezier(.4, 0, .2, 1), border-color 150ms cubic-bezier(.4, 0, .2, 1), fill 150ms cubic-bezier(.4, 0, .2, 1), stroke 150ms cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
}

.nfa-vtestimonials__reel-ctrl:hover {
    background: #00000080;
}

.nfa-vtestimonials__reel-ctrl svg {
    width: 1rem;
    height: 1rem;
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
}

/* ── Responsive ──────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .nfa-vtestimonials__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nfa-vtestimonials__reel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .nfa-vtestimonials__grid {
        grid-template-columns: 1fr;
    }

    .nfa-vtestimonials__thumb {
        height: 180px;
    }

    .nfa-vtestimonials__reel {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin-inline: auto;
    }

    .nfa-vtestimonials--reel-carousel .nfa-vtestimonials__reel-card {
        aspect-ratio: 9 / 16 !important;
    }
}
