* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(34, 197, 94, 0.3);
    z-index: 1000;
    padding: 16px 48px;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #22c55e;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-menu {
    display: flex;
    gap: 32px;
}

.nav-item {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    cursor: pointer;
}

.nav-item:hover, .nav-item.active {
    color: #22c55e;
}

.language-switcher {
    display: flex;
    gap: 16px;
    margin-left: 32px;
    align-items: center;
    border-left: 1px solid rgba(34, 197, 94, 0.2);
    padding-left: 24px;
}

.lang-item {
    color: #cbd5e1;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lang-item:hover {
    color: #22c55e;
}

.lang-item.active {
    color: #22c55e;
}

.slide {
    min-height: 100vh;
    padding: 100px 48px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.slide2 {
    padding: 0 48px 48px;

}
.slide-title {
    font-size: 3rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 16px;
    text-align: center;
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.slide-subtitle {
    font-size: 1.3rem;
    color: #cbd5e1;
    text-align: center;
    margin-bottom: 64px;
    font-weight: 400;
}

/* Hero Section */
.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
}

.hero-text {
    animation: fadeInLeft 1s ease-out;
    
}
.video-section{
    position: relative;
    overflow: hidden;
}
.video-section:before{
    content:'';
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: #000;
    opacity: 0.6;
    z-index: 1;
}
.video-bg{
    position: absolute;
    top:0px;
    left:0px;
    z-index: -1;
    width:100%;
    height:auto;
    object-fit: cover;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 24px;
    line-height: 1.1;
}

.hero-description {
    font-size: 1.4rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 32px;
}

.hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    animation: fadeInRight 1s ease-out;
}

.hero-stat {
    background: rgba(30, 41, 59, 0.8);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(34, 197, 94, 0.2);
    text-align: center;
    backdrop-filter: blur(10px);
}

.hero-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 8px;
}

.hero-stat-label {
    font-size: 1.1rem;
    color: #cbd5e1;
    font-weight: 500;
}

/* Content Sections */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 48px;
}

.full-width-content {
    grid-column: 1 / -1;
}

.content-section {
    background: rgba(30, 41, 59, 0.8);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(34, 197, 94, 0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 32px;
    color: #22c55e;
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-large {
    font-size: 2rem;
}

.feature-list {
    list-style: none;
    margin: 24px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.9rem;
    color: #cbd5e1;
}

.feature-icon {
    font-size: 1.2rem;
    color: #22c55e;
    min-width: 24px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.stat-card {
    background: rgba(15, 23, 42, 0.6);
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(34, 197, 94, 0.3);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(34, 197, 94, 0.2);
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    color: #cbd5e1;
    font-weight: 500;
}

/* Technical Specs */
.tech-specs {
    background: rgba(15, 23, 42, 0.6);
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(34, 197, 94, 0.3);
    margin-top: 24px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 1rem;
}

.spec-label {
    color: #cbd5e1;
    font-weight: 500;
}

.spec-value {
    color: #22c55e;
    font-weight: 700;
}

/* Revenue Chart */
.revenue-chart {
    margin-top: 32px;
}

.revenue-bar {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px;
    background: rgba(15, 23, 42, 0.4);
    border-radius: 12px;
    border: 1px solid rgba(34, 197, 94, 0.2);
    transition: all 0.3s ease;
}

.revenue-bar:hover {
    background: rgba(15, 23, 42, 0.6);
    transform: translateX(8px);
}

.revenue-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #22c55e;
    min-width: 120px;
}

.revenue-bar-fill {
    height: 12px;
    background: linear-gradient(90deg, #22c55e, #16a34a);
    border-radius: 6px;
    margin: 0 20px;
    flex: 1;
    box-shadow: 0 4px 8px rgba(34, 197, 94, 0.3);
    transition: all 0.3s ease;
}

.revenue-amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    min-width: 140px;
    text-align: right;
}

/* Highlights Grid */
.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.highlight-card {
    background: rgba(30, 41, 59, 0.8);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(34, 197, 94, 0.2);
    text-align: center;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-8px);
}

.highlight-icon {
    font-size: 3rem;
    margin-bottom: 16px;
    color: #22c55e;
}

.highlight-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 12px;
}

.highlight-description {
    color: #cbd5e1;
    line-height: 1.6;
}

.highlight-description a{
    color: #22c55e;
    text-decoration: underline;
}

.highlight-description a:hover{
    text-decoration: none;
}

/* Data Table */
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    background: rgba(15, 23, 42, 0.6);
    border-radius: 12px;
    overflow: hidden;
}

.data-table th {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    padding: 16px;
    text-align: left;
    font-weight: 600;
}

.data-table td {
    padding: 12px 16px;
    border-top: 1px solid rgba(34, 197, 94, 0.1);
    color: #cbd5e1;
}

.data-table .value {
    color: #22c55e;
    font-weight: 600;
}

/* Context Cards */
.context-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 48px;
}

.context-card {
    background: rgba(30, 41, 59, 0.8);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(34, 197, 94, 0.2);
    backdrop-filter: blur(10px);
}

.context-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.context-content {
    color: #cbd5e1;
    line-height: 1.6;
}

/* Contact Section */
.contact-content {
    text-align: center;
    max-width: 1400px;
    width:100%;
    margin: 0 auto;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-top: 48px;
}

.contact-card {
    background: rgba(30, 41, 59, 0.8);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(34, 197, 94, 0.2);
    backdrop-filter: blur(10px);
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 32px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(34, 197, 94, 0.4);
}

/* Timeline */
.timeline {
    margin-top: 32px;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 12px;
    background: rgba(15, 23, 42, 0.4);
    border-radius: 8px;
    border-left: 4px solid #22c55e;
}

.timeline-phase {
    font-weight: 700;
    color: #22c55e;
    min-width: 150px;
}

.timeline-duration {
    color: #cbd5e1;
}

/* Footer */
.footer {
    background: rgba(15, 23, 42, 0.9);
    padding: 32px 48px;
    border-top: 1px solid rgba(34, 197, 94, 0.3);
    text-align: center;
    color: #cbd5e1;
    backdrop-filter: blur(10px);
}

.highlight {
    color: #22c55e;
    font-weight: 600;
}

/* Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.8s ease-out;
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar {
        padding: 16px 24px;
    }

    .nav-menu {
        display: none;
    }

    .slide {
        padding: 100px 24px 24px;
    }
    .slide2 {
        padding: 0px 24px 24px;
    }
    .hero-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .slide-title {
        font-size: 2rem;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }
}