/* ===================================
   ECOLOSOPHY INVESTOR PAGE - WOW EDITION
   =================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --teal: #4FA9A6;
    --teal-dark: #2E8B88;
    --teal-light: #7DC5C2;
    --black: #000000;
    --charcoal: #1d1d1f;
    --gray: #86868b;
    --white: #FFFFFF;
    --cream: #f5f5f7;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--charcoal);
    background: var(--black);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* HERO VIDEO SECTION */
.hero-video-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video-container-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-container-hero iframe {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.hero-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.hero-content-invest {
    position: relative;
    z-index: 10;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    padding: 2rem;
}

.logo-invest {
    width: 200px;
    height: auto;
    margin-bottom: 2rem;
    filter: brightness(0) invert(1);
}

.hero-title-invest {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
    text-shadow: 0 10px 40px rgba(0,0,0,0.9);
}

.hero-subtitle-invest {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 4rem;
    opacity: 0.95;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
}

.hero-stats-invest {
    display: flex;
    gap: 4rem;
    justify-content: center;
    flex-wrap: wrap;
}

.stat-hero {
    text-align: center;
}

.stat-number-hero {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label-hero {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* CRISIS SECTION */
.crisis-invest-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crisis-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.crisis-content-invest {
    position: relative;
    z-index: 10;
    text-align: center;
    color: var(--white);
    max-width: 900px;
    padding: 2rem;
}

.crisis-stat-massive {
    font-size: 12rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 2rem;
    color: var(--teal-light);
    text-shadow: 0 10px 50px rgba(0,0,0,0.9);
}

.crisis-content-invest h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-shadow: 0 6px 30px rgba(0,0,0,0.9);
}

.crisis-content-invest p {
    font-size: 1.5rem;
    line-height: 1.6;
    opacity: 0.95;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
}

/* SOLUTION SECTION */
.solution-invest-section {
    display: flex;
    min-height: 100vh;
    background: var(--white);
}

.solution-left-invest {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    background: var(--teal-dark);
    color: var(--white);
}

.solution-text-invest h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.solution-tagline {
    font-size: 1.3rem;
    font-style: italic;
    opacity: 0.9;
    margin-bottom: 3rem;
    line-height: 1.8;
    color: var(--teal-light);
}

.solution-points {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.point-invest {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.point-icon {
    font-size: 2.5rem;
    color: var(--teal-light);
    font-weight: 900;
}

.point-text h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.point-text p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.solution-right-invest {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    background: var(--white);
}

.product-img-invest {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
}

/* MARKET SECTION */
.market-invest-section {
    padding: 6rem 2rem;
    background: var(--charcoal);
    color: var(--white);
    text-align: center;
}

.market-invest-section h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 4rem;
}

.market-numbers {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.market-stat-invest {
    text-align: center;
}

.market-num {
    font-size: 5rem;
    font-weight: 900;
    color: var(--teal-light);
    line-height: 1;
    margin-bottom: 1rem;
}

.market-label {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 250px;
}

.market-growth-image {
    width: 80%;
    max-width: 800px;
    height: 400px;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
}

/* UNIT ECONOMICS SECTION */
.economics-section {
    padding: 6rem 2rem;
    background: var(--white);
    text-align: center;
}

.economics-section h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: var(--charcoal);
}

.economics-subtitle {
    font-size: 1.3rem;
    color: var(--gray);
    font-weight: 600;
    margin-bottom: 3rem;
}

.economics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 3rem auto;
}

.econ-box {
    background: var(--cream);
    padding: 2rem;
    border-radius: 16px;
    border-left: 4px solid var(--teal);
    transition: transform 0.3s;
}

.econ-box:hover {
    transform: translateY(-5px);
}

.econ-highlight {
    background: var(--teal-dark);
    color: var(--white);
    border-left: 4px solid var(--teal-light);
}

.econ-highlight .econ-label,
.econ-highlight .econ-note {
    color: rgba(255,255,255,0.9);
}

.econ-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gray);
    margin-bottom: 1rem;
}

.econ-value {
    font-size: 3rem;
    font-weight: 900;
    color: var(--charcoal);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.econ-highlight .econ-value {
    color: var(--white);
}

.econ-note {
    font-size: 0.95rem;
    color: var(--gray);
    font-weight: 500;
}

/* COGS BREAKDOWN BOX */
.cost-breakdown-box {
    max-width: 900px;
    margin: 3rem auto;
    padding: 2.5rem;
    background: var(--charcoal);
    color: var(--white);
    border-radius: 16px;
}

.cost-breakdown-box h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--teal-light);
}

.cost-breakdown-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cost-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    border-left: 3px solid var(--teal);
}

