:root {
    --bg-0: #070d15;
    --bg-1: #0d1624;
    --bg-2: #142030;
    --line: rgba(151, 172, 198, 0.2);
    --line-strong: rgba(196, 213, 232, 0.32);
    --text-strong: #eef4fb;
    --text-body: #c5d1de;
    --text-soft: #92a5bb;
    --accent: #7ea9d1;
    --accent-strong: #a8caeb;
    --shadow-md: 0 14px 32px rgba(1, 5, 12, 0.22);
}

.landing-page {
    background:
        radial-gradient(circle at top left, rgba(126, 169, 209, 0.1), transparent 34%),
        radial-gradient(circle at 82% 10%, rgba(103, 129, 168, 0.12), transparent 28%),
        linear-gradient(180deg, #060a11 0%, var(--bg-0) 24%, var(--bg-1) 62%, #09111b 100%);
    color: var(--text-strong);
}

.landing-page a {
    transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.landing-page .brand-mark,
.landing-page .nav-cta {
    background: linear-gradient(135deg, #8fb5d8 0%, #6f90b8 100%) !important;
    color: #09111b !important;
}

.landing-page .brand-mark {
    box-shadow: 0 12px 28px rgba(71, 103, 144, 0.24);
}

.landing-page .nav-cta:hover {
    filter: brightness(1.04);
    box-shadow: 0 18px 36px rgba(71, 103, 144, 0.3);
}

.hero-shell,
.section-shell,
.beta-shell {
    position: relative;
    overflow: clip;
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    opacity: 0.8;
    pointer-events: none;
}

.hero-orb-left {
    width: 22rem;
    height: 22rem;
    left: -8rem;
    top: 5rem;
    background: radial-gradient(circle, rgba(126, 169, 209, 0.14), transparent 70%);
}

.hero-orb-right {
    width: 30rem;
    height: 30rem;
    right: -10rem;
    top: 1rem;
    background: radial-gradient(circle, rgba(107, 134, 170, 0.16), transparent 70%);
}

.hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4rem;
    align-items: center;
    min-height: min(52rem, calc(100svh - 7rem));
}

.hero-badges,
.hero-actions,
.remote-chip-row,
.strategy-notes,
.beta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(126, 169, 209, 0.28);
    background: rgba(126, 169, 209, 0.08);
    color: var(--accent-strong);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
}

.eyebrow-pill-muted {
    border-color: rgba(205, 218, 233, 0.18);
    background: rgba(205, 218, 233, 0.05);
    color: var(--text-soft);
}

.section-kicker,
.value-index,
.surface-label,
.surface-heading span,
.runtime-topline span {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    color: var(--accent-strong);
}

.hero-title,
.section-lead h2,
.value-copy h3,
.beta-copy h2 {
    font-family: 'Pretendard Variable', 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--text-strong);
    text-wrap: balance;
}

.hero-title {
    margin-top: 1.2rem;
    font-size: clamp(2.45rem, 5.1vw, 4.2rem);
    max-width: 8.4em;
}

.hero-subtitle,
.section-lead p,
.value-copy p,
.beta-copy p,
.surface-inline-note,
.strategy-card p,
.remote-line p {
    color: var(--text-body);
}

.hero-subtitle {
    max-width: 34rem;
    margin-top: 1.35rem;
    font-size: clamp(1rem, 1.55vw, 1.12rem);
    line-height: 1.8;
}

.hero-actions {
    margin-top: 2.15rem;
}

.cta-solid,
.cta-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    border-radius: 999px;
    padding: 0.82rem 1.45rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.cta-solid {
    background: linear-gradient(135deg, #8fb5d8 0%, #6f90b8 100%);
    color: #09111b;
    box-shadow: 0 18px 40px rgba(71, 103, 144, 0.24);
}

.cta-solid:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 52px rgba(71, 103, 144, 0.32);
}

.cta-ghost {
    border: 1px solid var(--line);
    background: rgba(10, 15, 24, 0.42);
    color: var(--text-strong);
}

.cta-ghost:hover {
    border-color: var(--line-strong);
    background: rgba(16, 24, 36, 0.68);
}

.hero-stage {
    position: relative;
}

.hero-shot,
.surface-card,
.beta-panel {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(15, 23, 35, 0.94) 0%, rgba(10, 15, 23, 0.9) 100%);
    box-shadow: var(--shadow-md);
}

.hero-shot {
    border-radius: 1.8rem;
    padding: 1rem;
}

.hero-gallery {
    display: grid;
    gap: 1rem;
}

.hero-gallery-stage {
    position: relative;
    min-height: 34rem;
    padding: 2.2rem 1.4rem 1.4rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(104, 146, 214, 0.2), transparent 36%),
        radial-gradient(circle at 100% 100%, rgba(227, 110, 122, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(13, 20, 31, 0.98), rgba(8, 13, 20, 0.96));
}

.hero-gallery-stage::before,
.hero-gallery-stage::after {
    content: "";
    position: absolute;
    inset: 1.35rem 2.6rem auto 2.6rem;
    height: calc(100% - 4rem);
    border-radius: 1.45rem;
    border: 1px solid rgba(205, 218, 233, 0.08);
    background: rgba(207, 218, 233, 0.03);
    transform-origin: top center;
    pointer-events: none;
}

.hero-gallery-stage::before {
    transform: translateY(-1rem) scale(0.95);
    opacity: 0.4;
}

.hero-gallery-stage::after {
    transform: translateY(-0.45rem) scale(0.975);
    opacity: 0.6;
}

.hero-gallery-slide {
    position: absolute;
    inset: 1.25rem;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0.8rem;
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    pointer-events: none;
    transition: opacity 320ms ease, transform 420ms ease;
    z-index: 1;
}

.hero-gallery-slide.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    z-index: 2;
}

.hero-gallery-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--text-soft);
    font-size: 0.73rem;
    letter-spacing: 0.04em;
}

.hero-gallery-meta strong {
    color: var(--text-strong);
    font-size: 0.95rem;
    letter-spacing: -0.01em;
}

.hero-gallery-meta > div:first-child {
    display: grid;
    gap: 0.2rem;
}

