body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul {
  list-style-type: none;
  padding: 0;
}

/* ============================================================
   Shared section primitives
   ============================================================ */

/* Section frame: padding, border, inner max-width */
.fizio-approach,
.fizio-problems,
.fizio-why,
.fizio-services,
.fizio-team,
.fizio-reviews {
  padding: 96px 56px;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-approach__inner,
.fizio-problems__inner,
.fizio-services__inner,
.fizio-team__inner,
.fizio-reviews__inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* Section background variants */
.fizio-approach,
.fizio-why,
.fizio-team { background: #fff; }

.fizio-problems,
.fizio-services,
.fizio-reviews { background: #f3f4f7; }

/* Section heading block */
.fizio-approach__head,
.fizio-problems__head,
.fizio-why__head,
.fizio-services__head,
.fizio-team__head,
.fizio-reviews__head {
  text-align: center;
  margin-bottom: 56px;
}

/* Eyebrow tag pill */
.fizio-hero__tag,
.fizio-approach__tag,
.fizio-problems__tag,
.fizio-why__tag,
.fizio-services__tag,
.fizio-team__tag,
.fizio-reviews__tag,
.fizio-aboutus-hero__tag,
.fizio-team-hero__tag,
.fizio-tcard__specialty {
  display: inline-block;
  background: #eaecf2;
  color: #5a6272;
  font-size: 11px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
}

/* Section h2 title (40px serif) */
.fizio-approach__title,
.fizio-problems__title,
.fizio-why__title,
.fizio-services__title,
.fizio-team__title,
.fizio-reviews__title {
  font-size: 40px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  margin: 16px 0 12px;
  line-height: 1.2;
}

/* Centered lead paragraph */
.fizio-approach__lead,
.fizio-problems__lead,
.fizio-why__lead,
.fizio-services__lead,
.fizio-team__lead {
  font-size: 16px;
  color: #5a6272;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto;
}

/* Dark pill button */
.fizio-hero__btn--primary,
.fizio-why__btn,
.fizio-team__btn,
.fizio-tcard__btn--primary {
  background: #0f1117;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}

.fizio-hero__btn--primary:hover,
.fizio-why__btn:hover,
.fizio-team__btn:hover,
.fizio-tcard__btn--primary:hover { color: #fff; opacity: 0.92; }

/* Shared stat number */
.fizio-hero__stat-num,
.fizio-team-hero__stat-num {
  font-size: 24px;
  font-weight: 800;
  color: #0f1117;
  font-family: Georgia, "Times New Roman", serif;
}

/* Shared stat label */
.fizio-hero__stat-label,
.fizio-team-hero__stat-label {
  font-size: 11px;
  color: #9aa0ad;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-top: 4px;
}

/* Shared stat divider */
.fizio-hero__stat-divider,
.fizio-team-hero__stat-divider {
  width: 1px;
  height: 36px;
  background: #e4e6ea;
}

/* ---------- Breadcrumbs ---------- */
.fizio-breadcrumbs {
  padding: 14px 56px;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-breadcrumbs ol {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fizio-breadcrumbs li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #9aa0ad;
}

.fizio-breadcrumbs a {
  color: #9aa0ad;
  text-decoration: none;
}

.fizio-breadcrumbs a:hover { color: #5a6272; }

.fizio-breadcrumbs li:last-child {
  color: #0f1117;
  font-weight: 600;
}

.fizio-breadcrumbs__sep {
  margin: 0 8px;
  color: #9aa0ad;
}

@media (max-width: 768px) {
  .fizio-breadcrumbs { padding: 12px 18px; }
}

/* ---------- Navbar ---------- */
.fizio-navbar {
  border-bottom: 1px solid #e4e6ea;
  padding: 0 56px;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
}

.fizio-navbar__brand {
  font-weight: 800;
  font-size: 18px;
  color: #0f1117;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.fizio-navbar__brand-accent {
  border-bottom: 2.5px solid #0f1117;
  padding-bottom: 1px;
}

.fizio-navbar__menu {
  display: flex;
  gap: 36px;
  align-items: center;
}

.fizio-navbar__links {
  display: flex;
  gap: 36px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fizio-navbar__links li a {
  font-size: 14px;
  color: #5a6272;
  text-decoration: none;
  cursor: pointer;
}

.fizio-navbar__links li a:hover { color: #0f1117; }

.fizio-navbar__cta {
  background: #0f1117;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 24px;
  border-radius: 26px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.fizio-navbar__cta:hover { color: #fff; opacity: 0.9; }

.fizio-navbar__cta-short,
.fizio-hero__btn-label-short { display: none; }

/* Hamburger button — hidden on desktop */
.fizio-navbar__hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  z-index: 201;
}

.fizio-navbar__hamburger-line {
  display: block;
  width: 22px;
  height: 2px;
  background: #0f1117;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

/* Hamburger → X animation */
.fizio-navbar--open .fizio-navbar__hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.fizio-navbar--open .fizio-navbar__hamburger-line:nth-child(2) {
  opacity: 0;
}
.fizio-navbar--open .fizio-navbar__hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Overlay — hidden by default */
.fizio-navbar__overlay {
  display: none;
}

/* Overlay links & CTA */
.fizio-navbar__overlay-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fizio-navbar__overlay-links li a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #0f1117;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-navbar__overlay-links li a:hover {
  color: #5a6272;
}

.fizio-navbar__overlay-cta {
  display: inline-block;
  margin-top: 32px;
  background: #0f1117;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.fizio-navbar__overlay-cta:hover { color: #fff; opacity: 0.9; }

@media (max-width: 768px) {
  .fizio-navbar { padding: 0 20px; }
  .fizio-navbar__links { display: none; }
  .fizio-navbar__menu { gap: 10px; align-items: center; }
  .fizio-navbar__cta-full { display: none; }
  .fizio-navbar__cta-short { display: inline; }
  .fizio-navbar__hamburger { display: flex; z-index: 201; }

  .fizio-navbar__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 199;
    padding: 88px 28px 40px;
    overflow-y: auto;
  }

  .fizio-navbar--open .fizio-navbar__overlay {
    display: block;
  }

  .fizio-hero__btn-label-full { display: none; }
  .fizio-hero__btn-label-short { display: inline; }
}

/* ---------- CTA ---------- */
.fizio-cta {
  background: #0f1117;
  padding: 96px 56px;
  text-align: center;
}

.fizio-cta__inner {
  max-width: 580px;
  margin: 0 auto;
}

.fizio-cta__title {
  font-size: 44px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.15;
}

.fizio-cta__lead {
  font-size: 16px;
  color: #fff;
  opacity: 0.55;
  line-height: 1.75;
  margin: 0 0 32px;
}

.fizio-cta__button {
  background: #fff;
  color: #0f1117;
  font-size: 16px;
  font-weight: 800;
  padding: 16px 40px;
  border-radius: 32px;
  display: inline-block;
  text-decoration: none;
}

.fizio-cta__button:hover { color: #0f1117; opacity: 0.92; }

@media (max-width: 768px) {
  .fizio-cta { padding: 64px 20px; }
  .fizio-cta__title { font-size: 32px; }
}

/* ---------- Hero ---------- */
.fizio-hero {
  background: #f3f4f7;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-hero__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 700px;
  max-height: 700px;
  overflow: hidden;
}

.fizio-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 560px;
  margin-left: auto;
  padding: 44px 56px 44px 0;
}

.fizio-hero__title {
  font-size: 46px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  margin: 22px 0 20px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  align-self: stretch;
}

.fizio-hero__subtitle {
  font-size: 24px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  margin: 0 0 16px;
  line-height: 1.4;
  letter-spacing: -0.005em;
  align-self: stretch;
}

.fizio-hero__lead {
  font-size: 18px;
  color: #5a6272;
  line-height: 1.75;
  margin: 0 0 36px;
  align-self: stretch;
}

.fizio-hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.fizio-hero__btn {
  font-size: 15px;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
}

.fizio-hero__btn--ghost {
  background: transparent;
  color: #0f1117;
  font-weight: 600;
  padding: 15px 24px;
  border: 1.5px solid #c8ccd4;
}

.fizio-hero__btn--ghost:hover { color: #0f1117; background: #eaecf2; }

.fizio-hero__stats {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e4e6ea;
}

.fizio-hero__stat {
  text-align: center;
  flex: 1;
}

.fizio-hero__stat-divider { align-self: center; height: 38px; }

.fizio-hero__image {
  position: relative;
  overflow: hidden;
}

.fizio-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.fizio-hero__image::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 80px;
  background: linear-gradient(to right, #f3f4f7, transparent);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 768px) {
  .fizio-hero__split {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
  }
  .fizio-hero__content {
    text-align: center;
    align-items: center;
    padding: 28px 20px 0;
  }
  .fizio-hero__title {
    font-size: 28px;
    margin: 16px 0 14px;
    line-height: 1.2;
  }
  .fizio-hero__subtitle {
    font-size: 20px;
    margin: 0 0 12px;
  }
  .fizio-hero__lead {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 22px;
  }
  .fizio-hero__cta { gap: 10px; justify-content: center; margin-bottom: 32px; }
  .fizio-hero__btn {
    font-size: 13px;
    padding: 12px 20px;
    border-radius: 26px;
  }
  .fizio-hero__btn--ghost { padding: 12px 16px; }
  .fizio-hero__stats {
    justify-content: space-around;
    padding: 20px 20px 24px;
    margin: 0;
    border-top: 1px solid #e4e6ea;
  }
  .fizio-hero__stat { padding: 0; }
  .fizio-hero__stat-num { font-size: 17px; }
  .fizio-hero__stat-label { font-size: 9px; margin-top: 3px; }
  .fizio-hero__stat-divider { display: none; }
  .fizio-hero__image img {
    height: 300px;
    object-position: center;
  }
  .fizio-hero__image::before { display: none; }
}

/* ---------- Approach ---------- */
.fizio-approach__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
}

.fizio-approach__line {
  position: absolute;
  top: 40px;
  left: 18%;
  right: 18%;
  height: 1px;
  background: linear-gradient(to right, #0f1117 0%, #e4e6ea 100%);
  z-index: 0;
}

.fizio-approach__step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.fizio-approach__badge {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f3f4f7;
  border: 2px solid #0f1117;
  color: #0f1117;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  box-shadow: 0 0 0 8px #fff;
}

.fizio-approach__badge-label {
  font-size: 11px;
  font-weight: 700;
  opacity: 0.6;
  letter-spacing: 0.1em;
}

.fizio-approach__badge-num {
  font-size: 22px;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}

.fizio-approach__card {
  background: #f3f4f7;
  border: 1.5px solid #e4e6ea;
  border-radius: 20px;
  padding: 32px 28px;
}

.fizio-approach__card-title {
  font-size: 20px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  margin-bottom: 12px;
}

.fizio-approach__card-text {
  font-size: 14px;
  color: #5a6272;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .fizio-approach__head { margin-bottom: 28px; }
  .fizio-approach__title {
    font-size: 24px;
    margin: 12px 0 8px;
    line-height: 1.25;
  }
  .fizio-approach__lead { font-size: 14px; line-height: 1.65; }
  .fizio-approach__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .fizio-approach__line { display: none; }
  .fizio-approach__step {
    text-align: left;
    background: #f3f4f7;
    border: 1.5px solid #e4e6ea;
    border-radius: 16px;
    padding: 20px 18px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .fizio-approach__card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    flex: 1;
  }
  .fizio-approach__badge {
    width: 60px;
    height: 60px;
    margin: 0;
    box-shadow: none;
    flex-shrink: 0;
    flex-direction: column;
  }
  .fizio-approach__badge > div { text-align: center; }
  .fizio-approach__badge-label { font-size: 8px; letter-spacing: 0.08em; }
  .fizio-approach__badge-num { font-size: 18px; }
  .fizio-approach__card-title { font-size: 17px; margin-bottom: 6px; }
  .fizio-approach__card-text { font-size: 14px; line-height: 1.65; }
}

/* ---------- Problems ---------- */
.fizio-problems__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.fizio-problems__card {
  background: #fff;
  border: 1.5px solid #e4e6ea;
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.fizio-problems__icon {
  width: 50px;
  height: 50px;
  background: #eaecf2;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.fizio-problems__card-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f1117;
  margin-bottom: 7px;
  line-height: 1.3;
}

.fizio-problems__card-text {
  font-size: 13px;
  color: #5a6272;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .fizio-problems__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .fizio-problems__head { margin-bottom: 22px; }
  .fizio-problems__title { font-size: 24px; margin: 12px 0 8px; line-height: 1.25; }
  .fizio-problems__lead { font-size: 13px; line-height: 1.65; }
  .fizio-problems__grid { grid-template-columns: 1fr; gap: 10px; }
  .fizio-problems__card { padding: 16px; border-radius: 14px; gap: 13px; }
  .fizio-problems__icon { width: 44px; height: 44px; border-radius: 11px; font-size: 19px; }
  .fizio-problems__card-title { font-size: 13.5px; margin-bottom: 4px; }
  .fizio-problems__card-text { font-size: 12px; line-height: 1.6; }
}

/* ---------- Why ---------- */
.fizio-why__inner {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.fizio-why__head { margin-bottom: 40px; }
.fizio-why__lead { max-width: none; margin: 0; }

.fizio-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
}

.fizio-why__card {
  background: #fff;
  border: 1.5px solid #e4e6ea;
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  text-align: left;
}

.fizio-why__icon {
  width: 46px;
  height: 46px;
  background: #eaecf2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.fizio-why__card-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f1117;
  margin-bottom: 7px;
}

.fizio-why__card-text {
  font-size: 13.5px;
  color: #5a6272;
  line-height: 1.65;
}

.fizio-why__cta { margin-top: 36px; }

.fizio-why__btn {
  font-size: 14px;
  padding: 14px 26px;
  border-radius: 28px;
}

@media (max-width: 768px) {
  .fizio-why { padding: 0; }
  .fizio-why__inner { padding: 28px 18px 32px; }
  .fizio-why__head { margin-bottom: 22px; }
  .fizio-why__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .fizio-why__card { padding: 16px; border-radius: 14px; gap: 10px; flex-direction: column; }
  .fizio-why__icon { width: 40px; height: 40px; font-size: 18px; border-radius: 10px; }
  .fizio-why__card-title { font-size: 13.5px; margin-bottom: 4px; }
  .fizio-why__card-text { font-size: 12.5px; line-height: 1.6; }
  .fizio-why__cta { margin-top: 24px; }
  .fizio-why__btn { font-size: 13px; padding: 12px 22px; border-radius: 24px; }
}

/* ---------- Services ---------- */
.fizio-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 36px;
}

.fizio-services__card {
  background: #fff;
  border: 1.5px solid #e4e6ea;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 0.2s, transform 0.2s;
}

.fizio-services__card:hover {
  color: inherit;
  border-color: #c8ccd4;
  transform: translateY(-2px);
}

.fizio-services__card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}

.fizio-services__card-body { padding: 22px 22px 26px; }

.fizio-services__card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 12px;
}

.fizio-services__card-title {
  font-size: 17px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  line-height: 1.25;
  flex: 1;
}

.fizio-services__card-price {
  background: #eaecf2;
  color: #0f1117;
  font-size: 15px;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
  padding: 5px 14px;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.fizio-services__card-text {
  font-size: 13.5px;
  color: #5a6272;
  line-height: 1.65;
}

.fizio-services__footer { text-align: center; }

.fizio-services__more {
  display: inline-block;
  background: #fff;
  color: #0f1117;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 28px;
  border: 1.5px solid #e4e6ea;
  text-decoration: none;
}

.fizio-services__more:hover { color: #0f1117; border-color: #c8ccd4; }

@media (max-width: 900px) {
  .fizio-services__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .fizio-services__head { margin-bottom: 28px; }
  .fizio-services__title { font-size: 24px; margin: 12px 0 8px; line-height: 1.25; }
  .fizio-services__lead { font-size: 13px; line-height: 1.65; }
  .fizio-services__grid { grid-template-columns: 1fr; gap: 14px; margin-bottom: 24px; }
  .fizio-services__card img { height: 200px; }
  .fizio-services__card-body { padding: 18px 18px 22px; }
  .fizio-services__card-title { font-size: 16px; }
  .fizio-services__more { font-size: 13px; padding: 12px 26px; }
}

/* ---------- Team (homepage) ---------- */
.fizio-team__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 820px;
  margin: 0 auto;
}

.fizio-team__card {
  border: 1.5px solid #e4e6ea;
  border-radius: 22px;
  overflow: hidden;
}

.fizio-team__card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.fizio-team__card-body { padding: 24px 26px 28px; }

.fizio-team__name {
  font-size: 20px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  margin-bottom: 5px;
}

.fizio-team__role {
  font-size: 12.5px;
  color: #5a6272;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.fizio-team__desc {
  font-size: 13.5px;
  color: #5a6272;
  margin-bottom: 20px;
  line-height: 1.55;
}

.fizio-team__btn {
  font-size: 13px;
  padding: 10px 22px;
  border-radius: 22px;
}

@media (max-width: 768px) {
  .fizio-team__head { margin-bottom: 28px; }
  .fizio-team__title { font-size: 24px; margin: 12px 0 8px; line-height: 1.25; }
  .fizio-team__grid { grid-template-columns: 1fr; gap: 16px; }
  .fizio-team__card img { height: 320px; }
  .fizio-team__card-body { padding: 20px 20px 24px; }
  .fizio-team__name { font-size: 18px; }
}

/* ---------- Reviews ---------- */
.fizio-reviews__title { margin: 16px 0 10px; }

.fizio-reviews__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.fizio-reviews__stars {
  color: #0f1117;
  font-size: 13px;
  letter-spacing: 3px;
}

.fizio-reviews__rating-text {
  font-size: 14px;
  color: #5a6272;
}

.fizio-reviews__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}

.fizio-reviews__card {
  background: #fff;
  border: 1.5px solid #e4e6ea;
  border-radius: 18px;
  padding: 28px 26px;
}

.fizio-reviews__text {
  font-size: 14.5px;
  color: #0f1117;
  line-height: 1.8;
  margin: 14px 0 16px;
  font-style: italic;
}

.fizio-reviews__author {
  font-size: 13px;
  font-weight: 700;
  color: #9aa0ad;
}

@media (max-width: 900px) {
  .fizio-reviews__grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .fizio-reviews__head { margin-bottom: 28px; }
  .fizio-reviews__title { font-size: 24px; margin: 12px 0 8px; line-height: 1.25; }
  .fizio-reviews__card { padding: 22px 20px; border-radius: 16px; }
  .fizio-reviews__text { font-size: 13.5px; }
}

/* Mobile section padding (shared) */
@media (max-width: 768px) {
  .fizio-approach,
  .fizio-problems,
  .fizio-services,
  .fizio-team,
  .fizio-reviews {
    padding: 32px 18px;
  }
}

/* ---------- Filozofija section (team page) ---------- */
.fizio-filozofija {
  padding: 72px 56px;
  background: #fff;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-filozofija__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.fizio-filozofija__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 48px;
}

.fizio-filozofija__title {
  font-size: 36px;
  font-weight: 700;
  font-family: Georgia, 'Times New Roman', serif;
  color: #0f1117;
  margin: 16px 0 0;
  line-height: 1.25;
}

.fizio-filozofija__title em {
  font-style: italic;
  color: #5a6272;
}

.fizio-filozofija__lead {
  font-size: 15px;
  color: #5a6272;
  line-height: 1.75;
  max-width: 420px;
  flex-shrink: 0;
  padding-top: 32px;
}

.fizio-filozofija__pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}

.fizio-filozofija__pillar {
  background: #f3f4f7;
  border: 1.5px solid #e4e6ea;
  border-radius: 16px;
  padding: 28px 24px;
}

.fizio-filozofija__pillar-num {
  font-size: 13px;
  font-weight: 800;
  color: #9aa0ad;
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: 12px;
}

.fizio-filozofija__pillar-title {
  font-size: 17px;
  font-weight: 700;
  font-family: Georgia, 'Times New Roman', serif;
  color: #0f1117;
  margin-bottom: 8px;
}

.fizio-filozofija__pillar-body {
  font-size: 14px;
  color: #5a6272;
  line-height: 1.7;
}

.fizio-filozofija__strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background: #f3f4f7;
  border: 1.5px solid #e4e6ea;
  border-radius: 16px;
  padding: 28px 40px;
}

.fizio-filozofija__strip-item {
  text-align: center;
}

@media (max-width: 768px) {
  .fizio-filozofija { padding: 40px 16px; }
  .fizio-filozofija__top { flex-direction: column; gap: 16px; margin-bottom: 28px; }
  .fizio-filozofija__title { font-size: 26px; }
  .fizio-filozofija__title br { display: none; }
  .fizio-filozofija__lead { padding-top: 0; max-width: 100%; font-size: 14px; }
  .fizio-filozofija__pillars { grid-template-columns: 1fr; gap: 10px; margin-bottom: 28px; }
  .fizio-filozofija__pillar { padding: 20px 18px; border-radius: 12px; }
  .fizio-filozofija__pillar-title { font-size: 15px; }
  .fizio-filozofija__pillar-body { font-size: 13px; }
  .fizio-filozofija__strip { flex-direction: column; gap: 20px; padding: 24px 20px; border-radius: 12px; }
  .fizio-filozofija__strip .fizio-hero__stat-divider { width: 40px; height: 1px; }
  .fizio-filozofija__strip .fizio-hero__stat-num { font-size: 20px; }
  .fizio-filozofija__strip .fizio-hero__stat-label { font-size: 10px; }
}

/* ---------- Team page hero ---------- */
.fizio-team-hero {
  background: #f3f4f7;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-team-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 700px;
  max-height: 700px;
  overflow: hidden;
}

.fizio-team-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 560px;
  margin-left: auto;
  padding: 44px 56px 44px 0;
}

.fizio-team-hero__title {
  font-size: 46px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  margin: 18px 0 16px;
  line-height: 1.12;
  align-self: stretch;
}

.fizio-team-hero__lead {
  font-size: 18px;
  color: #5a6272;
  line-height: 1.75;
  margin: 0 0 36px;
  align-self: stretch;
}

.fizio-team-hero__stats {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #e4e6ea;
}

.fizio-team-hero__stat { text-align: center; flex: 1; }
.fizio-team-hero__stat-divider { align-self: center; height: 38px; }

.fizio-team-hero__media {
  position: relative;
  overflow: hidden;
}

.fizio-team-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.fizio-team-hero__media::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 80px;
  background: linear-gradient(to right, #f3f4f7, transparent);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 768px) {
  .fizio-team-hero__inner {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .fizio-team-hero__content {
    max-width: none;
    margin-left: 0;
    align-items: center;
    text-align: center;
    padding: 24px 20px 0;
  }
  .fizio-team-hero__title { font-size: 28px; margin: 14px 0 10px; line-height: 1.2; align-self: auto; }
  .fizio-team-hero__title br { display: none; }
  .fizio-team-hero__lead { font-size: 14px; line-height: 1.7; margin: 0 0 20px; align-self: auto; }
  .fizio-team-hero__stats { justify-content: space-around; padding: 20px 20px 24px; margin: 0; }
  .fizio-team-hero__stat { padding: 0; }
  .fizio-team-hero__stat-num { font-size: 18px; }
  .fizio-team-hero__stat-label { font-size: 9px; margin-top: 3px; }
  .fizio-team-hero__stat-divider { display: none; }
  .fizio-team-hero__media { height: 240px; }
  .fizio-team-hero__media::before { display: none; }
}

/* ---------- Team page member cards ---------- */
.fizio-team-cards {
  padding: 80px 56px;
  background: #f3f4f7;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-team-cards__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fizio-tcard {
  display: flex;
  background: #fff;
  border: 1.5px solid #e4e6ea;
  border-radius: 24px;
  overflow: hidden;
}

.fizio-tcard__media {
  width: 320px;
  flex-shrink: 0;
  position: relative;
}

.fizio-tcard__media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center 12%;
  display: block;
}

.fizio-tcard__status {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 11px;
  color: #5a6272;
  font-weight: 600;
}

.fizio-tcard__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2d9e5f;
}

.fizio-tcard__status--inactive {
  background: rgba(228, 230, 234, 0.9);
  color: #9aa0ad;
}

.fizio-tcard__status--inactive .fizio-tcard__status-dot {
  background: #d45555;
}

.fizio-tcard__body {
  flex: 1;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fizio-tcard__name {
  font-size: 34px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  margin: 14px 0 5px;
  line-height: 1.15;
}

.fizio-tcard__role {
  font-size: 14px;
  color: #5a6272;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.fizio-tcard__desc {
  font-size: 15px;
  font-weight: 300;
  color: #5a6272;
  line-height: 1.8;
  margin: 0 0 22px;
}

.fizio-tcard__desc p {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0 0 12px;
}

.fizio-tcard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 28px;
}

.fizio-tcard__tag {
  background: #f3f4f7;
  border: 1.5px solid #e4e6ea;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  color: #5a6272;
}

.fizio-tcard__tag--dark {
  background: #0f1117;
  color: #fff;
  border-color: #0f1117;
  font-weight: 700;
}

.fizio-tcard__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.fizio-tcard__btn {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 26px;
  text-decoration: none;
  display: inline-block;
}

.fizio-tcard__btn--outline {
  background: transparent;
  color: #0f1117;
  font-weight: 600;
  border: 1.5px solid #e4e6ea;
}

.fizio-tcard__btn--outline:hover { color: #0f1117; border-color: #c8ccd4; }

@media (max-width: 768px) {
  .fizio-team-cards { padding: 40px 16px 40px; }
  .fizio-team-cards__inner { gap: 16px; }
  .fizio-tcard { flex-direction: column; border-radius: 18px; }
  .fizio-tcard__media { width: 100%; }
  .fizio-tcard__media img { min-height: 260px; height: 260px; }
  .fizio-tcard__status { bottom: 14px; left: 14px; gap: 5px; padding: 4px 10px; font-size: 10px; }
  .fizio-tcard__status-dot { width: 6px; height: 6px; }
  .fizio-tcard__body { padding: 18px 18px 22px; }
  .fizio-tcard__name { font-size: 22px; margin: 10px 0 4px; line-height: 1.2; }
  .fizio-tcard__role { font-size: 12px; margin-bottom: 12px; }
  .fizio-tcard__desc,
  .fizio-tcard__desc p { font-size: 13px; line-height: 1.7; margin: 0 0 14px; }
  .fizio-tcard__tags { gap: 6px; margin-bottom: 16px; }
  .fizio-tcard__tag { padding: 4px 11px; font-size: 11px; }
  .fizio-tcard__actions { gap: 8px; }
  .fizio-tcard__btn {
    flex: 1;
    text-align: center;
    font-size: 13px;
    padding: 11px 0;
    border-radius: 22px;
  }
}

/* ---------- Service cards (services page) ---------- */
.fizio-service-card {
  background-size: cover;
  background-position: center;
}

.fizio-service-card__overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* ---------- Footer ---------- */
.fizio-footer {
  background: #080a0f;
  padding: 52px 56px;
}

.fizio-footer__grid {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.fizio-footer__brand {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.fizio-footer__heading {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fizio-footer__text,
.fizio-footer__list {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 2.2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fizio-footer__text a,
.fizio-footer__list a {
  color: inherit;
  text-decoration: none;
}

.fizio-footer__text a:hover,
.fizio-footer__list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.fizio-footer__bottom {
  max-width: 1140px;
  margin: 28px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 768px) {
  .fizio-footer { padding: 32px 18px; }
  .fizio-footer__grid { flex-direction: column; gap: 0; }
  .fizio-footer__col + .fizio-footer__col { display: none; }
  .fizio-footer__brand { font-size: 14px; }
  .fizio-footer__text { line-height: 2.1; }
  .fizio-footer__bottom {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 11px;
  }
}

/* ---------- About us hero ---------- */
.fizio-aboutus-hero {
  background: #f3f4f7;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-aboutus-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 700px;
  max-height: 700px;
  overflow: hidden;
}

.fizio-aboutus-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 560px;
  margin-left: auto;
  padding: 44px 56px 44px 0;
}

.fizio-aboutus-hero__title {
  font-size: 46px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  margin: 18px 0 16px;
  line-height: 1.12;
  align-self: stretch;
}

.fizio-aboutus-hero__lead {
  font-size: 18px;
  color: #5a6272;
  line-height: 1.75;
  margin: 0;
  align-self: stretch;
}

.fizio-aboutus-hero__media {
  position: relative;
  overflow: hidden;
}

.fizio-aboutus-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.fizio-aboutus-hero__media::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 80px;
  background: linear-gradient(to right, #f3f4f7, transparent);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 768px) {
  .fizio-aboutus-hero__inner {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .fizio-aboutus-hero__content {
    max-width: none;
    margin-left: 0;
    align-items: center;
    text-align: center;
    padding: 24px 20px 0;
  }
  .fizio-aboutus-hero__title { font-size: 28px; margin: 14px 0 10px; line-height: 1.2; align-self: auto; }
  .fizio-aboutus-hero__title br { display: none; }
  .fizio-aboutus-hero__lead { font-size: 14px; line-height: 1.7; align-self: auto; }
  .fizio-aboutus-hero__media { height: 240px; }
  .fizio-aboutus-hero__media::before { display: none; }
}

/* ---------- About us story (image + text) ---------- */
.fizio-aboutus-story {
  background: #fff;
  border-bottom: 1px solid #e4e6ea;
  padding: 96px 56px;
}

.fizio-aboutus-story__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.fizio-aboutus-story__media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.fizio-aboutus-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.fizio-aboutus-story__tag {
  display: inline-block;
  background: #eaecf2;
  color: #5a6272;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.fizio-aboutus-story__title {
  font-size: 36px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  margin: 0 0 24px;
  line-height: 1.2;
}

.fizio-aboutus-story__body p {
  font-size: 16px;
  color: #5a6272;
  line-height: 1.75;
  margin: 0 0 16px;
}

.fizio-aboutus-story__body p:last-child { margin-bottom: 0; }

.fizio-aboutus-story__body strong { color: #0f1117; }

.fizio-aboutus-story__note {
  color: #9aa0ad !important;
  font-style: italic;
  font-size: 14px !important;
  margin-top: 8px !important;
}

@media (max-width: 900px) {
  .fizio-aboutus-story { padding: 56px 24px; }
  .fizio-aboutus-story__inner { grid-template-columns: 1fr; gap: 40px; }
  .fizio-aboutus-story__media { aspect-ratio: 16 / 9; }
  .fizio-aboutus-story__title { font-size: 28px; }
}

@media (max-width: 768px) {
  .fizio-aboutus-story { padding: 40px 18px; }
  .fizio-aboutus-story__body p { font-size: 15px; }
}

/* ---------- About us stats strip ---------- */
.fizio-aboutus-stats {
  background: #f3f4f7;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-aboutus-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1140px;
  margin: 0 auto;
}

.fizio-aboutus-stats__box {
  text-align: center;
  padding: 56px 24px;
}

.fizio-aboutus-stats__val {
  font-size: 36px;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  line-height: 1;
  margin-bottom: 10px;
}

.fizio-aboutus-stats__label {
  font-size: 13px;
  color: #5a6272;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .fizio-aboutus-stats__grid { grid-template-columns: 1fr 1fr; }
  .fizio-aboutus-stats__box { padding: 36px 16px; }
  .fizio-aboutus-stats__val { font-size: 28px; }
}

/* ---------- About us closing (text left, image right) ---------- */
.fizio-aboutus-closing {
  background: #fff;
  border-bottom: 1px solid #e4e6ea;
  padding: 96px 56px;
}

.fizio-aboutus-closing__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.fizio-aboutus-closing__title {
  font-size: 36px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: #0f1117;
  margin: 0 0 24px;
  line-height: 1.2;
}

.fizio-aboutus-closing__body p {
  font-size: 16px;
  color: #5a6272;
  line-height: 1.75;
  margin: 0 0 16px;
}

.fizio-aboutus-closing__body p:last-child { margin-bottom: 0; }

.fizio-aboutus-closing__cta { margin-top: 28px !important; }

.fizio-aboutus-closing__btn {
  display: inline-block;
  background: #0f1117;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 30px;
  border-radius: 30px;
  transition: opacity 0.2s;
}

.fizio-aboutus-closing__btn:hover { color: #fff; opacity: 0.9; }

.fizio-aboutus-closing__media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.fizio-aboutus-closing__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (max-width: 900px) {
  .fizio-aboutus-closing { padding: 56px 24px; }
  .fizio-aboutus-closing__inner { grid-template-columns: 1fr; gap: 40px; }
  .fizio-aboutus-closing__media { aspect-ratio: 16 / 9; order: -1; }
  .fizio-aboutus-closing__title { font-size: 28px; }
}

@media (max-width: 768px) {
  .fizio-aboutus-closing { padding: 40px 18px; }
  .fizio-aboutus-closing__body p { font-size: 15px; }
}

/* ---------- Generic page wrapper (page.php, single.php, page-about-us.php) ---------- */
.fizio-page-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 24px;
}

.fizio-page-wrap__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e6ea;
  font-weight: 700;
  margin-bottom: 0;
}

.fizio-page-wrap__content {
  margin-top: 24px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .fizio-page-wrap { padding: 32px 18px; }
}

/* ---------- About us team grid ---------- */
.fizio-about-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px 56px;
}

.fizio-about-section__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e6ea;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.fizio-about-team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
}

.fizio-about-team__item {
  text-align: center;
}

.fizio-about-team__img {
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.fizio-about-team__name {
  font-weight: 700;
  font-size: 18px;
  margin: 12px 0 0;
}

.fizio-about-team__role {
  font-size: 14px;
  color: #5a6272;
  margin: 4px 0;
}

.fizio-about-team__desc {
  font-size: 14px;
  color: #5a6272;
  line-height: 1.65;
  margin: 8px 24px;
}

.fizio-about-team__actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.fizio-about-team__btn {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
}

.fizio-about-team__btn--outline {
  border: 1.5px solid #0f1117;
  color: #0f1117;
  background: transparent;
}

.fizio-about-team__btn--outline:hover { background: #eaecf2; color: #0f1117; }

.fizio-about-team__btn--dark {
  background: #0f1117;
  color: #fff;
  border: 1.5px solid #0f1117;
}

.fizio-about-team__btn--dark:hover { color: #fff; opacity: 0.9; }

@media (max-width: 768px) {
  .fizio-about-section { padding: 0 18px 40px; }
  .fizio-about-team { grid-template-columns: 1fr; gap: 32px; }
  .fizio-about-team__desc { margin: 8px 0; }
}

/* ---------- Service detail (single-service.php) ---------- */
.fizio-service-detail {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 24px;
}

.fizio-service-detail__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e6ea;
  font-weight: 700;
  margin-bottom: 40px;
}

.fizio-service-detail__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.fizio-service-detail__content {
  font-weight: 300;
  line-height: 1.75;
}

.fizio-service-detail__cta-card {
  background: #0f1117;
  color: #fff;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 40px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fizio-service-detail__price {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}

.fizio-service-detail__duration {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.fizio-service-detail__btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 28px;
  border-radius: 24px;
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.fizio-service-detail__btn:hover { color: #fff; background: rgba(255, 255, 255, 0.1); }

@media (max-width: 768px) {
  .fizio-service-detail { padding: 32px 18px; }
  .fizio-service-detail__grid { grid-template-columns: 1fr; }
  .fizio-service-detail__cta-card { padding: 28px 24px 20px; }
  .fizio-service-detail__price { font-size: 28px; }
  .fizio-service-detail__duration { font-size: 17px; }
}

/* ---------- Fallback index ---------- */
.fizio-fallback {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 24px;
  text-align: center;
}

/* ============================================================
   Service page shortcode sections (.fizio-sv-*)
   ============================================================ */

/* ── Page wrapper ── */
.fizio-sv-page {
  background: #f3f4f7;
  font-family: Georgia, "Times New Roman", serif;
  min-height: 60vh;
}

.fizio-sv-page p:empty { display: none; }

/* ── Shared section + inner container ── */
.fizio-sv-section { width: 100%; }

.fizio-sv-section__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Content block spacing ── */
.fizio-sv-block {
  padding: 64px 0;
}

.fizio-sv-block--mb { padding-bottom: 72px; }

/* ── Outlined tag pill ── */
.fizio-sv-tag-wrap { margin-bottom: 24px; }

.fizio-sv-tag {
  display: inline-block;
  background: #eaecf2;
  border-radius: 20px;
  padding: 5px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #5a6272;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, sans-serif;
}

/* ── Section headings ── */
.fizio-sv-h2 {
  font-size: 30px;
  font-weight: 800;
  color: #0f1117;
  margin: 0 0 16px;
  line-height: 1.2;
  font-family: Georgia, "Times New Roman", serif;
}

.fizio-sv-h2--mb { margin-bottom: 44px; }

/* ── Prose (rich text blocks) ── */
.fizio-sv-prose p {
  font-size: 15px;
  color: #5a6272;
  line-height: 1.85;
  margin: 0 0 14px;
  font-family: system-ui, -apple-system, sans-serif;
}

.fizio-sv-prose p:last-child { margin-bottom: 0; }
.fizio-sv-prose strong { color: #0f1117; }

.fizio-sv-prose--sm p {
  font-size: 13px;
  line-height: 1.75;
  color: #5a6272;
}

/* ── Button ── */
.fizio-sv-btn {
  display: inline-flex;
  align-items: center;
  background: #0f1117;
  color: #fff;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  font-family: system-ui, -apple-system, sans-serif;
  transition: opacity 0.15s;
  cursor: pointer;
  white-space: nowrap;
}

.fizio-sv-btn:hover { opacity: 0.82; color: #fff; }

.fizio-sv-btn--lg { font-size: 14px; padding: 14px 28px; }

.fizio-sv-btn--white { background: #fff; color: #0f1117; }
.fizio-sv-btn--white:hover { color: #0f1117; opacity: 0.88; }

/* ============================================================
   1. Hero
   ============================================================ */

.fizio-sv-hero {
  background: #fff;
  border-top: 1px solid #e4e6ea;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-sv-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 24px 52px;
  display: flex;
  gap: 64px;
  align-items: center;
}

.fizio-sv-hero__text { flex: 1; }

.fizio-sv-hero__title {
  font-size: 46px;
  font-weight: 800;
  color: #0f1117;
  margin: 0 0 14px;
  line-height: 1.08;
  letter-spacing: -0.5px;
  font-family: Georgia, "Times New Roman", serif;
}

.fizio-sv-hero__subtitle {
  font-size: 15px;
  color: #9aa0ad;
  margin: 0 0 12px;
  font-style: italic;
}

.fizio-sv-hero__desc { margin-bottom: 32px; }

.fizio-sv-hero__desc p {
  font-size: 16px;
  color: #5a6272;
  line-height: 1.75;
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  max-width: 520px;
}

.fizio-sv-hero__cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.fizio-sv-hero__meta {
  font-size: 13px;
  color: #9aa0ad;
  font-family: system-ui, -apple-system, sans-serif;
}

.fizio-sv-hero__image { flex-shrink: 0; width: 340px; }

.fizio-sv-hero__img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 20px;
  display: block;
}

/* ============================================================
   2. Intro / Što je usluga
   ============================================================ */

.fizio-sv-twocol {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.fizio-sv-twocol__text { flex: 1; }

.fizio-sv-twocol__image { flex-shrink: 0; width: 280px; }

.fizio-sv-img-round {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* ============================================================
   3. Content + Dark Card / Što uključuje
   ============================================================ */

.fizio-sv-ccard {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.fizio-sv-ccard__text { flex: 1; }

.fizio-sv-ccard__sidebar { flex-shrink: 0; width: 280px; }

.fizio-sv-ccard__dark {
  background: #0f1117;
  border-radius: 16px;
  padding: 28px 24px;
  color: #fff;
}

.fizio-sv-ccard__dark-label {
  font-size: 12px;
  font-family: system-ui, -apple-system, sans-serif;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.fizio-sv-ccard__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.fizio-sv-ccard__item:last-child { margin-bottom: 0; }

.fizio-sv-ccard__num {
  color: rgba(255,255,255,0.4);
  flex-shrink: 0;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.fizio-sv-ccard__item-text {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
  font-family: system-ui, -apple-system, sans-serif;
}

/* ============================================================
   4. Steps / Što možete očekivati
   ============================================================ */

.fizio-sv-steps { display: flex; flex-direction: column; }

.fizio-sv-step {
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid #e4e6ea;
}

.fizio-sv-step:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fizio-sv-step__inner {
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.fizio-sv-step__body { flex: 1; }

.fizio-sv-step__header {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 16px;
}

.fizio-sv-step__num {
  font-size: 11px;
  font-weight: 700;
  color: #9aa0ad;
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}

.fizio-sv-step__title {
  font-size: 21px;
  font-weight: 800;
  color: #0f1117;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
}

.fizio-sv-step__p {
  font-size: 15px;
  color: #5a6272;
  line-height: 1.85;
  margin: 0 0 12px;
  font-family: system-ui, -apple-system, sans-serif;
}

.fizio-sv-step__p:last-child { margin-bottom: 0; }

.fizio-sv-step__note {
  font-size: 14px;
  color: #9aa0ad;
  line-height: 1.7;
  margin: 12px 0 0;
  font-family: system-ui, -apple-system, sans-serif;
  font-style: italic;
}

.fizio-sv-step__bullets {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.fizio-sv-step__bullet {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.fizio-sv-step__bullet-dash {
  color: #9aa0ad;
  flex-shrink: 0;
  line-height: 1.6;
  font-family: system-ui, -apple-system, sans-serif;
}

.fizio-sv-step__bullet span:last-child {
  font-size: 14px;
  color: #5a6272;
  line-height: 1.65;
  font-family: system-ui, -apple-system, sans-serif;
}

.fizio-sv-step__image { flex-shrink: 0; width: 300px; }

.fizio-sv-step__img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  display: block;
}

/* ============================================================
   5. Conditions + Why Card
   ============================================================ */

.fizio-sv-cond {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.fizio-sv-cond--full .fizio-sv-cond__main { flex: 1; }

.fizio-sv-cond__main { flex: 1; }

.fizio-sv-cond__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fizio-sv-cond__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.fizio-sv-cond__num {
  font-size: 12px;
  font-weight: 700;
  color: #9aa0ad;
  font-family: system-ui, -apple-system, sans-serif;
  padding-top: 4px;
  min-width: 20px;
  flex-shrink: 0;
}

.fizio-sv-cond__text {
  font-size: 14px;
  color: #5a6272;
  line-height: 1.6;
  font-family: system-ui, -apple-system, sans-serif;
}

.fizio-sv-cond__sidebar { flex-shrink: 0; width: 280px; padding-top: 64px; }

.fizio-sv-cond__card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.fizio-sv-cond__card-title {
  font-size: 17px;
  font-weight: 800;
  color: #0f1117;
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
}

.fizio-sv-cond__card-footer {
  border-top: 1px solid #e4e6ea;
  padding-top: 14px;
  margin-top: 16px;
}

.fizio-sv-cond__card-note {
  font-size: 12px;
  color: #9aa0ad;
  line-height: 1.6;
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  font-style: italic;
}

/* ============================================================
   6. CTA Banner / Kada se javiti
   ============================================================ */

.fizio-sv-ctabanner {
  background: #fff;
  border-radius: 20px;
  padding: 40px 44px;
  display: flex;
  gap: 48px;
  align-items: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.fizio-sv-ctabanner__text { flex: 1; }

.fizio-sv-ctabanner__title {
  font-size: 26px;
  font-weight: 800;
  color: #0f1117;
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
}

.fizio-sv-ctabanner__desc p {
  font-size: 15px;
  color: #5a6272;
  line-height: 1.8;
  margin: 0;
}

.fizio-sv-ctabanner__action { flex-shrink: 0; }

/* ============================================================
   7. FAQ
   ============================================================ */

.fizio-faq__item.is-open { border-color: #0f1117; }
.fizio-faq__item.is-open .fizio-faq__toggle { transform: rotate(45deg); }
.fizio-faq__item.is-open .fizio-faq__answer { display: block !important; }
.fizio-faq__answer p:last-child { margin-bottom: 0; }

@media (max-width: 768px) {
  .fizio-faq { padding: 40px 16px !important; }
  .fizio-faq__header { padding: 14px 16px !important; }
  .fizio-faq__answer { padding: 14px 16px !important; }
}

/* ============================================================
   8. Dark CTA
   ============================================================ */

.fizio-sv-darkcta {
  background: #0f1117;
  border-radius: 24px;
  padding: 56px 48px;
  text-align: center;
}

.fizio-sv-darkcta__eyebrow {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  margin: 0 0 10px;
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fizio-sv-darkcta__title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.2;
  font-family: Georgia, "Times New Roman", serif;
}

.fizio-sv-darkcta__subtitle {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  margin: 0 0 32px;
  font-family: system-ui, -apple-system, sans-serif;
}

/* ============================================================
   Service page responsive
   ============================================================ */

@media (max-width: 768px) {
  .fizio-sv-hero__inner {
    flex-direction: column;
    gap: 32px;
    padding: 40px 20px;
  }

  .fizio-sv-hero__title { font-size: 32px; }
  .fizio-sv-hero__image { width: 100%; }
  .fizio-sv-hero__img { height: 260px; }

  .fizio-sv-section__inner { padding: 0 16px; }
  .fizio-sv-block { padding: 48px 0; }

  .fizio-sv-h2 { font-size: 24px; }

  .fizio-sv-twocol { flex-direction: column; }
  .fizio-sv-twocol__image { width: 100%; }

  .fizio-sv-ccard { flex-direction: column; }
  .fizio-sv-ccard__sidebar { width: 100%; }

  .fizio-sv-step__inner { flex-direction: column; gap: 24px; }
  .fizio-sv-step__image { width: 100%; order: 1; }
  .fizio-sv-step__body { order: 0; }
  .fizio-sv-step__img { height: 220px; }

  .fizio-sv-cond { flex-direction: column; }
  .fizio-sv-cond__sidebar { width: 100%; padding-top: 0; }

  .fizio-sv-ctabanner {
    flex-direction: column;
    padding: 32px 28px;
    gap: 24px;
    text-align: center;
  }

  .fizio-sv-darkcta { padding: 40px 24px; }
  .fizio-sv-darkcta__title { font-size: 26px; }
}
