/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #e2e8f0;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #1e1b4b 100%);
    background-attachment: fixed;
    scroll-behavior: smooth;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(99, 102, 241, 0.2);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 20px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e2e8f0;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #94a3b8;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #4338ca;
}

/* Hero Section - Mental Health Theme */
.hero {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 50%, #ec4899 100%);
    color: white;
    overflow: hidden;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3), transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3), transparent 50%);
    pointer-events: none;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content {
    animation: fadeInUp 0.8s ease-out;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 24px;
    font-size: 0.9rem;
    font-weight: 500;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-text {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 32px;
    max-width: 500px;
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

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

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.download-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
}

.download-btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.download-btn img {
    height: 56px;
    width: auto;
}

.coming-soon-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 500;
    font-size: 0.9rem;
}

.crisis-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(239, 68, 68, 0.2);
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid rgba(239, 68, 68, 0.3);
    margin-top: 20px;
}

.crisis-icon {
    font-size: 1.2rem;
}

.crisis-text {
    font-weight: 500;
}

.crisis-link {
    color: #fbbf24;
    text-decoration: underline;
    font-weight: 600;
}

/* Phone Mockup - Mental Health App Interface */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 0.8s ease-out;
}

.phone-mockup {
    position: relative;
    transform: rotate(3deg);
    animation: float 6s ease-in-out infinite;
}

.phone-frame {
    width: 280px;
    height: 560px;
    background: #1a1a1a;
    border-radius: 40px;
    padding: 20px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.app-interface {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    color: white;
}

.time-display {
    font-weight: 600;
    font-size: 1rem;
}

.app-title {
    font-weight: 700;
    font-size: 1.1rem;
}

.worry-input-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.worry-bubble {
    background: rgba(30, 41, 59, 0.9);
    padding: 16px;
    border-radius: 16px;
    color: #e2e8f0;
    font-style: italic;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.ai-analysis {
    background: rgba(30, 41, 59, 0.95);
    padding: 20px;
    border-radius: 16px;
    color: #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.ai-label {
    font-weight: 600;
    margin-bottom: 12px;
    color: #4338ca;
}

.concern-type {
    font-weight: 600;
    margin-bottom: 12px;
    color: #7c2d12;
}

.action-preview {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #065f46;
}

/* Features Section */
.features {
    padding: 100px 0;
    background: rgba(15, 23, 42, 0.6);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.feature-card {
    background: rgba(30, 41, 59, 0.8);
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    border-color: rgba(99, 102, 241, 0.4);
}

.feature-card.highlight {
    border: 2px solid #6366f1;
    background: rgba(99, 102, 241, 0.1);
}

.feature-card.emergency {
    border: 2px solid #dc2626;
    background: rgba(220, 38, 38, 0.1);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: block;
}

.feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 12px;
}

.feature-description {
    color: #94a3b8;
    line-height: 1.6;
}

.feature-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #4338ca;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.feature-card.emergency .feature-badge {
    background: #dc2626;
}

/* How It Works Section */
.how-it-works {
    padding: 100px 0;
    background: rgba(30, 41, 59, 0.4);
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.step {
    text-align: center;
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(67, 56, 202, 0.3);
}

.step-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 12px;
}

.step-content p {
    color: #94a3b8;
    line-height: 1.6;
}

.step-visual {
    font-size: 2rem;
    margin-top: 16px;
    text-align: center;
}

.step-screenshot {
    width: 120px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.step-screenshot:hover {
    transform: scale(1.1);
}

/* Safety Section */
.safety-section {
    padding: 100px 0;
    background: rgba(15, 23, 42, 0.8);
    border-top: 4px solid #dc2626;
}

.safety-content {
    text-align: center;
}

.safety-header {
    margin-bottom: 60px;
}

.safety-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.safety-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 16px;
}

.safety-subtitle {
    font-size: 1.2rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
}

.safety-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-bottom: 60px;
}

.safety-feature {
    background: rgba(30, 41, 59, 0.8);
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #fecaca;
}

.safety-feature h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 12px;
}

.safety-feature p {
    color: #94a3b8;
    line-height: 1.6;
}