.hero-gallery-badges {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.hero-gallery-badges span {
    border-radius: 999px;
    border: 1px solid rgba(205, 218, 233, 0.12);
    background: rgba(16, 28, 43, 0.8);
    padding: 0.3rem 0.62rem;
    color: var(--text-body);
    font-size: 0.68rem;
    line-height: 1;
}

.hero-gallery-frame {
    min-height: 0;
    margin: 0;
    padding: 0.9rem;
    border-radius: 1.45rem;
    border: 1px solid rgba(205, 218, 233, 0.1);
    background:
        linear-gradient(180deg, rgba(13, 20, 31, 0.92), rgba(8, 13, 20, 0.98)),
        rgba(12, 18, 28, 0.94);
    box-shadow: 0 18px 36px rgba(1, 5, 12, 0.24);
}

.hero-gallery-image {
    width: 100%;
    height: 100%;
    min-height: 27.5rem;
    display: block;
    object-fit: cover;
    object-position: top center;
    border-radius: 1.05rem;
    border: 1px solid rgba(205, 218, 233, 0.08);
    background: rgba(8, 13, 20, 0.96);
}

.hero-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.hero-gallery-thumb {
    display: grid;
    gap: 0.22rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgba(205, 218, 233, 0.12);
    background: rgba(14, 22, 35, 0.78);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.hero-gallery-thumb:hover {
    transform: translateY(-2px);
    border-color: rgba(120, 169, 224, 0.28);
}

.hero-gallery-thumb span {
    color: var(--text-soft);
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero-gallery-thumb-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    object-position: top center;
    border-radius: 0.72rem;
    border: 1px solid rgba(205, 218, 233, 0.08);
    margin-bottom: 0.3rem;
}

.hero-gallery-thumb strong {
    color: var(--text-strong);
    font-size: 0.82rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.hero-gallery-thumb.is-active {
    border-color: rgba(106, 178, 234, 0.32);
    background: linear-gradient(180deg, rgba(18, 41, 66, 0.86), rgba(12, 20, 31, 0.94));
    box-shadow: inset 0 0 0 1px rgba(79, 155, 216, 0.18);
}

.hero-screen {
    min-height: 0;
    border-radius: 1.4rem;
    border: 1px solid rgba(205, 218, 233, 0.12);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(16, 21, 31, 0.98), rgba(10, 14, 22, 0.98));
    box-shadow: 0 20px 36px rgba(1, 5, 12, 0.32);
}

.hero-screen-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.78rem 1rem;
    border-bottom: 1px solid rgba(205, 218, 233, 0.08);
    background: rgba(19, 25, 35, 0.94);
}

.hero-screen-brand {
    color: var(--text-strong);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.hero-screen-badges {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.hero-screen-badges span,
.hero-screen-chip-row span {
    border-radius: 999px;
    border: 1px solid rgba(205, 218, 233, 0.1);
    background: rgba(34, 42, 58, 0.84);
    padding: 0.26rem 0.56rem;
    color: var(--text-body);
    font-size: 0.67rem;
    line-height: 1;
}

.hero-screen-shell {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr);
    min-height: 27rem;
}

.hero-screen-sidebar {
    display: grid;
    gap: 0.7rem;
    align-content: start;
    padding: 1rem 0.7rem;
    border-right: 1px solid rgba(205, 218, 233, 0.08);
    background: rgba(12, 18, 28, 0.92);
}

.hero-screen-sidebar i {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(205, 218, 233, 0.1);
    background:
        linear-gradient(180deg, rgba(126, 169, 209, 0.12), rgba(126, 169, 209, 0.04)),
        rgba(18, 25, 37, 0.94);
}

.hero-screen-sidebar i.is-active {
    background:
        linear-gradient(180deg, rgba(36, 126, 199, 0.42), rgba(14, 49, 83, 0.92)),
        rgba(10, 18, 28, 0.98);
    border-color: rgba(99, 170, 228, 0.28);
}

.hero-screen-main {
    display: grid;
    gap: 0.85rem;
    padding: 0.95rem;
    min-width: 0;
}

.hero-screen-search {
    height: 2.8rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(205, 218, 233, 0.08);
    background: rgba(10, 14, 20, 0.84);
}

.hero-screen-chip-row {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.hero-screen-chip-row .is-active {
    color: #86d7ff;
    border-color: rgba(88, 170, 229, 0.24);
    background: rgba(11, 59, 94, 0.72);
}

.hero-screen-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.hero-screen-card-grid article,
.hero-dashboard-panel,
.hero-ops-table,
.hero-ops-chart-card,
.hero-ops-sidecard,
.hero-dashboard-list > div,
.hero-dashboard-table > div,
.hero-dashboard-kpis > div,
.hero-studio-panel,
.hero-studio-editor {
    border-radius: 0.95rem;
    border: 1px solid rgba(205, 218, 233, 0.08);
    background: rgba(30, 34, 42, 0.74);
}

.hero-screen-card-grid article {
    min-height: 6.7rem;
    padding: 1rem 1rem 0.9rem;
}

.hero-screen-card-grid strong {
    display: block;
    color: var(--text-strong);
    font-size: 0.9rem;
    line-height: 1.35;
}

.hero-screen-card-grid p {
    margin: 0.7rem 0 0;
    color: var(--text-soft);
    font-size: 0.73rem;
}

.hero-studio-chart,
.hero-ops-chart {
    min-height: 9rem;
    border-radius: 1rem;
    border: 1px solid rgba(205, 218, 233, 0.08);
    background:
        linear-gradient(180deg, rgba(205, 218, 233, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(205, 218, 233, 0.05) 1px, transparent 1px),
        rgba(20, 24, 31, 0.96);
    background-size: 100% 28px, 40px 100%, auto;
    position: relative;
    overflow: hidden;
}

.hero-studio-chart::before,
.hero-ops-chart::before,
.hero-ops-chart-secondary::before {
    content: "";
    position: absolute;
    inset: 14% 2% 12% 2%;
    background:
        linear-gradient(180deg, rgba(255, 93, 93, 0.14), transparent 100%),
        linear-gradient(90deg,
            transparent 0 4%,
            rgba(77, 139, 241, 0.92) 4% 5.4%,
            transparent 5.4% 6.8%,
            rgba(255, 92, 92, 0.92) 6.8% 8.2%,
            transparent 8.2% 9.4%,
            rgba(77, 139, 241, 0.92) 9.4% 10.8%,
            transparent 10.8% 12.2%,
            rgba(255, 92, 92, 0.92) 12.2% 13.6%,
            transparent 13.6% 15.4%,
            rgba(77, 139, 241, 0.92) 15.4% 16.8%,
            transparent 16.8% 18.2%,
            rgba(255, 92, 92, 0.92) 18.2% 19.8%,
            transparent 19.8% 21.2%,
            rgba(77, 139, 241, 0.92) 21.2% 22.8%,
            transparent 22.8% 24.2%,
            rgba(255, 92, 92, 0.92) 24.2% 25.8%,
            transparent 25.8% 27.8%,
            rgba(77, 139, 241, 0.92) 27.8% 29.6%,
            transparent 29.6% 31.4%,
            rgba(255, 92, 92, 0.92) 31.4% 33.1%,
            transparent 33.1% 35.2%,
            rgba(77, 139, 241, 0.92) 35.2% 37%,
            transparent 37% 39%,
            rgba(255, 92, 92, 0.92) 39% 40.8%,
            transparent 40.8% 42.8%,
            rgba(77, 139, 241, 0.92) 42.8% 44.6%,
            transparent 44.6% 46.8%,
            rgba(255, 92, 92, 0.92) 46.8% 48.6%,
            transparent 48.6% 50.8%,
            rgba(77, 139, 241, 0.92) 50.8% 52.6%,
            transparent 52.6% 55.2%,
            rgba(255, 92, 92, 0.92) 55.2% 57%,
            transparent 57% 59.2%,
            rgba(77, 139, 241, 0.92) 59.2% 61%,
            transparent 61% 63.6%,
            rgba(255, 92, 92, 0.92) 63.6% 65.2%,
            transparent 65.2% 67.6%,
            rgba(77, 139, 241, 0.92) 67.6% 69.2%,
            transparent 69.2% 72%,
            rgba(255, 92, 92, 0.92) 72% 73.6%,
            transparent 73.6% 76%,
            rgba(77, 139, 241, 0.92) 76% 77.8%,
            transparent 77.8% 80.8%,
            rgba(255, 92, 92, 0.92) 80.8% 82.4%,
            transparent 82.4% 85.2%,
            rgba(77, 139, 241, 0.92) 85.2% 87%,
            transparent 87% 90%,
            rgba(255, 92, 92, 0.92) 90% 91.6%,
            transparent 91.6% 100%);
    opacity: 0.9;
}

.hero-studio-chart::after,
.hero-ops-chart::after,
.hero-ops-chart-secondary::after {
    content: "";
    position: absolute;
    left: 1.5%;
    right: 1.5%;
    top: 18%;
    bottom: 16%;
    clip-path: polygon(0 34%, 8% 44%, 15% 41%, 23% 48%, 31% 38%, 40% 43%, 50% 64%, 61% 58%, 71% 69%, 80% 63%, 90% 72%, 100% 66%, 100% 100%, 0 100%);
    background: linear-gradient(180deg, rgba(41, 187, 255, 0.34), rgba(41, 187, 255, 0.02));
    border-top: 2px solid rgba(99, 196, 255, 0.88);
}

.hero-studio-workspace,
.hero-ops-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) minmax(14rem, 0.76fr);
    gap: 0.85rem;
}

.hero-studio-editor {
    padding: 0.95rem 1rem;
    display: grid;
    gap: 0.45rem;
}

.hero-studio-editor span {
    color: #c9d8e8;
    font-size: 0.76rem;
    line-height: 1.5;
}

.hero-studio-panel {
    padding: 0.9rem;
    display: grid;
    gap: 0.65rem;
    align-content: start;
}

.hero-studio-form-row,
.hero-studio-callout,
.hero-studio-cta {
    border-radius: 0.8rem;
    background: rgba(47, 52, 64, 0.72);
}

.hero-studio-form-row {
    height: 2.6rem;
}

.hero-studio-callout {
    height: 3rem;
    background: rgba(124, 91, 19, 0.34);
}

.hero-studio-cta {
    height: 2.8rem;
    background: rgba(44, 89, 182, 0.88);
    color: #dbe9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 600;
}

.hero-ops-table {
    min-height: 5.3rem;
    padding: 0.9rem;
    display: grid;
    gap: 0.55rem;
}

.hero-ops-table div {
    height: 1.25rem;
    border-radius: 0.45rem;
    background: rgba(42, 48, 60, 0.76);
}

.hero-ops-detail {
    min-height: 16rem;
}

.hero-ops-chart-card {
    padding: 0.9rem;
    display: grid;
    gap: 0.75rem;
}

.hero-ops-chart-secondary {
    min-height: 7rem;
}

.hero-ops-sidecards {
    display: grid;
    gap: 0.75rem;
}

.hero-ops-sidecard {
    min-height: 5.2rem;
}

.hero-dashboard-kpis {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.7rem;
}

.hero-dashboard-kpis div {
    min-height: 5rem;
}

.hero-dashboard-panel {
    padding: 0.95rem;
}

.hero-dashboard-list,
.hero-dashboard-table {
    display: grid;
    gap: 0.7rem;
}

.hero-dashboard-list > div,
.hero-dashboard-table > div {
    min-height: 3.4rem;
}

.hero-dashboard-table > div:nth-child(1) {
    min-height: 2.6rem;
}

.hero-screen-dashboard .hero-screen-main {
    grid-template-rows: auto auto 1fr;
}

.hero-shot-topbar,
.hero-shot-toolbar,
.hero-shot-footer,
.surface-heading,
.runtime-topline,
.runtime-side-note,
.remote-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.hero-shot-topbar,
.hero-shot-footer {
    color: var(--text-soft);
    font-size: 0.74rem;
    letter-spacing: 0.04em;
}

.hero-shot-topbar {
    padding: 0.1rem 0.25rem 1rem;
    border-bottom: 1px solid rgba(205, 218, 233, 0.08);
    flex-wrap: wrap;
}

.hero-shot-window,
.hero-shot-pills,
.hero-shot-statuses,
.hero-product-tabs,
.hero-card-meta,
.hero-assistant-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.hero-shot-window strong,
.hero-shot-breadcrumb strong,
.hero-product-chart-head strong,
.hero-insight-head strong {
    color: var(--text-strong);
    font-weight: 600;
}

.hero-shot-pills {
    justify-content: center;
}

.hero-pill,
.hero-shot-statuses span,
.hero-product-tabs span,
.hero-card-meta span,
.hero-assistant-actions span {
    border-radius: 999px;
    border: 1px solid rgba(205, 218, 233, 0.12);
    background: rgba(20, 31, 47, 0.88);
    padding: 0.28rem 0.62rem;
}

.hero-pill-live {
    color: #f8a2ad;
}

.hero-pill-ai {
    color: #78d4ff;
}

.hero-pill-warm {
    color: #ffd176;
}

.hero-shot-dots {
    display: inline-flex;
    gap: 0.35rem;
}

.hero-shot-dots span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(196, 213, 232, 0.32);
}

.hero-shot-frame {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 4.7rem minmax(0, 1fr);
    gap: 1rem;
    min-height: 26rem;
}

.hero-shot-sidebar,
.hero-shot-main {
    border-radius: 1.3rem;
    border: 1px solid rgba(205, 218, 233, 0.12);
    background: rgba(10, 16, 25, 0.82);
}

.hero-shot-sidebar {
    padding: 0.9rem 0.55rem;
    display: grid;
    gap: 0.4rem;
    align-content: start;
}

.hero-shot-sidebar span {
    display: grid;
    justify-items: center;
    gap: 0.42rem;
    padding: 0.7rem 0.35rem 0.6rem;
    border-radius: 0.9rem;
    color: var(--text-soft);
    font-size: 0.7rem;
    letter-spacing: 0.02em;
}

.hero-shot-sidebar span i {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.45rem;
    border: 1px solid rgba(205, 218, 233, 0.14);
    background:
        linear-gradient(180deg, rgba(168, 202, 235, 0.15), rgba(126, 169, 209, 0.05)),
        rgba(13, 21, 33, 0.92);
}

.hero-shot-sidebar span em {
    font-style: normal;
}

.hero-shot-sidebar .is-active {
    background: linear-gradient(180deg, rgba(16, 67, 109, 0.5), rgba(10, 25, 39, 0.94));
    color: var(--text-strong);
    box-shadow: inset 0 0 0 1px rgba(91, 165, 221, 0.26);
}

.hero-shot-main {
    padding: 1rem;
    display: grid;
    gap: 0.9rem;
}

.hero-shot-toolbar {
    padding: 0.1rem 0.1rem 0;
    align-items: flex-start;
}

.hero-shot-breadcrumb span,
.hero-product-chart-head span,
.hero-insight-head span,
.hero-kpi-item small,
.hero-feed-line small,
.hero-product-card p,
.hero-product-search span {
    color: var(--text-soft);
}

.hero-shot-breadcrumb {
    display: grid;
    gap: 0.25rem;
}

.hero-shot-breadcrumb span,
.hero-product-chart-head span,
.hero-insight-head span {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-shot-statuses {
    justify-content: flex-end;
}

.hero-shot-statuses span,
.hero-product-tabs span,
.hero-card-meta span,
.hero-assistant-actions span {
    color: var(--text-body);
    font-size: 0.7rem;
}

.hero-product-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(205, 218, 233, 0.1);
    background:
        linear-gradient(180deg, rgba(18, 28, 43, 0.9), rgba(11, 17, 27, 0.96)),
        rgba(12, 19, 29, 0.9);
}

.hero-product-search strong {
    color: #7dd7ff;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}

.hero-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(18rem, 0.92fr);
    gap: 1rem;
}

.hero-product-board,
.hero-insight-card {
    border-radius: 1.15rem;
    border: 1px solid rgba(205, 218, 233, 0.12);
    background: rgba(12, 19, 29, 0.88);
}

.hero-product-board {
    padding: 1rem;
    display: grid;
    gap: 0.95rem;
}

.hero-product-tabs span {
    padding-inline: 0.7rem;
}

.hero-product-tabs .is-active {
    color: #8ee0ff;
    border-color: rgba(76, 173, 230, 0.28);
    background: rgba(14, 52, 82, 0.82);
}

.hero-product-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.hero-product-card {
    padding: 1rem 1rem 0.9rem;
    border-radius: 1rem;
    border: 1px solid rgba(205, 218, 233, 0.08);
    background: linear-gradient(180deg, rgba(23, 33, 49, 0.92), rgba(17, 24, 36, 0.94));
    min-height: 7.2rem;
}

.hero-product-card-featured {
    background:
        radial-gradient(circle at top right, rgba(39, 124, 185, 0.22), transparent 36%),
        linear-gradient(180deg, rgba(24, 39, 59, 0.96), rgba(15, 24, 36, 0.96));
    box-shadow: inset 0 0 0 1px rgba(100, 172, 228, 0.18);
}

.hero-product-card strong {
    display: block;
    color: var(--text-strong);
    font-size: 0.9rem;
    line-height: 1.35;
}

.hero-product-card p {
    margin: 0.5rem 0 0.9rem;
    font-size: 0.76rem;
    line-height: 1.5;
}

.hero-product-chart-shell {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(205, 218, 233, 0.1);
    background: linear-gradient(180deg, rgba(15, 24, 37, 0.96), rgba(10, 17, 27, 0.94));
}

.hero-product-chart-head,
.hero-insight-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.hero-product-chart {
    margin-top: 0.85rem;
    height: 10.6rem;
    border-radius: 0.95rem;
    background:
        linear-gradient(180deg, rgba(42, 122, 179, 0.16), rgba(42, 122, 179, 0.02)),
        linear-gradient(180deg, rgba(205, 218, 233, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(205, 218, 233, 0.05) 1px, transparent 1px);
    background-size: auto, 100% 26px, 34px 100%;
    position: relative;
    overflow: hidden;
}

.hero-product-chart::before {
    content: "";
    position: absolute;
    inset: auto 4% 10% 4%;
    height: 30%;
    background:
        linear-gradient(90deg,
            rgba(233, 109, 109, 0.2) 0 8%,
            transparent 8% 12%,
            rgba(95, 155, 243, 0.28) 12% 19%,
            transparent 19% 22%,
            rgba(233, 109, 109, 0.24) 22% 28%,
            transparent 28% 33%,
            rgba(95, 155, 243, 0.26) 33% 41%,
            transparent 41% 46%,
            rgba(233, 109, 109, 0.24) 46% 54%,
            transparent 54% 59%,
            rgba(95, 155, 243, 0.28) 59% 68%,
            transparent 68% 73%,
            rgba(233, 109, 109, 0.2) 73% 81%,
            transparent 81% 86%,
            rgba(95, 155, 243, 0.26) 86% 100%);
}

.hero-product-chart::after {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    top: 18%;
    bottom: 22%;
    clip-path: polygon(0 68%, 12% 72%, 18% 64%, 29% 66%, 38% 38%, 46% 46%, 58% 32%, 68% 42%, 79% 22%, 89% 28%, 100% 8%, 100% 100%, 0 100%);
    background: linear-gradient(180deg, rgba(57, 182, 255, 0.34), rgba(57, 182, 255, 0.02));
    border-top: 2px solid rgba(112, 201, 255, 0.88);
}

.hero-product-chart-stats {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.hero-product-chart-stats small,
.hero-kpi-item small,
.hero-feed-line small {
    display: block;
    color: var(--text-soft);
    font-size: 0.7rem;
    margin-bottom: 0.35rem;
}

.hero-product-chart-stats strong,
.hero-kpi-item strong {
    color: var(--text-strong);
    font-size: 0.9rem;
}

.hero-product-insights {
    display: grid;
    gap: 0.85rem;
}

.hero-insight-card {
    padding: 1rem;
}

.hero-insight-card-kpi {
    background:
        radial-gradient(circle at top right, rgba(39, 124, 185, 0.14), transparent 40%),
        linear-gradient(180deg, rgba(16, 26, 39, 0.98), rgba(11, 18, 28, 0.94));
}

.hero-kpi-grid {
    margin-top: 0.85rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.hero-kpi-item,
.hero-feed-line {
    padding: 0.75rem 0.8rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(205, 218, 233, 0.08);
    background: rgba(20, 29, 43, 0.72);
}

.hero-assistant-summary {
    margin-top: 0.85rem;
    display: grid;
    gap: 0.55rem;
}

.hero-assistant-summary p,
.hero-feed-line p {
    margin: 0;
    color: var(--text-body);
    font-size: 0.76rem;
    line-height: 1.55;
}

.hero-assistant-actions {
    margin-top: 0.85rem;
}

.hero-assistant-actions span {
    background: rgba(11, 58, 92, 0.72);
    border-color: rgba(89, 171, 229, 0.2);
    color: #8fdfff;
}

.hero-feed {
    margin-top: 0.85rem;
    display: grid;
    gap: 0.55rem;
}

.hero-feed-line {
    display: grid;
    gap: 0.3rem;
}

.hero-feed-line-command {
    background: rgba(11, 49, 79, 0.84);
    border-color: rgba(73, 161, 224, 0.24);
}

.hero-shot-footer {
    margin-top: 0.1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(205, 218, 233, 0.1);
    font-size: 0.76rem;
    letter-spacing: 0.01em;
    line-height: 1.5;
}

.section-shell {
    padding: 9rem 0 8rem;
}

.section-lead {
    max-width: 52rem;
    margin-bottom: 5.25rem;
}

.section-lead h2,
.beta-copy h2 {
    font-size: clamp(1.8rem, 2.7vw, 2.35rem);
}

.section-lead p {
    max-width: 44rem;
    margin-top: 1rem;
    font-size: 0.96rem;
    line-height: 1.82;
}

.value-row {
    display: grid;
    gap: 2.4rem;
    padding: 4rem 0;
    align-items: center;
    border-top: 1px solid rgba(205, 218, 233, 0.12);
}

.value-copy {
    max-width: 34rem;
}

.value-copy h3 {
    margin-top: 0.8rem;
    font-size: clamp(1.5rem, 2.15vw, 1.85rem);
}

.value-copy p {
    margin-top: 1rem;
    font-size: 0.95rem;
    line-height: 1.8;
}

.feature-icons {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.feature-icons-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 30rem;
}

.feature-icon-card,
.remote-chip-row span,
.strategy-notes span {
    padding: 1.05rem 0.85rem 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgba(205, 218, 233, 0.14);
    background: rgba(18, 28, 43, 0.52);
    color: var(--text-body);
}

.feature-icon-card {
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 0.72rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.feature-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-strong);
}

.feature-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.feature-icon-card h4 {
    margin: 0;
    font-size: 0.89rem;
    line-height: 1.45;
    color: var(--text-strong);
    font-weight: 600;
    letter-spacing: -0.01em;
}

.value-visual {
    min-width: 0;
}

.surface-card {
    border-radius: 1.5rem;
    padding: 1rem 1rem 1.05rem;
}

.surface-label {
    color: var(--text-soft);
}

.surface-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(205, 218, 233, 0.1);
    color: var(--text-body);
    font-size: 0.9rem;
}

.surface-line strong,
.surface-inline-note {
    color: var(--accent-strong);
}

.discovery-visual {
    display: grid;
    gap: 1rem;
}

.script-surface {
    transform: translateX(8%);
}

.script-surface pre {
    margin: 0.95rem 0 0;
    overflow-x: auto;
    font-size: 0.78rem;
    line-height: 1.65;
    color: #cfe1f3;
}

.surface-inline-note {
    margin-top: 0.85rem;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.strategy-visual {
    display: grid;
    gap: 1rem;
}

.strategy-column {
    display: grid;
    gap: 1rem;
}

.surface-heading strong,
.runtime-topline strong {
    color: var(--text-strong);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
}

.strategy-card h4 {
    margin-top: 0.8rem;
    font-size: 1.04rem;
    color: var(--text-strong);
    letter-spacing: -0.02em;
}

.strategy-card p {
    margin-top: 0.5rem;
    font-size: 0.92rem;
    line-height: 1.68;
}

.strategy-card-featured {
    position: relative;
    overflow: hidden;
}

.strategy-card-featured::after {
    content: "";
    position: absolute;
    inset: auto -12% -35% auto;
    width: 15rem;
    height: 15rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(126, 169, 209, 0.1), transparent 70%);
    pointer-events: none;
}

.strategy-card-muted {
    background: linear-gradient(180deg, rgba(14, 21, 32, 0.86) 0%, rgba(9, 15, 23, 0.78) 100%);
}

.risk-meter {
    margin-top: 1rem;
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(205, 218, 233, 0.08);
    overflow: hidden;
}

.risk-meter i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7ea9d1 0%, #a8caeb 100%);
}

.strategy-notes {
    margin-top: 1rem;
}

.runtime-shell {
    padding: 1.25rem;
}

.runtime-path {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 3.6rem minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
}

.runtime-node {
    border-radius: 1.3rem;
    padding: 1rem;
    background: rgba(18, 28, 43, 0.76);
    border: 1px solid rgba(205, 218, 233, 0.12);
}

.runtime-node span,
.runtime-side-note span {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--text-soft);
}

