@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/comfortaa-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/comfortaa-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/comfortaa-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/comfortaa-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #25a6dd;
  --blue-dark: #1389bd;
  --blue-soft: #e9f7fc;
  --ink: #14252d;
  --ink-soft: #4f626a;
  --navy: #10242d;
  --navy-deep: #0a1a21;
  --silver: #cecfd0;
  --line: #dce6e9;
  --mist: #f3f7f7;
  --sage: #dfece4;
  --white: #ffffff;
  --whatsapp: #25d366;
  --shadow-sm: 0 10px 30px rgba(16, 36, 45, 0.08);
  --shadow-md: 0 22px 60px rgba(16, 36, 45, 0.13);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --container: min(1180px, calc(100% - 40px));
  --header-height: 82px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(37, 166, 221, 0.4);
  outline-offset: 4px;
}

::selection {
  color: var(--white);
  background: var(--blue);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-family: "Comfortaa", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
  content: "";
}

.eyebrow.light {
  color: #9de2ff;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.65rem, 5.6vw, 5.65rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.65rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

p {
  margin: 0 0 18px;
}

.lead {
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
  line-height: 1.72;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section-sm {
  padding: 74px 0;
}

.section-head {
  max-width: 770px;
  margin-bottom: 48px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head.center .eyebrow {
  justify-content: center;
}

.section-head.center .eyebrow::before {
  display: none;
}

.no-margin {
  margin-bottom: 0;
}

.anchor-target {
  scroll-margin-top: 120px;
}

.eyebrow-spaced {
  margin-top: 60px;
}

.error-page {
  min-height: 100svh;
  display: grid;
  align-items: center;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: "Comfortaa", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(37, 166, 221, 0.28);
}

.btn-primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 16px 34px rgba(37, 166, 221, 0.34);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--line);
}

.btn-secondary:hover {
  border-color: var(--blue);
}

.btn-dark {
  color: var(--white);
  background: var(--navy);
}

.btn-dark:hover {
  background: var(--blue-dark);
}

.btn-whatsapp {
  color: #092514;
  background: var(--whatsapp);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.23);
}

