/**
 * About page — scoped under .fc-about-modern
 * Matches home page design system (navy + gold, GSAP-ready)
 */

.fc-about-modern {
    --fc-navy: #030f27;
    --fc-navy-2: #0a1f45;
    --fc-gold: #fdbe33;
    --fc-gold-soft: rgba(253, 190, 51, 0.22);
    --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);
    color: #252525;
    background: var(--fc-surface);
    overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
    .fc-about-modern *,
    .fc-about-modern *::before,
    .fc-about-modern *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.05ms !important;
    }
}

/* ── Shared typography ───────────────────────────────────────── */
.fc-about-modern .fc-about-kicker {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--fc-gold);
    margin-bottom: 10px;
}
.fc-about-modern .fc-about-kicker--light {
    color: var(--fc-gold);
}
.fc-about-modern .fc-about-title {
    font-size: clamp(1.65rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--fc-navy);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 0;
}
.fc-about-modern .fc-about-title--light {
    color: #fff;
}
.fc-about-modern .fc-about-sub {
    max-width: 560px;
    margin: 14px auto 0;
    color: var(--fc-muted);
    font-size: 1rem;
    line-height: 1.7;
}
.fc-about-modern .fc-about-section-head.text-center .fc-about-sub {
    margin-inline: auto;
}
.fc-about-modern .fc-about-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;
}
.fc-about-modern .fc-about-head-line--center {
    margin-inline: auto;
}
html[dir='rtl'] .fc-about-modern .fc-about-head-line {
    transform-origin: right center;
}
.fc-about-modern .fc-about-section-head {
    margin-bottom: clamp(32px, 5vw, 48px);
}

.fc-about-modern .fc-about-btn-primary {
    border-radius: 999px !important;
    padding: 13px 28px !important;
    font-weight: 700 !important;
    border: none !important;
    background: linear-gradient(158deg, #fdbe33, #e8a820) !important;
    color: var(--fc-navy) !important;
    box-shadow: 0 6px 22px rgba(253, 190, 51, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fc-about-modern .fc-about-btn-primary:hover {
    transform: translateY(-2px);
    color: var(--fc-navy) !important;
}
.fc-about-modern .fc-about-btn-outline {
    border-radius: 999px !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    background: transparent !important;
    color: var(--fc-navy) !important;
    border: 2px solid rgba(3, 15, 39, 0.15) !important;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.fc-about-modern .fc-about-btn-outline:hover {
    border-color: var(--fc-gold) !important;
    background: rgba(253, 190, 51, 0.08) !important;
    color: var(--fc-navy) !important;
}

/* ── Page Hero ─────────────────────────────────────────────── */
.fc-about-modern .fc-about-hero {
    position: relative;
    padding: clamp(48px, 10vw, 88px) 0 clamp(56px, 10vw, 96px);
    overflow: hidden;
    isolation: isolate;
}
.fc-about-modern .fc-about-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(3, 15, 39, 0.92) 0%, rgba(10, 31, 69, 0.85) 100%),
        url('../img/carousel-2.jpg') center / cover no-repeat;
    z-index: 0;
}
.fc-about-modern .fc-about-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 80% 20%, rgba(253, 190, 51, 0.12), transparent),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: auto, 40px 40px, 40px 40px;
    z-index: 1;
    pointer-events: none;
}
.fc-about-modern .fc-about-hero .container {
    position: relative;
    z-index: 2;
}
.fc-about-modern .fc-about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: clamp(24px, 4vw, 36px);
}
.fc-about-modern .fc-about-breadcrumb a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.25s ease;
}
.fc-about-modern .fc-about-breadcrumb a:hover {
    color: var(--fc-gold);
}
.fc-about-modern .fc-about-breadcrumb span:last-child {
    color: var(--fc-gold);
}
.fc-about-modern .fc-about-breadcrumb span[aria-hidden] {
    color: rgba(255, 255, 255, 0.35);
}
.fc-about-modern .fc-about-hero-title {
    font-size: clamp(2rem, 5.5vw, 3.25rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0 0 14px;
}
.fc-about-modern .fc-about-hero-sub {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
    max-width: 560px;
    margin: 0;
}
.fc-about-modern .fc-about-hero .fc-about-head-line {
    margin-top: 20px;
}

/* ── Story ─────────────────────────────────────────────────── */
.fc-about-modern .fc-about-story {
    padding-block: clamp(64px, 11vw, 104px);
    background: linear-gradient(180deg, #fff 0%, var(--fc-surface) 100%);
}
.fc-about-modern .fc-about-story-frame {
    position: relative;
    border-radius: var(--fc-radius-xl);
    overflow: visible;
}
.fc-about-modern .fc-about-story-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);
    pointer-events: none;
}
.fc-about-modern .fc-about-story-frame img {
    width: 100%;
    border-radius: var(--fc-radius-xl);
    box-shadow: var(--fc-shadow-lg);
    display: block;
    position: relative;
    z-index: 1;
}
.fc-about-modern .fc-about-story-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;
}
html[dir='rtl'] .fc-about-modern .fc-about-story-badge {
    right: auto;
    left: 24px;
}
.fc-about-modern .fc-about-story-badge strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
}
.fc-about-modern .fc-about-story-badge span {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
}
.fc-about-modern .fc-about-story-text p {
    color: var(--fc-muted);
    line-height: 1.75;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.fc-about-modern .fc-about-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.fc-about-modern .fc-about-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--fc-navy);
    margin-bottom: 12px;
    line-height: 1.45;
}
.fc-about-modern .fc-about-highlights li i {
    color: var(--fc-gold);
    margin-top: 3px;
    flex-shrink: 0;
}
.fc-about-modern .fc-about-story-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ── Mission & Vision ──────────────────────────────────────── */
.fc-about-modern .fc-about-mv {
    padding-block: clamp(48px, 8vw, 72px);
    background: var(--fc-navy);
    position: relative;
    overflow: hidden;
}
.fc-about-modern .fc-about-mv::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 50%, rgba(253, 190, 51, 0.1), transparent 50%);
    pointer-events: none;
}
.fc-about-modern .fc-about-mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px, 3vw, 28px);
    position: relative;
    z-index: 1;
}
.fc-about-modern .fc-about-mv-card {
    padding: clamp(28px, 4vw, 40px);
    border-radius: var(--fc-radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: border-color 0.35s ease, transform 0.35s ease;
}
.fc-about-modern .fc-about-mv-card:hover {
    border-color: rgba(253, 190, 51, 0.35);
    transform: translateY(-4px);
}
.fc-about-modern .fc-about-mv-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--fc-gold), #e8a820);
    color: var(--fc-navy);
    font-size: 1.2rem;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(253, 190, 51, 0.35);
}
.fc-about-modern .fc-about-mv-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}
.fc-about-modern .fc-about-mv-card p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin: 0;
}

