/* PriceCoach AI - Responsive CSS */

/* Large Screens (1200px+) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-section h1 {
        font-size: 3.58rem;
    padding-top: 250px;
}
    
    .hero-section p {
        font-size: 1.23rem;
    }
}

/* Medium Screens (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
    .hero-section h1 {
        font-size: 2.63rem;
    padding-top: 250px;
}
    
    .hero-section p {
        font-size: 1.25rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .pricing-card.featured {
        transform: scale(1.02);
    }
    
    .team-member img {
        width: 100px;
        height: 100px;
    }
}

/* Small Screens (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .hero-section {
        padding: 2rem 0;
        min-height: 80vh;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    padding-top: 250px;
}
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .navbar-brand {
        font-size: 1.31rem;
    }
    
    .feature-card {
        padding: 1.25rem;
        margin-bottom: 1.64rem;
    }
    
    .service-card {
        padding: 1.25rem;
        margin-bottom: 1.67rem;
    }
    
    .pricing-card {
        padding: 1.25rem;
        margin-bottom: 1.66rem;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .team-member img {
        width: 80px;
        height: 80px;
    }
    
    .process-step {
        margin-bottom: 1.63rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.34rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .gallery-item img {
        height: 200px;
    }
    
    section {
        padding: 3rem 0;
    }
}

/* Extra Small Screens (below 576px) */
@media (max-width: 575px) {
    .hero-section {
        padding: 1.5rem 0;
        min-height: 70vh;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 1.79rem;
        margin-bottom: 1rem;
    padding-top: 250px;
}
    
    .hero-section p {
        font-size: 1.05rem;
    }
    
    .navbar-brand {
        font-size: 1.13rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.5rem 0;
    }
    
    h2 {
        font-size: 1.59rem;
    }
    
    h3 {
        font-size: 1.30rem;
    }
    
    h4 {
        font-size: 1.19rem;
    }
    
    .feature-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .feature-card i {
        font-size: 2rem;
    }
    
    .service-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .service-card img {
        height: 150px;
    }
    
    .pricing-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .team-member {
        margin-bottom: 1.67rem;
    }
    
    .team-member img {
        width: 70px;
        height: 70px;
    }
    
    .review-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .case-study-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .process-step {
        margin-bottom: 1rem;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .timeline-item {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .career-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .info-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .contact-form {
        padding: 1rem;
    }
    
    .contact-form input,
    .contact-form textarea {
        padding: 0.75rem;
    }
    
    .contact-form button {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .contact-info {
        padding: 1rem;
        margin-top: 1rem;
    }
    
    .blog-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .accordion-button {
        padding: 1rem;
        font-size: 0.91rem;
    }
    
    .accordion-body {
        padding: 1rem;
    }
    
    .gallery-item {
        padding: 0.25rem;
    }
    
    .gallery-item img {
        height: 150px;
    }
    
    .footer {
        padding: 2rem 0 1rem;
    }
    
    .footer h5 {
        font-size: 1rem;
    }
    
    .footer p {
        font-size: 1.04rem;
    }
    
    section {
        padding: 2rem 0;
    }
    
    .page-section {
        padding: 2rem 0;
    }
}

/* Tablet Portrait */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .hero-section {
        min-height: 60vh;
    }
    
    .team-member img {
        width: 90px;
        height: 90px;
    }
    
    .gallery-item img {
        height: 180px;
    }
}

/* Tablet Landscape */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hero-section {
        min-height: 80vh;
    }
    
    .gallery-item img {
        height: 200px;
    }
}

/* High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-section::before {
        background-image: url('../NEW_images/hero-bg@2x.webp');
    }
}

/* Print Styles */
@media print {
    .navbar,
    .footer,
    .contact-form,
    .gallery-section {
        display: none;
    }
    
    .hero-section {
        background: none;
        color: black;
    }
    
    .hero-section h1,
    .hero-section p {
        color: black;
    }
    
    section {
        padding: 1rem 0;
    }
    
    .feature-card,
    .service-card,
    .pricing-card,
    .review-card,
    .case-study-card,
    .timeline-item,
    .career-card,
    .info-card,
    .blog-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #e3e3e3;
    }
}

/* Accessibility - Focus Styles */
@media (prefers-reduced-motion: no-preference) {
    .feature-card:focus,
    .service-card:focus,
    .pricing-card:focus,
    .review-card:focus,
    .case-study-card:focus,
    .timeline-item:focus,
    .career-card:focus,
    .info-card:focus,
    .blog-card:focus {
        outline: 2px solid var(--primary-color);
        outline-offset: 2px;
    }
}

/* Dark Mode Support (Optional) */

/* Container Adjustments */
@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1320px;
    }
}

/* Hover Effects on Touch Devices */
@media (hover: none) {
    .feature-card:hover,
    .service-card:hover,
    .pricing-card:hover,
    .case-study-card:hover,
    .timeline-item:hover,
    .career-card:hover,
    .info-card:hover,
    .blog-card:hover {
        transform: none;
        box-shadow: var(--shadow-md);
    }
}

/* Landscape Phone Adjustments */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-section {
        min-height: 50vh;
    }
    
    .hero-section h1 {
        font-size: 1.57rem;
    padding-top: 250px;
}
    
    section {
        padding: 1.5rem 0;
    }
} 