/* Browser Extensions Page Styles */

/* Hero Section */
.extensions-hero {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%);
    padding: 80px 20px 60px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.extensions-hero .hero-content h1 {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.extensions-hero .hero-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Main Content */
.extensions-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

/* Extension Sections */
.extension-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Introduction Section */
.intro-section {
    border-left: 5px solid #6366f1;
}

.intro-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #333333;
    margin: 0;
    text-align: left;
}

/* Section Content */
.section-content h2 {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-content > p {
    text-align: left;
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.section-icon {
    font-size: 2.2rem;
}

/* Download Section */
.download-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
    border: 2px solid #6366f1;
}

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

.download-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.download-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.download-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #4285F4, #EA4335);
}

.firefox-card::before {
    background: linear-gradient(90deg, #FF4F00, #FF7139, #FFA060);
}

.browser-icon {
    margin: 0 auto 20px;
}

.download-card h3 {
    color: #1e293b;
    font-size: 1.6rem;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-align: center;
}

.download-card > p {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0 0 25px 0;
    line-height: 1.5;
    text-align: center;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    margin: 0 0 15px 0;
}

.chrome-btn {
    background: linear-gradient(135deg, #4285F4 0%, #357AE8 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}

.chrome-btn:hover {
    background: linear-gradient(135deg, #357AE8 0%, #2A63C8 100%);
    box-shadow: 0 6px 16px rgba(66, 133, 244, 0.4);
    transform: translateY(-2px);
}

.firefox-btn {
    background: linear-gradient(135deg, #FF7139 0%, #FF4F00 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(255, 79, 0, 0.3);
}

.firefox-btn:hover {
    background: linear-gradient(135deg, #FF4F00 0%, #E64500 100%);
    box-shadow: 0 6px 16px rgba(255, 79, 0, 0.4);
    transform: translateY(-2px);
}

.version-info {
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

/* Features Section */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.feature-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: #6366f1;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15);
    transform: translateY(-4px);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.feature-card h3 {
    color: #1e293b;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
}

.feature-card p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

/* Installation Guide */
.install-guide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.browser-guide {
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 50%, #f8fafc 100%);
    border: 2px solid #cbd5e1;
    border-radius: 12px;
    padding: 30px;
}

.browser-guide h3 {
    color: #1e293b;
    font-size: 1.4rem;
    margin: 0 0 20px 0;
    font-weight: 700;
    text-align: left;
}

.install-steps {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    margin: 0;
}

.install-steps li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
}

.install-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

/* Benefits Section */
.benefits-list {
    margin-top: 30px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-left: 4px solid #6366f1;
    border-radius: 8px;
}

.benefit-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.benefit-content h3 {
    color: #1e293b;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-align: left;
}

.benefit-content p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* Security Section */
.security-section {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
 

.security-section .section-content > p {
    text-align: left;
    margin-bottom: 15px;
}   border-left: 5px solid #10b981;
}

.security-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.security-list li {
    color: #064e3b;
    font-size: 1.05rem;
    line-height: 1.8;
    padding: 10px 0;
    padding-left: 10px;
    text-align: left;
}

.security-list strong {
    color: #065f46;
}

/* FAQ Section */
.faq-item {
    background: #f8fafc;
    border-left: 4px solid #8b5cf6;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
}

.faq-item h3 {
    color: #1e293b;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-align: left;
}

.faq-item p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    text-align: left;
}

/* Support Section */
.support-section {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #f59e0b;
    text-align: center;
}

.support-section .section-content > p {
    text-align: center;
    margin-bottom: 15px;
}

.support-options {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.support-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 25px 30px;
    background: #ffffff;
    border: 2px solid #fbbf24;
    border-radius: 12px;
    text-decoration: none;
    color: #92400e;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 140px;
}

.support-link:hover {
    background: #fffbeb;
    border-color: #f59e0b;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.2);
}

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

/* Logo Section */
.logo-section {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-section h1 {
    text-decoration: none;
}

/* Dark Mode Styles */
.dark-mode .extension-section {
    background: #1e1e1e;
}

.dark-mode .intro-section {
    border-left-color: #818cf8;
}

.dark-mode .intro-text {
    color: #e0e0e0;
}

.dark-mode .section-content h2 {
    color: #ffffff;
}

.dark-mode .download-section {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-color: #818cf8;
}

.dark-mode .download-card {
    background: #2a2a2a;
}

.dark-mode .download-card h3 {
    color: #ffffff;
}

.dark-mode .download-card > p {
    color: #9ca3af;
}

.dark-mode .feature-card {
    background: #2a2a2a;
    border-color: #404040;
}

.dark-mode .feature-card:hover {
    border-color: #818cf8;
}

.dark-mode .feature-card h3 {
    color: #ffffff;
}

.dark-mode .feature-card p {
    color: #9ca3af;
}

.dark-mode .browser-guide {
    background: #2a2a2a;
    border-color: #404040;
}

.dark-mode .browser-guide h3 {
    color: #ffffff;
}

.dark-mode .install-steps li {
    color: #d1d5db;
}

.dark-mode .benefit-item {
    background: #2a2a2a;
    border-left-color: #818cf8;
}

.dark-mode .benefit-content h3 {
    color: #ffffff;
}

.dark-mode .benefit-content p {
    color: #9ca3af;
}

.dark-mode .security-section {
    background: linear-gradient(135deg, #1a3a2a 0%, #234a35 100%);
    border-left-color: #34d399;
}

.dark-mode .security-list li {
    color: #d1fae5;
}

.dark-mode .security-list strong {
    color: #a7f3d0;
}

.dark-mode .faq-item {
    background: #2a2a2a;
    border-left-color: #a78bfa;
}

.dark-mode .faq-item h3 {
    color: #ffffff;
}

.dark-mode .faq-item p {
    color: #d1d5db;
}

.dark-mode .support-section {
    background: linear-gradient(135deg, #3a2f1a 0%, #4a3820 100%);
    border-color: #fbbf24;
}

.dark-mode .support-link {
    background: #2a2a2a;
    border-color: #f59e0b;
    color: #fbbf24;
}

.dark-mode .support-link:hover {
    background: #3a2f1a;
}

.dark-mode .extensions-hero {
    background: linear-gradient(135deg, #4c51bf 0%, #6b46c1 50%, #9333ea 100%);
}

/* Responsive Design */
@media (max-width: 768px) {
    .extensions-hero {
        padding: 60px 15px 40px;
    }

    .extensions-hero .hero-content h1 {
        font-size: 2.5rem;
    }

    .extensions-hero .hero-subtitle {
        font-size: 1.1rem;
    }

    .extensions-content {
        padding: 15px;
    }

    .extension-section {
        padding: 25px 20px;
    }

    .section-content h2 {
        font-size: 1.6rem;
    }

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

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

    .install-guide {
        grid-template-columns: 1fr;
    }

    .support-options {
        flex-direction: column;
        align-items: stretch;
    }

    .support-link {
        min-width: auto;
    }

    .benefit-item {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .extensions-hero .hero-content h1 {
        font-size: 2rem;
    }

    .extensions-hero .hero-subtitle {
        font-size: 1rem;
    }

    .extension-section {
        padding: 20px 15px;
    }

    .section-content h2 {
        font-size: 1.4rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .download-card {
        padding: 25px 20px;
    }

    .download-btn {
        padding: 12px 24px;
        font-size: 1rem;
    }
}
