{\rtf1\ansi\ansicpg1252\cocoartf2867
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\fs24 \cf0 /* --- STILURI GENERALE --- */\
* \{\
    margin: 0;\
    padding: 0;\
    box-sizing: border-box;\
    font-family: 'Inter', sans-serif;\
\}\
\
body \{\
    background-color: #f8f9fa;\
    color: #333;\
    line-height: 1.6;\
    display: flex;\
    min-height: 100vh;\
\}\
\
.container \{\
    max-width: 1200px;\
    margin: 0 auto;\
    padding: 20px;\
\}\
\
/* --- MENIUL LATERAL INVESTITOR (ST\'c2NGA) --- */\
.investor-nav \{\
    width: 260px;\
    background: linear-gradient(180deg, #1a2b4c 0%, #0d1525 100%);\
    color: white;\
    padding: 25px 20px;\
    position: fixed;\
    height: 100vh;\
    overflow-y: auto;\
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);\
    z-index: 1000;\
    transition: transform 0.3s ease;\
\}\
\
.nav-header h3 \{\
    font-size: 1.4rem;\
    margin-bottom: 5px;\
    display: flex;\
    align-items: center;\
    gap: 10px;\
\}\
\
.nav-header .nav-subtitle \{\
    font-size: 0.85rem;\
    color: #a0b3d9;\
    margin-bottom: 30px;\
    padding-bottom: 20px;\
    border-bottom: 1px solid #2a3a5a;\
\}\
\
.nav-menu \{\
    list-style: none;\
    margin-bottom: 40px;\
\}\
\
.nav-menu li \{\
    margin-bottom: 8px;\
\}\
\
.nav-link \{\
    display: flex;\
    align-items: center;\
    gap: 12px;\
    padding: 12px 15px;\
    color: #cbd5e1;\
    text-decoration: none;\
    border-radius: 8px;\
    transition: all 0.3s ease;\
    font-weight: 500;\
\}\
\
.nav-link:hover \{\
    background-color: rgba(255, 255, 255, 0.08);\
    color: white;\
    padding-left: 20px;\
\}\
\
.nav-link.active \{\
    background-color: #3b82f6;\
    color: white;\
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);\
\}\
\
.nav-footer \{\
    border-top: 1px solid #2a3a5a;\
    padding-top: 20px;\
    margin-top: auto;\
\}\
\
.back-to-site \{\
    display: block;\
    color: #93c5fd;\
    text-decoration: none;\
    margin-bottom: 15px;\
    font-size: 0.9rem;\
    transition: color 0.3s;\
\}\
\
.back-to-site:hover \{\
    color: white;\
    text-decoration: underline;\
\}\
\
.btn-download \{\
    width: 100%;\
    padding: 12px;\
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);\
    color: white;\
    border: none;\
    border-radius: 8px;\
    font-weight: 600;\
    cursor: pointer;\
    display: flex;\
    align-items: center;\
    justify-content: center;\
    gap: 10px;\
    transition: all 0.3s;\
\}\
\
.btn-download:hover \{\
    background: linear-gradient(90deg, #059669 0%, #047857 100%);\
    transform: translateY(-2px);\
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);\
\}\
\
/* --- CON\uc0\u538 INUT PRINCIPAL (DREAPTA) --- */\
#mainContent \{\
    flex: 1;\
    margin-left: 260px; /* Spa\uc0\u539 iu pentru meniul lateral */\
    padding: 20px;\
    transition: margin-left 0.3s ease;\
\}\
\
/* Bara de navigare mobil\uc0\u259  (ascuns\u259  pe desktop) */\
.mobile-nav-bar \{\
    display: none;\
    justify-content: space-between;\
    align-items: center;\
    background-color: #1a2b4c;\
    color: white;\
    padding: 15px 20px;\
    border-radius: 10px;\
    margin-bottom: 20px;\
\}\
\
.menu-toggle \{\
    background: #3b82f6;\
    color: white;\
    border: none;\
    padding: 8px 15px;\
    border-radius: 6px;\
    cursor: pointer;\
    display: flex;\
    align-items: center;\
    gap: 8px;\
\}\
\
.mobile-title \{\
    font-size: 1.2rem;\
\}\
\
/* --- SECTIUNILE PROSPECTULUI --- */\
.prospect-section \{\
    background-color: white;\
    border-radius: 15px;\
    padding: 40px;\
    margin-bottom: 40px;\
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);\
    border-left: 5px solid #3b82f6;\
    display: none; /* Ascuns implicit, afi\uc0\u537 at prin JS */\
    animation: fadeIn 0.5s ease;\
