:root {
  --teal: #078c9a;
  --teal-dark: #036875;
  --teal-soft: #e7f8fa;
  --ink: #111820;
  --muted: #5f6872;
  --line: #dfe8ec;
  --paper: #ffffff;
  --dark: #27313a;
  --footer: #25313b;
  --shadow: 0 8px 24px rgba(31, 47, 58, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #f6fbfd;
  line-height: 1.45;
  overflow-x: hidden;
}

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

.wrap,
.section,
.footer-inner {
  width: min(1110px, calc(100% - 34px));
  margin: 0 auto;
}

.topbar {
  background: #edf4f7;
  color: #1d3942;
  font-size: 13px;
  border-bottom: 1px solid #d9e5ea;
}

.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.top-right {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #121820;
}

.top-right strong {
  color: var(--teal);
  font-size: 18px;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 270px;
}

.brand-logo {
  width: 284px;
  height: 90px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 50% 50% 50% 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(135deg, #0b98aa, #205f83);
  transform: rotate(-12deg);
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-title {
  font-size: 35px;
  color: var(--teal);
  font-weight: 900;
  letter-spacing: 1px;
}

.brand-subtitle {
  color: #2d3540;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-tag {
  color: #7a838b;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 3px;
}

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0 0 0 auto;
  padding: 0;
}

.menu > li {
  position: relative;
}

.menu a,
.drop-button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  font:
    700 12px Arial,
    Helvetica,
    sans-serif;
  color: #121820;
  cursor: pointer;
  white-space: nowrap;
}

.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow);
  display: none;
}

.menu li:hover .dropdown,
.menu li:focus-within .dropdown {
  display: grid;
}

.dropdown a {
  width: 100%;
  justify-content: flex-start;
  min-height: auto;
  padding: 9px 10px;
  border-bottom: 0;
}

.nav-book {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #fff;
  background: var(--teal);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-hero {
  background:
    radial-gradient(
      circle at 12% 25%,
      rgba(7, 140, 154, 0.08),
      transparent 26%
    ),
    linear-gradient(90deg, #fff 0%, #fff 51%, #eef7f9 51%, #eef7f9 100%);
  border-bottom: 1px solid #e4eef2;
}

.hero-grid {
  min-height: 430px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  gap: 20px;
}

.hero-copy {
  padding: 46px 0 40px;
}

.hero-copy h1 {
  max-width: 610px;
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.hero-copy h1 span {
  color: var(--teal);
  display: inline;
}

.hero-copy p {
  max-width: 605px;
  margin: 0 0 21px;
  color: #3d4650;
  font-size: 10px;
}

.care-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 640px;
  margin: 0 0 20px;
}

.care-options article {
  min-height: 92px;
  padding: 12px 12px 12px 48px;
  background: transparent;
  position: relative;
}

/* .care-options article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 38px;
    height: 38px;
    border-radius: 50%; */
/* background: var(--teal); */
/* box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.18);
} */

.care-options b {
  display: block;
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 5px;
}

.care-options small {
  display: block;
  font-size: 11px;
  color: #4e5964;
  line-height: 1.35;
}

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

.btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 4px;
  border: 0;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.btn-primary {
  color: #fff;
  background: var(--teal);
}

.btn-dark {
  color: #fff;
  background: #303943;
}

.btn-muted {
  color: var(--teal-dark);
  background: var(--teal-soft);
}

.hero-photo {
  position: relative;
  min-height: 430px;
  align-self: end;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
}

.therapist-badge {
  position: absolute;
  top: 90px;
  left: 45%;
  color: #fff;
  background: rgba(7, 140, 154, 0.88);
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 900;
  letter-spacing: 1px;
}

.home-block {
  padding: 24px 0;
}

.home-block h2,
.services-strip h2,
.why-block h2,
.testimonial-block h2 {
  margin: 0 0 16px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}

.services-strip {
  background: #f1f7f9;
}

.mini-card-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}

.mini-card {
  min-height: 142px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 8px 11px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(33, 52, 65, 0.08);
}

.mini-card span {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
}

.mini-card b {
  display: block;
  min-height: 32px;
  font-size: 13px;
  line-height: 1.15;
}

.mini-card small {
  display: block;
  color: #53616b;
  font-size: 10px;
  line-height: 1.3;
  margin-top: 4px;
}

.why-block {
  background: #fff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  text-align: center;
}

.why-grid article {
  padding: 8px 8px 0;
}

.why-grid span {
  width: 42px;
  height: 42px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid var(--teal);
  border-radius: 8px;
  font-weight: 900;
}

.why-grid b {
  display: block;
  font-size: 13px;
}

.why-grid small {
  display: block;
  color: #5d6872;
  font-size: 10px;
  margin-top: 4px;
}

.served-strip {
  background: #edf5f8;
  border-top: 1px solid #dce9ee;
  border-bottom: 1px solid #dce9ee;
}

.served-grid {
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr 430px;
  align-items: center;
  gap: 24px;
}

.served-grid h2 {
  margin: 0 0 10px;
  color: #20313a;
  font-size: 19px;
}

/* .served-grid h2::before {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--teal);
} */

.served-grid p {
  margin: 0;
  font-size: 12px;
  color: #27323a;
  font-weight: 700;
}

.city-art {
  height: 86px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
}

.city-art span {
  width: 54px;
  border: 2px solid #78a6b1;
  border-bottom-width: 5px;
  background: #fff9ef;
}

.city-art span:nth-child(1) {
  height: 42px;
  border-radius: 24px 24px 4px 4px;
}

.city-art span:nth-child(2) {
  height: 66px;
  background: #ffe3bf;
}

.city-art span:nth-child(3) {
  height: 78px;
  border-radius: 42px 42px 4px 4px;
  background: #fbd9d0;
}

.city-art span:nth-child(4) {
  height: 56px;
  background: #fff4c7;
}

.city-art span:nth-child(5) {
  height: 70px;
  border-radius: 38px 38px 4px 4px;
  background: #ffd6bf;
}

.metrics-strip {
  background: #fff;
  padding: 18px 0;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.metrics-grid article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
}

/* .metrics-grid article::before {
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #7cd1d8;
} */

.metrics-grid strong {
  display: block;
  font-size: 24px;
  color: #28343d;
  line-height: 1;
}

.metrics-grid span {
  display: block;
  color: #56616a;
  font-size: 12px;
  font-weight: 700;
}

.testimonial-block {
  background: #f3f8fa;
  padding-top: 18px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 860px;
  margin: 0 auto;
}

.quote-card {
  min-height: 124px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 17px 20px;
  box-shadow: 0 5px 14px rgba(40, 58, 70, 0.08);
}

.stars {
  color: var(--teal);
  letter-spacing: 2px;
  font-weight: 900;
}

.quote-card p {
  margin: 6px 0 10px;
  color: #37434d;
  font-size: 12px;
}

.quote-card b,
.quote-card small {
  display: block;
  font-size: 12px;
}

.quote-card small {
  color: #626e78;
}

.footer-cta {
  background: #ffe7df;
  padding: 17px 0;
}

.footer-cta-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 0.9fr 0.9fr;
  align-items: center;
  gap: 14px;
}

.footer-cta h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
}

.footer-cta p {
  margin: 3px 0 0;
  font-size: 12px;
  color: #323b43;
}

.cta-pill {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #d6e2e6;
  background: #fff;
  color: #24313a;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

.cta-pill strong {
  color: var(--teal);
  font-size: 15px;
  margin-left: 4px;
}

.site-footer {
  background: #66666a;
  color: #dce6ea;
  padding: 26px 0 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 1fr 0.9fr;
  gap: 28px;
}

.footer h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.footer p {
  margin: 0 0 8px;
  color: #c7d1d6;
  font-size: 12px;
}

.footer a {
  display: block;
  color: #dce6ea;
  font-size: 12px;
  margin: 5px 0;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-logo .brand-mark {
  width: 44px;
  height: 44px;
  font-size: 15px;
}

.social-row {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.social-row a,
.social-row span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.newsletter {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 12px;
  padding-top: 10px;
}

.copyright {
  width: min(1110px, calc(100% - 34px));
  margin: 18px auto 0;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #c5ced3;
  font-size: 11px;
}

.footer-brand-logo {
  width: 165px !important;
  height: 68px !important;
  object-fit: contain;
  flex: 0 0 auto;
}

.section {
  padding: 64px 0;
}

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

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(3, 104, 117, 0.95), rgba(3, 104, 117, 0.55)),
    url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1600&q=80")
      center / cover;
  color: #fff;
  padding: 82px 0;
}

.page-intro {
  width: min(1110px, calc(100% - 34px));
  margin: 0 auto;
}

.social-row i {
  font-size: 14px;
  line-height: 1;
}

.social-row a {
  position: relative;
}

.social-row a i,
.social-row a span {
  grid-area: 1 / 1;
}

.page-intro h1 {
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1.1;
}

.page-intro p {
  max-width: 720px;
  color: #edf8f9;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.list li {
  padding-left: 24px;
  position: relative;
}

.list li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 900;
}

.contact-box {
  background: var(--teal-dark);
  color: #fff;
  border-radius: 8px;
  padding: 28px;
}

.contact-box p {
  color: #e5f4f5;
}

.form {
  display: grid;
  gap: 14px;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  font: inherit;
}

.form textarea {
  min-height: 130px;
  resize: vertical;
}

@media (max-width: 1050px) {
  .nav-inner {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .brand {
    min-width: 230px;
  }

  .menu {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .mini-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-cta-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .hero-grid,
  .served-grid,
  .split,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 32px;
  }

  .hero-photo {
    min-height: 330px;
  }

  .care-options,
  .why-grid,
  .metrics-grid,
  .testimonial-grid,
  .grid {
    grid-template-columns: 1fr;
  }

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

  .copyright {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .topbar-inner,
  .footer-cta-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .brand-title {
    font-size: 30px;
  }

  .hero-copy h1 {
    font-size: 29px;
  }

  .mini-card-grid {
    grid-template-columns: 1fr;
  }
}

/* About page */
.about-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.about-hero-grid {
  min-height: 330px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: center;
}

.about-copy {
  padding: 34px 0;
}

.page-kicker {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-copy h1 {
  margin: 0 0 18px;
  color: #25323b;
  font-size: 34px;
  line-height: 1.18;
}

.about-copy h1 span {
  color: var(--teal);
}

.about-copy p {
  max-width: 520px;
  margin: 0;
  color: #34424c;
  font-size: 14px;
}

.about-hero-photo {
  min-height: 285px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1642058100371-10d2bc5e4e13?auto=format&fit=crop&w=1000&q=80")
      center / cover no-repeat;
}

.about-section {
  padding: 26px 0;
  background: #fff;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.about-section h2 {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 18px;
}

.story-grid p,
.team-grid p,
.why-lead {
  margin: 0 0 12px;
  color: #43505a;
  font-size: 13px;
}

.founder-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  padding: 18px;
  background: #f5f8f9;
  border: 1px solid #e2ecef;
  border-radius: 8px;
}

.founder-photo {
  min-height: 210px;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(7, 140, 154, 0.05), rgba(7, 140, 154, 0.12)),
    url("https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=600&q=80")
      center top / cover no-repeat;
}

.founder-card small {
  color: var(--teal);
  font-weight: 900;
  font-size: 11px;
}

.founder-card h3 {
  margin: 5px 0;
  font-size: 18px;
  color: #1b2730;
}

.founder-card p {
  margin: 0 0 9px;
  color: #26333c;
  font-size: 12px;
  font-weight: 700;
}

.founder-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.founder-card li {
  position: relative;
  padding-left: 18px;
  color: #3f4d56;
  font-size: 11px;
}

.founder-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--teal);
  border-radius: 50%;
}

.about-values {
  background: #fff;
  padding: 8px 0 22px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #e0eaee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(31, 47, 58, 0.08);
}

.values-grid article {
  min-height: 145px;
  padding: 22px 14px;
  text-align: center;
  border-right: 1px solid #e0eaee;
}

.values-grid article:last-child {
  border-right: 0;
}

.values-grid span {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.values-grid h3 {
  margin: 0 0 7px;
  font-size: 13px;
  color: #26333c;
}

.values-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.team-section {
  background: #fff;
}

.team-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 24px;
  align-items: center;
}

.team-photo {
  min-height: 205px;
  border-radius: 8px;
  border: 1px solid #e0eaee;
  background:
    linear-gradient(180deg, rgba(7, 140, 154, 0.06), rgba(7, 140, 154, 0.12)),
    url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1200&q=80")
      center / cover no-repeat;
}

.why-about {
  background: #f7fbfc;
  border-top: 1px solid #e5eef2;
  border-bottom: 1px solid #e5eef2;
}

.why-about h2 {
  margin-bottom: 7px;
}

.why-lead {
  max-width: 450px;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: -58px;
  margin-left: 465px;
}

.about-stats-grid article {
  min-height: 90px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid #e0eaee;
  border-radius: 6px;
  padding: 12px;
}

.about-stats-grid article::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #7fd0d6;
  border-radius: 50%;
}

.about-stats-grid strong {
  color: var(--teal);
  font-size: 18px;
  line-height: 1;
}

.about-stats-grid span {
  color: #4e5b65;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.mission-section {
  background: #fff;
  padding-top: 22px;
}

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

