:root {
  --bg: #05070c;
  --panel: #111826;
  --text: #f6f9ff;
  --muted: #c5cedf;
  --brand: #ff2a2a;
  --brand-2: #d4fc5c;
  --stroke: rgba(255, 255, 255, 0.1);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  --font-display: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(circle at 15% 15%, rgba(252, 163, 17, 0.17), transparent 35%),
    radial-gradient(circle at 85% 0%, rgba(255, 77, 45, 0.22), transparent 32%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--brand-2);
  outline-offset: 3px;
}

.section-lead a {
  color: var(--brand-2);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-lead a:hover {
  color: #e8ffc4;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10000;
  padding: 0.55rem 1rem;
  background: var(--brand-2);
  color: #0b0d12;
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 0 0 10px 10px;
  transform: translate(-50%, -120%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translate(-50%, 0);
  outline: none;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(8, 11, 18, 0.75);
  border-bottom: 1px solid var(--stroke);
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  font-weight: 500;
}

.nav-links a {
  color: var(--muted);
  transition: color 0.24s ease;
}

.nav-links a:hover {
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.header-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--stroke);
  color: var(--muted);
  background: rgba(0, 0, 0, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.header-social__link:hover {
  color: var(--text);
  border-color: rgba(212, 252, 92, 0.45);
  background: rgba(212, 252, 92, 0.08);
}

.header-social__icon {
  width: 18px;
  height: 18px;
}

.contact-social-label {
  margin: 1rem 0 0.35rem;
  color: var(--text);
}

.contact-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.contact-social__link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--brand-2);
  background: rgba(212, 252, 92, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contact-social__link:hover {
  border-color: rgba(212, 252, 92, 0.55);
  background: rgba(212, 252, 92, 0.12);
}

.hero {
  position: relative;
  padding: 6.5rem 0 4.5rem;
  overflow: hidden;
}

.hero--impact {
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--stroke);
}

.hero-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at 0% 45%, rgba(255, 42, 42, 0.22), transparent 52%),
    radial-gradient(circle at 92% 8%, rgba(212, 252, 92, 0.12), transparent 38%),
    linear-gradient(165deg, #020308 0%, #0a0f1a 38%, #05070d 100%);
}

.hero-visual__slash {
  position: absolute;
  width: 120%;
  height: 55%;
  left: -8%;
  bottom: -18%;
  transform: rotate(-11deg);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 42, 42, 0.12) 35%,
    rgba(255, 42, 42, 0.28) 55%,
    rgba(255, 42, 42, 0.06) 85%,
    transparent 100%
  );
}

.hero-visual__glow {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 70%;
  background: radial-gradient(ellipse 55% 45% at 50% 0%, rgba(255, 255, 255, 0.09), transparent 70%);
}

.hero-visual__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 65% at 30% 40%, black 15%, transparent 72%);
  opacity: 0.65;
}

.hero-visual__grain {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: stretch;
}

.hero-grid--impact {
  align-items: center;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.5rem, 2.7vw, 2.35rem);
}

.hero-copy p {
  color: var(--muted);
  max-width: 62ch;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.hero-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.55));
}

.hero-kicker-text {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.hero-tag {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.35);
}

.hero-tag--accent {
  color: #0b0d12;
  border-color: transparent;
  background: linear-gradient(125deg, var(--brand-2), #fff5ad);
}

.hero-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand);
}