\}\
\
.prospect-section.active-section \{\
    display: block;\
\}\
\
@keyframes fadeIn \{\
    from \{ opacity: 0; transform: translateY(10px); \}\
    to \{ opacity: 1; transform: translateY(0); \}\
\}\
\
.section-title \{\
    font-size: 2rem;\
    color: #1a2b4c;\
    margin-bottom: 20px;\
    display: flex;\
    align-items: center;\
    gap: 15px;\
\}\
\
.section-subtitle \{\
    font-size: 1.1rem;\
    color: #4b5563;\
    margin-bottom: 30px;\
\}\
\
/* --- SEC\uc0\u538 IUNEA HERO --- */\
.section-hero \{\
    display: grid;\
    grid-template-columns: 1fr 1fr;\
    gap: 50px;\
    align-items: center;\
\}\
\
.hero-image \{\
    width: 100%;\
    border-radius: 12px;\
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);\
\}\
\
.hero-content h1 \{\
    font-size: 3.5rem;\
    color: #0d1525;\
    margin-bottom: 10px;\
\}\
\
.highlight \{\
    color: #3b82f6;\
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);\
\}\
\
.hero-tagline \{\
    font-size: 1.8rem;\
    color: #1a2b4c;\
    margin-bottom: 25px;\
    font-weight: 600;\
\}\
\
.hero-pitch \{\
    font-size: 1.2rem;\
    color: #4b5563;\
    margin-bottom: 30px;\
    line-height: 1.8;\
\}\
\
.hero-highlights \{\
    display: flex;\
    gap: 20px;\
    flex-wrap: wrap;\
\}\
\
.highlight-card \{\
    display: flex;\
    align-items: center;\
    gap: 12px;\
    background: #f0f9ff;\
    padding: 15px 20px;\
    border-radius: 10px;\
    border-left: 4px solid #3b82f6;\
    font-size: 0.95rem;\
\}\
\
.highlight-card i \{\
    color: #3b82f6;\
    font-size: 1.2rem;\
\}\
\
/* --- SEC\uc0\u538 IUNEA PROBLEM\u258  --- */\
.problem-container \{\
    display: grid;\
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\
    gap: 25px;\
    margin-top: 30px;\
\}\
\
.problem-card \{\
    background: #fff5f5;\
    padding: 25px;\
    border-radius: 12px;\
    border-top: 5px solid #ef4444;\
\}\
\
.problem-card h3 \{\
    color: #b91c1c;\
    margin-bottom: 15px;\
    font-size: 1.4rem;\
\}\
\
.stat-badge \{\
    display: inline-block;\
    background: #fecaca;\
    color: #7f1d1d;\
    padding: 6px 12px;\
    border-radius: 20px;\
    font-size: 0.85rem;\
    font-weight: 600;\
    margin-top: 15px;\
\}\
\
.problem-quote \{\
    font-style: italic;\
    font-size: 1.3rem;\
    color: #1a2b4c;\
    text-align: center;\
    padding: 30px;\
    margin-top: 40px;\
    background: #f8fafc;\
    border-left: 5px solid #10b981;\
    border-radius: 10px;\
\}\
\
/* --- SEC\uc0\u538 IUNEA DEMO --- */\
.demo-container \{\
    display: grid;\
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\
    gap: 25px;\
    margin: 40px 0;\
\}\
\
.demo-step \{\
    background: #f8fafc;\
    padding: 25px;\
    border-radius: 12px;\
    position: relative;\
    border: 1px solid #e2e8f0;\
\}\
\
.step-number \{\
    position: absolute;\
    top: -15px;\
    left: -15px;\
    background: #3b82f6;\
    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 4px 8px rgba(59, 130, 246, 0.4);\
\}\
\
.code-snippet \{\
    background: #1a2b4c;\
    color: #93c5fd;\
    padding: 12px 15px;\
    border-radius: 8px;\
    font-family: 'Courier New', monospace;\
    margin-top: 15px;\
    font-size: 0.9rem;\
    overflow-x: auto;\
\}\
\
.atomic-actions \{\
    display: flex;\
    gap: 15px;\
    margin: 20px 0;\
\}\
\
.action \{\
    flex: 1;\
    text-align: center;\
    padding: 20px 15px;\
    border-radius: 10px;\
    color: white;\
    font-size: 0.95rem;\
\}\
\
.action-block \{\
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);\
\}\
\
.action-waiver \{\
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);\
\}\
\
.demo-screenshot \{\
    text-align: center;\
    margin-top: 20px;\
\}\
\
.screenshot-placeholder \{\
    background: #1a2b4c;\
    color: #cbd5e1;\
    padding: 40px 20px;\
    border-radius: 10px;\
    border: 2px dashed #4b5563;\
\}\
\
.cta-demo \{\
    text-align: center;\
    background: linear-gradient(90deg, #f0f9ff 0%, #e0f2fe 100%);\
    padding: 30px;\
    border-radius: 15px;\
    margin-top: 40px;\
    border-left: 5px solid #3b82f6;\
\}\
\
/* --- SEC\uc0\u538 IUNEA SOLU\u538 IE --- */\
.patent-badge \{\
    display: inline-flex;\
    align-items: center;\
    gap: 10px;\
    background: linear-gradient(90deg, #fef3c7 0%, #fde68a 100%);\
    color: #92400e;\
    padding: 12px 25px;\
    border-radius: 50px;\
    font-weight: bold;\
    margin-bottom: 30px;\
    border: 2px solid #fbbf24;\
\}\
\
.solution-grid \{\
    display: grid;\
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\
    gap: 25px;\
    margin: 30px 0;\
\}\
\
.solution-card \{\
    background: white;\
    padding: 25px;\
    border-radius: 12px;\
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);\
    border-top: 5px solid #8b5cf6;\
    transition: transform 0.3s;\
\}\
\
.solution-card:hover \{\
    transform: translateY(-5px);\
\}\
\
.solution-card h3 \{\
    display: flex;\
    align-items: center;\
    gap: 12px;\
    color: #1a2b4c;\
    margin-bottom: 15px;\
\}\
\
.diagram-flow \{\
    display: flex;\
    justify-content: center;\
    align-items: center;\
    flex-wrap: wrap;\
    gap: 10px;\
    margin: 40px 0;\
    background: #f8fafc;\
    padding: 30px;\
    border-radius: 15px;\
\}\
\
.flow-step \{\
    background: white;\
    padding: 20px 30px;\
    border-radius: 10px;\
    text-align: center;\
    min-width: 150px;\
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);\
    border: 2px solid #dbeafe;\
\}\
\
.atomic-arrow \{\
    font-size: 2rem;\
    color: #3b82f6;\
\}\
\
.dual-step \{\
    display: flex;\
    flex-direction: column;\
    gap: 15px;\
\}\
\
.dual-outcome \{\
    padding: 20px;\
    border-radius: 10px;\
    color: white;\
    font-weight: bold;\
\}\
\
.dual-outcome:first-child \{\
    background: #ef4444;\
\}\
\
.dual-outcome:last-child \{\
    background: #10b981;\
\}\
\
/* --- SEC\uc0\u538 IUNEA PIA\u538 \u258  & INVESTI\u538 IE --- */\
.market-container \{\
    display: grid;\
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\
    gap: 30px;\
    margin: 30px 0;\
\}\
\
.market-card \{\
    background: white;\
    padding: 30px;\
    border-radius: 12px;\
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);\
\}\
\
.market-card ul \{\
    list-style: none;\
    padding-left: 0;\
\}\
\
.market-card li \{\
    padding: 8px 0;\
    border-bottom: 1px dashed #e5e7eb;\
\}\
\
.roadmap \{\
    margin-top: 20px;\
\}\
\
.roadmap-item \{\
    padding: 15px 20px;\
    margin-bottom: 15px;\
    border-left: 5px solid #d1d5db;\
    background: #f9fafb;\
    border-radius: 0 10px 10px 0;\
\}\
\
.roadmap-item.completed \{\
    border-left-color: #10b981;\
    background: #f0fdf4;\
\}\
\
.roadmap-item.current \{\
    border-left-color: #3b82f6;\
    background: #eff6ff;\
    font-weight: bold;\
\}\
\
.investment-container \{\
    background: linear-gradient(135deg, #1a2b4c 0%, #0d1525 100%);\
    color: white;\
    padding: 40px;\
    border-radius: 15px;\
    margin-top: 40px;\
\}\
\
.investment-details \{\
    display: grid;\
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\
    gap: 30px;\
    margin-top: 30px;\
\}\
\
.investment-card \{\
    background: rgba(255, 255, 255, 0.1);\
    padding: 25px;\
    border-radius: 12px;\
    backdrop-filter: blur(10px);\
\}\
\
.investment-amount \{\
    font-size: 2.5rem;\
    font-weight: bold;\
    color: #60a5fa;\
    margin: 15px 0;\
\}\
\
.allocation-chart \{\
    display: flex;\
    height: 40px;\
    border-radius: 20px;\
    overflow: hidden;\
    margin: 20px 0;\
\}\
\
.allocation-item \{\
    display: flex;\
    align-items: center;\
    justify-content: center;\
    color: white;\
    font-weight: bold;\
    font-size: 0.9rem;\
\}\
\
/* --- SEC\uc0\u538 IUNEA ECHIP\u258  & CONTACT --- */\
.team-container \{\
    display: flex;\
    justify-content: center;\
    flex-wrap: wrap;\
    gap: 30px;\
    margin: 40px 0;\
\}\
\
.team-card \{\
    background: white;\
    padding: 30px;\
    border-radius: 15px;\
    text-align: center;\
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);\
    max-width: 300px;\
    border-top: 5px solid #3b82f6;\
\}\
\
.team-avatar \{\
    background: #dbeafe;\
    color: #3b82f6;\
    width: 80px;\
    height: 80px;\
    border-radius: 50%;\
    display: flex;\
    align-items: center;\
    justify-content: center;\
    margin: 0 auto 20px;\
\}\
\
.team-role \{\
    color: #6b7280;\
    margin-bottom: 15px;\
\}\
\
.team-contact a \{\
    color: #3b82f6;\
    text-decoration: none;\
    display: inline-flex;\
    align-items: center;\
    gap: 8px;\
    margin-top: 15px;\
\}\
\
.contact-cta \{\
    text-align: center;\
    background: linear-gradient(90deg, #f0f9ff 0%, #dbeafe 100%);\
    padding: 50px;\
    border-radius: 20px;\
    margin-top: 50px;\
\}\
\
.contact-actions \{\
    display: flex;\
    justify-content: center;\
    gap: 20px;\
    flex-wrap: wrap;\
    margin: 30px 0;\
\}\
\
.btn-primary \{\
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);\
    color: white;\
    padding: 15px 30px;\
    border-radius: 10px;\
    text-decoration: none;\
    font-weight: 600;\
    display: inline-flex;\
    align-items: center;\
    gap: 10px;\
    transition: all 0.3s;\
    border: none;\
    cursor: pointer;\
\}\
\
.btn-primary:hover \{\
    transform: translateY(-3px);\
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.4);\
\}\
\
.btn-secondary \{\
    background: white;\
    color: #3b82f6;\
    padding: 15px 30px;\
    border-radius: 10px;\
    text-decoration: none;\
    font-weight: 600;\
    border: 2px solid #3b82f6;\
    display: inline-flex;\
    align-items: center;\
    gap: 10px;\
    transition: all 0.3s;\
\}\
\
.btn-secondary:hover \{\
    background: #3b82f6;\
    color: white;\
\}\
\
.prospect-footer \{\
    text-align: center;\
    padding: 30px;\
    color: #6b7280;\
    font-size: 0.9rem;\
    border-top: 1px solid #e5e7eb;\
    margin-top: 40px;\
\}\
\
.footer-disclaimer \{\
    font-style: italic;\
    margin-top: 15px;\
    color: #9ca3af;\
    font-size: 0.85rem;\
\}\
\
/* --- RESPONSIVITATE --- */\
@media (max-width: 1024px) \{\
    .section-hero \{\
        grid-template-columns: 1fr;\
    \}\
    .hero-content h1 \{\
        font-size: 2.8rem;\
    \}\
\}\
\
@media (max-width: 768px) \{\
    .investor-nav \{\
        transform: translateX(-100%);\
        width: 280px;\
    \}\
    .investor-nav.mobile-open \{\
        transform: translateX(0);\
    \}\
    #mainContent \{\
        margin-left: 0;\
        width: 100%;\
    \}\
    .mobile-nav-bar \{\
        display: flex;\
    \}\
    .prospect-section \{\
        padding: 25px;\
    \}\
    .contact-actions \{\
        flex-direction: column;\
        align-items: center;\
    \}\
    .btn-primary, .btn-secondary \{\
        width: 100%;\
        justify-content: center;\
    \}\
\}}