.mission-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 24px;
  background: #f5f8f9;
  border: 1px solid #e0eaee;
  border-radius: 8px;
}

.mission-grid span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 3px solid #7fd0d6;
  border-radius: 50%;
  font-weight: 900;
  font-size: 20px;
}

.mission-grid h3 {
  margin: 0 0 5px;
  color: var(--teal);
  font-size: 16px;
}

.mission-grid p {
  margin: 0;
  color: #4d5963;
  font-size: 12px;
}

@media (max-width: 920px) {
  .about-hero-grid,
  .story-grid,
  .team-grid,
  .mission-grid {
    grid-template-columns: 1fr;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 18px 0 0;
  }

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

  .values-grid article {
    border-right: 0;
    border-bottom: 1px solid #e0eaee;
  }

  .founder-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .about-copy h1 {
    font-size: 28px;
  }

  .values-grid,
  .about-stats-grid {
    grid-template-columns: 1fr;
  }
}

.about-footer-cta {
  background: linear-gradient(90deg, #1bb2bd, #18aab5);
  color: #fff;
  padding: 18px 0;
}

.about-cta-grid {
  grid-template-columns: 58px 1.7fr 1fr 0.75fr;
}

.about-footer-cta h3 {
  color: #fff;
  font-size: 20px;
}

.about-footer-cta p {
  color: #e9feff;
}

.about-call-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--teal);
  font-size: 24px;
  font-weight: 900;
}

.about-call-pill {
  background: #fff;
  color: #1c3038;
  border: 0;
}

.about-book-btn {
  color: var(--teal);
  background: #fff;
}

@media (max-width: 1050px) {
  .about-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 560px) {
  .about-cta-grid {
    grid-template-columns: 1fr;
  }
}

/* Neurophysiotherapy service page */
.neuro-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.neuro-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.neuro-copy {
  padding: 34px 0;
}

.neuro-copy h1 {
  margin: 0 0 14px;
  color: #25323b;
  font-size: 42px;
  line-height: 1.06;
}

.neuro-copy h1 span {
  color: var(--teal);
}

.neuro-copy p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #3f4c56;
  font-size: 14px;
}

.neuro-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 18px;
}

.neuro-benefits article {
  display: flex;
  align-items: center;
  gap: 8px;
}

.neuro-benefits span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.neuro-benefits b {
  font-size: 11px;
  line-height: 1.2;
}

.neuro-hero-photo {
  min-height: 330px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1576765608535-5f04d1e3f289?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.neuro-section {
  padding: 28px 0;
  background: #fff;
}

.neuro-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.neuro-helps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  text-align: center;
}

.neuro-helps-grid article {
  padding: 8px 10px;
}

.neuro-helps-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
}

.neuro-helps-grid h3 {
  margin: 0 0 7px;
  font-size: 13px;
  color: #26343d;
}

.neuro-helps-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.neuro-conditions-section {
  background: #fff;
  padding-top: 20px;
}

.neuro-condition-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.neuro-condition-grid article {
  min-height: 188px;
  text-align: center;
  background: #fff;
  border: 1px solid #e0eaee;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(31, 47, 58, 0.08);
  overflow: hidden;
}

.neuro-condition-img {
  height: 92px;
  background-size: cover;
  background-position: center;
}

.neuro-condition-img.stroke {
  background-image: url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=400&q=80");
}

.neuro-condition-img.parkinson {
  background-image: url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=400&q=80");
}

.neuro-condition-img.cerebral {
  background-image: url("https://images.unsplash.com/photo-1559757175-5700dde675bc?auto=format&fit=crop&w=400&q=80");
}

.neuro-condition-img.spinal {
  background-image: url("https://images.unsplash.com/photo-1530026405186-ed1f139313f8?auto=format&fit=crop&w=400&q=80");
}

.neuro-condition-img.sclerosis {
  background-image: url("https://images.unsplash.com/photo-1579684453423-f84349ef60b0?auto=format&fit=crop&w=400&q=80");
}

.neuro-condition-img.nerve {
  background-image: url("https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?auto=format&fit=crop&w=400&q=80");
}

.neuro-condition-grid h3 {
  margin: 10px 6px 5px;
  color: #26343d;
  font-size: 12px;
}

.neuro-condition-grid p {
  margin: 0 9px 12px;
  color: #5a6670;
  font-size: 9.8px;
  line-height: 1.35;
}

.neuro-why {
  background: #f8fcfd;
  padding-top: 22px;
}

.neuro-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  text-align: center;
}

.neuro-why-grid article {
  padding: 8px 7px 0;
}

.neuro-why-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
}

.neuro-why-grid h3 {
  min-height: 32px;
  margin: 0 0 6px;
  font-size: 12px;
  color: #26343d;
}

.neuro-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.2px;
  line-height: 1.35;
}

.neuro-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.neuro-cta-grid {
  grid-template-columns: 58px 1.65fr 1fr 0.7fr;
}

.neuro-footer-cta h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.neuro-footer-cta p {
  color: #eaffff;
}

.neuro-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.neuro-call-pill {
  background: #fff;
  color: #1c3038;
  border: 0;
}

.neuro-book-btn {
  color: var(--teal);
  background: #fff;
}

@media (max-width: 1050px) {
  .neuro-hero-grid {
    grid-template-columns: 1fr;
  }

  .neuro-condition-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .neuro-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .neuro-copy h1 {
    font-size: 32px;
  }

  .neuro-benefits,
  .neuro-condition-grid,
  .neuro-helps-grid,
  .neuro-why-grid,
  .neuro-cta-grid {
    grid-template-columns: 1fr;
  }
}

/* Women's health service page */
.women-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.women-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.women-copy {
  padding: 34px 0;
}

.women-copy h1 {
  margin: 0 0 14px;
  color: #25323b;
  font-size: 42px;
  line-height: 1.06;
}

.women-copy h1 span {
  color: var(--teal);
}

.women-copy p {
  max-width: 520px;
  margin: 0 0 22px;
  color: #3f4c56;
  font-size: 14px;
}

.women-hero-photo {
  min-height: 330px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.women-pillars {
  background: #f8fcfd;
  padding: 18px 0 24px;
}

.women-pillar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #e0eaee;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.women-pillar-grid article {
  min-height: 130px;
  padding: 18px 14px;
  text-align: center;
  border-right: 1px solid #e0eaee;
}

.women-pillar-grid article:last-child {
  border-right: 0;
}

.women-pillar-grid span {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
}

.women-pillar-grid h3 {
  margin: 0 0 6px;
  color: #26343d;
  font-size: 12px;
}

.women-pillar-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.women-section {
  padding: 28px 0;
  background: #fff;
}

.women-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.women-conditions-section {
  background: #fff;
}

.women-condition-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.women-condition-grid article {
  min-height: 255px;
  background: #fff;
  border: 1px solid #e0eaee;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(31, 47, 58, 0.08);
  overflow: hidden;
}

.women-condition-img {
  height: 110px;
  background-size: cover;
  background-position: center;
}

.women-condition-img.pelvic {
  background-image: url("https://images.unsplash.com/photo-1608222351212-18fe0ec7b13b?auto=format&fit=crop&w=400&q=80");
}

.women-condition-img.prenatal {
  background-image: url("https://images.unsplash.com/photo-1515488042361-ee00e0ddd4e4?auto=format&fit=crop&w=400&q=80");
}

.women-condition-img.hormonal {
  background-image: url("https://images.unsplash.com/photo-1559757148-5c350d0d3c56?auto=format&fit=crop&w=400&q=80");
}

.women-condition-img.posture {
  background-image: url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=400&q=80");
}

.women-condition-img.midlife {
  background-image: url("https://images.unsplash.com/photo-1598550476439-6847785fcea6?auto=format&fit=crop&w=400&q=80");
}

.women-condition-grid h3 {
  margin: 11px 12px 6px;
  color: #26343d;
  font-size: 12px;
}

.women-condition-grid ul {
  margin: 0 10px 12px;
  padding-left: 16px;
  color: #5a6670;
  font-size: 10px;
  line-height: 1.55;
}

.women-approach-section {
  background: #f8fcfd;
}

.approach-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  text-align: center;
}

.approach-flow article {
  position: relative;
  padding: 4px 8px 0;
}

.approach-flow article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 28px;
  right: -21px;
  color: var(--teal);
  font-size: 23px;
  font-weight: 900;
}

.approach-flow span {
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 14px;
}

.approach-flow h3 {
  margin: 0 0 6px;
  color: #26343d;
  font-size: 12px;
}

.approach-flow p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.women-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.women-cta-grid {
  grid-template-columns: 58px 1.65fr 1fr 0.7fr;
}

.women-footer-cta h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.women-footer-cta p {
  color: #eaffff;
}

.women-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.women-call-pill {
  background: #fff;
  color: #1c3038;
  border: 0;
}

.women-book-btn {
  color: var(--teal);
  background: #fff;
}

@media (max-width: 1050px) {
  .women-hero-grid {
    grid-template-columns: 1fr;
  }

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

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

  .approach-flow article::after {
    display: none;
  }

  .women-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .women-copy h1 {
    font-size: 32px;
  }

  .women-pillar-grid,
  .women-condition-grid,
  .approach-flow,
  .women-cta-grid {
    grid-template-columns: 1fr;
  }

  .women-pillar-grid article {
    border-right: 0;
    border-bottom: 1px solid #e0eaee;
  }
}

/* Sports physiotherapy service page */
.sports-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.sports-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.sports-copy {
  padding: 34px 0;
}

.sports-copy h1 {
  margin: 0 0 14px;
  color: #25323b;
  font-size: 42px;
  line-height: 1.06;
}

.sports-copy h1 span {
  color: var(--teal);
}

.sports-copy p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #3f4c56;
  font-size: 14px;
}

.sports-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 430px;
  margin: 0 0 18px;
}

.sports-benefits article {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sports-benefits span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.sports-benefits b {
  font-size: 11px;
  line-height: 1.2;
}

.sports-hero-photo {
  min-height: 330px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1538805060514-97d9cc17730c?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.sports-section {
  padding: 28px 0;
  background: #fff;
}

.sports-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.sports-help-section {
  background: #f8fcfd;
}

.sports-help-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  text-align: center;
}

.sports-help-grid article {
  padding: 8px 10px;
}

.sports-help-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
}

.sports-help-grid h3 {
  margin: 0 0 7px;
  font-size: 13px;
  color: #26343d;
}

.sports-help-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.sports-conditions-section {
  background: #fff;
  padding-top: 20px;
}

.sports-condition-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.sports-condition-grid article {
  min-height: 188px;
  text-align: center;
  background: #fff;
  border: 1px solid #e0eaee;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(31, 47, 58, 0.08);
  overflow: hidden;
}

.sports-condition-img {
  height: 92px;
  background-size: cover;
  background-position: center;
}

.sports-condition-img.shoulder {
  background-image: url("https://images.unsplash.com/photo-1571019613914-85f342c6a11e?auto=format&fit=crop&w=400&q=80");
}

.sports-condition-img.knee {
  background-image: url("https://images.unsplash.com/photo-1518611012118-696072aa579a?auto=format&fit=crop&w=400&q=80");
}

.sports-condition-img.ankle {
  background-image: url("https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?auto=format&fit=crop&w=400&q=80");
}

.sports-condition-img.back {
  background-image: url("https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=400&q=80");
}

.sports-condition-img.muscle {
  background-image: url("https://images.unsplash.com/photo-1434596922112-19c563067271?auto=format&fit=crop&w=400&q=80");
}

.sports-condition-img.overuse {
  background-image: url("https://images.unsplash.com/photo-1461896836934-ffe607ba8211?auto=format&fit=crop&w=400&q=80");
}

.sports-condition-grid h3 {
  margin: 10px 6px 5px;
  color: #26343d;
  font-size: 12px;
}

.sports-condition-grid p {
  margin: 0 9px 12px;
  color: #5a6670;
  font-size: 9.8px;
  line-height: 1.35;
}

.sports-why {
  background: #f8fcfd;
  padding-top: 22px;
}

.sports-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  text-align: center;
}

.sports-why-grid article {
  padding: 8px 8px 0;
}

.sports-why-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
}

.sports-why-grid h3 {
  min-height: 32px;
  margin: 0 0 6px;
  font-size: 12px;
  color: #26343d;
}

.sports-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.sports-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.sports-cta-grid {
  grid-template-columns: 58px 1.65fr 1fr 0.7fr;
}

.sports-footer-cta h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.sports-footer-cta p {
  color: #eaffff;
}

.sports-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.sports-call-pill {
  background: #fff;
  color: #1c3038;
  border: 0;
}

.sports-book-btn {
  color: var(--teal);
  background: #fff;
}

@media (max-width: 1050px) {
  .sports-hero-grid {
    grid-template-columns: 1fr;
  }

  .sports-condition-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .sports-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .sports-copy h1 {
    font-size: 32px;
  }

  .sports-benefits,
  .sports-condition-grid,
  .sports-help-grid,
  .sports-why-grid,
  .sports-cta-grid {
    grid-template-columns: 1fr;
  }
}

/* Orthopedic physiotherapy service page */
.ortho-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.ortho-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.ortho-copy {
  padding: 34px 0;
}

.ortho-copy h1 {
  margin: 0 0 14px;
  color: #25323b;
  font-size: 42px;
  line-height: 1.06;
}

