/* ============================================================
   SpartanRoar - Estilos personalizados
   ============================================================ */

* {
  font-family: 'Montserrat', sans-serif;
}

:root {
  --sr-red-intense: #E40917;
  --sr-red:     #C41E2A;
  --sr-dark:    #1A1A1A;
  --sr-gris-oscuro: #5A5A5A;
  --sr-footer:  #252525;
}

/* ============================================================
   LOGO
   ============================================================ */
.sr-logo,
.sr-bottom-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.sr-logo-img {
  height: 90px;
  width: auto;
  aspect-ratio: 218 / 114;
}

.sr-bottom-logo .sr-logo-img {
  height: 38px;
}

.sr-logo-spartan {
  font-size: 1.35rem;
  font-weight: 800;
  font-style: italic;
  color: var(--sr-red);
  line-height: 1.1;
  display: block;
}

.sr-logo-hr {
  margin: 3px 0 1px;
  border: none;
  border-top: 1.5px solid var(--sr-red);
  opacity: 1;
  width: 100%;
}

.sr-logo-roar {
  font-size: 0.7rem;
  color: var(--sr-red);
  letter-spacing: 0.02em;
  line-height: 1;
  display: block;
}

/* ============================================================
   NAVBAR PRINCIPAL (fija)
   ============================================================ */
.sr-navbar {
  background: transparent;
  padding: 1.1rem 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.sr-navbar.sr-navbar-white {
  background: white !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Links en hero (fondo oscuro) */
.sr-nav-links {
  display: flex;
  align-items: center;
}

.sr-nav-link {
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 0.75rem;
  transition: color 0.2s;
}

.sr-nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.sr-nav-sep {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  user-select: none;
}

.sr-lang {
  padding: 0 0.35rem;
}

/* Cuando navbar se vuelve blanca */
.sr-navbar-white .sr-nav-link {
  color: var(--sr-dark);
}
.sr-navbar-white .sr-nav-link:hover {
  color: var(--sr-red);
}
.sr-navbar-white .sr-nav-sep {
  color: #ccc;
}

/* Hamburger button */
.sr-toggler {
  border: 1.5px solid rgba(255, 255, 255, 0.6) !important;
  padding: 0.3rem 0.5rem;
}

.sr-toggler .navbar-toggler-icon {
  filter: invert(1);
}

.sr-navbar-white .sr-toggler {
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.sr-navbar-white .sr-toggler .navbar-toggler-icon {
  filter: none;
}

/* Menú desplegable móvil */
@media (max-width: 991.98px) {
  #navbarMenu {
    background: white;
    margin-top: 0.5rem;
    border-radius: 8px;
    padding: 0.5rem 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }

  #navbarMenu .sr-nav-links {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0;
    padding: 0.25rem 0;
  }

  #navbarMenu .sr-nav-link {
    color: var(--sr-dark) !important;
    padding: 0.6rem 1.25rem;
    width: 100%;
    display: block;
  }

  #navbarMenu .sr-nav-link:hover {
    color: var(--sr-red) !important;
    background: rgba(0, 0, 0, 0.04);
  }

  #navbarMenu .sr-nav-sep {
    display: none;
  }

  #navbarMenu .sr-lang {
    display: inline-block;
    width: auto;
  }
}

/* ============================================================
   1. HERO
   ============================================================ */
.sr-hero {
  min-height: 100vh;
  background-color: #1a2b38;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.25) 100%),
    url('../img/hero-truck.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding-bottom: 9vh;
}

.sr-hero-content {
  padding: 0 5%;
  width: 100%;
}

.sr-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 900;
  color: white;
  line-height: 1.1;
}

/* Botón outline blanco (hero + dream + who we are) */
.sr-outline-btn {
  border: 2px solid white !important;
  color: white !important;
  border-radius: 30px;
  padding: 0.55rem 1.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  background: transparent !important;
  transition: background 0.2s, color 0.2s;
}

.sr-outline-btn:hover,
.sr-outline-btn:focus {
  background: white !important;
  color: var(--sr-dark) !important;
}

/* ============================================================
   2. OUR SERVICES
   ============================================================ */
