:root {
  --rose: #e85f86;
  --rose-dark: #c83f6c;
  --rose-soft: #fff0f4;
  --green: #12b64b;
  --ink: #252126;
  --muted: #706b72;
  --line: #f3d9e1;
  --blue-soft: #eef8ff;
  --surface: rgba(255, 255, 255, 0.9);
  --shadow: 0 18px 55px rgba(184, 91, 119, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans Thai", system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 236, 242, 0.9), transparent 34rem),
    linear-gradient(180deg, #fffafa 0%, #fff 48%, #fff7f9 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 145px;
  color: var(--rose);
  font-weight: 800;
  line-height: 0.95;
}

.brand img {
  display: block;
  width: 168px;
  height: auto;
}

.brand small {
  font-size: 12px;
  letter-spacing: 2px;
}

.brand-mark {
  font-size: 22px;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: #332d33;
  font-size: 14px;
  font-weight: 700;
}

.mobile-menu-button,
.mobile-bottom-bar {
  display: none;
}

.desktop-nav a:hover {
  color: var(--rose-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.line-button,
.booking-button,
.primary-button,
.secondary-button,
.pill-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.booking-button {
  background: linear-gradient(135deg, var(--rose), #ed7799);
  color: #fff;
}

.line-button,
.secondary-button {
  background: var(--green);
  color: #fff;
}

.primary-button {
  background: linear-gradient(135deg, var(--rose), #ed7799);
  color: #fff;
}

.pill-link {
  min-height: 38px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--rose-dark);
  box-shadow: none;
}

main {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto 22px;
}

.section-band,
.quick-menu,
.concerns,
.split-panel,
.process,
.services,
.footer-grid {
  border: 1px solid rgba(243, 217, 225, 0.85);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.9fr);
  min-height: 540px;
  overflow: hidden;
  padding: 72px 58px 0;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 250, 251, 0.84) 52%, rgba(255, 240, 244, 0.55) 100%),
    #fff;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-bottom: 64px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 800;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 span {
  color: var(--rose);
}

.hero-title {
  display: grid;
  gap: 2px;
}

.hero-title-main {
  color: #e72f78;
  font-weight: 900;
}

.hero-title-sub {
  color: #373137;
  font-weight: 800;
}

.hero-title-script {
  position: relative;
  width: max-content;
  max-width: 100%;
  color: #e85f86;
  font-family: "Mali", "Noto Sans Thai", system-ui, sans-serif;
  font-weight: 700;
  transform: rotate(-2deg);
}

.hero-title-script::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e85f86, rgba(232, 95, 134, 0));
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.2;
  letter-spacing: 0;
}

.lead {
  max-width: 580px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 34px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #5b545c;
  font-size: 14px;
  font-weight: 700;
}

.trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 9px 13px;
}

.hero-visual {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
}

.hero-visual img {
  width: min(560px, 115%);
  max-height: 540px;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 20px 35px rgba(120, 43, 67, 0.18));
}

.doctor-note {
  position: absolute;
  right: 0;
  bottom: 86px;
  width: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 18px;
  color: #4e474f;
  line-height: 1.55;
}

.doctor-note span {
  display: block;
  margin-top: 8px;
  color: var(--rose-dark);
  font-weight: 800;
}

.quick-menu,
.concerns,
.split-panel,
.results,
.process,
.services,
.doctor,
.footer-grid {
  margin-top: 24px;
  padding: 26px;
}

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

.menu-grid a {
  position: relative;
  display: grid;
  min-height: 270px;
  align-content: start;
  justify-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff7fa);
  padding: 24px 18px 20px;
  color: #4a444b;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 32px rgba(162, 84, 107, 0.08);
}

.menu-grid a > i {
  position: absolute;
  top: 9px;
  right: 8px;
  z-index: 2;
  min-height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f02f78, #e05280);
  padding: 0 10px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  box-shadow: 0 8px 18px rgba(224, 82, 128, 0.24);
}

.menu-grid .menu-icon {
  position: relative;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 40% 36%, #fff 0 20%, #ffdce9 21% 58%, rgba(255, 231, 239, 0.35) 59% 100%);
  color: #ec2e74;
  font-size: 48px;
  line-height: 1;
  text-shadow:
    0 2px 0 #fff,
    0 8px 16px rgba(214, 48, 111, 0.22);
}

.menu-grid .menu-icon::before,
.menu-grid .menu-icon::after {
  content: "✦";
  position: absolute;
  color: #ef5f97;
  font-size: 18px;
  text-shadow: 0 4px 10px rgba(214, 48, 111, 0.18);
}

.menu-grid .menu-icon::before {
  top: 18px;
  right: 3px;
}

.menu-grid .menu-icon::after {
  bottom: 18px;
  left: 3px;
  font-size: 14px;
}

.menu-check::before {
  content: "☑";
}

.menu-check {
  font-size: 58px;
}

.menu-heart {
  font-size: 54px;
}

.menu-syringe {
  transform: rotate(-34deg);
  border-radius: 36px;
}

.menu-syringe::before {
  content: "";
  width: 70px;
  height: 15px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffc2d7, #ef2e78);
  box-shadow: 0 7px 14px rgba(214, 48, 111, 0.2);
}

.menu-syringe::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 4px solid #ef2e78;
  border-radius: 50%;
  transform: translateX(35px);
}

.menu-syringe {
  color: transparent;
}

.menu-plus {
  font-size: 68px;
}

.menu-doctor {
  font-size: 52px;
}

.menu-question {
  font-size: 68px;
}

.menu-grid b {
  display: block;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.22;
}

