/**
 * Premium home layout — scoped under .fc-home-modern only.
 * GSAP-driven animations + modern construction aesthetic.
 */

.fc-home-modern {
    --fc-navy: #030f27;
    --fc-navy-2: #0a1f45;
    --fc-navy-3: #152a52;
    --fc-gold: #fdbe33;
    --fc-gold-soft: rgba(253, 190, 51, 0.22);
    --fc-gold-glow: rgba(253, 190, 51, 0.35);
    --fc-muted: #5c6577;
    --fc-surface: #fafbfc;
    --fc-radius-xl: 20px;
    --fc-radius-lg: 16px;
    --fc-shadow: 0 8px 40px rgba(3, 15, 39, 0.1);
    --fc-shadow-lg: 0 24px 60px rgba(3, 15, 39, 0.16);
    --fc-ring: rgba(253, 190, 51, 0.45);
    color: #252525;
    background: var(--fc-surface);
    overflow-x: clip;
}

/* Fallback visible state when JS/GSAP unavailable */
.fc-home-modern .is-visible {
    opacity: 1 !important;
    transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .fc-home-modern *,
    .fc-home-modern *::before,
    .fc-home-modern *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.05ms !important;
        scroll-behavior: auto !important;
    }
}

@keyframes fc-hero-grid-drift {
    0% { background-position: 0 0, 0 0, 0 0; }
    100% { background-position: 0 0, 40px 40px, 40px 40px; }
}

@keyframes fc-hero-indicator-progress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@keyframes fc-hero-shimmer {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(120%); }
}

/* ── Shared section head ─────────────────────────────────────── */
.fc-home-modern .fc-home-section-head {
    margin-bottom: clamp(36px, 6vw, 56px);
}
.fc-home-modern .fc-home-section-head.text-center .fc-home-head-line {
    margin-inline: auto;
}
.fc-home-modern .fc-home-kicker {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--fc-gold);
    margin-bottom: 10px;
}
.fc-home-modern .fc-home-title {
    font-size: clamp(1.65rem, 4vw, 2.65rem);
    font-weight: 800;
    color: var(--fc-navy);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 0;
}
.fc-home-modern .fc-home-sub {
    max-width: 580px;
    margin: 14px auto 0;
    color: var(--fc-muted);
    font-size: 1rem;
    line-height: 1.7;
}
.fc-home-modern .fc-home-section-head.text-center .fc-home-sub {
    margin-inline: auto;
}
.fc-home-modern .fc-home-head-line {
    display: block;
    width: 64px;
    height: 4px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--fc-gold), #ffc94d);
    transform-origin: left center;
}
html[dir='rtl'] .fc-home-modern .fc-home-head-line {
    transform-origin: right center;
}

.fc-home-modern .fc-home-btn-primary {
    border-radius: 999px !important;
    padding: 13px 30px !important;
    font-weight: 700 !important;
    font-size: 0.9375rem !important;
    letter-spacing: 0.03em;
    border: none !important;
    background: linear-gradient(158deg, #fdbe33 0%, #f0aa20 52%, #d49216 100%) !important;
    color: var(--fc-navy) !important;
    box-shadow: 0 6px 22px var(--fc-gold-glow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fc-home-modern .fc-home-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(253, 190, 51, 0.48);
    color: var(--fc-navy) !important;
}

/* ── Hero / carousel ─────────────────────────────────────────── */
.fc-home-modern .fc-home-hero {
    position: relative;
    isolation: isolate;
}
/* Override global .carousel rules from style.css */
.fc-home-modern .fc-home-carousel.carousel {
    position: relative;
    background: var(--fc-navy);
    height: auto !important;
    min-height: clamp(420px, calc(100vh - var(--fc-topbar-height, 0px) - var(--fc-navbar-height, 68px)), 820px);
    margin-bottom: 0;
    text-align: start;
}

.fc-home-modern .fc-home-carousel.carousel::after {
    content: '';
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 3px;
    z-index: 7;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 5%, var(--fc-gold) 50%, transparent 95%);
    opacity: 0.85;
}
.fc-home-modern .fc-home-carousel .carousel-inner {
    border-radius: 0;
    overflow: hidden;
    height: clamp(420px, calc(100vh - var(--fc-topbar-height, 0px) - var(--fc-navbar-height, 68px)), 820px) !important;
    min-height: clamp(420px, calc(100vh - var(--fc-topbar-height, 0px) - var(--fc-navbar-height, 68px)), 820px);
}
.fc-home-modern .fc-home-carousel .carousel-item {
    position: relative;
    height: 100% !important;
    min-height: clamp(420px, calc(100vh - var(--fc-topbar-height, 0px) - var(--fc-navbar-height, 68px)), 820px);
    overflow: hidden;
}
.fc-home-modern .fc-home-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: var(--fc-navy);
}

/* Professional image treatment — matches inner-page hero quality */
.fc-home-modern .fc-home-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
    filter: brightness(0.78) saturate(1.18) contrast(1.06);
    will-change: transform;
    transition: filter 0.8s ease;
}

.fc-home-modern .fc-home-carousel .carousel-item:nth-child(1) .fc-home-hero-media img {
    object-position: center 28%;
}
.fc-home-modern .fc-home-carousel .carousel-item:nth-child(2) .fc-home-hero-media img {
    object-position: center 38%;
}
.fc-home-modern .fc-home-carousel .carousel-item:nth-child(3) .fc-home-hero-media img {
    object-position: center 22%;
}

.fc-home-modern .fc-home-carousel .carousel-item.active .fc-home-hero-media img {
    filter: brightness(0.82) saturate(1.22) contrast(1.08);
}

/* Navy wash over image — same language as about page hero */
.fc-home-modern .fc-home-hero-media::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(3, 15, 39, 0.88) 0%,
        rgba(10, 31, 69, 0.62) 42%,
        rgba(3, 15, 39, 0.72) 100%
    );
}

/* Gold glow + edge vignette for depth */
.fc-home-modern .fc-home-hero-media::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 82% 18%, rgba(253, 190, 51, 0.16), transparent 58%),
        radial-gradient(ellipse 90% 80% at 50% 50%, transparent 45%, rgba(3, 15, 39, 0.55) 100%);
}

html[dir='rtl'] .fc-home-modern .fc-home-hero-media::after {
    background:
        radial-gradient(ellipse 55% 45% at 18% 18%, rgba(253, 190, 51, 0.16), transparent 58%),
        radial-gradient(ellipse 90% 80% at 50% 50%, transparent 45%, rgba(3, 15, 39, 0.55) 100%);
}

