/* ==========================================================================
   FAMECLOCK ECOSYSTEM - PREMIUM MARBLE / GLASS SYSTEM
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

:root {
    --eco-accent: #60a5fa !important;
    --eco-accent-strong: #3b82f6 !important;
    --eco-accent-glow: rgba(96, 165, 250, 0.18) !important;
    --eco-gold: #d97706 !important;
    --eco-gold-glow: rgba(217, 119, 6, 0.18) !important;
    --eco-text: #1e293b !important;
    --eco-muted: #64748b !important;
    --eco-border: rgba(148, 163, 184, 0.22) !important;
    --eco-panel: rgba(255, 255, 255, 0.60) !important;
    --eco-panel-strong: rgba(255, 255, 255, 0.78) !important;
    --eco-white-border: rgba(255, 255, 255, 0.88) !important;
    --eco-shadow: 0 24px 54px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.82) !important;
}

#sciFiBg,
.cyber-grid,
.soft-vignette,
canvas {
    display: none !important;
}

body.ecosystem-page {
    background: linear-gradient(-45deg, #ffffff, #eef3f7, #ffffff, #e5edf2, #ffffff) !important;
    background-size: 400% 400% !important;
    animation: EcoMarbleFlow 16s ease infinite !important;
    color: var(--eco-text) !important;
    font-family: 'Roboto', sans-serif !important;
    margin: 0 !important;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

body.ecosystem-page::before,
body.ecosystem-page::after {
    content: "";
    position: fixed;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    filter: blur(12px);
}

body.ecosystem-page::before {
    top: 90px;
    left: -150px;
    width: 330px;
    height: 330px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.12) 0%, rgba(96, 165, 250, 0) 72%);
}

body.ecosystem-page::after {
    right: -110px;
    bottom: 90px;
    width: 290px;
    height: 290px;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.10) 0%, rgba(217, 119, 6, 0) 72%);
}

@keyframes EcoMarbleFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.eco-orb {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(8px);
}

.eco-orb--one {
    top: 170px;
    right: 8%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.16) 0%, rgba(96, 165, 250, 0) 72%);
}

.eco-orb--two {
    left: 7%;
    bottom: 14%;
    width: 190px;
    height: 190px;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.12) 0%, rgba(217, 119, 6, 0) 72%);
}

.eco-shell {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 132px 0 80px;
}

.eco-panel {
    position: relative;
    overflow: hidden;
    background: var(--eco-panel) !important;
    border: 1px solid var(--eco-white-border) !important;
    border-radius: 30px !important;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: var(--eco-shadow) !important;
}

.eco-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0.44), rgba(255,255,255,0.10));
    pointer-events: none;
}

.eco-hero,
.eco-overview,
.eco-footer-note {
    padding: 34px 34px 36px;
}

.eco-hero {
    text-align: center;
}

.eco-badge,
.eco-kicker,
.eco-path-index,
.eco-pill span,
.eco-chip span,
.eco-feature-list span,
.eco-btn span {
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.eco-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(96, 165, 250, 0.22);
    background: rgba(255,255,255,0.82);
    color: var(--eco-accent);
    box-shadow: 0 10px 20px rgba(96, 165, 250, 0.10);
    font: 900 0.72rem/1 'Rajdhani', sans-serif;
}

.eco-badge i {
    font-size: 0.86rem;
}

.eco-headline,
.eco-overview h2,
.eco-path h2,
.eco-footer-note h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--eco-text);
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.eco-headline {
    margin-top: 24px;
    font-size: clamp(2rem, 4.8vw, 3.8rem);
    line-height: 1.08;
}

.eco-subheadline,
.eco-overview p,
.eco-path p,
.eco-footer-note p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--eco-muted);
    font: 700 0.92rem/1.8 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.eco-subheadline {
    width: min(800px, 100%);
    margin: 18px auto 0;
}

.eco-pill-row {
    position: relative;
    z-index: 1;
    margin-top: 26px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.eco-pill {
    min-width: 250px;
    padding: 14px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.74);
    border: 1px solid var(--eco-border);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.eco-pill span {
    display: block;
    color: var(--eco-accent);
    font: 800 0.64rem/1 'Rajdhani', sans-serif;
}

.eco-pill strong {
    display: block;
    margin-top: 8px;
    color: var(--eco-text);
    font: 900 0.76rem/1.4 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.eco-overview {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1.2fr 0.95fr;
    gap: 24px;
    align-items: center;
}

.eco-kicker {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: var(--eco-accent);
    font: 900 0.68rem/1 'Rajdhani', sans-serif;
}

.eco-overview h2 {
    margin-top: 12px;
    font-size: clamp(1.2rem, 2.3vw, 2rem);
    line-height: 1.2;
}

.eco-overview p {
    margin-top: 16px;
}

.eco-chip-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.eco-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(96, 165, 250, 0.16);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.eco-chip i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(96, 165, 250, 0.10);
    color: var(--eco-accent-strong);
    font-size: 0.95rem;
}

.eco-chip span {
    color: var(--eco-text);
    font: 900 0.68rem/1.45 'Rajdhani', sans-serif;
}

.eco-path-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.eco-path {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.eco-path:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 58px rgba(15, 23, 42, 0.10), inset 0 1px 0 rgba(255,255,255,0.86) !important;
    background: var(--eco-panel-strong) !important;
}

.eco-path-top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.eco-path-index {
    color: var(--eco-muted);
    font: 900 0.66rem/1 'Rajdhani', sans-serif;
}

.eco-path-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: rgba(255,255,255,0.84);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
    font-size: 1.2rem;
}

.eco-path--creators {
    border-color: rgba(217, 119, 6, 0.14) !important;
}

.eco-path--creators .eco-path-icon {
    color: var(--eco-gold);
    box-shadow: 0 16px 28px rgba(217, 119, 6, 0.12);
}

.eco-path--brands {
    border-color: rgba(96, 165, 250, 0.18) !important;
}

.eco-path--brands .eco-path-icon {
    color: var(--eco-accent-strong);
    box-shadow: 0 16px 28px rgba(96, 165, 250, 0.12);
}

.eco-path h2 {
    font-size: clamp(1.1rem, 2vw, 1.65rem);
    line-height: 1.25;
}

.eco-feature-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.eco-feature-list span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.84);
    border: 1px solid var(--eco-border);
    color: var(--eco-text);
    font: 900 0.63rem/1 'Rajdhani', sans-serif;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
}

.eco-btn {
    position: relative;
    z-index: 1;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    font: 900 0.72rem/1 'Rajdhani', sans-serif;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.10);
}

.eco-btn--gold {
    background: rgba(217, 119, 6, 0.10);
    border: 1px solid rgba(217, 119, 6, 0.24);
    color: var(--eco-gold);
}

.eco-btn--blue {
    background: rgba(96, 165, 250, 0.10);
    border: 1px solid rgba(96, 165, 250, 0.24);
    color: var(--eco-accent-strong);
}

.eco-path:hover .eco-btn--gold {
    background: var(--eco-gold);
    color: #ffffff;
}

.eco-path:hover .eco-btn--blue {
    background: var(--eco-accent-strong);
    color: #ffffff;
}

.eco-discovery {
    margin-top: 24px;
    padding: 32px 34px 36px;
}

.eco-discovery-head {
    position: relative;
    z-index: 1;
    max-width: 840px;
}

.eco-discovery-head h2 {
    margin-top: 12px;
    font-size: clamp(1.15rem, 2.2vw, 1.9rem);
    line-height: 1.2;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--eco-text);
}

.eco-discovery-head p {
    margin-top: 14px;
    color: var(--eco-muted);
    font: 700 0.9rem/1.8 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.eco-discovery-grid {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.eco-discovery-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,0.84);
    border: 1px solid var(--eco-border);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.05);
}

.eco-discovery-card--gold {
    border-color: rgba(217, 119, 6, 0.18);
}

.eco-discovery-card--blue {
    border-color: rgba(96, 165, 250, 0.20);
}

.eco-discovery-card--slate {
    border-color: rgba(148, 163, 184, 0.24);
}

.eco-discovery-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.06);
    font-size: 1rem;
}

.eco-discovery-card--gold .eco-discovery-icon {
    color: var(--eco-gold);
    box-shadow: 0 14px 26px rgba(217, 119, 6, 0.10);
}

.eco-discovery-card--blue .eco-discovery-icon {
    color: var(--eco-accent-strong);
    box-shadow: 0 14px 26px rgba(96, 165, 250, 0.10);
}

.eco-discovery-card--slate .eco-discovery-icon {
    color: #475569;
}

.eco-discovery-card h3 {
    margin: 0;
    color: var(--eco-text);
    font: 900 1rem/1.25 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.eco-discovery-card p {
    margin: 0;
    color: var(--eco-muted);
    font: 700 0.82rem/1.75 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.eco-discovery-links {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

.eco-discovery-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(148, 163, 184, 0.18);
    text-decoration: none;
    color: var(--eco-text);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.eco-discovery-link:hover {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.24);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.07);
}

.eco-discovery-link span {
    font: 900 0.72rem/1 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.eco-discovery-link i {
    color: var(--eco-muted);
    font-size: 0.8rem;
}

.eco-footer-note {
    margin-top: 24px;
}

.eco-footer-note h3 {
    margin-top: 12px;
    font-size: clamp(1rem, 1.8vw, 1.45rem);
    line-height: 1.25;
}

.eco-footer-note p {
    margin-top: 12px;
}

@media (max-width: 960px) {
    .eco-overview,
    .eco-path-grid,
    .eco-discovery-grid {
        grid-template-columns: 1fr;
    }

    .eco-chip-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .eco-shell {
        width: min(100% - 24px, 100%);
        padding: 116px 0 60px;
    }

    .eco-hero,
    .eco-overview,
    .eco-footer-note,
    .eco-discovery,
    .eco-path {
        padding: 24px 18px;
        border-radius: 24px !important;
    }

    .eco-headline {
        font-size: clamp(1.55rem, 8vw, 2.4rem);
    }

    .eco-subheadline,
    .eco-overview p,
    .eco-path p,
    .eco-footer-note p {
        font-size: 0.82rem;
        letter-spacing: 0.06em;
    }

    .eco-pill-row,
    .eco-feature-list {
        gap: 8px;
    }

    .eco-pill,
    .eco-chip,
    .eco-feature-list span {
        width: 100%;
    }

    .eco-chip-grid {
        grid-template-columns: 1fr;
    }

    .eco-path-icon {
        width: 50px;
        height: 50px;
        border-radius: 16px;
    }
}

/* ==========================================================================
   ECOSYSTEM EXECUTIVE WOW PASS
   Stronger authority / premium enterprise presence
   ========================================================================== */