.crisis-resources {
    background: rgba(30, 41, 59, 0.8);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border: 2px solid #dc2626;
}

.crisis-resources h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 24px;
}

.resource-links {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.crisis-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #dc2626;
    color: white;
    text-decoration: none;
    border-radius: 12px;
    min-width: 140px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.crisis-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.3);
}

.crisis-link.emergency {
    background: #7f1d1d;
}

.crisis-number {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.crisis-label {
    font-size: 0.9rem;
    text-align: center;
}

/* Download Section */
.download-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 50%, #ec4899 100%);
    color: white;
    text-align: center;
}

.download-header {
    margin-bottom: 60px;
}

.download-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #fff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.download-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.download-buttons-large {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.download-btn-large {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 24px 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 280px;
}

.download-btn-large:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.15);
}

.download-btn-large.android-coming-soon {
    opacity: 0.6;
    cursor: not-allowed;
}

.download-btn-large.android-coming-soon:hover {
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.1);
}

.download-icon {
    font-size: 2rem;
}

.download-text {
    flex: 1;
    text-align: left;
}

.download-label {
    display: block;
    font-size: 0.9rem;
    opacity: 0.8;
}

.download-platform {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
}

.download-note {
    display: block;
    font-size: 0.8rem;
    opacity: 0.7;
}

.download-arrow {
    font-size: 1.5rem;
    font-weight: 700;
}

