/* ============================================
   Investors — Clean Light
   ============================================ */

/* ---------- Hero — Headline Metrics ---------- */
.inv-hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 4% 6rem;
    text-align: center;
    background: linear-gradient(180deg, var(--stone-50) 0%, white 50%, white 100%);
    position: relative;
}

/* Wave: white → stone-50 */
.inv-hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 48px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath d='M0,48 L0,20 C360,-4 720,40 1080,16 C1260,4 1380,12 1440,8 L1440,48 Z' fill='%23fafaf9'/%3E%3C/svg%3E");
    pointer-events: none;
}

.inv-hero-inner {
    max-width: 780px;
}

.inv-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--stone-900);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.inv-hero-lead {
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--stone-500);
    max-width: 620px;
    margin: 0 auto 2.5rem;
}

/* Metric Chips */
.inv-metric-chips {
    display: inline-flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.inv-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    border: 1px solid var(--stone-200);
    border-radius: 100px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.inv-chip-value {
    font-family: 'Space Mono', monospace;
    font-weight: 700;
    font-size: 1rem;
    color: var(--eg-green);
}

.inv-chip-label {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--stone-500);
}

/* ---------- Market Opportunity ---------- */
.inv-market {
    padding: 6rem 4%;
    background: var(--stone-50);
}

.inv-market-inner {
    max-width: 960px;
    margin: 0 auto;
}

.inv-market-inner h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    margin-bottom: 3rem;
    text-align: center;
}

.inv-market-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 3rem;
    align-items: center;
}

.inv-market-callout {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    border: 1px solid var(--stone-200);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.inv-callout-number {
    font-family: 'Space Mono', monospace;
    font-size: clamp(3.5rem, 8vw, 5.5rem);
    font-weight: 700;
    color: var(--eg-green);
    line-height: 1;
    margin-bottom: 0.75rem;
}

.inv-callout-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--stone-600);
}

.inv-market-facts {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.inv-fact-row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 1.25rem;
    align-items: baseline;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--stone-200);
}

.inv-fact-row:last-child {
    border-bottom: none;
}

.inv-fact-key {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--stone-900);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.inv-fact-value {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--stone-600);
}

/* ---------- Business Model ---------- */
.inv-model {
    padding: 6rem 4%;
    background: white;
}

.inv-model-inner {
    max-width: 960px;
    margin: 0 auto;
}

.inv-model-inner h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    margin-bottom: 3rem;
    text-align: center;
}

/* Pricing Strip */
.inv-pricing-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--stone-200);
    border: 1px solid var(--stone-200);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 2.5rem;
}

.inv-pricing-card {
    background: white;
    padding: 1.75rem 1.5rem;
    text-align: center;
}

.inv-pricing-type {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--stone-400);
    margin-bottom: 0.75rem;
}

.inv-pricing-price {
    font-family: 'Space Mono', monospace;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--eg-green);
    margin-bottom: 0.5rem;
}

.inv-pricing-price span {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--stone-400);
}

.inv-pricing-desc {
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--stone-500);
}

/* Model Summary */
.inv-model-summary {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 1rem;
}

.inv-summary-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--stone-600);
}

.inv-summary-item i,
.inv-summary-item svg {
    color: var(--eg-green);
    flex-shrink: 0;
}

.inv-summary-item strong {
    color: var(--stone-800);
    font-weight: 600;
}

/* ---------- Traction & Validation (Dark Inset) ---------- */
.inv-traction {
    padding: 6rem 4%;
    background: var(--stone-50);
}

.inv-traction-inner {
    max-width: 900px;
    margin: 0 auto;
}

.inv-traction-card {
    background: var(--stone-950);
    border-radius: 20px;
    overflow: hidden;
    color: white;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.04);
}

.inv-traction-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.inv-traction-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center 70%;
    display: block;
}

.inv-traction-body {
    padding: 2.5rem 3rem 3rem;
}

.inv-traction-lead {
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 2.5rem;
}

/* Ticker Strip */
.inv-ticker {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inv-ticker-item {
    flex: 1;
    text-align: center;
    padding: 0 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.inv-ticker-item:last-child {
    border-right: none;
}

.inv-ticker-value {
    font-family: 'Space Mono', monospace;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: var(--eg-green);
    margin-bottom: 0.25rem;
}

.inv-ticker-label {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.45);
}

/* ---------- Go-to-Market ---------- */
.inv-gtm {
    padding: 6rem 4%;
    background: var(--stone-50);
}

.inv-gtm-inner {
    max-width: 900px;
    margin: 0 auto;
}

.inv-gtm-inner h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    margin-bottom: 3rem;
    text-align: center;
}

.inv-gtm-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.inv-gtm-col h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--eg-green);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--eg-green);
}