.sr-services {
  background-image: url('../img/fondo-gris-services.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.sr-services-left {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Círculo decorativo detrás del motor */
/*.sr-engine-bg-circle {
  position: absolute;
  width: 85%;
  padding-top: 85%;
  border-radius: 50%;
  background: rgba(180, 180, 180, 0.18);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}*/

.sr-engine-img {
  position: relative;
  z-index: 1;
  width: 88%;
  max-width: 490px;
  object-fit: contain;
  filter: drop-shadow(0 10px 35px rgba(0, 0, 0, 0.14));
}

.sr-services-right {
  padding: 4rem 5rem 4rem 3rem;
}

/* Label de sección (rojo espaciado) */
.sr-label {
  color: var(--sr-red-intense);
  font-size: 2.5rem;
  letter-spacing: 0.35em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

/* Tabs */
.sr-tabs {
  border-radius: 25px;
  border: 1.5px solid #c5c5c5 !important;
  overflow: hidden;
  background: white;
}

.sr-tab {
  padding: 0.5rem 1.4rem;
  border: none !important;
  background: transparent !important;
  color: #666 !important;
  font-size: 0.82rem;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}

.sr-tab:hover {
  color: var(--sr-dark) !important;
}

#tab-mechanic:checked + .sr-tab {
  background: var(--sr-gris-oscuro) !important;
  color: white !important;
  border-radius: 23px 0 0 23px;
}

#tab-trucks:checked + .sr-tab {
  background: var(--sr-gris-oscuro) !important;
  color: white !important;
  border-radius: 0 23px 23px 0;
}

.sr-services-heading {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--sr-gris-oscuro);
  line-height: 1.35;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

/* Grid de 4 servicios */
.sr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 2rem;
}

.sr-grid-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.sr-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}

.sr-icon svg {
  width: 100%;
  height: 100%;
}

.sr-grid-item span {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--sr-gris-oscuro);
  line-height: 1.45;
  padding-top: 12px;
}

.sr-mechanic-btn {
  border: 1.5px solid var(--sr-dark) !important;
  color: var(--sr-dark) !important;
  border-radius: 25px;
  padding: 0.5rem 1.9rem;
  font-size: 0.875rem;
  background: transparent !important;
  transition: all 0.2s;
  display: inline-block;
}

.sr-mechanic-btn:hover {
  background: var(--sr-dark) !important;
  color: white !important;
}

/* ============================================================
   3. DREAM WITH US
   ============================================================ */
.sr-dream {
  min-height: 100vh;
  background-color: #191920;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)),
    url('../img/dream-road-2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}

.sr-dream-content {
  max-width: 880px;
  padding: 3rem 1.5rem;
}

.sr-dream-content .sr-label {
  color: var(--sr-red-intense);
}

.sr-dream-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.sr-dream-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto 1.5rem;
}

/* ============================================================
   4. WHO WE ARE
   ============================================================ */
.sr-who {
  min-height: 100vh;
  background-color: #6b5c45;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.55)),
    url('../img/who-we-are-2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 5rem 0;
}

.sr-who .sr-label {
  color: var(--sr-red);
}

.sr-who-title {
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  font-weight: 800;
  color: white;
  line-height: 1.3;
  max-width: 520px;
}

.sr-about-btn {
  border: 2px solid white !important;
  color: white !important;
  border-radius: 50px;
  padding: 0.55rem 1.8rem;
  font-size: 0.875rem;
  background: transparent !important;
  transition: all 0.2s;
  display: inline-block;
}

.sr-about-btn:hover {
  background: white !important;
  color: var(--sr-dark) !important;
}

/* ============================================================
   5. FOOTER
   ============================================================ */
.sr-footer {
  background-color: var(--sr-footer);
}

.sr-footer-title {
  font-size: 2.7rem;
  font-weight: 900;
  color: white;
  line-height: 1;
}

.sr-footer-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  margin-top: 0.3rem;
  margin-bottom: 0;
}

.sr-contact p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  margin-bottom: 0.3rem;
}

.sr-contact a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.sr-contact a:hover {
  color: white;
  text-decoration: underline;
}

.sr-social {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.sr-social-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 5px;
  transition: border-color 0.2s, background 0.2s;
  flex-shrink: 0;
}

.sr-social-btn:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.sr-social-btn svg {
  width: 13px;
  height: 13px;
}

.sr-handle {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
}

.sr-contact-btn {
  border: 1.5px solid white !important;
  color: white !important;
  border-radius: 30px;
  padding: 0.55rem 2rem;
  font-size: 0.875rem;
  background: transparent !important;
  white-space: nowrap;
  transition: all 0.2s;
}

