/* ==========================================================================
   FAMECLOCK PREMIUM FOOTER
   Unified marble / glass system with small uppercase typography
   ========================================================================== */

:root {
    --fcf-shell-bg: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(245,249,255,0.84) 42%, rgba(255,255,255,0.76));
    --fcf-card-bg: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(246,249,255,0.72));
    --fcf-card-bg-strong: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(242,247,255,0.78));
    --fcf-border: rgba(148, 163, 184, 0.18);
    --fcf-border-strong: rgba(96, 165, 250, 0.22);
    --fcf-text: #14213d;
    --fcf-text-soft: #61708f;
    --fcf-text-muted: #6b7b93;
    --fcf-accent: #2f6bff;
    --fcf-accent-2: #60a5fa;
    --fcf-accent-soft: rgba(47, 107, 255, 0.10);
    --fcf-gold: #d4a43a;
    --fcf-gold-soft: rgba(212, 164, 58, 0.14);
    --fcf-shell-shadow: 0 28px 72px rgba(15, 23, 42, 0.08);
    --fcf-card-shadow: 0 16px 36px rgba(15, 23, 42, 0.055);
    --fcf-hover-shadow: 0 18px 34px rgba(37, 99, 235, 0.14);
}

.site-footer.fc-footer-modern {
    position: relative;
    width: 100%;
    padding: 52px 16px 28px;
    background:
        radial-gradient(circle at 8% 18%, rgba(96, 165, 250, 0.10), transparent 34%),
        radial-gradient(circle at 92% 82%, rgba(212, 164, 58, 0.10), transparent 28%),
        radial-gradient(circle at 48% 0%, rgba(255,255,255,0.60), rgba(255,255,255,0) 54%);
    color: var(--fcf-text-soft);
    font-family: 'Rajdhani', 'Inter', 'Segoe UI', Arial, sans-serif;
    z-index: 10;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.site-footer.fc-footer-modern *,
.site-footer.fc-footer-modern *::before,
.site-footer.fc-footer-modern *::after {
    box-sizing: border-box;
}

.site-footer.fc-footer-modern::before,
.site-footer.fc-footer-modern::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    filter: blur(46px);
    opacity: 0.95;
}

.site-footer.fc-footer-modern::before {
    width: 280px;
    height: 280px;
    left: -72px;
    top: 32px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.18) 0%, rgba(96, 165, 250, 0) 72%);
}

.site-footer.fc-footer-modern::after {
    width: 300px;
    height: 300px;
    right: -92px;
    bottom: 18px;
    background: radial-gradient(circle, rgba(212, 164, 58, 0.16) 0%, rgba(212, 164, 58, 0) 72%);
}

.fc-footer-shell {
    position: relative;
    z-index: 1;
    width: min(1380px, 100%);
    margin: 0 auto;
    padding: 26px;
    border-radius: 34px;
    background: var(--fcf-shell-bg);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
    border: 1px solid rgba(255,255,255,0.72);
    box-shadow:
        var(--fcf-shell-shadow),
        0 1px 0 rgba(255,255,255,0.96) inset,
        0 0 0 1px rgba(148,163,184,0.06) inset;
}

.fc-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1.34fr) minmax(310px, 0.96fr);
    gap: 18px;
    align-items: stretch;
}

.fc-footer-card,
.fc-footer-stat-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: var(--fcf-card-bg);
    border: 1px solid rgba(255,255,255,0.78);
    box-shadow:
        var(--fcf-card-shadow),
        0 1px 0 rgba(255,255,255,0.88) inset;
}

.fc-footer-card::before,
.fc-footer-stat-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.95), rgba(255,255,255,0.16));
    opacity: 0.95;
    pointer-events: none;
}

.fc-footer-brand-card,
.fc-footer-links-card,
.fc-footer-cta-card,
.fc-footer-contact-card {
    padding: 24px;
}

.fc-footer-brand-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    background:
        radial-gradient(circle at top left, rgba(96, 165, 250, 0.10), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,0.90), rgba(245,248,255,0.76));
}