.ortho-copy h1 span {
  color: var(--teal);
}

.ortho-copy p {
  max-width: 520px;
  margin: 0 0 22px;
  color: #3f4c56;
  font-size: 14px;
}

.ortho-hero-photo {
  min-height: 330px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1559757175-5700dde675bc?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.ortho-pillars {
  background: #f8fcfd;
  padding: 18px 0 24px;
}

.ortho-pillar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #e0eaee;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.ortho-pillar-grid article {
  min-height: 130px;
  padding: 18px 14px;
  text-align: center;
  border-right: 1px solid #e0eaee;
}

.ortho-pillar-grid article:last-child {
  border-right: 0;
}

.ortho-pillar-grid span {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
}

.ortho-pillar-grid h3 {
  margin: 0 0 6px;
  color: #26343d;
  font-size: 12px;
}

.ortho-pillar-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.ortho-section {
  padding: 28px 0;
  background: #fff;
}

.ortho-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.ortho-conditions-section {
  background: #fff;
}

.ortho-condition-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.ortho-condition-grid article {
  min-height: 240px;
  background: #fff;
  border: 1px solid #e0eaee;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(31, 47, 58, 0.08);
  overflow: hidden;
}

.ortho-condition-img {
  height: 92px;
  background-size: cover;
  background-position: center;
}

.ortho-condition-img.knee {
  background-image: url("https://images.unsplash.com/photo-1519824145371-296894a0daa9?auto=format&fit=crop&w=400&q=80");
}

.ortho-condition-img.shoulder {
  background-image: url("https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=400&q=80");
}

.ortho-condition-img.back {
  background-image: url("https://images.unsplash.com/photo-1512615199361-5c7a1108c1f8?auto=format&fit=crop&w=400&q=80");
}

.ortho-condition-img.ankle {
  background-image: url("https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?auto=format&fit=crop&w=400&q=80");
}

.ortho-condition-img.hip {
  background-image: url("https://images.unsplash.com/photo-1571019613576-2b22c76fd955?auto=format&fit=crop&w=400&q=80");
}

.ortho-condition-img.elbow {
  background-image: url("https://images.unsplash.com/photo-1599058917212-d750089bc07e?auto=format&fit=crop&w=400&q=80");
}

.ortho-condition-grid h3 {
  margin: 10px 10px 6px;
  color: #26343d;
  font-size: 12px;
}

.ortho-condition-grid ul {
  margin: 0 9px 12px;
  padding-left: 15px;
  color: #5a6670;
  font-size: 9.8px;
  line-height: 1.48;
}

.ortho-why {
  background: #f8fcfd;
  padding-top: 22px;
}

.ortho-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  text-align: center;
}

.ortho-why-grid article {
  padding: 8px 7px 0;
}

.ortho-why-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
}

.ortho-why-grid h3 {
  min-height: 32px;
  margin: 0 0 6px;
  font-size: 12px;
  color: #26343d;
}

.ortho-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.2px;
  line-height: 1.35;
}

.ortho-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.ortho-cta-grid {
  grid-template-columns: 58px 1.65fr 1fr 0.7fr;
}

.ortho-footer-cta h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.ortho-footer-cta p {
  color: #eaffff;
}

.ortho-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.ortho-call-pill {
  background: #fff;
  color: #1c3038;
  border: 0;
}

.ortho-book-btn {
  color: var(--teal);
  background: #fff;
}

@media (max-width: 1050px) {
  .ortho-hero-grid {
    grid-template-columns: 1fr;
  }

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

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

  .ortho-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .ortho-copy h1 {
    font-size: 32px;
  }

  .ortho-pillar-grid,
  .ortho-condition-grid,
  .ortho-why-grid,
  .ortho-cta-grid {
    grid-template-columns: 1fr;
  }

  .ortho-pillar-grid article {
    border-right: 0;
    border-bottom: 1px solid #e0eaee;
  }
}

/* Cardio-pulmonary physiotherapy service page */
.cardio-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.cardio-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.cardio-copy {
  padding: 34px 0;
}

.cardio-copy h1 {
  margin: 0 0 14px;
  color: #25323b;
  font-size: 42px;
  line-height: 1.06;
}

.cardio-copy h1 span {
  color: var(--teal);
}

.cardio-copy p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #3f4c56;
  font-size: 14px;
}

.cardio-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 18px;
}

.cardio-benefits article {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cardio-benefits span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.cardio-benefits b {
  font-size: 11px;
  line-height: 1.2;
}

.cardio-hero-photo {
  min-height: 330px;
  position: relative;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.cardio-note {
  position: absolute;
  right: 28px;
  bottom: 34px;
  width: 230px;
  min-height: 112px;
  padding: 20px 18px 18px 70px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 47, 58, 0.16);
}

.cardio-note::before {
  content: "L";
  position: absolute;
  left: 18px;
  top: 25px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.cardio-note b {
  display: block;
  color: #25323b;
  font-size: 13px;
  line-height: 1.25;
}

.cardio-note span {
  display: block;
  margin-top: 8px;
  color: #53616b;
  font-size: 11px;
  line-height: 1.35;
}

.cardio-section {
  padding: 28px 0;
  background: #fff;
}

.cardio-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.cardio-help-section {
  background: #f8fcfd;
}

.cardio-help-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  text-align: center;
}

.cardio-help-grid article {
  padding: 8px 8px;
}

.cardio-help-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
}

.cardio-help-grid h3 {
  margin: 0 0 7px;
  font-size: 12px;
  color: #26343d;
}

.cardio-help-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.2px;
  line-height: 1.35;
}

.cardio-conditions-section {
  background: #fff;
}

.cardio-condition-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.cardio-condition-grid article {
  min-height: 225px;
  background: #fff;
  border: 1px solid #e0eaee;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(31, 47, 58, 0.08);
  overflow: hidden;
}

.cardio-condition-img {
  height: 105px;
  background-size: cover;
  background-position: center;
}

.cardio-condition-img.copd {
  background-image: url("https://images.unsplash.com/photo-1582719471384-894fbb16e074?auto=format&fit=crop&w=400&q=80");
}

.cardio-condition-img.heart {
  background-image: url("https://images.unsplash.com/photo-1628348070889-cb656235b4eb?auto=format&fit=crop&w=400&q=80");
}

.cardio-condition-img.respiratory {
  background-image: url("https://images.unsplash.com/photo-1585435557343-3b092031a831?auto=format&fit=crop&w=400&q=80");
}

.cardio-condition-img.covid {
  background-image: url("https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?auto=format&fit=crop&w=400&q=80");
}

.cardio-condition-img.other {
  background-image: url("https://images.unsplash.com/photo-1581595220892-b0739db3ba8c?auto=format&fit=crop&w=400&q=80");
}

.cardio-condition-grid h3 {
  margin: 11px 12px 6px;
  color: #26343d;
  font-size: 12px;
}

.cardio-condition-grid ul {
  margin: 0 10px 12px;
  padding-left: 16px;
  color: #5a6670;
  font-size: 10px;
  line-height: 1.55;
}

.cardio-process-section {
  background: #fff;
}

.cardio-process-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  text-align: center;
}

.cardio-process-flow article {
  position: relative;
  padding: 4px 8px 0;
}

.cardio-process-flow article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 28px;
  right: -21px;
  color: var(--teal);
  font-size: 23px;
  font-weight: 900;
}

.cardio-process-flow span {
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 14px;
}

.cardio-process-flow h3 {
  margin: 0 0 6px;
  color: #26343d;
  font-size: 12px;
}

.cardio-process-flow p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.cardio-why {
  background: #f8fcfd;
}

.cardio-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  text-align: center;
}

.cardio-why-grid article {
  padding: 8px 7px 0;
}

.cardio-why-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
}

.cardio-why-grid h3 {
  min-height: 32px;
  margin: 0 0 6px;
  font-size: 12px;
  color: #26343d;
}

.cardio-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.2px;
  line-height: 1.35;
}

.cardio-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.cardio-cta-grid {
  grid-template-columns: 58px 1.65fr 1fr 0.7fr;
}

.cardio-footer-cta h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.cardio-footer-cta p {
  color: #eaffff;
}

.cardio-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.cardio-call-pill {
  background: #fff;
  color: #1c3038;
  border: 0;
}

.cardio-book-btn {
  color: var(--teal);
  background: #fff;
}

@media (max-width: 1050px) {
  .cardio-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .cardio-condition-grid,
  .cardio-process-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .cardio-process-flow article::after {
    display: none;
  }

  .cardio-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .cardio-copy h1 {
    font-size: 32px;
  }

  .cardio-benefits,
  .cardio-help-grid,
  .cardio-condition-grid,
  .cardio-process-flow,
  .cardio-why-grid,
  .cardio-cta-grid {
    grid-template-columns: 1fr;
  }

  .cardio-note {
    position: static;
    width: auto;
    margin: 220px 14px 14px;
  }
}

/* Post surgical physiotherapy service page */
.post-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.post-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.post-copy {
  padding: 34px 0;
}

.post-copy h1 {
  margin: 0 0 14px;
  color: #25323b;
  font-size: 42px;
  line-height: 1.06;
}

.post-copy h1 span {
  color: var(--teal);
}

.post-copy p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #3f4c56;
  font-size: 14px;
}

.post-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 18px;
}

.post-benefits article {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-benefits span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.post-benefits b {
  font-size: 11px;
  line-height: 1.2;
}

.post-hero-photo {
  min-height: 330px;
  position: relative;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.post-note {
  position: absolute;
  right: 28px;
  bottom: 34px;
  width: 230px;
  padding: 20px 18px 18px 70px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 47, 58, 0.16);
}

.post-note::before {
  content: "S";
  position: absolute;
  left: 18px;
  top: 25px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.post-note b {
  display: block;
  color: #25323b;
  font-size: 13px;
  line-height: 1.3;
}

.post-section {
  padding: 28px 0;
  background: #fff;
}

.post-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.post-benefits-section,
.post-why {
  background: #f8fcfd;
}

.post-help-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  text-align: center;
}

.post-help-grid article {
  padding: 8px 10px;
}

.post-help-grid span,
.post-why-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
}

.post-help-grid h3,
.post-why-grid h3 {
  margin: 0 0 7px;
  font-size: 12px;
  color: #26343d;
}

.post-help-grid p,
.post-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.2px;
  line-height: 1.35;
}

.post-process-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  text-align: center;
}

.post-process-flow article {
  position: relative;
  padding: 4px 8px 0;
}

.post-process-flow article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 28px;
  right: -21px;
  color: var(--teal);
  font-size: 23px;
  font-weight: 900;
}

.post-process-flow span {
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 14px;
}

.post-process-flow h3 {
  margin: 0 0 6px;
  color: #26343d;
  font-size: 12px;
}

.post-process-flow p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.post-surgery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.post-surgery-grid article {
  min-height: 230px;
  background: #fff;
  border: 1px solid #e0eaee;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(31, 47, 58, 0.08);
  overflow: hidden;
}

.post-surgery-img {
  height: 92px;
  background-size: cover;
  background-position: center;
}

.post-surgery-img.knee {
  background-image: url("https://images.unsplash.com/photo-1519824145371-296894a0daa9?auto=format&fit=crop&w=400&q=80");
}

.post-surgery-img.shoulder {
  background-image: url("https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=400&q=80");
}

.post-surgery-img.hip {
  background-image: url("https://images.unsplash.com/photo-1571019613576-2b22c76fd955?auto=format&fit=crop&w=400&q=80");
}

.post-surgery-img.spine {
  background-image: url("https://images.unsplash.com/photo-1530026405186-ed1f139313f8?auto=format&fit=crop&w=400&q=80");
}

.post-surgery-img.foot {
  background-image: url("https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?auto=format&fit=crop&w=400&q=80");
}

.post-surgery-img.other {
  background-image: url("https://images.unsplash.com/photo-1608222351212-18fe0ec7b13b?auto=format&fit=crop&w=400&q=80");
}

.post-surgery-grid h3 {
  margin: 10px 10px 6px;
  color: #26343d;
  font-size: 12px;
}

.post-surgery-grid ul {
  margin: 0 9px 12px;
  padding-left: 15px;
  color: #5a6670;
  font-size: 9.8px;
  line-height: 1.48;
}

.post-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  text-align: center;
}

.post-why-grid article {
  padding: 8px 7px 0;
}

.post-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.post-cta-grid {
  grid-template-columns: 58px 1.65fr 1fr 0.7fr;
}

.post-footer-cta h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.post-footer-cta p {
  color: #eaffff;
}

.post-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.post-call-pill {
  background: #fff;
  color: #1c3038;
  border: 0;
}

.post-book-btn {
  color: var(--teal);
  background: #fff;
}

@media (max-width: 1050px) {
  .post-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .post-surgery-grid,
  .post-process-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .post-process-flow article::after {
    display: none;
  }

  .post-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .post-copy h1 {
    font-size: 32px;
  }

  .post-benefits,
  .post-help-grid,
  .post-surgery-grid,
  .post-process-flow,
  .post-why-grid,
  .post-cta-grid {
    grid-template-columns: 1fr;
  }

  .post-note {
    position: static;
    width: auto;
    margin: 220px 14px 14px;
  }
}

/* Contact page */
.contact-hero {
  background: #edf8fb;
  border-bottom: 1px solid #dfecef;
}

