﻿.download-page {
    background: radial-gradient(circle at top left, rgba(25, 118, 210, 0.18), transparent 30%), radial-gradient(circle at top right, rgba(76, 175, 80, 0.12), transparent 25%), linear-gradient(180deg, #0f1117 0%, #121826 100%);
    min-height: 100%;
}

.hero-section {
    background: linear-gradient(135deg, rgba(25, 118, 210, 0.14), rgba(0, 0, 0, 0) 45%), linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-title {
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    max-width: 780px;
    opacity: 0.92;
}

.hero-description {
    max-width: 760px;
    opacity: 0.78;
}

.hero-side-card,
.content-panel,
.feature-card {
    background: rgba(20, 24, 35, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
}

.feature-card {
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

    .feature-card:hover {
        transform: translateY(-4px);
        border-color: rgba(25, 118, 210, 0.35);
    }

.screenshot-carousel {
    height: 520px;
    border-radius: 18px;
    overflow: hidden;
}

    .screenshot-carousel .mud-carousel-item {
        height: 100%;
    }

.screenshot-slide {
    height: 100%;
}

.screenshot-image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.screenshot-image {
    max-width: 100%;
    max-height: 460px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.25);
    display: block;
    padding: 8px;
}

.h-100 {
    height: 100%;
}

@media (max-width: 960px) {
    .hero-title {
        font-size: 2.4rem;
    }

    .screenshot-carousel {
        height: auto;
        min-height: 420px;
    }

    .screenshot-image-wrapper {
        min-height: 260px;
    }

    .screenshot-image {
        max-width: 100%;
        max-height: 260px;
        width: auto;
        height: auto;
    }
}
