﻿:root {
    --navy: #384070;
    --navy-dark: #252e54;
    --navy-soft: #4f598a;
    --gold: #f0b840;
    --bronze: #8b5d1f;
    --bronze-deep: #6b4818;
    --gold-soft: #fdf3d8;
    --bg: #ffffff;
    --bg-alt: #f7f8fa;
    --bg-section: #fbfbfd;
    --line: #e5e7eb;
    --line-soft: #eef0f3;
    --ink: #14181f;
    --ink-soft: #3f4654;
    --ink-mute: #6b7280;
    --sans: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --serif: 'Source Serif 4', Georgia, serif;
    --mono: 'JetBrains Mono', Consolas, monospace;
    --max: 1240px;
    --shadow-sm: 0 1px 2px rgba(15,23,42,0.04), 0 2px 6px rgba(15,23,42,0.04);
    --shadow-md: 0 4px 16px rgba(15,23,42,0.06), 0 16px 36px rgba(15,23,42,0.06);
    --shadow-lg: 0 12px 48px rgba(15,23,42,0.10);
    --radius: 8px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--sans);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65;
    font-size: 17px;
    letter-spacing: -0.005em;
    word-break: keep-all;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 32px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

.eyebrow {
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bronze);
    font-weight: 700;
    margin-bottom: 18px;
    display: inline-block;
}

h1, h2, h3, h4 {
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--ink);
    line-height: 1.25;
}

.section-title {
    font-size: clamp(32px, 4.6vw, 48px);
    margin-bottom: 18px;
    letter-spacing: -0.03em;
    font-weight: 700;
    line-height: 1.2;
}

.section-lead {
    font-size: 18px;
    color: var(--ink-soft);
    max-width: 680px;
    line-height: 1.7;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.005em;
    border-radius: 6px;
    transition: all 0.18s ease;
    white-space: nowrap;
    cursor: pointer;
}

.btn-primary {
    background: var(--navy);
    color: #fff;
}