:root {
    --eco-premium-shadow: 0 30px 70px rgba(15, 23, 42, 0.10), 0 10px 22px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255,255,255,0.92), inset 0 0 0 1px rgba(15, 23, 42, 0.04);
    --eco-premium-shadow-hover: 0 38px 88px rgba(15, 23, 42, 0.14), 0 16px 34px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.96), inset 0 0 0 1px rgba(15, 23, 42, 0.05);
    --eco-soft-blue: rgba(96, 165, 250, 0.12);
    --eco-soft-gold: rgba(217, 119, 6, 0.10);
}

body.ecosystem-page {
    background:
        radial-gradient(circle at 50% -8%, rgba(96, 165, 250, 0.12), rgba(96, 165, 250, 0) 28%),
        radial-gradient(circle at 100% 100%, rgba(217, 119, 6, 0.08), rgba(217, 119, 6, 0) 24%),
        linear-gradient(180deg, #f8fbfd 0%, #eef4f7 44%, #ffffff 100%) !important;
    background-size: auto !important;
    animation: none !important;
}

.eco-shell {
    width: min(1240px, calc(100% - 40px));
    padding-top: 148px;
}

.eco-panel {
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.94) !important;
    box-shadow: var(--eco-premium-shadow) !important;
}

.eco-hero {
    position: relative;
    padding: 52px 52px 54px;
    background:
        radial-gradient(circle at 50% 0%, rgba(96, 165, 250, 0.16), rgba(96, 165, 250, 0) 42%),
        linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.78)) !important;
    box-shadow: var(--eco-premium-shadow-hover) !important;
}

