/* 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: #333;
    overflow-x: hidden;
}

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

/* Navigation */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #8B5CF6;
}

.nav-brand i {
    font-size: 1.8rem;
}

.nav-logo {
    height: 40px;
    width: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

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

.nav-link:hover {
    color: #8B5CF6;
}

.btn-signup {
    background: #8B5CF6;
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.btn-signup:hover {
    background: #6D28D9;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 50%, #5B21B6 100%);
    min-height: auto;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    z-index: 2;
    position: relative;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.pricing-form {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}

.form-field {
    margin-bottom: 1.5rem;
}

.form-field label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
}

.form-field input[type="number"],
.form-field input[type="text"] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    font-size: 1rem;
}

.price-display {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-main);
}

.checkbox-field {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.checkbox-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.checkbox-field label {
    margin-bottom: 0;
    font-size: 0.9rem;
}



.btn-download {
    align-self: left;
    width: 100%;
    background: var(--color-main);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-download:hover {
    background: var(--color-main);
}

.btn-help {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: #6B7280;
    border: 1px solid rgba(229, 231, 235, 0.5);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    white-space: nowrap;
    min-width: auto;
    width: 60%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-help:hover {
    background: rgba(243, 244, 246, 0.95);
    border-color: #D1D5DB;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero-right {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-image {
    position: relative;
}

.woman-placeholder {
    width: 400px;
    height: 500px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.woman-placeholder i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.woman-placeholder p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.signal-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.signal-icon i {
    font-size: 1.5rem;
    color: var(--color-main);
}

/* Hero Decorations */
.hero-decorations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.decoration {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #FFA726, #FF7043);
    opacity: 0.8;
}

.decoration-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 15%;
    transform: rotate(45deg);
}

.decoration-2 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 10%;
    background: linear-gradient(45deg, #FFD54F, #FFA726);
}

.decoration-3 {
    width: 100px;
    height: 100px;
    top: 60%;
    right: 5%;
    background: linear-gradient(45deg, #FF8A65, #FF7043);
}

/* Advantage Section */
.advantage-section {
    padding: 6rem 0;
    background: #F9FAFB;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-header p {
    font-size: 1.2rem;
    color: #6B7280;
    line-height: 1.6;
}

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.advantage-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #FFD700, #FFC107);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.card-icon i {
    font-size: 1.8rem;
    color: #8B5CF6;
}

.advantage-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.advantage-card p {
    color: #6B7280;
    line-height: 1.6;
}

/* Brands Section */
.brands-section {
    padding: 4rem 0;
    background: white;
    text-align: center;
}

.brands-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #8B5CF6;
    margin-bottom: 1rem;
}

.brands-section p {
    font-size: 1.1rem;
    color: #6B7280;
    margin-bottom: 3rem;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    align-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    color: #6B7280;
    font-size: 1.5rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.brand-logo:hover {
    color: #8B5CF6;
}

.brand-logo i {
    font-size: 2rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 50%, #5B21B6 100%);
    padding: 4rem 0;
    text-align: center;
    color: white;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.btn-cta {
    background: var(--color-secondary);
    color: #8B5CF6;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-cta:hover {
    background: #FFC107;
    color: #6D28D9;
}

.testimonial-avatars {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testimonial-avatars .avatar-placeholder,
.avatar-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid white;
    background: linear-gradient(135deg, var(--color-main), #7C3AED);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Testimonials Section */
.testimonials-section {
    padding: 6rem 0;
    background: #F9FAFB;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 3rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;

}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-main), #7C3AED);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.testimonial-info h4 {
    font-weight: 600;
    color: #1F2937;
}

.testimonial-info span {
    color: #6B7280;
    font-size: 0.9rem;
}

.testimonial-card p {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.testimonial-rating {
    color: #FFA726;
}

.trustpilot-section {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
}

.trustpilot-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.trust-stars {
    color: #10B981;
}

/* Feature Blog Section */
.feature-blog-section {
    padding: 6rem 0;
    background: white;
}

.feature-blog-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 3rem;
}

.blog-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.blog-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, var(--color-main), #7C3AED);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.blog-placeholder i {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.blog-content {
    padding: 2rem;
}

.blog-meta {
    display: flex;
    gap: 1rem;
    color: #6B7280;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.blog-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.blog-content p {
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.read-more {
    color: var(--color-main);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.author-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-main), #7C3AED);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.75rem;
}

/* Footer */
.footer {
    background: #1F2937;
    color: white;
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
}

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

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-logo i {
    color: var(--color-main);
}

.footer-brand p {
    color: #D1D5DB;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #374151;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
}

.social-links a:hover {
    background: var(--color-main);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-column h4 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-column a {
    display: block;
    color: #D1D5DB;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: white;
}

.footer-column p {
    color: #D1D5DB;
    line-height: 1.6;
}

/* Enhanced Hero Form Card */
.hero-form-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2.5rem;
    max-width: 480px;
    margin-top: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8B5CF6 0%, #FFD700 50%, #8B5CF6 100%);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

.hero-form-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.2), 0 12px 35px rgba(0, 0, 0, 0.15);
}

.hero-form-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.hero-form-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.hero-form-header p {
    color: #6B7280;
    font-size: 0.95rem;
    margin: 0;
}

.hero-form-card .form-group {
    margin-bottom: 1.5rem;
}

.hero-form-card .form-group label {
    display: block;
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.number-input-container {
    display: flex;
    align-items: center;
    background: #F9FAFB;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.number-input-container:focus-within {
    border-color: #8B5CF6;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
}

.number-btn {
    background: none;
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B7280;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.number-btn:hover {
    background: #8B5CF6;
    color: white;
}

.number-input-container input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0.75rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1F2937;
    background: transparent;
}

.hero-cost-display {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F3F4F6 0%, #E5E7EB 100%);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.hero-cost-display::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
    animation: shine 3s ease-in-out infinite;
}

.cost-info {
    flex: 1;
}

.cost-label {
    display: block;
    font-size: 0.85rem;
    color: #6B7280;
    font-weight: 500;

}

.cost-breakdown {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    justify-content: center;
}

.cost-breakdown .price {
    font-size: 1.75rem;
    font-weight: 800;
    color: #8B5CF6;
}

.per-month {
    font-size: 0.9rem;
    color: #6B7280;
    font-weight: 500;
}

.savings-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--color-secondary);
    color: #8B5CF6;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    animation: pulse 2s infinite;
}

.savings-badge i {
    font-size: 0.8rem;
}

.custom-checkbox {
    position: relative;

}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: #374151;
    position: relative;
    padding-left: 2rem;
}