.cost-category {
    font-size: 1.1rem;
    font-weight: 600;
}

.cost-amount {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--teal-light);
}

.cost-note {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.85;
    font-style: italic;
    text-align: left;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.fulfillment-comparison {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
}

.fulfillment-column {
    flex: 1;
    text-align: center;
    padding: 2rem;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
}

.fulfillment-column.future {
    background: rgba(79, 169, 166, 0.2);
    border: 2px solid var(--teal);
}

.fulfillment-column h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--white);
}

.fulfillment-cost {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--teal-light);
    margin-bottom: 1rem;
}

.fulfillment-cogs {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.fulfillment-margin {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--teal-light);
}

.fulfillment-arrow {
    font-size: 3rem;
    color: var(--teal);
}

.b2b-highlight {
    max-width: 800px;
    margin: 3rem auto 0;
    padding: 2rem 3rem;
    background: var(--teal-dark);
    color: var(--white);
    border-radius: 16px;
}

.b2b-highlight h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.b2b-highlight p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.b2b-insight {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(0,0,0,0.2);
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.15rem;
}

/* FINANCIALS SECTION */
.financials-invest-section {
    padding: 6rem 2rem;
    background: var(--white);
    text-align: center;
}

.financials-invest-section h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: var(--charcoal);
}

.projections-note {
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: 3rem;
    text-align: center;
}

.year-breakdown {
    margin-top: 1rem;
    text-align: left;
}

.breakdown-line {
    font-size: 1rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.breakdown-line.net-margin {
    font-weight: 700;
    color: var(--teal-dark);
    border-bottom: none;
    margin-top: 0.5rem;
}

.assumptions-box {
    max-width: 800px;
    margin: 3rem auto 0;
    padding: 2rem 2.5rem;
    background: var(--cream);
    border-radius: 16px;
    border-left: 4px solid var(--teal);
    text-align: left;
}

.assumptions-box h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--charcoal);
}

.assumptions-box ul {
    list-style: none;
    padding: 0;
}

.assumptions-box li {
    font-size: 1rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: var(--charcoal);
}

.assumptions-box li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--teal);
    font-weight: 700;
}

.years-grid-invest {
    display: flex;
    justify-content: center;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.year-box-invest {
    flex: 1;
    min-width: 280px;
    padding: 3rem 2rem;
    background: var(--cream);
    border-radius: 20px;
    border: 3px solid transparent;
    transition: all 0.3s;
}

.year-box-invest:hover {
    transform: translateY(-10px);
    border-color: var(--teal);
}

.year-highlight {
    background: var(--teal-dark);
    color: var(--white);
}

.year-tag {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.7;
    margin-bottom: 1rem;
}

.year-revenue {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
}

.year-detail {
    font-size: 1.2rem;
    font-weight: 500;
}

/* FUNDING SECTION */
.funding-invest-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 100%);
    color: var(--white);
    text-align: center;
}

.funding-hero-invest {
    margin-bottom: 4rem;
}

.funding-amount-invest {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
}

.funding-subtitle-invest {
    font-size: 1.8rem;
    font-weight: 500;
    opacity: 0.95;
}

.funding-breakdown-invest {
    max-width: 1000px;
    margin: 0 auto;
}

.fund-bar {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    background: rgba(255,255,255,0.1);
    padding: 1.5rem 2rem;
    border-radius: 12px;
}

.fund-label-invest {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
}

.fund-bar-visual {
    height: 40px;
    border-radius: 20px;
    transition: width 0.6s ease;
}

.fund-amount-invest {
    font-size: 1.8rem;
    font-weight: 900;
    min-width: 100px;
    text-align: right;
}

/* ROI SECTION */
.roi-invest-section {
    padding: 6rem 2rem;
    background: var(--black);
    color: var(--white);
    text-align: center;
}

.roi-invest-section h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.conservative-note {
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: 4rem;
}

/* CHART CONTAINERS */
.chart-container {
    max-width: 1200px;
    margin: 0 auto 4rem;
    background: var(--charcoal);
    padding: 3rem;
    border-radius: 20px;
}

.chart-container h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--teal-light);
    text-align: center;
}

.chart-container canvas {
    height: 400px !important;
    margin-bottom: 1rem;
}

.chart-note {
    font-size: 1rem;
    color: var(--gray);
    text-align: center;
    margin-top: 1rem;
    font-style: italic;
}

.roi-timeline-invest {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.roi-card-invest {
    padding: 3rem 2.5rem;
    background: var(--charcoal);
    border-radius: 20px;
    border: 3px solid var(--teal);
    min-width: 250px;
}

.roi-highlight {
    background: var(--teal-dark);
    transform: scale(1.1);
}

.roi-time {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.7;
    margin-bottom: 1rem;
}

.roi-rev {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
}

.roi-multiple {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--teal-light);
}