.menu-grid em {
  display: block;
  min-height: 56px;
  color: var(--muted);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.menu-grid strong {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #f02f78, var(--rose));
  padding: 0 18px;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 10px 22px rgba(232, 95, 134, 0.2);
}

.quick-menu > p {
  margin: -4px 0 20px;
  color: var(--muted);
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.concerns {
  background: linear-gradient(100deg, #f1f9ff, #fff9fb);
}

.concerns h2 {
  text-align: center;
}

.concern-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.concern-strip article,
.video-card,
.case-card,
.service-grid article,
.knowledge-grid article,
.faq-box,
.contact-box,
.final-cta,
.doctor-card,
.knowledge-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.concern-strip article {
  min-height: 105px;
  padding: 22px;
  background: linear-gradient(135deg, #fff, #fff2f5);
}

.concern-strip b,
.concern-strip span {
  display: block;
}

.concern-strip span {
  margin-top: 7px;
  color: var(--muted);
}

.split-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.62fr 0.78fr 1fr;
  gap: 20px;
  overflow: hidden;
}

.assessment-photo {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 15%;
}

.cta-card,
.steps-card {
  border-radius: 8px;
  padding: 28px;
}

.cta-card {
  background: linear-gradient(135deg, #fff5f7, #fff);
}

.steps-card {
  border: 1px solid var(--line);
  background: #fff;
}

.steps {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.steps details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, var(--rose-soft));
  overflow: hidden;
}

.steps summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  list-style: none;
  text-align: left;
}

.steps summary::-webkit-details-marker {
  display: none;
}

.steps summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--rose);
  font-size: 22px;
  font-weight: 800;
}

.steps details[open] summary::after {
  content: "-";
}

.steps p {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 14px 18px 18px;
  color: var(--muted);
  line-height: 1.65;
  text-align: left;
}

.doctor-photo {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 190px;
  max-height: 280px;
  object-fit: cover;
  object-position: center top;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

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

.results-copy {
  display: none;
}

.review-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.results-banner {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff4f8;
  box-shadow: 0 12px 32px rgba(162, 84, 107, 0.1);
}

.results-main-link {
  width: min(100%, 520px);
  min-height: 54px;
  justify-content: center;
  margin: 0 auto 18px;
  border-color: transparent;
  background: linear-gradient(135deg, #f02f78, var(--rose));
  color: #fff;
  box-shadow: 0 14px 30px rgba(232, 95, 134, 0.24);
}

.review-filter-panel {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.review-tabs button,
.review-tabs span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 14px;
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 800;
}

.review-tabs button {
  cursor: pointer;
}

.review-tabs button.active {
  border-color: var(--rose);
  background: var(--rose);
  color: #fff;
  box-shadow: 0 8px 20px rgba(224, 82, 128, 0.18);
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}

.before-after-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(162, 84, 107, 0.1);
}

.before-after-grid article[hidden] {
  display: none;
}

.review-image-button {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  border: 0;
  background: #fff7fa;
  padding: 0;
  cursor: zoom-in;
}

.before-after-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #fff7fa;
}

.review-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  place-items: center;
  background: var(--rose-soft);
  color: var(--rose-dark);
  font-weight: 800;
}

.before-after-grid b,
.before-after-grid span {
  display: block;
  padding: 0 14px;
}

.before-after-grid b {
  margin-top: 10px;
}

.before-after-grid span {
  padding-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
}

.image-review-card img {
  display: block;
}

body.lightbox-open {
  overflow: hidden;
}

.review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(30, 18, 24, 0.82);
  padding: 54px 12px 18px;
}

.review-lightbox[hidden] {
  display: none;
}

.review-lightbox img {
  max-width: min(100%, 760px);
  max-height: 88vh;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.review-lightbox-close {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--rose-dark);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.review-closed {
  display: grid;
  gap: 14px;
  text-align: center;
}

.review-closed h1,
.review-closed p {
  margin: 0;
}

.review-closed p {
  color: var(--muted);
  line-height: 1.7;
}

.review-uploading-note {
  display: grid;
  gap: 4px;
  margin: 12px 0 0;
  border: 1px solid rgba(224, 82, 128, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, #e94f84, #f27aa3);
  padding: 14px 16px;
  color: #fff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(224, 82, 128, 0.18);
}

.review-uploading-note b,
.review-uploading-note span {
  display: block;
}

.review-uploading-note b {
  font-size: 20px;
  line-height: 1.35;
}

.review-uploading-note span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.video-card {
  min-height: 220px;
  padding: 22px;
  background: linear-gradient(135deg, #f2f9ff, #fff);
}

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

.video-embed-card {
  display: block;
  padding: 10px;
}

.video-embed-card iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  border-radius: 8px;
  background: #000;
}

.video-embed-card b,
.video-embed-card span {
  padding: 0 6px;
}

.video-embed-card b {
  margin-top: 10px;
}

.play {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 78px;
  border-radius: 50%;
  background: #fff;
  color: var(--rose);
  box-shadow: var(--shadow);
}

.video-card b,
.video-card span,
.case-card b {
  display: block;
}

.video-card span {
  color: var(--muted);
}

.case-card {
  padding: 24px;
}

.comment-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff0f4, #fff);
  padding: 24px;
  line-height: 1.7;
}

.comment-card span {
  margin-top: 16px;
  color: var(--rose-dark);
  font-weight: 800;
}

.case-card p {
  color: var(--rose);
  font-weight: 800;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.before-after span {
  display: flex;
  min-height: 140px;
  align-items: end;
  border-radius: 8px;
  background: linear-gradient(145deg, #f3d5ca, #f9f0ea);
  padding: 14px;
  font-weight: 800;
}

.process {
  position: relative;
  overflow: hidden;
}

.process-banner {
  display: block;
  width: min(100%, 620px);
  margin: 0 auto 18px;
  object-fit: contain;
}

.process-detail-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 0;
}

.process-detail-layout img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
}

.process-flow {
  display: grid;
  gap: 12px;
  align-content: start;
}

.process-flow details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.process-flow summary {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
}

.process-flow summary::-webkit-details-marker {
  display: none;
}

.process-flow span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose-soft);
  color: var(--rose);
  font-weight: 800;
}

.process-flow p {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 14px 18px 18px 84px;
  color: var(--muted);
  line-height: 1.65;
}

.process-flow .primary-button {
  margin-top: 4px;
}