.sr-contact-btn:hover {
  background: white !important;
  color: var(--sr-dark) !important;
}

.sr-qr-img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.15);
}

.sr-qr-placeholder {
  display: none;
  width: 130px;
  height: 130px;
  background: white;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ============================================================
   6. BOTTOM NAVBAR
   ============================================================ */
.sr-bottom-nav {
  background: white;
  border-top: 1px solid #e0e0e0;
  padding: 0.85rem 0;
}

.sr-bottom-logo {
  margin-right: 1rem;
}

.sr-bottom-logo .sr-logo-spartan {
  font-size: 1.1rem;
}

.sr-bottom-logo .sr-logo-roar {
  font-size: 0.62rem;
}

.sr-bottom-link {
  color: var(--sr-dark);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 500;
  padding: 0 0.65rem;
  transition: color 0.2s;
}

.sr-bottom-link:hover {
  color: var(--sr-red);
}

.sr-sep-dark {
  color: #ccc;
  font-size: 0.9rem;
  user-select: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
  .sr-services-left {
    min-height: 320px;
  }

  .sr-services-right {
    padding: 2.5rem 2rem;
  }

  .sr-grid {
    gap: 0.9rem 1rem;
  }

  .sr-who .container-fluid {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sr-footer .container-fluid {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sr-footer .col-lg-4 {
    align-items: flex-start !important;
    margin-top: 2rem;
  }

  .sr-bottom-nav .d-flex {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}

@media (max-width: 575.98px) {
  .sr-hero {
    background-position: calc(50% - 220px) center;
  }

  .sr-hero-title {
    font-size: 2.2rem;
  }

  .sr-dream-title {
    font-size: 1.7rem;
  }

  .sr-who-title {
    font-size: 1.45rem;
  }

  .sr-services-right {
    padding: 2rem 1.25rem;
  }

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

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.sr-announcement {
  background: var(--sr-red-intense);
  color: white;
  text-align: center;
  padding: 0 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  height: 44px;
}

.sr-ann-btn {
  background: white;
  color: var(--sr-red-intense);
  border: none;
  padding: 0.2rem 1rem;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.sr-ann-btn:hover {
  opacity: 0.85;
  color: var(--sr-red-intense);
}

.sr-ann-close {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  color: white;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.25rem;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.sr-ann-close:hover {
  opacity: 1;
}

/* Cuando hay announcement bar, el navbar baja */
.sr-has-announcement #mainNav {
  top: 44px;
}

/* ============================================================
   BOTÓN ROJO (Our Services, etc.)
   ============================================================ */
.sr-red-btn {
  background: var(--sr-red-intense) !important;
  color: white !important;
  border: none !important;
  border-radius: 25px;
  padding: 0.55rem 1.9rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: opacity 0.2s;
  display: inline-block;
}

.sr-red-btn:hover {
  opacity: 0.88;
  color: white !important;
}

/* ============================================================
   LABEL DE SECCIÓN PEQUEÑO
   ============================================================ */
.sr-section-label {
  color: var(--sr-red-intense);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

/* ============================================================
   OUR SERVICES PAGE
   ============================================================ */

/* ============================================================
   SERVICE DROPDOWN (Hero Our Services)
   ============================================================ */
.sr-os-tabs {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.sr-os-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0 0 5px 0;
  transition: color 0.2s, border-color 0.2s;
}

.sr-os-tab:hover {
  color: white;
}

.sr-os-tab.active {
  color: white;
  border-bottom-color: var(--sr-red-intense);
}

.sr-os-dropdown {
  display: none;
  background: rgba(16, 16, 16, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 1.4rem 1.6rem 1.6rem;
  margin-top: 0.6rem;
  max-width: 680px;
  border-radius: 15px;
  position: relative;
}

.sr-os-dropdown.sr-os-dropdown--show {
  display: block;
}

.sr-os-dropdown-close {
  position: absolute;
  top: 0.7rem;
  right: 0.9rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}

.sr-os-dropdown-close:hover {
  color: white;
}

.sr-os-panel {
  display: none;
}

.sr-os-panel-title {
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.sr-os-panel-sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  margin-bottom: 1rem;
}

.sr-os-panel-body {
  display: flex;
  gap: 0;
}

.sr-os-panel-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.sr-os-panel-sep {
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 0 1.1rem;
  flex-shrink: 0;
}

.sr-os-item {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.3rem 0.45rem;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
  line-height: 1.35;
  cursor: default;
}

.sr-os-item::before {
  content: '•';
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: color 0.15s;
}

.sr-os-item:hover {
  color: white;
  background: rgba(255, 255, 255, 0.04);
}

.sr-os-item:hover::before {
  color: var(--sr-red-intense);
}

/* 1. Hero */
.sr-os-hero {
  min-height: 100vh;
  background-color: #1a2b38;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.25) 100%),
    url('../img/hero-our-services.jpg');
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-start;
  padding-top: clamp(120px, 32vh, 420px);
  padding-bottom: 5vh;
}

.sr-os-hero-content {
  padding: 0 5%;
  width: 100%;
}

.sr-os-hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  font-style: italic;
  color: white;
  line-height: 1.05;
  margin-bottom: 0.5rem;
}

.sr-os-hero-sub {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0;
}

/* 2. Trucking Masters */
.sr-os-trucking {
  background: white;
}

.sr-os-trucking-img {
  overflow: hidden;
}

.sr-os-map-img {
  width: 100%;
  height: auto;
  display: block;
}

.sr-os-trucking-content {
  padding: 5rem 4.5rem 5rem 4rem;
}

.sr-os-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 800;
  color: var(--sr-dark);
  line-height: 1.25;
  margin-bottom: 1rem;
}

.sr-os-text {
  color: var(--sr-gris-oscuro);
  font-size: 0.875rem;
  line-height: 1.8;
}

/* 3. Statistics */
.sr-os-stats {
  position: relative;
  background: #f6f6f6;
  padding: 5.5rem 0;
}

.sr-os-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/our-services-trailer.jpg') center / cover no-repeat;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.sr-os-stats .container {
  position: relative;
  z-index: 1;
}

.sr-os-stats-title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--sr-dark);
  line-height: 1.3;
  margin-bottom: 0;
}

.sr-stat-card {
  text-align: center;
  padding: 2.25rem 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.sr-stat-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 1.1rem;
  color: var(--sr-red-intense);
}

.sr-stat-icon svg {
  width: 100%;
  height: 100%;
}

.sr-stat-num {
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--sr-dark);
  margin-bottom: 0.4rem;
}

.sr-stat-desc {
  font-size: 0.78rem;
  color: var(--sr-gris-oscuro);
  line-height: 1.55;
  max-width: 200px;
  margin: 0 auto;
}

/* 4. Mechanics */
.sr-os-mechanics {
  background: white;
}

.sr-os-mechanics-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 3rem 3rem 4rem;
}

.sr-os-mechanics-img {
  width: 511px;
  height: 415px;
  max-width: 100%;
  display: block;
  border-radius: 20px;
}

.sr-os-mechanics-content {
  padding: 5rem 4rem 5rem 4.5rem;
}

/* 5. Testimonials */
.sr-os-testimonials {
  background: white;
  padding: 5.5rem 0;
  border-top: 1px solid #f0f0f0;
}

.sr-os-testimonials-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--sr-dark);
  margin-bottom: 0;
}