.roi-arrow {
    font-size: 3rem;
    color: var(--teal);
}

/* REALITY CHECK */
.reality-check {
    max-width: 900px;
    margin: 4rem auto;
    padding: 2.5rem;
    background: var(--charcoal);
    border-radius: 16px;
    border-left: 6px solid #D32F2F;
}

.reality-check h3 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    color: var(--white);
}

.reality-check p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: rgba(255,255,255,0.9);
}

.key-insight {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: rgba(79, 169, 166, 0.2);
    border-radius: 12px;
    border-left: 4px solid var(--teal);
    font-weight: 600;
    font-size: 1.15rem;
}

.roi-metrics-invest {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.roi-metric-invest {
    text-align: center;
}

.metric-num-invest {
    display: block;
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--teal-light);
    margin-bottom: 0.5rem;
}

.metric-label-invest {
    font-size: 1.1rem;
    opacity: 0.8;
}

/* TRACTION SECTION */
.traction-invest-section {
    padding: 6rem 2rem;
    background: var(--white);
    text-align: center;
}

.traction-invest-section h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 4rem;
    color: var(--charcoal);
}

.traction-grid-invest {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.traction-card-invest {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    transition: transform 0.3s;
}

.traction-card-invest:hover {
    transform: scale(1.05);
}

.traction-overlay-invest {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}

.traction-text-invest {
    position: relative;
    z-index: 10;
    color: var(--white);
    padding: 2rem;
    width: 100%;
    text-align: left;
}

.traction-text-invest h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.traction-text-invest p {
    font-size: 1.2rem;
    opacity: 0.95;
}

/* TEAM SECTION */
.team-invest-section {
    padding: 6rem 2rem;
    background: var(--charcoal);
    color: var(--white);
    text-align: center;
}

.team-invest-section h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 4rem;
}

.team-grid-final {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member-invest {
    text-align: center;
}

.team-photo-final {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto 1.5rem;
    border: 5px solid var(--teal);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.team-member-invest h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--white);
}

.team-member-invest .team-role {
    font-size: 1rem;
    color: var(--teal-light);
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.team-member-invest .team-bio {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    line-height: 1.5;
    font-style: italic;
}

/* CTA SECTION */
.cta-invest-section {
    padding: 8rem 2rem;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
    color: var(--white);
    text-align: center;
}

.cta-invest-section h2 {
    font-size: 4.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.cta-invest-section p {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    opacity: 0.95;
}

.cta-btn-invest {
    display: inline-block;
    padding: 1.5rem 4rem;
    background: var(--white);
    color: var(--teal-dark);
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 15px 50px rgba(0,0,0,0.3);
}

.cta-btn-invest:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.cta-footer-invest {
    margin-top: 2rem;
    font-size: 1rem;
}

.cta-footer-invest a {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    margin: 0 1rem;
}

.cta-footer-invest a:hover {
    text-decoration: underline;
}

/* 2025 VALIDATION SECTION */
.validation-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 100%);
    color: var(--white);
}

.validation-section h2 {
    font-size: 3.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
}

.validation-subtitle {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 4rem;
    opacity: 0.95;
}

.validation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto 4rem;
}

.validation-stat {
    background: rgba(255,255,255,0.1);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.val-number {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.val-label {
    font-size: 1rem;
    opacity: 0.9;
    line-height: 1.4;
}

.validation-insights {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(0,0,0,0.3);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}

.validation-insights h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.validation-insights > p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.insight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.insight-box {
    background: rgba(255,255,255,0.05);
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid var(--white);
}

.insight-box h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.insight-box ul {
    list-style: none;
    padding: 0;
}

.insight-box li {
    font-size: 1rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    line-height: 1.6;
}

.insight-box li:before {
    content: '•';
    position: absolute;
    left: 0;
    font-weight: 900;
    font-size: 1.5rem;
}

.validation-bottom-line {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 1.5rem;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    margin-top: 2rem;
}

/* 2026 GROWTH SCENARIOS */
.scenario-tabs {
    display: flex;
    gap: 2rem;
    max-width: 1400px;
    margin: 3rem auto;
    justify-content: center;
    flex-wrap: wrap;
}

.scenario-box {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    padding: 3rem 2rem;
    background: var(--cream);
    border-radius: 20px;
    border: 3px solid var(--gray);
    transition: all 0.3s ease;
}

.scenario-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.scenario-expected {
    border-color: var(--teal);
    background: linear-gradient(135deg, rgba(79, 169, 166, 0.1) 0%, var(--cream) 100%);
    border-width: 4px;
}

.scenario-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--gray);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.scenario-expected .scenario-label {
    color: var(--teal-dark);
}

.scenario-revenue {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--charcoal);
    margin-bottom: 1.5rem;
}

