/* Press Kit Specific Styles - Dark Theme */

/* Hero Section */
.press-hero {
    text-align: center;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    color: white;
    border-radius: 24px;
    margin: 3rem 0;
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.3);
    position: relative;
    overflow: hidden;
}

.press-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.press-hero h1 {
    font-size: 3.5rem;
    margin: 0 0 1rem 0;
    font-weight: 800;
    position: relative;
    letter-spacing: -0.02em;
}

.press-subtitle {
    font-size: 1.3rem;
    opacity: 0.95;
    margin-bottom: 2.5rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-weight: 400;
}

.download-button {
    display: inline-block;
    background: white;
    color: #6366f1;
    padding: 1.1rem 2.8rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    position: relative;
}

.download-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    opacity: 1;
}

/* Press Sections */
.press-section {
    margin: 5rem 0;
    padding: 2rem 0;
}

.press-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #fff 0%, #a5a5a5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.press-content {
    max-width: 800px;
    line-height: 1.9;
}

.press-content .lead {
    font-size: 1.4rem;
    font-weight: 500;
    color: #a5b4fc;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.press-content p {
    margin-bottom: 1.5rem;
    color: #d1d5db;
    font-size: 1.1rem;
}

/* Fact Sheet Grid */
.fact-sheet-section {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 3.5rem 2.5rem;
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

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

.fact-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.fact-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateY(-2px);
}

.fact-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #9ca3af;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.fact-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
}

/* Features List */
.features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.feature-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.feature-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 8px rgba(99, 102, 241, 0.3));
}

.feature-item h3 {
    font-size: 1.2rem;
    margin: 0 0 0.75rem 0;
    color: #ffffff;
    font-weight: 700;
}

.feature-item p {
    margin: 0;
    color: #9ca3af;
    font-size: 1rem;
    line-height: 1.7;
}

/* Screenshot Grid */
.screenshot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 2.5rem;
}

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

.screenshot-item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.screenshot-item img:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.4);
    border-color: rgba(99, 102, 241, 0.3);
}

.screenshot-item p {
    margin-top: 1.25rem;
    font-weight: 600;
    color: #d1d5db;
    font-size: 1rem;
}

/* Brand Assets */
.brand-assets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 2.5rem;
}

.asset-group {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.asset-group:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(99, 102, 241, 0.2);
}

.asset-group h3 {
    font-size: 1.4rem;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-weight: 700;
}

.icon-showcase {
    display: flex;
    justify-content: center;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin-bottom: 2rem;
}

.app-icon-large {
    width: 160px;
    height: 160px;
    border-radius: 36px;
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.3);
}

.logo-showcase {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin-bottom: 2rem;
}

.logo-preview {
    width: 100%;
    height: auto;
    max-width: 320px;
    margin: 0 auto;
    border-radius: 12px;
}

.asset-links {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.asset-links a {
    display: block;
    text-align: center;
    padding: 0.9rem 1.75rem;
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
}

.asset-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.5);
    opacity: 1;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    padding: 4rem 2.5rem;
    border-radius: 24px;
    color: white;
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.3);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.contact-section h2 {
    color: white;
    background: none;
    -webkit-text-fill-color: white;
}

.contact-section .press-content p {
    color: rgba(255, 255, 255, 0.95);
}

.contact-info {
    font-size: 1.15rem;
    margin: 1.25rem 0;
    position: relative;
}

.contact-info a {
    color: white;
    text-decoration: underline;
    font-weight: 700;
}

.contact-info a:hover {
    opacity: 0.85;
}

/* Download Section */
.download-section {
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 4rem 2.5rem;
    border-radius: 24px;
}

.download-section h2 {
    margin-bottom: 1.5rem;
}

.download-section p {
    max-width: 650px;
    margin: 0 auto 2.5rem auto;
    color: #d1d5db;
    font-size: 1.15rem;
    line-height: 1.7;
}

.download-button-large {
    display: inline-block;
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    color: white;
    padding: 1.4rem 3.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.4);
}

.download-button-large:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 48px rgba(99, 102, 241, 0.5);
    opacity: 1;
}

/* Navigation Active State */
nav a.active {
    color: #a5b4fc;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .press-hero h1 {
        font-size: 2.5rem;
    }

    .press-subtitle {
        font-size: 1.1rem;
    }

    .press-section h2 {
        font-size: 2rem;
    }

    .fact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .features-list {
        grid-template-columns: 1fr;
    }

    .screenshot-grid {
        grid-template-columns: 1fr;
    }

    .brand-assets {
        grid-template-columns: 1fr;
    }

    .app-icon-large {
        width: 130px;
        height: 130px;
    }
}

/* Light Theme Overrides for Press Kit */
@media (prefers-color-scheme: light) {

    /* Press Hero */
    .press-hero {
        background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
        box-shadow: 0 20px 60px rgba(99, 102, 241, 0.2);
    }

    /* Press Section Headings */
    .press-section h2 {
        color: #1f2937;
        background: linear-gradient(135deg, #1f2937 0%, #4b5563 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* Press Content */
    .press-content .lead {
        color: #6366f1;
    }

    .press-content p {
        color: #4b5563;
    }

    /* Fact Sheet */
    .fact-sheet-section {
        background: rgba(0, 0, 0, 0.02);
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    .fact-item {
        background: rgba(0, 0, 0, 0.01);
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .fact-item:hover {
        background: rgba(0, 0, 0, 0.03);
        border-color: rgba(99, 102, 241, 0.3);
    }

    .fact-label {
        color: #6b7280;
    }

    .fact-value {
        color: #1f2937;
    }

    /* Features List */
    .feature-item {
        background: rgba(0, 0, 0, 0.02);
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    .feature-item:hover {
        background: rgba(0, 0, 0, 0.04);
        border-color: rgba(99, 102, 241, 0.3);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    }

    .feature-item h3 {
        color: #1f2937;
    }

    .feature-item p {
        color: #6b7280;
    }

    /* Screenshots */
    .screenshot-item img {
        border: 3px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

    .screenshot-item img:hover {
        box-shadow: 0 20px 60px rgba(99, 102, 241, 0.25);
        border-color: rgba(99, 102, 241, 0.3);
    }

    .screenshot-item p {
        color: #4b5563;
    }

    /* Brand Assets */
    .asset-group {
        background: rgba(0, 0, 0, 0.02);
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    .asset-group:hover {
        background: rgba(0, 0, 0, 0.03);
        border-color: rgba(99, 102, 241, 0.2);
    }

    .asset-group h3 {
        color: #1f2937;
    }

    .icon-showcase {
        background: rgba(0, 0, 0, 0.03);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .logo-showcase {
        background: rgba(0, 0, 0, 0.03);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    /* Download Section */
    .download-section {
        background: rgba(0, 0, 0, 0.02);
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    .download-section p {
        color: #4b5563;
    }

    /* Navigation Active State */
    nav a.active {
        color: #6366f1;
    }

    /* Contact Section - Keep white text on gradient background */
    .contact-section h2 {
        color: white !important;
        background: none !important;
        -webkit-text-fill-color: white !important;
    }
}

/* Print Styles */
@media print {
    body {
        background: white;
        color: black;
    }

    .press-hero,
    .download-section,
    header,
    footer {
        display: none;
    }

    .press-section {
        page-break-inside: avoid;
    }

    .press-section h2 {
        color: black;
        background: none;
        -webkit-text-fill-color: black;
    }

    .screenshot-item img {
        max-width: 200px;
        border: 1px solid #ccc;
    }
}