/* Bottom readability fade — lighter than before so photos stay visible */
.fc-home-modern .fc-home-carousel .carousel-item::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(to top, rgba(3, 15, 39, 0.92) 0%, rgba(3, 15, 39, 0.35) 28%, transparent 58%),
        linear-gradient(90deg, rgba(3, 15, 39, 0.45) 0%, transparent 42%);
}

.fc-home-modern .fc-home-carousel .carousel-item::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(3, 15, 39, 0.35) 0%, transparent 22%);
    opacity: 1;
    width: auto;
    height: auto;
}

.fc-home-modern .fc-home-hero-intro {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: linear-gradient(160deg, var(--fc-navy) 0%, #0a1f45 100%);
    pointer-events: none;
    transform-origin: top center;
}
.fc-home-modern .fc-home-hero-glow {
    position: absolute;
    width: clamp(280px, 40vw, 520px);
    height: clamp(280px, 40vw, 520px);
    top: 12%;
    right: 6%;
    z-index: 5;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(253, 190, 51, 0.22) 0%, transparent 68%);
    filter: blur(48px);
    mix-blend-mode: screen;
}
html[dir='rtl'] .fc-home-modern .fc-home-hero-glow {
    right: auto;
    left: 8%;
}
.fc-home-modern .fc-home-hero-particles {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    overflow: hidden;
}
.fc-home-modern .fc-home-hero-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--fc-gold);
    box-shadow: 0 0 10px var(--fc-gold-glow);
    opacity: 0;
}
.fc-home-modern .fc-home-hero-particles span:nth-child(1) { top: 18%; left: 12%; }
.fc-home-modern .fc-home-hero-particles span:nth-child(2) { top: 35%; left: 78%; width: 3px; height: 3px; }
.fc-home-modern .fc-home-hero-particles span:nth-child(3) { top: 62%; left: 22%; width: 5px; height: 5px; }
.fc-home-modern .fc-home-hero-particles span:nth-child(4) { top: 72%; left: 65%; width: 3px; height: 3px; }
.fc-home-modern .fc-home-hero-particles span:nth-child(5) { top: 28%; left: 45%; width: 2px; height: 2px; }
.fc-home-modern .fc-home-hero-particles span:nth-child(6) { top: 55%; left: 88%; width: 4px; height: 4px; }
.fc-home-modern .fc-home-hero-counter {
    position: absolute;
    top: clamp(20px, 4vw, 36px);
    right: clamp(20px, 4vw, 48px);
    z-index: 7;
    display: flex;
    align-items: baseline;
    gap: 4px;
    padding: 10px 16px;
    font-weight: 800;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    border-radius: 999px;
    background: rgba(3, 15, 39, 0.55);
    border: 1px solid rgba(253, 190, 51, 0.28);
    box-shadow: 0 8px 28px rgba(3, 15, 39, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
html[dir='rtl'] .fc-home-modern .fc-home-hero-counter {
    right: auto;
    left: clamp(20px, 4vw, 48px);
}
.fc-home-modern .fc-home-hero-counter-current {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: var(--fc-gold);
    line-height: 1;
}
.fc-home-modern .fc-home-hero-counter-sep {
    font-size: 1rem;
    opacity: 0.45;
    font-weight: 400;
}
.fc-home-modern .fc-home-hero-counter-total {
    font-size: 0.875rem;
    opacity: 0.55;
    font-weight: 600;
}

.fc-home-modern .fc-home-hero-mask {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    background:
        radial-gradient(ellipse 60% 50% at 80% 20%, rgba(253, 190, 51, 0.14), transparent),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: auto, 40px 40px, 40px 40px;
    opacity: 1;
    animation: fc-hero-grid-drift 48s linear infinite;
}

html[dir='rtl'] .fc-home-modern .fc-home-hero-mask {
    background:
        radial-gradient(ellipse 60% 50% at 20% 20%, rgba(253, 190, 51, 0.14), transparent),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: auto, 40px 40px, 40px 40px;
}

/* Subtle film grain — premium editorial finish */
.fc-home-modern .fc-home-hero-grain {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    opacity: 0.045;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px 180px;
}

.fc-home-modern .fc-home-carousel .carousel-caption,
.fc-home-modern .fc-home-carousel .fc-home-carousel-caption-shell.carousel-caption {
    z-index: 6;
    position: absolute !important;
    top: auto !important;
    bottom: clamp(88px, 14vh, 150px) !important;
    left: clamp(16px, 5vw, 64px) !important;
    right: clamp(100px, 14vw, 170px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    text-align: start !important;
}
.fc-home-modern .fc-home-carousel .carousel-item:not(.active) .fc-home-hero-copy {
    visibility: hidden;
    pointer-events: none;
}
.fc-home-modern:not(.fc-hero-ready) .fc-home-carousel .carousel-item.active .fc-home-hero-copy {
    visibility: visible;
}

.fc-home-modern .fc-home-hero-copy {
    position: relative;
    max-width: min(32rem, 90vw);
    padding: clamp(1.35rem, 3.2vw, 2rem) clamp(1.2rem, 3.2vw, 2.15rem) clamp(1.4rem, 3vw, 2.15rem)
        clamp(1.4rem, 4vw, 2.85rem);
    border-radius: 0 clamp(18px, 2vw, 24px) clamp(18px, 2vw, 24px) 0;
    border: 1px solid rgba(253, 190, 51, 0.2);
    border-left: 4px solid var(--fc-gold);
    background: linear-gradient(
        108deg,
        rgba(3, 15, 39, 0.96) 0%,
        rgba(3, 15, 39, 0.72) 52%,
        rgba(3, 15, 39, 0.18) 88%,
        transparent 100%
    );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(253, 190, 51, 0.08),
        0 28px 64px rgba(3, 15, 39, 0.38);
    overflow: hidden;
    perspective: 800px;
}

.fc-home-modern .fc-home-hero-copy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    pointer-events: none;
}

.fc-home-modern .fc-home-hero-copy::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255, 255, 255, 0.06) 50%,
        transparent 60%
    );
    transform: translateX(-120%);
    animation: fc-hero-shimmer 8s ease-in-out infinite;
    pointer-events: none;
}
@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
    .fc-home-modern .fc-home-hero-copy {
        -webkit-backdrop-filter: blur(16px) saturate(1.2);
        backdrop-filter: blur(16px) saturate(1.2);
    }
}
.fc-home-modern .fc-home-hero-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--fc-gold), #ffc94d, transparent);
    transform-origin: top center;
    z-index: 2;
}
html[dir='rtl'] .fc-home-modern .fc-home-hero-accent {
    left: auto;
    right: 0;
}