.eco-hero::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    top: 0;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(96,165,250,0.40), rgba(255,255,255,0));
    pointer-events: none;
}

.eco-badge {
    padding: 12px 20px;
    border-color: rgba(96, 165, 250, 0.28);
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.84));
    box-shadow: 0 14px 30px rgba(96, 165, 250, 0.12);
}

.eco-badge i {
    font-size: 0.9rem;
}

.eco-headline {
    max-width: 12ch;
    margin: 26px auto 0;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: 0.028em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.92);
}

.eco-subheadline {
    max-width: 760px;
    margin-top: 20px;
    color: #334155;
}

.eco-pill-row {
    gap: 16px;
    margin-top: 30px;
}

.eco-pill {
    position: relative;
    min-width: 290px;
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.86));
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.eco-pill::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.92), rgba(255,255,255,0));
    pointer-events: none;
}

.eco-pill strong {
    font-size: 0.86rem;
    line-height: 1.5;
    color: #0f172a;
}

.eco-overview,
.eco-discovery,
.eco-footer-note {
    background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.70)) !important;
}

.eco-chip {
    min-height: 70px;
    padding: 16px 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,250,252,0.84));
    border-color: rgba(148, 163, 184, 0.20);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.eco-chip i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,245,249,0.90));
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
    flex: 0 0 42px;
}