.fc-footer-brand-top {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.fc-footer-brand-mark {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(47, 107, 255, 0.16), rgba(96, 165, 250, 0.06) 58%, rgba(255,255,255,0.82));
    border: 1px solid rgba(96, 165, 250, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fcf-accent);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.10);
    font-size: 1.12rem;
}

.fc-footer-brand-title {
    margin: 0;
    font-family: 'Orbitron', 'Rajdhani', sans-serif;
    font-size: clamp(1.28rem, 2vw, 1.56rem);
    line-height: 1;
    font-weight: 900;
    color: var(--fcf-text);
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.fc-footer-brand-title span {
    color: var(--fcf-accent);
}

.fc-footer-brand-copy,
.fc-footer-pill,
.fc-card-eyebrow,
.fc-card-title,
.fc-footer-link,
.fc-footer-cta-copy,
.fc-footer-btn,
.fc-footer-meta-item,
.fc-footer-legal-link,
.fc-footer-stat-label,
.fc-footer-stat-sub,
.fc-region-chip,
.fc-footer-bottom-brand,
.fc-footer-company,
.fc-footer-bottom-right,
.fc-footer-payments span,
.fc-footer-powered-badge {
    font-family: 'Rajdhani', 'Inter', 'Segoe UI', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-kerning: normal;
}

.fc-footer-brand-copy {
    margin: 10px 0 0;
    max-width: 420px;
    color: var(--fcf-text-muted);
    line-height: 1.72;
    font-size: 0.70rem;
    font-weight: 700;
}

.fc-footer-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
}

.fc-footer-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(96, 165, 250, 0.15);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045);
    color: var(--fcf-text);
    font-size: 0.64rem;
    font-weight: 800;
    line-height: 1.2;
}

.fc-footer-pill i {
    color: var(--fcf-accent);
}

.fc-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fc-social-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(96, 165, 250, 0.14);
    color: var(--fcf-accent);
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.fc-social-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, var(--fcf-accent), var(--fcf-accent-2));
    color: #ffffff;
    border-color: rgba(96, 165, 250, 0.28);
    box-shadow: var(--fcf-hover-shadow);
}

.fc-footer-links-card {
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.88), rgba(245,248,255,0.74));
}

.fc-card-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
    color: var(--fcf-accent);
    font-size: 0.62rem;
    font-weight: 900;
    line-height: 1.2;
}

.fc-card-title {
    margin: 0 0 16px;
    color: var(--fcf-text);
    font-size: 0.80rem;
    line-height: 1.56;
    font-weight: 900;
}

.fc-footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
}

.fc-footer-link-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fc-footer-link {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 46px;
    padding: 11px 14px;
    border-radius: 17px;
    text-decoration: none;
    color: #30435f;
    background: rgba(255,255,255,0.80);
    border: 1px solid rgba(255,255,255,0.92);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    font-weight: 800;
    font-size: 0.66rem;
    line-height: 1.28;
}

.fc-footer-link i {
    width: 18px;
    text-align: center;
    color: var(--fcf-accent);
    font-size: 0.90rem;
    flex-shrink: 0;
}

.fc-footer-link:hover {
    transform: translateY(-2px);
    color: #0f172a;
    border-color: rgba(96, 165, 250, 0.26);
    background: rgba(255,255,255,0.95);
    box-shadow: 0 14px 26px rgba(37, 99, 235, 0.10);
}

.fc-footer-side-stack {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 18px;
    min-height: 100%;
}

.fc-footer-cta-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.12), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,0.90), rgba(244,247,255,0.76));
}

.fc-footer-cta-copy {
    color: var(--fcf-text-muted);
    line-height: 1.72;
    font-size: 0.68rem;
    font-weight: 700;
    margin: 0 0 16px;
}

.fc-footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fc-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 15px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 0.62rem;
    font-weight: 900;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.fc-footer-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--fcf-accent), var(--fcf-accent-2));
    border: 1px solid rgba(255,255,255,0.38);
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22);
}