.scenario-details {
    margin-bottom: 2rem;
}

.detail-line {
    font-size: 1rem;
    padding: 0.5rem 0;
    color: var(--charcoal);
}

.scenario-win {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--teal-dark);
    padding: 1rem;
    background: rgba(79, 169, 166, 0.1);
    border-radius: 8px;
    border-left: 3px solid var(--teal);
}

.capital-allocation-box {
    max-width: 900px;
    margin: 4rem auto 0;
    padding: 3rem;
    background: var(--charcoal);
    border-radius: 20px;
    color: var(--white);
}

.capital-allocation-box h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.allocation-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.alloc-item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
}

.alloc-bar {
    height: 40px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.alloc-item:hover .alloc-bar {
    opacity: 0.8;
}

.alloc-label {
    grid-column: 1;
    font-size: 1.1rem;
    font-weight: 500;
}

.alloc-amount {
    grid-column: 2;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--teal-light);
    white-space: nowrap;
}

.cac-context {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: var(--gray);
    line-height: 1.6;
}

/* INVESTOR ROI TIMELINE */
.roi-timeline-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, var(--charcoal) 0%, #0a0a0a 100%);
    color: var(--white);
}

.roi-timeline-section h2 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.roi-subtitle {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: var(--teal-light);
    font-weight: 600;
}

.valuation-context {
    max-width: 900px;
    margin: 0 auto 4rem;
    background: rgba(79, 169, 166, 0.1);
    padding: 2.5rem;
    border-radius: 16px;
    border: 2px solid var(--teal);
    text-align: center;
}

.valuation-context h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--teal-light);
}

.valuation-context p {
    font-size: 1.2rem;
    line-height: 1.7;
}

.valuation-context strong {
    color: var(--white);
    font-weight: 700;
}

.roi-milestone-track {
    max-width: 1000px;
    margin: 0 auto 5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.roi-milestone {
    background: rgba(255,255,255,0.03);
    padding: 3rem;
    border-radius: 20px;
    border-left: 4px solid var(--gray);
    position: relative;
    transition: all 0.3s ease;
}

.roi-milestone:hover {
    border-left-color: var(--teal);
    background: rgba(255,255,255,0.05);
}

.milestone-key {
    border-left: 6px solid var(--teal);
    background: rgba(79, 169, 166, 0.05);
}

.milestone-time {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--teal-light);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

.milestone-metric {
    margin-bottom: 2rem;
}

.metric-big {
    font-size: 4rem;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.metric-label {
    font-size: 1.1rem;
    opacity: 0.7;
}

.milestone-details p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

.milestone-details strong {
    color: var(--teal-light);
}

/* EXIT SCENARIOS */
.exit-scenarios {
    max-width: 1200px;
    margin: 0 auto 5rem;
}

.exit-scenarios h3 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

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

.exit-box {
    background: rgba(255,255,255,0.03);
    padding: 3rem;
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.exit-box:hover {
    border-color: var(--teal);
    transform: translateY(-5px);
}

.exit-best {
    border-color: var(--teal);
    background: rgba(79, 169, 166, 0.05);
}

.exit-box h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--teal-light);
}

.exit-valuation {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.exit-details p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
}

.exit-details strong {
    color: var(--teal-light);
}

/* ROI REALITY BOX */
.roi-reality-box {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(79, 169, 166, 0.1) 0%, rgba(46, 139, 136, 0.05) 100%);
    padding: 4rem;
    border-radius: 24px;
    border: 2px solid var(--teal);
}

.roi-reality-box h3 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.reality-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.reality-col h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--teal-light);
}

.reality-col ul {
    list-style: none;
    padding: 0;
}

.reality-col li {
    font-size: 1.05rem;
    padding: 0.7rem 0 0.7rem 2rem;
    position: relative;
    line-height: 1.6;
}

.reality-col li:before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--teal);
    font-weight: 900;
    font-size: 1.3rem;
}

.roi-bottom-line {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    padding: 2rem;
    background: rgba(0,0,0,0.3);
    border-radius: 12px;
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-title-invest {
        font-size: 3rem;
    }
    
    .crisis-stat-massive {
        font-size: 6rem;
    }
    
    .solution-invest-section {
        flex-direction: column;
    }
    
    .traction-grid-invest,
    .team-grid-final,
    .exit-grid,
    .reality-columns {
        grid-template-columns: 1fr;
    }
    
    .roi-timeline-invest {
        flex-direction: column;
    }
    
    .roi-arrow {
        transform: rotate(90deg);
    }
}