.btn-primary:hover {
    background: var(--navy-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.btn-secondary {
    background: #fff;
    color: var(--navy);
    border: 1.5px solid var(--line);
}

.btn-secondary:hover {
    border-color: var(--navy);
    color: var(--navy);
}

.btn-ghost {
    background: transparent;
    color: var(--navy);
    border: 1.5px solid var(--navy);
}

.btn-ghost:hover {
    background: var(--navy);
    color: #fff;
}

.btn-arrow::after {
    content: '→';
    transition: transform 0.18s ease;
}

.btn-arrow:hover::after {
    transform: translateX(3px);
}

.top-ribbon {
    background: var(--navy-dark);
    color: rgba(255,255,255,0.85);
    text-align: center;
    padding: 10px 48px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    position: relative;
}

    .top-ribbon strong {
        font-weight: 600;
        color: var(--gold);
    }

    .top-ribbon a {
        color: var(--gold);
        border-bottom: 1px solid rgba(240,184,64,0.4);
        padding-bottom: 1px;
        margin-left: 6px;
    }

.ribbon-close {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: rgba(255,255,255,0.6);
    font-size: 20px;
    line-height: 1;
    padding: 4px 8px;
    cursor: pointer;
    border: none;
}

    .ribbon-close:hover {
        color: var(--gold);
    }

@media (max-width: 600px) {
    .ribbon-close {
        right: 6px;
    }
}

/* ===== HEADER ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.85);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--line-soft);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    max-width: var(--max);
    margin: 0 auto;
    position: relative;
}

.nav-toggle {
    display: none;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ink);
    border-radius: 1px;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.98);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--line-soft);
    padding: 16px 24px 24px;
    box-shadow: 0 12px 28px rgba(15,23,42,0.06);
    flex-direction: column;
    gap: 0;
}

.mobile-nav.open {
    display: flex;
}

.mobile-nav a.mn-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    padding: 14px 4px;
    border-bottom: 1px solid var(--line-soft);
}

.mobile-nav a.mn-link:hover {
    color: var(--navy);
}

.mobile-nav-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
}

.mobile-nav-cta .btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
}

.site-logo {
display: flex;
align-items: center;
}

.site-logo img {
    height: 32px;
    width: auto;
}

.nav-menu {
    display: flex;
    gap: 32px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--ink-soft);
}

.nav-menu a {
    padding: 6px 0;
    transition: color 0.15s ease;
}

.nav-menu a:hover {
    color: var(--navy);
}

.nav-cta {
    display: flex;
    gap: 10px;
}

@media (max-width: 900px) {
    .nav-menu {
        display: none;
    }

    .nav-cta {
        display: none;
    }

    .nav-toggle {
        display: flex;
    }
}

@media (max-width: 600px) {
    .nav-wrap {
        padding: 14px 20px;
    }
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f0f2f8 0%, #fff 55%, #fdf8ec 100%);
    z-index: 0;
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 64px;
    align-items: center;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 32px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold-soft);
    border: 1px solid rgba(240,184,64,0.35);
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--bronze);
    margin-bottom: 28px;
    letter-spacing: 0.01em;
}

.hero-tag-dot {
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
}

.hero-h1 {
    font-size: clamp(38px, 5.5vw, 62px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.04em;
    color: var(--ink);
    margin-bottom: 24px;
}

.hero-h1 em {
    font-style: normal;
    color: var(--navy);
}

.hero-lead {
    font-size: 18px;
    color: var(--ink-soft);
    line-height: 1.75;
    margin-bottom: 40px;
    max-width: 520px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

.hero-proof {
    display: flex;
    gap: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--line-soft);
}

.proof-item {
    display: flex;
    flex-direction: column;
}

.proof-num {
    font-size: 26px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.03em;
    line-height: 1;
}

.proof-label {
    font-size: 12px;
    color: var(--ink-mute);
    margin-top: 4px;
}

/* 히어로 우측 카드 */
.hero-visual {
    position: relative;
}

.hero-card-main {
    background: var(--navy-dark);
    border-radius: 16px;
    padding: 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hero-card-main::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(240,184,64,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.hc-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}

.hc-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.hc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 14px 16px;
}

.hc-icon {
    width: 36px;
    height: 36px;
    background: rgba(240,184,64,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.hc-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.hc-meta {
    font-size: 11.5px;
    color: rgba(255,255,255,0.5);
    margin-top: 2px;
}

.hc-cta {
    display: block;
    background: var(--gold);
    color: var(--navy-dark);
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.18s ease;
}

.hc-cta:hover {
    background: #e8a820;
    transform: translateY(-1px);
}

.hero-badge {
    position: absolute;
    bottom: -16px;
    left: -16px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    white-space: nowrap;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    flex-shrink: 0;
}

@media (max-width: 960px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero-visual {
        display: none;
    }
}

@media (max-width: 600px) {
    .hero {
        padding: 64px 0;
    }

    .hero-proof {
        gap: 20px;
    }
}

/* ===== STATS BAR ===== */
.stats-bar {
    background: var(--navy-dark);
    padding: 0;
}

.stats-inner {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat-cell {
    padding: 36px 24px;
    border-right: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-cell:last-child {
    border-right: none;
}

.stat-n {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1;
}

.stat-n span {
    color: var(--gold);
}

.stat-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-top: 6px;
}

@media (max-width: 768px) {
    .stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-cell:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 480px) {
    .stats-inner {
        grid-template-columns: 1fr 1fr;
    }
}

/* ===== SECTION COMMON ===== */
.section {
    padding: 96px 0;
}

.section-alt {
    background: var(--bg-alt);
}

.section-dark {
    background: var(--navy-dark);
}

.section-header {
    margin-bottom: 56px;
}

    .section-header.centered {
        text-align: center;
    }

        .section-header.centered .section-lead {
            margin: 0 auto;
        }

/* ===== TEST CATALOG ===== */
.catalog-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.catalog-tab {
    padding: 9px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-mute);
    background: var(--bg-alt);
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .catalog-tab:hover {
        color: var(--navy);
        border-color: var(--line);
    }

    .catalog-tab.active {
        background: var(--navy);
        color: #fff;
        border-color: var(--navy);
    }

.test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.test-card {
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: 12px;
    padding: 28px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    overflow: hidden;
}

    .test-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--navy);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.2s ease;
    }

    .test-card:hover {
        box-shadow: var(--shadow-md);
        transform: translateY(-3px);
        border-color: transparent;
    }

        .test-card:hover::after {
            transform: scaleX(1);
        }

.test-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 16px;
    width: fit-content;
}

.badge-b2b {
    background: rgba(56,64,112,0.08);
    color: var(--navy);
}

.badge-personal {
    background: var(--gold-soft);
    color: var(--bronze);
}

.test-card-name {
    font-size: 20px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.test-card-ko {
    font-size: 13px;
    color: var(--ink-mute);
    margin-bottom: 14px;
}

.test-card-meta {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--ink-mute);
    background: var(--bg-alt);
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.test-card-desc {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.test-card-link {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.15s ease;
}

.test-card:hover .test-card-link {
    gap: 8px;
}

@media (max-width: 900px) {
    .test-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .test-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== PAIN QUIZ ===== */
.painquiz-wrap {
    background: var(--bg-section);
    border: 1px solid var(--line-soft);
    border-radius: 16px;
    padding: 48px;
}

.pq-step-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bronze);
    margin-bottom: 10px;
}

.pq-question {
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.pq-target-group {
    display: flex;
    gap: 10px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.pq-target {
    padding: 10px 22px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid var(--line);
    color: var(--ink-soft);
    background: #fff;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .pq-target:hover {
        border-color: var(--navy);
        color: var(--navy);
    }

    .pq-target.active {
        background: var(--navy);
        color: #fff;
        border-color: var(--navy);
    }

.pq-pain-set {
    display: none;
}

    .pq-pain-set.active-set {
        display: block;
    }

.pq-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 32px;
}

.painquiz-item {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1.5px solid var(--line);
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-soft);
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: left;
    line-height: 1.4;
}

    .painquiz-item:hover {
        border-color: var(--navy-soft);
        color: var(--navy);
    }

    .painquiz-item.active {
        border-color: var(--navy);
        background: rgba(56,64,112,0.05);
        color: var(--navy);
        font-weight: 600;
    }

.pq-result {
    display: none;
    background: #fff;
    border: 1.5px solid var(--navy);
    border-radius: 12px;
    padding: 28px 32px;
    margin-top: 8px;
}

    .pq-result.show {
        display: block;
    }

.pq-result-name {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

    .pq-result-name .ko {
        font-size: 14px;
        font-weight: 500;
        color: var(--ink-mute);
        margin-left: 8px;
    }

.pq-result-meta {
    font-family: var(--mono);
    font-size: 11.5px;
    color: var(--ink-mute);
    margin-bottom: 16px;
}

.pq-result-areas {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.75;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line-soft);
}

.pq-result-ql {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bronze);
    margin-bottom: 12px;
}

.pq-result-questions {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

    .pq-result-questions li {
        font-size: 14px;
        color: var(--ink-soft);
        padding-left: 16px;
        position: relative;
        line-height: 1.6;
    }

        .pq-result-questions li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: var(--navy);
            font-size: 12px;
        }

@media (max-width: 768px) {
    .painquiz-wrap {
        padding: 28px 20px;
    }

    .pq-pain-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .pq-pain-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== PROCESS ===== */
.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(12.5% + 16px);
    right: calc(12.5% + 16px);
    height: 1px;
    background: var(--line);
    z-index: 0;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}

.step-num {
    width: 56px;
    height: 56px;
    background: var(--navy);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.step-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-desc {
    font-size: 13.5px;
    color: var(--ink-mute);
    line-height: 1.65;
}

@media (max-width: 768px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .process-steps::before {
        display: none;
    }
}

/* ===== CTA BAND ===== */
.cta-band {
    background: var(--navy-dark);
    padding: 72px 0;
    text-align: center;
}

.cta-band h2 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.cta-band p {
    font-size: 17px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 36px;
    line-height: 1.7;
}

.cta-band .btn-gold {
    background: var(--gold);
    color: var(--navy-dark);
    font-weight: 700;
    padding: 18px 40px;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.18s ease;
}

.cta-band .btn-gold:hover {
    background: #e8a820;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(240,184,64,0.3);
}

/* ===== FOOTER ===== */
.site-footer {
    background: var(--ink);
    color: rgba(255,255,255,0.5);
    padding: 56px 0 32px;
    font-size: 13.5px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-logo {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.footer-tagline {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    line-height: 1.6;
}

.footer-col h4 {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.8);
    margin-bottom: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col ul a {
    color: rgba(255,255,255,0.45);
    transition: color 0.15s;
    font-size: 13.5px;
}

.footer-col ul a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12.5px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: rgba(255,255,255,0.4);
    transition: color 0.15s;
}

.footer-bottom-links a:hover {
    color: #fff;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* ===== ANIMATIONS ===== */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

/* ===== HERO DETAIL ===== */
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 90% 10%, rgba(240,184,64,0.08) 0%, transparent 60%), radial-gradient(ellipse 70% 60% at 10% 80%, rgba(56,64,112,0.04) 0%, transparent 60%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: clamp(38px, 5.2vw, 60px);
    line-height: 1.15;
    letter-spacing: -0.035em;
    margin-bottom: 28px;
    font-weight: 700;
    color: var(--navy-dark);
}

.hero h1 .accent {
    position: relative;
    display: inline-block;
    color: var(--navy-dark);
}

.hero h1 .accent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 12px;
    background: var(--gold);
    opacity: 0.4;
    z-index: -1;
}

.hero-sub {
    font-size: 19px;
    color: var(--ink-soft);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 580px;
}

.hero-credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    margin: 32px 0 36px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 14.5px;
    color: var(--ink-soft);
}

.cred-item {
    display: flex;
    align-items: center;
    padding: 4px 16px 4px 0;
    position: relative;
    font-weight: 500;
}

.cred-item:not(:last-child)::after {
    content: '';
    width: 3px;
    height: 3px;
    background: var(--ink-mute);
    border-radius: 50%;
    margin-left: 16px;
    display: inline-block;
}

.cred-item strong {
    color: var(--navy);
    font-weight: 700;
    margin-right: 6px;
}

.hero-cta-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-trust {
    margin-top: 18px;
    font-size: 14px;
    color: var(--ink-mute);
}

/* Hero psychometrics */
.hero-psychometrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 28px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.psy-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 18px;
    position: relative;
}

.psy-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: var(--line);
}