.fc-home-modern .fc-home-hero-copy .fc-home-hero-kicker {
    position: relative;
    z-index: 2;
    font-size: clamp(0.75rem, 1.85vw, 0.9375rem);
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--fc-gold) !important;
    margin: 0 0 12px;
    padding-left: 0.6rem;
    border-left: 2px solid rgba(253, 190, 51, 0.55);
    line-height: 1.35;
}
.fc-home-modern .fc-home-hero-copy .fc-home-hero-title {
    position: relative;
    z-index: 2;
    font-size: clamp(1.85rem, 5vw + 0.35rem, 3.45rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.035em;
    margin: 0 0 1.35rem;
    color: #fff !important;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}
.fc-home-modern .fc-hero-word-wrap {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-right: 0.28em;
}
.fc-home-modern .fc-hero-word {
    display: inline-block;
    will-change: transform, opacity;
}
.fc-home-modern .fc-home-hero-copy .btn.fc-home-hero-cta {
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 14px 28px 14px 32px;
    font-weight: 700;
    font-size: 0.9375rem;
    letter-spacing: 0.03em;
    border: none !important;
    overflow: hidden;
    background: linear-gradient(158deg, #ffc94d 0%, #fdbe33 45%, #e8a820 100%) !important;
    color: var(--fc-navy) !important;
    box-shadow: 0 8px 26px rgba(253, 190, 51, 0.42), 0 2px 0 rgba(255, 255, 255, 0.18) inset;
    text-transform: none !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fc-home-modern .fc-home-hero-copy .btn.fc-home-hero-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.38) 50%, transparent 65%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
}

.fc-home-modern .fc-home-hero-copy .btn.fc-home-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(253, 190, 51, 0.52);
    color: var(--fc-navy) !important;
}

.fc-home-modern .fc-home-hero-copy .btn.fc-home-hero-cta:hover::before {
    transform: translateX(120%);
}
.fc-home-modern .fc-home-hero-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(3, 15, 39, 0.15);
    font-size: 0.75rem;
}
html[dir='rtl'] .fc-home-modern .fc-home-hero-cta-arrow i {
    transform: scaleX(-1);
}

@media (max-width: 991px) {
    .fc-home-modern .fc-home-carousel .carousel-caption,
    .fc-home-modern .fc-home-carousel .fc-home-carousel-caption-shell.carousel-caption {
        right: 16px !important;
        left: 16px !important;
        bottom: clamp(100px, 17vh, 140px) !important;
        justify-content: center !important;
        text-align: center !important;
    }
    .fc-home-modern .fc-home-hero-copy {
        max-width: 100%;
        text-align: center;
        padding-left: clamp(1rem, 4vw, 1.75rem);
        padding-right: clamp(1rem, 4vw, 1.75rem);
        border: 1px solid rgba(253, 190, 51, 0.22);
        border-left: 1px solid rgba(253, 190, 51, 0.22);
        border-radius: clamp(16px, 2vw, 20px);
        border-top: 4px solid var(--fc-gold);
        background: linear-gradient(165deg, rgba(3, 15, 39, 0.97) 0%, rgba(3, 15, 39, 0.82) 100%);
        box-shadow: 0 20px 48px rgba(3, 15, 39, 0.35);
    }

    .fc-home-modern .fc-home-hero-copy::after {
        display: none;
    }
    .fc-home-modern .fc-home-hero-accent {
        display: none;
    }
    .fc-home-modern .fc-home-hero-copy .fc-home-hero-kicker {
        padding-left: 0;
        border-left: none;
        letter-spacing: 0.22em;
    }
    .fc-home-modern .fc-home-hero-glow {
        top: 10%;
        right: 50%;
        transform: translateX(50%);
        width: 200px;
        height: 200px;
    }
}

html[dir='rtl'] .fc-home-modern .fc-home-carousel .carousel-item::before {
    background:
        linear-gradient(to top, rgba(3, 15, 39, 0.92) 0%, rgba(3, 15, 39, 0.35) 28%, transparent 58%),
        linear-gradient(270deg, rgba(3, 15, 39, 0.45) 0%, transparent 42%);
}

@media (min-width: 992px) {
    html[dir='rtl'] .fc-home-modern .fc-home-carousel .carousel-caption,
    html[dir='rtl'] .fc-home-modern .fc-home-carousel .fc-home-carousel-caption-shell.carousel-caption {
        left: clamp(100px, 14vw, 170px) !important;
        right: clamp(16px, 5vw, 64px) !important;
        justify-content: flex-end !important;
        text-align: end !important;
    }
    html[dir='rtl'] .fc-home-modern .fc-home-hero-copy {
        border-left: none;
        border-radius: clamp(16px, 2vw, 22px) 0 0 clamp(16px, 2vw, 22px);
        border-right: 4px solid var(--fc-gold);
        padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1.35rem, 4vw, 2.75rem) clamp(1.35rem, 3vw, 2.1rem)
            clamp(1.1rem, 3.2vw, 2.1rem);
        background: linear-gradient(
            260deg,
            rgba(3, 15, 39, 0.94) 0%,
            rgba(3, 15, 39, 0.62) 55%,
            rgba(3, 15, 39, 0.1) 90%,
            transparent 100%
        );
    }
    html[dir='rtl'] .fc-home-modern .fc-home-hero-copy .fc-home-hero-kicker {
        padding-left: 0;
        padding-right: 0.6rem;
        border-left: none;
        border-right: 2px solid rgba(253, 190, 51, 0.55);
    }
}

.fc-home-modern .fc-home-carousel-indicators {
    bottom: clamp(64px, 10vh, 108px);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 7;
    margin: 0;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: auto;
    border-radius: 999px;
    background: rgba(3, 15, 39, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 28px rgba(3, 15, 39, 0.28);
}

.fc-home-modern .fc-home-carousel-indicators li {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    overflow: hidden;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease;
    text-indent: -9999px;
}

.fc-home-modern .fc-home-carousel-indicators li.active {
    width: 32px;
    background: rgba(255, 255, 255, 0.18);
    opacity: 1;
}

.fc-home-modern .fc-home-carousel-indicators li.active::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #fdbe33, #ffc94d);
    transform: scaleX(0);
    transform-origin: left center;
    animation: fc-hero-indicator-progress 5s linear forwards;
}