.runtime-node strong,
.runtime-side-note strong {
    display: block;
    margin-top: 0.32rem;
    color: var(--text-strong);
}

.runtime-node-primary {
    background: linear-gradient(180deg, rgba(126, 169, 209, 0.12) 0%, rgba(18, 28, 43, 0.84) 100%);
}

.runtime-arrow {
    position: relative;
    height: 1px;
    background: linear-gradient(90deg, rgba(205, 218, 233, 0.16), rgba(205, 218, 233, 0.52), rgba(205, 218, 233, 0.16));
}

.runtime-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 1px solid rgba(205, 218, 233, 0.62);
    border-right: 1px solid rgba(205, 218, 233, 0.62);
    transform: translateY(-50%) rotate(45deg);
}

.runtime-side-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(205, 218, 233, 0.12);
}

.remote-shell {
    padding: 1.15rem;
}

.remote-feed {
    margin-top: 1rem;
    display: grid;
    gap: 0.9rem;
}

.remote-line {
    align-items: flex-start;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(205, 218, 233, 0.1);
}

.remote-line:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.remote-time {
    flex: none;
    min-width: 3.4rem;
    font-size: 0.76rem;
    color: var(--text-soft);
    letter-spacing: 0.14em;
}

.remote-line p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.68;
}

.remote-line-command p {
    color: var(--accent-strong);
}

