
/* =========================================================
   AUTIMPORT — MOBILE
   Se carga solo en pantallas de hasta 680px.
   ========================================================= */

@media (max-width: 680px) {

  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 14px;
  }

  /* ---------- NAV ---------- */
  .nav {
    height: 64px;
    padding: 0 20px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
    font-size: 15px;
  }

  .brand-text strong {
    font-size: 15px;
    letter-spacing: .8px;
  }

  .brand-text small {
    font-size: 7px;
    letter-spacing: 1.6px;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu {
    display: block;
    font-size: 25px;
    padding: 4px;
  }

  .desktop-nav.mobile-open {
    display: flex;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 8px 20px 16px;
    background: rgba(5,6,7,.97);
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .desktop-nav.mobile-open a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 11px;
  }

  /* ---------- HERO ---------- */
  .hero {
    min-height: 790px;
    height: auto;
    align-items: flex-end;
    padding: 0 20px 55px;
  }

  .hero-image {
    background-position: 66% center;
    transform: scale(1.03);
  }

  .hero-shade {
    background:
      linear-gradient(
        180deg,
        rgba(3,4,5,.28) 0%,
        rgba(3,4,5,.46) 28%,
        rgba(3,4,5,.88) 62%,
        rgba(3,4,5,.99) 100%
      );
  }

  .hero-content {
    width: 100%;
    margin: 0;
  }

  .eyebrow {
    font-size: 8px;
    letter-spacing: .9px;
    line-height: 1.5;
  }

  .eyebrow i {
    width: 6px;
    height: 6px;
  }

  .hero h1 {
    font-size: clamp(54px, 15vw, 76px);
    line-height: .88;
    letter-spacing: .2px;
    max-width: 100%;
    margin: 18px 0 20px;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.6;
    color: #e5e5e5;
  }

  .mini-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
    margin: 27px 0 26px;
  }

  .mini-features > div,
  .mini-features > div:first-child,
  .mini-features > div:last-child {
    padding: 0 !important;
    border: 0 !important;
    min-width: 0;
  }

  .mini-icon {
    width: 38px;
    height: 38px;
  }

  .mini-features strong {
    font-size: 8px;
    line-height: 1.25;
  }

  .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .btn {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    font-size: 10px;
  }

  .scroll-cue {
    display: none;
  }

  /* ---------- SECTIONS ---------- */
  .section {
    padding: 72px 20px;
  }

  .section-head {
    margin-bottom: 34px;
  }

  .section-head h2,
  .contact-copy h2 {
    font-size: clamp(54px, 15vw, 72px);
    line-height: .9;
    margin: 14px 0 18px;
  }

  .section-head p {
    font-size: 13px;
    line-height: 1.65;
  }

  /* ---------- VENTAJAS ---------- */
  .advantage-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 28px;
  }

  .advantage {
    min-height: 0;
    padding: 22px;
    border-radius: 10px;
  }

  .advantage h3 {
    margin: 22px 0 9px;
    font-size: 14px;
  }

  .advantage p {
    font-size: 11px;
    line-height: 1.65;
  }

  .adv-icon {
    width: 48px;
    height: 48px;
  }

  /* ---------- AHORRO ---------- */
  .saving-showcase {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
    border-radius: 11px;
  }

  .showcase-copy h3 {
    font-size: 48px;
    line-height: .9;
  }

  .showcase-copy p {
    font-size: 12px;
  }

  .comparison {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .price {
    padding: 18px;
  }

  .price strong {
    font-size: 27px;
  }

  .arrow {
    transform: rotate(90deg);
    justify-self: center;
    font-size: 23px;
  }

  .difference {
    grid-column: auto;
    padding: 17px;
  }

  .difference strong {
    font-size: 43px;
  }

  /* ---------- PROCESO ---------- */
  .steps {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .steps:before {
    display: none;
  }

  .step {
    padding: 0 5px;
  }

  .step-icon {
    margin: 15px auto 18px;
  }

  .step h3 {
    font-size: 14px;
  }

  .step p {
    font-size: 11px;
    max-width: 290px;
  }

  /* ---------- BANNER ---------- */
  .service-banner {
    min-height: 620px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-photo {
    background-position: 64% center;
  }

  .service-photo-shade {
    background:
      linear-gradient(
        180deg,
        rgba(7,8,9,.42),
        rgba(7,8,9,.78) 45%,
        rgba(7,8,9,.98) 100%
      );
  }

  .service-banner-content {
    width: 100%;
  }

  .service-banner h2 {
    font-size: clamp(56px, 15vw, 76px);
    line-height: .9;
  }

  .service-banner p {
    font-size: 13px;
    line-height: 1.65;
  }

  /* ---------- FORMULARIO ---------- */
  .contact {
    display: block;
    padding: 70px 20px;
  }

  .contact-copy {
    margin-bottom: 32px;
  }

  .contact-copy > p {
    font-size: 13px;
    line-height: 1.65;
  }

  .contact-points {
    gap: 10px;
    font-size: 10px;
  }

  .form {
    padding: 20px;
    border-radius: 10px;
  }

  .form-title {
    font-size: 31px;
    line-height: 1;
    margin-bottom: 21px;
  }

  .form-row,
  .form-row.three {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form label,
  .form legend {
    font-size: 9px;
    margin-bottom: 12px;
  }

  .form input,
  .form select,
  .form textarea {
    padding: 13px 12px;
    font-size: 12px;
  }

  .choice-row {
    flex-direction: column;
    gap: 8px;
  }

  .choice span {
    padding: 13px 8px;
    font-size: 8px;
  }

  .submit {
    margin-top: 4px;
  }

  .form-note {
    line-height: 1.5;
  }

  /* ---------- FOOTER ---------- */
  footer {
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    font-size: 9px;
  }

  footer strong {
    font-size: 17px;
  }

  /* ---------- TOAST ---------- */
  .toast {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    font-size: 10px;
    line-height: 1.45;
  }
}
