/* ============================================
   BookFlow Aesthetic - Responsive Stylesheet
   Mobile-First Adjustments
   ============================================ */

/* ===== Large Tablets & Small Desktops ===== */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 2.8rem;
    }
    
    .section-title,
    .section-title-dark,
    .section-title-light {
        font-size: 2.1rem;
    }
    
    .hero-visual {
        height: 450px;
    }
}

/* ===== Tablets ===== */
@media (max-width: 991px) {
    section {
        padding: 70px 0;
    }
    
    .hero-section {
        padding: 60px 0 50px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.4rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .hero-cta-group {
        justify-content: center;
    }
    
    .hero-visual {
        margin-top: 50px;
        height: 420px;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-8px);
    }
    
    .strategy-flow {
        flex-direction: column;
    }
    
    .flow-arrow {
        transform: rotate(-90deg);
    }
    
    .strategy-insight {
        flex-direction: column;
        text-align: center;
    }
    
    .countdown-timer {
        gap: 10px;
    }
    
    .time-block {
        min-width: 75px;
        padding: 16px 18px;
    }
    
    .time-block span {
        font-size: 2rem;
    }
    
    .navbar-collapse {
        padding-top: 16px;
    }
    
    .btn-cta-nav {
        margin-top: 12px;
        display: inline-block;
    }
}

/* ===== Mobile Devices ===== */
@media (max-width: 767px) {
    section {
        padding: 60px 0;
    }
    
    .top-bar {
        font-size: 0.78rem;
        text-align: center;
    }
    
    .top-bar .d-flex {
        justify-content: center !important;
        gap: 8px;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-badge {
        font-size: 0.8rem;
        padding: 6px 14px;
    }
    
    .hero-stats {
        gap: 14px;
        padding: 18px;
    }
    
    .hero-stat {
        min-width: 100px;
    }
    
    .hero-stat .stat-number {
        font-size: 2rem;
    }
    
    .hero-stat .stat-suffix {
        font-size: 1.1rem;
    }
    
    .hero-stat .stat-label {
        font-size: 0.78rem;
    }
    
    .btn-primary-cta {
        padding: 14px 24px;
        font-size: 0.98rem;
        width: 100%;
    }
    
    .btn-outline-cta {
        width: 100%;
        padding: 12px 20px;
    }
    
    .hero-visual {
        height: 380px;
    }
    
    .floating-card {
        padding: 14px;
    }
    
    .card-whatsapp {
        width: 240px;
        right: 10px;
        top: 10px;
    }
    
    .card-stats {
        width: 200px;
        bottom: 60px;
    }
    
    .card-noshow {
        width: 190px;
        right: 30px;
    }
    
    .section-title,
    .section-title-dark,
    .section-title-light {
        font-size: 1.7rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .targeting-card,
    .problem-card,
    .testimonial-card,
    .solution-step,
    .trust-card,
    .guarantee-card,
    .bonus-card {
        padding: 24px 18px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .benefit-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .offer-item {
        flex-direction: column;
        text-align: center;
    }
    
    .offer-num {
        margin: 0 auto;
    }
    
    .offer-total {
        padding: 22px;
    }
    
    .total-line.highlight {
        margin: 12px -22px -22px;
        padding: 18px 22px;
    }
    
    .big-price {
        font-size: 1.6rem;
    }
    
    .line-through {
        font-size: 1.2rem;
    }
    
    .total-line {
        font-size: 0.95rem;
        flex-direction: column;
        gap: 4px;
    }
    
    .discount-banner {
        padding: 36px 24px;
    }
    
    .discount-banner h2 {
        font-size: 1.6rem;
    }
    
    .discount-prices {
        flex-direction: column;
        gap: 16px;
    }
    
    .discount-prices .arrow {
        transform: rotate(-90deg);
    }
    
    .new-price strong {
        font-size: 2.4rem;
    }
    
    .btn-discount-cta {
        padding: 16px 28px;
        font-size: 1rem;
        width: 100%;
    }
    
    .countdown-timer {
        gap: 8px;
    }
    
    .time-block {
        min-width: 68px;
        padding: 14px 12px;
    }
    
    .time-block span {
        font-size: 1.6rem;
    }
    
    .time-block small {
        font-size: 0.7rem;
    }
    
    .final-cta-card h2 {
        font-size: 1.8rem;
    }
    
    .btn-final-cta {
        padding: 16px 28px;
        font-size: 1.05rem;
        width: 100%;
    }
    
    .floating-cta {
        bottom: 16px;
        left: 16px;
        padding: 12px 18px;
        font-size: 0.9rem;
    }
    
    .floating-cta span {
        display: none;
    }
    
    .big-num {
        font-size: 3.5rem;
    }
    
    .story-mini-grid {
        grid-template-columns: 1fr;
    }
    
    .logos-list {
        gap: 12px;
    }
    
    .logo-item {
        font-size: 0.85rem;
        padding: 6px 12px;
    }
    
    .pricing-card {
        padding: 28px 22px;
    }
    
    .price-num {
        font-size: 2.2rem;
    }
}

/* ===== Small Mobiles ===== */
@media (max-width: 480px) {
    .hero-title {
        font-size: 1.7rem;
    }
    
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .brand-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 16px;
    }
    
    .section-title,
    .section-title-dark,
    .section-title-light {
        font-size: 1.5rem;
    }
    
    .hero-visual {
        height: 360px;
        transform: scale(0.9);
    }
}