.remote-chip-row {
    margin-top: 1rem;
}

.beta-shell {
    padding: 2rem 0 7rem;
}

.beta-panel {
    border-radius: 2rem;
    padding: 2rem;
    display: grid;
    gap: 1.5rem;
    align-items: center;
}

.beta-copy p {
    margin-top: 0.95rem;
    line-height: 1.72;
}

/* Apple-like light theme refresh */
:root {
    --bg-0: #f4f7fb;
    --bg-1: #ecf1f8;
    --bg-2: #e3eaf3;
    --line: rgba(21, 32, 51, 0.08);
    --line-strong: rgba(21, 32, 51, 0.14);
    --text-strong: #182742;
    --text-body: #47607d;
    --text-soft: #5f7a96;
    --accent: #1e3a66;
    --accent-strong: #13294b;
    --shadow-md: 0 24px 60px rgba(17, 33, 58, 0.08);
}

.landing-page {
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.96), transparent 36%),
        radial-gradient(circle at 15% 10%, rgba(78, 115, 179, 0.12), transparent 22%),
        radial-gradient(circle at 85% 12%, rgba(43, 79, 138, 0.08), transparent 18%),
        linear-gradient(180deg, #fafcff 0%, #f4f7fb 28%, #edf2f8 100%);
    color: var(--text-strong);
}

.landing-page,
.landing-page main,
.landing-page p,
.landing-page li,
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page strong,
.landing-page span {
    color: inherit;
}

.landing-page nav {
    border-bottom: 0;
}

.landing-page nav[x-data] {
    background: transparent;
    border-bottom: 0;
    box-shadow: none !important;
}

.landing-page nav[x-data] .max-w-7xl {
    margin-top: 1rem;
    transition: margin-top 220ms ease;
}

.landing-page nav[x-data] .h-16 {
    height: 4.25rem;
    padding: 0 1rem;
    border-radius: 999px;
    background: rgba(250, 252, 255, 0.78);
    box-shadow: 0 12px 34px rgba(17, 33, 58, 0.06);
    backdrop-filter: blur(18px);
    transition:
        border-radius 220ms ease,
        background-color 220ms ease,
        box-shadow 220ms ease,
        transform 220ms ease;
}

.landing-page nav[x-data].bg-surface-0\/95,
.landing-page nav[x-data].backdrop-blur-md,
.landing-page nav[x-data].shadow-lg {
    background: rgba(242, 246, 252, 0.92) !important;
    border-bottom: 1px solid rgba(21, 32, 51, 0.06);
    box-shadow: none !important;
    backdrop-filter: blur(18px);
}

.landing-page nav[x-data].bg-surface-0\/95 .max-w-7xl,
.landing-page nav[x-data].backdrop-blur-md .max-w-7xl,
.landing-page nav[x-data].shadow-lg .max-w-7xl {
    margin-top: 0;
}

.landing-page nav[x-data].bg-surface-0\/95 .h-16,
.landing-page nav[x-data].backdrop-blur-md .h-16,
.landing-page nav[x-data].shadow-lg .h-16 {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.landing-page nav[x-data] a:not(.nav-cta),
.landing-page nav[x-data] button {
    color: #43536b !important;
}

.landing-page nav[x-data] a:not(.nav-cta):hover,
.landing-page nav[x-data] button:hover {
    color: #152033 !important;
}

.landing-page nav[x-data] .brand-mark + span {
    color: #152033 !important;
}

.landing-page nav[x-data] .md\:hidden,
.landing-page nav[x-data] .md\:hidden svg {
    color: #43536b !important;
}

.landing-page nav[x-data] > .md\:hidden {
    margin: 0 1rem;
    border: 0;
    border-radius: 1.5rem;
    background: rgba(250, 252, 255, 0.96);
    box-shadow: 0 18px 40px rgba(17, 33, 58, 0.08);
}

.landing-page nav[x-data] > .md\:hidden hr {
    border-color: rgba(21, 32, 51, 0.08);
}

.landing-page .brand-mark,
.landing-page .nav-cta {
    background: linear-gradient(135deg, #213f70 0%, #17315a 100%) !important;
    color: #ffffff !important;
}

.landing-page .brand-mark {
    border-radius: 0.95rem !important;
    box-shadow: none;
}

.landing-page .nav-cta:hover {
    background: linear-gradient(135deg, #17315a 0%, #112644 100%) !important;
    box-shadow: none;
}

.hero-orb {
    opacity: 1;
    filter: blur(42px);
}

.hero-orb-left {
    background: radial-gradient(circle, rgba(69, 105, 170, 0.18), transparent 66%);
}

.hero-orb-right {
    background: radial-gradient(circle, rgba(32, 63, 112, 0.12), transparent 70%);
}

.eyebrow-pill {
    border: 0;
    background: rgba(30, 58, 102, 0.08);
    color: var(--accent-strong);
}

.eyebrow-pill-muted {
    background: rgba(21, 32, 51, 0.045);
    color: var(--text-soft);
}

.hero-layout {
    gap: 3.6rem;
    align-items: start;
    min-height: auto;
}

.hero-title {
    max-width: none;
    margin-top: 1.35rem;
    font-size: clamp(3.25rem, 6vw, 5.5rem);
    letter-spacing: -0.05em;
}

.hero-copy {
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
}

.hero-badges,
.hero-actions {
    justify-content: center;
}

.hero-subtitle {
    max-width: 45rem;
    margin: 1.7rem auto 0;
    font-size: clamp(1rem, 1.45vw, 1.14rem);
    line-height: 1.85;
    color: var(--text-body);
}

.cta-solid,
.cta-ghost {
    min-height: 3.2rem;
    border-radius: 999px;
}

.cta-solid {
    background: #1d1d1f;
    color: #ffffff;
    box-shadow: none;
}

.cta-solid:hover {
    transform: translateY(-1px);
    box-shadow: none;
    background: linear-gradient(135deg, #17315a 0%, #112644 100%);
}

.cta-ghost {
    border: 0;
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-strong);
    box-shadow: inset 0 0 0 1px rgba(21, 32, 51, 0.08);
}

.cta-ghost:hover {
    background: rgba(255, 255, 255, 0.92);
}

.hero-stage {
    width: 100%;
    max-width: min(90rem, 100%);
    margin: 0 auto;
}

.hero-shot {
    padding: 1.45rem 1.45rem 1.1rem;
    border: 0;
    border-radius: 3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 243, 250, 0.94));
    box-shadow:
        0 18px 40px rgba(17, 33, 58, 0.04),
        0 32px 84px rgba(17, 33, 58, 0.08);
    backdrop-filter: blur(18px);
}

.hero-gallery-stage {
    min-height: 46rem;
    padding: 0;
    background: transparent;
}

.hero-gallery-stage::before,
.hero-gallery-stage::after {
    display: none;
}

.hero-gallery-slide {
    inset: 0;
    gap: 1.4rem;
}

.hero-gallery-meta {
    padding: 0 0.25rem;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.02em;
}

.hero-gallery-meta > div:first-child,
.hero-gallery-badges {
    justify-items: center;
    justify-content: center;
}

.hero-gallery-badges span {
    border: 0;
    background: rgba(245, 248, 252, 0.9);
    color: var(--text-soft);
    box-shadow: inset 0 0 0 1px rgba(21, 32, 51, 0.05);
}

.hero-gallery-frame {
    padding: 0;
    border: 0;
    background: transparent;
    max-width: 82rem;
    margin: 0 auto;
    box-shadow: 0 22px 48px rgba(17, 33, 58, 0.1);
}

.hero-gallery-image {
    min-height: 39rem;
    border: 0;
    border-radius: 2.3rem;
    background: #ffffff;
    object-fit: cover;
}

.hero-gallery-thumbs {
    max-width: 58rem;
    margin: 0 auto;
    gap: 0.8rem;
}

.hero-gallery-thumb {
    padding: 0.58rem;
    gap: 0.45rem;
    border: 0;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 0 0 1px rgba(21, 32, 51, 0.06);
}

.hero-gallery-thumb:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.88);
}

