.coach-profile-page,
.coach-profile-page * {
  font-family: 'Comfortaa', sans-serif !important;
  box-sizing: border-box;
}

.coach-profile-page {
  color: #434B49;
  background: #FFFFFF;
  overflow-x: hidden;
}

/* PAGE WIDTH */

.coach-profile-page .trh-container,
.coach-profile-page .trk-container,
.coach-profile-page .trt-container,
.coach-profile-page .trp-container,
.coach-profile-page .trs-container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* HERO */

.coach-profile-page .coach-profile-hero {
  background: linear-gradient(135deg, #F2F8F8 0%, #FFFFFF 100%);
  padding: 90px 0 70px;
}

.coach-profile-page .coach-profile-hero-grid {
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  gap: 56px;
  align-items: center;
}

.coach-profile-page .coach-profile-eyebrow,
.coach-profile-page .trh-eyebrow,
.coach-profile-page .trk-eyebrow,
.coach-profile-page .trt-eyebrow,
.coach-profile-page .trp-eyebrow,
.coach-profile-page .trs-eyebrow {
  color: var(--brand-hover) !important;
}

.coach-profile-page .coach-profile-name {
  color: var(--brand-primary) !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: 1.08;
  margin: 0 0 18px;
}

.coach-profile-page .coach-profile-location {
  color: var(--brand-location);
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 14px;
}

.coach-profile-page .coach-profile-hero-text {
  font-size: 19px;
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 30px;
}

.coach-profile-page .coach-profile-hero-buttons {
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

/* BUTTONS */

.coach-profile-page .trh-btn,
.coach-profile-page .trk-btn,
.coach-profile-page .trt-btn,
.coach-profile-page .trp-btn,
.coach-profile-page .trs-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 14px 24px !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.coach-profile-page .trh-btn-primary,
.coach-profile-page .trk-btn-primary,
.coach-profile-page .trt-btn-primary,
.coach-profile-page .trp-btn-primary,
.coach-profile-page .trs-btn-primary {
  background: var(--brand-primary) !important;
  color: #FFFFFF !important;
  border: 2px solid var(--brand-primary) !important;
}

.coach-profile-page .trh-btn-primary:hover,
.coach-profile-page .trk-btn-primary:hover,
.coach-profile-page .trt-btn-primary:hover,
.coach-profile-page .trp-btn-primary:hover,
.coach-profile-page .trs-btn-primary:hover {
  background: var(--brand-hover) !important;
  border-color: var(--brand-hover) !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.coach-profile-page .trh-btn-secondary,
.coach-profile-page .trk-btn-secondary,
.coach-profile-page .trt-btn-secondary,
.coach-profile-page .trp-btn-secondary,
.coach-profile-page .trs-btn-secondary {
  background: #FFFFFF !important;
  color: #434B49 !important;
  border: 1px solid #DDEAEA !important;
}

.coach-profile-page .trh-btn-secondary:hover,
.coach-profile-page .trk-btn-secondary:hover,
.coach-profile-page .trt-btn-secondary:hover,
.coach-profile-page .trp-btn-secondary:hover,
.coach-profile-page .trs-btn-secondary:hover {
  border-color: var(--brand-teal) !important;
  color: var(--brand-teal) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

/* HERO IMAGE */

.coach-profile-page .coach-profile-hero-image-wrap {
  justify-self: stretch;
  width: 100%;
  max-width: none;
}

.coach-profile-page .coach-profile-hero-image,
.coach-profile-page .coach-profile-photo-placeholder {
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(67, 75, 73, 0.14);
  background: #F2F8F8;
}

.coach-profile-page .coach-profile-photo-placeholder {
  background: var(--brand-primary);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  font-weight: 800;
}

/* HERO CARD / BRAND LOGOS */

.coach-profile-page .trh-hero-card,
.coach-profile-page .trk-hero-card,
.coach-profile-page .trt-hero-card,
.coach-profile-page .trp-hero-card,
.coach-profile-page .trs-hero-card,
.coach-profile-page .coach-profile-brand-card {
  border-left-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
  padding: 12px 14px !important;
  bottom: -18px !important;
}

.coach-profile-page .coach-profile-brand-card strong {
  color: var(--brand-primary) !important;
}

.coach-profile-page .coach-profile-brand-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.coach-profile-page .coach-profile-brand-logos img {
  max-width: 78px;
  max-height: 34px;
  object-fit: contain;
}

/* SECTIONS */

.coach-profile-page .trh-section,
.coach-profile-page .trk-section,
.coach-profile-page .trt-section,
.coach-profile-page .trp-section,
.coach-profile-page .trs-section {
  padding: 78px 0;
}

.coach-profile-page .coach-profile-soft-section {
  background: #F2F8F8 !important;
  padding: 78px 0 !important;
}

.coach-profile-page .coach-profile-single-column,
.coach-profile-page .coach-profile-rich-text,
.coach-profile-page .coach-profile-content-area {
  max-width: 900px;
}

.coach-profile-page h2 {
  color: var(--brand-teal) !important;
}

.coach-profile-page h3 {
  color: var(--brand-primary) !important;
}

.coach-profile-page .coach-profile-rich-text p,
.coach-profile-page .coach-profile-content-area p,
.coach-profile-page .coach-profile-card p,
.coach-profile-page .coach-profile-message,
.coach-profile-page li {
  font-size: 17px;
  line-height: 1.75;
}

.coach-profile-page .coach-profile-message {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 600;
}

/* SKILLS */

.coach-profile-page .coach-profile-skills-grid {
  display: grid !important;
  grid-template-columns: 3fr 1fr !important;
  gap: 42px !important;
  align-items: start !important;
}

.coach-profile-page .coach-profile-card {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(67, 75, 73, 0.08);
  border: 1px solid #E6EFEF;
}

.coach-profile-page .coach-profile-highlight-card {
  border-left: 8px solid var(--brand-primary);
}

/* TEXT EDITOR LISTS */

.coach-profile-page .coach-profile-rich-text ul {
  list-style: none;
  padding-left: 0;
}

.coach-profile-page .coach-profile-rich-text li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}

.coach-profile-page .coach-profile-rich-text li::before {
  content: "👍";
  position: absolute;
  left: 0;
  top: 0;
}

/* APPOINTMENTS */

.coach-profile-page .coach-profile-appointment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.coach-profile-page .coach-profile-appointment-card {
  display: block !important;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(67, 75, 73, 0.08);
  border: 1px solid #E6EFEF;
  text-decoration: none !important;
  color: #434B49 !important;
  transition: all 0.2s ease !important;
  cursor: pointer;
}

.coach-profile-page .coach-profile-appointment-card:hover {
  transform: translateY(-3px);
  text-decoration: none !important;
}

.coach-profile-page .coach-profile-appointment-card h3 {
  color: var(--brand-primary) !important;
  font-size: 23px;
  margin: 0 0 14px;
}

.coach-profile-page .coach-profile-appointment-card p {
  line-height: 1.7;
}

.coach-profile-page .coach-profile-book-label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 12px;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--brand-primary);
  color: #FFFFFF;
  font-weight: 800;
}

/* SOCIAL CONNECT */

.coach-profile-page .coach-profile-connect {
  background: #FFFFFF !important;
  color: #434B49 !important;
}

.coach-profile-page .coach-profile-connect h2 {
  color: var(--brand-teal) !important;
}

.coach-profile-page .coach-profile-social-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  margin-top: 32px;
}