.hero-title {
  font-family: var(--font-display);
  margin: 0 0 1rem;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero-title-line {
  display: block;
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  letter-spacing: 0.02em;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
}

.hero-title-line--huge {
  font-size: clamp(3.4rem, 11vw, 7.5rem);
  background: linear-gradient(95deg, #ffffff 0%, #ffc9c9 38%, var(--brand) 72%, var(--brand-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  font-size: 1.05rem;
  max-width: 52ch;
  color: rgba(230, 236, 248, 0.88);
}

.hero-stats {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: 0.04em;
  color: var(--text);
}

.hero-side {
  display: flex;
  align-items: stretch;
}

.hero-card--impact {
  border-left: 4px solid var(--brand);
  background: linear-gradient(160deg, rgba(12, 16, 26, 0.92), rgba(12, 16, 26, 0.55));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
}

.hero-card-label {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-2);
}

.hero-card-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.hero-card-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.hero-card-list li {
  margin-bottom: 0.55rem;
}

.hero-card-bar {
  margin-top: 1.25rem;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

.hero-card {
  border: 1px solid var(--stroke);
  background: linear-gradient(145deg, rgba(17, 24, 38, 0.9), rgba(17, 24, 38, 0.4));
  border-radius: 20px;
  padding: 1.35rem 1.45rem;
  box-shadow: var(--shadow);
}

.hero-card ul {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.hero-card li {
  margin-bottom: 0.55rem;
}

.eyebrow {
  font-size: 0.8rem;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: var(--brand-2);
  font-weight: 700;
}

.eyebrow.center {
  text-align: center;
}

.cta-row {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: linear-gradient(130deg, var(--brand), var(--brand-2));
  color: #1b1b1b;
  padding: 0.78rem 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(252, 163, 17, 0.25);
}

.btn-small {
  font-size: 0.9rem;
  padding: 0.58rem 0.95rem;
}

.btn-ghost {
  background: transparent;
  border-color: var(--stroke);
  color: var(--text);
}

.btn-ghost--light {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.btn-punch {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 16px 40px rgba(255, 42, 42, 0.35);
}

.btn-block {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 4rem 0;
}

.section-title {
  margin-bottom: 1.5rem;
  text-align: center;
}

.section-title-listino {
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
}

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

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.gallery-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.gallery-grid img:hover {
  transform: translateY(-4px);
  border-color: rgba(252, 163, 17, 0.75);
}

.service-card {
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 1rem 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(252, 163, 17, 0.7);
}

.service-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.section-dark {
  background: rgba(7, 12, 21, 0.75);
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.section-head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-lead {
  margin: 0.5rem 0 0;
  max-width: 60ch;
  color: var(--muted);
}

.section-lead.center {
  margin-left: auto;
  margin-right: auto;
}

.schedule-board {
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.35);
  overflow-x: auto;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 0.88rem;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid var(--stroke);
  padding: 0.65rem 0.55rem;
  text-align: center;
  vertical-align: middle;
}

.schedule-table thead th {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
}

.schedule-table tbody th[scope="row"] {
  font-weight: 700;
  color: var(--brand-2);
  white-space: nowrap;
  background: rgba(212, 252, 92, 0.06);
}

.course-pill {
  display: inline-block;
  padding: 0.35rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1.25;
}

.course-pill--tech {
  border-color: rgba(212, 252, 92, 0.45);
  background: rgba(212, 252, 92, 0.1);
}

.course-pill--circuit {
  border-color: rgba(255, 42, 42, 0.5);
  background: rgba(255, 42, 42, 0.12);
}

.schedule-empty {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
}

.schedule-legend {
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.82rem;
  color: var(--muted);
  align-items: center;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.35rem;
}

.legend-dot--default {
  background: rgba(255, 255, 255, 0.35);
}

.legend-dot--tech {
  background: var(--brand-2);
}

.legend-dot--circuit {
  background: var(--brand);
}

.price-board {
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.02);
  overflow-x: auto;
}

.price-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.price-table th,
.price-table td {
  border: 1px solid var(--stroke);
  padding: 0.85rem 0.75rem;
  text-align: center;
}

.price-table thead th {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.05rem;
  background: rgba(255, 42, 42, 0.12);
}

.price-table tbody th[scope="row"] {
  text-align: left;
  font-weight: 800;
  color: var(--brand-2);
  background: rgba(212, 252, 92, 0.06);
}

.price-now {
  font-weight: 800;
  font-size: 1.05rem;
}

.price-was {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 0.85rem;
  color: var(--muted);
  text-decoration: line-through;
  opacity: 0.85;
}

.price-footnote {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.price-footnote a {
  color: var(--brand-2);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quote-section blockquote {
  margin: 0;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 700;
  max-width: 22ch;
}

.quote-author {
  margin-top: 1rem;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.2rem;
  align-items: start;
}

.contact-grid p {
  color: var(--muted);
}

.contact-card {
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 1.1rem;
  background: rgba(17, 24, 38, 0.8);
}

.contact-card p strong {
  color: var(--text);
}

.map-embed {
  margin-top: 1rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--stroke);
}

.map-embed iframe {
  width: 100%;
  height: 320px;
  border: 0;
}

.map-block {
  margin-top: 1rem;
}

.map-placeholder {
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 1.1rem;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.map-placeholder p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 48ch;
}

.map-placeholder .btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
}

.coach-card {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.35);
  max-width: 720px;
}

.coach-avatar {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  background: linear-gradient(145deg, var(--brand), #8b0000);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.coach-body h3 {
  margin: 0 0 0.2rem;
  font-size: 1.35rem;
}

.coach-role {
  margin: 0 0 0.65rem;
  color: var(--brand-2);
  font-weight: 600;
  font-size: 0.9rem;
}

.coach-highlights {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.coach-highlights li {
  margin-bottom: 0.35rem;
}

.testimonial-disclaimer {
  font-size: 0.85rem !important;
  opacity: 0.9;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0.5rem;
}

.testimonial-card {
  margin: 0;
  padding: 1.1rem 1.15rem;
  border: 1px solid var(--stroke);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.testimonial-card blockquote {
  margin: 0;
}

.testimonial-card blockquote p {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
}

.testimonial-card figcaption {
  margin-top: 0.85rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--brand-2);
}

.testimonial-card figcaption span {
  font-weight: 500;
  color: var(--muted);
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--stroke);
  border-radius: 14px;
  margin-bottom: 0.65rem;
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-right: 2.5rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: var(--brand-2);
  font-size: 1.25rem;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  padding: 1.1rem 0 2rem;
  color: var(--muted);
  border-top: 1px solid var(--stroke);
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-grid p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 1.25rem;
  font-weight: 600;
}

.footer-links a {
  color: var(--brand-2);
}

.footer-links a:hover {
  color: #efffc9;
}

.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom, 0));
  gap: 0.5rem;
  background: rgba(5, 7, 12, 0.92);
  border-top: 1px solid var(--stroke);
  backdrop-filter: blur(10px);
}

.sticky-cta__btn {
  flex: 1;
  text-align: center;
  padding: 0.72rem 0.5rem;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sticky-cta__btn--call {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--stroke);
  color: var(--text);
}

.sticky-cta__btn--wa {
  background: linear-gradient(130deg, var(--brand), var(--brand-2));
  color: #0b0d12;
  border: 1px solid transparent;
}

.sticky-cta__btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1000px) {
  .hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero--impact {
    min-height: unset;
  }

  .hero-side {
    width: 100%;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .coach-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .coach-highlights {
    text-align: left;
  }
}

@media (max-width: 900px) {
  body {
    padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0));
  }

  .sticky-cta {
    display: flex;
  }

  .site-footer {
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 680px) {
  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 5.3rem;
  }

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

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