html[dir='rtl'] .fc-home-modern .fc-home-carousel-indicators li.active::after {
    transform-origin: right center;
}

.fc-home-modern .fc-home-carousel-control {
    width: 52px;
    height: 52px;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
    background: rgba(3, 15, 39, 0.45) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    opacity: 0;
    box-shadow: 0 12px 32px rgba(3, 15, 39, 0.28);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    z-index: 7;
}

.fc-home-modern.fc-hero-ready .fc-home-carousel-control {
    opacity: 0.92;
}

.fc-home-modern .fc-home-carousel-control:hover {
    background: rgba(253, 190, 51, 0.22) !important;
    border-color: rgba(253, 190, 51, 0.55) !important;
    transform: translateY(-50%) scale(1.06);
}

.fc-home-modern .fc-home-carousel-control .carousel-control-prev-icon,
.fc-home-modern .fc-home-carousel-control .carousel-control-next-icon {
    width: 18px;
    height: 18px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.fc-home-scroll-hint {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 7;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(3, 15, 39, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.fc-home-modern.fc-hero-ready .fc-home-scroll-hint {
    opacity: 1;
}

.fc-home-scroll-hint:hover {
    background: rgba(253, 190, 51, 0.15);
    border-color: rgba(253, 190, 51, 0.35);
}
.fc-home-scroll-hint .fc-home-scroll-dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--fc-gold);
    margin: 8px auto 0;
    box-shadow: 0 0 12px var(--fc-gold-glow);
}

/* ── Trust strip ────────────────────────────────────────────── */
.fc-home-trust-strip {
    background: linear-gradient(90deg, var(--fc-navy) 0%, var(--fc-navy-2) 50%, var(--fc-navy-3) 100%);
    padding: clamp(18px, 3vw, 28px) clamp(16px, 4vw, 32px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px 28px;
    align-items: center;
    border-top: none;
    position: relative;
    box-shadow: 0 -12px 40px rgba(3, 15, 39, 0.18);
}

.fc-home-trust-strip::after {
    content: '';
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 5%, var(--fc-gold) 50%, transparent 95%);
    opacity: 0.9;
    pointer-events: none;
}
.fc-home-trust-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.015) 8px,
        rgba(255, 255, 255, 0.015) 9px
    );
    pointer-events: none;
}
.fc-home-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    position: relative;
    z-index: 1;
}
.fc-home-trust-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(253, 190, 51, 0.12);
    border: 1px solid rgba(253, 190, 51, 0.25);
    flex-shrink: 0;
}
.fc-home-trust-icon i {
    color: var(--fc-gold);
    font-size: 1rem;
}

/* ── Features ───────────────────────────────────────────────── */
.fc-home-modern .fc-home-features {
    padding-block: clamp(64px, 11vw, 104px);
    margin-bottom: 0 !important;
    background:
        radial-gradient(circle at 90% 10%, rgba(253, 190, 51, 0.14), transparent 50%),
        linear-gradient(180deg, #fff 0%, var(--fc-surface) 100%);
}
.fc-home-modern .fc-home-features-inner {
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: clamp(14px, 3vw, 28px);
}
.fc-home-modern .fc-home-features .col-lg-4 {
    background: transparent !important;
    margin-bottom: 1.25rem;
}
.fc-home-modern .fc-home-feature-card {
    position: relative;
    height: 100%;
    padding: clamp(28px, 4vw, 38px) clamp(24px, 3.5vw, 32px) !important;
    border-radius: var(--fc-radius-xl) !important;
    background: #fff !important;
    border: 1px solid rgba(3, 15, 39, 0.07) !important;
    box-shadow: var(--fc-shadow) !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-height: auto !important;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.fc-home-modern .fc-home-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--fc-gold), #ffc94d);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.fc-home-modern .fc-home-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--fc-shadow-lg) !important;
    border-color: var(--fc-gold-soft) !important;
}
.fc-home-modern .fc-home-feature-card:hover::before {
    opacity: 1;
}
.fc-home-modern .fc-home-feature-num {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(3, 15, 39, 0.06);
    letter-spacing: -0.04em;
    pointer-events: none;
}
html[dir='rtl'] .fc-home-modern .fc-home-feature-num {
    right: auto;
    left: 20px;
}
.fc-home-modern .fc-home-features .feature-icon {
    width: 68px !important;
    height: 68px !important;
    display: grid !important;
    place-items: center;
    border-radius: 18px !important;
    background: linear-gradient(145deg, var(--fc-navy) 0%, var(--fc-navy-2) 100%) !important;
    margin-bottom: 20px !important;
    box-shadow: 0 14px 32px rgba(3, 15, 39, 0.28);
    float: none !important;
    position: relative !important;
}
.fc-home-modern .fc-home-features .feature-icon::before,
.fc-home-modern .fc-home-features .feature-icon::after {
    display: none !important;
}
.fc-home-modern .fc-home-features .feature-icon [class^='flaticon-']::before {
    color: var(--fc-gold) !important;
    font-size: 30px !important;
    line-height: 1 !important;
    position: static !important;
    margin: 0 !important;
}
.fc-home-modern .fc-home-features .feature-text {
    padding-left: 0 !important;
}
.fc-home-modern .fc-home-features .feature-text h3 {
    font-size: 1.22rem !important;
    font-weight: 700 !important;
    color: var(--fc-navy) !important;
    margin-bottom: 10px !important;
}
.fc-home-modern .fc-home-features .feature-text p {
    color: var(--fc-muted) !important;
    margin: 0 !important;
    font-size: 0.94rem;
    line-height: 1.65 !important;
}

