@media (max-width: 1180px) {
  .main-nav {
    gap: 20px;
  }

  .nav-link {
    font-size: 13px;
  }

  .hero-container {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-bottom: 20px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-truck {
    right: 50%;
    transform: translateX(50%);
    width: min(820px, 100%);
  }

  .card-dms,
  .card-adas,
  .card-bsd,
  .card-counter,
  .card-avm {
    right: 20px;
  }
}

@media (max-width: 980px) {
  .main-nav {
    position: fixed;
    top: 78px;
    left: 24px;
    right: 24px;
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-medium);
    backdrop-filter: blur(18px);
    display: grid;
    gap: 6px;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
  }

  .site-header.menu-open .main-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-link,
  .site-header.scrolled .nav-link {
    padding: 14px 0;
  }

  .nav-link::after {
    bottom: 8px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .language-btn {
    display: none;
  }

  .btn-header {
    display: none;
  }

  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero-section {
    min-height: auto;
  }

  .hero-container {
    min-height: auto;
  }

  .hero-content {
    padding-top: 70px;
  }

  .hero-title {
    font-size: clamp(42px, 10vw, 68px);
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-card {
    min-width: 210px;
    padding: 14px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .site-header {
    height: 70px;
  }

  .logo-img {
    height: 32px;
  }

  .main-nav {
    top: 70px;
    left: 16px;
    right: 16px;
  }

  .hero-section {
    padding-top: 70px;
  }

  .hero-section::before {
    inset: 70px 0 0 0;
  }

  .hero-content {
    padding-top: 52px;
  }

  .hero-title {
    letter-spacing: -0.045em;
  }

  .hero-description {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .hero-features {
    gap: 14px;
    margin-top: 34px;
  }

  .hero-feature {
    width: calc(50% - 7px);
    font-size: 12px;
  }

  .hero-visual {
    min-height: 470px;
    margin-top: 10px;
  }

  .hero-truck {
    width: 680px;
    max-width: none;
    right: 47%;
    bottom: 56px;
  }

  .truck-glow {
    width: 460px;
    right: 0;
  }

  .hero-card {
    min-width: 170px;
    max-width: 175px;
    padding: 11px;
    gap: 8px;
  }

  .hero-card strong {
    font-size: 12px;
  }

  .hero-card p {
    font-size: 10px;
  }

  .hero-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    font-size: 11px;
  }

  .hotspot {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .card-dms {
    top: 20px;
    right: 0;
  }

  .card-adas {
    top: 100px;
    right: 0;
  }

  .card-bsd {
    top: 180px;
    right: 0;
  }

  .card-counter {
    top: 260px;
    right: 0;
  }

  .card-avm {
    bottom: 38px;
    right: 0;
  }

  .point-dms,
.point-adas,
.point-bsd,
.point-counter,
.point-avm {
  right: auto;
  bottom: auto;
}

.point-dms {
  top: 92px;
  left: 78px;
}

.point-adas {
  top: 166px;
  left: 48px;
}

.point-bsd {
  top: 244px;
  left: 42px;
}

.point-counter {
  top: 322px;
  left: 62px;
}

.point-avm {
  top: 398px;
  left: 112px;
}
  .tech-line {
    display: none;
  }
}

@media (max-width: 460px) {
  .hero-title {
    font-size: 40px;
  }

  .hero-feature {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-truck {
    width: 600px;
    right: 43%;
  }

  .hero-card {
    transform: scale(0.9);
    transform-origin: right center;
  }
}

/* =========================
   RESPONSIVE MÓDULO 2
========================= */

@media (max-width: 1180px) {
  .solutions-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .solution-card,
  .solution-card-large,
  .solution-card-wide {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .solutions-section {
    padding: 78px 0;
  }

  .solutions-container {
    width: min(100% - 28px, 1180px);
  }

  .solutions-header {
    margin-bottom: 36px;
  }

  .solutions-header h2 {
    font-size: 2.1rem;
  }

  .solutions-header p {
    font-size: 0.96rem;
  }

  .solutions-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
  }

  .solutions-grid::-webkit-scrollbar {
    height: 6px;
  }

  .solutions-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(28, 118, 210, 0.35);
  }

  .solution-card,
  .solution-card-large,
  .solution-card-wide {
    flex: 0 0 78%;
    min-height: 420px;
    scroll-snap-align: start;
  }

  .solution-image,
  .solution-card-large .solution-image,
  .solution-card-wide .solution-image {
    height: 210px;
  }
}

@media (max-width: 480px) {
  .solutions-section {
    padding: 68px 0;
  }

  .solutions-header h2 {
    font-size: 1.85rem;
  }

  .section-eyebrow {
    font-size: 0.72rem;
  }

  .solution-card,
  .solution-card-large,
  .solution-card-wide {
    flex: 0 0 86%;
    min-height: 400px;
    border-radius: 22px;
  }

  .solution-image,
  .solution-card-large .solution-image,
  .solution-card-wide .solution-image {
    height: 190px;
  }

  .solution-content {
    padding: 20px;
  }

  .solution-content h3 {
    font-size: 1.35rem;
  }

  .solution-content p {
    font-size: 0.9rem;
  }
}

/* =========================
   RESPONSIVE MÓDULO 3
========================= */

@media (max-width: 768px) {
  .products-section {
    padding: 78px 0 88px;
  }

  .products-container {
    width: min(100% - 28px, 1180px);
  }

  .products-header {
    margin-bottom: 28px;
  }

  .products-header h2 {
    font-size: 2.05rem;
  }

  .products-header p {
    font-size: 0.96rem;
  }

  .products-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }

  .product-tab {
    flex: 0 0 auto;
  }

  .product-card {
    flex: 0 0 78%;
    min-height: 370px;
  }
}

@media (max-width: 480px) {
  .products-section {
    padding: 68px 0 78px;
  }

  .products-header h2 {
    font-size: 1.8rem;
  }

  .product-card {
    flex: 0 0 84%;
    border-radius: 24px;
  }

  .product-media {
    height: 180px;
    margin: 16px 16px 0;
  }

  .product-info {
    padding: 20px;
  }
}

/* =========================
   RESPONSIVE MÓDULO 4
========================= */

@media (max-width: 1024px) {
  .industries-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .industries-visual {
    min-height: 420px;
  }

  .industries-orbit {
    max-width: 430px;
  }
}

@media (max-width: 768px) {
  .industries-section {
    padding: 78px 0 88px;
  }

  .industries-container {
    width: min(100% - 28px, 1180px);
  }

  .industries-header {
    margin-bottom: 38px;
  }

  .industries-header h2 {
    font-size: 2.05rem;
  }

  .industries-header p {
    font-size: 0.96rem;
  }

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

  .industries-visual {
    min-height: 360px;
  }

  .industry-floating-card {
    min-width: 132px;
    padding: 12px 14px;
  }

  .float-card-one {
    top: 36px;
    left: 0;
  }

  .float-card-two {
    right: 0;
    top: 140px;
  }

  .float-card-three {
    left: 20px;
    bottom: 50px;
  }
}

@media (max-width: 480px) {
  .industries-section {
    padding: 68px 0 78px;
  }

  .industries-header h2 {
    font-size: 1.8rem;
  }

  .industries-visual {
    min-height: 320px;
  }

  .industry-card {
    padding: 22px;
    border-radius: 22px;
  }

  .industry-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
  }
}
/* =========================
   RESPONSIVE MÓDULO 5
========================= */

@media (max-width: 1024px) {
  .cases-stats {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (max-width: 768px) {
  .cases-section {
    padding: 78px 0 88px;
  }

  .cases-container {
    width: min(100% - 28px, 1180px);
  }

  .cases-header {
    margin-bottom: 38px;
  }

  .cases-header h2 {
    font-size: 2.05rem;
  }

  .cases-header p {
    font-size: 0.96rem;
  }

  .cases-main {
    padding: 26px;
    border-radius: 28px;
  }

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

  .testimonial-card {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .cases-section {
    padding: 68px 0 78px;
  }

  .cases-header h2 {
    font-size: 1.8rem;
  }

  .cases-main {
    padding: 22px;
    border-radius: 24px;
  }

  .cases-stats {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 24px;
    border-radius: 24px;
  }
}

/* =========================
   RESPONSIVE MÓDULO 6
========================= */

@media (max-width: 1024px) {
  .support-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-step-card {
    min-height: 290px;
  }
}

@media (max-width: 768px) {
  .support-section {
    padding: 78px 0 88px;
  }

  .support-container {
    width: min(100% - 28px, 1180px);
  }

  .support-header {
    margin-bottom: 38px;
  }

  .support-header h2 {
    font-size: 2.05rem;
  }

  .support-header p {
    font-size: 0.96rem;
  }

  .support-process {
    grid-template-columns: 1fr;
  }

  .support-step-card {
    min-height: auto;
    padding: 26px;
    border-radius: 26px;
  }

  .support-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px;
    border-radius: 26px;
  }
}

@media (max-width: 480px) {
  .support-section {
    padding: 68px 0 78px;
  }

  .support-header h2 {
    font-size: 1.8rem;
  }

  .support-step-card {
    padding: 24px;
    border-radius: 24px;
  }

  .support-cta {
    padding: 24px;
    border-radius: 24px;
  }

  .support-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================
   RESPONSIVE MÓDULO 7
========================= */

@media (max-width: 1024px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-content > p {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 78px 0 88px;
  }

  .contact-container {
    width: min(100% - 28px, 1180px);
  }

  .contact-content h2 {
    font-size: 2.05rem;
  }

  .contact-content > p {
    font-size: 0.96rem;
  }

  .contact-card {
    padding: 26px;
    border-radius: 28px;
  }

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

  .contact-submit {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 68px 0 78px;
  }

  .contact-content h2 {
    font-size: 1.8rem;
  }

  .contact-highlight {
    padding: 18px;
    border-radius: 22px;
  }

  .contact-card {
    padding: 22px;
    border-radius: 24px;
  }

  .contact-card-header h3 {
    font-size: 1.42rem;
  }
}

/* =========================
   RESPONSIVE MÓDULO 8
========================= */

@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: span 3;
    max-width: 680px;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 58px 0 24px;
  }

  .footer-container {
    width: min(100% - 28px, 1180px);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 34px;
  }

  .footer-brand {
    grid-column: span 1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .footer-logo {
    width: 135px;
  }

  .footer-brand p,
  .footer-column a,
  .footer-column p {
    font-size: 0.88rem;
  }

  .footer-bottom-links {
    gap: 12px;
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: flex;
    position: relative;
    z-index: 120;
  }

  .main-nav {
    position: fixed;
    top: 70px;
    left: 16px;
    right: 16px;
    z-index: 110;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;

    padding: 16px;

    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 18px;

    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(14px);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;
  }

  .site-header.menu-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav .nav-link {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
  }

  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* =========================
   CORRECCIÓN FINAL SOLUCIONES
========================= */

@media (max-width: 980px) {
  .solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;

    overflow: visible;
    padding-bottom: 0;
  }

  .solution-card,
  .solution-card-large,
  .solution-card-wide,
  .solution-card-passenger {
    width: 100%;
    min-width: 0;
    flex: none;
    scroll-snap-align: unset;
  }
}

@media (max-width: 680px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }
}