/* GuerreroPhysio visual refresh */
:root {
  --gp-ink: #10231f;
  --gp-muted: #5e6f68;
  --gp-line: #dbe7e2;
  --gp-surface: #f5faf7;
  --gp-card: #ffffff;
  --gp-accent: #39b68d;
  --gp-accent-dark: #18765d;
  --gp-warm: #f2c66d;
}

body {
  color: var(--gp-ink);
}

.gp-hero {
  min-height: 760px;
  background:
    linear-gradient(90deg, rgba(12, 31, 27, .94) 0%, rgba(12, 31, 27, .88) 44%, rgba(12, 31, 27, .30) 100%),
    url("../images/misc/s1.webp") center right / cover no-repeat;
  display: flex;
  align-items: center;
  padding: 170px 0 90px;
}

.gp-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: 64px;
  line-height: 1.04;
  margin-bottom: 24px;
}

.gp-hero .lead {
  max-width: 680px;
  color: rgba(255,255,255,.84);
  font-size: 19px;
  line-height: 1.75;
}

.gp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  margin-bottom: 22px;
}

.gp-hero-actions,
.gp-contact-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.gp-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}

.gp-btn-outline:hover {
  color: #fff;
  border-color: #fff;
}

.gp-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 780px;
  margin-top: 34px;
}

.gp-trust-item {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  padding: 18px;
  color: #fff;
  backdrop-filter: blur(8px);
}

.gp-trust-item strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 7px;
}

.gp-info-strip {
  margin-top: -42px;
  position: relative;
  z-index: 3;
}

.gp-info-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16,35,31,.16);
  border: 1px solid var(--gp-line);
  overflow: hidden;
}

.gp-info-card {
  padding: 28px 30px;
  height: 100%;
  border-right: 1px solid var(--gp-line);
}

.gp-info-card:last-child {
  border-right: 0;
}

.gp-info-card span {
  display: block;
  color: var(--gp-muted);
  margin-top: 5px;
}

.gp-section-head {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.gp-section-head .subtitle {
  margin-bottom: 12px;
}

.gp-section-head p {
  color: var(--gp-muted);
  font-size: 17px;
  line-height: 1.75;
}

.gp-treatment-card {
  height: 100%;
  background: var(--gp-card);
  border: 1px solid var(--gp-line);
  border-radius: 8px;
  padding: 30px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gp-treatment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(16,35,31,.10);
  border-color: rgba(57,182,141,.45);
}

.gp-treatment-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 22px;
}

.gp-treatment-card h4 {
  margin-bottom: 12px;
}

.gp-treatment-card p {
  color: var(--gp-muted);
  min-height: 112px;
}

.gp-highlight {
  background: var(--gp-surface);
  border-top: 1px solid var(--gp-line);
  border-bottom: 1px solid var(--gp-line);
}

.gp-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gp-proof {
  background: #fff;
  border: 1px solid var(--gp-line);
  border-radius: 8px;
  padding: 26px;
}

.gp-proof strong {
  display: block;
  font-size: 30px;
  color: var(--gp-accent-dark);
  line-height: 1;
  margin-bottom: 8px;
}

.gp-contact-card {
  background: #fff;
  border: 1px solid var(--gp-line);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 14px 38px rgba(16,35,31,.08);
}

.gp-map {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}

.gp-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--gp-surface);
  color: var(--gp-accent-dark);
  font-weight: 700;
  margin-bottom: 18px;
}

#subheader {
  padding-top: 150px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .gp-hero {
    min-height: auto;
    padding: 135px 0 72px;
    background:
      linear-gradient(180deg, rgba(12, 31, 27, .95) 0%, rgba(12, 31, 27, .78) 100%),
      url("../images/misc/s1.webp") center / cover no-repeat;
  }

  .gp-hero h1 {
    font-size: 42px;
  }

  .gp-trust-row,
  .gp-proof-grid {
    grid-template-columns: 1fr;
  }

  .gp-info-strip {
    margin-top: 0;
  }

  .gp-info-card {
    border-right: 0;
    border-bottom: 1px solid var(--gp-line);
  }
}

@media only screen and (max-width: 575px) {
  .gp-hero h1 {
    font-size: 36px;
  }

  .gp-hero .lead {
    font-size: 17px;
  }

  .gp-hero-actions .btn-main,
  .gp-hero-actions .gp-btn-outline,
  .gp-contact-actions .btn-main,
  .gp-contact-actions .gp-btn-outline {
    width: 100%;
  }
}