/* ── About ──────────────────────────────────────────────────── */
.fc-home-modern .fc-home-about {
    padding-block: clamp(64px, 11vw, 112px);
    margin-bottom: 0 !important;
    background: linear-gradient(to bottom, var(--fc-surface), #fff 50%, #f0f4f8);
}
.fc-home-modern .fc-home-about-frame {
    position: relative;
    border-radius: var(--fc-radius-xl);
    overflow: visible;
}
.fc-home-modern .fc-home-about-frame::before {
    content: '';
    position: absolute;
    inset: -12px -12px 12px 12px;
    border: 2px solid var(--fc-gold-soft);
    border-radius: calc(var(--fc-radius-xl) + 4px);
    z-index: 0;
    pointer-events: none;
}
.fc-home-modern .fc-home-about-frame img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: var(--fc-radius-xl);
    box-shadow: var(--fc-shadow-lg);
    display: block;
}
.fc-home-modern .fc-home-about-badge {
    position: absolute;
    bottom: -18px;
    right: 24px;
    z-index: 2;
    background: linear-gradient(145deg, var(--fc-gold), #e8a820);
    color: var(--fc-navy);
    padding: 16px 22px;
    border-radius: var(--fc-radius-lg);
    box-shadow: 0 12px 36px rgba(253, 190, 51, 0.45);
    text-align: center;
    min-width: 100px;
}
html[dir='rtl'] .fc-home-modern .fc-home-about-badge {
    right: auto;
    left: 24px;
}
.fc-home-modern .fc-home-about-badge strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
}
.fc-home-modern .fc-home-about-badge span {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
    opacity: 0.85;
}
.fc-home-modern .fc-home-about .section-header.text-left .fc-home-kicker,
.fc-home-modern .fc-home-about .section-header.text-left .fc-home-title {
    text-align: start;
}
.fc-home-modern .fc-home-about .about-text p {
    color: var(--fc-muted);
    line-height: 1.75;
    font-size: 1rem;
}

/* ── Stats / Facts — modern bento grid ───────────────────────── */
.fc-home-modern .fc-home-stats {
    position: relative;
    padding-block: clamp(72px, 11vw, 112px);
    margin-bottom: 0 !important;
    overflow: hidden;
    background: linear-gradient(165deg, #030f27 0%, #0a1f45 45%, #0f2244 100%);
}
.fc-home-modern .fc-home-stats-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 55% at 10% 80%, rgba(253, 190, 51, 0.16), transparent 55%),
        radial-gradient(ellipse 50% 40% at 90% 20%, rgba(253, 190, 51, 0.1), transparent 50%);
}
.fc-home-modern .fc-home-stats-grid-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 80%);
}
.fc-home-modern .fc-home-stats-inner {
    position: relative;
    z-index: 1;
}
.fc-home-modern .fc-home-stats .fc-home-section-head .fc-home-kicker {
    color: var(--fc-gold);
}
.fc-home-modern .fc-home-stats .fc-home-section-head .fc-home-title {
    color: #fff;
}
.fc-home-modern .fc-home-stats .fc-home-section-head .fc-home-sub {
    color: rgba(255, 255, 255, 0.68);
}

/* Bento grid */
.fc-home-modern .fc-home-stats-bento {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: clamp(14px, 2.5vw, 22px);
    margin-top: clamp(40px, 6vw, 56px);
}

/* Featured years panel */
.fc-home-modern .fc-home-stat-feature {
    grid-row: 1 / 3;
    grid-column: 1;
    position: relative;
    border-radius: var(--fc-radius-xl);
    overflow: hidden;
    border: 1px solid rgba(253, 190, 51, 0.22);
    background: linear-gradient(145deg, rgba(253, 190, 51, 0.14) 0%, rgba(3, 15, 39, 0.6) 55%, rgba(3, 15, 39, 0.85) 100%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.fc-home-modern .fc-home-stat-feature-glow {
    position: absolute;
    top: -30%;
    right: -20%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(253, 190, 51, 0.25), transparent 65%);
    filter: blur(30px);
    pointer-events: none;
}
html[dir='rtl'] .fc-home-modern .fc-home-stat-feature-glow {
    right: auto;
    left: -20%;
}
.fc-home-modern .fc-home-stat-feature-body {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: clamp(28px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fc-home-modern .fc-home-stat-feature-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--fc-gold), #e8a820);
    color: var(--fc-navy);
    font-size: 1.35rem;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(253, 190, 51, 0.4);
}
.fc-home-modern .fc-home-stat-feature-title {
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
.fc-home-modern .fc-home-stat-feature-desc {
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 20px;
    max-width: 28ch;
}
.fc-home-modern .fc-home-stat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.fc-home-modern .fc-home-stat-tags span {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(253, 190, 51, 0.28);
    color: var(--fc-gold);
}

/* Stat cards */
.fc-home-modern .fc-home-stat-card {
    position: relative;
    padding: clamp(22px, 3vw, 30px);
    border-radius: var(--fc-radius-xl);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s ease;
    overflow: hidden;
}
.fc-home-modern .fc-home-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--fc-gold), transparent);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.fc-home-modern .fc-home-stat-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(253, 190, 51, 0.3);
    transform: translateY(-4px);
}
.fc-home-modern .fc-home-stat-card:hover::before {
    opacity: 1;
}

/* SVG progress ring */
.fc-home-modern .fc-home-stat-ring {
    position: relative;
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
    flex-shrink: 0;
}
.fc-home-modern .fc-home-stat-ring-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.fc-home-modern .fc-home-stat-ring-track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 5;
}
.fc-home-modern .fc-home-stat-ring-fill {
    fill: none;
    stroke: var(--fc-gold);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 213.6;
    stroke-dashoffset: 213.6;
}
.fc-home-modern .fc-home-stat-ring-icon {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    color: var(--fc-gold);
}