.psy-item:first-child {
    padding-left: 0;
}

.psy-headline {
    font-size: 14px;
    font-weight: 700;
    color: var(--navy-dark);
    letter-spacing: -0.015em;
    line-height: 1.4;
}

.psy-headline strong {
    color: var(--bronze-deep);
    font-weight: 800;
}

.psy-evidence {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--ink-mute);
    font-weight: 500;
    margin-top: 6px;
}

.psy-evidence b {
    color: var(--ink-soft);
    font-weight: 600;
}

/* Hero visual — report card */
.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 24px 48px rgba(56,64,112,0.10), 0 4px 12px rgba(56,64,112,0.04);
    width: 100%;
    max-width: 420px;
    position: relative;
    overflow: hidden;
}

.report-card-2 {
    position: absolute;
    top: 30px;
    right: -24px;
    width: 220px;
    height: 240px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(56,64,112,0.08);
    transform: rotate(6deg);
    z-index: -1;
    padding: 16px;
}

.report-card-2-bars {
    position: absolute;
    bottom: 24px;
    left: 16px;
    right: 16px;
    display: flex;
    gap: 4px;
    align-items: flex-end;
    height: 80px;
}

.report-card-2-bars span {
    flex: 1;
    background: var(--navy);
    border-radius: 2px 2px 0 0;
    opacity: 0.8;
}

.rc-head {
    background: var(--navy);
    padding: 16px 20px;
    color: #fff;
    position: relative;
}

.rc-head-stripe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold);
}

.rc-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 2px;
}

.rc-subtitle {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.03em;
    font-weight: 500;
}

.rc-stamp {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    border: 1.5px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.1;
}

.rc-body {
    padding: 22px 24px 24px;
}

.rc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid var(--line-soft);
    font-size: 13.5px;
}

    .rc-row:last-of-type {
        border-bottom: none;
    }

    .rc-row .label {
        color: var(--ink-mute);
        font-weight: 500;
    }

    .rc-row .value {
        font-weight: 700;
        color: var(--navy);
    }

    .rc-row .value.score {
        font-size: 15px;
    }

    .rc-row .value.muted {
        color: var(--ink-mute);
        font-weight: 500;
    }

.rc-bars {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--line-soft);
}

.rc-bars-label {
    font-size: 11px;
    color: var(--ink-mute);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    margin-bottom: 12px;
}

.rc-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.rc-bar-name {
    font-size: 12px;
    color: var(--ink-soft);
    font-weight: 500;
    width: 70px;
}

.rc-bar-track {
    flex: 1;
    height: 6px;
    background: var(--line-soft);
    border-radius: 3px;
    overflow: hidden;
}

.rc-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--navy) 0%, var(--navy-soft) 100%);
    border-radius: 3px;
}

.rc-bar-val {
    font-size: 12px;
    color: var(--navy);
    font-weight: 700;
    width: 36px;
    text-align: right;
}

.rc-grade {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--line-soft);
}

.rc-grade-label {
    font-size: 13px;
    color: var(--ink-soft);
    font-weight: 500;
}

.rc-grade-badge {
    background: var(--navy);
    color: var(--gold);
    padding: 6px 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    font-size: 14px;
    border-radius: 4px;
}

@media (max-width: 968px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .hero {
        padding: 64px 0 80px;
    }

    .hero-visual {
        display: none;
    }

    .report-card-2 {
        display: none;
    }
}

@media (max-width: 600px) {
    .hero-psychometrics {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px 0;
    }

    .psy-item {
        padding: 10px 0;
        border-bottom: 1px solid var(--line-soft);
    }

    .psy-item:not(:last-child)::after {
        display: none;
    }

    .psy-item:last-child {
        border-bottom: none;
    }
}

/* ===== NUMBERS BAR ===== */
.numbers-bar {
    background: var(--navy);
    color: #fff;
    padding: 56px 0;
    position: relative;
    overflow: hidden;
}

.numbers-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(240,184,64,0.06) 0%, transparent 50%);
    pointer-events: none;
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.num-cell {
    text-align: center;
    padding: 0 24px;
    position: relative;
}

.num-cell:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: rgba(255,255,255,0.12);
}

.num-value {
    font-size: clamp(46px, 6vw, 64px);
    font-weight: 800;
    color: var(--gold);
    letter-spacing: -0.04em;
    line-height: 1;
}

.num-value sup {
    font-size: 0.5em;
    color: var(--gold);
    font-weight: 700;
    vertical-align: top;
    position: relative;
    top: 0.2em;
    margin-left: 2px;
}

.num-unit {
    display: inline-block;
    margin-left: 6px;
    font-size: 0.32em;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.02em;
    vertical-align: baseline;
    position: relative;
    top: -0.3em;
}

.num-label {
    font-size: 14.5px;
    color: rgba(255,255,255,0.85);
    margin-top: 14px;
    font-weight: 500;
}

.num-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    margin-top: 6px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 768px) {
    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 0;
    }

    .num-cell:nth-child(2)::after {
        display: none;
    }

    .num-cell:nth-child(3)::after {
        display: none;
    }
}

/* ===== LOGOS SECTION ===== */
.logos-section {
    padding: 96px 0 80px;
    background: var(--bg);
}

.logos-section .section-head {
    text-align: center;
    margin-bottom: 56px;
}

.logos-section .section-lead {
    margin: 16px auto 0;
}

.logo-tier {
    margin-bottom: 48px;
}

.logo-tier:last-child {
    margin-bottom: 0;
}

.tier-label {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 0.03em;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.tier-label::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--gold);
    border-radius: 50%;
}

.tier-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--line);
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}

@media (max-width: 768px) {
    .logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.logo-cell {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line-soft);
    margin: -1px 0 0 -1px;
    padding: 10px 14px;
    background: var(--bg);
    transition: all 0.18s ease;
}

.logo-cell:hover {
    background: var(--bg-alt);
}

.logo-mark {
    font-family: var(--sans);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: var(--ink-soft);
    text-align: center;
    line-height: 1.25;
    opacity: 0.9;
    transition: opacity 0.18s ease;
}

.logo-cell:hover .logo-mark {
    opacity: 1;
    color: var(--navy);
}

.lm-mono {
    font-family: var(--mono);
    font-weight: 700;
    font-size: 10px;
    display: block;
    color: var(--bronze);
    margin-top: 5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.7;
}

