body {
    overflow-y: auto !important;
}

.menu-icon {
    opacity: 1 !important;
    pointer-events: all !important;
    transform: scale(1) !important;
    transition: all 0.3s ease !important;
}

/* ============================================================
   DejaVu Detail Page
   ============================================================ */

.dv-page {
    min-height: 100vh;
    padding: 120px 24px 64px;
    background:
        radial-gradient(circle at top right, rgba(112, 255, 207, 0.12), transparent 32%),
        radial-gradient(circle at 10% 60%, rgba(255, 147, 104, 0.10), transparent 38%),
        linear-gradient(180deg, rgba(0, 42, 47, 0.95), rgba(0, 18, 28, 0.99));
}

.dv-shell {
    width: min(1140px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 24px;
}

.dv-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 28px;
    background: rgba(0, 22, 33, 0.54);
    backdrop-filter: blur(22px);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.30);
}

.dv-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 45%);
    pointer-events: none;
}

/* ---- Hero ---- */

.dv-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 28px;
    padding: 40px 40px 32px;
    align-items: center;
}

.dv-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(0, 22, 33, 0.32), rgba(0, 22, 33, 0.76)),
        url('../generated/dejavu/hero-atmosphere.jpg') center center / cover no-repeat;
    opacity: 0.24;
    pointer-events: none;
    z-index: 0;
}

.dv-hero-copy,
.dv-hero-visual {
    position: relative;
    z-index: 1;
}

.dv-hero-eyebrow {
    font-size: 0.78rem;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--aquamarine, #70ffcf);
    margin: 0 0 10px;
    opacity: 0.85;
}

.dv-hero-title {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 16px;
    color: rgba(249, 240, 237, 0.96);
    letter-spacing: -0.01em;
}

.dv-hero-subtitle {
    font-size: 1.08rem;
    line-height: 1.65;
    color: rgba(249, 240, 237, 0.72);
    margin: 0 0 28px;
    max-width: 540px;
}

.dv-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.dv-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 14px;
    background: var(--aquamarine, #70ffcf);
    color: var(--gunmetal, #002a2f);
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.dv-btn-primary:hover {
    opacity: 0.88;
    transform: translateY(-2px);
}

.dv-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(249, 240, 237, 0.85);
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.dv-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.dv-btn-note {
    display: block;
    margin-top: 8px;
    font-size: 0.76rem;
    color: rgba(249, 240, 237, 0.42);
    letter-spacing: 0.02em;
}

.dv-hero-visual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dv-hero-screenshot {
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    box-shadow: 0 14px 48px rgba(0, 0, 0, 0.50);
}

/* ---- Section header ---- */

.dv-section-head {
    padding: 32px 40px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.dv-section-eyebrow {
    font-size: 0.72rem;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--aquamarine, #70ffcf);
    margin: 0 0 8px;
    opacity: 0.75;
}

.dv-section-title {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 700;
    margin: 0;
    color: rgba(249, 240, 237, 0.94);
}

/* ---- Screenshots ---- */

.dv-screenshots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    padding: 28px 40px;
}

.dv-screenshot-frame {
    border-radius: 14px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.dv-screenshot-frame img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.dv-screenshot-caption {
    padding: 10px 14px;
    font-size: 0.78rem;
    color: rgba(249, 240, 237, 0.45);
    letter-spacing: 0.01em;
}

/* ---- Feature grid ---- */

.dv-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    padding: 28px 40px;
}

.dv-feature-card {
    padding: 22px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dv-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 147, 104, 0.12);
    border: 1px solid rgba(255, 147, 104, 0.22);
    margin-bottom: 12px;
    color: var(--atomic-tangerine, #ff9368);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.dv-feature-card h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 7px;
    color: rgba(249, 240, 237, 0.9);
}

.dv-feature-card p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.58;
    color: rgba(249, 240, 237, 0.58);
}

.dv-feature-card kbd {
    display: inline-block;
    padding: 1px 7px;
    border-radius: 5px;
    background: rgba(112, 255, 207, 0.12);
    border: 1px solid rgba(112, 255, 207, 0.25);
    font-size: 0.9em;
    font-family: inherit;
    color: var(--aquamarine, #70ffcf);
}

/* ---- Download section ---- */

.dv-download {
    padding: 36px 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
}

.dv-download-heading {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: rgba(249, 240, 237, 0.95);
}

.dv-download-info {
    font-size: 0.88rem;
    color: rgba(249, 240, 237, 0.55);
    margin: 0 0 20px;
    line-height: 1.6;
}

.dv-install-steps {
    margin: 0;
    padding: 0 0 0 18px;
    font-size: 0.88rem;
    line-height: 1.8;
    color: rgba(249, 240, 237, 0.60);
}

.dv-install-steps strong {
    color: rgba(249, 240, 237, 0.80);
}

.dv-download-badge {
    display: inline-block;
    margin-top: 14px;
    padding: 5px 12px;
    border-radius: 8px;
    background: rgba(112, 255, 207, 0.10);
    border: 1px solid rgba(112, 255, 207, 0.20);
    font-size: 0.76rem;
    color: var(--aquamarine, #70ffcf);
    letter-spacing: 0.06em;
}

.dv-download-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    flex-shrink: 0;
}

.dv-download-size {
    font-size: 0.75rem;
    color: rgba(249, 240, 237, 0.38);
    letter-spacing: 0.03em;
}

/* ---- Permissions note ---- */

.dv-permissions {
    padding: 28px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.dv-permissions h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    margin: 0 0 8px;
    color: rgba(249, 240, 237, 0.80);
}

.dv-permissions p {
    font-size: 0.84rem;
    line-height: 1.65;
    color: rgba(249, 240, 237, 0.50);
    margin: 0;
    max-width: 640px;
}

/* ---- Help ---- */

.dv-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 40px 36px;
}

.dv-help-copy {
    margin: 0;
    max-width: 700px;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(249, 240, 237, 0.64);
}

.dv-help-copy a {
    color: var(--aquamarine, #70ffcf);
    text-underline-offset: 0.18em;
}

/* ---- CTA footer ---- */

.dv-cta-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 40px 36px;
    gap: 10px;
}

.dv-cta-footer p {
    margin: 0 0 18px;
    font-size: 1rem;
    color: rgba(249, 240, 237, 0.60);
}

/* ---- Responsive ---- */

@media (max-width: 768px) {
    .dv-hero {
        grid-template-columns: 1fr;
        padding: 28px 20px 24px;
    }

    .dv-hero-visual {
        justify-content: center;
    }

    .dv-section-head,
    .dv-screenshots-grid,
    .dv-feature-grid,
    .dv-download,
    .dv-permissions,
    .dv-help {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dv-download {
        grid-template-columns: 1fr;
    }

    .dv-help {
        flex-direction: column;
        align-items: flex-start;
    }

    .dv-download-cta {
        align-items: flex-start;
        text-align: left;
    }
}
