/* Responsive Styles for AI-Curated Influencer Campaign Tool */

/* Large screens and up (1200px+) */
@media (min-width: 1200px) {
  .hero-section {
    padding: 6rem 0;
  }
  
  .section-title {
    font-size: 2.56rem;
  }
}

/* Medium screens (768px - 1199px) */
@media (max-width: 1199.98px) {
  .hero-section {
    min-height: 80vh;
    padding: 4rem 0;
  }
  
  .hero-section::before,
  .hero-section::after {
    width: 250px;
    height: 250px;
  }
  
  .price-card.featured {
    transform: none;
    margin-top: 0;
  }
  
  .contact-form {
    padding: 2rem;
  }
}

/* Small screens (576px - 767px) */
@media (max-width: 767.98px) {
  .hero-section {
    min-height: 70vh;
    padding: 3rem 0;
    text-align: center;
  }
  
  .hero-section::before,
  .hero-section::after {
    width: 150px;
    height: 150px;
  }
  
  .section-title {
    font-size: 1.78rem;
    margin-bottom: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.31rem;
    margin-bottom: 1.63rem;
  }
  
  .section-desc {
    margin-bottom: 2rem;
  }
  
  section {
    padding: 3rem 0;
  }
  
  .navbar-brand {
    font-size: 1.23rem !important;
  }
  
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 10px;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.1);
  }
  
  .service-card,
  .feature-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .process-card,
  .timeline-card,
  .career-card,
  .core-card,
  .blog-card,
  .faq-card {
    margin-bottom: 1.68rem;
  }
  
  .service-card .card-body,
  .feature-card .card-body,
  .price-card .card-body {
    padding: 1.5rem;
  }
  
  .contact-form {
    padding: 1.5rem;
    margin: 1rem 0;
  }
  
  .team-photo {
    height: 200px;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer .row > div {
    margin-bottom: 2rem;
  }
  
  .btn-primary {
    padding: 0.6rem 1.5rem;
    font-size: 0.99rem;
  }
  
  .breadcrumb-image {
    max-width: 150px;
  }
}

/* Extra small screens (less than 576px) */
@media (max-width: 575.98px) {
  .hero-section {
    min-height: 60vh;
    padding: 2rem 0;
  }
  
  .hero-section::before,
  .hero-section::after {
    width: 100px;
    height: 100px;
  }
  
  .section-title {
    font-size: 1.58rem;
    margin-bottom: 1.70rem;
  }
  
  .section-subtitle {
    font-size: 1.16rem;
    margin-bottom: 1rem;
  }
  
  section {
    padding: 2rem 0;
  }
  
  .navbar-brand {
    font-size: 1rem !important;
  }
  
  h1 {
    font-size: 1.81rem;
  }
  
  h2 {
    font-size: 1.37rem;
  }
  
  h3 {
    font-size: 1.18rem;
  }
  
  .service-card .card-body,
  .feature-card .card-body,
  .price-card .card-body {
    padding: 1.25rem;
  }
  
  .contact-form {
    padding: 1.25rem;
    border-radius: 15px;
  }
  
  .team-photo {
    height: 180px;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  .service-price {
    font-size: 1.32rem;
  }
  
  .form-control {
    padding: 0.6rem 0.8rem;
    font-size: 0.93rem;
  }
  
  .btn-primary {
    padding: 0.5rem 1.25rem;
    font-size: 0.88rem;
  }
  
  .breadcrumb-image {
    max-width: 120px;
  }
}

/* Landscape orientation on mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-section {
    min-height: 100vh;
    padding: 1rem 0;
  }
  
  .hero-section::before,
  .hero-section::after {
    display: none;
  }
  
  section {
    padding: 1.5rem 0;
  }
}

/* High DPI / Retina displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gallery-item img,
  .team-photo {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Print styles */
@media print {
  .navbar,
  .footer,
  .breadcrumb-container {
    display: none;
  }
  
  .hero-section {
    min-height: auto;
    background: white;
    color: black;
  }
  
  .hero-section::before,
  .hero-section::after {
    display: none;
  }
  
  section {
    padding: 1rem 0;
    break-inside: avoid;
  }
  
  .service-card,
  .feature-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .process-card,
  .timeline-card,
  .career-card,
  .core-card,
  .blog-card,
  .faq-card {
    box-shadow: none;
    border: 1px solid #e2e2e2;
    break-inside: avoid;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  .service-card:hover,
  .feature-card:hover,
  .price-card:hover,
  .team-card:hover,
  .case-card:hover,
  .process-card:hover,
  .blog-card:hover {
    transform: none;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  }
  
  .gallery-item:hover img {
    transform: none;
  }
  
  .btn-primary:hover {
    transform: none;
  }
} 

.hero-content {
    padding-top: 225px;
}