.eco-path-grid {
    gap: 28px;
}

.eco-path {
    position: relative;
    overflow: hidden;
    padding: 34px;
    gap: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.70)) !important;
}

.eco-path::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 3px;
    border-radius: 0 0 999px 999px;
    pointer-events: none;
    opacity: 0.95;
}

.eco-path--creators::before {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(217,119,6,0.72), rgba(255,255,255,0));
}

.eco-path--brands::before {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(59,130,246,0.72), rgba(255,255,255,0));
}

.eco-path::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.40), rgba(255,255,255,0) 42%);
    opacity: 0.72;
    pointer-events: none;
}

.eco-path:hover,
.eco-path:focus-visible {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--eco-premium-shadow-hover) !important;
}

.eco-path-top {
    margin-bottom: 4px;
}

.eco-path-index {
    color: #64748b;
}

.eco-path-icon {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.82);
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,245,249,0.88));
}

.eco-path--creators .eco-path-icon {
    box-shadow: 0 18px 32px rgba(217, 119, 6, 0.16);
}

.eco-path--brands .eco-path-icon {
    box-shadow: 0 18px 32px rgba(59, 130, 246, 0.16);
}

.eco-path h2 {
    font-size: clamp(1.2rem, 2vw, 1.78rem);
    line-height: 1.18;
}

.eco-feature-list {
    gap: 12px;
}

.eco-feature-list span {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.eco-btn {
    min-height: 54px;
    padding: 0 20px;
    border-radius: 18px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.eco-btn--gold {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border: 1px solid rgba(217, 119, 6, 0.34);
    color: #ffffff;
}

.eco-btn--blue {
    background: linear-gradient(135deg, #60a5fa, #2563eb);
    border: 1px solid rgba(59, 130, 246, 0.34);
    color: #ffffff;
}

.eco-btn i {
    font-size: 0.78rem;
}

.eco-path:hover .eco-btn,
.eco-path:focus-visible .eco-btn {
    transform: translateX(2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.eco-discovery {
    padding: 38px 38px 42px;
}

.eco-discovery-grid {
    gap: 20px;
}

.eco-discovery-card {
    position: relative;
    overflow: hidden;
    padding: 26px;
    gap: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.88));
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.eco-discovery-card::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(148,163,184,0.48), rgba(255,255,255,0));
    pointer-events: none;
}

.eco-discovery-card--gold::before {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(217,119,6,0.62), rgba(255,255,255,0));
}

.eco-discovery-card--blue::before {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(59,130,246,0.62), rgba(255,255,255,0));
}

.eco-discovery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 48px rgba(15, 23, 42, 0.10);
}

.eco-discovery-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.88);
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,245,249,0.88));
}

.eco-discovery-link {
    min-height: 50px;
    padding: 13px 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.90));
}

.eco-discovery-link:hover,
.eco-discovery-link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.fc-ui-strip-v2--ecosystem .fc-ui-strip-v2__shell {
    box-shadow: var(--eco-premium-shadow) !important;
}

