/* FEAT-004: Investor-Focused Sections 1-3 Styles */

/* Investor Section Container */
.investor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Investor Section Styling */
.investor-section {
    padding: 4rem 2rem;
}

.investor-content-card {
    background: white;
    border-radius: 20px;
    border: 2px solid #3498DB;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.1);
    padding: 3rem;
    margin: 0 auto;
    max-width: 1200px;
}

/* Investor Typography */
.investor-h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.investor-h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2C3E50;
    text-align: center;
    margin-bottom: 2rem;
}

.investor-h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #E67E22;
    margin-bottom: 1.5rem;
}

.investor-subtitle {
    font-size: 1.5rem;
    color: #E8F4F8;
    text-align: center;
    margin: 0 auto 2.5rem auto;
    max-width: 900px;
    line-height: 1.6;
}

.investor-p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.investor-p strong {
    color: #2C3E50;
    font-weight: 600;
}

/* Investor Hero Section */
.investor-hero {
    background: linear-gradient(135deg, #2C3E50 0%, #3498DB 100%);
    color: white;
    padding: 5rem 2rem 4rem 2rem;
    text-align: center;
    margin-top: 0;
}

/* Video Container */
.investor-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 900px;
    margin: 3rem auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.investor-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 15px;
}

/* CTA Button */
.investor-cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #E67E22 0%, #D35400 100%);
    color: white;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.investor-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

/* Risk List */
.investor-risk-list {
    margin: 2rem 0;
}

.investor-risk-item {
    background: #FFF4E6;
    border-left: 4px solid #E67E22;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.investor-risk-item h4 {
    color: #E67E22;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.investor-risk-item p {
    margin-bottom: 0;
    font-size: 1rem;
    color: #4a5568;
}

