/* ============================================
   RECRUTIZ - Responsive Styles
   ============================================ */

/* Large Desktop */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/* Desktop */
@media (max-width: 1280px) {
  :root {
    --section-padding: 4rem;
  }
}

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

  .hero-visual {
    display: none;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

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

  .about-image {
    order: -1;
  }

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

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

  .faq-header {
    position: static;
  }

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

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

  .service-hero-content {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .service-hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .service-hero-buttons {
    justify-content: center;
  }

  .service-hero-image {
    max-width: 500px;
    margin: 0 auto;
  }
}

/* Tablet Portrait */
@media (max-width: 768px) {
  :root {
    --section-padding: 3rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .hero-buttons {
    justify-content: start;
  }

  .service-hero-content {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .service-hero h1 span {
    display: inline;
    color: var(--coral);
  }

  .service-hero-description {
    margin-left: 0;
    margin-right: auto;
  }

  .service-hero-buttons {
    justify-content: start;
  }

  .hero {
    min-height: auto;
    /* padding: 4rem 0 6rem; */
    padding: 7rem 0 2rem 0;
  }

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

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

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

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

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

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

  .service-tab-grid {
    grid-template-columns: 1fr;
  }

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

  .other-services-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 640px) {
  :root {
    --section-padding: 2.5rem;
  }

  .container {
    padding: 0 1rem;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }

  .btn--lg {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .top-bar {
    display: none;
  }

  .header-inner {
    height: 4rem;
  }

  .logo img {
    height: 5.5rem;
    margin-left: -1rem;
  }

  .hero-badge {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn {
    width: 100%;
  }

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

  .service-card {
    height: 350px;
  }

  .why-us-cards {
    grid-template-columns: 1fr;
  }

  .why-us-card:nth-child(2),
  .why-us-card:nth-child(4) {
    margin-top: 0;
  }

  .about-highlights {
    grid-template-columns: 1fr;
  }

  .about-floating-card {
    /* position: static; */
    margin-top: 1.5rem;
    right: 0rem;
  }

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

  .contact-features {
    grid-template-columns: 1fr;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

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

  .features-bar-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .stats-bar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .stats-bar-value {
    font-size: 2rem;
  }

  .service-tabs {
    flex-direction: column;
  }

  .service-tab {
    width: 100%;
    text-align: center;
  }

  .service-tab-content {
    padding: 1.5rem;
  }

  .service-cta-info,
  .service-cta-form {
    padding: 1.5rem;
  }

  .service-cta-features {
    grid-template-columns: 1fr;
  }

  .service-hero-floating {
    position: static;
    margin-top: 1.5rem;
    justify-content: center;
  }
}

/* Small Mobile */
@media (max-width: 468px) {
  .hero-title {
    font-size: 2rem;
  }

  .about-floating-icon {
    width: 3rem;
    height: 3rem;
    background: var(--coral);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1rem;
    font-weight: 800;
  }

  .about-floating-card-year {
    font-size: 1rem;

  }

  .about-floating-card-year+div {
    font-size: 1rem;

  }

  .about-floating-card {
    padding: 1rem;
  }

  .testimonial-paragraph {
    font-size: 24px !important;
  }
}

@media (max-width: 768px) {
  .about-floating-card {
    position: absolute;
    bottom: -2rem;
    right: 0rem;
  }
}

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

@media (min-width: 560px) and (max-width: 1024px) {
  .hero-text {
    text-align: left;
  }
}

@media (min-width: 1032px) and (max-width: 1205px) {
  .hero-title {
    font-size: 2.7rem;
  }
}

@media (max-width: 641px) {
  .about-image-overlay {

    background: none;

  }

}

@media (max-width: 900px) {
  main .slider .slide .testimonial {
    padding: 0 !important;
  }

  .testimonial {
    min-height: unset !important;

  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .hero-stat-value {
    font-size: 1.5rem;
  }
}

/* Print Styles */
@media print {

  .header,
  .footer,
  .scroll-top,
  .btn {
    display: none;
  }

  body {
    background: white;
    color: black;
  }

  .section {
    padding: 2rem 0;
  }
}

/* Hero section structure is now consistent across all screen sizes */
/* Styles are defined in components.css and apply to all screen sizes */