/* Shared stat numbers */
.fc-home-modern .fc-home-stat-value {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 6px;
}
.fc-home-modern .fc-home-stat-value--hero {
    margin-bottom: 8px;
}
.fc-home-modern .fc-home-stat-num {
    font-size: clamp(2.25rem, 5vw, 3.25rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.fc-home-modern .fc-home-stat-value--hero .fc-home-stat-num {
    font-size: clamp(3rem, 7vw, 4.5rem);
    color: var(--fc-gold);
    text-shadow: 0 4px 24px rgba(253, 190, 51, 0.35);
}
.fc-home-modern .fc-home-stat-suffix {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--fc-gold);
    line-height: 1;
}
.fc-home-modern .fc-home-stat-value--hero .fc-home-stat-suffix {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
}
.fc-home-modern .fc-home-stat-label {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.3;
}
.fc-home-modern .fc-home-stat-meta {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    line-height: 1.45;
}

/* Bottom trust bar */
.fc-home-modern .fc-home-stats-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(12px, 3vw, 24px);
    margin-top: clamp(36px, 5vw, 52px);
    padding: clamp(16px, 3vw, 22px) clamp(20px, 4vw, 32px);
    border-radius: var(--fc-radius-lg);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.fc-home-modern .fc-home-stats-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.fc-home-modern .fc-home-stats-trust-item i {
    color: var(--fc-gold);
    font-size: 1rem;
}
.fc-home-modern .fc-home-stats-trust-divider {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
    .fc-home-modern .fc-home-stats-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .fc-home-modern .fc-home-stat-feature {
        grid-row: auto;
        grid-column: 1 / -1;
    }
}
@media (max-width: 575px) {
    .fc-home-modern .fc-home-stats-bento {
        grid-template-columns: 1fr;
    }
    .fc-home-modern .fc-home-stats-trust-divider {
        display: none;
    }
    .fc-home-modern .fc-home-stats-trust {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}

/* ── Capabilities grid ───────────────────────────────────────── */
.fc-home-modern .fc-home-capabilities {
    padding-block: clamp(64px, 11vw, 100px);
    background: linear-gradient(180deg, #fff 0%, var(--fc-surface) 100%);
}
.fc-home-modern .fc-home-cap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 2.5vw, 22px);
    margin-top: clamp(36px, 5vw, 52px);
}
.fc-home-modern .fc-home-cap-card {
    position: relative;
    padding: clamp(24px, 3.5vw, 32px);
    border-radius: var(--fc-radius-xl);
    background: #fff;
    border: 1px solid rgba(3, 15, 39, 0.07);
    box-shadow: var(--fc-shadow);
    overflow: hidden;
    transition: transform 0.38s ease, box-shadow 0.38s ease, border-color 0.38s ease;
}
.fc-home-modern .fc-home-cap-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--fc-shadow-lg);
    border-color: var(--fc-gold-soft);
}
.fc-home-modern .fc-home-cap-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--fc-navy), var(--fc-navy-2));
    color: var(--fc-gold);
    font-size: 1.2rem;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(3, 15, 39, 0.2);
}
.fc-home-modern .fc-home-cap-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--fc-navy);
    margin: 0 0 8px;
    line-height: 1.3;
}
.fc-home-modern .fc-home-cap-card p {
    font-size: 0.875rem;
    color: var(--fc-muted);
    line-height: 1.6;
    margin: 0;
}
.fc-home-modern .fc-home-cap-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--fc-gold), transparent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s ease;
}
html[dir='rtl'] .fc-home-modern .fc-home-cap-line {
    transform-origin: right center;
}
.fc-home-modern .fc-home-cap-card:hover .fc-home-cap-line {
    transform: scaleX(1);
}

/* ── Services (redesigned) ─────────────────────────────────── */
.fc-home-modern .fc-home-services-wrap {
    padding-block: 0;
    background: var(--fc-surface);
}
.fc-home-modern .fc-home-services {
    position: relative;
    padding-block: clamp(64px, 11vw, 104px);
    overflow: hidden;
}
.fc-home-modern .fc-home-services-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--fc-gold), transparent);
    opacity: 0.6;
}
.fc-home-modern .fc-home-services-grid {
    margin-top: clamp(36px, 5vw, 52px);
}
.fc-home-modern .fc-home-services-grid > [class*='col-'] {
    margin-bottom: 1.75rem;
}
.fc-home-modern .fc-home-service-card {
    height: 100%;
    border-radius: var(--fc-radius-xl);
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(3, 15, 39, 0.07);
    box-shadow: var(--fc-shadow);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.fc-home-modern .fc-home-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--fc-shadow-lg);
}
.fc-home-modern .fc-home-service-card-media {
    position: relative;
    height: clamp(200px, 28vw, 260px);
    overflow: hidden;
}
.fc-home-modern .fc-home-service-card-img-link {
    display: block;
    height: 100%;
    width: 100%;
}
.fc-home-modern .fc-home-service-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.fc-home-modern .fc-home-service-card:hover .fc-home-service-card-media img {
    transform: scale(1.08);
}
.fc-home-modern .fc-home-service-card-num {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(3, 15, 39, 0.75);
    color: var(--fc-gold);
    backdrop-filter: blur(8px);
}
html[dir='rtl'] .fc-home-modern .fc-home-service-card-num {
    left: auto;
    right: 14px;
}
.fc-home-modern .fc-home-service-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(to top, rgba(3, 15, 39, 0.88) 0%, rgba(3, 15, 39, 0.45) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.fc-home-modern .fc-home-service-card:hover .fc-home-service-card-overlay {
    opacity: 1;
}
.fc-home-modern .fc-home-service-card-overlay p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    line-height: 1.55;
    text-align: center;
    margin: 0;
}
.fc-home-modern .fc-home-service-card-zoom {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--fc-gold);
    color: var(--fc-navy);
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}
.fc-home-modern .fc-home-service-card-zoom:hover {
    transform: scale(1.1);
    color: var(--fc-navy);
}
.fc-home-modern .fc-home-service-card-body {
    padding: clamp(18px, 3vw, 24px);
}
.fc-home-modern .fc-home-service-card-title {
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--fc-navy);
    margin: 0 0 8px;
    line-height: 1.35;
}
.fc-home-modern .fc-home-service-card-desc {
    font-size: 0.875rem;
    color: var(--fc-muted);
    line-height: 1.55;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fc-home-modern .fc-home-service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fc-gold);
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}
.fc-home-modern .fc-home-service-card-link:hover {
    gap: 12px;
    color: var(--fc-navy);
    text-decoration: none;
}
html[dir='rtl'] .fc-home-modern .fc-home-service-card-link i,
html[dir='rtl'] .fc-home-modern .fc-home-btn-icon {
    transform: scaleX(-1);
}
.fc-home-modern .fc-home-services-footer {
    margin-top: clamp(12px, 3vw, 24px);
}
.fc-home-modern .fc-home-services-all-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
}
.fc-home-modern .fc-home-btn-icon {
    font-size: 0.85rem;
}

/* ── Process timeline ──────────────────────────────────────── */
.fc-home-modern .fc-home-process {
    position: relative;
    padding-block: clamp(64px, 11vw, 104px);
    background: linear-gradient(180deg, var(--fc-surface) 0%, #fff 100%);
    overflow: hidden;
}
.fc-home-modern .fc-home-process-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, var(--fc-gold-soft), transparent 45%);
    pointer-events: none;
}
.fc-home-modern .fc-home-process-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(16px, 2.5vw, 24px);
    margin-top: clamp(40px, 6vw, 56px);
}
.fc-home-modern .fc-home-process-line {
    position: absolute;
    top: 36px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, var(--fc-gold), rgba(253, 190, 51, 0.2));
    transform-origin: left center;
    z-index: 0;
}
html[dir='rtl'] .fc-home-modern .fc-home-process-line {
    transform-origin: right center;
}
.fc-home-modern .fc-home-process-step {
    position: relative;
    z-index: 1;
    text-align: center;
}
.fc-home-modern .fc-home-process-node {
    position: relative;
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
}
.fc-home-modern .fc-home-process-num {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--fc-gold);
    background: var(--fc-navy);
    padding: 4px 7px;
    border-radius: 6px;
    letter-spacing: 0.06em;
}
html[dir='rtl'] .fc-home-modern .fc-home-process-num {
    right: auto;
    left: -8px;
}
.fc-home-modern .fc-home-process-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(253, 190, 51, 0.35);
    box-shadow: var(--fc-shadow);
    font-size: 1.35rem;
    color: var(--fc-navy);
    transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