/* Growth chart */
.growth-chart-wrap {
    margin: 48px 0 0;
    background: var(--bg-alt);
    border: 1px solid var(--line-soft);
    border-radius: 12px;
    padding: 28px 32px 20px;
}

.growth-chart-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.growth-start, .growth-end {
    color: var(--navy);
    font-weight: 700;
    font-size: 15px;
}

.growth-start em, .growth-end em {
    font-style: normal;
    color: var(--ink-mute);
    font-weight: 500;
    font-size: 12px;
    margin-left: 4px;
}

.growth-title {
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-mute);
    font-weight: 600;
}

/* ===== PAIN QUIZ ===== */
.painquiz-section {
    background: var(--bg-alt);
    padding: 112px 0;
}

.painquiz-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}

.painquiz-head .section-lead {
    margin: 18px auto 0;
}

.pq-step-label {
    text-align: center;
    font-size: 13px;
    color: var(--bronze);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.pq-target-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.pq-target {
    background: var(--bg);
    border: 2px solid var(--line);
    border-radius: 8px;
    padding: 18px 36px;
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
    transition: all 0.18s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .pq-target:hover {
        border-color: var(--navy);
        transform: translateY(-1px);
        box-shadow: var(--shadow-sm);
    }

    .pq-target.active {
        background: var(--navy);
        color: #fff;
        border-color: var(--navy);
    }

.pq-target-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gold-soft);
    color: var(--bronze);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.pq-target.active .pq-target-icon {
    background: var(--gold);
    color: var(--navy-dark);
}

.pq-group {
    margin-bottom: 28px;
}

.pq-group-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 0 4px;
}

    .pq-group-label::before {
        content: '';
        width: 4px;
        height: 16px;
        background: var(--gold);
        border-radius: 2px;
    }

.pq-group-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

@media (max-width: 700px) {
    .pq-group-grid {
        grid-template-columns: 1fr;
    }
}

.painquiz-item {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-soft);
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

    .painquiz-item:hover {
        border-color: var(--navy-soft);
        color: var(--navy);
    }

    .painquiz-item.active {
        border-color: var(--navy);
        background: rgba(56,64,112,0.04);
        color: var(--navy);
        font-weight: 600;
    }

.pq-icon {
    color: var(--bronze);
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.pq-text {
    flex: 1;
}

/* Quiz result */
.painquiz-result {
    display: none;
    background: var(--bg);
    border: 2px solid var(--navy);
    border-radius: 12px;
    padding: 36px 40px;
    margin-top: 32px;
}

    .painquiz-result.show {
        display: block;
    }

.pq-result-badge {
    display: inline-block;
    background: var(--navy);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.pq-result-name {
    font-size: 24px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

    .pq-result-name .ko {
        font-size: 14px;
        font-weight: 500;
        color: var(--ink-mute);
        margin-left: 8px;
    }

.pq-result-meta {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--ink-mute);
    margin-bottom: 24px;
}

.pq-result-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .pq-result-body {
        grid-template-columns: 1fr;
    }
}

.pq-result-block {
    background: var(--bg-alt);
    border-radius: 8px;
    padding: 20px;
}

.pq-result-block-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pq-result-areas {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.75;
}

.pq-result-questions {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .pq-result-questions li {
        font-size: 13.5px;
        color: var(--ink-soft);
        padding-left: 16px;
        position: relative;
        line-height: 1.6;
    }

        .pq-result-questions li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: var(--navy);
            font-size: 12px;
        }

.pq-result-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ===== CATALOG SECTION ===== */
.catalog-section {
    padding: 96px 0;
    background: var(--bg);
}

.catalog-head {
    margin-bottom: 48px;
    text-align: center;
}

    .catalog-head .section-lead {
        margin: 16px auto 0;
    }

    .catalog-head .catalog-tabs {
        margin-top: 32px;
    }

.supervisor-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: 980px;
    margin: 0 auto 40px;
    padding: 14px 24px;
    background: var(--gold-soft);
    border: 1px solid #ecd9a3;
    border-radius: 8px;
    flex-wrap: wrap;
}

.sup-badge {
    background: var(--bronze);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sup-text {
    font-size: 14px;
    color: var(--ink);
    font-weight: 500;
}

    .sup-text strong {
        color: var(--bronze-deep);
        font-weight: 700;
    }

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 900px) {
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .catalog-grid {
        grid-template-columns: 1fr;
    }
}

.test-card {
    background: var(--bg);
    border: 1px solid var(--line-soft);
    border-radius: 12px;
    padding: 28px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

    .test-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--navy);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.2s ease;
    }

    .test-card:hover {
        box-shadow: var(--shadow-md);
        transform: translateY(-3px);
        border-color: transparent;
    }

        .test-card:hover::after {
            transform: scaleX(1);
        }

.card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    letter-spacing: 0.04em;
}

.badge-cat {
    background: rgba(56,64,112,0.08);
    color: var(--navy);
}

.badge-lang {
    background: rgba(240,184,64,0.15);
    color: var(--bronze);
}

.badge-new {
    background: var(--navy);
    color: #fff;
}

.badge-patent {
    background: rgba(139,93,31,0.1);
    color: var(--bronze-deep);
}

.badge-personal {
    background: var(--gold-soft);
    color: var(--bronze);
}

.test-name {
    font-size: 20px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

    .test-name .ko {
        font-size: 13px;
        color: var(--ink-mute);
        font-weight: 500;
        margin-left: 8px;
    }

.test-desc {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.7;
    margin-bottom: 16px;
    flex: 1;
}

.test-supervised {
    font-size: 11.5px;
    color: var(--bronze);
    margin-bottom: 12px;
    font-weight: 500;
}

.test-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .test-meta span {
        font-family: var(--mono);
        font-size: 11px;
        color: var(--ink-mute);
        background: var(--bg-alt);
        padding: 4px 10px;
        border-radius: 4px;
    }

.test-link {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.15s ease;
}

.test-card:hover .test-link {
    gap: 8px;
}

.test-link::after {
    content: '→';
}

/* ===== ONBOARDING ===== */
.onboarding-section {
    padding: 96px 0;
    background: var(--bg-alt);
}

.onboarding-head {
    text-align: center;
    margin-bottom: 56px;
}

.onboarding-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 968px) {
    .onboarding-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .onboarding-grid {
        grid-template-columns: 1fr;
    }
}

.ob-card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 24px;
    position: relative;
    transition: all 0.18s ease;
}

    .ob-card:hover {
        border-color: var(--navy);
        box-shadow: var(--shadow-md);
        transform: translateY(-2px);
    }

.ob-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 36px;
    color: var(--gold);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
}

.ob-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.ob-desc {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.65;
    margin-bottom: 14px;
}

.ob-meta {
    display: inline-block;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--bronze);
    background: var(--gold-soft);
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.ob-footnote {
    text-align: center;
    margin-top: 32px;
    font-size: 13px;
    color: var(--ink-mute);
    font-weight: 500;
}

    .ob-footnote strong {
        color: var(--navy);
        font-weight: 700;
    }