.hero-gallery-thumb.is-active {
    background: #ffffff;
    box-shadow:
        inset 0 0 0 1px rgba(21, 32, 51, 0.1),
        0 10px 24px rgba(17, 33, 58, 0.08);
}

.hero-gallery-thumb-image {
    border: 0;
    border-radius: 0.95rem;
}

.hero-gallery-thumb span {
    font-size: 0.63rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-gallery-thumb strong {
    font-size: 0.78rem;
    color: var(--text-strong);
}

.section-shell {
    padding: 10rem 0 9rem;
}

.section-panel {
    padding: 5.8rem clamp(2rem, 3vw, 4rem);
    border-radius: 3rem;
    background: linear-gradient(180deg, rgba(249, 251, 255, 0.96), rgba(240, 245, 252, 0.98));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.72),
        0 22px 58px rgba(17, 33, 58, 0.06);
    backdrop-filter: blur(12px);
}

.section-panels {
    display: grid;
    gap: 1.65rem;
}

.section-panel-value {
    min-height: fit-content;
    padding: 5.8rem clamp(2rem, 3vw, 4rem);
}

.section-panel-concept {
    padding: 2.4rem;
}

.section-lead {
    max-width: 60rem;
    margin: 0 auto 6rem;
    text-align: center;
}

.beta-lead {
    max-width: 46rem;
    margin-bottom: 3rem;
}

.section-lead h2,
.beta-lead h2 {
    font-size: clamp(2.5rem, 4.2vw, 4.3rem);
    line-height: 1.1;
    letter-spacing: -0.055em;
}

.section-lead p,
.beta-lead p {
    max-width: 45rem;
    margin: 1.25rem auto 0;
    font-size: 1.04rem;
    line-height: 1.9;
}

.value-row {
    gap: 5rem;
    padding: 0;
    align-items: center;
    border-top: 0;
}

.section-panel-value .value-row {
    min-height: 100%;
}

.section-panel-value .value-copy {
    max-width: none;
}

.section-panel-value .value-visual {
    width: 100%;
    max-width: 64rem;
    justify-self: center;
}

.value-copy {
    max-width: 38rem;
}

.value-copy h3 {
    margin-top: 0;
    font-size: clamp(2rem, 3.1vw, 3.2rem);
    line-height: 1.12;
    letter-spacing: -0.05em;
    max-width: none;
    text-wrap: pretty;
}

.value-copy p {
    margin-top: 1.45rem;
    max-width: none;
    font-size: 1.02rem;
    line-height: 1.9;
    text-wrap: pretty;
}

.feature-icons {
    margin-top: 2.45rem;
    gap: 1.6rem;
}

.feature-icon-card {
    justify-items: start;
    text-align: left;
    gap: 0.58rem;
}

.feature-icon {
    width: 2rem;
    height: 2rem;
    color: var(--accent);
}

.feature-icon-card h4 {
    font-size: 0.92rem;
    color: var(--text-body);
    font-weight: 500;
}

.surface-card,
.beta-panel {
    border: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.75),
        0 16px 38px rgba(17, 33, 58, 0.06);
}

.surface-card {
    border-radius: 2rem;
    padding: 1.8rem;
}

.section-kicker,
.value-index,
.surface-label,
.surface-heading span,
.runtime-topline span {
    color: #6b7b93;
}

.surface-line {
    margin-top: 0.65rem;
    padding-top: 0;
    border-top: 0;
}

.surface-line + .surface-line {
    margin-top: 0.95rem;
}

.flow-board,
.strategy-board,
.runtime-board,
.remote-board {
    display: grid;
    gap: 1.35rem;
    padding: 2rem;
}

.concept-board {
    display: grid;
    gap: 1.5rem;
}

.concept-board-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    align-items: start;
    max-width: 68rem;
}

.concept-board-head h3 {
    margin: 0.35rem 0 0;
    font-family: 'Pretendard Variable', 'Pretendard', sans-serif;
    font-size: clamp(1.85rem, 3.2vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
    color: #16263b;
}

.concept-board-head p {
    margin: 0;
    color: #5e728a;
    font-size: 0.98rem;
    line-height: 1.75;
    max-width: 48rem;
}

.concept-flow {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) minmax(3.4rem, 0.26fr)
        minmax(0, 1fr) minmax(3.4rem, 0.26fr)
        minmax(0, 1fr) minmax(3.4rem, 0.26fr)
        minmax(0, 1fr) minmax(3.4rem, 0.26fr)
        minmax(0, 1fr);
    gap: 0.9rem;
    align-items: stretch;
}

.concept-step {
    position: relative;
    display: grid;
    gap: 0.65rem;
    min-height: 13.5rem;
    padding: 1.15rem 1.05rem 1rem;
    border-radius: 1.55rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.96)),
        #ffffff;
    box-shadow:
        inset 0 0 0 1px rgba(22, 38, 59, 0.08),
        0 18px 34px rgba(17, 33, 58, 0.05);
}

.concept-step::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 0.28rem;
    border-radius: 1.55rem 1.55rem 0 0;
    background: linear-gradient(90deg, rgba(112, 153, 196, 0.9), rgba(146, 191, 234, 0.45));
}

.concept-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    background: rgba(118, 156, 196, 0.14);
    color: #47698f;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.concept-step strong {
    color: #16263b;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.concept-step p {
    margin: 0;
    color: #5e728a;
    font-size: 0.84rem;
    line-height: 1.65;
}

.concept-arrow {
    display: grid;
    place-items: center;
    min-width: 0;
    color: #8da6c0;
}

.concept-arrow::before {
    content: "→";
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    color: #89a5c2;
}

.concept-arrow span {
    display: none;
}

.concept-step-input::before {
    background: linear-gradient(90deg, rgba(128, 162, 201, 0.95), rgba(164, 195, 231, 0.55));
}

.concept-step-check::before {
    background: linear-gradient(90deg, rgba(111, 153, 181, 0.95), rgba(155, 186, 200, 0.55));
}

.concept-step-decision::before {
    background: linear-gradient(90deg, rgba(72, 118, 166, 0.95), rgba(127, 167, 212, 0.62));
}

.concept-step-risk::before {
    background: linear-gradient(90deg, rgba(93, 128, 161, 0.95), rgba(156, 183, 209, 0.58));
}

.concept-step-exec::before {
    background: linear-gradient(90deg, rgba(48, 88, 134, 0.98), rgba(107, 148, 193, 0.68));
}

.flow-board-head {
    display: grid;
    gap: 0.35rem;
}

.flow-board-head strong {
    color: var(--text-strong);
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.flow-board-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.flow-step-card,
.runtime-board-card,
.remote-step-card {
    display: grid;
    gap: 0.85rem;
    padding: 1.25rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 1px rgba(21, 32, 51, 0.07);
}

.flow-step-card-accent,
.remote-step-card-accent,
.runtime-board-card-primary {
    background: linear-gradient(180deg, rgba(30, 58, 102, 0.12), rgba(255, 255, 255, 0.92));
}

.flow-step-index,
.remote-step-index,
.runtime-board-card span,
.runtime-board-foot span {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-soft);
}

.flow-step-card h4,
.remote-step-card h4,
.runtime-board-card strong {
    color: var(--text-strong);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
}

.flow-step-list {
    display: grid;
    gap: 0.7rem;
}

.flow-step-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(21, 32, 51, 0.08);
    font-size: 0.9rem;
    color: var(--text-body);
}

.flow-step-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.flow-step-list strong {
    color: var(--accent-strong);
    font-size: 0.86rem;
    font-weight: 600;
}

.flow-code {
    margin: 0;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(236, 241, 248, 0.88);
    color: #31425c;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    line-height: 1.75;
    white-space: pre-wrap;
}

.strategy-board-table {
    display: grid;
    gap: 0.65rem;
}

.strategy-board-row {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) 0.85fr 1fr 0.7fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: inset 0 0 0 1px rgba(21, 32, 51, 0.06);
    color: var(--text-body);
    font-size: 0.9rem;
}

.strategy-board-head-row {
    background: transparent;
    box-shadow: none;
    padding: 0 0.1rem 0.25rem;
    color: var(--text-soft);
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.strategy-board-row strong {
    color: var(--text-strong);
    font-size: 0.95rem;
    font-weight: 600;
}

.strategy-board-row-focus {
    background: linear-gradient(180deg, rgba(30, 58, 102, 0.08), rgba(255, 255, 255, 0.9));
}

.ui-state-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 1.9rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(21, 32, 51, 0.08);
    color: var(--text-body);
    font-size: 0.76rem;
    font-weight: 600;
}

.ui-state-pill-live {
    background: rgba(31, 171, 84, 0.12);
    color: #0d7f45;
}

.ui-state-pill-ready {
    background: rgba(30, 58, 102, 0.1);
    color: var(--accent-strong);
}

.strategy-board-notes,
.remote-board-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.strategy-board-notes span,
.remote-board-tags span {
    border: 0;
    border-radius: 999px;
    background: rgba(30, 58, 102, 0.06);
    color: var(--text-body);
    padding: 0.48rem 0.78rem;
    font-size: 0.82rem;
}

.runtime-board-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.runtime-board-card p,
.remote-step-card p {
    margin: 0;
    color: var(--text-body);
    font-size: 0.92rem;
    line-height: 1.72;
}

.runtime-board-card-arrow {
    background: linear-gradient(180deg, rgba(244, 247, 251, 0.92), rgba(255, 255, 255, 0.92));
}

.runtime-board-foot {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.runtime-board-foot > div {
    padding: 1rem 1.1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: inset 0 0 0 1px rgba(21, 32, 51, 0.06);
}

.runtime-board-foot strong {
    display: block;
    margin-top: 0.28rem;
    color: var(--text-strong);
    font-size: 0.95rem;
    font-weight: 600;
}

.remote-board-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.remote-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(30, 58, 102, 0.08);
}

.beta-shell {
    padding: 2rem 0 8rem;
}

.beta-panel {
    padding: 2.9rem;
    border-radius: 2.6rem;
    background: linear-gradient(180deg, rgba(251, 253, 255, 0.98), rgba(240, 245, 252, 0.98));
    display: grid;
    gap: 1.4rem;
    align-items: center;
    justify-items: stretch;
    text-align: center;
}