.custom-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #D1D5DB;
    border-radius: 4px;
    background: white;
    transition: all 0.3s ease;
}

.custom-checkbox input:checked+label::before {
    background: #8B5CF6;
    border-color: #8B5CF6;
}

.custom-checkbox label i {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 0.7rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-checkbox input:checked+label i {
    opacity: 1;
}

.form-actions {
    text-align: center;
}

.btn-continue {
    background: linear-gradient(135deg, #8B5CF6 0%, #8B5CF6 100%);
    border: none;
    border-radius: 12px;
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}


.btn-continue:hover {

  background: #6D28D9;
}


.btn-continue::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-continue:hover::before {
    left: 100%;
}

.btn-continue:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
}

.btn-continue i {
    transition: transform 0.3s ease;
}

.btn-continue:hover i {
    transform: translateX(3px);
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #6B7280;
    font-weight: 500;
}

.form-footer i {
    color: #10B981;
    font-size: 0.9rem;
}

/* Animations */
@keyframes shimmer {

    0%,
    100% {
        background-position: -200% center;
    }

    50% {
        background-position: 200% center;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .nav-menu {
        display: none;
    }

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

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

    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog-card {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

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

    .hero-form-card {
        margin-top: 1.5rem;
        padding: 2rem;
        max-width: 100%;
    }

    .hero-cost-display {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .savings-badge {
        align-self: center;
    }
}

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

    .pricing-form {
        margin: 0 auto;
    }

    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Summer Theme Purple & Gold Color Scheme */
.bg--purple-gradient {
    background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 50%, #5B21B6 100%);
}

.btn--gold-500 {
    background: #FFD700 !important;
    color: #8B5CF6 !important;
    border: 2px solid #FFD700 !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn--gold-500:hover {
    background: #FFC107 !important;
    color: #6D28D9 !important;
    border: 2px solid #FFC107 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}


/* Responsive adjustments for larger hero image */
@media (max-width: 1200px) {
    .hero-15-img .main-hero-image {}
}

@media (max-width: 992px) {
    .hero-15-img .main-hero-image {


        left: 50% !important;
    }
}

@media (max-width: 768px) {
    .hero-15-img .main-hero-image {
        width: 180% !important;
        max-width: 500px !important;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .hero-15-img .main-hero-image {
        width: 150% !important;
        max-width: 580px !important;
    }
}

/* WiFi Front Image - Appear in front of section below */
.hero-15-img .wifi-front-image {
    z-index: 100 !important;
    /* Much higher z-index to appear above features section */
    position: absolute;
    width: 100%;
    max-width: 491px;
    left: -12%;
    bottom: 0;
    transform: translateX(0);
}

/* Ensure hero section doesn't clip the wifi-front image */
#hero-15 {
    overflow: visible !important;
    position: relative;
    z-index: 10;
}

.hero-15-img {
    overflow: visible !important;
    position: relative;
}

/* Ensure features section has lower z-index */
#features,
.features-section {
    position: relative;
    z-index: 1;
}

/* Responsive adjustments for wifi-front image */
@media (max-width: 992px) {
    .hero-15-img .wifi-front-image {
        left: -8%;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .hero-15-img .wifi-front-image {
        left: -5%;
        bottom: 0;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .hero-15-img .wifi-front-image {
        left: -3%;
        bottom: 0;
        max-width: 300px;
    }
}

.payment-text ul {
    list-style-type: disc;
    padding-left: 20px;
}

.payment-text ul li {
    margin-bottom: 3px;
    margin-top: 5px;
}



.coverage-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.expand-btn {
    width: 32px;
    height: 32px;
    font-size: 18px;
    border-radius: 50%;
    line-height: 1;
    padding: 0;
}