.contact-hero-grid {
  min-height: 300px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.contact-copy h1 {
  margin: 0 0 14px;
  color: #152232;
  font-size: 36px;
  line-height: 1.12;
}

.contact-copy h1 span {
  color: var(--teal);
}

.contact-copy p {
  max-width: 455px;
  margin: 0;
  color: #3f4c56;
  font-size: 14px;
}

.contact-hero-photo {
  min-height: 285px;
  align-self: end;
  background:
    linear-gradient(90deg, rgba(237, 248, 251, 0.9), rgba(237, 248, 251, 0.1)),
    url("https://images.unsplash.com/photo-1576765608866-5b51046452be?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.contact-methods {
  margin-top: -28px;
  position: relative;
  z-index: 3;
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #dce8ec;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 22px rgba(31, 47, 58, 0.1);
}

.contact-method-grid article {
  min-height: 132px;
  text-align: center;
  padding: 18px 14px;
  border-right: 1px solid #dce8ec;
}

.contact-method-grid article:last-child {
  border-right: 0;
}

.contact-method-grid span {
  width: 42px;
  height: 42px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.contact-method-grid h3 {
  margin: 0 0 5px;
  color: #21313b;
  font-size: 13px;
}

.contact-method-grid strong {
  display: block;
  color: var(--teal);
  font-size: 17px;
  line-height: 1.2;
}

.contact-method-grid p {
  margin: 5px 0 0;
  color: #5f6872;
  font-size: 11px;
}

.contact-main-section {
  background: #fff;
  padding: 12px 0 22px;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 14px;
}

.contact-panel {
  background: #fff;
  border: 1px solid #dfe9ed;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 5px 16px rgba(31, 47, 58, 0.07);
}

.contact-panel h2,
.contact-why-section h2 {
  margin: 0 0 14px;
  color: #1d2d38;
  font-size: 18px;
}

.contact-panel h2::after,
.contact-why-section h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 7px;
  background: var(--teal);
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 38px;
  border: 1px solid #ccdce2;
  border-radius: 4px;
  padding: 10px 12px;
  font:
    12px Arial,
    Helvetica,
    sans-serif;
  color: #27323a;
  background: #fff;
}

.contact-form textarea {
  min-height: 90px;
  resize: vertical;
}

.contact-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #45525c;
  font-size: 11px;
}

.contact-check input {
  width: auto;
  min-height: auto;
}

.contact-form .btn {
  width: 100%;
}

.clinic-address {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.clinic-address span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
}

.clinic-address h3 {
  margin: 0 0 3px;
  font-size: 14px;
  color: #25323b;
}

.clinic-address p {
  margin: 0;
  color: #495661;
  font-size: 12px;
}

.map-card {
  position: relative;
  height: 178px;
  border: 1px solid #dfe9ed;
  border-radius: 6px;
  overflow: hidden;
  background:
    linear-gradient(
      28deg,
      transparent 48%,
      rgba(8, 140, 154, 0.22) 49%,
      rgba(8, 140, 154, 0.22) 51%,
      transparent 52%
    ),
    linear-gradient(135deg, #f9f1df, #eef6f8);
}

.map-card::before,
.map-card::after {
  content: "";
  position: absolute;
  inset: 34px 0 auto 0;
  height: 2px;
  background: rgba(90, 110, 120, 0.22);
  transform: rotate(-12deg);
}

.map-card::after {
  inset: auto 0 48px 0;
  transform: rotate(9deg);
}

.map-pin {
  position: absolute;
  left: 53%;
  top: 42%;
  padding: 8px 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: var(--shadow);
  color: #26343d;
  font-size: 10px;
  font-weight: 800;
}

.map-pin::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 10px;
  width: 28px;
  height: 28px;
  background: var(--teal);
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
}

.map-card > span {
  position: absolute;
  color: #66737c;
  font-size: 10px;
  font-weight: 800;
}

.map-card > span:nth-of-type(1) {
  left: 42px;
  bottom: 24px;
}

.map-card > span:nth-of-type(2) {
  left: 245px;
  bottom: 14px;
}

.map-card > span:nth-of-type(3) {
  right: 32px;
  bottom: 18px;
}

.map-btn {
  width: 170px;
  margin: 14px auto 0;
}

.clinic-photo-card {
  min-height: 175px;
  border-radius: 8px;
  border: 1px solid #dfe9ed;
  background:
    linear-gradient(90deg, rgba(7, 140, 154, 0.22), rgba(255, 255, 255, 0.15)),
    url("https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&w=900&q=80")
      center / cover no-repeat;
}

.hours-panel {
  display: grid;
  align-content: start;
  gap: 10px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  color: #24313a;
  font-size: 13px;
}

.emergency-box {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: 6px;
  background: #e9f7fa;
}

.emergency-box span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.emergency-box b,
.emergency-box strong {
  display: block;
  color: #24313a;
  font-size: 13px;
}

.emergency-box strong {
  color: var(--teal);
}

.contact-why-section {
  background: #f8fcfd;
  padding: 22px 0 24px;
  text-align: center;
}

.contact-why-section h2::after {
  margin-left: auto;
  margin-right: auto;
}

.contact-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.contact-why-grid article {
  text-align: center;
  padding: 8px 8px 0;
}

.contact-why-grid span {
  width: 42px;
  height: 42px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
}

.contact-why-grid h3 {
  margin: 0 0 6px;
  color: #26343d;
  font-size: 12px;
}

.contact-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.contact-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.contact-assist-grid {
  display: grid;
  grid-template-columns: 58px 1.1fr 1fr 0.75fr;
  gap: 18px;
  align-items: center;
}

.assist-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.contact-footer-cta h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
}

.contact-footer-cta p {
  margin: 3px 0 0;
  color: #eaffff;
}

.assist-phone {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.assist-phone span {
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.assist-whatsapp {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b7a3b;
  background: #fff;
  border-radius: 6px;
  font-weight: 900;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .contact-hero-grid,
  .contact-main-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-assist-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 620px) {
  .contact-copy h1 {
    font-size: 30px;
  }

  .contact-method-grid,
  .contact-why-grid,
  .contact-assist-grid {
    grid-template-columns: 1fr;
  }

  .assist-phone {
    font-size: 25px;
  }
}

/* Careers / Blog page */
.career-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.career-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.career-copy {
  padding: 34px 0;
}

.career-copy h1 {
  margin: 0 0 16px;
  color: #25323b;
  font-size: 40px;
  line-height: 1.08;
}

.career-copy h1 span {
  color: var(--teal);
}

.career-copy p {
  max-width: 520px;
  margin: 0 0 22px;
  color: #3f4c56;
  font-size: 14px;
}

.career-hero-photo {
  min-height: 330px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1576765608866-5b51046452be?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.career-values-section {
  background: #fff;
  padding: 26px 0 20px;
}

.career-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #e0eaee;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(31, 47, 58, 0.07);
}

.career-values-grid article {
  min-height: 145px;
  padding: 22px 14px;
  text-align: center;
  border-right: 1px solid #e0eaee;
}

.career-values-grid article:last-child {
  border-right: 0;
}

.career-values-grid span,
.career-why-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
}

.career-values-grid h3,
.career-why-grid h3 {
  margin: 0 0 7px;
  color: #26343d;
  font-size: 12px;
}

.career-values-grid p,
.career-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.career-section {
  background: #fff;
  padding: 24px 0;
}

.career-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.career-section h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: 8px auto 0;
  background: var(--teal);
}

.career-table-wrap {
  overflow-x: auto;
  border: 1px solid #dfe9ed;
  border-radius: 6px;
  background: #fff;
}

.career-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
  font-size: 12px;
}

.career-table thead {
  background: linear-gradient(90deg, #139faa, #18aeb9);
  color: #fff;
}

.career-table th {
  padding: 11px 14px;
  text-align: left;
  font-size: 12px;
}

.career-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #e4eef2;
  color: #3e4b55;
}

.career-table td b {
  display: block;
  color: #25323b;
  margin-bottom: 3px;
}

.career-table td span {
  display: block;
  color: #64707a;
  font-size: 10.5px;
}

.career-table td a {
  min-width: 96px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--teal);
  border-radius: 4px;
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 10px;
}

.career-more {
  width: 170px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  border: 1px solid var(--teal);
  border-radius: 4px;
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 10px;
}

.career-why-section {
  background: #fff;
  border-top: 1px solid #edf3f5;
}

.career-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #e0eaee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.career-why-grid article {
  min-height: 138px;
  padding: 20px 12px;
  text-align: center;
  border-right: 1px solid #e0eaee;
}

.career-why-grid article:last-child {
  border-right: 0;
}

.career-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.career-cta-grid {
  display: grid;
  grid-template-columns: 58px 1.5fr 0.85fr 0.85fr;
  gap: 18px;
  align-items: center;
}

.career-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.career-footer-cta h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
}

.career-footer-cta p {
  margin: 3px 0 0;
  color: #eaffff;
}

.career-send {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.career-email span,
.career-email strong {
  display: block;
  color: #fff;
}

.career-email span {
  font-size: 12px;
  opacity: 0.9;
}

.career-email strong {
  font-size: 14px;
}

@media (max-width: 1050px) {
  .career-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .career-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 620px) {
  .career-copy h1 {
    font-size: 31px;
  }

  .career-values-grid,
  .career-why-grid,
  .career-cta-grid {
    grid-template-columns: 1fr;
  }

  .career-values-grid article,
  .career-why-grid article {
    border-right: 0;
    border-bottom: 1px solid #e0eaee;
  }
}

/* Pediatric physiotherapy service page */
.pediatric-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.pediatric-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.pediatric-copy {
  padding: 34px 0;
}

.pediatric-copy h1 {
  margin: 0 0 14px;
  color: #25323b;
  font-size: 42px;
  line-height: 1.06;
}

.pediatric-copy h1 span {
  color: var(--teal);
}

.pediatric-copy p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #3f4c56;
  font-size: 14px;
}

.pediatric-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0 0 18px;
}

.pediatric-benefits article {
  text-align: center;
}

.pediatric-benefits span {
  width: 34px;
  height: 34px;
  margin: 0 auto 5px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.pediatric-benefits b {
  display: block;
  font-size: 10.2px;
  line-height: 1.15;
}

.pediatric-hero-photo {
  min-height: 330px;
  position: relative;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1607453998774-d533f65dac99?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.pediatric-note {
  position: absolute;
  right: 26px;
  bottom: 34px;
  width: 230px;
  padding: 20px 18px 18px 70px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 47, 58, 0.16);
}

.pediatric-note::before {
  content: "K";
  position: absolute;
  left: 18px;
  top: 25px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.pediatric-note b {
  display: block;
  color: #25323b;
  font-size: 13px;
  line-height: 1.3;
}

.pediatric-section {
  padding: 28px 0;
  background: #fff;
}

.pediatric-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.pediatric-help-section,
.pediatric-why {
  background: #f8fcfd;
}

.pediatric-help-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  text-align: center;
}

.pediatric-help-grid article {
  padding: 8px 10px;
}

.pediatric-help-grid span,
.pediatric-why-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
}

.pediatric-help-grid h3,
.pediatric-why-grid h3 {
  margin: 0 0 7px;
  font-size: 12px;
  color: #26343d;
}

.pediatric-help-grid p,
.pediatric-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.2px;
  line-height: 1.35;
}

.pediatric-condition-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.pediatric-condition-grid article {
  min-height: 210px;
  text-align: center;
  background: #fff;
  border: 1px solid #e0eaee;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(31, 47, 58, 0.08);
  overflow: hidden;
}

.pediatric-condition-img {
  height: 92px;
  background-size: cover;
  background-position: center;
}

.pediatric-condition-img.delays {
  background-image: url("https://images.unsplash.com/photo-1544776193-352d25ca82cd?auto=format&fit=crop&w=400&q=80");
}

.pediatric-condition-img.cerebral {
  background-image: url("https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?auto=format&fit=crop&w=400&q=80");
}

.pediatric-condition-img.weakness {
  background-image: url("https://images.unsplash.com/photo-1576678927484-cc907957088c?auto=format&fit=crop&w=400&q=80");
}

.pediatric-condition-img.balance {
  background-image: url("https://images.unsplash.com/photo-1596464716127-f2a82984de30?auto=format&fit=crop&w=400&q=80");
}

.pediatric-condition-img.surgery {
  background-image: url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=400&q=80");
}

.pediatric-condition-img.autism {
  background-image: url("https://images.unsplash.com/photo-1503919545889-aef636e10ad4?auto=format&fit=crop&w=400&q=80");
}

.pediatric-condition-grid h3 {
  margin: 10px 6px 5px;
  color: #26343d;
  font-size: 12px;
}

.pediatric-condition-grid p {
  margin: 0 9px 12px;
  color: #5a6670;
  font-size: 9.8px;
  line-height: 1.35;
}

.pediatric-why-layout {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 18px;
  align-items: stretch;
}

.pediatric-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  text-align: center;
}

.pediatric-why-grid article {
  padding: 8px 6px 0;
}

.pediatric-why-photo {
  min-height: 180px;
  border-radius: 8px;
  background: url("https://images.unsplash.com/photo-1600880292203-757bb62b4baf?auto=format&fit=crop&w=500&q=80")
    center / cover no-repeat;
}