.beta-panel-copy {
    display: grid;
    gap: 0.45rem;
}

.beta-panel-copy > span {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    color: #6b7b93;
    text-transform: uppercase;
}

.beta-panel-copy strong {
    color: var(--text-strong);
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

[data-animate] {
    opacity: 0;
    transform: translateY(26px);
    filter: blur(10px);
    transition:
        opacity 700ms ease,
        transform 900ms cubic-bezier(0.19, 1, 0.22, 1),
        filter 900ms cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

[data-animate].animate-fade-in-up {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.figma-capture-mode [data-animate] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
}

@media (min-width: 1024px) {
    .value-row {
        grid-template-columns: 1fr;
        gap: 3.25rem;
        align-content: center;
    }

    .strategy-visual {
        grid-template-columns: 1fr;
    }

    .beta-panel {
        grid-template-columns: 1fr;
        justify-items: stretch;
        text-align: left;
    }

    .beta-panel-copy {
        justify-self: stretch;
    }
}

@media (max-width: 1023px) {
    .landing-page nav[x-data] .max-w-7xl {
        margin-top: 0.75rem;
    }

    .landing-page nav[x-data] .h-16 {
        padding: 0 0.85rem;
        border-radius: 1.2rem;
    }

    .landing-page nav[x-data].bg-surface-0\/95 .h-16,
    .landing-page nav[x-data].backdrop-blur-md .h-16,
    .landing-page nav[x-data].shadow-lg .h-16 {
        border-radius: 0;
    }

    .script-surface {
        margin-left: 0;
    }

    .feature-icons,
    .feature-icons-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .concept-board-head,
    .concept-flow {
        grid-template-columns: 1fr;
    }

    .concept-board-head p {
        max-width: none;
    }

    .concept-arrow::before {
        content: "↓";
    }

    .concept-step {
        min-height: auto;
    }

    .flow-board-grid,
    .runtime-board-grid,
    .remote-board-grid {
        grid-template-columns: 1fr;
    }

    .strategy-board-row {
        grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
    }

    .hero-gallery-stage {
        min-height: 34rem;
    }

    .section-panel,
    .section-panel-value {
        padding: 4.1rem 1.7rem;
        border-radius: 2.25rem;
    }

    .section-panel-value {
        min-height: 44rem;
    }

    .section-lead {
        margin-bottom: 4.6rem;
    }

    .value-row {
        gap: 3.2rem;
    }

    .hero-gallery-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hero-gallery-image {
        min-height: 29rem;
    }
}

@media (max-width: 767px) {
    .landing-page nav[x-data] .h-16 {
        height: 3.9rem;
        padding: 0 0.9rem;
        border-radius: 1rem;
    }

    .landing-page nav[x-data] > .md\:hidden {
        margin: 0 0.9rem;
    }

    .landing-page nav[x-data].bg-surface-0\/95 .max-w-7xl,
    .landing-page nav[x-data].backdrop-blur-md .max-w-7xl,
    .landing-page nav[x-data].shadow-lg .max-w-7xl {
        margin-top: 0;
    }

    .hero-title {
        font-size: clamp(2.5rem, 11vw, 3.5rem);
    }

    .hero-layout {
        min-height: auto;
    }

    .hero-subtitle,
    .section-lead p,
    .value-copy p {
        font-size: 0.95rem;
    }

    .feature-icons,
    .feature-icons-compact,
    .hero-product-chart-stats,
    .hero-kpi-grid {
        grid-template-columns: 1fr;
    }

    .strategy-board-row {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .strategy-board-head-row {
        display: none;
    }

    .runtime-board-foot {
        grid-template-columns: 1fr;
    }

    .section-shell {
        padding: 7.2rem 0 7rem;
    }

    .section-panel,
    .section-panel-value {
        padding: 3rem 1.2rem;
        border-radius: 1.8rem;
    }

    .section-panel-concept {
        padding: 1.35rem;
    }

    .section-panel-value {
        min-height: 34rem;
    }

    .hero-gallery-stage {
        min-height: 25rem;
    }

    .hero-gallery-slide {
        gap: 0.8rem;
    }

    .hero-gallery-image {
        min-height: 20rem;
        border-radius: 1.35rem;
    }

    .hero-gallery-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-gallery-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .runtime-path {
        grid-template-columns: 1fr;
    }

    .runtime-arrow {
        width: 1px;
        height: 2rem;
        margin: 0 auto;
        background: linear-gradient(180deg, rgba(205, 218, 233, 0.16), rgba(205, 218, 233, 0.52), rgba(205, 218, 233, 0.16));
    }

    .runtime-arrow::after {
        right: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(50%) rotate(135deg);
    }

    .runtime-side-note {
        grid-template-columns: 1fr;
    }
}

/* ===================================================
   How it works — 3-card layout (Flow Map 재구성)
   =================================================== */

.howit-cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2.8rem minmax(0, 1.15fr) 2.8rem minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
}

.howit-card {
    padding: 1.6rem 1.5rem;
    border-radius: 1.55rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.96));
    box-shadow:
        inset 0 0 0 1px rgba(22, 38, 59, 0.08),
        0 18px 34px rgba(17, 33, 58, 0.05);
}

.howit-card-user {
    border: 1.5px solid rgba(30, 58, 102, 0.18);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.99), rgba(236, 244, 252, 0.97));
}

.howit-card-system {
    background: linear-gradient(180deg, rgba(243, 247, 252, 0.98), rgba(232, 240, 250, 0.96));
    box-shadow:
        inset 0 0 0 1px rgba(22, 38, 59, 0.06),
        0 14px 28px rgba(17, 33, 58, 0.04);
}

.howit-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.howit-card-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b7b93;
}

.howit-system-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.howit-system-tags span {
    display: inline-flex;
    align-items: center;
    padding: 0.26rem 0.6rem;
    border-radius: 999px;
    background: rgba(30, 58, 102, 0.07);
    color: var(--accent-strong);
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.howit-list {
    display: grid;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.howit-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
}

.howit-list-icon {
    flex: none;
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(30, 58, 102, 0.1);
    color: var(--accent-strong);
}

.howit-list-icon svg {
    width: 0.65rem;
    height: 0.65rem;
}

.howit-list li > div {
    display: grid;
    gap: 0.18rem;
}

.howit-list li strong {
    color: #16263b;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
}

.howit-list li span {
    color: #5e728a;
    font-size: 0.8rem;
    line-height: 1.45;
}

.howit-pipeline {
    display: grid;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.howit-pipeline li {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.72rem 0;
    border-bottom: 1px solid rgba(21, 32, 51, 0.07);
    color: #47607d;
    font-size: 0.88rem;
    line-height: 1.45;
}

.howit-pipeline li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.howit-pipeline li:first-child {
    padding-top: 0;
}

.howit-pipeline em {
    font-style: normal;
    color: #6b7b93;
    font-size: 0.78rem;
    margin-left: 0.3rem;
}

.howit-pipeline-dot {
    flex: none;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(30, 58, 102, 0.22);
}

.howit-pipeline-dot-accent {
    background: var(--accent-strong);
    box-shadow: 0 0 0 3px rgba(30, 58, 102, 0.12);
}

.howit-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0c4da;
}

.howit-arrow svg {
    width: 1.4rem;
    height: 1.4rem;
}

@media (max-width: 1023px) {
    .howit-cards {
        grid-template-columns: 1fr;
    }

    .howit-arrow svg {
        transform: rotate(90deg);
    }

    .howit-arrow {
        padding: 0.5rem 0;
        height: 2.2rem;
    }
}

/* ===================================================
   Value 01 — 아이디어 타임라인 다이어그램
   =================================================== */

.idea-timeline {
    display: grid;
    gap: 0;
}

.idea-step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.idea-step-dot {
    flex: none;
    margin-top: 0.35rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    background: rgba(30, 58, 102, 0.2);
    box-shadow: 0 0 0 3px rgba(30, 58, 102, 0.07);
}

.idea-step-dot-accent {
    background: var(--accent-strong);
    box-shadow: 0 0 0 3px rgba(30, 58, 102, 0.14);
}

.idea-step-dot-success {
    background: #1fab54;
    box-shadow: 0 0 0 3px rgba(31, 171, 84, 0.15);
}

.idea-step-line {
    width: 1px;
    height: 1.1rem;
    margin-left: calc(0.75rem / 2 - 0.5px);
    background: linear-gradient(180deg, rgba(21, 32, 51, 0.14), rgba(21, 32, 51, 0.06));
}

.idea-step-content {
    display: grid;
    gap: 0.55rem;
    padding-bottom: 0.4rem;
    min-width: 0;
    flex: 1;
}

.idea-step-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7b93;
}

.idea-step-bubble {
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: rgba(245, 248, 252, 0.92);
    box-shadow: inset 0 0 0 1px rgba(21, 32, 51, 0.07);
    color: #31425c;
    font-size: 0.9rem;
    line-height: 1.55;
    font-style: italic;
}

.idea-backtest-result {
    display: grid;
    gap: 0.85rem;
}

.idea-backtest-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.idea-backtest-stats > div {
    padding: 0.8rem 0.9rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(21, 32, 51, 0.07);
    display: grid;
    gap: 0.25rem;
}

.idea-backtest-stats small {
    display: block;
    font-size: 0.68rem;
    color: #6b7b93;
    letter-spacing: 0.04em;
}

.idea-backtest-stats strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #16263b;
    letter-spacing: -0.02em;
}

.idea-backtest-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.85rem;
    border-radius: 999px;
    background: rgba(31, 171, 84, 0.1);
    color: #0d7f45;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    width: fit-content;
}

/* ===================================================
   Value 02 — 토글 스위치보드
   =================================================== */

.toggle-board {
    display: grid;
    gap: 0.65rem;
}

.toggle-row {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 1px rgba(21, 32, 51, 0.07);
}

.toggle-row-on {
    background: linear-gradient(180deg, rgba(30, 58, 102, 0.06), rgba(255, 255, 255, 0.88));
    box-shadow: inset 0 0 0 1px rgba(30, 58, 102, 0.12);
}

