:root {
    --efc-bg: #020711;
    --efc-bg-2: #071029;
    --efc-ink: #ffffff;
    --efc-muted: rgba(255,255,255,.72);
    --efc-soft: rgba(255,255,255,.12);
    --efc-line: rgba(255,255,255,.16);
    --efc-accent-1: #17d7ff;
    --efc-accent-2: #9b5cff;
    --efc-accent-3: #31f6c6;
    --efc-radius: 28px;
    --efc-glow: 0 0 44px rgba(23,215,255,.32), 0 0 90px rgba(155,92,255,.20);
    --efc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.efora-channel-theme {
    margin: 0;
    font-family: var(--efc-font);
    background: var(--efc-bg);
    color: var(--efc-ink);
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.efc-site-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 78% 18%, rgba(23,215,255,.18), transparent 32%),
        radial-gradient(circle at 85% 65%, rgba(155,92,255,.22), transparent 34%),
        linear-gradient(180deg, #030712 0%, #071026 54%, #020711 100%);
    position: relative;
}
.efc-site-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(circle at center, black, transparent 72%);
    opacity: .22;
    z-index: 0;
}
.efc-header {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1480px, calc(100% - 44px));
    min-height: 74px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 14px 22px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 999px;
    background: rgba(3, 7, 18, .56);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 70px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.06);
}
.efc-brand { display: flex; align-items: center; gap: 16px; min-width: 220px; }
.efc-brand-mark { position: relative; width: 38px; height: 32px; display: inline-grid; align-items: center; }
.efc-brand-mark span {
    display: block; height: 6px; width: 34px; border-radius: 999px;
    background: linear-gradient(90deg, var(--efc-accent-3), var(--efc-accent-1), var(--efc-accent-2));
    box-shadow: 0 0 20px rgba(23,215,255,.45);
    margin: 2px 0;
}
.efc-brand-mark span:nth-child(2) { width: 27px; margin-left: 7px; opacity: .86; }
.efc-brand-mark span:nth-child(3) { width: 20px; margin-left: 14px; opacity: .74; }
.efc-brand-text strong { display: block; letter-spacing: .32em; text-transform: uppercase; font-size: 23px; line-height: 1; font-weight: 700; }
.efc-brand-text em { display: block; margin-top: 7px; letter-spacing: .42em; text-transform: uppercase; color: var(--efc-accent-3); font-style: normal; font-size: 10px; }
.efc-nav { display: flex; justify-content: flex-end; flex: 1; }
.efc-menu, .efc-footer-menu { display: flex; align-items: center; gap: clamp(18px, 3vw, 48px); list-style: none; padding: 0; margin: 0; }
.efc-menu a { color: rgba(255,255,255,.78); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; transition: color .25s ease, text-shadow .25s ease; }
.efc-menu a:hover { color: #fff; text-shadow: 0 0 18px rgba(23,215,255,.65); }
.efc-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--efc-line); background: rgba(255,255,255,.04); border-radius: 16px; padding: 11px; }
.efc-menu-toggle span { display: block; height: 2px; background: #fff; border-radius: 999px; margin: 5px 0; }

.efc-hero { min-height: 100vh; position: relative; overflow: hidden; display: grid; align-items: center; padding: 144px 0 80px; z-index: 1; }
.efc-particles { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .88; z-index: 1; }
.efc-hero::before,
.efc-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(16px);
    opacity: .75;
    pointer-events: none;
    z-index: 0;
}
.efc-hero::before { width: 680px; height: 680px; right: 4%; top: 16%; background: radial-gradient(circle, rgba(23,215,255,.17), rgba(155,92,255,.10) 43%, transparent 70%); animation: efcPulse 8s ease-in-out infinite; }
.efc-hero::after { width: 1080px; height: 280px; right: -8%; bottom: 6%; background: linear-gradient(90deg, transparent, rgba(23,215,255,.20), rgba(155,92,255,.18), transparent); transform: rotate(-12deg); animation: efcDrift 12s ease-in-out infinite; }
.efc-hero-grid { position: relative; z-index: 3; width: min(1480px, calc(100% - 72px)); margin: 0 auto; display: grid; grid-template-columns: minmax(420px, .88fr) minmax(520px, 1.12fr); align-items: center; gap: clamp(30px, 5vw, 80px); }
.efc-eyebrow { display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.84); font-size: 14px; letter-spacing: .42em; text-transform: uppercase; font-weight: 800; margin-bottom: 34px; }
.efc-eyebrow span { width: 62px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--efc-accent-3), var(--efc-accent-2)); box-shadow: 0 0 18px rgba(23,215,255,.75); }
.efc-hero h1 { font-size: clamp(54px, 7.2vw, 112px); line-height: .96; letter-spacing: -.065em; margin: 0 0 32px; font-weight: 600; max-width: 820px; }
.efc-hero h1 span { background: linear-gradient(100deg, var(--efc-accent-1), var(--efc-accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.efc-subheadline { max-width: 560px; color: var(--efc-muted); font-size: clamp(21px, 2.4vw, 30px); line-height: 1.45; margin: 0 0 38px; }
.efc-cta-row { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.efc-cta-row.center { justify-content: center; }
.efc-btn { min-height: 62px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 28px; border-radius: 22px; border: 1px solid rgba(255,255,255,.18); font-weight: 800; font-size: 15px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.efc-btn:hover { transform: translateY(-2px); }
.efc-btn-primary { background: linear-gradient(135deg, rgba(23,215,255,.92), rgba(155,92,255,.95)); box-shadow: 0 0 34px rgba(23,215,255,.28), 0 0 60px rgba(155,92,255,.18); color: #fff; }
.efc-btn-ghost { background: rgba(255,255,255,.04); border-color: rgba(23,215,255,.45); color: #fff; backdrop-filter: blur(14px); }
.efc-play { width: 30px; height: 30px; border: 2px solid rgba(255,255,255,.8); border-radius: 999px; position: relative; flex: 0 0 auto; }
.efc-play::after { content: ""; position: absolute; top: 8px; left: 11px; border-left: 9px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.efc-people { width: 28px; height: 28px; position: relative; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; flex: 0 0 auto; }
.efc-people::before, .efc-people::after { content: ""; position: absolute; border-radius: 999px; border: 1px solid rgba(255,255,255,.75); }
.efc-people::before { width: 7px; height: 7px; top: 6px; left: 9px; }
.efc-people::after { width: 16px; height: 8px; bottom: 5px; left: 5px; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.efc-hero-visual { min-height: 620px; position: relative; }
.efc-stage { position: absolute; inset: 0; display: grid; place-items: center; perspective: 1200px; }
.efc-ring { width: clamp(360px, 42vw, 640px); height: clamp(360px, 42vw, 640px); border-radius: 999px; position: relative; background: radial-gradient(circle, rgba(3,7,18,.82) 0 42%, transparent 43%), conic-gradient(from 40deg, rgba(23,215,255,.95), rgba(155,92,255,.88), rgba(49,246,198,.7), rgba(23,215,255,.95)); box-shadow: inset 0 0 60px rgba(255,255,255,.13), 0 0 80px rgba(23,215,255,.3), 0 0 130px rgba(155,92,255,.22); animation: efcRingRotate 22s linear infinite; }
.efc-ring::before, .efc-ring::after { content: ""; position: absolute; inset: 10%; border-radius: inherit; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 0 40px rgba(23,215,255,.18); }
.efc-ring::after { inset: -12%; border-color: rgba(155,92,255,.20); transform: rotateX(62deg) rotateZ(-18deg); }
.efc-ring-core { position: absolute; inset: 24%; display: grid; place-items: center; align-content: center; border-radius: inherit; background: radial-gradient(circle, rgba(0,0,0,.45), rgba(3,7,18,.7)); animation: efcCounterRotate 22s linear infinite; }
.efc-ring-core strong { display: block; font-size: clamp(38px, 5vw, 78px); line-height: 1; font-weight: 500; letter-spacing: -.03em; }
.efc-ring-core span { display: block; margin-top: 18px; color: var(--efc-accent-3); letter-spacing: .42em; text-transform: uppercase; font-weight: 800; font-size: clamp(12px, 1.3vw, 18px); }
.efc-float-card { position: absolute; width: 190px; min-height: 118px; padding: 20px; border-radius: 22px; border: 1px solid rgba(23,215,255,.38); background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); backdrop-filter: blur(14px); box-shadow: 0 18px 70px rgba(0,0,0,.32), 0 0 36px rgba(23,215,255,.14); transform-style: preserve-3d; animation: efcFloat 7s ease-in-out infinite; }
.efc-float-card b { display: block; text-transform: uppercase; letter-spacing: .07em; font-size: 13px; line-height: 1.25; }
.efc-float-card small { display: block; color: rgba(255,255,255,.68); margin-top: 9px; font-size: 12px; line-height: 1.35; }
.card-a { left: 6%; top: 23%; transform: rotateY(18deg) rotateZ(-6deg); }
.card-b { left: 12%; bottom: 18%; animation-delay: -1.2s; }
.card-c { right: 4%; top: 18%; animation-delay: -2s; }
.card-d { right: 1%; bottom: 20%; animation-delay: -3.2s; }
.efc-hero-orbits { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.orbit { position: absolute; border-radius: 999px; border: 1px solid rgba(23,215,255,.15); box-shadow: 0 0 50px rgba(23,215,255,.12); }
.orbit-1 { width: 900px; height: 180px; right: 2%; bottom: 13%; transform: rotate(-12deg); animation: efcOrbit 12s ease-in-out infinite; }
.orbit-2 { width: 720px; height: 140px; right: 8%; bottom: 22%; transform: rotate(18deg); animation: efcOrbit 15s ease-in-out infinite reverse; }
.orbit-3 { width: 640px; height: 640px; right: 8%; top: 18%; opacity: .22; animation: efcPulse 9s ease-in-out infinite; }
.efc-scroll { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 5; display: grid; justify-items: center; gap: 8px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .28em; font-size: 10px; }
.efc-scroll span { width: 2px; height: 48px; border-radius: 999px; background: linear-gradient(var(--efc-accent-1), transparent); }
.efc-section { position: relative; z-index: 2; padding: clamp(74px, 9vw, 140px) 36px; }
.efc-section-inner, .efc-section-head, .efc-card-grid, .efc-split { width: min(1180px, 100%); margin: 0 auto; }
.efc-section-inner { text-align: center; }
.efc-section h2 { margin: 0; font-size: clamp(34px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.efc-section p { color: var(--efc-muted); font-size: 19px; line-height: 1.72; }
.efc-kicker { color: var(--efc-accent-3); text-transform: uppercase; letter-spacing: .26em; font-size: 12px; font-weight: 900; margin-bottom: 18px; }
.efc-what { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.04)); }
.efc-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.efc-mini-grid div, .efc-card, .efc-proof-card { border: 1px solid rgba(255,255,255,.12); border-radius: var(--efc-radius); background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); box-shadow: 0 24px 90px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.efc-mini-grid div { padding: 26px; text-align: left; }
.efc-mini-grid strong, .efc-mini-grid span { display: block; }
.efc-mini-grid strong { margin-bottom: 10px; }
.efc-mini-grid span { color: rgba(255,255,255,.64); line-height: 1.5; }
.efc-section-head { text-align: center; margin-bottom: 40px; }
.efc-card-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.efc-card { padding: 28px 24px; min-height: 260px; position: relative; overflow: hidden; }
.efc-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 0, rgba(23,215,255,.16), transparent 38%); opacity: .9; pointer-events: none; }
.efc-card span { display: block; width: 36px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--efc-accent-1), var(--efc-accent-2)); margin-bottom: 28px; box-shadow: 0 0 22px rgba(23,215,255,.35); }
.efc-card h3 { position: relative; margin: 0 0 14px; font-size: 21px; line-height: 1.15; }
.efc-card p { position: relative; font-size: 15px; line-height: 1.55; margin: 0; }
.efc-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.efc-proof-card { padding: 36px; }
.efc-proof-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.efc-proof-card li { position: relative; padding-left: 32px; color: rgba(255,255,255,.82); line-height: 1.55; }
.efc-proof-card li::before { content: ""; position: absolute; top: 9px; left: 0; width: 14px; height: 14px; border-radius: 999px; background: linear-gradient(135deg, var(--efc-accent-1), var(--efc-accent-2)); box-shadow: 0 0 22px rgba(23,215,255,.35); }
.efc-partners { background: radial-gradient(circle at 50% 0, rgba(155,92,255,.16), transparent 44%); }
.efc-footer { position: relative; z-index: 2; width: min(1480px, calc(100% - 72px)); margin: 0 auto; padding: 34px 0 54px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.6); border-top: 1px solid rgba(255,255,255,.12); }
.efc-footer-links, .efc-footer-menu { display: flex; gap: 22px; flex-wrap: wrap; }
.efc-footer a { color: rgba(255,255,255,.72); }
.efc-simple-page { min-height: 100vh; padding: 140px 24px; background: #030712; }
.efc-content-shell { width: min(980px, 100%); margin: 0 auto; color: #fff; }
.efc-entry { border: 1px solid var(--efc-line); border-radius: 28px; padding: 32px; background: rgba(255,255,255,.04); }
.efc-reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.efc-reveal.is-visible { opacity: 1; transform: none; }
@keyframes efcPulse { 0%,100% { transform: scale(1); opacity: .66; } 50% { transform: scale(1.07); opacity: .92; } }
@keyframes efcDrift { 0%,100% { transform: translate3d(0,0,0) rotate(-12deg); } 50% { transform: translate3d(-5%, -4%,0) rotate(-9deg); } }
@keyframes efcRingRotate { to { transform: rotate(360deg); } }
@keyframes efcCounterRotate { to { transform: rotate(-360deg); } }
@keyframes efcFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -18px; } }
@keyframes efcOrbit { 0%,100% { opacity: .32; translate: 0 0; } 50% { opacity: .62; translate: -18px -10px; } }
@media (max-width: 1180px) {
    .efc-hero-grid { grid-template-columns: 1fr; padding-top: 50px; }
    .efc-hero-visual { min-height: 560px; order: -1; opacity: .85; }
    .efc-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .efc-card-grid .efc-card:last-child { grid-column: span 2; }
}
@media (max-width: 900px) {
    .efc-header { top: 12px; width: calc(100% - 24px); border-radius: 24px; padding: 12px 14px; min-height: 64px; }
    .efc-menu-toggle { display: block; }
    .efc-nav { position: absolute; top: calc(100% + 10px); right: 0; width: min(340px, 100%); padding: 18px; border: 1px solid var(--efc-line); border-radius: 24px; background: rgba(3,7,18,.92); backdrop-filter: blur(18px); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
    .efc-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
    .efc-menu { align-items: stretch; flex-direction: column; gap: 0; }
    .efc-menu a { display: block; padding: 14px 10px; }
    .efc-brand { min-width: 0; }
    .efc-brand-text strong { font-size: 18px; }
    .efc-brand-text em { letter-spacing: .24em; }
    .efc-hero { padding-top: 110px; }
    .efc-hero-grid { width: min(100% - 36px, 720px); }
    .efc-hero-visual { min-height: 430px; }
    .efc-float-card { width: 154px; min-height: 96px; padding: 14px; }
    .efc-mini-grid, .efc-split { grid-template-columns: 1fr; }
    .efc-card-grid { grid-template-columns: 1fr; }
    .efc-card-grid .efc-card:last-child { grid-column: auto; }
    .efc-footer { width: min(100% - 36px, 720px); flex-direction: column; }
}
@media (max-width: 560px) {
    .efc-hero h1 { font-size: clamp(44px, 14vw, 70px); }
    .efc-subheadline { font-size: 19px; }
    .efc-btn { width: 100%; }
    .efc-stage { transform: scale(.82); }
    .card-a { left: -8%; } .card-b { left: -2%; } .card-c { right: -8%; } .card-d { right: -10%; }
    .efc-section { padding-left: 20px; padding-right: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
    .efc-particles { display: none; }
}
