/* NOW Internet Page Styles */

/* NOW Badge */
.now-badge {
    background: linear-gradient(135deg, #6B4CE6 0%, #8B5CF6 100%);
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Hero Section */
.now-internet-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.now-internet-hero h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 30px;
    max-width: 900px;
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 auto 30px;
    max-width: 900px;
}

.hero-note {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto 20px;
    max-width: 800px;
    opacity: 0.95;
}

.link-underline {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    transition: opacity 0.3s ease;
    display: inline-block;
}

.link-underline:hover {
    opacity: 0.8;
}

/* Features Section */
.now-features-section {
    background: #fff;
    padding: 80px 20px;
}

.now-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.now-feature-card {
    text-align: center;
    padding: 30px 20px;
}

.now-feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
}

.now-feature-icon img {
    width: 100%;
    height: 100%;
}

.now-feature-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #000;
    line-height: 1.3;
}

.now-feature-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* Comparison Table Section */
.comparison-section {
    background: #f8f8f8;
    padding: 80px 20px;
}

.comparison-section h2 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}

.comparison-table-wrapper {
    max-width: 900px;
    margin: 0 auto;
    overflow-x: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table thead {
    background: #f8f8f8;
}

.comparison-table th {
    padding: 24px 20px;
    text-align: center;
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid #e0e0e0;
}

.comparison-table th.feature-column {
    text-align: left;
    font-size: 16px;
}

.comparison-table th.now-column,
.comparison-table th.fiveg-column {
    width: 150px;
}

.now-logo,
.fiveg-logo {
    max-width: 120px;
    height: auto;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-table td {
    padding: 20px;
    text-align: center;
}

.comparison-table td.feature-text {
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.check-cell {
    text-align: center;
}

.check-icon,
.close-icon {
    width: 24px;
    height: 24px;
}

/* Get More with NOW Section */
.get-more-now-section {
    background: #fff;
    padding: 80px 20px;
}

.get-more-now-section h2 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}

.more-now-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.more-now-card {
    background: #f8f8f8;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.more-now-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.more-now-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #e0e0e0;
}

.more-now-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-now-content {
    padding: 40px 30px;
}

.service-category {
    font-size: 14px;
    font-weight: 700;
    color: #6B4CE6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 16px;
}

.more-now-content h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #000;
    line-height: 1.2;
}

.more-now-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #333;
    line-height: 1.5;
}

/* FAQ Header Section */
.faq-header-section {
    background: #f8f8f8;
    padding: 60px 20px;
    text-align: center;
}

.faq-header-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

/* Disclaimers Section */
.disclaimers-section {
    background: #fff;
    padding: 60px 20px;
}

.disclaimer-box {
    max-width: 1200px;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 40px;
    border-radius: 12px;
}

.disclaimer-box p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 0 0 20px;
}

.disclaimer-box p:last-child {
    margin-bottom: 0;
}

.disclaimer-box a {
    color: #6B4CE6;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.disclaimer-box a:hover {
    color: #5a3cc5;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.btn-secondary {
    background: #fff;
    color: #6B4CE6;
    border: 2px solid #6B4CE6;
}

.btn-secondary:hover {
    background: #6B4CE6;
    color: #fff;
    transform: translateY(-2px);
}

/* Fade-in Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 968px) {
    .now-internet-hero h1 {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .comparison-section h2,
    .get-more-now-section h2,
    .faq-header-section h2 {
        font-size: 36px;
    }

    .more-now-content h3 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .now-internet-hero {
        padding: 60px 20px;
    }

    .now-internet-hero h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-note {
        font-size: 16px;
    }

    .now-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .comparison-section h2,
    .get-more-now-section h2,
    .faq-header-section h2 {
        font-size: 32px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 16px 12px;
    }

    .comparison-table th.feature-column,
    .comparison-table td.feature-text {
        font-size: 14px;
    }

    .now-logo,
    .fiveg-logo {
        max-width: 100px;
    }

    .more-now-grid {
        grid-template-columns: 1fr;
    }

    .more-now-content h3 {
        font-size: 26px;
    }

    .more-now-content h4 {
        font-size: 18px;
    }

    .disclaimer-box {
        padding: 30px 25px;
    }

    .now-features-section,
    .comparison-section,
    .get-more-now-section,
    .faq-header-section,
    .disclaimers-section {
        padding: 60px 20px;
    }
}

@media (max-width: 480px) {
    .now-internet-hero h1 {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .now-features-grid {
        grid-template-columns: 1fr;
    }

    .comparison-section h2,
    .get-more-now-section h2,
    .faq-header-section h2 {
        font-size: 28px;
    }

    .comparison-table-wrapper {
        border-radius: 12px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 8px;
    }

    .comparison-table th.feature-column,
    .comparison-table td.feature-text {
        font-size: 13px;
    }

    .now-logo,
    .fiveg-logo {
        max-width: 80px;
    }

    .check-icon,
    .close-icon {
        width: 20px;
        height: 20px;
    }

    .more-now-content {
        padding: 30px 20px;
    }

    .more-now-content h3 {
        font-size: 24px;
    }

    .more-now-content h4 {
        font-size: 16px;
    }

    .disclaimer-box {
        padding: 25px 20px;
    }

    .disclaimer-box p {
        font-size: 13px;
    }
}