.pediatric-process-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  text-align: center;
}

.pediatric-process-flow article {
  position: relative;
  padding: 4px 8px 0;
}

.pediatric-process-flow article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 28px;
  right: -21px;
  color: var(--teal);
  font-size: 23px;
  font-weight: 900;
}

.pediatric-process-flow span {
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 14px;
}

.pediatric-process-flow h3 {
  margin: 0 0 6px;
  color: #26343d;
  font-size: 12px;
}

.pediatric-process-flow p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.pediatric-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.pediatric-cta-grid {
  grid-template-columns: 58px 1.65fr 1fr 0.7fr;
}

.pediatric-footer-cta h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.pediatric-footer-cta p {
  color: #eaffff;
}

.pediatric-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.pediatric-call-pill {
  background: #fff;
  color: #1c3038;
  border: 0;
}

.pediatric-book-btn {
  color: var(--teal);
  background: #fff;
}

@media (max-width: 1050px) {
  .pediatric-hero-grid,
  .pediatric-why-layout {
    grid-template-columns: 1fr;
  }

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

  .pediatric-condition-grid,
  .pediatric-process-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .pediatric-process-flow article::after {
    display: none;
  }

  .pediatric-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .pediatric-copy h1 {
    font-size: 32px;
  }

  .pediatric-benefits,
  .pediatric-help-grid,
  .pediatric-condition-grid,
  .pediatric-why-grid,
  .pediatric-process-flow,
  .pediatric-cta-grid {
    grid-template-columns: 1fr;
  }

  .pediatric-note {
    position: static;
    width: auto;
    margin: 220px 14px 14px;
  }
}

/* Home visit physiotherapy page */
.homevisit-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.homevisit-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.homevisit-copy {
  padding: 34px 0;
}

.homevisit-copy h1 {
  margin: 0 0 14px;
  color: #25323b;
  font-size: 42px;
  line-height: 1.06;
}

.homevisit-copy h1 span {
  color: var(--teal);
}

.homevisit-copy p {
  max-width: 500px;
  margin: 0 0 22px;
  color: #3f4c56;
  font-size: 14px;
}

.homevisit-hero-photo {
  min-height: 330px;
  position: relative;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.homevisit-note {
  position: absolute;
  right: 26px;
  bottom: 34px;
  width: 220px;
  padding: 18px 18px 18px 68px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 47, 58, 0.16);
}

.homevisit-note::before {
  content: "H";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.homevisit-note b,
.homevisit-note span {
  display: block;
  color: #25323b;
  font-size: 12px;
  line-height: 1.3;
}

.homevisit-note span {
  color: #5b6872;
  margin-top: 4px;
}

.homevisit-section {
  padding: 28px 0;
  background: #fff;
}

.homevisit-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.homevisit-benefits-section,
.homevisit-process-section,
.homevisit-why {
  background: #f8fcfd;
}

.homevisit-benefit-grid,
.homevisit-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  text-align: center;
}

.homevisit-benefit-grid article,
.homevisit-why-grid article {
  padding: 8px 10px;
}

.homevisit-benefit-grid span,
.homevisit-why-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
}

.homevisit-benefit-grid h3,
.homevisit-why-grid h3 {
  margin: 0 0 7px;
  font-size: 12px;
  color: #26343d;
}

.homevisit-benefit-grid p,
.homevisit-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.2px;
  line-height: 1.35;
}

.homevisit-condition-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.homevisit-condition-grid article {
  min-height: 230px;
  background: #fff;
  border: 1px solid #e0eaee;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(31, 47, 58, 0.08);
  overflow: hidden;
}

.homevisit-condition-img {
  height: 92px;
  background-size: cover;
  background-position: center;
}

.homevisit-condition-img.post {
  background-image: url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=400&q=80");
}

.homevisit-condition-img.neuro {
  background-image: url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=400&q=80");
}

.homevisit-condition-img.muscle {
  background-image: url("https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=400&q=80");
}

.homevisit-condition-img.geriatric {
  background-image: url("https://images.unsplash.com/photo-1576765608535-5f04d1e3f289?auto=format&fit=crop&w=400&q=80");
}

.homevisit-condition-img.other {
  background-image: url("https://images.unsplash.com/photo-1559757148-5c350d0d3c56?auto=format&fit=crop&w=400&q=80");
}

.homevisit-condition-grid h3 {
  margin: 10px 10px 6px;
  color: #26343d;
  font-size: 12px;
}

.homevisit-condition-grid ul {
  margin: 0 9px 12px;
  padding-left: 15px;
  color: #5a6670;
  font-size: 9.8px;
  line-height: 1.48;
}

.homevisit-process-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  text-align: center;
}

.homevisit-process-flow article {
  position: relative;
  padding: 4px 8px 0;
}

.homevisit-process-flow article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 28px;
  right: -21px;
  color: var(--teal);
  font-size: 23px;
  font-weight: 900;
}

.homevisit-process-flow span {
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 14px;
}

.homevisit-process-flow h3 {
  margin: 0 0 6px;
  color: #26343d;
  font-size: 12px;
}

.homevisit-process-flow p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.homevisit-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.homevisit-cta-grid {
  grid-template-columns: 58px 1.65fr 1fr 0.7fr;
}

.homevisit-footer-cta h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.homevisit-footer-cta p {
  color: #eaffff;
}

.homevisit-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.homevisit-call-pill {
  background: #fff;
  color: #1c3038;
  border: 0;
}

.homevisit-book-btn {
  color: var(--teal);
  background: #fff;
}

@media (max-width: 1050px) {
  .homevisit-hero-grid {
    grid-template-columns: 1fr;
  }

  .homevisit-benefit-grid,
  .homevisit-why-grid,
  .homevisit-condition-grid,
  .homevisit-process-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .homevisit-process-flow article::after {
    display: none;
  }

  .homevisit-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .homevisit-copy h1 {
    font-size: 32px;
  }

  .homevisit-benefit-grid,
  .homevisit-why-grid,
  .homevisit-condition-grid,
  .homevisit-process-flow,
  .homevisit-cta-grid {
    grid-template-columns: 1fr;
  }

  .homevisit-note {
    position: static;
    width: auto;
    margin: 220px 14px 14px;
  }
}

/* Online physiotherapy / tele-rehab page */
.online-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.online-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.online-copy {
  padding: 34px 0;
}

.online-copy h1 {
  margin: 0 0 14px;
  color: #25323b;
  font-size: 42px;
  line-height: 1.06;
}

.online-copy h1 span {
  color: var(--teal);
}

.online-copy p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #3f4c56;
  font-size: 14px;
}

.online-benefits-hero {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 18px;
}

.online-benefits-hero article {
  text-align: center;
}

.online-benefits-hero span {
  width: 34px;
  height: 34px;
  margin: 0 auto 5px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
}

.online-benefits-hero b {
  display: block;
  font-size: 10.2px;
  line-height: 1.15;
}

.online-hero-photo {
  min-height: 330px;
  position: relative;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1588196749597-9ff075ee6b5b?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.online-note {
  position: absolute;
  right: 26px;
  bottom: 34px;
  width: 235px;
  padding: 18px 18px 18px 68px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 47, 58, 0.16);
}

.online-note::before {
  content: "W";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.online-note b {
  display: block;
  color: #25323b;
  font-size: 13px;
  line-height: 1.3;
}

.online-section {
  padding: 28px 0;
  background: #fff;
}

.online-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.online-benefits-section,
.online-process-section {
  background: #f8fcfd;
}

.online-benefit-grid,
.online-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  text-align: center;
}

.online-benefit-grid article,
.online-why-grid article {
  padding: 8px 10px;
}

.online-benefit-grid span,
.online-why-grid span,
.online-condition-icons span {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
}

.online-benefit-grid h3,
.online-why-grid h3 {
  margin: 0 0 7px;
  font-size: 12px;
  color: #26343d;
}

.online-benefit-grid p,
.online-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.2px;
  line-height: 1.35;
}

.online-condition-icons {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
  text-align: center;
}

.online-condition-icons span {
  width: 62px;
  height: 62px;
  font-size: 15px;
  background: #fff;
}

.online-condition-icons h3 {
  margin: 0;
  color: #26343d;
  font-size: 11px;
  line-height: 1.25;
}

.online-process-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  text-align: center;
}

.online-process-flow article {
  position: relative;
  padding: 4px 8px 0;
}

.online-process-flow article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 28px;
  right: -21px;
  color: var(--teal);
  font-size: 23px;
  font-weight: 900;
}

.online-process-flow span {
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 14px;
}

.online-process-flow h3 {
  margin: 0 0 6px;
  color: #26343d;
  font-size: 12px;
}

.online-process-flow p {
  margin: 0;
  color: #596670;
  font-size: 10.5px;
  line-height: 1.35;
}

.online-footer-cta {
  background: linear-gradient(90deg, #16aeb9, #14a6b1);
  color: #fff;
  padding: 18px 0;
}

.online-cta-grid {
  grid-template-columns: 58px 1.65fr 1fr 0.7fr;
}

.online-footer-cta h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.online-footer-cta p {
  color: #eaffff;
}

.online-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.online-call-pill {
  background: #fff;
  color: #1c3038;
  border: 0;
}

.online-book-btn {
  color: var(--teal);
  background: #fff;
}

@media (max-width: 1050px) {
  .online-hero-grid {
    grid-template-columns: 1fr;
  }

  .online-benefit-grid,
  .online-why-grid,
  .online-process-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .online-condition-icons {
    grid-template-columns: repeat(4, 1fr);
  }

  .online-process-flow article::after {
    display: none;
  }

  .online-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .online-copy h1 {
    font-size: 32px;
  }

  .online-benefits-hero,
  .online-benefit-grid,
  .online-why-grid,
  .online-process-flow,
  .online-condition-icons,
  .online-cta-grid {
    grid-template-columns: 1fr;
  }

  .online-note {
    position: static;
    width: auto;
    margin: 220px 14px 14px;
  }
}

/* Stroke physiotherapy & rehabilitation page */
.stroke-hero {
  background: #fff;
  border-bottom: 1px solid #edf3f5;
}

.stroke-hero-grid {
  min-height: 370px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.stroke-copy {
  padding: 34px 0;
}

.stroke-copy h1 {
  margin: 0 0 14px;
  color: #25323b;
  font-size: 42px;
  line-height: 1.06;
}

.stroke-copy h1 span {
  color: var(--teal);
}

.stroke-copy p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #3f4c56;
  font-size: 14px;
}

.stroke-benefits-hero {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 18px;
}

.stroke-benefits-hero article {
  text-align: center;
}

.stroke-benefits-hero span {
  width: 34px;
  height: 34px;
  margin: 0 auto 5px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.stroke-benefits-hero b {
  display: block;
  font-size: 10.2px;
  line-height: 1.15;
}

.stroke-hero-photo {
  min-height: 330px;
  position: relative;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1576765608535-5f04d1e3f289?auto=format&fit=crop&w=1100&q=80")
      center / cover no-repeat;
}

.stroke-note {
  position: absolute;
  right: 26px;
  bottom: 34px;
  width: 210px;
  padding: 20px 18px 18px 68px;
  background: linear-gradient(180deg, #14aeb9, #087f91);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 47, 58, 0.18);
}

.stroke-note::before {
  content: "B";
  position: absolute;
  left: 18px;
  top: 25px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: #fff;
  border-radius: 50%;
  font-weight: 900;
}

.stroke-note b,
.stroke-note span {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}

.stroke-note span {
  margin-top: 5px;
  font-size: 11px;
}

.stroke-section {
  padding: 28px 0;
  background: #fff;
}

.stroke-section h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #1f2b34;
  font-size: 20px;
}

.stroke-benefits-section,
.stroke-process-section,
.stroke-why {
  background: #f8fcfd;
}

.stroke-benefit-grid,
.stroke-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  text-align: center;
}

.stroke-benefit-grid article,
.stroke-why-grid article {
  padding: 8px 7px;
}

.stroke-benefit-grid span,
.stroke-why-grid span {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
}

.stroke-benefit-grid h3,
.stroke-why-grid h3 {
  margin: 0 0 7px;
  font-size: 12px;
  color: #26343d;
}

.stroke-benefit-grid p,
.stroke-why-grid p {
  margin: 0;
  color: #596670;
  font-size: 10.2px;
  line-height: 1.35;
}

.stroke-condition-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.stroke-condition-grid article {
  min-height: 198px;
  text-align: center;
  background: #fff;
  border: 1px solid #e0eaee;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(31, 47, 58, 0.08);
  overflow: hidden;
}

.stroke-condition-img {
  height: 92px;
  background-size: cover;
  background-position: center;
}

.stroke-condition-img.weakness {
  background-image: url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=400&q=80");
}

.stroke-condition-img.spasticity {
  background-image: url("https://images.unsplash.com/photo-1607962837359-5e7e89f86776?auto=format&fit=crop&w=400&q=80");
}

.stroke-condition-img.balance {
  background-image: url("https://images.unsplash.com/photo-1576765608535-5f04d1e3f289?auto=format&fit=crop&w=400&q=80");
}

.stroke-condition-img.hand {
  background-image: url("https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=400&q=80");
}

.stroke-condition-img.speech {
  background-image: url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=400&q=80");
}

.stroke-condition-img.walking {
  background-image: url("https://images.unsplash.com/photo-1559757175-5700dde675bc?auto=format&fit=crop&w=400&q=80");
}

.stroke-condition-grid h3 {
  margin: 10px 6px 5px;
  color: #26343d;
  font-size: 12px;
}

.stroke-condition-grid p {
  margin: 0 9px 12px;
  color: #5a6670;
  font-size: 9.8px;
  line-height: 1.35;
}

.stroke-process-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  text-align: center;
}

