/* =============================================================
   Public inner pages — UXPeak layout (Services, Coachs, Aide,
   Nouvelles, Article, FAQ, Boutique). Load last.
   Brand #08090C / #0080FF. Mobile-first, 44px targets, 16px inputs.
   ============================================================= */

body.pub-page {
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
  font-feature-settings: "ss01" 1, "cv11" 1;
}

body.pub-page h1,
body.pub-page h2,
body.pub-page h3,
body.pub-page .page-hero__title {
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-weight: 700;
  letter-spacing: -0.035em;
}

body.pub-page p,
body.pub-page .lead,
body.pub-page li,
body.pub-page .page-hero__subtitle {
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
  letter-spacing: -0.011em;
}

body.pub-page main > section + section {
  border-top: none;
}

/* ── Spacious centered hero ────────────────────────────────── */

body.pub-page .page-hero,
body.pub-page .pub-hero {
  padding-top: var(--page-hero-pad-top) !important;
  padding-bottom: clamp(2.75rem, 6vw, 4.5rem) !important;
  text-align: center;
}

@media (min-width: 901px) {
  body.pub-page .page-hero,
  body.pub-page .pub-hero {
    min-height: min(36vh, 20rem);
    display: flex;
    align-items: center;
  }
}

body.pub-page .page-hero::before,
body.pub-page .pub-hero::before {
  inset: -18% 8% auto;
  height: 240px;
  background: radial-gradient(ellipse at center, rgba(0, 128, 255, 0.22), transparent 70%);
}

body.pub-page .page-hero .container,
body.pub-page .pub-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 44rem;
  margin-inline: auto;
}

body.pub-page .page-hero .eyebrow,
body.pub-page .pub-hero .eyebrow {
  margin: 0 auto 0.35rem;
  background: rgba(0, 128, 255, 0.1) !important;
  color: #7dd3fc !important;
  border: 1px solid rgba(0, 128, 255, 0.32) !important;
  box-shadow: none !important;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.1em;
}

body.pub-page .page-hero__title {
  margin: 0.7rem auto 0.9rem;
  font-size: clamp(2.15rem, 5.6vw, 3.55rem);
  line-height: 1.06;
  max-width: 16em;
}

body.pub-page .page-hero__subtitle {
  max-width: 42rem;
  margin: 0 auto;
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  line-height: 1.65;
  color: #94a3b8;
}

body.pub-page .pub-hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
  width: 100%;
}

body.pub-page .pub-hero__cta .btn {
  min-height: 3.15rem;
  border-radius: 14px;
  font-weight: 600;
  flex: 1 1 10rem;
  max-width: 18rem;
}

body.pub-page .pub-hero__cta .btn--primary {
  background: #0080ff !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(0, 128, 255, 0.3);
}

/* ── Section rhythm ────────────────────────────────────────── */

body.pub-page .pub-section,
body.pub-page .services-catalog-section,
body.pub-page .coachs-values,
body.pub-page .aide-content-band,
body.pub-page .news-content-band,
body.pub-page .faq-section {
  padding-top: clamp(2.25rem, 5vw, 3.75rem);
  padding-bottom: clamp(3.5rem, 8vw, 5.75rem);
}

body.pub-page .section-header,
body.pub-page .pub-section__head {
  text-align: center;
  max-width: 42rem;
  margin-inline: auto;
}

body.pub-page .services-catalog__toolbar {
  text-align: center;
  max-width: none;
  width: 100%;
  margin-inline: auto;
}

body.pub-page .services-catalog__toolbar > .eyebrow,
body.pub-page .services-catalog__heading,
body.pub-page .services-catalog__hint {
  margin-inline: auto;
  text-align: center;
}

body.pub-page .section-header h2,
body.pub-page .services-catalog__heading,
body.pub-page .newsroom__title {
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  margin: 0.4rem auto 0.55rem;
  max-width: min(54rem, 100%);
  text-wrap: pretty;
}

body.pub-page .services-catalog__hint,
body.pub-page .section-header .lead,
body.pub-page .newsroom__meta {
  color: #94a3b8;
  font-size: 0.92rem;
  max-width: min(44rem, 100%);
  margin-inline: auto;
}