.fc-footer-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(37, 99, 235, 0.30);
}

.fc-footer-btn-secondary {
    color: var(--fcf-accent);
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(96, 165, 250, 0.18);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.045);
}

.fc-footer-btn-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.98);
    border-color: rgba(96, 165, 250, 0.28);
}

.fc-footer-contact-card {
    background:
        radial-gradient(circle at bottom left, rgba(212, 164, 58, 0.10), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,0.88), rgba(245,248,255,0.74));
}

.fc-footer-meta-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 16px;
}

.fc-footer-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--fcf-text-soft);
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1.68;
}

.fc-footer-meta-item i {
    width: 16px;
    margin-top: 2px;
    color: var(--fcf-accent);
    flex-shrink: 0;
    text-align: center;
}

.fc-footer-meta-item a {
    color: inherit;
    text-decoration: none;
}

.fc-footer-meta-item a:hover {
    color: var(--fcf-accent);
}

.fc-footer-legal-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.fc-footer-legal-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 11px 12px;
    border-radius: 15px;
    text-decoration: none;
    color: #334155;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(255,255,255,0.95);
    font-weight: 800;
    font-size: 0.62rem;
    line-height: 1.28;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.fc-footer-legal-link i {
    color: var(--fcf-accent);
    font-size: 0.88rem;
}

.fc-footer-legal-link:hover {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.24);
    box-shadow: 0 12px 20px rgba(37, 99, 235, 0.08);
    background: rgba(255,255,255,0.95);
}

.fc-footer-stats-strip {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.48fr);
    gap: 18px;
    margin-top: 18px;
}

.fc-footer-stat-card {
    padding: 19px 20px;
    border-radius: 26px;
    background: var(--fcf-card-bg-strong);
}

.fc-footer-stat-row,
.fc-footer-regions-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.fc-footer-stat-row > div:last-child {
    min-width: 0;
}

.fc-footer-stat-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(96, 165, 250, 0.16);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.fc-footer-stat-icon.is-fire {
    background: linear-gradient(135deg, rgba(255,255,255,0.90), rgba(255,247,237,0.86));
    border-color: rgba(212, 164, 58, 0.18);
}

.fc-footer-stat-label {
    display: block;
    color: var(--fcf-accent);
    font-size: 0.60rem;
    font-weight: 900;
    line-height: 1.28;
}

.fc-footer-stat-value {
    display: block;
    margin-top: 7px;
    color: var(--fcf-text);
    font-family: 'Orbitron', 'Rajdhani', sans-serif;
    font-size: clamp(1.18rem, 2vw, 1.62rem);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fc-footer-stat-sub {
    display: block;
    margin-top: 8px;
    color: var(--fcf-text-soft);
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.58;
}

.fc-footer-regions-head {
    align-items: flex-start;
}

.fc-footer-regions-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.fc-region-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(96, 165, 250, 0.16);
    color: var(--fcf-text);
    font-size: 0.60rem;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.fc-region-chip strong {
    color: var(--fcf-accent);
    font-weight: 900;
}

.fc-region-chip.is-muted {
    border-color: rgba(148,163,184,0.18);
    color: var(--fcf-text-soft);
}

.fc-footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.88fr);
    gap: 18px;
    align-items: end;
    margin-top: 18px;
    padding: 20px 22px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(245,248,255,0.72));
    border: 1px solid rgba(255,255,255,0.82);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.04);
}

.fc-footer-bottom-brand,
.fc-footer-bottom-right {
    color: var(--fcf-text-soft);
    font-size: 0.60rem;
    font-weight: 800;
    line-height: 1.72;
}

.fc-footer-bottom-brand strong {
    color: var(--fcf-text);
    font-weight: 900;
}

.fc-footer-company {
    margin-top: 8px;
    color: var(--fcf-text-muted);
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.72;
}

.fc-footer-bottom-right {
    text-align: right;
}