.sr-testimonial-card {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 1.75rem;
  height: 100%;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.sr-stars {
  display: inline-block;
  background: var(--sr-red-intense);
  color: white;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  padding: 0.3rem 0.75rem;
  border-radius: 8px;
  margin-bottom: 0.8rem;
}

.sr-testimonial-text {
  font-size: 0.82rem;
  color: var(--sr-gris-oscuro);
  line-height: 1.7;
  margin-bottom: 0;
}

.sr-testimonial-hr {
  border-color: #ebebeb;
  margin: 1.1rem 0;
}

.sr-testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.sr-testimonial-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sr-red-intense);
}

.sr-testimonial-role {
  font-size: 0.73rem;
  color: #aaa;
}

/* ============================================================
   OUR SERVICES – RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
  .sr-os-trucking-content,
  .sr-os-mechanics-content {
    padding: 3rem 2rem;
  }

  .sr-os-mechanics-img-wrap {
    padding: 2rem;
  }

  .sr-os-mechanics-img {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .sr-os-hero {
    background-position: calc(50% - 100px) center;
  }

  .sr-os-hero-title {
    font-size: 2.4rem;
  }

  .sr-os-stats {
    padding: 3.5rem 0;
  }

  .sr-os-testimonials {
    padding: 3.5rem 0;
  }

  .sr-announcement {
    font-size: 0.72rem;
    gap: 0.5rem;
  }
}

/* ============================================================
   WORK WITH US PAGE
   ============================================================ */