/* ===== CTA BAND ===== */
.cta-band {
    background: var(--navy-dark);
    padding: 96px 0;
    text-align: center;
}

    .cta-band .eyebrow {
        color: var(--gold);
        margin-bottom: 20px;
    }

    .cta-band h2 {
        font-size: clamp(28px, 4vw, 44px);
        font-weight: 800;
        color: #fff;
        letter-spacing: -0.03em;
        margin-bottom: 16px;
        line-height: 1.2;
    }

    .cta-band p {
        font-size: 17px;
        color: rgba(255,255,255,0.6);
        margin-bottom: 40px;
        line-height: 1.7;
    }

.btn-gold {
    background: var(--gold);
    color: var(--navy-dark);
    font-weight: 700;
    padding: 18px 44px;
    font-size: 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.18s ease;
}

    .btn-gold:hover {
        background: #e8a820;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(240,184,64,0.3);
    }

    .btn-gold.btn-arrow::after {
        content: '→';
        transition: transform 0.18s ease;
    }

    .btn-gold.btn-arrow:hover::after {
        transform: translateX(4px);
    }

/* ===== SCROLL ANIMATIONS ===== */
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

    .fade-up.in {
        opacity: 1;
        transform: translateY(0);
    }

.fade-up-delay-1 {
    transition-delay: 0.1s;
}

.fade-up-delay-2 {
    transition-delay: 0.2s;
}

/* ===== FOOTER OVERRIDE ===== */
.site-footer {
    background: var(--ink);
    color: rgba(255,255,255,0.5);
    padding: 56px 0 32px;
    font-size: 13.5px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-logo {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.footer-tagline {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    line-height: 1.6;
}

.footer-col h4 {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.8);
    margin-bottom: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .footer-col ul a {
        color: rgba(255,255,255,0.45);
        transition: color 0.15s;
        font-size: 13.5px;
    }

        .footer-col ul a:hover {
            color: #fff;
        }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12.5px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

    .footer-bottom-links a {
        color: rgba(255,255,255,0.4);
        transition: color 0.15s;
    }

        .footer-bottom-links a:hover {
            color: #fff;
        }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 600px) {
    .section {
        padding: 64px 0;
    }

    .painquiz-section {
        padding: 72px 0;
    }

    .logos-section {
        padding: 64px 0;
    }

    .cta-band {
        padding: 72px 0;
    }

    .pq-target {
        padding: 14px 24px;
        font-size: 15px;
    }

    .painquiz-result {
        padding: 24px 20px;
    }

    .growth-chart-wrap {
        padding: 20px 16px 14px;
    }
}

/* ===== TOC NAV ===== */
.toc-nav {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 500;
    display: flex;
    flex-direction: column;
}

.toc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.toc-link {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 0;
    flex-direction: row-reverse;
}

.toc-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(56,64,112,0.25);
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.toc-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--ink-mute);
    opacity: 0;
    transform: translateX(6px);
    transition: all 0.2s ease;
    white-space: nowrap;
    background: var(--navy);
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    pointer-events: none;
}

.toc-link:hover .toc-label,
.toc-link.active .toc-label {
    opacity: 1;
    transform: translateX(0);
}

.toc-link.active .toc-dot {
    background: var(--navy);
    width: 8px;
    height: 8px;
}

.toc-link:hover .toc-dot {
    background: var(--navy-soft);
}

@media (max-width: 1300px) {
    .toc-nav {
        display: none;
    }
}

/* ===== DEMO SECTION ===== */
.demo-section {
    padding: 96px 0;
    background: var(--bg-alt);
}

.demo-stages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 1080px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .demo-stages {
        grid-template-columns: 1fr;
    }
}

.stage-card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.stage-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: var(--navy);
    color: #fff;
}

.stage-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    color: var(--gold);
    font-weight: 700;
    line-height: 1;
}

.stage-title {
    font-size: 14px;
    font-weight: 600;
}

.stage-screen {
    padding: 20px;
}

.ss-progress {
    height: 4px;
    background: var(--line-soft);
    border-radius: 2px;
    margin-bottom: 12px;
    overflow: hidden;
}

    .ss-progress span {
        display: block;
        height: 100%;
        background: var(--navy);
        border-radius: 2px;
    }

.ss-row {
    display: flex;
    justify-content: space-between;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--ink-mute);
    margin-bottom: 12px;
}

.ss-q {
    font-size: 13px;
    color: var(--ink);
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: 500;
}

.ss-opt {
    display: flex;
    gap: 8px;
    justify-content: center;
}

    .ss-opt span {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 1.5px solid var(--line);
        background: var(--bg);
        cursor: pointer;
    }

        .ss-opt span.on {
            background: var(--navy);
            border-color: var(--navy);
        }

.ss-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid var(--line-soft);
    font-size: 13px;
}

    .ss-stat .lab {
        color: var(--ink-mute);
        font-weight: 500;
    }

    .ss-stat .num {
        font-weight: 700;
        color: var(--navy);
        font-family: var(--mono);
    }

        .ss-stat .num.gold {
            color: var(--bronze);
        }

.ss-grade {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--line-soft);
}

    .ss-grade .lab2 {
        font-size: 12px;
        color: var(--ink-mute);
        font-weight: 500;
    }

    .ss-grade .gv {
        background: var(--navy);
        color: var(--gold);
        padding: 4px 12px;
        font-weight: 800;
        font-size: 16px;
        border-radius: 4px;
        letter-spacing: 0.08em;
    }

/* ===== AUTHORITY SECTION ===== */
.authority-section {
    padding: 96px 0;
    background: var(--bg);
}

.authority-head {
    text-align: center;
    margin-bottom: 56px;
}

    .authority-head h2 {
        font-size: clamp(28px, 3.5vw, 42px);
        font-weight: 800;
        letter-spacing: -0.03em;
        margin-bottom: 0;
    }

.authority-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 900px) {
    .authority-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .authority-grid {
        grid-template-columns: 1fr;
    }
}

.researcher-card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    grid-column: span 2;
    display: grid;
    grid-template-columns: 180px 1fr;
}

@media (max-width: 768px) {
    .researcher-card {
        grid-template-columns: 1fr;
        grid-column: span 1;
    }
}

.researcher-photo {
    background: linear-gradient(135deg, var(--navy-soft) 0%, var(--navy-dark) 100%);
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
}

.researcher-photo-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.photo-label {
    font-family: var(--mono);
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.researcher-info {
    padding: 24px 28px;
}

.researcher-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 2px;
}

    .researcher-name .deg {
        font-family: var(--serif);
        font-style: italic;
        color: var(--bronze);
        font-weight: 600;
        font-size: 14px;
        margin-left: 6px;
    }

.researcher-title {
    font-size: 13px;
    color: var(--ink-soft);
    margin-bottom: 14px;
    font-weight: 500;
}