.services-banner {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff4f8;
  box-shadow: 0 12px 32px rgba(162, 84, 107, 0.1);
}

.services-main-link {
  width: min(100%, 520px);
  min-height: 54px;
  justify-content: center;
  margin: 16px auto 0;
  border-color: transparent;
  background: linear-gradient(135deg, #f02f78, var(--rose));
  color: #fff;
  box-shadow: 0 14px 30px rgba(232, 95, 134, 0.24);
}

.service-grid,
.knowledge-grid,
.branch-grid {
  display: grid;
  gap: 16px;
}

.service-grid {
  grid-template-columns: repeat(6, 1fr);
}

.service-grid article {
  display: grid;
  min-height: 110px;
  place-items: center;
  padding: 16px;
  text-align: center;
  font-weight: 800;
}

.service-grid img {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 10px;
}

.service-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.soft-cta {
  background: var(--rose-soft) !important;
  color: var(--rose-dark);
}

.doctor {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 22px;
}

.doctor-card {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.doctor-banner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

.doctor-main-link {
  width: min(100%, 420px);
  min-height: 52px;
  justify-content: center;
  margin: 0 auto;
  border-color: transparent;
  background: linear-gradient(135deg, #f02f78, var(--rose));
  color: #fff;
  box-shadow: 0 14px 30px rgba(232, 95, 134, 0.24);
}

.doctor-highlights {
  display: grid;
  gap: 8px;
  color: var(--ink);
}

.doctor-highlights p {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 10px 14px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.knowledge-card {
  padding: 22px;
}

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

.knowledge-grid article {
  min-height: 118px;
  padding: 18px;
  background: #f4fbff;
  font-weight: 800;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.9fr;
  gap: 18px;
}

.faq-box,
.contact-box,
.final-cta {
  padding: 22px;
}

.faq-banner {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff4f8;
  box-shadow: 0 12px 32px rgba(162, 84, 107, 0.1);
}

.contact-banner {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff4f8;
  box-shadow: 0 12px 32px rgba(162, 84, 107, 0.1);
}

.faq-main-link {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  margin: 14px 0 0;
  border-color: transparent;
  background: linear-gradient(135deg, #f02f78, var(--rose));
  color: #fff;
  box-shadow: 0 14px 30px rgba(232, 95, 134, 0.24);
}

.faq-box button,
.faq-box details {
  display: flex;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.faq-box details {
  display: block;
}

.faq-box summary {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.faq-box summary::-webkit-details-marker {
  display: none;
}

.faq-box summary::after {
  content: "+";
  color: var(--rose-dark);
}

.faq-box details[open] summary::after {
  content: "-";
}

.faq-box details p {
  margin: 0;
  padding: 0 0 14px;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.65;
}

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

.branch-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.branch-grid img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 14px;
}

.branch-grid span,
.branch-grid a {
  display: block;
  margin-top: 8px;
}

.branch-grid span {
  color: var(--muted);
}

.branch-grid a {
  color: var(--rose-dark);
  font-weight: 800;
}

.final-cta {
  background: linear-gradient(150deg, #fff0f4, #fff);
}

.final-cta img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  background: #fff0f6;
}

.final-cta h2 {
  margin-top: 16px;
}

.final-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(92px, 0.6fr);
  gap: 10px;
  margin-top: 16px;
}

.final-actions .primary-button,
.final-actions .secondary-button {
  min-height: 48px;
  padding: 0 14px;
  text-align: center;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto 28px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 800;
}

.subpage .subpage-hero {
  padding: 52px;
}

.reviews-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 0.62fr;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.reviews-hero-copy {
  max-width: 620px;
}

.reviews-hero .lead {
  max-width: 560px;
  line-height: 1.7;
}

.reviews-hero img {
  display: block;
  width: 100%;
  opacity: 1;
  pointer-events: none;
  filter: drop-shadow(0 16px 24px rgba(199, 74, 116, 0.16));
}

.reviews-page-banner-wrap {
  padding: 0;
  overflow: hidden;
}

.reviews-page-banner {
  margin: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.page-banner-wrap {
  padding: 0;
  overflow: hidden;
}

.about-poster.page-banner-wrap {
  padding: 0;
}

.page-top-banner {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.page-banner-wrap .search-box {
  width: calc(100% - 36px);
  margin: 14px 18px 18px;
}

.subpage h1 {
  font-size: clamp(38px, 5vw, 62px);
}

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

.review-page-section {
  display: grid;
  gap: 16px;
  margin-top: 14px;
}

.review-section-head {
  display: grid;
  gap: 6px;
}

.review-section-head h1,
.review-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.25;
}

.review-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.review-more-button {
  justify-self: center;
  border: 0;
  border-radius: 999px;
  background: var(--rose);
  color: #fff;
  padding: 12px 22px;
  font: inherit;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(224, 82, 128, 0.2);
}

.review-more-button[hidden] {
  display: none;
}

.review-tiktok-button {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 12px 22px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.14);
}

.search-box {
  width: min(100%, 720px);
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 22px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  box-shadow: var(--shadow);
}

.faq-library {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.faq-library a {
  display: grid;
  min-height: 92px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--rose-dark);
  font-weight: 800;
  text-align: center;
  box-shadow: var(--shadow);
}

.faq-page {
  padding-bottom: 42px;
}

.faq-category {
  margin-top: 18px;
  padding: 28px;
}

.faq-category h2 {
  color: var(--rose-dark);
}

.faq-category details {
  border-bottom: 1px solid var(--line);
}

.faq-category summary {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.faq-category summary::-webkit-details-marker {
  display: none;
}

.faq-category summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--rose);
  font-size: 24px;
  font-weight: 800;
}

.faq-category details[open] summary::after {
  content: "-";
}

.faq-category p {
  margin: 0;
  padding: 0 0 18px;
  color: var(--muted);
  line-height: 1.75;
  white-space: pre-line;
}

.faq-empty-state {
  margin: 18px 0 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  color: var(--muted);
  text-align: center;
  box-shadow: var(--shadow);
}

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

.admin-page {
  max-width: 1120px;
}

.admin-panel {
  padding: 36px;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.admin-tabs button {
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--rose-dark);
  padding: 10px 16px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.admin-tabs button.active {
  background: var(--rose);
  color: #fff;
}

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

.admin-subtabs button {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff7fa;
  color: var(--rose-dark);
  padding: 10px 8px;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  cursor: pointer;
}

.admin-subtabs button.active {
  border-color: var(--rose);
  background: var(--rose);
  color: #fff;
  box-shadow: 0 8px 18px rgba(224, 82, 128, 0.18);
}

.admin-section-intro {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #fff6f8);
}

.admin-section-intro h2,
.admin-section-intro p {
  margin: 0;
}

.admin-section-intro p {
  color: var(--muted);
  line-height: 1.6;
}

.admin-helper-text {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.admin-form {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.admin-editor-section {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.admin-editor-section h3 {
  margin: 0;
}

.admin-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.admin-section-title button,
.admin-repeat-card button,
.admin-upload-row button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--rose-dark);
  padding: 9px 14px;
  font: inherit;
  font-weight: 800;
}

.admin-repeat-list {
  display: grid;
  gap: 10px;
}

.admin-repeat-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.admin-repeat-card-saved {
  border-color: rgba(18, 184, 87, 0.55);
  box-shadow: 0 0 0 3px rgba(18, 184, 87, 0.1);
}

.admin-repeat-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 56px;
  padding: 14px 16px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.admin-repeat-card summary::-webkit-details-marker {
  display: none;
}

.admin-repeat-card summary::after {
  content: "+";
  margin-left: auto;
  color: var(--rose);
  font-size: 22px;
}

.admin-repeat-card[open] summary::after {
  content: "-";
}

.admin-repeat-card summary button {
  flex: 0 0 auto;
  margin-left: 8px;
}

.admin-saved-at {
  flex: 0 0 auto;
  color: #129447;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.admin-review-summary {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.admin-review-summary b,
.admin-review-summary small {
  display: block;
}

.admin-review-summary b {
  overflow: hidden;
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-review-summary small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.admin-summary-thumb {
  width: 64px;
  height: 72px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: var(--rose-soft);
}

.admin-summary-thumb-empty {
  display: grid;
  place-items: center;
  padding: 6px;
  color: var(--rose-dark);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.admin-repeat-body {
  display: grid;
  gap: 12px;
  padding: 0 16px 16px;
}

.admin-inline-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding-top: 4px;
}

.admin-inline-actions button {
  border: 0;
  border-radius: 999px;
  background: var(--rose);
  color: #fff;
  padding: 10px 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(224, 82, 128, 0.18);
}

.admin-inline-actions small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.admin-field {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.admin-field input,
.admin-field textarea,
.admin-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.admin-field textarea {
  min-height: 110px;
  resize: vertical;
}

.admin-image-hint {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.admin-image-preview {
  width: min(220px, 100%);
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: contain;
  background: var(--rose-soft);
}

.admin-image-preview[hidden] {
  display: none;
}

.admin-generated-image-url {
  display: none;
}

.admin-upload-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.admin-upload-row input[type="file"] {
  padding: 10px;
  border: 1px dashed var(--rose);
  border-radius: 8px;
  background: var(--rose-soft);
  color: var(--muted);
}

.admin-upload-status {
  display: block;
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.admin-actions {
  position: sticky;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  padding: 14px 0 0;
  background: rgba(255, 250, 251, 0.94);
  backdrop-filter: blur(10px);
}

.about-page {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 28px;
  padding: 42px;
}

.about-page img {
  width: 100%;
  max-height: 560px;
  border-radius: 8px;
  object-fit: contain;
  object-position: center top;
}

.doctor-profile-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.doctor-profile-detail article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.doctor-profile-detail h2 {
  margin-bottom: 8px;
  font-size: 22px;
}

.doctor-profile-detail p {
  color: var(--muted);
  line-height: 1.75;
}

.about-cta {
  margin-top: 20px;
  text-align: center;
}

.about-cta p {
  margin: 8px auto 18px;
  color: var(--muted);
  line-height: 1.7;
}

.doctor-about-page {
  max-width: 1180px;
}

.about-poster {
  padding: 18px;
}

.about-poster img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.about-hero-chips {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 14px;
}

.about-hero-chips span {
  position: relative;
  color: var(--ink);
  font-weight: 900;
}

.about-hero-chips span::before {
  content: "♡";
  margin-right: 6px;
  color: var(--rose);
}

.about-alert {
  display: grid;
  grid-template-columns: 96px 1fr 1.2fr;
  gap: 22px;
  align-items: center;
  margin-top: 20px;
  padding: 24px;
  background: linear-gradient(135deg, #fff, #fff2f6);
  border-color: #ffc9dc;
  box-shadow: 0 18px 44px rgba(232, 95, 134, 0.14);
}

.alert-mark {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f02f78, var(--rose));
  color: #fff;
  font-size: 54px;
  font-weight: 900;
}

.about-alert p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.about-alert h1 {
  color: var(--rose);
  font-size: 34px;
  line-height: 1.25;
}

.about-alert > p:last-child {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.about-reasons,
.about-steps,
.doctor-license,
.about-final {
  margin-top: 20px;
}

.about-reasons h2,
.about-steps h2 {
  margin-bottom: 16px;
  text-align: center;
}

.about-steps h2 {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  max-width: calc(100% - 32px);
  margin: 10px auto 18px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 28px;
  line-height: 1.35;
}

.about-steps h2 span {
  color: var(--rose);
}

.about-steps-banner {
  display: block;
  width: 100%;
  margin: -6px 0 10px;
  border-radius: 10px;
}

.about-reasons > div,
.about-step-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.about-reasons article,
.about-step-row article,
.about-fit-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #fff8fb);
  padding: 16px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(162, 84, 107, 0.08);
}

.about-reasons span,
.about-step-row span {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #ffc5d8;
  background: radial-gradient(circle at 38% 28%, #fff 0 22%, #ffe0ea 23% 100%);
  color: var(--rose);
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(232, 95, 134, 0.16);
}

.about-reasons .about-icon {
  font-size: 30px;
  line-height: 1;
}

.about-reasons b,
.about-step-row b {
  display: block;
  margin: 10px 0 6px;
  color: var(--ink);
}

.about-reasons p,
.about-step-row p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.about-step-row {
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}

.about-step-row article {
  position: relative;
}

.about-step-row article:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 30px;
  right: -12px;
  z-index: 2;
  color: var(--rose);
  font-size: 30px;
  font-weight: 900;
}

.about-goal {
  margin: 18px 0 0;
  padding: 16px 20px;
  border-radius: 8px;
  background: #fff1f6;
  color: var(--ink);
  text-align: center;
  line-height: 1.65;
}

.about-goal b {
  color: var(--rose);
}

.about-note {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 0 0 18px;
  overflow: hidden;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.about-note h2 {
  color: var(--rose);
  font-size: 26px;
  line-height: 1.25;
  text-align: center;
}

.about-note p {
  color: var(--muted);
  line-height: 1.62;
  text-align: center;
}

.about-note img {
  width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(199, 74, 116, 0.1);
}

.about-note > div {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-priorities,
.about-confidence {
  margin-top: 20px;
  padding: 22px;
  background: linear-gradient(180deg, #fff, #fff7fa);
  border-color: rgba(255, 211, 225, 0.72);
}

.about-priorities h2,
.about-confidence h2 {
  margin-bottom: 16px;
  text-align: center;
}

.about-priorities h2 {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rose), #ef75a0);
  padding: 8px 22px;
  color: #fff;
  font-size: 24px;
}

.about-priorities > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.about-priorities article {
  padding: 10px 12px;
  text-align: center;
}

.about-priorities article:not(:last-child) {
  border-right: 1px dashed #f2b5c8;
}

.about-priorities span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin: 0 auto 8px;
  border-radius: 16px;
  background: #ffe2ec;
  color: var(--rose);
  font-size: 24px;
  font-weight: 900;
}

.about-priorities b {
  display: block;
  color: var(--ink);
}

.about-priorities p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.about-confidence {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
}

.about-confidence h2 {
  display: grid;
  min-height: 112px;
  margin: 0;
  place-items: center;
  border-radius: 8px;
  background: #ffe2ec;
  color: var(--rose);
  font-size: 32px;
}

.about-confidence ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  line-height: 1.85;
}

.about-confidence li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--rose);
  font-weight: 900;
}

.doctor-license {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 20px 22px;
  border-color: rgba(255, 211, 225, 0.45);
  background: linear-gradient(180deg, #fff5f8 0%, #fff 54%, #fff7fa 100%);
  box-shadow: 0 14px 34px rgba(232, 95, 134, 0.1);
  text-align: center;
  overflow: hidden;
}

.doctor-license img {
  width: 100%;
  max-height: none;
  margin: 0 auto 2px;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
}

.doctor-license > div {
  padding: 0 8px;
}

.doctor-license p {
  margin: 8px 0;
  color: var(--ink);
  font-size: 20px;
}

.doctor-license span {
  display: inline-flex;
  border-radius: 999px;
  background: var(--rose);
  padding: 2px 12px;
  color: #fff;
  font-weight: 900;
}

.doctor-license ul {
  display: inline-block;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  text-align: left;
  line-height: 1.75;
}

.about-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.about-fit-grid article {
  text-align: left;
}

.about-fit-grid h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.about-fit-grid p {
  position: relative;
  margin: 8px 0;
  padding-left: 26px;
  color: var(--muted);
  line-height: 1.55;
}

.about-fit-grid p::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}

.not-fit p::before {
  content: "×";
  color: #d8426a;
}

.fit p::before {
  content: "✓";
  color: #20894f;
}

.not-fit h2 {
  color: #d8426a;
}

.fit h2 {
  color: #20894f;
}

.about-final {
  padding: 28px;
  background: linear-gradient(135deg, #f02f78, #ef75a0);
  color: #fff;
  text-align: center;
}

.about-final p {
  margin: 8px 0 18px;
}

.about-final .primary-button {
  width: min(100%, 520px);
  margin: 0 auto;
  background: #fff;
  color: var(--rose);
}

.faq-inline-image {
  width: min(100%, 420px);
  border-radius: 8px;
  margin-bottom: 18px;
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero,
  .split-panel,
  .doctor,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 44px 26px 0;
  }

  .hero-copy {
    padding-bottom: 18px;
  }

  .doctor-note {
    right: 18px;
    bottom: 24px;
  }

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

  .concern-strip,
  .results-grid,
  .process-flow,
  .knowledge-grid,
  .branch-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-panel,
  .process {
    padding-bottom: 26px;
  }

  .before-after-grid,
  .gallery-large,
  .faq-library,
  .service-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-detail-layout {
    grid-template-columns: 1fr;
  }

  .process-detail-layout img {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 18px;
  }

  body {
    padding-bottom: 78px;
    background: #fff7f9;
  }

  .site-header,
  main,
  .site-footer {
    width: min(100% - 20px, 430px);
  }

  .site-header {
    position: relative;
    padding: 18px 6px 10px;
    backdrop-filter: none;
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions .booking-button,
  .header-actions .pill-link,
  .header-actions .line-button {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
    box-shadow: none;
    white-space: nowrap;
  }

  .header-actions .booking-button {
    min-width: 64px;
  }

  .brand {
    min-width: 0;
    font-size: 15px;
  }

  .brand img {
    width: 118px;
  }

  .brand small {
    font-size: 10px;
  }

  .mobile-menu-button {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--rose);
    font-size: 28px;
    line-height: 1;
  }

  .line-button {
    display: none;
  }

  main {
    margin-bottom: 96px;
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 178px;
    column-gap: 6px;
    row-gap: 8px;
    align-items: start;
    min-height: auto;
    padding: 26px 20px 18px;
    text-align: left;
    background:
      radial-gradient(circle at 94% 33%, rgba(255, 221, 234, 0.84), transparent 138px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 246, 250, 0.98)),
      #fff;
  }

  .hero-visual {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    width: 178px;
    min-height: 0;
    margin: -18px -18px -10px 0;
    align-items: end;
    justify-content: center;
    pointer-events: auto;
  }

  .hero-visual img {
    width: 178px;
    height: 238px;
    max-height: none;
    border: 0;
    border-radius: 0;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 18px 28px rgba(120, 43, 67, 0.16));
  }

  .hero-copy {
    display: contents;
    min-width: 0;
  }

  .hero-copy h1,
  .hero-actions,
  .trust-row {
    grid-column: 1 / -1;
  }

  .hero-copy .lead {
    grid-column: 1;
  }

  .doctor-note,
  .eyebrow {
    display: none;
  }

  h1 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.06;
  }

  h1 span {
    display: block;
    font-size: inherit;
  }

  .hero-title {
    gap: 1px;
  }

  .hero-title-main {
    font-size: 41px;
    line-height: 1.02;
  }

  .hero-title-sub {
    font-size: 29px;
    line-height: 1.05;
  }

  .hero-title-script {
    margin-top: 2px;
    font-size: 26px;
    line-height: 1.12;
  }

  h2 {
    font-size: 22px;
    line-height: 1.28;
  }

  .lead {
    align-self: center;
    width: auto;
    margin: -4px 0 0;
    color: #2d282f;
    font-size: 14px;
    line-height: 1.55;
    white-space: pre-line;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-break: anywhere;
  }

  .menu-grid,
  .concern-strip,
  .results-grid,
  .service-grid,
  .knowledge-grid,
  .branch-grid,
  .section-band,
  .quick-menu,
  .concerns,
  .split-panel,
  .process,
  .services,
  .footer-grid,
  .doctor {
    border-radius: 8px;
    box-shadow: 0 10px 34px rgba(162, 84, 107, 0.15);
  }

  .quick-menu,
  .concerns,
  .split-panel,
  .results,
  .process,
  .services,
  .doctor,
  .footer-grid {
    margin-top: 12px;
    padding: 24px 20px;
  }

  .quick-menu {
    padding: 22px 18px 64px;
  }

  .hero-actions,
  .section-title,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 10px;
    margin: -2px auto 0;
    width: 100%;
  }

  .primary-button,
  .secondary-button,
  .pill-link {
    width: 100%;
  }

  .primary-button,
  .secondary-button {
    min-height: 54px;
    padding: 0 14px;
    font-size: 17px;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 0;
    margin-top: 0;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    padding: 12px 8px;
    color: var(--ink);
    font-size: 12px;
    line-height: 1.35;
  }

  .trust-row span {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 42px;
    border: 0;
    background: transparent;
    padding: 0 8px;
    text-align: center;
  }

  .trust-row span::before {
    display: none;
  }

  .trust-row span + span {
    border-left: 1px solid var(--line);
  }

  .quick-menu h2 {
    text-align: center;
    margin-bottom: 2px;
    color: var(--rose);
    font-size: 34px;
    line-height: 1.1;
  }

  .quick-menu > p {
    margin: 0 0 16px;
    color: var(--ink);
    font-size: 17px;
  }

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

  .menu-grid a {
    min-height: 108px;
    gap: 6px;
    border-color: #f5bfd0;
    background:
      radial-gradient(circle at 50% 18%, rgba(255, 228, 238, 0.9), transparent 46px),
      linear-gradient(180deg, #fff, #fff8fb);
    padding: 8px 4px 9px;
    font-size: 11px;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.82),
      0 10px 20px rgba(232, 95, 134, 0.12);
  }

  .menu-grid a > i {
    top: 5px;
    right: 5px;
    min-height: 18px;
    padding: 0 7px;
    font-size: 8px;
    line-height: 18px;
  }

  .menu-grid span {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .menu-grid .menu-icon::before {
    top: 6px;
    right: -2px;
    font-size: 11px;
  }

  .menu-grid .menu-icon::after {
    bottom: 6px;
    left: -2px;
    font-size: 9px;
  }

  .menu-check,
  .menu-heart,
  .menu-doctor {
    font-size: 18px;
  }

  .menu-plus,
  .menu-question {
    font-size: 24px;
  }

  .menu-syringe::before {
    width: 38px;
    height: 9px;
  }

  .menu-syringe::after {
    width: 11px;
    height: 11px;
    border-width: 2px;
    transform: translateX(20px);
  }

  .menu-grid b {
    min-height: 20px;
    display: grid;
    place-items: center;
    color: #2f2930;
    font-size: 13px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .menu-grid em {
    display: none;
  }

  .menu-grid strong {
    min-height: 25px;
    padding: 0 7px;
    font-size: 9px;
    white-space: nowrap;
  }

  .menu-grid strong::after {
    content: "›";
    margin-left: 4px;
    font-size: 16px;
    line-height: 0;
  }

  .concerns {
    display: none;
  }

  .split-panel {
    display: grid;
    gap: 14px;
    padding: 12px 14px 28px;
    text-align: center;
  }

  .assessment-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    min-height: 0;
    margin-bottom: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff4f8;
    object-fit: contain;
    object-position: center;
    box-shadow: 0 12px 28px rgba(162, 84, 107, 0.12);
  }

  .cta-card {
    padding: 2px 8px 4px;
    background: transparent;
  }

  .cta-card h2 {
    max-width: 310px;
    margin: 0 auto 8px;
    font-size: 23px;
    line-height: 1.34;
  }

  .cta-card p {
    max-width: 324px;
    margin: 0 auto 16px;
    color: #373137;
    font-size: 16px;
    line-height: 1.68;
  }

  .cta-card .primary-button {
    width: min(100%, 324px);
    min-height: 56px;
    margin: 0 auto;
    font-size: 17px;
  }

  .steps-card {
    border: 0;
    padding: 0 8px;
    background: transparent;
  }

  .steps-card h2 {
    display: none;
  }

  .steps {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 10px;
    margin-top: 2px;
  }

  .steps details {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  .steps summary {
    min-height: 64px;
    padding: 0;
    font-size: 22px;
    line-height: 1.35;
  }

  .assessment .steps summary {
    width: 100%;
  }

  .steps p {
    border-top: 0;
    padding: 0 0 18px;
    font-size: 17px;
    line-height: 1.8;
  }

  .doctor-photo {
    display: none;
  }

  .results {
    padding-top: 28px;
  }

  .results-copy {
    display: none;
  }

  .results .section-title {
    display: grid;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .results .section-title h2 {
    font-size: 28px;
    line-height: 1.32;
  }

  .results .section-title p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.72;
  }

  .results .pill-link {
    width: 100%;
    min-height: 56px;
    justify-content: center;
    font-size: 17px;
  }

  .results-banner {
    margin-bottom: 16px;
    border-radius: 12px;
  }

  .results-main-link {
    min-height: 58px;
    margin-bottom: 18px;
    font-size: 17px;
  }

  .reviews-page-banner-wrap {
    padding: 0 !important;
  }

  .reviews-page-banner,
  .page-banner-wrap {
    padding: 0 !important;
  }

  .reviews-page-banner,
  .page-top-banner {
    margin: 0;
    border-radius: 8px;
  }

  .page-banner-wrap .search-box {
    width: calc(100% - 24px);
    margin: 12px 12px 14px;
  }

  .results-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .review-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .review-tabs::-webkit-scrollbar {
    display: none;
  }

  .review-tabs button,
  .review-tabs span {
    flex: 0 0 auto;
  }

  .before-after-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .review-section-head h1,
  .review-section-head h2 {
    font-size: 26px;
    line-height: 1.28;
  }

  .review-section-head p {
    font-size: 14px;
    line-height: 1.55;
  }

  .before-after-grid img {
    aspect-ratio: 1 / 1.18;
  }

  .before-after-grid b,
  .before-after-grid span {
    padding: 0 14px;
  }

  .before-after-grid b {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.35;
  }

  .before-after-grid span {
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 1.5;
  }

  .image-review-card b,
  .image-review-card span {
    display: none;
  }

  .video-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 0;
    padding: 14px;
    background: #fff;
  }

  .video-embed-card {
    display: block;
    padding: 8px;
  }

  .play {
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .video-card b,
  .video-card span {
    grid-column: 2;
  }

  .video-card b {
    align-self: end;
    line-height: 1.35;
  }

  .video-card span {
    align-self: start;
    font-size: 13px;
    line-height: 1.45;
  }

  .case-card {
    display: none;
  }

  .comment-card {
    min-height: 150px;
    padding: 18px;
  }

  .process {
    padding-bottom: 22px;
    text-align: left;
  }

  .process-banner {
    width: calc(100% + 12px);
    max-width: none;
    margin: -6px -6px -42px;
  }

  .process-detail-layout {
    position: relative;
    display: block;
    margin-top: 0;
    z-index: 1;
  }

  .process-detail-layout img {
    display: none;
  }

  .process-flow {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 0;
    margin: 18px 8px 0;
    border: 1px solid rgba(245, 191, 208, 0.76);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(162, 84, 107, 0.11);
    overflow: hidden;
  }

  .process-flow details {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
  }

  .process-flow summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding: 0 14px;
    font-size: 18px;
    line-height: 1.35;
  }

  .process-flow summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--rose);
    font-size: 24px;
    font-weight: 800;
  }

  .process-flow details[open] summary::after {
    content: "-";
  }

  .process-flow span {
    display: none !important;
  }

  .process-flow b {
    flex: 1 1 auto;
    min-width: 0;
  }

  .process-flow b,
  .process-flow p {
    margin-top: 0;
  }

  .process-flow p {
    padding: 0 14px 14px;
    border-top: 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .process-flow .primary-button {
    width: 100%;
    margin-top: 14px;
  }

  .services {
    padding: 12px 14px 26px;
  }

  .services-banner {
    width: calc(100% + 12px);
    margin: -6px -6px 0;
    border-radius: 12px;
  }

  .services-main-link {
    min-height: 56px;
    margin-top: 14px;
    font-size: 17px;
  }

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

  .service-grid article {
    min-height: 132px;
    padding: 12px;
    background: linear-gradient(180deg, #fff, #fff7f9);
  }

  .doctor-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 12px 14px 18px;
  }

  .doctor-banner {
    width: calc(100% + 12px);
    margin: -6px -6px 0;
    border-radius: 12px;
  }

  .doctor-main-link {
    min-height: 54px;
    font-size: 16px;
  }

  .doctor-highlights {
    gap: 7px;
  }

  .doctor-highlights p {
    border-radius: 12px;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .knowledge-card {
    display: none;
  }

  .faq-box button,
  .faq-box details {
    border: 1px solid var(--line);
    border-radius: 10px;
    margin-top: 10px;
    padding: 0 14px;
    background: #fff;
  }

  .faq-banner {
    width: calc(100% + 12px);
    margin: -6px -6px 12px;
    border-radius: 12px;
  }

  .faq-main-link {
    min-height: 54px;
    margin-top: 14px;
    font-size: 16px;
  }

  .contact-banner {
    width: calc(100% + 12px);
    margin: -6px -6px 12px;
    border-radius: 12px;
  }

  .branch-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .branch-grid article {
    display: grid;
    grid-template-columns: 68px 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 74px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    padding: 8px;
  }

  .branch-grid b {
    line-height: 1.35;
  }

  .faq-box details p {
    padding-bottom: 14px;
  }

  .branch-grid img {
    width: 68px;
    height: 58px;
    border-radius: 8px;
    object-fit: cover;
  }

  .branch-grid span {
    display: none;
  }

  .branch-grid a {
    min-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 12px;
  }

  .subpage .subpage-hero {
    padding: 28px 18px;
  }

  .subpage h1 {
    font-size: 34px;
  }

  .faq-library,
  .service-page-grid {
    grid-template-columns: 1fr;
  }

  .faq-page .faq-library {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-top: 14px;
    padding-bottom: 6px;
  }

  .faq-page .faq-library a {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .faq-category {
    margin-top: 12px;
    padding: 22px 18px;
  }

  .faq-category summary {
    min-height: 58px;
    font-size: 17px;
    line-height: 1.45;
  }

  .about-page {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .about-poster {
    padding: 10px;
  }

  .about-hero-chips {
    gap: 10px;
    justify-content: space-around;
    margin-top: 10px;
    font-size: 13px;
  }

  .about-alert {
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 16px;
    text-align: left;
  }

  .alert-mark {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    font-size: 42px;
  }

  .about-alert > p:last-child {
    grid-column: 1 / -1;
    padding: 14px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
    font-size: 15px;
    line-height: 1.7;
  }

  .about-alert h1,
  .about-note h2 {
    font-size: 22px;
  }

  .about-steps-banner {
    width: calc(100% + 16px);
    max-width: none;
    margin: -8px -8px 8px;
    border-radius: 8px;
  }

  .about-steps h2 {
    max-width: calc(100% - 12px);
    margin: 10px auto 14px;
    padding: 0 6px;
    font-size: 22px;
    line-height: 1.35;
  }

  .about-goal {
    margin-top: 14px;
    padding: 14px;
    font-size: 15px;
    line-height: 1.6;
  }

  .about-reasons > div,
  .about-note,
  .doctor-license,
  .about-fit-grid {
    grid-template-columns: 1fr;
  }

  .about-reasons > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding-bottom: 0;
  }

  .about-reasons article {
    display: block;
    min-height: 104px;
    padding: 12px 10px;
    text-align: center;
  }

  .about-step-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    padding-bottom: 0;
  }

  .about-step-row article {
    display: block;
    min-height: 104px;
    padding: 12px 10px;
    text-align: center;
  }

  .about-note {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
    padding-bottom: 16px;
    text-align: center;
  }

  .about-note img {
    width: calc(100% + 4px);
    max-height: none;
    margin: 0 -2px;
    object-fit: contain;
    object-position: center;
  }

  .about-note > div {
    padding: 0 18px;
  }

  .about-note h2 {
    margin: 0 0 10px;
    font-size: 24px;
  }

  .about-note p {
    margin: 0;
    font-size: 15px;
    line-height: 1.72;
  }

  .about-priorities,
  .about-confidence {
    margin-top: 18px;
    padding: 16px;
  }

  .about-priorities h2 {
    margin-bottom: 14px;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 1.35;
  }

  .about-priorities > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .about-priorities article {
    min-height: 128px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    padding: 12px 10px;
  }

  .about-priorities article:not(:last-child) {
    border-right: 1px solid var(--line);
  }

  .about-priorities span {
    width: 46px;
    height: 46px;
    margin-bottom: 7px;
    border-radius: 50%;
    font-size: 22px;
  }

  .about-priorities b {
    font-size: 13px;
    line-height: 1.35;
  }

  .about-priorities p {
    font-size: 12px;
  }

  .about-confidence {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-confidence h2 {
    min-height: 58px;
    font-size: 24px;
  }

  .about-confidence ul {
    font-size: 14px;
    line-height: 1.8;
  }

  .about-reasons b,
  .about-step-row b {
    margin: 9px 0 4px;
    font-size: 13px;
    line-height: 1.4;
  }

  .about-reasons p,
  .about-step-row p {
    font-size: 12px;
    line-height: 1.42;
  }

  .about-step-row article:not(:last-child)::after {
    content: "";
    display: none;
  }

  .doctor-license {
    text-align: center;
    gap: 10px;
    padding: 14px 14px 18px;
  }

  .doctor-license img {
    width: 100%;
    max-height: none;
    margin: 0 auto;
    border-radius: 8px;
    object-fit: contain;
    object-position: center;
  }

  .doctor-license > div {
    padding: 0 4px;
  }

  .doctor-license ul {
    display: inline-block;
    text-align: left;
  }

  .doctor-profile-detail {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .doctor-profile-detail article {
    padding: 16px;
  }

  .doctor-profile-detail h2 {
    font-size: 20px;
  }

  .admin-panel {
    padding: 22px 18px;
  }

  .admin-section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    gap: 14px;
  }

  .final-cta {
    text-align: center;
  }

  .final-cta img {
    display: block;
    margin-bottom: 14px;
  }

  .final-actions {
    grid-template-columns: minmax(0, 1.35fr) minmax(78px, 0.65fr);
    gap: 8px;
  }

  .final-actions .primary-button,
  .final-actions .secondary-button {
    min-height: 50px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.25;
  }

  .site-footer {
    margin-bottom: 118px;
    text-align: center;
  }

  .mobile-bottom-bar {
    position: fixed;
    right: 9px;
    bottom: 10px;
    left: 9px;
    z-index: 40;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr 0.85fr;
    gap: 8px;
    width: min(100% - 18px, 430px);
    margin: 0 auto;
    border: 1px solid rgba(243, 217, 225, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    padding: 8px;
    box-shadow: 0 12px 34px rgba(108, 49, 66, 0.18);
    backdrop-filter: blur(18px);
  }

  .mobile-bottom-bar a {
    display: grid;
    min-height: 38px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--rose-dark);
    font-size: 12px;
    font-weight: 800;
  }

  .mobile-bottom-bar .bottom-line {
    border-color: transparent;
    background: var(--green);
    color: #fff;
  }

  .mobile-bottom-bar .bottom-primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--rose), #ed7799);
    color: #fff;
  }
}

@media (min-width: 520px) and (max-width: 760px) {
  .about-step-row,
  .about-reasons > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