/* 1. Hero */
.sr-wwu-hero {
  min-height: 100vh;
  background-color: #1a2b38;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.25) 100%),
    url('../img/hero-truck-wwu-w2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding-bottom: 9vh;
}

/* Mid wrapper: fondo oil-pump cubre becoming + benefits + careers */
.sr-wwu-mid-wrapper {
  background-image: url('../img/oil-pump.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 48% auto;
}

/* 2. Becoming Spartan */
.sr-wwu-becoming {
  background: transparent;
  padding: 1rem 0 1rem 0;
}

.sr-wwu-photos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}

.sr-wwu-apply-img {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
}

.sr-wwu-becoming-content {
  padding: 4rem 5rem 4rem 3rem;
}

/* 3. Key Benefits */
.sr-wwu-benefits {
  background: transparent;
  padding: 1rem 0 1rem 0;
}

.sr-wwu-benefits-content {
  padding: 4rem 3rem 4rem 5rem;
}

.sr-wwu-benefits-spacer {
  min-height: 400px;
}

.sr-wwu-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: var(--sr-dark);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.sr-wwu-text {
  color: var(--sr-gris-oscuro);
  font-size: 0.875rem;
  line-height: 1.8;
  max-width: 800px;
}

.sr-wwu-icons {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.sr-wwu-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.sr-wwu-icon {
  width: 46px;
  height: 46px;
  color: var(--sr-red-intense);
}

.sr-wwu-icon svg {
  width: 100%;
  height: 100%;
}

.sr-wwu-icon-item span {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--sr-gris-oscuro);
  line-height: 1.35;
}

/* 4. Careers */
.sr-wwu-careers {
  background: transparent;
}

.sr-wwu-careers-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--sr-dark);
  line-height: 1.2;
  margin-bottom: 2rem;
}

.sr-wwu-filters {
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
  flex-wrap: wrap;
}

.sr-wwu-filter-group {
  flex: 1;
  min-width: 180px;
}

.sr-wwu-filter-group label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sr-dark);
  margin-bottom: 0.4rem;
  display: block;
}

.sr-wwu-select,
.sr-wwu-input {
  border: 1px solid #d8d8d8 !important;
  border-radius: 6px !important;
  font-size: 0.82rem !important;
  color: var(--sr-gris-oscuro) !important;
}

.sr-wwu-select:focus,
.sr-wwu-input:focus {
  border-color: var(--sr-red-intense) !important;
  box-shadow: 0 0 0 2px rgba(228, 9, 23, 0.12) !important;
}

/* Job cards */
.sr-wwu-job-card {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
  background: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.sr-wwu-job-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--sr-dark);
  margin-bottom: 0;
  line-height: 1.4;
  flex: 1;
  padding-right: 0.75rem;
}

.sr-wwu-job-icon {
  width: 34px;
  height: 34px;
  color: #3a7fc1;
  flex-shrink: 0;
}

.sr-wwu-job-icon svg {
  width: 100%;
  height: 100%;
}

.sr-wwu-job-section {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sr-dark);
  margin-top: 0.75rem;
  margin-bottom: 0.3rem;
}

.sr-wwu-job-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sr-wwu-job-list li {
  font-size: 0.75rem;
  color: var(--sr-gris-oscuro);
  padding: 0.15rem 0 0.15rem 1rem;
  position: relative;
}

.sr-wwu-job-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--sr-gris-oscuro);
}

.sr-wwu-more-details {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sr-red-intense);
  text-decoration: none;
  transition: opacity 0.2s;
}

.sr-wwu-more-details:hover {
  opacity: 0.75;
  color: var(--sr-red-intense);
}

/* Work With Us – Responsive */
@media (max-width: 1199.98px) {
  .sr-wwu-mid-wrapper {
    background-image: none;
  }

  .sr-wwu-photos {
    min-height: 420px;
  }

  .sr-wwu-becoming-content,
  .sr-wwu-benefits-content {
    padding: 3rem 2rem;
  }

  .sr-wwu-benefits-img {
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  .sr-wwu-hero {
    background-position: calc(50% - 50px) center;
  }

  .sr-wwu-photos {
    padding: 2rem 1.5rem;
  }

  .sr-wwu-icons {
    gap: 1.5rem;
  }

  .sr-wwu-filters {
    flex-direction: column;
  }

  .sr-wwu-filter-group {
    width: 100%;
  }
}

/* ============================================================
   ABOUT US PAGE
   ============================================================ */

/* 1. Hero */
.sr-au-hero {
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.25) 100%),
    url('../img/hero-truck-au.jpg');
}