/* ── Core Values ───────────────────────────────────────────── */
.fc-about-modern .fc-about-values {
    padding-block: clamp(64px, 11vw, 100px);
    background: #fff;
}
.fc-about-modern .fc-about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(14px, 2.5vw, 22px);
    margin-top: clamp(36px, 5vw, 52px);
}
.fc-about-modern .fc-about-value-card {
    position: relative;
    padding: clamp(24px, 3.5vw, 32px);
    border-radius: var(--fc-radius-xl);
    background: var(--fc-surface);
    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-about-modern .fc-about-value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--fc-shadow-lg);
    border-color: var(--fc-gold-soft);
}
.fc-about-modern .fc-about-value-num {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(3, 15, 39, 0.05);
    line-height: 1;
}
html[dir='rtl'] .fc-about-modern .fc-about-value-num {
    right: auto;
    left: 18px;
}
.fc-about-modern .fc-about-value-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--fc-navy), var(--fc-navy-2));
    color: var(--fc-gold);
    font-size: 1.1rem;
    margin-bottom: 16px;
}
.fc-about-modern .fc-about-value-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--fc-navy);
    margin: 0 0 8px;
}
.fc-about-modern .fc-about-value-card p {
    font-size: 0.875rem;
    color: var(--fc-muted);
    line-height: 1.6;
    margin: 0;
}

/* ── Stats row ─────────────────────────────────────────────── */
.fc-about-modern .fc-about-stats {
    position: relative;
    padding-block: clamp(64px, 10vw, 96px);
    background: linear-gradient(165deg, #030f27 0%, #0a1f45 50%, #0f2244 100%);
    overflow: hidden;
}
.fc-about-modern .fc-about-stats-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 30%, rgba(253, 190, 51, 0.12), transparent 50%);
    pointer-events: none;
}
.fc-about-modern .fc-about-stats-inner {
    position: relative;
    z-index: 1;
}
.fc-about-modern .fc-about-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(14px, 2.5vw, 20px);
    margin-top: clamp(36px, 5vw, 48px);
}
.fc-about-modern .fc-about-stat-card {
    padding: clamp(22px, 3vw, 28px);
    border-radius: var(--fc-radius-xl);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    text-align: center;
    transition: background 0.35s ease, border-color 0.35s ease;
}
.fc-about-modern .fc-about-stat-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(253, 190, 51, 0.28);
}
.fc-about-modern .fc-about-stat-ring {
    position: relative;
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
}
.fc-about-modern .fc-about-stat-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.fc-about-modern .fc-about-ring-track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 5;
}
.fc-about-modern .fc-about-ring-fill {
    fill: none;
    stroke: var(--fc-gold);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 213.6;
    stroke-dashoffset: 213.6;
}
.fc-about-modern .fc-about-stat-ring-icon {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--fc-gold);
    font-size: 1.1rem;
}
.fc-about-modern .fc-about-stat-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    margin-bottom: 6px;
}
.fc-about-modern .fc-about-stat-num {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    font-variant-numeric: tabular-nums;
}
.fc-about-modern .fc-about-stat-suffix {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--fc-gold);
}
.fc-about-modern .fc-about-stat-card h4 {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}
.fc-about-modern .fc-about-stat-card p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    line-height: 1.4;
}