/* Responsive Design */
@media (max-width: 768px) {
    .investor-h1 {
        font-size: 2.2rem;
    }
    
    .investor-h2 {
        font-size: 1.8rem;
    }
    
    .investor-h3 {
        font-size: 1.5rem;
    }
    
    .investor-subtitle {
        font-size: 1.2rem;
    }
    
    .investor-p {
        font-size: 1rem;
    }
    
    .investor-content-card {
        padding: 2rem 1.5rem;
    }
    
    .investor-section {
        padding: 3rem 1rem;
    }
    
    .investor-cta-button {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .investor-h1 {
        font-size: 1.8rem;
    }
    
    .investor-subtitle {
        font-size: 1.1rem;
    }
    
    .investor-content-card {
        padding: 1.5rem 1rem;
    }
}


/* SECTIONS 4-6: Additional Styles */

/* Differentiator List (Section 4) */
.investor-differentiator-list {
    margin: 2rem 0;
}

.investor-differentiator-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: #F0F8FF;
    border-left: 4px solid #3498DB;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.differentiator-number {
    background: linear-gradient(135deg, #3498DB 0%, #2C3E50 100%);
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.differentiator-content h4 {
    color: #2C3E50;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.differentiator-content p {
    margin-bottom: 0;
    font-size: 1rem;
    color: #4a5568;
}

/* Integration Box */
.investor-integration-box {
    background: linear-gradient(135deg, #E8F4F8 0%, #D4EAF0 100%);
    border: 2px solid #3498DB;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2rem;
}

.investor-integration-box h4 {
    color: #2C3E50;
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
}

.investor-integration-box p {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: #4a5568;
}

/* Moat Box (Section 5) */
.investor-moat-box {
    background: linear-gradient(135deg, #FFF4E6 0%, #FFE8CC 100%);
    border: 2px solid #E67E22;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2rem;
    text-align: center;
}

.investor-moat-box h4 {
    color: #E67E22;
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
}

.investor-moat-box p {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: #4a5568;
}

/* Table Styling (Section 6) */
.investor-table-container {
    overflow-x: auto;
    margin: 2rem 0;
}

.investor-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.investor-table thead {
    background: linear-gradient(135deg, #2C3E50 0%, #3498DB 100%);
    color: white;
}

.investor-table th {
    padding: 1.2rem;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
}

.investor-table td {
    padding: 1.2rem;
    border-bottom: 1px solid #E0E0E0;
    font-size: 1rem;
    color: #4a5568;
}

.investor-table tbody tr:hover {
    background: #F8F9FA;
}

.investor-table tbody tr:last-child td {
    border-bottom: none;
}

/* Why List (Section 6) */
.investor-why-list {
    margin: 2rem 0;
}

.investor-why-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #E0E0E0;
}

.investor-why-item:last-child {
    border-bottom: none;
}

.why-icon {
    background: #27AE60;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.investor-why-item div {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.6;
}

/* Timeline Box (Section 6) */
.investor-timeline-box {
    background: linear-gradient(135deg, #E8F8F5 0%, #D4EFDF 100%);
    border: 2px solid #27AE60;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2rem;
}

.investor-timeline-box h4 {
    color: #27AE60;
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
}

.investor-timeline-box p {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: #4a5568;
}

.investor-timeline-box p:last-child {
    margin-top: 1rem;
}

/* Responsive adjustments for Sections 4-6 */
@media (max-width: 768px) {
    .investor-differentiator-item {
        flex-direction: column;
        gap: 1rem;
    }
    
    .differentiator-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .investor-table th,
    .investor-table td {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
    
    .investor-integration-box,
    .investor-moat-box,
    .investor-timeline-box {
        padding: 1.5rem;
    }
}


/* ========================================
   GLOBAL GRADIENT BACKGROUND
   ======================================== */
body {
    background: linear-gradient(135deg, #475569 0%, #1e3a8a 50%, #3498DB 100%);
    background-attachment: fixed;
    min-height: 100vh;
}

/* ========================================
   SECTION 7: TRACTION - PARTNERSHIPS
   ======================================== */
.investor-partnership-box {
    background: white;
    border: 2px solid #3498DB;
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.investor-partnership-box.hms-box {
    border-color: #C41E3A;
    background: linear-gradient(to right, #FFF 0%, #FFF5F5 100%);
}

.partnership-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.partnership-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.partnership-header h3 {
    color: #2C3E50;
    font-size: 1.5rem;
    margin: 0;
}

.partnership-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.partnership-item {
    color: #5D6D7E;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
}

.partnership-item::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #3498DB;
    font-weight: bold;
}

.partnership-item strong {
    color: #2C3E50;
}

.investor-value-box {
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
    border: 2px solid #4CAF50;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
}

.investor-value-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.investor-value-item {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.value-icon {
    background: #4CAF50;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

/* ========================================
   SECTION 8: BUSINESS MODEL
   ======================================== */
.investor-revenue-streams {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.revenue-stream-card {
    background: white;
    border: 2px solid #3498DB;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease;
}

.revenue-stream-card:hover {
    transform: translateY(-5px);
}

.revenue-stream-card.highlight {
    border-color: #E67E22;
    background: linear-gradient(to bottom, #FFF 0%, #FFF4E6 100%);
}

.stream-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background: linear-gradient(135deg, #3498DB 0%, #2C3E50 100%);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.revenue-stream-card.highlight .stream-number {
    background: linear-gradient(135deg, #E67E22 0%, #D35400 100%);
}

.revenue-stream-card h3 {
    color: #2C3E50;
    font-size: 1.3rem;
    margin: 1rem 0 0.5rem 0;
}

.revenue-stream-card p {
    color: #5D6D7E;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.stream-metrics {
    display: flex;
    gap: 2rem;
    justify-content: space-around;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0;
}

.metric {
    text-align: center;
}

.metric-label {
    font-size: 0.9rem;
    color: #7F8C8D;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.metric-value {
    font-size: 2rem;
    font-weight: bold;
    color: #2C3E50;
}

.metric-unit {
    font-size: 0.85rem;
    color: #7F8C8D;
    margin-top: 0.25rem;
}

.investor-projections-box {
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
    border: 2px solid #4CAF50;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
}

.projections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.projection-item {
    text-align: center;
}

.projection-value {
    font-size: 3rem;
    font-weight: bold;
    color: #2C3E50;
    margin-bottom: 0.5rem;
}

.projection-label {
    font-size: 1rem;
    color: #5D6D7E;
    line-height: 1.4;
}

/* ========================================
   SECTION 9: WHY WE WIN
   ======================================== */
.investor-compliance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.compliance-badge {
    background: linear-gradient(135deg, #3498DB 0%, #2C3E50 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.compliance-badge:hover {
    transform: scale(1.05);
}

.compliance-badge span {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    margin-top: 0.5rem;
    opacity: 0.9;
}

.investor-competitive-box {
    background: linear-gradient(135deg, #FFF4E6 0%, #FFE0B2 100%);
    border: 2px solid #E67E22;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
}

.competitive-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

.competitive-list li {
    color: #5D6D7E;
    line-height: 1.8;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.75rem;
}

.competitive-list li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #E67E22;
    font-weight: bold;
    font-size: 1.2rem;
}

.competitive-list li strong {
    color: #2C3E50;
}

/* ========================================
   RESPONSIVE DESIGN FOR SECTIONS 7-9
   ======================================== */
@media (max-width: 768px) {
    .investor-revenue-streams {
        grid-template-columns: 1fr;
    }
    
    .investor-compliance-grid {
        grid-template-columns: 1fr;
    }
    
    .projections-grid {
        grid-template-columns: 1fr;
    }
    
    .stream-metrics {
        flex-direction: column;
        gap: 1rem;
    }
    
    .partnership-header {
        flex-direction: column;
        text-align: center;
    }
}


/* ========================================
   SECTION 10: FINAL CTA
   ======================================== */
.investor-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(230, 126, 34, 0.6);
}

/* ========================================
   SECTION 11: FOUNDING PROJECTS & BIO
   ======================================== */
.founder-bio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.founder-expertise-card {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 5px solid #4CAF50;
}

.founder-expertise-card h4 {
    color: #2C3E50;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.founder-expertise-card ul {
    color: #5D6D7E;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.university-timeline-item {
    background: #F8F9FA;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #3498DB;
    margin-bottom: 1rem;
}

.university-timeline-item p {
    margin: 0;
    color: #5D6D7E;
    line-height: 1.8;
}

.university-timeline-item strong {
    color: #2C3E50;
}

/* ========================================
   RESPONSIVE DESIGN FOR SECTIONS 10-11
   ======================================== */
@media (max-width: 768px) {
    .founder-bio-grid {
        grid-template-columns: 1fr;
    }
    
    .investor-cta-button {
        font-size: 1.2rem !important;
        padding: 1.2rem 2.5rem !important;
    }
}
