/* ===== SPEEDTEST PAGE STYLES ===== */
.speedtest-page {
    background: linear-gradient(135deg, #0a1628 0%, #1a2d4a 50%, #0d1f3c 100%);
    min-height: 100vh;
    padding-top: 0;
}

/* Hero Section */
.speedtest-hero {
    text-align: center;
    padding: 40px 20px 20px;
    color: #fff;
}

.speedtest-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #00d4ff, #00ff88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.speedtest-hero .subtitle {
    font-size: 1.4rem;
    color: #8ba3c7;
    margin-bottom: 20px;
}

.speedtest-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    padding: 8px 16px;
    border-radius: 50px;
    color: #00d4ff;
    font-size: 1.15rem;
    margin-bottom: 20px;
}

/* SpeedTest Container */
.speedtest-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.speedtest-frame-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.speedtest-frame {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 15px;
    background: #1a1a2e;
}

/* Results Info */
.speedtest-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding: 0 20px;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
}

.info-card .icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.info-card h3 {
    color: #00d4ff;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.info-card p {
    color: #8ba3c7;
    font-size: 1.15rem;
    margin: 0;
}

/* CTA Section */
.speedtest-cta {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto;
    max-width: 900px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.3);
}

.speedtest-cta h2 {
    color: #fff;
    font-size: 2.1rem;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.speedtest-cta p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.speedtest-cta .price {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin: 15px 0;
}

.speedtest-cta .price span {
    font-size: 1.4rem;
    font-weight: 400;
}

.cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b35 0%, #e65100 100%);
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    cursor: pointer;
}

.cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
}

/* SEO Content Section */
.seo-section {
    /* SEO Content - світлий фон */
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 60px 20px;
}

.seo-container {
    max-width: 1000px;
    margin: 0 auto;
}

.seo-section h2 {
    font-size: 2.1rem;
    color: #1a2d4a;
    margin-bottom: 20px;
    font-weight: 700;
}

.seo-section h3 {
    font-size: 1.6rem;
    color: #1a2d4a;
    margin: 30px 0 15px;
    font-weight: 600;
}

.seo-section p {
    font-size: 1.25rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 15px;
}

.seo-section ul {
    margin: 20px 0;
    padding-left: 25px;
}

.seo-section li {
    font-size: 1.25rem;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #4a5568;
}

/* Speed Table */
.speed-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #f8fafc;
    border-radius: 10px;
    overflow: hidden;
}

.speed-table th {
    background: #1a2d4a;
    color: #fff;
    padding: 15px 18px;
    text-align: left;
    font-size: 1.15rem;
    font-weight: 600;
}

.speed-table tbody td {
    color: #1a2d4a !important;
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.speed-table tr:last-child td {
    border-bottom: none;
}

.speed-table tr:hover {
    color: #1a2d4a !important;
    background: #edf2f7;
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 60px 20px;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.faq-question {
    padding: 22px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.4rem;
    color: #1a2d4a !important;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
}

.faq-question:hover {
    background: #f8fafc;
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: #00d4ff;
    transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}

.faq-item.active .faq-answer {
    padding: 0 25px 20px;
    max-height: 500px;
}

.faq-answer p {
    color: #4a5568;
    line-height: 1.8;
    margin: 0;
    font-size: 1.25rem;
}


/* FAQ Section Title */
.faq-section h2 {
    font-size: 2.1rem;
    color: #1a2d4a;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
}

/* FAQ hover effects */
.faq-item {
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}
/* Coverage Section */
.coverage-section {
    background: linear-gradient(135deg, #1a2d4a 0%, #0d1f3c 100%);
    padding: 60px 20px;
    color: #fff;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    max-width: 1000px;
    margin: 30px auto 0;
}

.coverage-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Mobile */
@media (max-width: 768px) {
    .speedtest-hero h1 {
        font-size: 2.4rem;
    }
    
    .speedtest-frame {
        height: 500px;
    }
    
    .speedtest-info {
        grid-template-columns: 1fr;
    }
    
    .speedtest-cta {
        padding: 30px 20px;
    }
    
    .speedtest-cta .price {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin: 15px 0;
}
    
    .speed-table {
        font-size: 1.15rem;
    }
    
    .speed-table th, .speed-table tbody td {
    color: #1a2d4a !important;
        padding: 10px;
    }
}

/* Highlight Box - SpeedTest results */
.highlight-box {
    color: #1a2d4a;
    background: #ffffff;
    border: 3px solid #00d4ff;
    border-radius: 16px;
    padding: 35px 40px;
    margin: 40px 0;
    font-size: 1.5rem;
    line-height: 2.2;
    box-shadow: 0 8px 30px rgba(0, 212, 255, 0.15);
    text-align: center;
}

.highlight-box strong {
    color: #1a2d4a;
    
    font-size: 1.5rem;
}

/* Big CTA Box */
.big-cta-box {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin: 30px 0;
    color: #fff;
}

.big-cta-box p {
    color: #fff !important;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.big-cta-box .cta-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #e65100 100%);
    color: #fff;
}

/* Lead text */
.seo-section .lead {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
}

/* Coverage note */
.coverage-note {
    font-size: 1.15rem;
    color: #666;
    background: #f5f5f5;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 30px;
}

/* Modern Footer - Trendy Slate Blue 2024-2025 */
footer[role='contentinfo'],
footer[role='contentinfo'] .footer,
.footer {
    background: linear-gradient(180deg, #0F172A 0%, #1E293B 50%, #0F172A 100%) !important;
    border-top: 1px solid rgba(100, 116, 139, 0.2) !important;
    position: relative;
}

footer[role='contentinfo']::before,
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #00d4ff 50%, transparent 100%);
    z-index: 10;
}

.footer__inner {
    border-bottom-color: rgba(100, 116, 139, 0.3) !important;
}

.footer__title {
    color: #e2e8f0 !important;
}

.footer__list-item,
.footer__list-item a {
    color: #94a3b8 !important;
    transition: color 0.3s ease;
}

.footer__list-item:hover,
.footer__list-item a:hover {
    color: #00d4ff !important;
}

.footer-link {
    border-top-color: rgba(100, 116, 139, 0.3) !important;
}

.footer-link__social-item {
    background-color: rgba(51, 65, 85, 0.8) !important;
    transition: all 0.3s ease;
}

.footer-link__social-item:hover {
    background-color: #00d4ff !important;
    transform: translateY(-3px);
}
}
