/*
 * Influencer Radar - Responsive Stylesheet
 * For Coming Soon Landing Page
 */

/* Large Devices (Desktops) */
@media (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: 3rem;
    }
    
    .hero-content h2 {
        font-size: 1.75rem;
    }
    
    .section-header h2 {
        font-size: 2.25rem;
    }
    
    .beta-content h2 {
        font-size: 2.25rem;
    }
    
    .contact-section h2 {
        font-size: 2.25rem;
    }
    
    .timeline {
        max-width: 700px;
    }
}

/* Medium Devices (Tablets) */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 150px 0 80px;
    }
    
    .hero-content {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .hero-content h1 {
        font-size: 2.75rem;
    }
    
    .hero-content h2 {
        font-size: 1.5rem;
    }
    
    /* Ensure navbar button is visible on mobile */
    .navbar-nav .nav-link.btn-nav {
        display: inline-block;
        margin-top: 10px;
        margin-left: 0;
        color: white !important;
    }
    
    .navbar.scrolled .navbar-nav .nav-link.btn-nav {
        color: white !important;
    }
    
    .cta-wrapper .input-group {
        max-width: 100%;
    }
    
    .beta-content {
        text-align: center;
        margin-top: 40px;
    }
    
    .beta-benefits {
        display: inline-block;
        text-align: left;
    }
    
    .beta-content h2 {
        font-size: 2rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .contact-section h2 {
        font-size: 2rem;
    }
    
    .timeline-item {
        width: 32%;
    }
    
    .timeline-content {
        padding: 20px 15px;
    }
    
    .timeline-content h3 {
        font-size: 1.1rem;
    }
    
    .contact-methods {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .contact-method {
        width: 100%;
        max-width: 300px;
    }
    
    .audience-card, .edge-card {
        margin-bottom: 30px;
    }
    
    .audience-section .col-lg-3, .edge-section .col-lg-3 {
        margin-bottom: 20px;
    }
}

/* Small Devices (Landscape Phones) */
@media (max-width: 767.98px) {
    section {
        padding: 70px 0;
    }
    
    .hero-section {
        padding: 130px 0 70px;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content h2 {
        font-size: 1.35rem;
    }
    
    .hero-content p.lead {
        font-size: 1.1rem;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .section-header p {
        font-size: 1rem;
    }
    
    .feature-card {
        padding: 30px 20px;
    }
    
    .feature-icon i {
        font-size: 2rem;
    }
    
    .feature-card h3 {
        font-size: 1.35rem;
    }
    
    .beta-content h2 {
        font-size: 1.75rem;
    }
    
    .beta-content p {
        font-size: 1rem;
    }
    
    .beta-benefits li {
        font-size: 1rem;
    }
    
    .timeline {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    
    .timeline::before {
        width: 4px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .timeline-item {
        width: 100%;
        max-width: 300px;
    }
    
    .timeline-item::before {
        left: 50%;
        top: -30px;
    }
    
    .timeline-content {
        margin-top: 0;
    }
    
    .contact-section h2 {
        font-size: 1.75rem;
    }
    
    .contact-section p {
        font-size: 1rem;
    }
    
    .audience-card, .edge-card {
        padding: 25px 15px;
    }
    
    .audience-icon, .edge-icon {
        width: 70px;
        height: 70px;
    }
    
    .audience-icon i, .edge-icon i {
        font-size: 1.75rem;
    }
    
    .audience-card h3, .edge-card h3 {
        font-size: 1.2rem;
    }
}

/* Extra Small Devices (Portrait Phones) */
@media (max-width: 575.98px) {
    .hero-section {
        padding: 120px 0 60px;
    }
    
    .hero-content h1 {
        font-size: 2.25rem;
    }
    
    .hero-content h2 {
        font-size: 1.25rem;
    }
    
    .hero-content p.lead {
        font-size: 1rem;
    }
    
    .beta-badge {
        font-size: 0.75rem;
        padding: 5px 10px;
    }
    
    .cta-wrapper .input-group {
        flex-direction: column;
    }
    
    .cta-wrapper .form-control {
        border-radius: 8px;
        margin-bottom: 10px;
    }
    
    .cta-wrapper .btn {
        border-radius: 8px;
        width: 100%;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .section-header p {
        font-size: 0.9rem;
    }
    
    .feature-card {
        padding: 25px 15px;
    }
    
    .feature-card h3 {
        font-size: 1.25rem;
    }
    
    .beta-content h2 {
        font-size: 1.5rem;
    }
    
    .beta-content p {
        font-size: 0.9rem;
    }
    
    .beta-benefits li {
        font-size: 0.9rem;
    }
    
    .timeline-content h3 {
        font-size: 1.1rem;
    }
    
    .timeline-content p {
        font-size: 0.8rem;
    }
    
    .contact-section h2 {
        font-size: 1.5rem;
    }
    
    .contact-section p {
        font-size: 0.9rem;
    }
    
    .contact-method h4 {
        font-size: 1.1rem;
    }
    
    .contact-method p {
        font-size: 0.9rem;
    }
    
    .footer {
        padding: 60px 0 30px;
        text-align: center;
    }
    
    .footer-description {
        margin: 0 auto 30px;
    }
    
    .footer h4 {
        margin-top: 30px;
    }
    
    .social-links {
        justify-content: center;
        margin-top: 20px;
    }
    
    .audience-card, .edge-card {
        padding: 20px 15px;
    }
    
    .audience-icon, .edge-icon {
        width: 60px;
        height: 60px;
    }
    
    .audience-icon i, .edge-icon i {
        font-size: 1.5rem;
    }
    
    .audience-card h3, .edge-card h3 {
        font-size: 1.1rem;
    }
    
    .audience-card p, .edge-card p {
        font-size: 0.9rem;
    }
    
    .modal-body {
        padding: 20px 15px;
    }
    
    .modal-title {
        font-size: 1.25rem;
    }
}