.fc-home-modern .fc-home-process-step:hover .fc-home-process-icon {
    background: var(--fc-navy);
    border-color: var(--fc-gold);
    color: var(--fc-gold);
    transform: scale(1.06);
}
.fc-home-modern .fc-home-process-content h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--fc-navy);
    margin: 0 0 8px;
}
.fc-home-modern .fc-home-process-content p {
    font-size: 0.875rem;
    color: var(--fc-muted);
    line-height: 1.6;
    margin: 0;
}

/* ── Sectors pills ─────────────────────────────────────────── */
.fc-home-modern .fc-home-sectors {
    padding-block: clamp(56px, 9vw, 88px);
    background: #fff;
    border-top: 1px solid rgba(3, 15, 39, 0.06);
}
.fc-home-modern .fc-home-sectors-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: clamp(32px, 5vw, 48px);
}
.fc-home-modern .fc-home-sector-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    background: var(--fc-surface);
    border: 1px solid rgba(3, 15, 39, 0.08);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--fc-navy);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.fc-home-modern .fc-home-sector-pill i {
    color: var(--fc-gold);
    font-size: 1rem;
}
.fc-home-modern .fc-home-sector-pill:hover {
    background: var(--fc-navy);
    border-color: var(--fc-navy);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(3, 15, 39, 0.2);
}
.fc-home-modern .fc-home-sector-pill:hover i {
    color: var(--fc-gold);
}

/* ── CTA banner ────────────────────────────────────────────── */
.fc-home-modern .fc-home-cta {
    position: relative;
    padding-block: clamp(56px, 9vw, 80px);
    overflow: hidden;
}
.fc-home-modern .fc-home-cta-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(3, 15, 39, 0.94) 0%, rgba(10, 31, 69, 0.88) 50%, rgba(3, 15, 39, 0.92) 100%),
        url('../img/carousel-1.jpg') center / cover no-repeat;
    z-index: 0;
}
.fc-home-modern .fc-home-cta-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(253, 190, 51, 0.15), transparent 50%);
}
.fc-home-modern .fc-home-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 48px);
    flex-wrap: wrap;
    padding: clamp(28px, 5vw, 44px);
    border-radius: var(--fc-radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.fc-home-modern .fc-home-cta-copy {
    flex: 1 1 320px;
    max-width: 640px;
}
.fc-home-modern .fc-home-cta-title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.fc-home-modern .fc-home-cta-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
    margin: 0 0 24px;
}
.fc-home-modern .fc-home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.fc-home-modern .fc-home-cta-btn {
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    font-size: 0.9375rem !important;
    border: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fc-home-modern .fc-home-cta-btn--primary {
    background: linear-gradient(158deg, #fdbe33, #e8a820) !important;
    color: var(--fc-navy) !important;
    box-shadow: 0 6px 22px rgba(253, 190, 51, 0.4);
}
.fc-home-modern .fc-home-cta-btn--primary:hover {
    transform: translateY(-2px);
    color: var(--fc-navy) !important;
}
.fc-home-modern .fc-home-cta-btn--ghost {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
}
.fc-home-modern .fc-home-cta-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    transform: translateY(-2px);
}
.fc-home-modern .fc-home-cta-contact {
    flex: 0 0 auto;
    text-align: center;
    padding: clamp(20px, 3vw, 28px);
    border-radius: var(--fc-radius-lg);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(253, 190, 51, 0.25);
    min-width: 220px;
}
.fc-home-modern .fc-home-cta-contact-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 8px;
}
.fc-home-modern .fc-home-cta-phone {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--fc-gold);
    text-decoration: none;
    margin-bottom: 12px;
}
.fc-home-modern .fc-home-cta-phone:hover {
    color: #ffc94d;
    text-decoration: none;
}
.fc-home-modern .fc-home-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #25d366;
    text-decoration: none;
}
.fc-home-modern .fc-home-cta-whatsapp:hover {
    color: #20ba5a;
    text-decoration: none;
}

@media (max-width: 991px) {
    .fc-home-modern .fc-home-cap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fc-home-modern .fc-home-process-track {
        grid-template-columns: repeat(2, 1fr);
    }
    .fc-home-modern .fc-home-process-line {
        display: none;
    }
}
@media (max-width: 575px) {
    .fc-home-modern .fc-home-cap-grid {
        grid-template-columns: 1fr;
    }
    .fc-home-modern .fc-home-process-track {
        grid-template-columns: 1fr;
    }
    .fc-home-modern .fc-home-cta-inner {
        flex-direction: column;
        text-align: center;
    }
    .fc-home-modern .fc-home-cta-actions {
        justify-content: center;
    }
    .fc-home-modern .fc-home-cta-contact {
        width: 100%;
    }
}

