@font-face {
  font-family: "Darwin Smith";
  src: url("../imgs/hero/Darwin%20Smith.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.header {
  position: relative;
  height: 100vh;
  min-height: 760px;
  background: #1c2a31;
  overflow: hidden;
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../imgs/hero/banner_2560_1080.png");
  background-position: center bottom;
  background-size: cover;
  transform: scale(1);
  filter: contrast(1.18) saturate(1.28) brightness(1.06);
  transition: filter 1.2s ease;
  will-change: transform;
}

.header::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(0, 0, 0, .14)),
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, .14), rgba(0, 0, 0, .2) 80%);
  pointer-events: none;
}

.header:hover::before {
  filter: contrast(1.22) saturate(1.34) brightness(1.07);
  transform: scale(1);
}

.header .overlay {
  background: transparent;
  justify-content: center;
  padding: 112px 28px 110px;
  z-index: 2;
}

.header .shape {
  display: none !important;
}

.mouse-icon {
  display: none !important;
}

.football-hero-content {
  width: min(1180px, 100%);
  margin: 0 auto;
  color: #fff;
}

.football-hero-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1fr);
  align-items: center;
  gap: 34px;
}

.football-hero-copy {
  align-self: start;
  padding-top: 52px;
}

.football-hero-logo {
  width: min(820px, 100%);
  margin: 0 0 0 auto;
  text-align: center;
  color: #fff;
  transform: translateY(146px);
}

.football-hero-logo h2 {
  margin: 0 0 -12px;
  font-family: "Darwin Smith", "Poppins", Arial, sans-serif;
  font-size: clamp(70px, 7vw, 116px);
  line-height: .88;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
  text-shadow:
    0 4px 0 rgba(48, 61, 70, .86),
    0 9px 12px rgba(0, 0, 0, .28);
}

.football-hero-logo svg {
  display: block;
  width: min(640px, 86%);
  height: auto;
  margin: 0 auto;
  overflow: visible;
}

.football-hero-logo text {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 2px;
  fill: #fff;
  paint-order: stroke fill;
  stroke: rgba(48, 61, 70, .88);
  stroke-width: 3.5px;
  text-shadow: 0 7px 10px rgba(0, 0, 0, .28);
}

.football-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(4px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.football-title {
  max-width: 650px;
  margin: 18px 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  line-height: 1.06;
  font-weight: 800;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.46);
}

.football-copy {
  max-width: 620px;
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.football-route-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin: 160px auto 0;
  transform: translateY(-20px);
}

.football-route-card {
  position: relative;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  color: #252525;
  text-align: center;
  backdrop-filter: blur(6px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.football-route-card:hover,
.football-route-card:focus {
  color: #252525;
  text-decoration: none;
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.36);
}

.route-ball {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #7c2631;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .4px;
  box-shadow: 0 8px 18px rgba(124, 38, 49, 0.3);
}

.football-route-card img {
  width: 96px;
  height: 96px;
  padding: 9px;
  margin-bottom: 9px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(37, 37, 37, 0.12);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.football-route-card strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: #7c2631;
  text-shadow: none;
}

.football-route-card small {
  display: block;
  margin-top: 4px;
  color: #4b4b4b;
  font-size: 10.5px;
  font-weight: 600;
  text-shadow: none;
}

@media (min-width: 1500px) {
  .header {
    min-height: 860px;
  }

  .header .overlay {
    padding-bottom: 220px;
  }

  .football-route-grid {
    max-width: 750px;
    margin-top: 118px;
    transform: translateY(18px);
  }

  .football-route-card {
    min-height: 172px;
  }
}

.route-page {
  min-height: 100vh;
  margin: 0;
  background: #f4f6f4;
  color: #252525;
  font-family: "Poppins", Arial, sans-serif;
}

.route-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 420px) 1fr;
}

.route-panel {
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.88)),
    url("../imgs/hero/valle-natural.jpeg") center center / cover;
  color: #252525;
}

.route-panel img {
  width: 170px;
  margin-bottom: 32px;
}

.route-panel h1 {
  margin: 0 0 18px;
  font-family: "Darwin Smith", "Poppins", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
}