.toggle-row-ready {
    background: linear-gradient(180deg, rgba(240, 246, 253, 0.95), rgba(255, 255, 255, 0.92));
}

.toggle-switch {
    flex: none;
    width: 2.4rem;
    height: 1.35rem;
    border-radius: 999px;
    background: rgba(21, 32, 51, 0.12);
    position: relative;
    transition: background 220ms ease;
}

.toggle-switch-on {
    background: #1d3a66;
}

.toggle-switch-ready {
    background: rgba(30, 58, 102, 0.28);
}

.toggle-knob {
    position: absolute;
    top: 0.15rem;
    left: 0.15rem;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    transition: transform 220ms ease;
}

.toggle-switch-on .toggle-knob {
    transform: translateX(1.05rem);
}

.toggle-switch-ready .toggle-knob {
    transform: translateX(0.52rem);
}

.toggle-info {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 0.15rem;
}

.toggle-info strong {
    color: #16263b;
    font-size: 0.92rem;
    font-weight: 600;
}

.toggle-info span {
    color: #6b7b93;
    font-size: 0.78rem;
}

.toggle-checklist {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.2rem;
}

.toggle-check-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.78rem;
    border-radius: 999px;
    background: rgba(30, 58, 102, 0.06);
    color: var(--text-body);
    font-size: 0.8rem;
}

.toggle-check-item svg {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--accent-strong);
    flex: none;
}

/* ===================================================
   Value 03 — 2컬럼 경계 다이어그램
   =================================================== */

.boundary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.boundary-col {
    padding: 1.15rem 1.1rem;
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 1px rgba(21, 32, 51, 0.07);
}

.boundary-col-local {
    background: linear-gradient(180deg, rgba(30, 58, 102, 0.07), rgba(255, 255, 255, 0.9));
    box-shadow: inset 0 0 0 1.5px rgba(30, 58, 102, 0.16);
}

.boundary-col-head {
    margin-bottom: 0.9rem;
}

.boundary-col-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b7b93;
}

.boundary-col-label-accent {
    color: var(--accent-strong);
}

.boundary-list {
    display: grid;
    gap: 0.55rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.boundary-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.86rem;
    color: #47607d;
}

.boundary-list li svg {
    width: 0.9rem;
    height: 0.9rem;
    flex: none;
    color: var(--accent-strong);
}

.boundary-list-cloud li svg {
    color: #6b7b93;
}

.boundary-list-no {
    opacity: 0.65;
}

.boundary-list-no svg {
    color: #b87070 !important;
}

.boundary-list-no span {
    color: #6b7b93;
    text-decoration: line-through;
    text-decoration-color: rgba(184, 112, 112, 0.45);
}

.boundary-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.2rem;
}

.boundary-footer-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.78rem;
    border-radius: 999px;
    background: rgba(30, 58, 102, 0.06);
    color: var(--text-body);
    font-size: 0.8rem;
}

.boundary-footer-item svg {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--accent-strong);
    flex: none;
}

@media (max-width: 767px) {
    .boundary-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================================================
   Value 04 — 시나리오 타임라인
   =================================================== */

.scenario-timeline {
    display: grid;
    gap: 0;
}

.scenario-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(21, 32, 51, 0.07);
}

.scenario-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.scenario-item:first-child {
    padding-top: 0;
}

.scenario-time {
    flex: none;
    min-width: 3.2rem;
    padding-top: 0.1rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #6b7b93;
    font-variant-numeric: tabular-nums;
}

.scenario-body {
    display: grid;
    gap: 0.22rem;
}

.scenario-body strong {
    color: #16263b;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
}

.scenario-body p {
    margin: 0;
    color: #5e728a;
    font-size: 0.84rem;
    line-height: 1.55;
}

.scenario-body code {
    display: inline;
    padding: 0.15rem 0.45rem;
    border-radius: 0.45rem;
    background: rgba(30, 58, 102, 0.08);
    color: var(--accent-strong);
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
}

.scenario-item-alert .scenario-body strong {
    color: #b07e1a;
}

.scenario-item-command {
    background: linear-gradient(90deg, rgba(30, 58, 102, 0.04), transparent);
    border-radius: 0.85rem;
    padding-left: 0.65rem;
    margin-left: -0.65rem;
}

.scenario-item-command .scenario-body strong {
    color: var(--accent-strong);
}

.scenario-checklist {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.2rem;
}

.scenario-check-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.78rem;
    border-radius: 999px;
    background: rgba(30, 58, 102, 0.06);
    color: var(--text-body);
    font-size: 0.8rem;
}

.scenario-check-item svg {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--accent-strong);
    flex: none;
}

/* ===================================================
   Beta CTA 개선 — 체크리스트 패널
   =================================================== */

.beta-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem 1.4rem;
    text-align: left;
}

.beta-check-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-body);
}

.beta-check-item svg {
    width: 1rem;
    height: 1rem;
    flex: none;
    color: var(--accent-strong);
}

.beta-cta-secondary {
    font-size: 0.88rem;
    color: var(--text-body);
    text-decoration: none;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
    min-height: auto;
    border-radius: 0;
    transition: color 220ms ease;
}

.beta-cta-secondary:hover {
    color: var(--accent-strong) !important;
    transform: none !important;
    background: transparent !important;
}

@media (max-width: 767px) {
    .beta-checklist {
        grid-template-columns: 1fr;
    }
}

/* Mid-page CTA */
.section-panel-midcta {
    margin-top: 0;
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(14rem, 16vw, 18rem);
    padding: clamp(1.35rem, 1.8vw, 2rem);
    overflow: hidden;
}
.section-panel-midcta > * {
    width: 100%;
}
.section-panel-midcta::before {
    content: "";
    position: absolute;
    inset: 10% 6%;
    border-radius: 2.3rem;
    background:
        radial-gradient(circle at center, rgba(65, 106, 184, 0.08), transparent 62%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0));
    pointer-events: none;
}
.midcta-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    width: 100%;
    min-height: clamp(8.4rem, 9vw, 10rem);
    padding: 2rem 2.5rem;
    border-radius: 1.8rem;
    border: 1px solid rgba(21, 32, 51, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(240, 245, 252, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        0 16px 36px rgba(17, 33, 58, 0.06);
}
.midcta-copy {
    display: grid;
    gap: 0.4rem;
}
.midcta-copy strong {
    color: var(--text-strong);
    font-size: 1.1rem;
    font-weight: 600;
}
.midcta-copy span {
    color: var(--text-body);
    font-size: 0.88rem;
}
@media (max-width: 767px) {
    .section-panel-midcta {
        min-height: auto;
        padding: 1.1rem;
    }
    .midcta-strip {
        flex-direction: column;
        text-align: center;
        padding: 1.8rem 1.5rem;
        min-height: auto;
        border-radius: 1.35rem;
    }
}

/* FAQ Section */
.faq-shell {
    position: relative;
    overflow: clip;
    padding: 4rem 0;
}
.faq-grid {
    display: grid;
    gap: 0.75rem;
    margin-top: 2.5rem;
}
.faq-item {
    border: 1px solid rgba(21, 32, 51, 0.08);
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    overflow: hidden;
    transition: border-color 220ms ease;
}
.faq-item[open] {
    border-color: rgba(126, 169, 209, 0.24);
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-strong);
    cursor: pointer;
    list-style: none;
    user-select: none;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
    content: "+";
    font-size: 1.2rem;
    color: var(--accent);
    font-weight: 400;
    transition: transform 220ms ease;
    flex-shrink: 0;
    margin-left: 1rem;
}
.faq-item[open] .faq-question::after {
    content: "−";
}
.faq-answer {
    padding: 0 1.5rem 1.25rem;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms ease;
}
.faq-item[open] .faq-answer {
    grid-template-rows: 1fr;
}
.faq-answer > * {
    overflow: hidden;
}
.faq-answer p {
    color: var(--text-body);
    font-size: 0.92rem;
    line-height: 1.7;
}

/* Beta Onboarding Steps */
.beta-onboarding {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}
.beta-onboarding-label {
    display: block;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    color: var(--accent-strong);
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.beta-onboarding-steps {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.beta-onboarding-step {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.9rem;
    border-radius: 0.7rem;
    border: 1px solid var(--line);
    background: rgba(30, 58, 102, 0.08);
    font-size: 0.85rem;
    color: var(--text-body);
}
.beta-onboarding-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(126, 169, 209, 0.15);
    color: var(--accent-strong);
    font-size: 0.72rem;
    font-weight: 700;
    flex-shrink: 0;
}
.beta-onboarding-arrow {
    color: var(--text-soft);
    font-size: 0.8rem;
}
@media (max-width: 767px) {
    .beta-onboarding-steps {
        justify-content: center;
    }
}

/* DSL note under code example */
.idea-dsl-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.7rem;
    border: 1px solid var(--line);
    background: rgba(15, 23, 35, 0.7);
    font-size: 0.78rem;
    color: var(--text-soft);
    flex-wrap: wrap;
}
.idea-dsl-link {
    color: var(--accent-strong);
    font-size: 0.78rem;
    white-space: nowrap;
}
.idea-dsl-link:hover {
    text-decoration: underline;
}

/* ============================================================
   TRUST STRIP — social proof bar after hero
   ============================================================ */
.trust-strip-shell {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--bg-1);
}

.trust-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 1.25rem 0;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.84rem;
    color: var(--text-soft);
    line-height: 1;
}

.trust-item strong {
    color: var(--text-strong);
    font-weight: 600;
}

.trust-icon {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--accent);
    flex-shrink: 0;
}

.trust-divider {
    width: 1px;
    height: 1.1rem;
    background: var(--line-strong);
    flex-shrink: 0;
}

@media (max-width: 639px) {
    .trust-strip {
        gap: 1rem 1.5rem;
        padding: 1rem 0;
    }
    .trust-divider {
        display: none;
    }
}

/* ============================================================
   COMPARE SECTION — "왜 QUANTIQ인가" 3-column grid
   ============================================================ */
.compare-shell {
    position: relative;
    overflow: clip;
    padding: 4rem 0;
}

.compare-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
}

.compare-card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 2px 12px rgba(17, 33, 58, 0.07);
    transition: border-color 220ms ease, box-shadow 220ms ease;
}

