/* ═══════════════════════════════ SCENARIOS SECTION ═══════════════════════════════ */
.scenarios {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
    padding: clamp(80px, 12vw, 130px) 5%;
}
.scenarios-lead { max-width: 680px; margin: 0 auto 64px; text-align: center; }
.scenarios-lead .sec-label { margin-bottom: 14px; }
.scenarios-lead .sec-title { margin-bottom: 14px; }
.scenarios-lead .sec-sub { font-size: clamp(1rem, 2vw, 1.1rem); color: var(--text-muted); line-height: 1.65; }

.scenarios-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }

.sc-card { background: var(--glass); border: 1px solid var(--border); border-radius: 22px; padding: 30px 26px; backdrop-filter: blur(10px); transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; opacity: 0; transform: translateY(28px); }
.sc-card.visible { opacity: 1; transform: translateY(0); transition: opacity 0.7s ease, transform 0.7s ease, border-color 0.25s, box-shadow 0.25s; }
.sc-card:hover { border-color: rgba(45, 212, 191, 0.35); transform: translateY(-5px); box-shadow: 0 18px 56px rgba(45, 212, 191, 0.1); }

.sc-before { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.sc-before-text { font-size: 0.92rem; line-height: 1.55; color: var(--text-muted); font-style: italic; }

.sc-divider { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.sc-divider-line { flex: 1; height: 1px; background: var(--border); }
.sc-divider-icon { font-size: 1rem; }

.sc-after { display: flex; align-items: flex-start; gap: 12px; }
.sc-after-text { font-size: 0.92rem; line-height: 1.55; color: var(--text); }
.sc-after-text strong { color: var(--teal); }
.sc-icon { font-size: 1.6rem; margin-bottom: 14px; }

/* ═══════════════════════════════ PROBLEM SECTION ═══════════════════════════════ */
.problem { background: var(--bg); padding: clamp(80px, 14vw, 140px) 5%; }
.problem-block { max-width: 680px; margin: 0 auto clamp(60px, 10vw, 100px); text-align: center; opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.9s ease; }
.problem-block.visible { opacity: 1; transform: translateY(0); }
.problem-block .pb-big { font-size: clamp(1.6rem, 4.5vw, 2.6rem); font-weight: 700; line-height: 1.25; color: var(--text); margin-bottom: 12px; }
.problem-block .pb-small { font-size: clamp(0.95rem, 2vw, 1.1rem); font-weight: 400; color: var(--text-muted); line-height: 1.7; }
.problem-transition { text-align: center; max-width: 600px; margin: 0 auto; font-size: clamp(1.15rem, 3vw, 1.5rem); font-weight: 600; color: var(--teal); line-height: 1.5; opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease 0.2s, transform 0.9s ease 0.2s; }
.problem-transition.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════ CLIO ZOOM ═══════════════════════════════ */
.clio-zoom { background: var(--bg2); padding: clamp(80px, 12vw, 130px) 5%; }
.cz-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; max-width: 1100px; margin: 0 auto; }
.cz-headline { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; line-height: 1.12; color: var(--text); margin-bottom: 18px; }
.cz-headline span { color: var(--teal); }
.cz-desc { font-size: clamp(0.95rem, 2vw, 1.05rem); color: var(--text-muted); line-height: 1.7; max-width: 460px; margin-bottom: 24px; }

.cz-clio-note { display: flex; gap: 12px; align-items: flex-start; padding: 14px 18px; border-radius: 14px; background: rgba(45, 212, 191, 0.04); border: 1px solid rgba(45, 212, 191, 0.12); }
.cz-clio-av { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #38bdf8, #2dd4bf); display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; box-shadow: 0 0 10px rgba(45, 212, 191, 0.3); }
.cz-clio-quote { font-size: 0.88rem; line-height: 1.55; color: rgba(226, 234, 243, 0.75); font-style: italic; }
.cz-clio-name { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 4px; font-style: normal; }

/* Zoom cascade visual */
.cz-visual { position: relative; padding-left: 16px; }
.cz-level { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-radius: 12px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); opacity: 0; transform: translateX(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.cz-level.cz-revealed { opacity: 1; transform: translateX(0); }
.cz-level[data-level="2"] { padding-left: 22px; }
.cz-level[data-level="3"] { padding-left: 30px; }
.cz-level[data-level="4"] { padding-left: 38px; }
.cz-level[data-level="5"] { padding-left: 46px; border-color: rgba(45, 212, 191, 0.2); background: rgba(45, 212, 191, 0.04); }

.cz-level-icon-wrap { font-size: 1.3rem; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cz-level-text { display: flex; flex-direction: column; gap: 2px; }
.cz-level-label { font-size: 0.92rem; font-weight: 700; color: var(--text); }
.cz-level-sub { font-size: 0.78rem; color: var(--text-dim); }

/* ─── Room mini-cluster (small node visualization) ─── */
.cz-room-cluster {
    display: inline-flex; align-items: center; gap: 0; margin-left: 12px; position: relative;
    width: 60px; height: 32px;
}
.cz-room-node {
    position: absolute; border-radius: 50%; pointer-events: none;
    box-shadow: 0 0 8px currentColor; animation: czNodePulse 2.5s ease-in-out infinite;
}
@keyframes czNodePulse {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

.cz-connector { width: 2px; height: 16px; margin: 0 0 0 40px; background: rgba(45, 212, 191, 0.15); border-radius: 2px; opacity: 0; transform: scaleY(0); transition: opacity 0.4s ease, transform 0.4s ease; transform-origin: top; }
.cz-connector.cz-revealed { opacity: 1; transform: scaleY(1); }

.cz-scan { position: absolute; left: 0; top: 0; width: 2px; height: 0; background: linear-gradient(to bottom, transparent, var(--teal), transparent); border-radius: 2px; transition: height 2.4s cubic-bezier(0.22, 1, 0.36, 1); opacity: 0.5; }
.cz-scan.cz-revealed { height: 100%; }

.cz-scope-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; opacity: 0; transform: translateY(10px); transition: opacity 0.5s ease 1.2s, transform 0.5s ease 1.2s; }
.cz-scope-badges.cz-revealed { opacity: 1; transform: translateY(0); }
.cz-badge { padding: 5px 13px; border-radius: 50px; font-size: 0.72rem; font-weight: 600; border: 1px solid rgba(255, 255, 255, 0.1); color: var(--text-muted); letter-spacing: 0.04em; }

/* ═══════════════════════════════ HOW IT WORKS ═══════════════════════════════ */
.how { background: var(--bg); }
.steps-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px; }
.step { text-align: center; }
.step-num { width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 800; border: 2px solid; }
.step:nth-child(1) .step-num { color: var(--cyan); border-color: var(--cyan); box-shadow: 0 0 24px rgba(56, 189, 248, 0.4); }
.step:nth-child(2) .step-num { color: var(--purple); border-color: var(--purple); box-shadow: 0 0 24px rgba(167, 139, 250, 0.4); }
.step:nth-child(3) .step-num { color: var(--pink); border-color: var(--pink); box-shadow: 0 0 24px rgba(244, 114, 182, 0.4); }
.step:nth-child(4) .step-num { color: var(--teal); border-color: var(--teal); box-shadow: 0 0 24px rgba(45, 212, 191, 0.4); }
.step-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.step-desc { font-size: 0.88rem; line-height: 1.6; color: var(--text-muted); }

/* ═══════════════════════════════ LAUNCH CTA ═══════════════════════════════ */
.launch { background: linear-gradient(180deg, var(--bg2) 0%, var(--bg) 100%); text-align: center; }
.launch-date { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--yellow); background: rgba(251, 191, 36, 0.1); border: 1px solid rgba(251, 191, 36, 0.3); padding: 7px 18px; border-radius: 50px; margin-bottom: 28px; }
.launch-title { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; margin-bottom: 16px; background: linear-gradient(125deg, var(--cyan), var(--teal), var(--purple)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.launch-sub { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; line-height: 1.65; }
.launch-fine { margin-top: 14px; font-size: 0.8rem; color: var(--text-dim); }

/* ═══════════════════════════════ SOCIAL PROOF ═══════════════════════════════ */
.social-proof { background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%); padding: clamp(48px, 8vw, 80px) 0; overflow: hidden; }
.sp-counter { text-align: center; margin-bottom: 32px; }
.sp-counter .sp-num { font-size: clamp(2.4rem, 6vw, 3.8rem); font-weight: 900; background: linear-gradient(125deg, var(--cyan), var(--teal)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.sp-counter .sp-label { font-size: clamp(0.9rem, 2vw, 1.05rem); color: var(--text-muted); margin-top: 4px; }
.sp-ticker-wrap { overflow: hidden; }
.sp-ticker { display: flex; gap: 18px; animation: tickerScroll 30s linear infinite; width: max-content; }
.sp-pill { padding: 10px 22px; border-radius: 50px; white-space: nowrap; font-size: 0.88rem; font-weight: 500; color: var(--text-muted); border: 1px solid var(--border); background: var(--glass); }
@keyframes tickerScroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ═══════════════════════════════ FAQ ═══════════════════════════════ */
.faq { background: var(--bg); }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; }
.faq-q { font-size: 1.05rem; font-weight: 700; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; }
.faq-q::after { content: '+'; font-size: 1.4rem; font-weight: 300; color: var(--teal); transition: transform 0.3s ease; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; font-size: 0.93rem; color: var(--text-muted); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 300px; padding-top: 14px; }

/* ═══════════════════════════════ FOOTER ═══════════════════════════════ */
footer { padding: clamp(40px, 8vw, 80px) 5% 32px !important; text-align: center; color: var(--text-dim); font-size: 0.85rem; border-top: 1px solid var(--border); background: var(--bg); }
.footer-quote { max-width: 560px; margin: 0 auto 32px; text-align: center; }
.fq-text { font-size: clamp(1.05rem, 2.5vw, 1.25rem); font-weight: 400; font-style: italic; color: rgba(226, 234, 243, 0.7); line-height: 1.7; }
.fq-attr { font-size: 0.85rem; font-weight: 600; color: var(--teal); margin-top: 12px; }

/* ═══════════════════════════════ PULSE CAROUSEL ═══════════════════════════════ */
.pulse-section { padding: clamp(56px, 10vw, 110px) 5%; background: var(--bg); position: relative; }
.pulse-container { max-width: 620px; margin: 0 auto; }

.clio-note { background: var(--surface); border-radius: 12px; padding: 16px 20px; margin-bottom: 24px; display: flex; gap: 14px; align-items: flex-start; min-height: 72px; border: 1px solid var(--border); }
.note-av { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(45,212,191,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; background: #0a1520; box-shadow: 0 0 12px rgba(45,212,191,0.25); }
.note-text { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }
.note-text strong { font-weight: 600; color: var(--teal); }

.cluster-card { background: var(--bg2); border: 1px solid var(--border-hi); border-radius: 20px; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.card-header { padding: 18px 24px; border-bottom: 1px solid var(--border); }
.card-name { font-size: 1.1rem; font-weight: 700; color: var(--text); letter-spacing: 0.02em; }
.card-meta { font-size: 0.85rem; color: var(--text-dim); margin-top: 4px; }
.live-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); margin-right: 6px; vertical-align: middle; box-shadow: 0 0 10px var(--teal); }

.tab-bar { display: flex; border-bottom: 1px solid var(--border); padding: 0 24px; }
.tab { padding: 12px 16px; font-size: 0.85rem; color: var(--text-dim); border-bottom: 2px solid transparent; margin-bottom: -1px; font-weight: 600; cursor: pointer; transition: color 0.2s; }
.tab.on { color: var(--teal); border-bottom-color: var(--teal); }
.tab:hover:not(.on) { color: var(--text-muted); }

.feed-item { padding: 20px 24px; border-bottom: 1px solid var(--border); opacity: 0; transform: translateY(10px); transition: opacity 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
.feed-item:last-child { border-bottom: none; }
.feed-item.vis { opacity: 1; transform: none; }
.crow { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 14px; }
.cav { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(45,212,191,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; background: #0a1520; }
.clabel { font-size: 0.85rem; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 0.05em; }
.ts { font-size: 0.8rem; color: var(--text-dim); margin-left: 8px; }
.frame { font-size: 0.95rem; color: var(--text); line-height: 1.6; margin-top: 4px; font-style: italic; }

.ccard { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; margin-left: 46px; transition: border-color 0.2s, background 0.2s; cursor: default; }
.ccard:hover { border-color: rgba(45,212,191,0.4); background: rgba(45,212,191,0.03); }
.csrc { font-size: 0.75rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; font-weight: 700; }
.chead { font-size: 1rem; font-weight: 600; color: var(--text); line-height: 1.45; margin-bottom: 8px; }
.chook { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }

.typing { display: flex; align-items: center; gap: 8px; padding: 16px 24px; opacity: 0; transition: opacity 0.3s; }
.typing.show { opacity: 1; }
.tdots { display: flex; gap: 4px; }
.tdot { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); animation: tb 1.2s infinite; opacity: 0.7; }
.tdot:nth-child(2) { animation-delay: 0.2s; }
.tdot:nth-child(3) { animation-delay: 0.4s; }
@keyframes tb { 0%, 60%, 100% { transform: translateY(0); } 30% { transform: translateY(-3px); } }
.tlabel { font-size: 0.85rem; color: var(--text-dim); font-style: italic; }

.nav-row { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; }
.nav-dots { display: flex; gap: 8px; }
.nav-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.15); cursor: pointer; transition: background 0.2s, transform 0.2s; border: 1px solid transparent; }
.nav-dot.on { background: var(--teal); transform: scale(1.3); box-shadow: 0 0 10px rgba(45,212,191,0.4); }
.nav-btn { background: rgba(255,255,255,0.05); border: 1px solid var(--border-hi); border-radius: 50px; padding: 8px 20px; font-size: 0.85rem; font-weight: 600; color: var(--text); cursor: pointer; font-family: var(--font); transition: background 0.2s, color 0.2s, border-color 0.2s; }
.nav-btn:hover:not(:disabled) { background: rgba(45,212,191,0.1); border-color: rgba(45,212,191,0.4); color: var(--teal); }
.nav-btn:disabled { opacity: 0.3; cursor: not-allowed; }

/* ═══════════════════ FORM CLIO BUBBLE ═══════════════════ */
.form-clio-bubble { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 20px; }
.form-clio-av { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, #38bdf8, #2dd4bf); display: flex; align-items: center; justify-content: center; font-size: 14px; box-shadow: 0 0 16px rgba(45, 212, 191, 0.4); }
.form-clio-msg { background: rgba(45, 212, 191, 0.08); border: 1px solid rgba(45, 212, 191, 0.2); border-radius: 16px 16px 16px 4px; padding: 12px 16px; font-size: 0.9rem; line-height: 1.55; color: var(--text); }

/* ═══════════════════════════════ MAKE YOUR CROWD SECTION ═══════════════════════════════ */
.byc {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 50%, var(--bg) 100%);
    padding: clamp(80px, 12vw, 130px) 5%;
    position: relative;
}
.byc .sec-title span { color: var(--teal); }
.byc-desc {
    max-width: 620px;
    margin: 0 auto 48px;
    text-align: center;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    color: var(--text-muted);
    line-height: 1.7;
}

.byc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 48px;
}
.byc-card {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 28px 24px;
    backdrop-filter: blur(10px);
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.byc-card:hover {
    border-color: rgba(45, 212, 191, 0.35);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(45, 212, 191, 0.08);
}
.byc-card-icon {
    font-size: 1.8rem;
    margin-bottom: 14px;
}
.byc-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}
.byc-card-desc {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.byc-cta-wrap {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}
.byc-clio-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 20px;
    border-radius: 14px;
    background: rgba(45, 212, 191, 0.04);
    border: 1px solid rgba(45, 212, 191, 0.12);
    margin-bottom: 24px;
    text-align: left;
}
.byc-clio-av {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #2dd4bf);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(45, 212, 191, 0.3);
}
.byc-clio-quote {
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(226, 234, 243, 0.75);
    font-style: italic;
}
.byc-clio-name {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 4px;
    font-style: normal;
}
.byc-fine {
    margin-top: 12px;
    font-size: 0.8rem;
    color: var(--text-dim);
}
.byc-card {
    opacity: 0;
    transform: translateY(28px);
}
.byc-card.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s ease, transform 0.7s ease, border-color 0.3s, box-shadow 0.3s;
}