.researcher-creds {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .researcher-creds li {
        font-size: 13px;
        color: var(--ink-soft);
        padding: 4px 0 4px 16px;
        position: relative;
        line-height: 1.55;
    }

        .researcher-creds li::before {
            content: '—';
            position: absolute;
            left: 0;
            color: var(--gold);
            font-weight: 700;
        }

.auth-card {
    background: var(--bg-alt);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .auth-card.featured {
        background: var(--navy-dark);
        color: #fff;
        border-color: var(--navy-dark);
    }

        .auth-card.featured .auth-title {
            color: #fff;
        }

        .auth-card.featured .auth-desc {
            color: rgba(255,255,255,0.7);
        }

        .auth-card.featured .auth-tag {
            background: rgba(240,184,64,0.15);
            color: var(--gold);
        }

    .auth-card.wide {
        grid-column: span 2;
    }

@media (max-width: 900px) {
    .auth-card.wide {
        grid-column: span 1;
    }
}

.auth-num {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--bronze);
    font-weight: 700;
    letter-spacing: 0.08em;
}

.auth-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.auth-desc {
    font-size: 13.5px;
    color: var(--ink-soft);
    line-height: 1.7;
    flex: 1;
}

.auth-tag {
    display: inline-block;
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(56,64,112,0.08);
    color: var(--navy);
    letter-spacing: 0.04em;
    width: fit-content;
}

.auth-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 8px;
}

.auth-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .auth-stat strong {
        font-size: 14px;
        font-weight: 700;
        color: var(--navy);
    }

    .auth-stat span {
        font-size: 12px;
        color: var(--ink-mute);
    }

.auth-quote-block {
    background: var(--navy);
    border-radius: var(--radius);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aqb-mono {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
}

.aqb-text {
    font-family: var(--serif);
    font-size: 17px;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    font-weight: 400;
}

    .aqb-text em {
        font-style: italic;
        color: var(--gold);
    }

.lang-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.lang-chip {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(56,64,112,0.08);
    color: var(--navy);
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    padding: 96px 0;
    background: var(--bg-alt);
}

.testimonials-head {
    text-align: center;
    margin-bottom: 56px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 16px;
}

@media (max-width: 900px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

.case-featured {
    background: var(--navy);
    color: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

@media (max-width: 768px) {
    .case-featured {
        grid-template-columns: 1fr;
    }
}

.case-quote-side {
    padding: 36px;
}

.case-mark {
    font-family: var(--serif);
    font-size: 56px;
    color: var(--gold);
    line-height: 0.8;
    margin-bottom: 8px;
}

.case-quote {
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
    color: rgba(255,255,255,0.9);
    font-family: var(--serif);
}

.case-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.ca-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(240,184,64,0.2);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
}

.ca-name {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}

.ca-org {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    margin-top: 2px;
}

.case-kpi-side {
    background: var(--navy-dark);
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: relative;
}

    .case-kpi-side::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--gold);
    }

.case-kpi-label {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
}

.case-kpi-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.kpi-val {
    font-family: var(--serif);
    font-size: 40px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    letter-spacing: -0.03em;
}

    .kpi-val sup {
        font-size: 0.5em;
        vertical-align: top;
    }

.kpi-cap {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
}

.testimonial {
    background: var(--bg);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
}

.testimonial-mark {
    font-family: var(--serif);
    font-size: 40px;
    color: var(--gold);
    line-height: 0.8;
    margin-bottom: 12px;
}

.testimonial-quote {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.75;
    flex: 1;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid var(--line-soft);
}

.author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(56,64,112,0.1);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.author-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
}

.author-org {
    font-size: 12px;
    color: var(--ink-mute);
    margin-top: 2px;
}

/* ===== PRICING ===== */
.pricing-section {
    padding: 96px 0;
    background: var(--bg);
}

.pricing-head {
    text-align: center;
    margin-bottom: 56px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

.price-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: 12px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    transition: all 0.18s ease;
}

    .price-card:hover {
        box-shadow: var(--shadow-md);
        transform: translateY(-2px);
    }

    .price-card.featured {
        border-color: var(--navy);
        background: var(--navy);
        color: #fff;
    }

.price-tier-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--navy-dark);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 100px;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.price-tier {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 700;
    color: var(--bronze);
    letter-spacing: 0.1em;
}

.price-card.featured .price-tier {
    color: var(--gold);
}

.price-name {
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.02em;
}

.price-card.featured .price-name {
    color: #fff;
}

.price-from {
    font-size: 13px;
    color: var(--ink-mute);
}

.price-card.featured .price-from {
    color: rgba(255,255,255,0.6);
}

.price-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

    .price-features li {
        font-size: 14px;
        color: var(--ink-soft);
        padding-left: 18px;
        position: relative;
        line-height: 1.5;
    }

        .price-features li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--navy);
            font-weight: 700;
            font-size: 12px;
        }

.price-card.featured .price-features li {
    color: rgba(255,255,255,0.85);
}

    .price-card.featured .price-features li::before {
        color: var(--gold);
    }

.price-card.featured .btn-primary {
    background: var(--gold);
    color: var(--navy-dark);
    border: none;
}

    .price-card.featured .btn-primary:hover {
        background: #e8a820;
    }

/* ===== CONTACT SECTION ===== */
.contact-section {
    padding: 96px 0;
    background: var(--bg-alt);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: start;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.contact-info {
    padding-top: 8px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line-soft);
}

    .contact-item:last-child {
        border-bottom: none;
    }

.contact-item-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--bronze);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-item-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
}

.contact-form-wrap {
    background: var(--bg);
    border: 1px solid var(--line-soft);
    border-radius: 12px;
    padding: 36px 32px;
}

@media (max-width: 600px) {
    .contact-form-wrap {
        padding: 24px 20px;
    }
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 600px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-soft);
}

.required {
    color: var(--bronze);
}

.form-input {
    padding: 11px 14px;
    border: 1.5px solid var(--line);
    border-radius: 6px;
    font-size: 14px;
    font-family: var(--sans);
    color: var(--ink);
    background: var(--bg);
    transition: border-color 0.15s ease;
    outline: none;
    width: 100%;
}

    .form-input:focus {
        border-color: var(--navy);
    }

.form-textarea {
    min-height: 120px;
    resize: vertical;
}

.btn-full {
    width: 100%;
    justify-content: center;
    padding: 14px;
    font-size: 15px;
}

.form-notice {
    font-size: 12px;
    color: var(--ink-mute);
    text-align: center;
    margin-top: 4px;
}

/* ===== COMING SOON ===== */
.coming-soon {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 96px 24px;
}

.coming-soon-inner {
    text-align: center;
    max-width: 480px;
}

    .coming-soon-inner .eyebrow {
        margin-bottom: 16px;
    }

    .coming-soon-inner h1 {
        font-size: clamp(32px, 5vw, 48px);
        font-weight: 800;
        color: var(--navy);
        letter-spacing: -0.03em;
        margin-bottom: 16px;
    }

    .coming-soon-inner p {
        font-size: 17px;
        color: var(--ink-mute);
        margin-bottom: 32px;
        line-height: 1.7;
    }