.btn svg,
.text-link svg,
.contact-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-dark);
  font-family: "Comfortaa", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.text-link svg {
  transition: transform 0.2s ease;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.announcement {
  min-height: 35px;
  display: flex;
  align-items: center;
  color: #d9eff7;
  background: var(--navy-deep);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
}

.announcement .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.announcement a {
  color: var(--white);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  background: rgba(16, 36, 45, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  width: 126px;
  align-items: center;
  flex: 0 0 auto;
  padding: 6px 0;
}

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

.site-nav {
  display: flex;
  align-items: center;
  gap: 29px;
}

.site-nav > a,
.nav-dropdown > button {
  padding: 27px 0;
  color: #e2edf0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: "Comfortaa", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1;
}

.site-nav > a:hover,
.site-nav > a[aria-current="page"],
.nav-dropdown > button:hover {
  color: #86d9fb;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-dropdown > button svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.2s ease;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% - 10px);
  left: -28px;
  width: 282px;
  padding: 12px;
  visibility: hidden;
  opacity: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.dropdown-menu a {
  display: block;
  padding: 12px 14px;
  color: var(--ink);
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 1.3;
}

.dropdown-menu a:hover {
  color: var(--blue-dark);
  background: var(--blue-soft);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.nav-dropdown.open > button svg {
  transform: rotate(180deg);
}

.nav-cta {
  min-height: 42px;
  padding: 12px 18px !important;
  color: var(--navy) !important;
  background: var(--white) !important;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  cursor: pointer;
}

.menu-toggle svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.hero {
  position: relative;
  min-height: calc(100svh - 117px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 24, 31, 0.97) 0%, rgba(7, 24, 31, 0.84) 43%, rgba(7, 24, 31, 0.18) 78%, rgba(7, 24, 31, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 24, 31, 0.35), rgba(7, 24, 31, 0.05)),
    url("../images/practice-2.webp") center 56% / cover no-repeat;
  content: "";
}

.hero::after {
  position: absolute;
  right: -120px;
  bottom: -220px;
  z-index: 0;
  width: 520px;
  height: 520px;
  border: 88px solid rgba(37, 166, 221, 0.13);
  border-radius: 50%;
  content: "";
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 790px;
  padding: 110px 0 128px;
}

.hero .eyebrow {
  color: #8bdcff;
}

.hero h1 {
  max-width: 810px;
  color: var(--white);
}

.hero h1 span {
  color: #80d8fb;
}

.hero .lead {
  max-width: 680px;
  color: #d8e6eb;
}

.hero .btn-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.hero-review {
  position: absolute;
  right: 42px;
  bottom: 42px;
  z-index: 1;
  min-width: 244px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.hero-review strong {
  display: block;
  color: var(--ink);
  font-family: "Comfortaa", sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-review small {
  display: block;
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.stars {
  color: #e6a922;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.trust-strip {
  position: relative;
  z-index: 5;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

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

.trust-item {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 27px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child {
  border-left: 1px solid var(--line);
}

.trust-icon,
.service-icon,
.contact-icon,
.process-number {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-dark);
  background: var(--blue-soft);
  border-radius: 50%;
}

.trust-icon {
  width: 43px;
  height: 43px;
  line-height: 0;
}

.trust-icon svg,
.service-icon svg,
.contact-icon svg {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.trust-item > div > strong,
.trust-item > div > span {
  display: block;
}

.trust-item > div > strong {
  margin-bottom: 3px;
  font-family: "Comfortaa", sans-serif;
  font-size: 0.83rem;
  line-height: 1.3;
}

.trust-item > div > span {
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.45;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  gap: 100px;
}

.intro-grid .section-head {
  margin: 0;
}

.intro-copy {
  padding-bottom: 4px;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.services-section {
  overflow: hidden;
  background: var(--mist);
}

.services-section::before {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 560px;
  height: 560px;
  border: 96px solid rgba(37, 166, 221, 0.07);
  border-radius: 50%;
  content: "";
}

.service-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  min-height: 326px;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(206, 207, 208, 0.7);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 35px rgba(16, 36, 45, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:nth-child(4),
.service-card:nth-child(5) {
  grid-column: span 6;
}

.service-card:hover {
  z-index: 1;
  border-color: rgba(37, 166, 221, 0.52);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.service-card::after {
  position: absolute;
  right: -46px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  border: 29px solid rgba(37, 166, 221, 0.06);
  border-radius: 50%;
  content: "";
}

.service-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 30px;
}

.service-card p {
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.service-card .text-link {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.insights-section {
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #eef6f7 100%);
}

.insights-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.insights-media {
  min-height: 470px;
  overflow: hidden;
  background: var(--mist);
}

.insights-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.insights-media:hover img {
  transform: scale(1.025);
}

.insights-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 68px);
}

.insights-feature-copy h3 {
  margin: 18px 0 22px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.insights-feature-copy p {
  color: var(--ink-soft);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 18px;
  color: var(--blue-dark);
  font-family: "Comfortaa", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-meta > * + *::before {
  margin-right: 18px;
  color: var(--silver);
  content: "•";
}

.article-reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 26px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.article-reviewer img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line);
}

.insights-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 28px;
}

.insights-footer p {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
}

.blog-list-section {
  background: var(--mist);
}

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

.blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.blog-card.featured {
  grid-column: span 2;
}

.blog-card-media {
  height: 280px;
  overflow: hidden;
  background: var(--sage);
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.025);
}

.blog-card-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.blog-card-copy h2,
.blog-card-copy h3 {
  margin: 15px 0 18px;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
}

.blog-card-copy p {
  color: var(--ink-soft);
}

.blog-card-copy .text-link {
  margin-top: auto;
}

.blog-coming-soon {
  justify-content: center;
  min-height: 100%;
  padding: 36px;
  color: #c4d6dc;
  background: var(--navy);
  border-radius: var(--radius-md);
}

.blog-coming-soon h3 {
  color: var(--white);
  font-size: 1.65rem;
}

.blog-coming-soon p {
  color: #b3c8cf;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.topic-list span {
  padding: 9px 13px;
  color: #d7e8ed;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
}

.article-hero .page-hero-inner {
  max-width: 980px;
}

.article-hero h1 {
  max-width: 940px;
}

.article-hero .article-meta {
  margin-top: 30px;
  color: #9de2ff;
}

.article-hero .article-meta > * + *::before {
  color: rgba(255, 255, 255, 0.35);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(250px, 330px);
  align-items: start;
  justify-content: space-between;
  gap: 80px;
}

.article-body {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.article-body > p:first-child {
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.7;
}

.article-body h2 {
  margin-top: 54px;
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.article-body h3 {
  margin-top: 34px;
  color: var(--ink);
  font-size: 1.25rem;
}

.article-body ul {
  padding-left: 22px;
}

.article-body li {
  margin-bottom: 10px;
}

.article-body a:not(.btn) {
  color: var(--blue-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-callout {
  margin: 36px 0;
  padding: 25px 28px;
  color: var(--ink);
  background: var(--blue-soft);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.article-callout p:last-child {
  margin-bottom: 0;
}

.article-aside {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 18px;
}

.author-card,
.article-aside-card {
  padding: 27px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.author-card img {
  width: 86px;
  height: 86px;
  margin-bottom: 18px;
  object-fit: cover;
  border-radius: 50%;
}

.author-card h2,
.article-aside-card h2 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.author-card p,
.article-aside-card p {
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.reference-list {
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.reference-list h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.reference-list ol {
  padding-left: 20px;
}

.reference-list li {
  margin-bottom: 12px;
  font-size: 0.88rem;
}

.article-disclaimer {
  margin-top: 38px;
  padding: 22px 24px;
  color: #62777f;
  background: #f7f9f9;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
}

.clinical-band {
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.clinical-band::before {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle at center, var(--white) 0 2px, transparent 2.5px);
  background-size: 34px 34px;
  content: "";
}

.clinical-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 90px;
}

.clinical-band h2,
.clinical-band h3 {
  color: var(--white);
}

.clinical-band .lead {
  color: #cbdce1;
}

.process-list {
  display: grid;
  gap: 16px;
}

.process-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-sm);
}

.process-number {
  width: 43px;
  height: 43px;
  color: var(--navy);
  background: #8bdcff;
  font-family: "Comfortaa", sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
}

.process-item h3 {
  margin: 1px 0 7px;
  font-size: 1.08rem;
}

.process-item p {
  margin: 0;
  color: #c7d7dc;
  font-size: 0.9rem;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 94px;
}

.founder-portrait {
  position: relative;
  max-width: 490px;
  margin-inline: auto;
}

.founder-portrait::before {
  position: absolute;
  inset: -17px 20px 20px -17px;
  z-index: -1;
  background: var(--blue-soft);
  border-radius: 50%;
  content: "";
}

.founder-portrait::after {
  position: absolute;
  right: -20px;
  bottom: 27px;
  z-index: -1;
  width: 140px;
  height: 140px;
  border: 25px solid rgba(37, 166, 221, 0.18);
  border-radius: 50%;
  content: "";
}

.founder-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 470 / 471;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 28px;
}

.credential {
  padding: 8px 12px;
  color: var(--blue-dark);
  background: var(--blue-soft);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.founder-note {
  padding: 18px 20px;
  color: var(--ink-soft);
  background: var(--mist);
  border-left: 3px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 0.92rem;
}

.reviews-section {
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.reviews-section::after {
  position: absolute;
  top: -200px;
  left: -180px;
  width: 470px;
  height: 470px;
  border: 84px solid rgba(37, 166, 221, 0.1);
  border-radius: 50%;
  content: "";
}

.reviews-section h2 {
  color: var(--white);
}

.reviews-section .lead {
  color: #cbdbe0;
}

.reviews-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 46px;
}

.review-stat {
  min-width: 250px;
  padding: 25px 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-sm);
}

.review-stat strong {
  display: block;
  margin: 7px 0 4px;
  color: var(--white);
  font-family: "Comfortaa", sans-serif;
  font-size: 2.05rem;
  line-height: 1;
}

.review-stat span {
  color: #b9cdd4;
  font-size: 0.8rem;
}

.review-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-card {
  min-height: 265px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-md);
}

.review-card blockquote {
  margin: 24px 0 26px;
  color: #edf5f7;
  font-size: 0.98rem;
  line-height: 1.72;
}

.review-card footer {
  margin-top: auto;
  color: #9fb7bf;
  font-size: 0.78rem;
}

.review-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.review-links .btn-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.gallery-grid {
  display: grid;
  height: 650px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  background: var(--mist);
  border-radius: var(--radius-md);
}

.gallery-item:first-child {
  grid-row: 1 / 3;
}

.gallery-item:nth-child(4) {
  grid-column: 2 / 4;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.location-section {
  background: var(--mist);
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.map-wrap {
  min-height: 570px;
  background: #e8eeee;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 570px;
  display: block;
  border: 0;
  filter: saturate(0.78) contrast(0.97);
}

.location-copy {
  padding: 60px 52px;
}

.contact-list {
  display: grid;
  gap: 21px;
  margin: 33px 0;
}

.contact-link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
}

.contact-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  line-height: 0;
}

.contact-icon svg {
  display: block;
  margin: 0;
}

.contact-link strong,
.contact-link > span:not(.contact-icon),
.contact-link > span:not(.contact-icon) > span {
  display: block;
}

.contact-link strong {
  margin-bottom: 2px;
  font-family: "Comfortaa", sans-serif;
  font-size: 0.83rem;
}

.contact-link > span:not(.contact-icon) > span {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.hours {
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.hours-row strong {
  color: var(--ink);
}

.contact-cta {
  overflow: hidden;
  background: var(--white);
}

.enquiry-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  padding: 68px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius-lg);
}

.enquiry-panel::after {
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 430px;
  height: 430px;
  border: 74px solid rgba(37, 166, 221, 0.12);
  border-radius: 50%;
  content: "";
}

.enquiry-panel h2 {
  color: var(--white);
}

.enquiry-panel .lead {
  color: #c7d8dd;
}

.enquiry-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: #d8e8ed;
  font-size: 0.75rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 12px;
  outline: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.field input,
.field select {
  min-height: 50px;
  padding: 0 15px;
}

.field textarea {
  min-height: 112px;
  padding: 14px 15px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9fb5bd;
}

.field select option {
  color: var(--ink);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: rgba(255, 255, 255, 0.11);
  border-color: #80d8fb;
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 6px;
}

.form-note {
  max-width: 340px;
  margin: 0;
  color: #9fb5bd;
  font-size: 0.72rem;
  line-height: 1.5;
}

.price-list-section {
  background: var(--white);
}

.price-list-promo {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
  padding: 68px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius-lg);
}

.price-list-promo::after {
  position: absolute;
  right: -120px;
  bottom: -240px;
  width: 440px;
  height: 440px;
  border: 76px solid rgba(37, 166, 221, 0.13);
  border-radius: 50%;
  content: "";
}

.price-list-promo h2,
.price-download-form h2 {
  color: var(--white);
}

.price-list-promo p {
  max-width: 650px;
  color: #c7d8dd;
}

.price-list-categories {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.price-list-category {
  min-height: 112px;
  display: grid;
  align-content: end;
  padding: 22px;
  color: var(--navy);
  background: linear-gradient(145deg, #ffffff, #dff4fc);
  border-radius: var(--radius-sm);
  font-family: "Comfortaa", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.price-list-category span {
  display: block;
  margin-bottom: 7px;
  color: var(--blue-dark);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-download-section {
  background: var(--mist);
}

.price-download-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 38px;
  align-items: stretch;
}

.price-guide-preview,
.price-download-form {
  padding: 52px;
  border-radius: var(--radius-lg);
}

.price-guide-preview {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.price-guide-preview h2 {
  margin-bottom: 18px;
}

.price-guide-preview .price-list-categories {
  margin: 30px 0;
}

.price-guide-preview .price-list-category {
  min-height: 96px;
  background: var(--blue-soft);
}

.price-download-form {
  color: var(--white);
  background: var(--navy);
}

.price-download-form > p {
  color: #c7d8dd;
}

.price-download-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 28px;
}

.price-download-form .field.full,
.price-download-form .consent-field,
.price-download-form .form-actions {
  grid-column: 1 / -1;
}

.consent-field {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  color: #c7d8dd;
  font-size: 0.76rem;
  line-height: 1.55;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.consent-field a {
  color: #86d9fb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.price-disclaimer {
  padding-top: 22px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
}

.site-footer {
  color: #c3d4d9;
  background: var(--navy-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr 0.7fr 1fr;
  gap: 54px;
  padding: 75px 0 58px;
}

.footer-brand img {
  width: 160px;
  height: auto;
  aspect-ratio: 520 / 305;
  object-fit: contain;
  margin-bottom: 22px;
}

.footer-brand p {
  max-width: 340px;
  color: #9fb4bb;
  font-size: 0.84rem;
}

.footer-title {
  margin: 0 0 20px;
  color: var(--white);
  font-family: "Comfortaa", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #a9bdc4;
  font-size: 0.82rem;
}

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

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-link {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  color: #d9e7eb;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
}

.social-link:hover {
  color: var(--white);
  border-color: rgba(134, 217, 251, 0.6);
}

.footer-legal {
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-legal p {
  margin: 0 0 12px;
  color: #7f979f;
  font-size: 0.7rem;
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 17px;
  color: #8298a0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.7rem;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: #0b2a15;
  background: var(--whatsapp);
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 13px 36px rgba(10, 26, 33, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  box-shadow: 0 17px 42px rgba(10, 26, 33, 0.35);
  transform: translateY(-4px) scale(1.02);
}

.floating-whatsapp svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}

.floating-label {
  position: absolute;
  right: calc(100% + 10px);
  width: max-content;
  padding: 8px 11px;
  visibility: hidden;
  opacity: 0;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  transform: translateX(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.floating-whatsapp:hover .floating-label {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: radial-gradient(circle at center, var(--white) 0 2px, transparent 2.4px);
  background-size: 36px 36px;
  content: "";
}

.page-hero::after {
  position: absolute;
  right: -110px;
  bottom: -270px;
  width: 520px;
  height: 520px;
  border: 94px solid rgba(37, 166, 221, 0.11);
  border-radius: 50%;
  content: "";
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  padding: 105px 0 112px;
}

.page-hero h1 {
  color: var(--white);
  font-size: clamp(2.7rem, 5.1vw, 5rem);
}

.page-hero .lead {
  max-width: 700px;
  color: #ccdde2;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: #96b0b8;
  font-size: 0.75rem;
}

.breadcrumbs a:hover {
  color: #86d9fb;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
  gap: 90px;
}

.prose h2 {
  margin-top: 48px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin-top: 30px;
}

.prose p,
.prose li {
  color: var(--ink-soft);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0;
  list-style: none;
}

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

.check-list li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: var(--blue-dark);
  background: var(--blue-soft);
  border-radius: 50%;
  content: "\2713";
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.info-card {
  padding: 26px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.info-card + .info-card {
  margin-top: 18px;
}

.info-card h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.info-card p,
.info-card li {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.info-card ul {
  padding-left: 19px;
  margin: 0;
}

.info-card .btn {
  width: 100%;
  margin-top: 10px;
}

.sticky-aside {
  position: sticky;
  top: 114px;
  align-self: start;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 34px 0;
}

.treatment-card {
  padding: 25px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.treatment-card h3 {
  margin-bottom: 9px;
  font-size: 1.02rem;
}

.treatment-card p {
  margin: 0;
  font-size: 0.86rem;
}

.notice {
  padding: 22px 24px;
  color: var(--ink-soft);
  background: var(--blue-soft);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 0.88rem;
}

.about-portrait {
  overflow: hidden;
  background: var(--blue-soft);
  border-radius: var(--radius-lg);
}

.about-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 470 / 471;
  object-fit: cover;
}

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

.value-card {
  padding: 29px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.value-card h3 {
  margin-top: 20px;
  font-size: 1.05rem;
}

.value-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.privacy-prose {
  max-width: 860px;
}

.privacy-prose h2 {
  margin-top: 44px;
  font-size: 1.6rem;
}

.privacy-prose h3 {
  margin-top: 28px;
  font-size: 1.05rem;
}

.privacy-prose p,
.privacy-prose li {
  color: var(--ink-soft);
}

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1060px) {
  .site-nav {
    gap: 19px;
  }

  .site-nav > a,
  .nav-dropdown > button {
    font-size: 0.73rem;
  }

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

  .trust-item:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .service-card {
    grid-column: span 6;
  }

  .service-card:last-child {
    grid-column: 4 / 10;
  }

  .founder-grid,
  .clinical-grid,
  .content-grid {
    gap: 58px;
  }

  .article-layout {
    gap: 48px;
  }

  .enquiry-panel {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .price-list-promo,
  .price-download-grid {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 72px;
  }

  .announcement .container {
    justify-content: center;
    text-align: center;
  }

  .announcement span:last-child {
    display: none;
  }

  .brand {
    width: 107px;
    padding: 4px 0;
  }

  .brand img {
    width: 107px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    top: 107px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 24px 20px 50px;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    background: var(--navy-deep);
    transform: none;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s;
  }

  .site-nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav > a,
  .nav-dropdown > button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 4px;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 0.94rem;
  }

  .nav-cta {
    width: max-content !important;
    min-height: 48px;
    display: inline-flex !important;
    justify-content: center !important;
    margin-top: 24px;
    padding-inline: 21px !important;
    border-bottom: 0 !important;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    display: none;
    padding: 8px;
    visibility: visible;
    opacity: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .nav-dropdown.open .dropdown-menu {
    display: block;
  }

  .dropdown-menu a {
    color: #c7d9df;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(7, 24, 31, 0.95), rgba(7, 24, 31, 0.65)),
      url("../images/practice-2.webp") 58% center / cover no-repeat;
  }

  .hero-content {
    padding: 100px 0 150px;
  }

  .hero-review {
    right: auto;
    bottom: 30px;
    left: 20px;
  }

  .intro-grid,
  .clinical-grid,
  .founder-grid,
  .location-grid,
  .content-grid,
  .insights-feature,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .clinical-grid,
  .founder-grid,
  .content-grid {
    gap: 42px;
  }

  .founder-portrait {
    max-width: 420px;
  }

  .insights-media {
    min-height: 360px;
  }

  .insights-feature-copy {
    padding: 44px;
  }

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

  .blog-card.featured {
    grid-column: auto;
  }

  .article-aside {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-top {
    display: grid;
    gap: 28px;
  }

  .review-stat {
    max-width: 280px;
  }

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

  .review-card {
    min-height: 220px;
  }

  .gallery-grid {
    height: 820px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.25fr 0.75fr 0.75fr;
  }

  .gallery-item:first-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .gallery-item:nth-child(4) {
    grid-column: auto;
  }

  .location-grid {
    border-radius: var(--radius-md);
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 390px;
  }

  .sticky-aside {
    position: static;
  }

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

@media (max-width: 640px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  body {
    font-size: 15px;
  }

  .section {
    padding: 82px 0;
  }

  .section-sm {
    padding: 58px 0;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .hero-content {
    padding: 80px 0 145px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .hero .lead {
    font-size: 1.02rem;
  }

  .btn-row .btn {
    width: 100%;
  }

  .hero-review {
    right: 14px;
    left: 14px;
  }

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

  .trust-item,
  .trust-item:nth-child(3) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

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

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5),
  .service-card:last-child {
    min-height: 300px;
    grid-column: auto;
  }

  .insights-media {
    min-height: 280px;
  }

  .insights-feature-copy {
    padding: 30px 24px;
  }

  .insights-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-card-media {
    height: 240px;
  }

  .blog-card-copy {
    padding: 25px;
  }

  .article-aside {
    grid-template-columns: 1fr;
  }

  .article-body {
    font-size: 0.98rem;
  }

  .article-body > p:first-child {
    font-size: 1.08rem;
  }

  .clinical-grid {
    gap: 36px;
  }

  .process-item {
    padding: 18px;
  }

  .founder-grid {
    gap: 50px;
  }

  .review-stat {
    min-width: 0;
    max-width: none;
  }

  .review-links .btn {
    width: 100%;
  }

  .gallery-grid {
    height: 1000px;
    grid-template-columns: 1fr;
    grid-template-rows: 1.3fr 1fr 1fr 1fr;
  }

  .gallery-item:first-child,
  .gallery-item:nth-child(4) {
    grid-column: auto;
  }

  .location-copy {
    padding: 43px 27px;
  }

  .enquiry-panel {
    gap: 30px;
    padding: 44px 23px;
    border-radius: var(--radius-md);
  }

  .price-list-promo,
  .price-guide-preview,
  .price-download-form {
    padding: 38px 24px;
    border-radius: var(--radius-md);
  }

  .price-list-promo {
    gap: 38px;
  }

  .price-list-categories,
  .price-download-form form {
    grid-template-columns: 1fr;
  }

  .price-download-form .field.full,
  .price-download-form .consent-field,
  .price-download-form .form-actions {
    grid-column: auto;
  }

  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .field.full,
  .form-actions {
    grid-column: auto;
  }

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

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
    padding-top: 58px;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
  }

  .floating-label {
    display: none;
  }

  .page-hero-inner {
    padding: 78px 0 84px;
  }

  .page-hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

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