/* ── Frost cards ───────────────────────────────────────────── */

body.pub-page .pub-card,
body.pub-page #comparaison .card,
body.pub-page .pub-value-card,
body.pub-page .stat-box,
body.pub-page .faq-item,
body.pub-page .coach-card,
body.pub-page .help-accordion__item,
body.pub-page .newsroom-card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 1.05rem !important;
  box-shadow: none !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

body.pub-page .pub-value-card {
  display: grid;
  grid-template-columns: 1.35rem 1fr;
  gap: 0.6rem;
  align-items: start;
  padding: 1.05rem 1.05rem 1.1rem;
  text-align: left;
}

body.pub-page #comparaison .card {
  padding: 1.05rem 1.05rem 1.1rem;
  text-align: left;
}

body.pub-page .pub-value-card svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #0080ff;
  margin-top: 0.15rem;
}

body.pub-page #comparaison .card__title,
body.pub-page .pub-value-card strong,
body.pub-page .pub-value-card h3 {
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
}

body.pub-page #comparaison .card__desc,
body.pub-page .pub-value-card span,
body.pub-page .pub-value-card p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.5;
}

.pub-choice-grid,
.pub-value-grid,
body.pub-page #comparaison .grid.grid-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 720px) {
  .pub-choice-grid,
  .pub-value-grid,
  body.pub-page #comparaison .grid.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

/* ── Filter chips (horizontal scroll on phone) ─────────────── */

body.pub-page .services-catalog__pills-mount,
body.pub-page #services-category-filters,
body.pub-page .services-catalog__filters {
  display: flex;
  justify-content: stretch;
  width: 100%;
  max-width: 100%;
}

body.pub-page .services-catalog__filters,
body.pub-page #services-category-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  overflow: visible;
  padding: 0.15rem;
}

body.pub-page .services-catalog__filters::-webkit-scrollbar,
body.pub-page #services-category-filters::-webkit-scrollbar {
  display: none;
}

body.pub-page .services-catalog__pill,
body.pub-page .newsroom__filter {
  min-height: 48px;
  width: 100%;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.88rem !important;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-transform: none !important;
  padding: 0.7rem 0.85rem !important;
  border-radius: 10px !important;
  line-height: 1.25;
}

body.pub-page .services-catalog__pill.is-active,
body.pub-page .newsroom__filter.is-active {
  background: #0080ff !important;
  color: #fff !important;
  border-color: #0080ff !important;
}

@media (min-width: 700px) {
  body.pub-page .services-catalog__filters,
  body.pub-page #services-category-filters {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none;
    overflow: visible;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.4rem;
    gap: 0.4rem;
  }

  body.pub-page .services-catalog__pill {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3.35rem;
    font-size: clamp(0.82rem, 1.05vw, 1rem) !important;
    padding: 0.85rem 0.65rem !important;
  }
}