/* ── Why Choose Us ─────────────────────────────────────────── */
.fc-about-modern .fc-about-why {
    padding-block: clamp(64px, 11vw, 100px);
    background: linear-gradient(180deg, var(--fc-surface) 0%, #fff 100%);
}
.fc-about-modern .fc-about-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 2.5vw, 24px);
    margin-top: clamp(36px, 5vw, 52px);
}
.fc-about-modern .fc-about-why-card {
    display: flex;
    gap: 18px;
    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);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.fc-about-modern .fc-about-why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--fc-shadow-lg);
    border-color: var(--fc-gold-soft);
}
.fc-about-modern .fc-about-why-icon {
    flex-shrink: 0;
    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.15rem;
}
.fc-about-modern .fc-about-why-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--fc-navy);
    margin: 0 0 8px;
}
.fc-about-modern .fc-about-why-card p {
    font-size: 0.875rem;
    color: var(--fc-muted);
    line-height: 1.6;
    margin: 0;
}

/* ── FAQ ───────────────────────────────────────────────────── */
.fc-about-modern .fc-about-faq {
    padding-block: clamp(56px, 10vw, 96px);
    background: linear-gradient(to bottom, #fff, #f4f7fa);
}
.fc-about-modern .fc-about-faq .row::after {
    display: none !important;
}
.fc-about-modern .fc-about-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-about-modern .fc-about-faq-card:hover {
    box-shadow: 0 8px 28px rgba(3, 15, 39, 0.08);
    border-color: rgba(253, 190, 51, 0.3) !important;
}
.fc-about-modern .fc-about-faq-card .card-header {
    background: #fff !important;
    border-bottom: none !important;
    padding: 0 !important;
}
.fc-about-modern .fc-about-faq-card .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;
}
.fc-about-modern .fc-about-faq-card .card-header [data-toggle='collapse'][aria-expanded='true'] {
    color: var(--fc-gold) !important;
    background: rgba(253, 190, 51, 0.06);
}
.fc-about-modern .fc-about-faq-card .card-body {
    color: var(--fc-muted);
    line-height: 1.75;
    font-size: 0.94rem;
    padding: 0 20px 18px !important;
}

/* ── CTA ───────────────────────────────────────────────────── */
.fc-about-modern .fc-about-cta {
    position: relative;
    padding-block: clamp(56px, 9vw, 80px);
    overflow: hidden;
}
.fc-about-modern .fc-about-cta-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(3, 15, 39, 0.94), rgba(10, 31, 69, 0.88)),
        url('../img/carousel-1.jpg') center / cover no-repeat;
    z-index: 0;
}
.fc-about-modern .fc-about-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-about-modern .fc-about-cta-copy {
    flex: 1 1 300px;
    max-width: 600px;
}
.fc-about-modern .fc-about-cta-copy h2 {
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.2;
}
.fc-about-modern .fc-about-cta-copy p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
    margin: 0 0 22px;
}
.fc-about-modern .fc-about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.fc-about-modern .fc-about-cta-btn {
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    border: none !important;
}
.fc-about-modern .fc-about-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-about-modern .fc-about-cta-btn--ghost {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
}
.fc-about-modern .fc-about-cta-contact {
    text-align: center;
    padding: 20px 28px;
    border-radius: var(--fc-radius-lg);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(253, 190, 51, 0.25);
}
.fc-about-modern .fc-about-cta-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-about-modern .fc-about-cta-phone {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--fc-gold);
    text-decoration: none;
}
.fc-about-modern .fc-about-cta-phone:hover {
    color: #ffc94d;
    text-decoration: none;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 991px) {
    .fc-about-modern .fc-about-mv-grid {
        grid-template-columns: 1fr;
    }
    .fc-about-modern .fc-about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fc-about-modern .fc-about-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .fc-about-modern .fc-about-values-grid,
    .fc-about-modern .fc-about-stats-row,
    .fc-about-modern .fc-about-why-grid {
        grid-template-columns: 1fr;
    }
    .fc-about-modern .fc-about-why-card {
        flex-direction: column;
    }
    .fc-about-modern .fc-about-cta-inner {
        flex-direction: column;
        text-align: center;
    }
    .fc-about-modern .fc-about-cta-actions {
        justify-content: center;
    }
    .fc-about-modern .fc-about-story-visual {
        margin-bottom: 2rem;
    }
}

/* Override legacy global styles inside about page */
.fc-about-modern .about,
.fc-about-modern .fact,
.fc-about-modern .faqs {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