/* ── Video block ─────────────────────────────────────────────── */
.fc-home-modern .fc-home-video-band {
    background: linear-gradient(180deg, #f0f4f8 0%, #fff 60%);
    padding-bottom: clamp(32px, 6vw, 56px);
}
.fc-home-modern .fc-home-video-band .video {
    min-height: 340px !important;
    border-radius: var(--fc-radius-xl);
    overflow: hidden;
    box-shadow: var(--fc-shadow-lg);
    margin-inline: clamp(16px, 4vw, 32px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* ── Team ───────────────────────────────────────────────────── */
.fc-home-modern .fc-home-team-wrap {
    padding-block: clamp(64px, 11vw, 104px);
    background:
        radial-gradient(circle at 85% -5%, var(--fc-gold-soft), transparent 48%),
        linear-gradient(180deg, var(--fc-surface) 0%, #fff 100%);
}
.fc-home-modern .fc-home-team-wrap .team {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.fc-home-modern .fc-home-team-card {
    border-radius: var(--fc-radius-xl) !important;
    overflow: hidden;
    box-shadow: var(--fc-shadow);
    border: 1px solid rgba(3, 15, 39, 0.06);
    background: #fff;
    margin-bottom: 1.5rem;
    will-change: transform;
}
.fc-home-modern .fc-home-team-wrap .team-img {
    position: relative;
    overflow: hidden;
}
.fc-home-modern .fc-home-team-wrap .team-img img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.fc-home-modern .fc-home-team-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 15, 39, 0.75) 0%, transparent 55%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.fc-home-modern .fc-home-team-card:hover .team-img img {
    transform: scale(1.06);
}
.fc-home-modern .fc-home-team-card:hover .fc-home-team-overlay {
    opacity: 1;
}
.fc-home-modern .fc-home-team-wrap .team-text {
    padding: 20px 18px !important;
    background: #fff;
    text-align: center;
}
.fc-home-modern .fc-home-team-wrap .team-text h2 {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: var(--fc-navy) !important;
    margin-bottom: 4px !important;
}
.fc-home-modern .fc-home-team-wrap .team-text p {
    color: var(--fc-gold) !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── FAQ ────────────────────────────────────────────────────── */
.fc-home-modern .fc-home-faq-wrap .faqs {
    padding-block: clamp(56px, 10vw, 100px);
    background: linear-gradient(to bottom, #fff, #f4f7fa);
    margin-bottom: 0 !important;
}
.fc-home-modern .fc-home-faq-wrap .row::after {
    display: none;
}
.fc-home-modern .fc-home-faq-card {
    border-radius: var(--fc-radius-lg) !important;
    border: 1px solid rgba(3, 15, 39, 0.08) !important;
    overflow: hidden;
    margin-bottom: 12px !important;
    box-shadow: 0 4px 20px rgba(3, 15, 39, 0.04);
    background: #fff !important;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.fc-home-modern .fc-home-faq-card:hover {
    box-shadow: 0 8px 28px rgba(3, 15, 39, 0.08);
    border-color: rgba(253, 190, 51, 0.3) !important;
}
.fc-home-modern .fc-home-faq-wrap .card-header {
    background: #fff !important;
    border-bottom: none !important;
    padding: 0 !important;
}
.fc-home-modern .fc-home-faq-wrap .card-header .card-link {
    font-weight: 600 !important;
    padding: 18px 48px 18px 20px !important;
    font-size: 0.95rem !important;
    color: var(--fc-navy) !important;
    display: block;
    transition: color 0.25s ease;
}
.fc-home-modern .fc-home-faq-wrap .card-header .card-link:hover {
    color: var(--fc-gold) !important;
}
.fc-home-modern .fc-home-faq-wrap .card-header [data-toggle='collapse'][aria-expanded='true'] {
    color: var(--fc-gold) !important;
    background: rgba(253, 190, 51, 0.06);
}
.fc-home-modern .fc-home-faq-wrap .card-body {
    color: var(--fc-muted);
    line-height: 1.75;
    font-size: 0.94rem;
    padding: 0 20px 18px !important;
}

/* ── Testimonials ───────────────────────────────────────────── */
.fc-home-modern .fc-home-testimonials .testimonial {
    padding-block: clamp(56px, 10vw, 100px);
    background:
        radial-gradient(circle at 50% 0%, rgba(253, 190, 51, 0.1), transparent 55%),
        linear-gradient(to bottom, #eef2f6 0%, #fff 70%);
    margin-bottom: 0 !important;
}
.fc-home-modern .fc-home-testimonial-slider .slider-item {
    position: relative;
}
.fc-home-modern .fc-home-testimonial-slider .slider-item p {
    font-size: 1.05rem !important;
    line-height: 1.75 !important;
    color: var(--fc-muted) !important;
    font-style: italic;
}
.fc-home-modern .fc-home-testimonial-slider .slider-item h3 {
    color: var(--fc-navy) !important;
    font-weight: 700 !important;
}
.fc-home-modern .fc-home-testimonial-slider .slider-item h4 {
    color: var(--fc-gold) !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.fc-home-modern .fc-home-testimonials .testimonial-slider-nav .slick-slide img {
    border-radius: 50%;
    border: 3px solid transparent;
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.fc-home-modern .fc-home-testimonials .testimonial-slider-nav .slick-center img {
    border-color: var(--fc-gold);
    transform: scale(1.08);
}

/* ── Blog ───────────────────────────────────────────────────── */
.fc-home-modern .fc-home-blog-wrap .blog {
    padding-block: clamp(64px, 11vw, 108px);
    background:
        radial-gradient(circle at 8% 25%, rgba(253, 190, 51, 0.1), transparent 45%),
        linear-gradient(180deg, var(--fc-surface) 0%, #fff 100%);
    margin-bottom: 0 !important;
}
.fc-home-modern .fc-home-blog-card {
    border-radius: var(--fc-radius-xl) !important;
    overflow: hidden;
    border: 1px solid rgba(3, 15, 39, 0.07) !important;
    box-shadow: var(--fc-shadow);
    background: #fff;
    margin-bottom: 1.75rem;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.fc-home-modern .fc-home-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--fc-shadow-lg);
}
.fc-home-modern .fc-home-blog-img-wrap {
    overflow: hidden;
}
.fc-home-modern .fc-home-blog-img-wrap img {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.fc-home-modern .fc-home-blog-card:hover .fc-home-blog-img-wrap img {
    transform: scale(1.06);
}
.fc-home-modern .fc-home-blog-plus {
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--fc-navy) !important;
    color: var(--fc-gold) !important;
    font-size: 1.25rem !important;
    transition: background 0.3s ease, transform 0.3s ease;
}
.fc-home-modern .fc-home-blog-plus:hover {
    background: var(--fc-gold) !important;
    color: var(--fc-navy) !important;
    transform: rotate(90deg);
}

/* Video modal tweaks */
.fc-home-modern .home-video-lw .home-video-play-btn:focus {
    outline: 3px solid rgba(253, 190, 51, 0.6);
    outline-offset: 4px;
}
@media (max-width: 576px) {
    .fc-home-modern .home-video-lw.video {
        min-height: 280px;
        background-attachment: scroll !important;
    }
    .fc-home-modern .fc-home-about-badge {
        bottom: -12px;
        right: 12px;
        padding: 12px 16px;
    }
    .fc-home-modern .fc-home-about-frame::before {
        inset: -8px -8px 8px 8px;
    }
}