/* Sticky filter bar on phone so catalogue stays usable while scrolling */
@media (max-width: 759px) {
  body.pub-page .services-catalog__toolbar {
    position: sticky;
    top: calc(var(--header-h, 54px) + 0.35rem);
    z-index: 8;
    max-width: none;
    margin: 0 -0.15rem 0.85rem;
    padding: 0.55rem 0.15rem 0.15rem;
    background: linear-gradient(180deg, rgba(8, 9, 12, 0.96) 70%, rgba(8, 9, 12, 0.72));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  body.pub-page .services-catalog__toolbar .eyebrow,
  body.pub-page .services-catalog__heading,
  body.pub-page .services-catalog__hint {
    display: none;
  }
}

/* ── Service cards: shorter media on phone ─────────────────── */

@media (max-width: 640px) {
  body.pub-page .service-card--v2 .service-card__media {
    max-height: 180px;
    min-height: 132px;
  }

  body.pub-page .service-card--v2 .service-card__body {
    padding: 1rem 1rem 1.05rem;
  }

  body.pub-page .service-card--v2 .btn,
  body.pub-page .service-card--v2 a.btn {
    min-height: 44px;
    width: 100%;
    justify-content: center;
  }
}

/* ── Coach page ────────────────────────────────────────────── */

body.pub-page--coachs .coachs-top-grid {
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

@media (min-width: 900px) {
  body.pub-page--coachs .coachs-top-grid {
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.15fr);
    align-items: stretch;
    gap: 1.5rem;
  }

  body.pub-page--coachs .coachs-founder,
  body.pub-page--coachs .coachs-founder .coach-card {
    height: 100%;
  }
}

body.pub-page--coachs .coachs-founder .coach-card {
  max-width: none;
  padding: 0.75rem 0.75rem 0.85rem !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

body.pub-page--coachs .coach-card__portrait {
  aspect-ratio: 4 / 5;
  max-height: min(62vh, 520px);
  width: 100%;
  border-radius: 14px;
  border-bottom: none !important;
  overflow: hidden;
}

body.pub-page--coachs .coach-card__photo {
  object-fit: cover;
  object-position: center 18%;
}

@media (max-width: 640px) {
  body.pub-page--coachs .coach-card__portrait {
    aspect-ratio: 4 / 5;
    max-height: min(68vh, 460px);
  }
}

body.pub-page--coachs .coach-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.95rem 0.2rem 0.2rem !important;
}

body.pub-page--coachs .coach-card__body::before {
  display: none;
}

body.pub-page--coachs .coach-card__role {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0.42rem 0.85rem !important;
  line-height: 1.4;
  letter-spacing: 0.08em !important;
  white-space: normal;
  text-align: center;
  background: rgba(0, 128, 255, 0.2) !important;
  border: 1px solid rgba(0, 128, 255, 0.5) !important;
  color: #dbeeff !important;
  border-radius: 999px !important;
}

body.pub-page--coachs .coach-card__role::before {
  display: none !important;
}

body.pub-page--coachs .coach-card__name {
  margin: 0;
}

body.pub-page--coachs .coach-card__bio {
  margin: 0;
  max-width: none;
}

body.pub-page--coachs .coach-card__certifs {
  width: 100%;
  box-sizing: border-box;
  margin: 0.15rem 0 0 !important;
  padding: 0.55rem 0.8rem;
}

body.pub-page--coachs .coach-approach .eyebrow,
body.pub-page--coachs .section-header .eyebrow,
body.pub-page--coachs .coachs-values .eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 0.55rem;
  padding: 0.42rem 0.9rem !important;
  background: rgba(0, 128, 255, 0.2) !important;
  border: 1px solid rgba(0, 128, 255, 0.5) !important;
  color: #dbeeff !important;
  box-shadow: none !important;
  letter-spacing: 0.1em;
}