@media (max-width: 720px) {
    .eco-shell {
        width: min(100% - 20px, 100%);
        padding-top: 116px;
    }

    .eco-hero {
        padding: 28px 18px 30px;
    }

    .eco-pill {
        min-width: 100%;
    }

    .eco-path {
        padding: 26px 18px;
    }

    .eco-discovery {
        padding: 24px 18px 28px;
    }
}
/* ==========================================================================
   ECOSYSTEM REFINEMENT PASS 1
   Hero / overview / path cards / discovery premium polish
   ========================================================================== */

.eco-shell{
    width:min(1260px, calc(100% - 40px));
    padding-top:152px;
    padding-bottom:92px;
}

.eco-hero{
    padding:56px 52px 58px;
    border-radius:36px !important;
}

.eco-badge{
    min-height:42px;
    padding:0 18px;
    border-radius:999px;
    font-size:.74rem;
    letter-spacing:.14em;
}

.eco-headline{
    max-width:11.5ch;
    margin:28px auto 0;
    font-size:clamp(2.5rem, 5vw, 4.8rem);
    line-height:1.02;
    letter-spacing:.022em;
}

.eco-subheadline{
    max-width:780px;
    margin-top:20px;
    font-size:1rem;
    line-height:1.76;
}

.eco-pill-row{
    gap:16px;
    margin-top:30px;
}

.eco-pill{
    min-width:290px;
    padding:18px 20px;
    border-radius:20px;
}

.eco-pill span{
    font-size:.66rem;
    letter-spacing:.12em;
}

.eco-pill strong{
    margin-top:9px;
    font-size:.84rem;
    line-height:1.48;
    letter-spacing:.08em;
}

.eco-overview{
    gap:30px;
    padding:36px 38px 38px;
    border-radius:30px !important;
}

.eco-kicker{
    font-size:.72rem;
    letter-spacing:.14em;
}

.eco-overview h2{
    margin-top:12px;
    font-size:clamp(1.24rem, 2.2vw, 2rem);
    line-height:1.18;
}

.eco-overview p{
    margin-top:16px;
    max-width:68ch;
    font-size:.98rem;
    line-height:1.74;
}

.eco-chip-grid{
    gap:14px;
}

.eco-chip{
    min-height:72px;
    padding:16px 18px;
    border-radius:20px;
}

.eco-chip i{
    width:42px;
    height:42px;
    border-radius:14px;
    font-size:1rem;
    flex:0 0 42px;
}

.eco-chip span{
    font-size:.74rem;
    line-height:1.42;
    letter-spacing:.1em;
}

.eco-path-grid{
    gap:28px;
    margin-top:28px;
}

.eco-path{
    padding:34px;
    gap:20px;
    border-radius:30px !important;
}

.eco-path-top{
    align-items:flex-start;
    gap:18px;
}

.eco-path-index{
    font-size:.7rem;
    letter-spacing:.14em;
}

.eco-path-icon{
    width:66px;
    height:66px;
    border-radius:22px;
    font-size:1.22rem;
}

.eco-path h2{
    font-size:clamp(1.22rem, 2vw, 1.8rem);
    line-height:1.18;
}

.eco-path p{
    font-size:.98rem;
    line-height:1.72;
}

.eco-feature-list{
    gap:12px;
}

.eco-feature-list span{
    min-height:40px;
    padding:11px 14px;
    border-radius:16px;
    font-size:.66rem;
    letter-spacing:.1em;
}

.eco-btn{
    min-height:54px;
    padding:0 20px;
    border-radius:18px;
    font-size:.76rem;
    letter-spacing:.12em;
}

.eco-discovery{
    padding:40px 40px 44px;
    border-radius:32px !important;
}

.eco-discovery-head{
    max-width:860px;
}

.eco-discovery-head h2{
    margin-top:12px;
    font-size:clamp(1.2rem, 2.2vw, 1.95rem);
    line-height:1.18;
}

.eco-discovery-head p{
    margin-top:14px;
    font-size:.96rem;
    line-height:1.74;
}

.eco-discovery-grid{
    gap:20px;
    margin-top:24px;
}

.eco-discovery-card{
    padding:26px;
    gap:16px;
    border-radius:24px;
}

.eco-discovery-icon{
    width:58px;
    height:58px;
    border-radius:20px;
    font-size:1.04rem;
}

