 :root {
      --primary: #007a8b;
      --secondary: #283844;
      --light: #f6f5f5;
      --text: #333;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background-color: #ffffff;
      line-height: 1.6;
    }

    a {
      color: var(--primary);
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 1.5rem;
    }

    /* Top bar */
    .top-bar {
      background: var(--secondary);
      color: #fff;
      font-size: 0.9rem;
    }

    .top-bar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.5rem 0;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .top-bar-links {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      flex-wrap: wrap;
    }

    .top-bar-links a {
      color: #fff;
      font-size: 0.85rem;
      font-weight: 500;
    }

    .top-bar-links img.flag {
      height: 20px;
    }

    /* Header & nav */
    header {
      border-bottom: 1px solid #eee;
      background: #fff;
    }

    .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem 0;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .logo img {
      height: 60px;
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 1.25rem;
      padding: 0;
      margin: 0;
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    nav a {
      color: #222;
      font-weight: 600;
    }

    nav a:hover {
      color: var(--primary);
    }

    /* Generic sections */
    section {
      padding: 3.5rem 0;
    }

    section.light {
      background: #fff;
    }

    section.gray {
      background: var(--light);
    }

    .section-title {
      text-align: center;
      font-size: 1.1rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #777;
      margin-bottom: 2rem;
    }

    h1, h2, h3 {
      margin: 0 0 1rem;
      font-weight: 600;
    }

    .btn {
      display: inline-block;
      padding: 0.7rem 1.4rem;
      border-radius: 999px;
      background: var(--primary);
      color: #fff;
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border: none;
    }

    .btn:hover {
      background: #005862;
      text-decoration: none;
    }

    .btn-outline {
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
    }

    /* Hero */
    .hero {
      background: url("https://grupomobius.com/wp-content/uploads/2025/04/Destacado-Home_v3.jpg")
        center/cover no-repeat;
      color: #fff;
      position: relative;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(0,0,0,0.55), rgba(0,0,0,0.25));
    }

    .hero-inner {
      position: relative;
      padding: 4.5rem 0 4rem;
      max-width: 620px;
    }

    .hero h1 {
      font-size: 2.1rem;
      margin-bottom: 1rem;
    }

    .hero p {
      margin-bottom: 0.75rem;
      font-size: 1rem;
    }

    .hero-tags {
      margin-top: 1rem;
      font-size: 0.95rem;
      font-weight: 600;
    }

    /* Two column text + image */
    .two-cols {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: 2rem;
      align-items: center;
    }

    .two-cols p {
      margin-top: 0;
    }

    /* Servicios – cards */
    .cards-4 {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.5rem;
    }

    .card {
      background: #fff;
      border-radius: 1rem;
      box-shadow: 0 8px 18px rgba(0,0,0,0.05);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .card img {
      width: 100%;
    }

    .card-body {
      padding: 1.2rem 1.2rem 1.3rem;
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
      font-size: 0.95rem;
    }

    .card-title {
      font-weight: 700;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .card-footer-link {
      margin-top: 0.5rem;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.8rem;
    }

    /* Innovación */
    .innovation-groups {
      display: grid;
      gap: 2rem;
    }

    .innovation-block h3 {
      font-size: 1.1rem;
      margin-bottom: 0.75rem;
    }

    .innovation-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 1rem;
      font-size: 0.9rem;
    }

    .innovation-item {
      background: #fff;
      border-radius: 0.75rem;
      padding: 0.75rem;
      text-align: center;
    }

    .innovation-item img {
      margin: 0 auto 0.5rem;
      max-height: 70px;
      object-fit: contain;
    }

    /* CTA personas */
    .cta-personas {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
      gap: 2rem;
      align-items: center;
    }

    .cta-personas-text span.big {
      font-size: 1.3rem;
      font-weight: 600;
    }

    /* Actualidad */
    .news-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.5rem;
    }

    .news-card {
      background: #f9f9f9;
      border-radius: 1rem;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .news-card-top {
      background-size: cover;
      background-position: center;
      padding-top: 60%;
    }

    .news-card-body {
      padding: 1rem 1.1rem 1.2rem;
      font-size: 0.9rem;
    }

    .news-date {
      font-size: 0.8rem;
      color: #777;
      margin-bottom: 0.4rem;
    }

    .news-title a {
      color: #222;
      font-weight: 600;
    }

    img {

      top: scale(0.5)
    }

    /* Fleeters – newsletter */
    .fleeters {
      background: url("https://grupomobius.com/wp-content/uploads/2025/02/bg_fleeters_home_v2.png")
        center/cover no-repeat;
    }

    .fleeters-inner {
      max-width: 420px;
      background: rgba(255,255,255,0.85);
      border-radius: 1.5rem;
      padding: 1.8rem 1.6rem;
    }

    .fleeters-inner h2 {
      font-size: 1.4rem;
      text-align: center;
      margin-bottom: 0.4rem;
    }

    .fleeters-inner p {
      text-align: center;
      font-size: 0.95rem;
      margin-bottom: 1rem;
    }

    .newsletter-form {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
      justify-content: center;
    }

    .newsletter-form input[type="email"] {
      padding: 0.6rem 0.8rem;
      border-radius: 999px;
      border: 1px solid #ccc;
      min-width: 0;
      flex: 1 1 180px;
      font-size: 0.9rem;
    }

    .newsletter-form button {
      border: none;
      cursor: pointer;
    }

    /* Formamos parte de */
    .saretec {
      background: var(--secondary);
      color: #fff;
    }

    .saretec-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
      gap: 2rem;
      align-items: center;
    }

    .saretec-inner h2 {
      font-size: 1.8rem;
    }

    .saretec-inner p {
      font-size: 1rem;
    }

    .saretec-inner a {
      color: #b7bf00;
      font-weight: 600;
    }

    /* Footer */
    footer {
      background: #fff;
      border-top: 1px solid #eee;
    }

    .footer-top {
      padding: 3rem 0 2rem;
    }

    .footer-columns {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.5rem;
      font-size: 0.9rem;
      text-align: center;
    }

    .footer-columns h3 {
      font-size: 0.95rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 0.8rem;
    }

    .footer-columns p {
      margin: 0.2rem 0;
    }

    .footer-columns a {
      color: #404040;
    }

    .footer-bottom {
      background: #313b45;
      color: #fff;
      font-size: 0.8rem;
      text-align: center;
      padding: 1rem 0 1.2rem;
    }

    .footer-bottom a {
      color: #fff;
    }

    .footer-bottom p {
      margin: 0.2rem 0;
    }

      nav ul {
        flex-wrap: wrap;
        row-gap: 0.5rem;
      }

      .hero-inner {
        padding: 3.5rem 0 3rem;
      }

      .hero h1 {
        font-size: 1.7rem;
      }

      section {
        padding: 2.5rem 0;
      }
h1 {
    color: rgb(40, 241, 67);
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgb(0, 0, 0), 0 0 30px rgb(31, 12, 12);
    margin: 20px 0; /* Menos espacio arriba y abajo */
    padding: 20px;  /* Ajuste mínimo */
    font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
    h1 {
        font-size: 4rem;
        padding: 40px 20px; /* Mucho menos que antes */
    }
}


    @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}