.route-panel p {
  font-size: 16px;
  line-height: 1.6;
  color: #424242;
}

.route-lead {
  margin-bottom: 22px;
  font-weight: 600;
}

.route-steps {
  margin: 24px 0;
}

.route-steps h2 {
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
  color: #7c2631;
}

.route-steps ol {
  margin: 0;
  padding-left: 20px;
}

.route-steps li {
  margin-bottom: 16px;
  padding-left: 4px;
  color: #424242;
  line-height: 1.55;
}

.route-steps li strong {
  display: block;
  color: #252525;
}

.route-steps a {
  display: inline-block;
  margin-top: 7px;
  color: #7c2631;
  font-weight: 800;
  text-decoration: underline;
}

.route-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.route-list li {
  padding: 12px 0;
  border-top: 1px solid rgba(45, 45, 45, .16);
  font-size: 14px;
}

.route-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  background: #7c2631;
  color: #fff;
  font-weight: 800;
}

.route-button:hover,
.route-button:focus {
  color: #fff;
  text-decoration: none;
}

.route-map {
  min-height: 100vh;
  background: #ddd;
}

.route-map iframe {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  .header {
    min-height: 930px;
    height: auto;
    background-attachment: scroll;
  }

  .header .overlay {
    position: relative;
    min-height: 930px;
    padding: 96px 18px 110px;
  }

  .football-hero-main {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .football-hero-copy {
    padding-top: 0;
  }

  .football-hero-logo {
    margin: 0 auto;
    transform: translateY(0);
  }

  .football-hero-logo h2 {
    margin-bottom: -26px;
  }

  .football-hero-logo text {
    font-size: 46px;
    letter-spacing: 2px;
  }

  .football-route-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-top: 32px;
    transform: translateY(0);
  }

  .football-route-card {
    min-height: 220px;
  }

  .route-shell {
    grid-template-columns: 1fr;
  }

  .route-panel {
    padding: 26px 20px;
  }

  .route-map,
  .route-map iframe {
    min-height: 560px;
  }

  .left-image-post img {
    max-width: 100%;
    height: auto;
  }

  .tile .animate-text {
    transform: none;
  }
}

@media (max-width: 575px) {
  .header {
    min-height: 1040px;
  }

  .header .overlay {
    min-height: 1040px;
  }

  .football-hero-logo h2 {
    font-size: 72px;
    margin-bottom: -20px;
  }

  .football-hero-logo text {
    font-size: 38px;
    letter-spacing: 1.4px;
  }

  .football-route-card img {
    width: 118px;
    height: 118px;
  }
}

/* ===== AJUSTE MÁS COMPACTO PARA PÁGINAS DE RUTAS ===== */

.route-shell {
  grid-template-columns: minmax(285px, 335px) 1fr;
}

.route-panel {
  height: 100vh;
  overflow: hidden;
  padding: 18px 24px;
  box-sizing: border-box;
}

.route-panel img {
  width: 140px;
  margin-bottom: 18px;
}

.route-panel h1 {
  font-size: 27px;
  line-height: 1.02;
  margin-bottom: 12px;
}

.route-panel p {
  font-size: 15px;
  line-height: 1.35;
}

.route-lead {
  margin-bottom: 13px;
}

.route-steps {
  margin: 13px 0;
}

.route-steps h2 {
  font-size: 17.5px;
  line-height: 1.12;
  margin-bottom: 8px;
}

.route-steps ol {
  padding-left: 17px;
}

.route-steps li {
  margin-bottom: 8px;
  padding-left: 2px;
  font-size: 14.5px;
  line-height: 1.32;
}

.route-steps li strong {
  font-size: 12.8px;
  line-height: 1.18;
}

.route-steps a {
  margin-top: 3px;
  font-size: 12.5px;
}

.route-list {
  margin: 10px 0;
}

.route-list li {
  padding: 6px 0;
  font-size: 11.8px;
  line-height: 1.3;
}

.route-button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .route-panel {
    height: auto;
    overflow: visible;
    padding: 24px 18px;
  }
}