.eco-discovery-card h3{
    font-size:1.02rem;
    line-height:1.24;
}

.eco-discovery-card p{
    font-size:.92rem;
    line-height:1.68;
}

.eco-discovery-links{
    gap:10px;
}

.eco-discovery-link{
    min-height:50px;
    padding:13px 16px;
    border-radius:16px;
}

.eco-discovery-link span{
    font-size:.74rem;
    letter-spacing:.12em;
}

.eco-footer-note{
    padding:34px 36px 38px;
    border-radius:30px !important;
}

.eco-footer-note h3{
    margin-top:12px;
    font-size:clamp(1.06rem, 1.9vw, 1.48rem);
    line-height:1.22;
}

.eco-footer-note p{
    margin-top:14px;
    max-width:78ch;
    font-size:.98rem;
    line-height:1.74;
}

@media (max-width:960px){
    .eco-overview,
    .eco-path-grid,
    .eco-discovery-grid{
        grid-template-columns:1fr;
    }

    .eco-shell{
        width:min(100% - 28px, 100%);
    }
}

@media (max-width:720px){
    .eco-shell{
        width:min(100% - 20px, 100%);
        padding-top:118px;
        padding-bottom:58px;
    }

    .eco-hero{
        padding:28px 18px 30px;
        border-radius:24px !important;
    }

    .eco-overview,
    .eco-discovery,
    .eco-footer-note,
    .eco-path{
        padding:24px 18px;
        border-radius:24px !important;
    }

    .eco-headline{
        max-width:none;
        font-size:clamp(1.8rem, 8.5vw, 2.8rem);
    }

    .eco-subheadline,
    .eco-overview p,
    .eco-path p,
    .eco-discovery-head p,
    .eco-discovery-card p,
    .eco-footer-note p{
        font-size:.95rem;
        line-height:1.68;
    }

    .eco-pill{
        min-width:100%;
    }

    .eco-chip-grid{
        grid-template-columns:1fr;
    }
}
/* ==========================================================================
   ECOSYSTEM REFINEMENT PASS 2
   Path cards deeper polish — creators / brands card hierarchy
   ========================================================================== */

.eco-path{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    justify-content:flex-start;
}

.eco-path > *{
    position:relative;
    z-index:1;
}

.eco-path::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.42), rgba(255,255,255,0) 40%),
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0));
    pointer-events:none;
    opacity:.9;
}

.eco-path--creators{
    background:
        radial-gradient(circle at top right, rgba(217,119,6,.08), rgba(255,255,255,0) 34%),
        linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.72)) !important;
}

.eco-path--brands{
    background:
        radial-gradient(circle at top right, rgba(59,130,246,.09), rgba(255,255,255,0) 34%),
        linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.72)) !important;
}

.eco-path-top{
    margin-bottom:2px;
}

.eco-path-index{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:0 10px;
    border-radius:999px;
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.92));
    border:1px solid rgba(226,232,240,.92);
    box-shadow:0 8px 16px rgba(15,23,42,.04);
    font-size:.68rem;
    letter-spacing:.14em;
}

.eco-path--creators .eco-path-index{
    color:#b45309;
    border-color:rgba(217,119,6,.18);
    background:linear-gradient(180deg, rgba(255,248,235,.98), rgba(255,243,214,.92));
}

.eco-path--brands .eco-path-index{
    color:#2563eb;
    border-color:rgba(59,130,246,.18);
    background:linear-gradient(180deg, rgba(239,246,255,.98), rgba(219,234,254,.92));
}

.eco-path-icon{
    position:relative;
    overflow:hidden;
}

.eco-path-icon::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,0));
    pointer-events:none;
}

.eco-path--creators .eco-path-icon{
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,247,237,.90));
    border:1px solid rgba(217,119,6,.18);
}

.eco-path--brands .eco-path-icon{
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(239,246,255,.90));
    border:1px solid rgba(59,130,246,.18);
}

.eco-path h2{
    max-width:16ch;
    letter-spacing:.02em;
}

.eco-path p{
    max-width:62ch;
}

.eco-feature-list{
    align-items:flex-start;
}