.stroke-process-flow article {
  position: relative;
  padding: 4px 6px 0;
}

.stroke-process-flow article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 28px;
  right: -17px;
  color: var(--teal);
  font-size: 21px;
  font-weight: 900;
}

.stroke-process-flow span {
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 2px solid #84d2d8;
  border-radius: 50%;
  font-weight: 900;
  font-size: 14px;
}

.stroke-process-flow h3 {
  margin: 0 0 6px;
  color: #26343d;
  font-size: 12px;
}

.stroke-process-flow p {
  margin: 0;
  color: #596670;
  font-size: 10.2px;
  line-height: 1.35;
}

.stroke-footer-cta {
  background: linear-gradient(90deg, #075d93, #058ca5);
  color: #fff;
  padding: 18px 0;
}

.stroke-cta-grid {
  grid-template-columns: 58px 1.65fr 1fr 0.7fr;
}

.stroke-footer-cta h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.stroke-footer-cta p {
  color: #eaffff;
}

.stroke-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #087f91;
  font-size: 22px;
  font-weight: 900;
}

.stroke-call-pill {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.stroke-call-pill strong {
  color: #fff;
}

.stroke-book-btn {
  color: #075d93;
  background: #fff;
}

@media (max-width: 1050px) {
  .stroke-hero-grid {
    grid-template-columns: 1fr;
  }

  .stroke-benefit-grid,
  .stroke-condition-grid,
  .stroke-process-flow,
  .stroke-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stroke-process-flow article::after {
    display: none;
  }

  .stroke-cta-grid {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .stroke-copy h1 {
    font-size: 32px;
  }

  .stroke-benefits-hero,
  .stroke-benefit-grid,
  .stroke-condition-grid,
  .stroke-process-flow,
  .stroke-why-grid,
  .stroke-cta-grid {
    grid-template-columns: 1fr;
  }

  .stroke-note {
    position: static;
    width: auto;
    margin: 220px 14px 14px;
  }
}

/* Site-wide spacing refresh */
.wrap,
.section,
.footer-inner,
.copyright,
.page-intro {
  width: min(1480px, calc(100% - 64px));
}

main > section {
  overflow: hidden;
}

.home-block,
.about-section,
.geriatric-section,
.neuro-section,
.women-section,
.sports-section,
.ortho-section,
.cardio-section,
.post-section,
.contact-section,
.career-section,
.pediatric-section,
.homevisit-section,
.online-section,
.stroke-section {
  padding-top: 54px;
  padding-bottom: 54px;
}

.home-hero .hero-grid,
.about-hero-grid,
.geriatric-hero-grid,
.neuro-hero-grid,
.women-hero-grid,
.sports-hero-grid,
.ortho-hero-grid,
.cardio-hero-grid,
.post-hero-grid,
.contact-hero-grid,
.career-hero-grid,
.pediatric-hero-grid,
.homevisit-hero-grid,
.online-hero-grid,
.stroke-hero-grid {
  gap: clamp(32px, 5vw, 76px);
}

.hero-grid {
  min-height: 500px;
}


.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(38px, 3vw, 45px);
}

.hero-copy p {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 10px;
}

.care-options {
  max-width: 760px;
  gap: 24px;
  margin-bottom: 10px;
}

.care-options article {
  min-height: 112px;
  padding: 16px 18px 16px 56px;
}

.care-options b {
  font-size: 15px;
}

.care-options small {
  font-size: 12px;
}

.hero-photo {
  min-height: 500px;
}

.home-block h2,
.services-strip h2,
.why-block h2,
.testimonial-block h2,
.about-section h2,
.geriatric-section h2,
.neuro-section h2,
.women-section h2,
.sports-section h2,
.ortho-section h2,
.cardio-section h2,
.post-section h2,
.contact-section h2,
.career-section h2,
.pediatric-section h2,
.homevisit-section h2,
.online-section h2,
.stroke-section h2 {
  margin-bottom: 30px;
  font-size: clamp(24px, 2vw, 32px);
}

.mini-card-grid,
.why-grid,
.metrics-grid,
.testimonial-grid,
.grid,
.story-grid,
.team-grid,
.mission-grid,
.values-grid,
.about-stats-grid,
.condition-grid,
.cardio-help-grid,
.geriatric-why-grid,
.neuro-helps-grid,
.neuro-condition-grid,
.neuro-why-grid,
.women-pillar-grid,
.women-benefit-grid,
.women-condition-grid,
.women-approach-grid,
.sports-help-grid,
.sports-benefit-grid,
.sports-condition-grid,
.sports-why-grid,
.ortho-pillar-grid,
.ortho-help-grid,
.ortho-condition-grid,
.ortho-why-grid,
.cardio-condition-grid,
.cardio-benefit-grid,
.cardio-program-grid,
.cardio-process-flow,
.cardio-why-grid,
.post-help-grid,
.post-surgery-grid,
.post-condition-grid,
.post-benefit-grid,
.post-process-flow,
.post-why-grid,
.contact-method-grid,
.contact-main-grid,
.contact-assist-grid,
.contact-why-grid,
.career-values-grid,
.career-why-grid,
.pediatric-help-grid,
.pediatric-condition-grid,
.pediatric-why-grid,
.pediatric-process-flow,
.homevisit-benefit-grid,
.homevisit-condition-grid,
.homevisit-process-flow,
.homevisit-why-grid,
.online-benefit-grid,
.online-condition-icons,
.online-process-flow,
.online-why-grid,
.stroke-benefit-grid,
.stroke-condition-grid,
.stroke-process-flow,
.stroke-why-grid {
  gap: 24px;
}

.mini-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.mini-card {
  min-height: 172px;
  padding: 22px 16px 18px;
}

.mini-card b {
  min-height: 0;
  font-size: 14px;
  line-height: 1.25;
}

.mini-card small {
  font-size: 11px;
  line-height: 1.45;
  margin-top: 10px;
}

.why-grid,
.geriatric-why-grid,
.values-grid,
.about-stats-grid,
.cardio-help-grid,
.women-pillar-grid,
.sports-help-grid,
.ortho-pillar-grid,
.post-help-grid,
.post-surgery-grid,
.homevisit-benefit-grid,
.homevisit-why-grid,
.online-benefit-grid,
.online-why-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.neuro-why-grid,
.stroke-benefit-grid,
.stroke-why-grid,
.contact-why-grid,
.career-why-grid,
.pediatric-why-grid,
.cardio-process-flow,
.post-process-flow,
.pediatric-process-flow,
.homevisit-process-flow,
.online-process-flow,
.stroke-process-flow {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.condition-grid,
.neuro-condition-grid,
.sports-condition-grid,
.ortho-condition-grid,
.cardio-condition-grid,
.post-condition-grid,
.stroke-condition-grid,
.pediatric-condition-grid,
.homevisit-condition-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.why-grid article,
.geriatric-why-grid article,
.neuro-why-grid article,
.stroke-why-grid article,
.contact-why-grid article,
.pediatric-why-grid article,
.homevisit-why-grid article,
.online-why-grid article {
  padding: 18px 12px;
}

.card,
.quote-card,
.founder-card,
.career-why-grid article {
  padding: 28px;
}

.served-grid {
  min-height: 136px;
  gap: 48px;
}

.metrics-strip {
  padding: 34px 0;
}

.testimonial-grid {
  max-width: 1120px;
}

.footer-cta {
  padding: 28px 0;
}

.site-footer {
  padding-top: 42px;
}

@media (max-width: 1050px) {
  .wrap,
  .section,
  .footer-inner,
  .copyright,
  .page-intro {
    width: min(100% - 40px, 920px);
  }
}

@media (max-width: 800px) {
  .home-block,
  .about-section,
  .geriatric-section,
  .neuro-section,
  .women-section,
  .sports-section,
  .ortho-section,
  .cardio-section,
  .post-section,
  .contact-section,
  .career-section,
  .pediatric-section,
  .homevisit-section,
  .online-section,
  .stroke-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .hero-copy {
    padding: 48px 0 34px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-grid,
  .hero-photo {
    min-height: 340px;
  }

  .care-options {
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .wrap,
  .section,
  .footer-inner,
  .copyright,
  .page-intro {
    width: min(100% - 28px, 480px);
  }

  .card,
  .quote-card,
  .founder-card,
  .mini-card {
    padding: 22px;
  }

  .hero-copy h1 {
    font-size: 30px;
  }

  .care-options,
  .mini-card-grid,
  .why-grid,
  .metrics-grid,
  .testimonial-grid,
  .grid {
    grid-template-columns: 1fr;
  }
}

/* Readability and breathing-room pass */
body {
  font-size: 16px;
}

p,
li,
small,
.footer p,
.footer a,
.page-intro p,
.story-grid p,
.team-grid p,
.why-lead,
.founder-card p,
.founder-card li,
.mini-card small,
.why-grid small,
.quote-card p,
.quote-card b,
.quote-card small,
.served-grid p,
.metrics-grid span,
.geriatric-copy p,
.neuro-copy p,
.women-copy p,
.sports-copy p,
.ortho-copy p,
.cardio-copy p,
.post-copy p,
.contact-copy p,
.career-copy p,
.pediatric-copy p,
.homevisit-copy p,
.online-copy p,
.stroke-copy p,
.helps-grid p,
.condition-grid p,
.geriatric-why-grid p,
.neuro-helps-grid p,
.neuro-condition-grid p,
.neuro-why-grid p,
.women-pillar-grid p,
.women-condition-grid p,
.women-approach-grid p,
.sports-help-grid p,
.sports-condition-grid p,
.sports-why-grid p,
.ortho-pillar-grid p,
.ortho-condition-grid p,
.ortho-why-grid p,
.cardio-help-grid p,
.cardio-condition-grid p,
.cardio-benefit-grid p,
.cardio-program-grid p,
.cardio-process-flow p,
.cardio-why-grid p,
.post-help-grid p,
.post-surgery-grid p,
.post-process-flow p,
.post-why-grid p,
.contact-method-grid p,
.contact-why-grid p,
.career-values-grid p,
.career-why-grid p,
.pediatric-help-grid p,
.pediatric-condition-grid p,
.pediatric-why-grid p,
.pediatric-process-flow p,
.homevisit-benefit-grid p,
.homevisit-condition-grid p,
.homevisit-process-flow p,
.homevisit-why-grid p,
.online-benefit-grid p,
.online-condition-icons p,
.online-process-flow p,
.online-why-grid p,
.stroke-benefit-grid p,
.stroke-condition-grid p,
.stroke-process-flow p,
.stroke-why-grid p {
  font-size: 15px;
  line-height: 1.65;
}

.topbar,
.menu a,
.drop-button,
.nav-book,
.btn,
.cta-pill,
.footer-cta p,
.brand-subtitle,
.brand-tag {
  font-size: 13px;
}

.brand-tag {
  margin-top: 5px;
}

h3,
.founder-card h3,
.helps-grid h3,
.condition-grid h3,
.geriatric-why-grid h3,
.neuro-helps-grid h3,
.neuro-condition-grid h3,
.neuro-why-grid h3,
.women-pillar-grid h3,
.women-condition-grid h3,
.women-approach-grid h3,
.sports-help-grid h3,
.sports-condition-grid h3,
.sports-why-grid h3,
.ortho-pillar-grid h3,
.ortho-condition-grid h3,
.ortho-why-grid h3,
.cardio-help-grid h3,
.cardio-condition-grid h3,
.cardio-benefit-grid h3,
.cardio-program-grid h3,
.cardio-process-flow h3,
.cardio-why-grid h3,
.post-help-grid h3,
.post-surgery-grid h3,
.post-process-flow h3,
.post-why-grid h3,
.contact-method-grid h3,
.contact-why-grid h3,
.career-values-grid h3,
.career-why-grid h3,
.pediatric-help-grid h3,
.pediatric-condition-grid h3,
.pediatric-why-grid h3,
.pediatric-process-flow h3,
.homevisit-benefit-grid h3,
.homevisit-condition-grid h3,
.homevisit-process-flow h3,
.homevisit-why-grid h3,
.online-benefit-grid h3,
.online-condition-icons h3,
.online-process-flow h3,
.online-why-grid h3,
.stroke-benefit-grid h3,
.stroke-condition-grid h3,
.stroke-process-flow h3,
.stroke-why-grid h3 {
  min-height: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.3;
}

.home-block,
.about-section,
.geriatric-section,
.neuro-section,
.women-section,
.sports-section,
.ortho-section,
.cardio-section,
.post-section,
.contact-section,
.career-section,
.pediatric-section,
.homevisit-section,
.online-section,
.stroke-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.home-block h2,
.services-strip h2,
.why-block h2,
.testimonial-block h2,
.about-section h2,
.geriatric-section h2,
.neuro-section h2,
.women-section h2,
.sports-section h2,
.ortho-section h2,
.cardio-section h2,
.post-section h2,
.contact-section h2,
.career-section h2,
.pediatric-section h2,
.homevisit-section h2,
.online-section h2,
.stroke-section h2 {
  margin-bottom: 42px;
  font-size: clamp(28px, 2.4vw, 38px);
}

.about-hero-grid,
.geriatric-hero-grid,
.neuro-hero-grid,
.women-hero-grid,
.sports-hero-grid,
.ortho-hero-grid,
.cardio-hero-grid,
.post-hero-grid,
.contact-hero-grid,
.career-hero-grid,
.pediatric-hero-grid,
.homevisit-hero-grid,
.online-hero-grid,
.stroke-hero-grid {
  min-height: 520px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.about-copy h1,
.geriatric-copy h1,
.neuro-copy h1,
.women-copy h1,
.sports-copy h1,
.ortho-copy h1,
.cardio-copy h1,
.post-copy h1,
.contact-copy h1,
.career-copy h1,
.pediatric-copy h1,
.homevisit-copy h1,
.online-copy h1,
.stroke-copy h1 {
  max-width: 820px;
  font-size: clamp(42px, 3.2vw, 58px);
  line-height: 1.12;
}

.about-copy p,
.geriatric-copy p,
.neuro-copy p,
.women-copy p,
.sports-copy p,
.ortho-copy p,
.cardio-copy p,
.post-copy p,
.contact-copy p,
.career-copy p,
.pediatric-copy p,
.homevisit-copy p,
.online-copy p,
.stroke-copy p {
  max-width: 780px;
  margin-bottom: 28px;
}

.mini-card-grid,
.values-grid,
.about-stats-grid,
.condition-grid,
.cardio-help-grid,
.geriatric-why-grid,
.neuro-helps-grid,
.neuro-condition-grid,
.neuro-why-grid,
.women-pillar-grid,
.women-condition-grid,
.women-approach-grid,
.sports-help-grid,
.sports-condition-grid,
.sports-why-grid,
.ortho-pillar-grid,
.ortho-condition-grid,
.ortho-why-grid,
.cardio-condition-grid,
.cardio-benefit-grid,
.cardio-program-grid,
.cardio-process-flow,
.cardio-why-grid,
.post-help-grid,
.post-surgery-grid,
.post-process-flow,
.post-why-grid,
.contact-method-grid,
.contact-why-grid,
.career-values-grid,
.career-why-grid,
.pediatric-help-grid,
.pediatric-condition-grid,
.pediatric-why-grid,
.pediatric-process-flow,
.homevisit-benefit-grid,
.homevisit-condition-grid,
.homevisit-process-flow,
.homevisit-why-grid,
.online-benefit-grid,
.online-condition-icons,
.online-process-flow,
.online-why-grid,
.stroke-benefit-grid,
.stroke-condition-grid,
.stroke-process-flow,
.stroke-why-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 34px;
}

.why-grid,
.metrics-grid,
.testimonial-grid {
  gap: 34px;
}

.card,
.mini-card,
.quote-card,
.founder-card,
.values-grid article,
.about-stats-grid article,
.helps-grid article,
.condition-grid article,
.cardio-help-grid article,
.geriatric-why-grid article,
.neuro-helps-grid article,
.neuro-condition-grid article,
.neuro-why-grid article,
.women-pillar-grid article,
.women-condition-grid article,
.women-approach-grid article,
.sports-help-grid article,
.sports-condition-grid article,
.sports-why-grid article,
.ortho-pillar-grid article,
.ortho-condition-grid article,
.ortho-why-grid article,
.cardio-condition-grid article,
.cardio-benefit-grid article,
.cardio-program-grid article,
.cardio-process-flow article,
.cardio-why-grid article,
.post-help-grid article,
.post-surgery-grid article,
.post-process-flow article,
.post-why-grid article,
.contact-method-grid article,
.contact-why-grid article,
.career-values-grid article,
.career-why-grid article,
.pediatric-help-grid article,
.pediatric-condition-grid article,
.pediatric-why-grid article,
.pediatric-process-flow article,
.homevisit-benefit-grid article,
.homevisit-condition-grid article,
.homevisit-process-flow article,
.homevisit-why-grid article,
.online-benefit-grid article,
.online-condition-icons article,
.online-process-flow article,
.online-why-grid article,
.stroke-benefit-grid article,
.stroke-condition-grid article,
.stroke-process-flow article,
.stroke-why-grid article {
  min-height: 0;
  padding: 30px 26px;
}

.mini-card {
  min-height: 230px;
}

.mini-card span,
.why-grid span,
.geriatric-why-grid span,
.neuro-why-grid span,
.stroke-why-grid span,
.contact-why-grid span,
.pediatric-why-grid span,
.homevisit-why-grid span,
.online-why-grid span {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  font-size: 15px;
}

.mini-card b,
.why-grid b {
  font-size: 18px;
  line-height: 1.3;
}

.condition-grid article,
.neuro-condition-grid article,
.sports-condition-grid article,
.ortho-condition-grid article,
.cardio-condition-grid article,
.post-condition-grid article,
.stroke-condition-grid article,
.pediatric-condition-grid article,
.homevisit-condition-grid article {
  min-height: 300px;
}

.condition-img,
.neuro-condition-img,
.sports-condition-img,
.ortho-condition-img,
.cardio-condition-img,
.post-surgery-img,
.stroke-condition-img,
.pediatric-condition-img,
.homevisit-condition-img {
  height: 140px;
}

.served-grid {
  min-height: 180px;
}

.served-grid h2 {
  font-size: 28px;
}

.metrics-grid strong {
  font-size: 24px !important;
}

.quote-card {
  min-height: 190px;
}

.footer-inner {
  gap: 46px;
}

.footer h3 {
  font-size: 18px;
}

@media (max-width: 1050px) {
  .mini-card-grid,
  .values-grid,
  .about-stats-grid,
  .condition-grid,
  .cardio-help-grid,
  .geriatric-why-grid,
  .neuro-helps-grid,
  .neuro-condition-grid,
  .neuro-why-grid,
  .women-pillar-grid,
  .women-condition-grid,
  .women-approach-grid,
  .sports-help-grid,
  .sports-condition-grid,
  .sports-why-grid,
  .ortho-pillar-grid,
  .ortho-condition-grid,
  .ortho-why-grid,
  .cardio-condition-grid,
  .cardio-benefit-grid,
  .cardio-program-grid,
  .cardio-process-flow,
  .cardio-why-grid,
  .post-help-grid,
  .post-surgery-grid,
  .post-process-flow,
  .post-why-grid,
  .contact-method-grid,
  .contact-why-grid,
  .career-values-grid,
  .career-why-grid,
  .pediatric-help-grid,
  .pediatric-condition-grid,
  .pediatric-why-grid,
  .pediatric-process-flow,
  .homevisit-benefit-grid,
  .homevisit-condition-grid,
  .homevisit-process-flow,
  .homevisit-why-grid,
  .online-benefit-grid,
  .online-condition-icons,
  .online-process-flow,
  .online-why-grid,
  .stroke-benefit-grid,
  .stroke-condition-grid,
  .stroke-process-flow,
  .stroke-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  p,
  li,
  small,
  .mini-card small,
  .why-grid small,
  .quote-card p {
    font-size: 14px;
  }

  h3,
  .mini-card b,
  .why-grid b {
    font-size: 17px;
  }

  .home-block,
  .about-section,
  .geriatric-section,
  .neuro-section,
  .women-section,
  .sports-section,
  .ortho-section,
  .cardio-section,
  .post-section,
  .contact-section,
  .career-section,
  .pediatric-section,
  .homevisit-section,
  .online-section,
  .stroke-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .about-copy h1,
  .geriatric-copy h1,
  .neuro-copy h1,
  .women-copy h1,
  .sports-copy h1,
  .ortho-copy h1,
  .cardio-copy h1,
  .post-copy h1,
  .contact-copy h1,
  .career-copy h1,
  .pediatric-copy h1,
  .homevisit-copy h1,
  .online-copy h1,
  .stroke-copy h1 {
    font-size: 36px;
  }
}

@media (max-width: 620px) {
  .mini-card-grid,
  .values-grid,
  .about-stats-grid,
  .condition-grid,
  .cardio-help-grid,
  .geriatric-why-grid,
  .neuro-helps-grid,
  .neuro-condition-grid,
  .neuro-why-grid,
  .women-pillar-grid,
  .women-condition-grid,
  .women-approach-grid,
  .sports-help-grid,
  .sports-condition-grid,
  .sports-why-grid,
  .ortho-pillar-grid,
  .ortho-condition-grid,
  .ortho-why-grid,
  .cardio-condition-grid,
  .cardio-benefit-grid,
  .cardio-program-grid,
  .cardio-process-flow,
  .cardio-why-grid,
  .post-help-grid,
  .post-surgery-grid,
  .post-process-flow,
  .post-why-grid,
  .contact-method-grid,
  .contact-why-grid,
  .career-values-grid,
  .career-why-grid,
  .pediatric-help-grid,
  .pediatric-condition-grid,
  .pediatric-why-grid,
  .pediatric-process-flow,
  .homevisit-benefit-grid,
  .homevisit-condition-grid,
  .homevisit-process-flow,
  .homevisit-why-grid,
  .online-benefit-grid,
  .online-condition-icons,
  .online-process-flow,
  .online-why-grid,
  .stroke-benefit-grid,
  .stroke-condition-grid,
  .stroke-process-flow,
  .stroke-why-grid,
  .why-grid,
  .metrics-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .mini-card,
  .quote-card,
  .founder-card {
    padding: 24px 20px;
  }
}

/* Final readability polish and gentle motion */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main > section {
  padding-left: 0;
  padding-right: 0;
}

p,
li,
small,
.footer p,
.footer a,
.page-intro p,
.story-grid p,
.team-grid p,
.founder-card p,
.founder-card li,
.served-grid p,
.quote-card p,
.quote-card b,
.quote-card small,
.metrics-grid span,
.mini-card small,
.why-grid small,
.helps-grid p,
.condition-grid p,
.geriatric-why-grid p,
.neuro-helps-grid p,
.neuro-condition-grid p,
.neuro-why-grid p,
.women-pillar-grid p,
.women-condition-grid p,
.women-approach-grid p,
.sports-help-grid p,
.sports-condition-grid p,
.sports-why-grid p,
.ortho-pillar-grid p,
.ortho-condition-grid p,
.ortho-why-grid p,
.cardio-help-grid p,
.cardio-condition-grid p,
.cardio-benefit-grid p,
.cardio-program-grid p,
.cardio-process-flow p,
.cardio-why-grid p,
.post-help-grid p,
.post-surgery-grid p,
.post-process-flow p,
.post-why-grid p,
.contact-method-grid p,
.contact-why-grid p,
.career-values-grid p,
.career-why-grid p,
.pediatric-help-grid p,
.pediatric-condition-grid p,
.pediatric-why-grid p,
.pediatric-process-flow p,
.homevisit-benefit-grid p,
.homevisit-condition-grid p,
.homevisit-process-flow p,
.homevisit-why-grid p,
.online-benefit-grid p,
.online-condition-icons p,
.online-process-flow p,
.online-why-grid p,
.stroke-benefit-grid p,
.stroke-condition-grid p,
.stroke-process-flow p,
.stroke-why-grid p {
  font-size: 16px;
  line-height: 1.75;
}

small,
.mini-card small,
.why-grid small,
.quote-card small {
  color: #4f5d67;
}

ul,
ol {
  line-height: 1.75;
}

.list,
.founder-card ul,
.cardio-condition-grid ul {
  gap: 14px;
}

.list li,
.founder-card li,
.cardio-condition-grid li {
  margin-bottom: 8px;
}

h1,
h2,
h3,
.mini-card b,
.why-grid b,
.footer-cta h3,
.footer h3 {
  letter-spacing: 0;
}

h3,
.founder-card h3,
.helps-grid h3,
.condition-grid h3,
.geriatric-why-grid h3,
.neuro-helps-grid h3,
.neuro-condition-grid h3,
.neuro-why-grid h3,
.women-pillar-grid h3,
.women-condition-grid h3,
.women-approach-grid h3,
.sports-help-grid h3,
.sports-condition-grid h3,
.sports-why-grid h3,
.ortho-pillar-grid h3,
.ortho-condition-grid h3,
.ortho-why-grid h3,
.cardio-help-grid h3,
.cardio-condition-grid h3,
.cardio-benefit-grid h3,
.cardio-program-grid h3,
.cardio-process-flow h3,
.cardio-why-grid h3,
.post-help-grid h3,
.post-surgery-grid h3,
.post-process-flow h3,
.post-why-grid h3,
.contact-method-grid h3,
.contact-why-grid h3,
.career-values-grid h3,
.career-why-grid h3,
.pediatric-help-grid h3,
.pediatric-condition-grid h3,
.pediatric-why-grid h3,
.pediatric-process-flow h3,
.homevisit-benefit-grid h3,
.homevisit-condition-grid h3,
.homevisit-process-flow h3,
.homevisit-why-grid h3,
.online-benefit-grid h3,
.online-condition-icons h3,
.online-process-flow h3,
.online-why-grid h3,
.stroke-benefit-grid h3,
.stroke-condition-grid h3,
.stroke-process-flow h3,
.stroke-why-grid h3 {
  font-size: 21px;
  line-height: 1.35;
}

.home-block h2,
.services-strip h2,
.why-block h2,
.testimonial-block h2,
.about-section h2,
.geriatric-section h2,
.neuro-section h2,
.women-section h2,
.sports-section h2,
.ortho-section h2,
.cardio-section h2,
.post-section h2,
.contact-section h2,
.career-section h2,
.pediatric-section h2,
.homevisit-section h2,
.online-section h2,
.stroke-section h2 {
  margin-bottom: 52px;
}

.home-block,
.about-section,
.geriatric-section,
.neuro-section,
.women-section,
.sports-section,
.ortho-section,
.cardio-section,
.post-section,
.contact-section,
.career-section,
.pediatric-section,
.homevisit-section,
.online-section,
.stroke-section {
  padding-top: 92px;
  padding-bottom: 92px;
}

.mini-card-grid,
.values-grid,
.about-stats-grid,
.condition-grid,
.cardio-help-grid,
.geriatric-why-grid,
.neuro-helps-grid,
.neuro-condition-grid,
.neuro-why-grid,
.women-pillar-grid,
.women-condition-grid,
.women-approach-grid,
.sports-help-grid,
.sports-condition-grid,
.sports-why-grid,
.ortho-pillar-grid,
.ortho-condition-grid,
.ortho-why-grid,
.cardio-condition-grid,
.cardio-benefit-grid,
.cardio-program-grid,
.cardio-process-flow,
.cardio-why-grid,
.post-help-grid,
.post-surgery-grid,
.post-process-flow,
.post-why-grid,
.contact-method-grid,
.contact-why-grid,
.career-values-grid,
.career-why-grid,
.pediatric-help-grid,
.pediatric-condition-grid,
.pediatric-why-grid,
.pediatric-process-flow,
.homevisit-benefit-grid,
.homevisit-condition-grid,
.homevisit-process-flow,
.homevisit-why-grid,
.online-benefit-grid,
.online-condition-icons,
.online-process-flow,
.online-why-grid,
.stroke-benefit-grid,
.stroke-condition-grid,
.stroke-process-flow,
.stroke-why-grid,
.why-grid,
.metrics-grid,
.testimonial-grid {
  gap: 42px;
}

.card,
.mini-card,
.quote-card,
.founder-card,
.values-grid article,
.about-stats-grid article,
.helps-grid article,
.condition-grid article,
.cardio-help-grid article,
.geriatric-why-grid article,
.neuro-helps-grid article,
.neuro-condition-grid article,
.neuro-why-grid article,
.women-pillar-grid article,
.women-condition-grid article,
.women-approach-grid article,
.sports-help-grid article,
.sports-condition-grid article,
.sports-why-grid article,
.ortho-pillar-grid article,
.ortho-condition-grid article,
.ortho-why-grid article,
.cardio-condition-grid article,
.cardio-benefit-grid article,
.cardio-program-grid article,
.cardio-process-flow article,
.cardio-why-grid article,
.post-help-grid article,
.post-surgery-grid article,
.post-process-flow article,
.post-why-grid article,
.contact-method-grid article,
.contact-why-grid article,
.career-values-grid article,
.career-why-grid article,
.pediatric-help-grid article,
.pediatric-condition-grid article,
.pediatric-why-grid article,
.pediatric-process-flow article,
.homevisit-benefit-grid article,
.homevisit-condition-grid article,
.homevisit-process-flow article,
.homevisit-why-grid article,
.online-benefit-grid article,
.online-condition-icons article,
.online-process-flow article,
.online-why-grid article,
.stroke-benefit-grid article,
.stroke-condition-grid article,
.stroke-process-flow article,
.stroke-why-grid article {
  padding: 36px 32px;
  border-radius: 8px;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.card:hover,
.mini-card:hover,
.quote-card:hover,
.founder-card:hover,
.values-grid article:hover,
.about-stats-grid article:hover,
.helps-grid article:hover,
.condition-grid article:hover,
.contact-method-grid article:hover,
.career-values-grid article:hover,
.career-why-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(7, 140, 154, 0.32);
  box-shadow: 0 18px 34px rgba(31, 47, 58, 0.14);
}

.mini-card span,
.why-grid span,
.geriatric-why-grid span,
.neuro-why-grid span,
.stroke-benefit-grid span,
.stroke-why-grid span,
.contact-why-grid span,
.pediatric-why-grid span,
.homevisit-why-grid span,
.online-why-grid span {
  width: 62px;
  height: 62px;
  font-size: 17px;
}

.mini-card {
  min-height: 260px;
}

.mini-card b,
.why-grid b {
  font-size: 20px;
}

.condition-grid article,
.neuro-condition-grid article,
.sports-condition-grid article,
.ortho-condition-grid article,
.cardio-condition-grid article,
.post-condition-grid article,
.stroke-condition-grid article,
.pediatric-condition-grid article,
.homevisit-condition-grid article {
  min-height: 340px;
}

.condition-img,
.neuro-condition-img,
.sports-condition-img,
.ortho-condition-img,
.cardio-condition-img,
.post-surgery-img,
.stroke-condition-img,
.pediatric-condition-img,
.homevisit-condition-img {
  height: 168px;
}

.btn,
.nav-book,
.cta-pill,
.assist-whatsapp,
.career-send {
  min-height: 48px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 14px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.btn:hover,
.nav-book:hover,
.cta-pill:hover,
.assist-whatsapp:hover,
.career-send:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(31, 47, 58, 0.14);
}

.menu a,
.drop-button {
  min-height: 42px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
}

.footer-cta {
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-cta h3 {
  font-size: 24px;
}

.footer-cta p {
  font-size: 16px;
  line-height: 1.65;
}

.site-footer {
  padding-top: 56px;
}

.footer p,
.footer a {
  font-size: 15px;
}

@keyframes aprcFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

main > section,
.card,
.mini-card,
.quote-card,
.founder-card,
.values-grid article,
.about-stats-grid article,
.helps-grid article,
.condition-grid article,
.contact-method-grid article,
.career-values-grid article,
.career-why-grid article {
  animation: aprcFadeUp 620ms ease both;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.aprc-icon i,
.aprc-float-icon i,
.aprc-metric-icon i {
  display: block;
  line-height: 1;
}

.metrics-grid .aprc-metric-icon {
  display: grid;
  color: var(--teal-dark);
  font-size: 16px;
  font-weight: 400;
}

.aprc-icon,
.mini-card .aprc-icon,
.why-grid .aprc-icon,
.values-grid .aprc-icon,
.helps-grid .aprc-icon,
.condition-grid .aprc-icon,
.geriatric-why-grid .aprc-icon,
.neuro-why-grid .aprc-icon,
.stroke-benefit-grid .aprc-icon,
.stroke-why-grid .aprc-icon,
.contact-method-grid .aprc-icon,
.contact-why-grid .aprc-icon,
.career-values-grid .aprc-icon,
.career-why-grid .aprc-icon,
.pediatric-why-grid .aprc-icon,
.homevisit-why-grid .aprc-icon,
.online-benefit-grid .aprc-icon,
.online-condition-icons .aprc-icon,
.online-why-grid .aprc-icon {
  position: relative;
  width: 68px !important;
  height: 68px !important;
  min-width: 68px;
  min-height: 68px;
  display: grid !important;
  place-items: center !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px !important;
  overflow: hidden;
  font-size: 30px !important;
  line-height: 1 !important;
}

.footer-cta .aprc-icon {
  width: 76px !important;
  height: 76px !important;
  min-width: 76px;
  min-height: 76px;
  margin: 0 !important;
  font-size: 34px !important;
}

.clinic-address .aprc-icon,
.emergency-box .aprc-icon {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px;
  min-height: 52px;
  margin: 0 !important;
  font-size: 24px !important;
}

.aprc-float-icon,
.aprc-metric-icon {
  position: relative;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  font-size: 24px !important;
}

.aprc-icon .bi,
.aprc-icon .icon-fallback,
.aprc-float-icon .bi,
.aprc-float-icon .icon-fallback,
.aprc-metric-icon .bi,
.aprc-metric-icon .icon-fallback {
  grid-area: 1 / 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.aprc-icon .bi,
.aprc-float-icon .bi,
.aprc-metric-icon .bi {
  position: relative;
  z-index: 2;
  font-size: inherit !important;
}

.aprc-icon .bi::before,
.aprc-float-icon .bi::before,
.aprc-metric-icon .bi::before,
.social-row .bi::before {
  font-size: inherit !important;
  line-height: 1 !important;
}

.aprc-icon .icon-fallback,
.aprc-float-icon .icon-fallback,
.aprc-metric-icon .icon-fallback {
  z-index: 1;
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72em;
  font-weight: 900;
}

.social-row a {
  width: 34px !important;
  height: 34px !important;
  font-size: 18px !important;
}

.social-row a span {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 13px;
  line-height: 1;
}

@media (max-width: 1050px) {
  .home-block,
  .about-section,
  .geriatric-section,
  .neuro-section,
  .women-section,
  .sports-section,
  .ortho-section,
  .cardio-section,
  .post-section,
  .contact-section,
  .career-section,
  .pediatric-section,
  .homevisit-section,
  .online-section,
  .stroke-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 16px;
  }

  p,
  li,
  small,
  .mini-card small,
  .why-grid small,
  .quote-card p {
    font-size: 15px;
  }

  h3,
  .mini-card b,
  .why-grid b {
    font-size: 19px;
  }

  .card,
  .mini-card,
  .quote-card,
  .founder-card,
  .values-grid article,
  .about-stats-grid article,
  .helps-grid article,
  .condition-grid article {
    padding: 28px 24px;
  }
}

@media (max-width: 520px) {
  .home-block,
  .about-section,
  .geriatric-section,
  .neuro-section,
  .women-section,
  .sports-section,
  .ortho-section,
  .cardio-section,
  .post-section,
  .contact-section,
  .career-section,
  .pediatric-section,
  .homevisit-section,
  .online-section,
  .stroke-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .mini-card {
    min-height: 0;
  }

  .btn,
  .nav-book,
  .cta-pill {
    width: 100%;
  }
}

.aprc-cta-strip {
  background: #078c9a;
  padding: 24px 0;
  border-radius: 14px;
  margin: 0px 100px 40px;
}

.aprc-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

/* Left */
.aprc-cta-left {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  min-width: 260px;
}

.aprc-cta-icon {
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aprc-cta-icon i {
  color: #ffffff;
  font-size: 24px;
}

.aprc-cta-text h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 5px;
}

.aprc-cta-text p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.5;
}

/* Right */
.aprc-cta-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.aprc-btn-call {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 12px 22px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  min-width: 220px;
  justify-content: center;
  transition: background 0.2s ease;
}

.aprc-btn-call:hover {
  background: rgba(255, 255, 255, 0.1);
}

.aprc-btn-call i {
  font-size: 15px;
}

.aprc-btn-book {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #078c9a;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  min-width: 220px;
  letter-spacing: 0.4px;
  transition: background 0.2s ease;
}

.aprc-btn-book:hover {
  background: #e6f6f8;
}

/* 992px - 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .aprc-cta-text h3 {
    font-size: 0.95rem;
  }

  .aprc-btn-call,
  .aprc-btn-book {
    min-width: 190px;
    font-size: 0.8rem;
  }
}

/* 768px - 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .aprc-cta-strip {
    margin: 0 16px 30px;
  }

  .aprc-cta-inner {
    gap: 18px;
  }

  .aprc-cta-text h3 {
    font-size: 0.9rem;
  }

  .aprc-cta-text p {
    font-size: 0.76rem;
  }

  .aprc-btn-call,
  .aprc-btn-book {
    min-width: 170px;
    font-size: 0.78rem;
    padding: 10px 16px;
  }
}

/* 576px - 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .aprc-cta-strip {
    margin: 0 12px 24px;
    border-radius: 12px;
  }

  .aprc-cta-inner {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }

  .aprc-cta-left {
    flex-direction: column;
    text-align: center;
    min-width: unset;
    width: 100%;
  }

  .aprc-cta-right {
    width: 100%;
    justify-content: center;
  }

  .aprc-btn-call,
  .aprc-btn-book {
    min-width: 200px;
  }
}

/* up to 575px */
@media (max-width: 575px) {
  .aprc-cta-strip {
    margin: 0 12px 24px;
    border-radius: 10px;
    padding: 22px 0;
  }

  .aprc-cta-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .aprc-cta-left {
    flex-direction: column;
    text-align: center;
    min-width: unset;
    width: 100%;
  }

  .aprc-cta-icon {
    width: 50px;
    height: 50px;
  }

  .aprc-cta-icon i {
    font-size: 20px;
  }

  .aprc-cta-text h3 {
    font-size: 0.92rem;
  }

  .aprc-cta-text p {
    font-size: 0.76rem;
  }

  .aprc-cta-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .aprc-btn-call,
  .aprc-btn-book {
    width: 100%;
    min-width: unset;
    font-size: 0.8rem;
  }
}

/* up to 360px */
@media (max-width: 360px) {
  .aprc-cta-text h3 {
    font-size: 0.85rem;
  }

  .aprc-cta-text p {
    font-size: 0.7rem;
  }

  .aprc-btn-call,
  .aprc-btn-book {
    font-size: 0.75rem;
    padding: 10px 12px;
  }
}
.top-left {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2c2c2c;
  font-weight: 600;
}