/* ===== CONTACT SUCCESS ===== */
.contact-success {
    text-align: center;
    padding: 80px 24px;
    max-width: 480px;
    margin: 0 auto;
}

.contact-success-icon {
    width: 64px;
    height: 64px;
    background: var(--navy);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 24px;
}

.contact-success h2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 12px;
}

.contact-success p {
    font-size: 16px;
    color: var(--ink-mute);
    line-height: 1.7;
    margin-bottom: 32px;
}

.form-error-msg {
    background: #fff0f0;
    border: 1px solid #ffcccc;
    color: #cc0000;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
}

/* ===== POLICY ===== */
.policy-wrap {
    padding: 80px 0;
}

.policy-header {
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 2px solid var(--navy);
}

.policy-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.policy-date {
    font-size: 14px;
    color: var(--ink-mute);
    font-family: var(--mono);
}

.policy-intro {
    font-size: 15px;
    color: var(--ink-soft);
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 20px 24px;
    background: var(--bg-alt);
    border-radius: 8px;
}

.policy-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--line-soft);
}

    .policy-section:last-child {
        border-bottom: none;
    }

.policy-section-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.policy-section p {
    font-size: 15px;
    color: var(--ink-soft);
    line-height: 1.8;
    margin-bottom: 12px;
}

    .policy-section p:last-child {
        margin-bottom: 0;
    }

.policy-list {
    padding-left: 20px;
    margin: 12px 0;
}

    .policy-list li {
        font-size: 15px;
        color: var(--ink-soft);
        line-height: 1.8;
        margin-bottom: 6px;
    }

.policy-table-wrap {
    margin: 16px 0;
    overflow-x: auto;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .policy-table th {
        background: var(--navy);
        color: #fff;
        padding: 12px 16px;
        text-align: left;
        font-weight: 600;
        font-size: 13px;
    }

    .policy-table td {
        padding: 12px 16px;
        border-bottom: 1px solid var(--line-soft);
        color: var(--ink-soft);
        line-height: 1.6;
    }

    .policy-table tr:last-child td {
        border-bottom: none;
    }

    .policy-table tr:nth-child(even) td {
        background: var(--bg-alt);
    }

.policy-contact-box {
    background: var(--bg-alt);
    border: 1px solid var(--line-soft);
    border-radius: 8px;
    padding: 20px 24px;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.policy-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.policy-contact-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    width: 140px;
    flex-shrink: 0;
}

.policy-contact-value {
    font-size: 15px;
    color: var(--ink);
    font-weight: 500;
}

/* ===== DOWNLOADS ===== */
.downloads-section {
    background: var(--navy-dark);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .downloads-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse at 70% 50%, rgba(240,184,64,0.08) 0%, transparent 65%);
        pointer-events: none;
    }

.downloads-head {
    text-align: center;
    margin-bottom: 48px;
}

    .downloads-head .eyebrow {
        color: var(--gold);
    }

    .downloads-head h2 {
        font-size: clamp(28px, 4vw, 40px);
        color: #fff;
        font-weight: 800;
        letter-spacing: -0.03em;
        margin-bottom: 12px;
    }

    .downloads-head p {
        font-size: 16px;
        color: rgba(255,255,255,0.6);
        max-width: 520px;
        margin: 0 auto;
        line-height: 1.7;
    }

.downloads-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 820px;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .downloads-grid {
        grid-template-columns: 1fr;
    }
}

.dl-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 32px 28px;
    display: block;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

    .dl-card:hover {
        background: rgba(255,255,255,0.1);
        border-color: rgba(240,184,64,0.4);
        transform: translateY(-2px);
    }

.dl-card-icon {
    width: 48px;
    height: 48px;
    background: var(--gold);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy-dark);
    margin-bottom: 20px;
}

.dl-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.dl-card-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin-bottom: 20px;
}

.dl-card-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.02em;
}

/* ===== FAQ ===== */
.faq-section {
    padding: 96px 0;
    background: var(--bg);
}

.faq-head {
    text-align: center;
    margin-bottom: 48px;
}

.faq-list {
    max-width: 880px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--line-soft);
    overflow: hidden;
}

.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    text-align: left;
    gap: 16px;
    transition: color 0.2s;
}

    .faq-q:hover {
        color: var(--bronze);
    }

.faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    flex-shrink: 0;
    transition: transform 0.25s, background 0.2s, color 0.2s, border-color 0.2s;
    color: var(--ink-mute);
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
    background: var(--navy);
    color: var(--gold);
    border-color: var(--navy);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0;
}

.faq-item.open .faq-a {
    max-height: 600px;
    padding-bottom: 24px;
}

.faq-a p {
    font-size: 15px;
    color: var(--ink-soft);
    line-height: 1.8;
    margin-bottom: 10px;
}

    .faq-a p:last-child {
        margin-bottom: 0;
    }

/* ===== TESTIMONIALS GRID ===== */
.test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 968px) {
    .test-grid {
        grid-template-columns: 1fr;
    }
}

.case-featured {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    background: var(--navy);
    color: #fff;
    border-radius: var(--radius);
    overflow: hidden;
}

@media (max-width: 968px) {
    .case-featured {
        grid-template-columns: 1fr;
    }
}

.case-featured + .testimonial {
    grid-column: span 1;
}

.contact-success-countdown {
    font-size: 13px;
    color: var(--ink-mute);
    margin-top: 8px;
}

/* ===== LOGO MARQUEE ===== */
.logo-marquee-wrap {
    margin-bottom: 32px;
    margin-top: 48px;
}

.logo-marquee {
    overflow: hidden;
    position: relative;
    padding: 4px 0;
    width: 100%;
}

    .logo-marquee::before,
    .logo-marquee::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 80px;
        z-index: 2;
        pointer-events: none;
    }

    .logo-marquee::before {
        left: 0;
        background: linear-gradient(to right, var(--bg), transparent);
    }

    .logo-marquee::after {
        right: 0;
        background: linear-gradient(to left, var(--bg), transparent);
    }

.logo-marquee-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: marquee-left 30s linear infinite;
}

    .logo-marquee-track.reverse {
        animation: marquee-right 30s linear infinite;
    }

.logo-marquee:hover .logo-marquee-track {
    animation-play-state: paused;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.lmq-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid var(--line-soft);
    border-radius: 8px;
    margin-right: 12px;
    min-width: 160px;
    height: 72px;
    background: #fff;
    flex-shrink: 0;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .lmq-item:hover {
        border-color: var(--navy);
        box-shadow: 0 2px 12px rgba(56,64,112,0.1);
    }

    .lmq-item img {
        max-height: 44px;
        max-width: 150px;
        width: auto;
        object-fit: contain;
        filter: grayscale(20%);
        transition: filter 0.2s;
    }

    .lmq-item:hover img {
        filter: grayscale(0%);
    }

.auth-twin-wrap {
    display: contents;
}

@media (max-width: 900px) {
    .auth-twin-wrap {
        grid-template-columns: 1fr;
        grid-column: span 1;
    }
}

.auth-card .auth-stat strong {
    font-size: 22px;
    color: var(--navy);
    letter-spacing: -0.02em;
}

.auth-card.featured .auth-stat strong {
    color: var(--gold);
}

.auth-patent-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.auth-patent-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px;
    background: var(--bg);
    border: 1px solid var(--line-soft);
    border-radius: 6px;
}