.eco-feature-list span{
    min-height:40px;
    padding:11px 14px;
    border-radius:16px;
    font-size:.66rem;
    letter-spacing:.1em;
}

.eco-path--creators .eco-feature-list span{
    background:linear-gradient(180deg, rgba(255,250,240,.98), rgba(255,255,255,.90));
    border-color:rgba(217,119,6,.16);
}

.eco-path--brands .eco-feature-list span{
    background:linear-gradient(180deg, rgba(239,246,255,.98), rgba(255,255,255,.90));
    border-color:rgba(59,130,246,.16);
}

.eco-btn{
    align-self:flex-start;
    min-width:220px;
    justify-content:center;
    text-align:center;
}

.eco-path:hover .eco-btn,
.eco-path:focus-visible .eco-btn{
    transform:translateY(-1px);
}

@media (max-width:720px){
    .eco-path h2,
    .eco-path p{
        max-width:none;
    }

    .eco-btn{
        width:100%;
        min-width:0;
    }
}
/* ==========================================================================
   ECOSYSTEM REFINEMENT PASS 3
   Discovery section deeper polish
   ========================================================================== */

.eco-discovery{
    position:relative;
    overflow:hidden;
    isolation:isolate;
}

.eco-discovery::after{
    content:"";
    position:absolute;
    left:30px;
    right:30px;
    top:0;
    height:2px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg, rgba(255,255,255,0), rgba(148,163,184,.32), rgba(255,255,255,0));
    pointer-events:none;
}

.eco-discovery > *{
    position:relative;
    z-index:1;
}

.eco-discovery-head{
    max-width:880px;
}

.eco-discovery-head h2{
    max-width:18ch;
    letter-spacing:.025em;
}

.eco-discovery-head p{
    max-width:72ch;
}

.eco-discovery-grid{
    align-items:stretch;
}

.eco-discovery-card{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    justify-content:flex-start;
}

.eco-discovery-card > *{
    position:relative;
    z-index:1;
}

.eco-discovery-card::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.40), rgba(255,255,255,0) 42%),
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0));
    pointer-events:none;
    opacity:.92;
}

.eco-discovery-card--gold{
    background:
        radial-gradient(circle at top right, rgba(217,119,6,.08), rgba(255,255,255,0) 36%),
        linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,250,252,.90)) !important;
}

.eco-discovery-card--blue{
    background:
        radial-gradient(circle at top right, rgba(59,130,246,.08), rgba(255,255,255,0) 36%),
        linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,250,252,.90)) !important;
}

.eco-discovery-card--slate{
    background:
        radial-gradient(circle at top right, rgba(148,163,184,.08), rgba(255,255,255,0) 36%),
        linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,250,252,.90)) !important;
}

.eco-discovery-icon{
    position:relative;
    overflow:hidden;
}

.eco-discovery-icon::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,0));
    pointer-events:none;
}

.eco-discovery-card h3{
    max-width:16ch;
    letter-spacing:.02em;
}

.eco-discovery-card p{
    max-width:34ch;
}

.eco-discovery-links{
    margin-top:auto;
}

.eco-discovery-link{
    position:relative;
    overflow:hidden;
    min-height:52px;
    padding:14px 16px;
    border-radius:16px;
}

.eco-discovery-link::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,0));
    pointer-events:none;
}

.eco-discovery-link > *{
    position:relative;
    z-index:1;
}

.eco-discovery-link span{
    font-size:.74rem;
    letter-spacing:.12em;
}

.eco-discovery-card--gold .eco-discovery-link:hover,
.eco-discovery-card--gold .eco-discovery-link:focus-visible{
    border-color:rgba(217,119,6,.24);
}

.eco-discovery-card--blue .eco-discovery-link:hover,
.eco-discovery-card--blue .eco-discovery-link:focus-visible{
    border-color:rgba(59,130,246,.24);
}

.eco-discovery-card--slate .eco-discovery-link:hover,
.eco-discovery-card--slate .eco-discovery-link:focus-visible{
    border-color:rgba(148,163,184,.26);
}

@media (max-width:720px){
    .eco-discovery-head h2,
    .eco-discovery-card h3,
    .eco-discovery-card p{
        max-width:none;
    }

    .eco-discovery::after{
        left:18px;
        right:18px;
    }
}