/* 2. Who We Are */
.sr-au-who {
  background: white;
  overflow: hidden;
}

.sr-au-who-layout {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 5rem 0;
}

.sr-au-who-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 62%;
  z-index: 0;
}

.sr-au-who-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sr-au-who-card {
  position: relative;
  z-index: 1;
  background: #e4e4e4;
  padding: 4rem;
  width: 48%;
  margin-left: 5%;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sr-au-who-card .sr-label {
  color: var(--sr-red-intense);
}

.sr-au-who-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: var(--sr-dark);
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.sr-au-who-text {
  color: var(--sr-gris-oscuro);
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

/* 3. Core Values */
.sr-au-values {
  background: #161616;
  padding: 5.5rem 0;
}

@media (min-width: 992px) {
  .sr-au-values {
    background: linear-gradient(rgba(22, 22, 22, 0.85), rgba(22, 22, 22, 0.90)), url('../img/fondo-mano.png') center bottom/70% auto no-repeat;
    background-color: #161616;
  }
}

.sr-au-values .sr-label {
  color: var(--sr-red-intense);
}

.sr-au-values-heading {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 600;
  color: white;
  line-height: 1.5;
  max-width: 760px;
  margin: 0 auto;
}

.sr-au-value-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

/* Left column: items alineados a la derecha, icono al final */
.sr-au-col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sr-au-col-left .sr-au-value-item {
  flex-direction: row-reverse;
  text-align: right;
}

.sr-au-col-left .sr-au-value-text {
  max-width: 220px;
}

.sr-au-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
}

.sr-au-value-icon svg,
.sr-au-value-icon img {
  width: 48px;
  height: 48px;
}

.sr-au-value-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.25rem;
}

.sr-au-value-text {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 220px;
}

.sr-au-heart-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 10px 40px rgba(196, 30, 42, 0.35));
}

/* 4. Our Team */
.sr-au-team {
  background: #fff;
  padding: 5rem 0;
}

.sr-au-team-title {
  margin-bottom: 2.5rem;
}

.sr-au-team-card {
  border-radius: 16px;
  overflow: hidden;
  background-image: url('/img/team/team-background.jpg');
  background-size: cover;
  background-position: center;
  max-width: 1140px;
  margin: 0 auto;
}