.inv-gtm-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.inv-gtm-item:last-child {
    margin-bottom: 0;
}

.inv-gtm-item i,
.inv-gtm-item svg {
    color: var(--eg-green);
    flex-shrink: 0;
    margin-top: 2px;
}

.inv-gtm-item strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--stone-800);
    margin-bottom: 0.15rem;
}

.inv-gtm-item p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--stone-500);
    margin: 0;
}

/* ---------- Capital Allocation ---------- */
.inv-allocation {
    padding: 6rem 4%;
    background: white;
}

.inv-allocation-inner {
    max-width: 800px;
    margin: 0 auto;
}

.inv-allocation-inner h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    margin-bottom: 3rem;
    text-align: center;
}

/* Proportional Bar */
.inv-bar-wrap {
    margin-bottom: 3rem;
}

.inv-bar {
    display: flex;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    gap: 2px;
    margin-bottom: 1.25rem;
}

.inv-bar-segment {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.inv-bar-amount {
    font-family: 'Space Mono', monospace;
    font-weight: 700;
    font-size: 0.85rem;
    color: white;
}

.inv-bar-construction {
    background: var(--eg-green);
}

.inv-bar-payroll {
    background: var(--stone-600);
}

.inv-bar-product {
    background: var(--stone-400);
}

.inv-bar-marketing {
    background: var(--stone-200);
}

.inv-bar-marketing .inv-bar-amount {
    color: var(--stone-600);
}

/* Bar Labels */
.inv-bar-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
}

.inv-bar-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: var(--stone-600);
}

.inv-bar-swatch {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    flex-shrink: 0;
}

/* Milestones */
.inv-milestones h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: var(--stone-800);
}

.inv-milestones ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.inv-milestones li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--stone-600);
}

.inv-milestones li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--eg-green);
    opacity: 0.6;
}

/* ---------- CTA + Disclaimer ---------- */
.inv-cta {
    padding: 6rem 4% 3rem;
    background: var(--stone-50);
}

.inv-cta-inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.inv-cta-inner h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin-bottom: 1rem;
}

.inv-cta-inner p {
    font-size: 1.05rem;
    color: var(--stone-600);
    margin-bottom: 2rem;
}

.inv-disclaimer {
    max-width: 640px;
    margin: 3rem auto 0;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--stone-200);
}

.inv-disclaimer p {
    font-size: 0.75rem;
    line-height: 1.7;
    color: var(--stone-400);
}

/* ---------- btn-cta (local) ---------- */
.btn-cta {
    display: inline-block;
    background: var(--eg-green);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: var(--stone-800);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* ---------- Nav Override (light hero) ---------- */
body.page-investors-clean nav:not(.scrolled) .nav-links-list a {
    color: var(--stone-600);
}

body.page-investors-clean nav:not(.scrolled) .nav-cta {
    background: var(--stone-950);
    color: var(--stone-50);
    border: none;
    backdrop-filter: none;
}

body.page-investors-clean nav:not(.scrolled) .nav-logo .logo-hero {
    display: none;
}

body.page-investors-clean nav:not(.scrolled) .nav-logo .logo-scrolled {
    display: block;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .inv-hero {
        min-height: 65vh;
        padding: 7rem 4% 4rem;
    }

    .inv-hero h1 {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
    }

    .inv-hero-lead {
        margin-bottom: 2rem;
    }

    .inv-metric-chips {
        gap: 0.75rem;
    }

    .inv-chip {
        padding: 0.5rem 1rem;
    }

    /* Market */
    .inv-market-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .inv-fact-row {
        flex-direction: column;
        gap: 0.25rem;
    }

    .inv-fact-key {
        min-width: auto;
    }

    /* Pricing Strip */
    .inv-pricing-strip {
        grid-template-columns: 1fr 1fr;
    }

    /* Traction */
    .inv-traction-body {
        padding: 2rem 1.5rem 2.5rem;
    }

    .inv-ticker {
        flex-wrap: wrap;
        gap: 1.5rem 0;
    }

    .inv-ticker-item {
        flex: 0 0 50%;
        padding: 0 0.75rem;
        border-right: none;
    }

    .inv-ticker-item:nth-child(1),
    .inv-ticker-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 1.25rem;
    }

    .inv-ticker-item:nth-child(3),
    .inv-ticker-item:nth-child(4) {
        padding-top: 1.25rem;
    }

    .inv-ticker-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    /* GTM */
    .inv-gtm-columns {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    /* Allocation Bar */
    .inv-bar {
        height: 44px;
    }

    .inv-bar-amount {
        font-size: 0.7rem;
    }

    .inv-bar-labels {
        gap: 0.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .inv-pricing-strip {
        grid-template-columns: 1fr;
    }

    .inv-bar-segment:last-child .inv-bar-amount {
        font-size: 0.6rem;
    }
}