.compare-card:hover {
    border-color: var(--line-strong);
    box-shadow: 0 4px 20px rgba(17, 33, 58, 0.1);
}

.compare-card-highlight {
    border-color: var(--accent);
    background: linear-gradient(180deg, rgba(30, 58, 102, 0.04), rgba(30, 58, 102, 0.01));
    box-shadow: 0 2px 16px rgba(30, 58, 102, 0.08);
}

.compare-card-highlight:hover {
    border-color: var(--accent-strong);
    box-shadow: 0 0 0 1px rgba(30, 58, 102, 0.15), 0 8px 24px rgba(30, 58, 102, 0.12);
}

.compare-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-strong);
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.compare-card-highlight h4 {
    color: var(--accent-strong);
}

.compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem;
}

.compare-list li {
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.compare-list li::before {
    content: "";
    flex: none;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin-top: 0.55rem;
}

.compare-card .compare-list li::before {
    background: var(--text-soft);
    opacity: 0.5;
}

.compare-card-highlight .compare-list li::before {
    background: var(--accent);
}

.compare-tag {
    display: inline-flex;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.compare-card .compare-tag {
    background: var(--bg-2);
    color: var(--text-soft);
}

.compare-card-highlight .compare-tag {
    background: rgba(30, 58, 102, 0.1);
    color: var(--accent-strong);
}

@media (max-width: 767px) {
    .compare-grid {
        grid-template-columns: 1fr;
    }
    .compare-card-highlight {
        order: -1;
    }
}

/* ============================================================
   VISUAL RHYTHM — section divider glow + alternating bg
   ============================================================ */
.section-divider {
    height: 1px;
    max-width: 12rem;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    opacity: 0.3;
}

/* ============================================================
   DIAGRAM CONTRAST — howit-card dark-mode refinement
   ============================================================ */
.flow-board-head strong {
    letter-spacing: -0.01em;
}

@media (prefers-color-scheme: dark) {
    .howit-card {
        box-shadow: 0 0 0 1px rgba(126, 169, 209, 0.12), 0 18px 34px rgba(0, 0, 0, 0.3);
    }
}

/* ── New element styles ────────────────────── */

/* Advanced DSL hint in idea timeline */
.idea-advanced-hint {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, rgba(30, 58, 102, 0.06), rgba(240, 245, 252, 0.95));
    border: 1px solid rgba(21, 32, 51, 0.08);
    border-radius: 0.5rem;
}
.idea-advanced-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--accent-strong);
    margin-bottom: 0.4rem;
}
.idea-advanced-code {
    display: block;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 0.78rem;
    line-height: 1.6;
    color: var(--text-body);
    white-space: pre;
    overflow-x: auto;
}

/* Migration note in compare section */
.compare-migration-note {
    margin-top: 1.25rem;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    color: var(--text-soft);
    text-align: center;
    background: rgba(30, 58, 102, 0.04);
    border-radius: 0.5rem;
    border: 1px dashed rgba(21, 32, 51, 0.1);
}

/* Section visual rhythm */
.section-panel-value:nth-child(even) {
    background: linear-gradient(180deg, rgba(30, 58, 102, 0.03) 0%, transparent 100%);
    border-radius: 1.5rem;
}

/* WCAG AA contrast fix - scoped to light sections only */
.section-shell,
.trust-strip-shell,
.faq-shell,
.compare-shell,
.safety-shell {
    --text-soft: #4a6580;
}

/* Accessibility: focus-visible ring */
a:focus-visible,
button:focus-visible,
details summary:focus-visible {
    outline: 2px solid var(--accent-strong);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Value section number enhancement */
.value-index {
    font-size: 4rem;
    font-weight: 800;
    opacity: 0.05;
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    line-height: 1;
    pointer-events: none;
    z-index: 0;
}
.value-copy h3 {
    position: relative;
    z-index: 1;
}
.section-panel-value {
    position: relative;
}

/* Backtest disclaimer */
.backtest-disclaimer {
    margin-top: 0.5rem;
    font-size: 0.72rem;
    color: var(--text-soft);
    text-align: center;
    font-style: italic;
}

/* Light theme gallery depth */
.hero-gallery-stage {
    box-shadow: 0 8px 32px rgba(21, 32, 51, 0.08), 0 2px 8px rgba(21, 32, 51, 0.04);
}

/* FAQ custom chevron */
.faq-question {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding-right: 2rem;
}
.faq-question::-webkit-details-marker {
    display: none;
}
.faq-question::marker {
    content: "";
}
.faq-question::after {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid var(--text-soft);
    border-bottom: 2px solid var(--text-soft);
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.25s ease;
}
details[open] > .faq-question::after {
    transform: translateY(-30%) rotate(-135deg);
}

/* Safety / Transparency section */
.safety-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}
.safety-col {
    background: var(--surface-card, rgba(249, 251, 255, 0.96));
    border-radius: 1rem;
    padding: 2.5rem;
    border: 1px solid var(--line, rgba(21, 32, 51, 0.08));
}
.safety-col h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--line, rgba(21, 32, 51, 0.08));
}
.safety-col-can h4 {
    color: var(--accent-strong, #2563eb);
}
.safety-col-cant h4 {
    color: #c0392b;
}
.safety-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.safety-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text-body, #3a4f66);
}
.safety-list li svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}
.safety-col-can .safety-list li svg {
    color: var(--accent-strong, #2563eb);
}
.safety-col-cant .safety-list li svg {
    color: #c0392b;
}
.safety-list-honest li strong {
    color: var(--text-heading, #152033);
    font-weight: 600;
}
.safety-bottom-note {
    margin-top: 1.25rem;
    font-size: 0.82rem;
    color: var(--text-soft);
    font-style: italic;
    line-height: 1.5;
}

/* Value 01 pro tools */
.idea-pro-tools {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    background: rgba(37, 99, 235, 0.04);
    border-radius: 0.5rem;
    border: 1px solid rgba(37, 99, 235, 0.1);
}
.idea-pro-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--accent-strong, #2563eb);
    margin-bottom: 0.5rem;
}
.idea-pro-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.idea-pro-items span {
    font-size: 0.8rem;
    padding: 0.25rem 0.65rem;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 100px;
    color: var(--text-body, #3a4f66);
    font-weight: 500;
}

/* Responsive: safety grid */
@media (max-width: 768px) {
    .safety-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .safety-col {
        padding: 1.5rem;
    }
}

/* Beta onboarding step time */
.beta-step-time {
    display: block;
    font-size: 0.7rem;
    color: var(--text-soft);
    margin-top: 0.25rem;
    font-weight: 400;
}

/* Safety CTA spacing */
.safety-cta {
    padding: 0;
    margin-top: -1rem;
}

/* ── R5: Onboarding Paths Section ── */
.onboarding-paths-shell {
    padding: 4rem 0 2rem;
    background: var(--bg-0);
}
.onboarding-paths-shell .section-lead {
    text-align: center;
    margin-bottom: 2.5rem;
}
.onboarding-paths {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.onboarding-path {
    position: relative;
    background: var(--bg-1);
    border: 1px solid var(--line);
    border-radius: 1rem;
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    transition: box-shadow 0.2s;
}
.onboarding-path:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.onboarding-path-highlight {
    border-color: var(--accent);
    box-shadow: 0 0 0 1px var(--accent), 0 4px 20px rgba(0,0,0,0.04);
}
.onboarding-path-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-strong);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    white-space: nowrap;
}
.onboarding-path-icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    color: var(--accent-strong);
}
.onboarding-path-icon svg {
    width: 100%;
    height: 100%;
}
.onboarding-path h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-strong);
    margin-bottom: 0.5rem;
}
.onboarding-path p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-body);
    margin-bottom: 1rem;
}
.onboarding-path-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--accent-strong);
    background: rgba(45, 100, 160, 0.08);
    padding: 0.25rem 0.625rem;
    border-radius: 0.5rem;
}
@media (max-width: 767px) {
    .onboarding-paths {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .onboarding-paths {
        grid-template-columns: 1fr;
        max-width: 28rem;
        margin: 0 auto;
    }
}

/* ── R5: Backtest Method Note ── */
.backtest-method-note {
    font-size: 0.75rem;
    color: var(--text-soft);
    margin: 0.5rem 0 0.25rem;
    text-align: center;
}
.idea-backtest-stats {
    flex-wrap: wrap;
}

/* ── R5: Safety Scenario Table ── */
.safety-scenarios {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
}
.safety-scenarios h5 {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-strong);
    margin-bottom: 0.75rem;
}
.safety-scenario-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.safety-scenario-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.825rem;
    line-height: 1.4;
}
.safety-scenario-trigger {
    flex-shrink: 0;
    font-weight: 600;
    color: var(--text-strong);
    min-width: 6.5rem;
}
.safety-scenario-arrow {
    flex-shrink: 0;
    color: var(--accent);
    font-weight: 700;
}
.safety-scenario-response {
    color: var(--text-body);
}
@media (max-width: 767px) {
    .safety-scenario-item {
        flex-wrap: wrap;
    }
    .safety-scenario-trigger {
        min-width: auto;
    }
}

/* ── R5: Compare Card Pro Line ── */
.compare-card-pro {
    font-size: 0.8rem;
    color: var(--accent-strong);
    font-weight: 600;
    margin: -0.25rem 0 0.75rem;
    padding: 0.25rem 0.5rem;
    background: rgba(45, 100, 160, 0.06);
    border-radius: 0.375rem;
    display: inline-block;
}

/* ── Beginner Skip Hint ── */
.beginner-skip-hint {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    margin-bottom: 1rem;
    background: rgba(99, 102, 241, 0.08);
    border-left: 3px solid var(--accent, #6366f1);
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 0.85rem;
    color: var(--text-soft, #94a3b8);
}
.beginner-skip-hint a {
    color: var(--accent, #6366f1);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.beginner-skip-hint a:hover {
    color: var(--accent-hover, #818cf8);
}
.beginner-skip-icon {
    font-size: 1rem;
    flex-shrink: 0;
}

/* ── Step Guide Hint ── */
.step-guide-hint {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.8rem;
    color: var(--text-soft, #94a3b8);
}
.step-guide-hint a {
    color: var(--accent, #6366f1);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.step-guide-hint a:hover {
    color: var(--accent-hover, #818cf8);
}