body.pub-page--coachs .coach-approach {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem 1.25rem 1.3rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

body.pub-page--coachs .coach-approach h2 {
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  margin: 0.2rem 0 0.45rem;
}

body.pub-page--coachs .coach-approach .lead {
  color: #94a3b8;
  font-size: 0.95rem;
  margin: 0 0 0.9rem;
}

body.pub-page--coachs .coach-approach .feature-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.pub-page--coachs .coach-approach .feature-list li {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  gap: 0.65rem;
  align-items: start;
}

body.pub-page--coachs .coach-approach .feature-list svg {
  width: 1.35rem;
  height: 1.35rem;
  color: #0080ff;
  margin-top: 0.15rem;
}

body.pub-page--coachs .coach-approach__cta {
  margin-top: auto;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.pub-page--coachs .coach-approach__cta p {
  margin: 0 0 0.85rem;
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.5;
}

body.pub-page--coachs .coach-approach__cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

body.pub-page--coachs .coach-approach__cta .btn {
  min-height: 2.85rem;
  border-radius: 12px;
  font-weight: 600;
}

body.pub-page--coachs .coach-approach__cta .btn--primary {
  background: #0080ff !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(0, 128, 255, 0.28);
}

body.pub-page--coachs .pub-stat-grid,
body.pub-page--coachs .grid.grid-3:has(.stat-box) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

body.pub-page--coachs .stat-box {
  text-align: center;
  padding: 0.8rem 0.5rem 0.75rem !important;
}

body.pub-page--coachs .stat-box__value {
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-size: clamp(1.15rem, 3.5vw, 1.55rem);
  letter-spacing: -0.04em;
}

body.pub-page--coachs .stat-box__label {
  font-size: 0.72rem;
  color: #94a3b8;
  line-height: 1.3;
}

body.pub-page--coachs .coachs-values__footnote {
  text-align: center;
  margin-inline: auto;
  font-size: 0.85rem;
}

/* ── Aide ──────────────────────────────────────────────────── */

body.pub-page--aide .help-hero-search {
  width: 100%;
  max-width: 36rem;
  margin-top: 1rem;
}

body.pub-page--aide .help-hero-search input {
  min-height: 48px;
  font-size: 16px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.pub-page--aide .help-hint {
  font-size: 0.82rem;
}

body.pub-page--aide .help-pillars-layout {
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

body.pub-page--aide .help-pillars-sidebar {
  position: static;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.4rem;
  padding-bottom: 0.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.pub-page--aide .help-pillars-sidebar::-webkit-scrollbar {
  display: none;
}

body.pub-page--aide .help-pillars-sidebar__btn {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  justify-items: start;
  column-gap: 0.55rem;
  width: 100%;
  min-height: 44px;
  min-width: min(16rem, 78vw);
  padding: 0.55rem 0.75rem 0.55rem 0.85rem;
  text-align: left;
  white-space: normal;
  border-left: 2px solid transparent;
}

body.pub-page--aide .help-pillars-sidebar__btn.is-active {
  background: rgba(0, 128, 255, 0.1) !important;
  border-color: rgba(0, 128, 255, 0.28) !important;
  border-left-color: #0080ff !important;
  color: #fff !important;
}

body.pub-page--aide .help-pillars-sidebar__icon {
  justify-self: center;
}

body.pub-page--aide .help-pillars-sidebar__label {
  justify-self: start;
}

body.pub-page--aide .help-pillars-sidebar__btn small {
  justify-self: end;
  opacity: 0.75;
  font-variant-numeric: tabular-nums;
}

body.pub-page--aide .help-accordion__summary {
  min-height: 52px;
  padding: 0.9rem 1rem;
}

body.pub-page--aide .help-accordion__title {
  font-size: 0.98rem;
  text-align: left;
}

@media (min-width: 960px) {
  body.pub-page--aide .help-pillars-layout {
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
  }

  body.pub-page--aide .help-pillars-sidebar {
    position: sticky;
    top: calc(var(--header-h, 54px) + 0.75rem);
    flex-direction: column;
    overflow: visible;
  }

  body.pub-page--aide .help-pillars-sidebar__btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    border-radius: 12px;
  }
}

/* ── Nouvelles ─────────────────────────────────────────────── */

body.pub-page--news .newsroom {
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

body.pub-page--news .newsroom__nav {
  position: static;
}

body.pub-page--news .newsroom__filter-list,
body.pub-page--news #news-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.4rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.pub-page--news .newsroom__filter-list::-webkit-scrollbar,
body.pub-page--news #news-filters::-webkit-scrollbar {
  display: none;
}

body.pub-page--news .newsroom__toolbar {
  display: grid;
  gap: 0.65rem;
}

body.pub-page--news .newsroom__search,
body.pub-page--news #news-search {
  width: 100%;
}

body.pub-page--news #news-search {
  min-height: 48px;
  font-size: 16px !important;
  border-radius: 14px;
  padding: 0.7rem 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

body.pub-page--news .newsroom__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

body.pub-page--news .newsroom-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

@media (min-width: 720px) {
  body.pub-page--news .newsroom__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  body.pub-page--news .newsroom {
    grid-template-columns: minmax(180px, 210px) minmax(0, 1fr);
  }

  body.pub-page--news .newsroom__nav {
    position: sticky;
    top: calc(var(--header-h, 54px) + 0.75rem);
  }

  body.pub-page--news .newsroom__filter-list,
  body.pub-page--news #news-filters {
    flex-direction: column;
    overflow: visible;
  }

  body.pub-page--news .newsroom__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.pub-page--news .newsroom__toolbar {
    grid-template-columns: 1fr minmax(14rem, 18rem);
    align-items: center;
  }
}

/* ── Article ───────────────────────────────────────────────── */

body.pub-page--article .news-article-page {
  padding-top: 0.5rem;
}

body.pub-page--article .news-article-page__inner {
  max-width: 42rem;
}

body.pub-page--article .news-article-page__back {
  min-height: 44px;
  align-items: center;
}

body.pub-page--article .news-article-page__hero {
  aspect-ratio: 16 / 10;
  border-radius: 1.05rem;
}

@media (max-width: 640px) {
  body.pub-page--article .news-article-page__hero {
    aspect-ratio: 16 / 11;
    border-radius: 0.9rem;
  }
}

/* ── FAQ ───────────────────────────────────────────────────── */

body.pub-page--faq .faq-shell,
body.pub-page--faq .faq-list {
  max-width: 40rem;
  margin-inline: auto;
}

body.pub-page--faq .faq-item__q {
  min-height: 52px;
  padding: 0.95rem 1rem !important;
  font-size: 0.98rem !important;
  text-align: left;
}

/* ── Boutique ──────────────────────────────────────────────── */

body.pub-page--shop .merch-catalog-section .services-catalog__toolbar {
  max-width: none;
  width: 100%;
}

body.pub-page--shop .merch-catalog-section .services-catalog__pills-mount {
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
}

body.pub-page--shop .merch-catalog-section .services-catalog__filters {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  width: 100%;
  max-width: none;
  overflow: visible !important;
  flex-wrap: unset !important;
  padding: 0.2rem;
}

body.pub-page--shop .merch-catalog-section .services-catalog__pill {
  width: 100%;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 0.85rem !important;
  border-radius: 10px !important;
  font-size: 0.88rem !important;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-transform: none !important;
  white-space: nowrap;
  line-height: 1.25;
}

@media (min-width: 700px) {
  body.pub-page--shop .merch-catalog-section .services-catalog__filters {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.4rem;
    gap: 0.4rem;
  }

  body.pub-page--shop .merch-catalog-section .services-catalog__pill {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3.35rem;
    white-space: nowrap !important;
    font-size: clamp(0.82rem, 1.05vw, 1rem) !important;
    padding: 0.85rem 0.65rem !important;
  }
}

body.pub-page--shop .merch-cart-btn {
  min-height: 48px;
}

@media (max-width: 759px) {
  body.pub-page--shop .services-catalog__toolbar .eyebrow,
  body.pub-page--shop .services-catalog__heading,
  body.pub-page--shop .services-catalog__hint {
    display: block;
  }

  body.pub-page--shop .merch-catalog__intro .eyebrow {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  body.pub-page--shop .merch-cart-btn {
    min-height: 48px;
    width: 100%;
    flex: 1 1 100%;
  }
}

/* ── CTA band ──────────────────────────────────────────────── */

body.pub-page .cta-band {
  text-align: center;
  padding: 1.35rem 1.1rem 1.5rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.pub-page .cta-band h2 {
  font-size: clamp(1.35rem, 3.4vw, 1.85rem);
  margin: 0.35rem auto 0.4rem;
  max-width: 18ch;
}

body.pub-page .cta-band p {
  color: #94a3b8;
  margin: 0 auto 1rem;
  max-width: 36rem;
}

body.pub-page .cta-band .btn {
  min-height: 48px;
  border-radius: 12px;
}

/* ── Phone book bar: off. The CTA card already has the same action. ── */

.pub-mobile-cta {
  display: none !important;
}

@media (max-width: 759px) {
  body.pub-page--services main,
  body.pub-page--coachs main {
    padding-bottom: 0.25rem;
  }

  body.pub-page .footer-brand__cta {
    display: none !important;
  }
}

@media (max-width: 1079px) {
  body.pub-page--news .newsroom__nav-title {
    display: none;
  }
}

body.pub-page--shop .merch-product-info .btn,
body.pub-page--shop .merch-product-info button {
  min-height: 48px;
}

body.pub-page--shop input,
body.pub-page--shop select,
body.pub-page--shop textarea {
  font-size: 16px;
}

@media (max-width: 640px) {
  body.pub-page--shop .merch-product-gallery__main {
    aspect-ratio: 1 / 1;
    max-height: 72vw;
  }
}
  body.pub-page * {
    scroll-behavior: auto !important;
  }
}