.auth-patent-name {
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    color: var(--bronze);
    letter-spacing: 0.06em;
}

.auth-patent-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.45;
}

.auth-patent-meta {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--ink-mute);
    margin-top: 2px;
}

/* ===== DEMO VIDEO ===== */
.demo-video-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--navy-soft) 0%, var(--navy-dark) 100%);
    max-width: 880px;
    margin: 0 auto;
    cursor: pointer;
}

    .demo-video-wrap video {
        width: 100%;
        display: block;
        max-height: 500px;
        object-fit: cover;
    }

.demo-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37,46,84,0.35);
    transition: background 0.2s ease;
}

    .demo-video-overlay.hidden {
        display: none;
    }

.demo-play-btn {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    padding-left: 4px;
}

    .demo-play-btn:hover {
        transform: scale(1.08);
        box-shadow: 0 8px 24px rgba(240,184,64,0.4);
    }

.demo-video-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to top, rgba(15,23,42,0.7), transparent);
}

.demo-video-label {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.demo-video-time {
    font-family: var(--mono);
    font-size: 13px;
    font-weight: 600;
    color: var(--gold);
}

.demo-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-soft);
    flex-wrap: wrap;
}

.demo-step-arrow {
    color: var(--ink-mute);
}

/* ===== ABOUT PAGE ===== */
.about-hero {
    position: relative;
    height: 480px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about-hero-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.about-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37,46,84,0.85) 0%, rgba(37,46,84,0.5) 100%);
}

.about-hero-content {
    position: relative;
    z-index: 1;
}

@media (max-width: 600px) {
    .about-hero {
        height: 360px;
    }
}

.about-section {
    padding: 56px 0 96px;
}

.about-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 56px;
    border-bottom: 2px solid var(--line-soft);
    padding-bottom: 0;
}

.about-tab {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink-mute);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .about-tab:hover {
        color: var(--navy);
    }

    .about-tab.active {
        color: var(--navy);
        border-bottom-color: var(--navy);
    }

.about-tab-content {
    display: none;
}

    .about-tab-content.active {
        display: block;
    }

.about-intro {
    max-width: 780px;
    margin: 0 auto 80px;
}

/* 인재상 */
.talent-section {
    margin-bottom: 80px;
}

.talent-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .talent-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .talent-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.talent-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 16px;
    background: var(--bg-alt);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    transition: all 0.18s ease;
}

    .talent-card:hover {
        box-shadow: var(--shadow-md);
        transform: translateY(-2px);
        border-color: var(--navy);
    }

.talent-icon {
    margin-bottom: 16px;
}

.talent-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
}

.talent-desc {
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.7;
}

/* 찾아오시는 길 */
.location-section {
    margin-bottom: 80px;
}

.location-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 48px;
    align-items: start;
}

@media (max-width: 900px) {
    .location-grid {
        grid-template-columns: 1fr;
    }
}

.location-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* CI 소개 */
.ci-logo-wrap {
    text-align: center;
    padding: 48px;
    background: var(--bg-alt);
    border-radius: var(--radius);
    margin-bottom: 48px;
}

.ci-logo-img {
    max-width: 320px;
    margin: 0 auto;
}

.ci-desc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .ci-desc-grid {
        grid-template-columns: 1fr;
    }
}

.ci-desc-card {
    background: var(--bg-alt);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    padding: 28px;
}

.ci-desc-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.ci-desc-text {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.8;
}

.ci-colors {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.ci-color-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.ci-color-swatch {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
}

.ci-color-name {
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
}

.ci-color-hex {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--ink-mute);
}

.ci-download-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 640px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .ci-download-grid {
        grid-template-columns: 1fr;
    }
}

/* About 페이지 CI 다운로드 카드 오버라이드 */
.ci-download-grid .dl-card {
    background: var(--bg-alt);
    border: 1px solid var(--line-soft);
}

.ci-download-grid .dl-card-icon {
    background: var(--navy);
}

.ci-download-grid .dl-card-title {
    color: var(--ink);
}

.ci-download-grid .dl-card-desc {
    color: var(--ink-soft);
}

.ci-download-grid .dl-card-link {
    color: var(--navy);
}

.ci-download-grid .dl-card:hover {
    background: var(--bg-alt);
    border-color: var(--navy);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.ci-download-grid .dl-card-icon svg {
    stroke: #fff;
}

/* About intro 2단 레이아웃 */
.about-intro-wrap {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 80px;
}

@media (max-width: 900px) {
    .about-intro-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.about-intro-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.about-intro-text {
    display: flex;
    flex-direction: column;
}

.about-intro-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: sticky;
    top: 100px;
}

.about-stat-card {
    background: var(--bg-alt);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: all 0.18s ease;
}

    .about-stat-card:hover {
        box-shadow: var(--shadow-md);
        transform: translateY(-2px);
        border-color: var(--navy);
    }

    .about-stat-card.featured {
        background: var(--navy);
        border-color: var(--navy);
    }

        .about-stat-card.featured .about-stat-num {
            color: var(--gold);
        }

        .about-stat-card.featured .about-stat-label {
            color: rgba(255,255,255,0.9);
        }

        .about-stat-card.featured .about-stat-sub {
            color: rgba(255,255,255,0.5);
        }

.about-stat-num {
    font-size: 28px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.03em;
    line-height: 1;
}

.about-stat-unit {
    font-size: 16px;
    font-weight: 600;
    margin-left: 2px;
}

.about-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-soft);
}

.about-stat-sub {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--ink-mute);
    letter-spacing: 0.04em;
}

.ribbon-messages {
    position: relative;
    overflow: hidden;
    height: 20px;
    flex: 1;
    text-align: center;
}

.ribbon-msg {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-size: 13px;
    font-weight: 500;
}

    .ribbon-msg.active {
        opacity: 1;
        transform: translateY(0);
    }

    .ribbon-msg.exit {
        opacity: 0;
        transform: translateY(-100%);
    }

.talent-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-soft);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.spi-wrap .cta-title,
.spi-wrap .cta-subtitle {
    color: #fff !important;
}

.spi-wrap .hero-title {
    color: #fff !important;
}

.spi-wrap .hero-subtitle {
    color: rgba(255,255,255,0.88) !important;
}

.asmts-hero-title {
    color: #fff !important;
}

.asmts-cta-row {
    justify-content: center;
}

a.pcta {
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

a.gbtn {
    text-decoration: none;
}