.fc-footer-powered-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(96, 165, 250, 0.16);
    color: var(--fcf-text);
    font-size: 0.58rem;
    font-weight: 800;
}

.fc-footer-powered-badge i {
    color: var(--fcf-accent);
}

.fc-footer-payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
}

.fc-footer-payments span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(96, 165, 250, 0.16);
    color: var(--fcf-text);
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.2;
}

.fc-footer-payments i {
    color: var(--fcf-accent);
}

@media (max-width: 1180px) {
    .fc-footer-top {
        grid-template-columns: 1fr;
    }

    .fc-footer-side-stack {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .fc-footer-stats-strip,
    .fc-footer-bottom {
        grid-template-columns: 1fr;
    }

    .fc-footer-bottom-right {
        text-align: left;
    }

    .fc-footer-payments {
        justify-content: flex-start;
    }
}

@media (max-width: 860px) {
    .site-footer.fc-footer-modern {
        padding: 42px 12px 24px;
    }

    .fc-footer-shell {
        padding: 16px;
        border-radius: 24px;
    }

    .fc-footer-brand-card,
    .fc-footer-links-card,
    .fc-footer-cta-card,
    .fc-footer-contact-card,
    .fc-footer-stat-card,
    .fc-footer-bottom {
        padding: 18px;
        border-radius: 22px;
    }

    .fc-footer-links-grid,
    .fc-footer-legal-links,
    .fc-footer-side-stack {
        grid-template-columns: 1fr;
    }

    .fc-footer-link,
    .fc-footer-legal-link {
        min-height: 44px;
    }
}

@media (max-width: 640px) {
    .fc-footer-brand-top,
    .fc-footer-stat-row,
    .fc-footer-regions-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .fc-footer-btn,
    .fc-footer-pill,
    .fc-region-chip,
    .fc-footer-payments span,
    .fc-footer-powered-badge {
        width: 100%;
        justify-content: center;
    }

    .fc-footer-cta-actions {
        flex-direction: column;
    }

    .fc-footer-bottom {
        padding: 16px;
    }
}

/* ==========================================================================
   FOOTER CONVERGENCE PASS V3
   Tighten premium footer system without structure changes
   ========================================================================== */

.site-footer.fc-footer-modern{
    padding:58px 16px 30px;
    background:
        radial-gradient(circle at 8% 18%, rgba(96,165,250,.11), transparent 34%),
        radial-gradient(circle at 92% 82%, rgba(212,164,58,.11), transparent 28%),
        linear-gradient(180deg, rgba(241,246,252,.40), rgba(241,246,252,0));
}

.fc-footer-shell{
    width:min(1420px, 100%);
    padding:28px;
    border-radius:38px;
    background:linear-gradient(180deg, rgba(255,255,255,.90), rgba(246,249,255,.82));
    border:1px solid rgba(255,255,255,.76);
    box-shadow:
        0 30px 60px rgba(15,23,42,.09),
        0 1px 0 rgba(255,255,255,.96) inset,
        0 0 0 1px rgba(148,163,184,.06) inset;
}

.fc-footer-card,
.fc-footer-stat-card{
    border-radius:30px;
    box-shadow:
        0 18px 36px rgba(15,23,42,.06),
        0 1px 0 rgba(255,255,255,.90) inset;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.fc-footer-card:hover,
.fc-footer-stat-card:hover{
    transform:translateY(-3px);
    box-shadow:
        0 24px 42px rgba(15,23,42,.09),
        0 1px 0 rgba(255,255,255,.92) inset;
}

.fc-footer-brand-title{
    font-family:'Inter','Segoe UI',Roboto,Arial,sans-serif;
    font-size:clamp(1.24rem, 1.8vw, 1.5rem);
    letter-spacing:-.02em;
    text-transform:none;
}

.fc-footer-brand-copy{
    color:#61708f;
    font-family:'Inter','Segoe UI',Roboto,Arial,sans-serif;
    font-size:.88rem;
    font-weight:500;
    line-height:1.76;
    text-transform:none;
    letter-spacing:0;
}

.fc-footer-pill,
.fc-region-chip,
.fc-footer-payments span,
.fc-footer-powered-badge{
    min-height:38px;
    padding:0 13px;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(148,163,184,.16);
    box-shadow:0 10px 20px rgba(15,23,42,.04);
}

.fc-footer-pill,
.fc-footer-powered-badge{
    color:#182842;
}

.fc-social-btn{
    width:42px;
    height:42px;
    border-radius:15px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(148,163,184,.16);
    box-shadow:0 10px 20px rgba(15,23,42,.04);
}

.fc-social-btn:hover{
    transform:translateY(-2px);
    border-color:rgba(47,107,255,.22);
    box-shadow:0 16px 28px rgba(47,107,255,.10);
}

.fc-footer-link,
.fc-footer-legal-link,
.fc-footer-btn{
    min-height:46px;
    border-radius:16px;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.fc-footer-link,
.fc-footer-legal-link{
    background:rgba(255,255,255,.64);
    border:1px solid rgba(148,163,184,.12);
}

.fc-footer-link:hover,
.fc-footer-legal-link:hover{
    transform:translateY(-2px);
    border-color:rgba(47,107,255,.18);
    box-shadow:0 14px 24px rgba(15,23,42,.05);
}

.fc-footer-btn{
    box-shadow:0 14px 24px rgba(15,23,42,.06);
}

.fc-footer-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 32px rgba(15,23,42,.08);
}

.fc-footer-bottom{
    border-radius:24px;
    background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(247,250,255,.68));
    border:1px solid rgba(255,255,255,.70);
    box-shadow:0 14px 28px rgba(15,23,42,.05);
}

.fc-footer-bottom-brand,
.fc-footer-company,
.fc-footer-bottom-right,
.fc-footer-payments span,
.fc-footer-powered-badge{
    font-family:'Inter','Segoe UI',Roboto,Arial,sans-serif;
    letter-spacing:.06em;
}

@media (max-width:860px){
    .fc-footer-shell{
        padding:18px;
        border-radius:28px;
    }

    .fc-footer-brand-card,
    .fc-footer-links-card,
    .fc-footer-cta-card,
    .fc-footer-contact-card,
    .fc-footer-stat-card,
    .fc-footer-bottom{
        border-radius:24px;
    }
}

/* ==========================================================================
   FC_FOOTER_M10_MOBILE_REFINEMENT_START
   Footer mobile polish refinement.
   Scope: CSS-only footer layout polish. No text, no /lang, no routes, no stats logic.
   ========================================================================== */

@media (max-width: 767px) {
    .site-footer.fc-footer-modern {
        padding: 34px 10px 22px !important;
        overflow-x: hidden !important;
    }

    .site-footer.fc-footer-modern::before,
    .site-footer.fc-footer-modern::after {
        opacity: 0.58 !important;
        filter: blur(38px) !important;
    }

    .fc-footer-shell {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px !important;
        border-radius: 24px !important;
        overflow: hidden !important;
    }

    .fc-footer-top,
    .fc-footer-side-stack,
    .fc-footer-links-grid,
    .fc-footer-stats-strip,
    .fc-footer-bottom {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .fc-footer-card,
    .fc-footer-stat-card,
    .fc-footer-bottom {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 16px !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        transform: none !important;
    }

    .fc-footer-card:hover,
    .fc-footer-stat-card:hover,
    .fc-footer-link:hover,
    .fc-footer-legal-link:hover,
    .fc-footer-btn:hover,
    .fc-social-btn:hover {
        transform: none !important;
    }

    .fc-footer-card::before,
    .fc-footer-stat-card::before {
        pointer-events: none !important;
    }

    .fc-footer-brand-top,
    .fc-footer-stat-row,
    .fc-footer-regions-head {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        align-items: center !important;
        gap: 10px !important;
        text-align: center !important;
    }

    .fc-footer-brand-mark,
    .fc-footer-stat-icon {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .fc-footer-brand-title,
    .fc-card-title,
    .fc-footer-stat-value {
        max-width: 100% !important;
        text-align: center !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        line-height: 1.12 !important;
    }

    .fc-footer-brand-title {
        font-size: clamp(1.18rem, 6vw, 1.45rem) !important;
    }

    .fc-card-title {
        font-size: clamp(1.02rem, 5vw, 1.28rem) !important;
    }

    .fc-footer-brand-copy,
    .fc-footer-cta-copy,
    .fc-footer-stat-sub,
    .fc-footer-meta-item span,
    .fc-footer-company,
    .fc-footer-bottom-brand,
    .fc-footer-bottom-right {
        max-width: 100% !important;
        text-align: center !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        line-height: 1.5 !important;
    }

    .fc-footer-pills,
    .fc-footer-socials,
    .fc-footer-cta-actions,
    .fc-footer-legal-links,
    .fc-footer-payments,
    .fc-footer-regions-wrap {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
    }

    .fc-footer-link-group {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .fc-footer-link,
    .fc-footer-legal-link,
    .fc-footer-btn {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 46px !important;
        justify-content: center !important;
        text-align: center !important;
        white-space: normal !important;
        line-height: 1.14 !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .fc-footer-link i,
    .fc-footer-legal-link i,
    .fc-footer-btn i {
        flex: 0 0 auto !important;
    }

    .fc-footer-pill,
    .fc-region-chip,
    .fc-footer-payments span,
    .fc-footer-powered-badge {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 34px !important;
        padding: 7px 11px !important;
        justify-content: center !important;
        text-align: center !important;
        white-space: normal !important;
        line-height: 1.12 !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .fc-region-chip {
        flex: 0 1 auto !important;
    }

    .fc-footer-meta-list {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 9px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .fc-footer-meta-item {
        display: grid !important;
        grid-template-columns: 28px minmax(0, 1fr) !important;
        gap: 9px !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .fc-footer-bottom {
        text-align: center !important;
    }

    .fc-footer-bottom-right {
        text-align: center !important;
    }

    .fc-social-btn {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        flex: 0 0 42px !important;
    }
}

@media (max-width: 430px) {
    .site-footer.fc-footer-modern {
        padding: 28px 6px 18px !important;
    }

    .fc-footer-shell {
        padding: 8px !important;
        border-radius: 22px !important;
    }

    .fc-footer-card,
    .fc-footer-stat-card,
    .fc-footer-bottom {
        padding: 14px 12px !important;
        border-radius: 18px !important;
    }

    .fc-footer-link,
    .fc-footer-legal-link,
    .fc-footer-btn {
        min-height: 44px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .fc-footer-brand-copy,
    .fc-footer-cta-copy,
    .fc-footer-stat-sub,
    .fc-footer-company,
    .fc-footer-bottom-brand,
    .fc-footer-bottom-right {
        font-size: 0.82rem !important;
    }

    .fc-footer-pill,
    .fc-region-chip,
    .fc-footer-payments span,
    .fc-footer-powered-badge {
        font-size: 0.72rem !important;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
}

html[dir="rtl"] .site-footer.fc-footer-modern,
html[lang="ar"] .site-footer.fc-footer-modern {
    direction: rtl;
}

html[dir="rtl"] .fc-footer-link,
html[dir="rtl"] .fc-footer-legal-link,
html[dir="rtl"] .fc-footer-btn,
html[lang="ar"] .fc-footer-link,
html[lang="ar"] .fc-footer-legal-link,
html[lang="ar"] .fc-footer-btn {
    text-align: center !important;
}

@media (prefers-reduced-motion: reduce) {
    .fc-footer-card,
    .fc-footer-stat-card,
    .fc-footer-link,
    .fc-footer-legal-link,
    .fc-footer-btn,
    .fc-social-btn {
        transition: none !important;
        animation: none !important;
    }
}

/* ==========================================================================
   FC_FOOTER_M10_MOBILE_REFINEMENT_END
   ========================================================================== */