.testimonial {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-content p {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-author {
    opacity: 0.8;
}

.app-benefits {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.benefit-icon {
    font-size: 1.2rem;
}

/* Footer */
.footer {
    background: #1a1a1a;
    color: white;
    padding: 80px 0 40px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-brand {
    max-width: 400px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.footer-description {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 24px;
}

.footer-social {
    display: flex;
    gap: 16px;
}

.social-link {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #4338ca;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: white;
}

.footer-link {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #4338ca;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #333;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    color: #ccc;
}

.footer-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.badge {
    background: #4338ca;
    color: white;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 600;
}

.disclaimer {
    background: #2d2d2d;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #fbbf24;
}

.disclaimer p {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(3deg) translateY(0px);
    }
    50% {
        transform: rotate(3deg) translateY(-10px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .nav-links {
        display: none;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-container {
        grid-template-columns: 1fr;
    }
    
    .download-buttons-large {
        flex-direction: column;
        align-items: center;
    }
    
    .download-btn-large {
        min-width: auto;
        width: 100%;
        max-width: 400px;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .phone-mockup {
        transform: rotate(0deg) scale(0.8);
    }
}

/* ========================================
   NEW PAGE STYLES - DARK THEME
   ======================================== */

/* Common Page Styles */
.legal-hero, .product-hero, .support-hero, .deletion-hero, .safety-hero, .crisis-hero {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #1e1b4b 100%);
    color: #e2e8f0;
    text-align: center;
}

.legal-title, .product-title, .support-title, .deletion-title, .safety-title, .crisis-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #e2e8f0 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.legal-subtitle, .product-subtitle, .support-subtitle, .deletion-subtitle, .safety-subtitle, .crisis-subtitle {
    font-size: 1.25rem;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
}

/* Legal Page Styles */
.legal-nav {
    padding: 60px 0;
    background: rgba(15, 23, 42, 0.8);
}

.legal-nav-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.legal-nav-link {
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 12px;
    padding: 24px;
    text-decoration: none;
    color: #e2e8f0;
    transition: all 0.3s ease;
    display: block;
}

.legal-nav-link:hover {
    background: rgba(30, 41, 59, 1);
    border-color: rgba(99, 102, 241, 0.4);
    transform: translateY(-2px);
}

.legal-nav-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.compliance-section {
    padding: 80px 0;
    background: rgba(15, 23, 42, 0.6);
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.compliance-card {
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    position: relative;
}

.compliance-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.compliance-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.disclaimers-section {
    padding: 80px 0;
    background: rgba(30, 41, 59, 0.4);
}

.disclaimer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.disclaimer-card {
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 16px;
    padding: 30px;
}

.disclaimer-card h3 {
    color: #e2e8f0;
    margin-bottom: 16px;
    font-size: 1.2rem;
}

.disclaimer-card p {
    color: #94a3b8;
    line-height: 1.6;
}

.legal-contact {
    padding: 80px 0;
    background: rgba(15, 23, 42, 0.8);
    text-align: center;
}

.legal-contact h2 {
    color: #e2e8f0;
    margin-bottom: 16px;
    font-size: 2rem;
}

.legal-contact p {
    color: #94a3b8;
    margin-bottom: 32px;
}

.contact-options {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 12px;
    padding: 16px 24px;
    text-decoration: none;
    color: #e2e8f0;
    transition: all 0.3s ease;
}

.contact-link:hover {
    background: rgba(30, 41, 59, 1);
    transform: translateY(-2px);
}

.contact-icon {
    font-size: 1.5rem;
}

/* Product Page Styles */
.product-stats {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.product-screenshots {
    margin-top: 40px;
}

.screenshot-gallery {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-screenshot {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.product-screenshot.main {
    width: 240px;
    height: auto;
}

.product-screenshot {
    width: 180px;
    height: auto;
}

.product-screenshot:hover {
    transform: scale(1.05);
}

.core-features {
    padding: 80px 0;
    background: rgba(15, 23, 42, 0.6);
}

.feature-showcase {
    margin-top: 60px;
}

.feature-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding: 40px;
    background: rgba(30, 41, 59, 0.6);
    border-radius: 20px;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.feature-detail.reverse {
    grid-template-columns: 1fr 1fr;
}

.feature-detail.reverse .feature-content {
    order: 2;
}

.feature-detail.reverse .feature-visual {
    order: 1;
}

.feature-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.feature-badge.primary {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
}

.feature-badge.emergency {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
}

.feature-badge.wellness {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.feature-visual {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-image {
    width: 200px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.feature-title {
    color: #e2e8f0;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.feature-description {
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 20px;
}

.feature-benefits {
    list-style: none;
    margin-top: 20px;
}

.feature-benefits li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    color: #94a3b8;
}

.feature-benefits li::before {
    content: '✅';
    position: absolute;
    left: 0;
}

/* Tech Specs */
.tech-specs {
    padding: 80px 0;
    background: rgba(30, 41, 59, 0.4);
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.spec-card {
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
}

.spec-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.spec-card h3 {
    color: #e2e8f0;
    margin-bottom: 20px;
}

.spec-card ul {
    list-style: none;
    text-align: left;
    margin-top: 20px;
}

.spec-card li {
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
    color: #94a3b8;
}

.spec-card li::before {
    content: '•';
    color: #6366f1;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Pricing */
.pricing-section {
    padding: 80px 0;
    background: rgba(15, 23, 42, 0.8);
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.pricing-card {
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    border-color: rgba(99, 102, 241, 0.4);
}

.pricing-card.premium {
    border-color: rgba(147, 51, 234, 0.4);
    background: rgba(30, 41, 59, 0.9);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.pricing-header h3 {
    color: #e2e8f0;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.price {
    font-size: 3rem;
    font-weight: 800;
    color: #e2e8f0;
    margin: 16px 0;
}

.price span {
    font-size: 1rem;
    color: #94a3b8;
}

.pricing-header p {
    color: #94a3b8;
    margin-bottom: 24px;
}

.pricing-features {
    list-style: none;
    text-align: left;
    margin: 24px 0;
}

.pricing-features li {
    padding: 8px 0;
    color: #94a3b8;
}

.pricing-btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pricing-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.3);
}

.pricing-btn.premium {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
}

/* Support Page Styles */
.quick-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.quick-action {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 12px;
    padding: 16px 24px;
    text-decoration: none;
    color: #e2e8f0;
    transition: all 0.3s ease;
}

.quick-action:hover {
    background: rgba(30, 41, 59, 1);
    transform: translateY(-2px);
}

.quick-action.emergency {
    border-color: rgba(220, 38, 38, 0.4);
    background: rgba(220, 38, 38, 0.1);
}

.action-icon {
    font-size: 1.5rem;
}

.crisis-banner {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    padding: 20px 0;
    margin-bottom: 40px;
}

.crisis-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.crisis-icon {
    font-size: 2rem;
}

.crisis-text h3 {
    margin: 0;
    font-size: 1.2rem;
}

.crisis-text p {
    margin: 0;
    opacity: 0.9;
}

.crisis-actions {
    display: flex;
    gap: 12px;
}

.crisis-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.crisis-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.crisis-btn.secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Crisis Page Styles */
.crisis-badge, .safety-badge, .deletion-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(220, 38, 38, 0.2);
    border: 1px solid rgba(220, 38, 38, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fca5a5;
}

.immediate-help {
    margin-top: 40px;
    text-align: center;
}

.immediate-help h2 {
    color: #e2e8f0;
    margin-bottom: 24px;
    font-size: 2rem;
}

.crisis-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.crisis-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.crisis-btn.primary {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
}

.crisis-btn.emergency {
    background: linear-gradient(135deg, #7c2d12 0%, #991b1b 100%);
    color: white;
}

.crisis-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.btn-icon {
    font-size: 1.5rem;
}

/* Responsive Design for New Pages */
@media (max-width: 768px) {
    .feature-detail {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .feature-detail.reverse .feature-content,
    .feature-detail.reverse .feature-visual {
        order: unset;
    }
    
    .crisis-buttons,
    .quick-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .crisis-content {
        flex-direction: column;
        text-align: center;
    }
    
    .screenshot-gallery {
        flex-direction: column;
    }
    
    .product-screenshot {
        width: 200px;
    }
    
    .legal-title, .product-title, .support-title, .deletion-title, .safety-title, .crisis-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .contact-options {
        flex-direction: column;
        align-items: center;
    }
}

/* About Page Styles */
.about-hero {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 50%, #ec4899 100%);
    color: white;
    text-align: center;
}

.about-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

.mission-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.mission-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.mission-description {
    font-size: 1.1rem;
    color: #cbd5e1;
    margin-bottom: 24px;
    line-height: 1.8;
}

.mission-image {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.story-section {
    padding: 80px 0;
    background: #0f172a;
}

.story-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 40px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(99, 102, 241, 0.2);
}

.timeline-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.timeline-year {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4338ca;
    text-align: center;
    padding: 8px 16px;
    background: rgba(67, 56, 202, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(67, 56, 202, 0.3);
}

.timeline-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 12px;
}

.timeline-content p {
    color: #cbd5e1;
    line-height: 1.7;
}

.values-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.value-card {
    background: rgba(30, 41, 59, 0.5);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(99, 102, 241, 0.2);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    border-color: rgba(99, 102, 241, 0.5);
}

.value-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 12px;
}

.value-card p {
    color: #cbd5e1;
    line-height: 1.6;
}

.team-section {
    padding: 80px 0;
    background: #0f172a;
}

.team-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.team-stat {
    text-align: center;
    padding: 30px 20px;
    background: rgba(67, 56, 202, 0.1);
    border-radius: 16px;
    border: 1px solid rgba(67, 56, 202, 0.3);
}

.team-stat .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #4338ca;
    display: block;
    margin-bottom: 8px;
}

.team-stat .stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: #e2e8f0;
}

.team-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.team-description p {
    color: #cbd5e1;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.impact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.impact-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.impact-stat {
    text-align: center;
    padding: 40px 20px;
    background: rgba(30, 41, 59, 0.5);
    border-radius: 16px;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.impact-number {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 12px;
}

.impact-label {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 8px;
}

.impact-description {
    color: #94a3b8;
    font-size: 0.9rem;
}

.contact-cta {
    padding: 80px 0;
    background: #0f172a;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.1rem;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.cta-btn {
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-btn.primary {
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 100%);
    color: white;
}

.cta-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(67, 56, 202, 0.3);
}

.cta-btn.secondary {
    background: transparent;
    color: #e2e8f0;
    border: 2px solid #4338ca;
}

.cta-btn.secondary:hover {
    background: #4338ca;
    transform: translateY(-2px);
}

.contact-info {
    color: #94a3b8;
}

.contact-info a {
    color: #4338ca;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .about-title {
        font-size: 2.5rem;
    }
    
    .mission-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .timeline-item {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .team-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .impact-stats {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 300px;
    }
}