.sr-au-team-card-top {
  background: rgba(242, 0, 0, 0.8);
  padding: 3rem 4rem 2.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sr-au-team-logo {
  width: 64px;
  height: auto;
  margin-bottom: 1.25rem;
  filter: brightness(0) invert(1);
}

.sr-au-team-description {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 0;
}

.sr-au-team-card-bottom {
  background: rgba(0, 0, 0, 0.8);
  padding: 2.5rem 3rem;
}

.sr-au-team-members {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.sr-au-team-member {
  text-align: center;
  flex: 0 0 auto;
  max-width: 120px;
}

@media (max-width: 575.98px) {
  .sr-au-team-members {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .sr-au-team-member {
    max-width: 100%;
    width: 100%;
  }
}

.sr-au-team-photo-wrap {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  margin: 0 auto 0.75rem;
}

.sr-au-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sr-au-member-name {
  font-weight: 700;
  font-size: 0.88rem;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}

.sr-au-member-role {
  font-weight: 400;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  line-height: 1.3;
}

/* 5. Find Us */
.sr-au-find {
  background: #f0f0f0;
  overflow: hidden;
}

.sr-au-find-layout {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 5rem 0;
}

.sr-au-find-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.sr-au-find-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sr-au-find-card {
  position: relative;
  z-index: 1;
  background: #e4e4e4;
  padding: 4rem;
  width: 48%;
  margin-left: 5%;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sr-au-find-card .sr-label {
  color: var(--sr-red-intense);
}

.sr-au-find-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: var(--sr-dark);
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.sr-au-find-text {
  color: var(--sr-gris-oscuro);
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.sr-au-find-text a {
  color: var(--sr-gris-oscuro);
  text-decoration: none;
}

.sr-au-find-text a:hover {
  color: var(--sr-red-intense);
}

.sr-au-map-pin {
  position: absolute;
  bottom: 38%;
  left: 65%;
  transform: translateX(-50%);
  background: var(--sr-red-intense);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.sr-au-map-pin::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--sr-red-intense);
}

/* About Us – Responsive */
@media (max-width: 991.98px) {
  .sr-au-who-layout {
    flex-direction: column;
    min-height: unset;
  }

  .sr-au-who-img {
    position: relative;
    width: 100%;
    height: 320px;
  }

  .sr-au-who-card {
    width: 100%;
    margin-left: 0;
    padding: 3rem 2rem;
    box-shadow: none;
    background: white;
  }

  .sr-au-find-layout {
    flex-direction: column;
    min-height: unset;
    padding: 0;
  }

  .sr-au-find-img {
    position: relative;
    width: 100%;
    height: 320px;
  }

  .sr-au-find-photo {
    object-position: calc(50% - 100px) center;
  }

  .sr-au-find-card {
    width: 100%;
    margin-left: 0;
    padding: 3rem 2rem;
    box-shadow: none;
    background: #e4e4e4;
  }

  .sr-au-map-pin {
    left: 50%;
  }

  .sr-au-value-text {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .sr-au-hero {
    background-position: calc(50% - 120px) center;
  }

  .sr-au-values {
    padding: 3.5rem 0;
  }

  .sr-au-values .container-fluid {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sr-au-heart-img {
    max-width: 200px;
    margin: 0 auto 2rem;
  }
}

/* ============================================================
   CONTACT US PAGE
   ============================================================ */

/* 1. Hero */
.sr-cu-hero {
  min-height: 100vh;
  background-color: #1a2b38;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.25) 100%),
    url('../img/hero-truck-cu.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding-bottom: 9vh;
}

/* 2. Contact Form */
.sr-cu-contact {
  background-image: url('../img/fondo-gris-services.jpg');
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
}

.sr-cu-contact .sr-label {
  color: var(--sr-red-intense);
}

/* Form fields */
.sr-cu-label {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--sr-dark);
  margin-bottom: 0.4rem;
}

.sr-cu-label span {
  color: var(--sr-red-intense);
}

.sr-cu-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 0.6rem 0.9rem;
  font-size: 0.95rem;
  color: var(--sr-dark);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: inherit;
}

.sr-cu-input:focus {
  border-color: var(--sr-red-intense);
  box-shadow: 0 0 0 3px rgba(228, 9, 23, 0.12);
}

.sr-cu-textarea {
  resize: vertical;
  min-height: 130px;
}

.sr-cu-submit {
  background: var(--sr-red-intense) !important;
  color: white !important;
  border: none !important;
  border-radius: 30px;
  padding: 0.55rem 1.8rem;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background 0.2s;
}

.sr-cu-submit:hover {
  background: var(--sr-red) !important;
}

/* Alert messages */
.sr-cu-char-count {
  text-align: right;
  font-size: 0.78rem;
  color: var(--sr-gris-oscuro);
  margin-top: 0.25rem;
}

.sr-cu-char-limit {
  color: var(--sr-red-intense);
  font-weight: 700;
}

.sr-cu-input-error {
  border-color: var(--sr-red-intense) !important;
  box-shadow: 0 0 0 3px rgba(228, 9, 23, 0.12) !important;
}

.sr-cu-error {
  display: block;
  color: var(--sr-red-intense);
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0.3rem;
  min-height: 1rem;
}

.sr-cu-alert {
  border-radius: 6px;
  padding: 0.85rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 600;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sr-cu-alert-success {
  background: #e6f4ea;
  color: #2d6a4f;
  border: 1px solid #b7dfca;
}

.sr-cu-alert-error {
  background: #fdecea;
  color: #922b21;
  border: 1px solid #f5b7b1;
}

/* Contact Us – Responsive */
@media (max-width: 575.98px) {
  .sr-cu-hero {
    background-position: calc(50% - 50px) center;
  }
}

/* ============================================================
   WORK WITH US FORM PAGE
   ============================================================ */

/* 1. Hero */
.sr-wwuf-hero {
  min-height: 100vh;
  background-color: #1a2b38;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.25) 100%),
    url('../img/hero-wwuf.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
}

/* Work With Us Form – Responsive */
@media (max-width: 575.98px) {
  .sr-wwuf-hero {
    background-position: calc(50% - 50px) center;
  }
}