.coach-profile-page .coach-profile-social-grid a {
  color: #434B49 !important;
  text-decoration: none !important;
  font-weight: 700;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.coach-profile-page .coach-profile-social-grid img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.coach-profile-page .coach-profile-social-grid span {
  display: block !important;
  color: #434B49 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  word-break: break-word !important;
  max-width: 180px !important;
}

/* TRH CONNECTED BRAND STRIP */

.coach-profile-page .coach-profile-brand-strip-section {
  padding: 42px 0 !important;
  background: #FFFFFF;
}

.coach-profile-page .coach-profile-brand-strip {
  background: #F2F8F8;
  border-radius: 28px;
  padding: 30px;
  text-align: center;
  border-left: 8px solid var(--brand-primary);
}

.coach-profile-page .coach-profile-brand-strip-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.coach-profile-page .coach-profile-brand-strip-logos img {
  max-width: 150px;
  max-height: 58px;
  object-fit: contain;
}

/* MOBILE */

@media (max-width: 980px) {
  .coach-profile-page .coach-profile-hero-grid,
  .coach-profile-page .coach-profile-appointment-grid,
  .coach-profile-page .coach-profile-skills-grid {
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  .coach-profile-page .coach-profile-hero-image-wrap {
    justify-self: start;
    max-width: 420px;
  }

  .coach-profile-page .trh-hero-card,
  .coach-profile-page .trk-hero-card,
  .coach-profile-page .trt-hero-card,
  .coach-profile-page .trp-hero-card,
  .coach-profile-page .trs-hero-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto !important;
    margin-top: -16px;
  }
}

@media (max-width: 620px) {
  .coach-profile-page .coach-profile-hero {
    padding: 60px 0;
  }

  .coach-profile-page .trh-section,
  .coach-profile-page .trk-section,
  .coach-profile-page .trt-section,
  .coach-profile-page .trp-section,
  .coach-profile-page .trs-section,
  .coach-profile-page .coach-profile-soft-section {
    padding: 56px 0 !important;
  }

  .coach-profile-page .coach-profile-name {
    font-size: 38px !important;
  }

  .coach-profile-page .coach-profile-hero-text,
  .coach-profile-page .coach-profile-rich-text p,
  .coach-profile-page .coach-profile-content-area p,
  .coach-profile-page .coach-profile-card p,
  .coach-profile-page .coach-profile-message,
  .coach-profile-page li {
    font-size: 17px;
  }

  .coach-profile-page .coach-profile-hero-buttons,
  .coach-profile-page .trh-buttons,
  .coach-profile-page .trk-buttons,
  .coach-profile-page .trt-buttons,
  .coach-profile-page .trp-buttons,
  .coach-profile-page .trs-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .coach-profile-page .trh-btn,
  .coach-profile-page .trk-btn,
  .coach-profile-page .trt-btn,
  .coach-profile-page .trp-btn,
  .coach-profile-page .trs-btn {
    width: fit-content;
    max-width: 100%;
  }

  .coach-profile-page .coach-profile-social-grid {
    gap: 24px;
  }

  .coach-profile-page .coach-profile-social-grid a {
    width: 130px;
  }

  .coach-profile-page .coach-profile-social-grid img {
    width: 72px;
    height: 72px;
  }

  .coach-profile-page .coach-profile-social-grid span {
    font-size: 14px !important;
  }
}
