/* Ajustes solicitados para la navegación */
.main-nav {
  text-transform: uppercase;
}

.button-whatsapp {
  background: #25d366;
  color: #082b1a;
}

.button-whatsapp:hover {
  background: #42e37d;
}

.why-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.why-heading .eyebrow {
  margin-bottom: .8rem;
}

.why-heading h2 {
  margin-bottom: .9rem;
}

.why-line {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 auto;
  background: var(--petrol);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.why-card {
  min-height: 190px;
  padding: 1.6rem;
  border: 1px solid #0f3d4a18;
  background: #CBAD78;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.why-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 0;
  display: grid;
  place-items: center;
  color: var(--petrol);
}

.why-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: var(--petrol);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-card h3 {
  font-size: 1.05rem;
  margin-bottom: .55rem;
}

.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
}

@media(max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.why-grid{grid-template-columns:1fr}.why-card{min-height:150px}}

/* Equipos: jugadores a la izquierda e información a la derecha */
.split-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: center;
}

.split-media { order: 1; }
.split-copy { order: 2; }

@media(max-width:700px){
  .split-grid { grid-template-columns: 1fr; }
  .split-media, .split-copy { order: initial; }
}

.map-card {
  padding: 0;
  overflow: hidden;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 250px;
  border: 0;
}

.map-card > div,
.map-card > .map-link {
  margin-left: 2rem;
  margin-right: 2rem;
}

.map-card > div:first-of-type {
  margin-top: .8rem;
}

.map-card > div {
  padding: .85rem 0;
}

.map-card .map-link {
  display: inline-block;
  margin-top: .3rem;
  margin-bottom: 1.4rem;
  color: var(--petrol);
  font-weight: 700;
  font-size: .8rem;
  text-decoration: none;
}

@media(max-width:700px){.map-card iframe{height:220px}}

.contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr) minmax(280px, 1fr);
  gap: 2rem;
  align-items: center;
}

.contact-details {
  padding: 1.5rem;
}

.contact-details > div {
  margin-left: 0;
  margin-right: 0;
}

@media(max-width:900px){.contact-grid{grid-template-columns:1fr 1fr}.contact-grid > div:first-child{grid-column:1/-1}}
@media(max-width:700px){.contact-grid{grid-template-columns:1fr}.contact-grid > div:first-child{grid-column:auto}}

.team-visual {
  background: transparent;
  min-height: 680px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.team-visual img {
  width: 112%;
  height: 680px;
  object-fit: contain;
  object-position: center bottom;
}

.team-price {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 1rem;
  align-items: end;
  background: var(--petrol);
  color: var(--off);
  padding: 1rem 1.2rem;
  margin: 1.5rem 0;
}

.team-price span { grid-column: 1 / -1; color: var(--sand); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.team-price strong { font: 700 3.6rem/1 'Space Grotesk'; color: var(--sand); }
.team-price small { max-width: 9rem; text-align: right; font-size: .75rem; line-height: 1.25; }

@media(max-width:700px){.team-visual{min-height:480px}.team-visual img{width:108%;height:480px}.team-price strong{font-size:3rem}}
