/* Doctor Detail Page Template */
.sfc-doctor-detail-page { overflow: hidden; background: var(--sfc-white); }
.sfc-doctor-detail-page .sfc-btn { min-height: 46px; padding: 13px 24px; font-size: .95rem; }

.sfc-doctor-hero { position: relative; padding: clamp(54px, 5vw, 92px) 0 clamp(72px, 6vw, 118px); color: var(--sfc-white); }
.sfc-doctor-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(34px, 6vw, 92px); align-items: center; }
.sfc-doctor-hero__media { overflow: hidden; border-radius: 8px; box-shadow: 0 22px 60px rgba(0,0,0,.22); background: rgba(255,255,255,.06); }
.sfc-doctor-hero__media img { width: 100%; height: clamp(310px, 34vw, 560px); object-fit: cover; object-position: center; }
.sfc-doctor-hero h1 { color: var(--sfc-white); font-size: clamp(2rem, 3.2vw, 4.2rem); }
.sfc-doctor-hero__subtitle { margin: 0 0 16px; color: var(--sfc-white); font-weight: 900; line-height: 1.35; }
.sfc-doctor-hero__text { max-width: 720px; margin-bottom: 24px; color: rgba(255,255,255,.92); font-weight: 650; line-height: 1.55; }
.sfc-doctor-hero__text p { margin-bottom: 12px; }

.sfc-doctor-brush { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2; height: clamp(40px, 5vw, 78px); background-repeat: no-repeat; background-position: center bottom; background-size: 100% 100%; pointer-events: none; }
.sfc-doctor-brush--white { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 84' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 58c69 8 123-10 196-8 87 3 124 22 211 15 84-7 132-25 216-20 88 6 136 31 224 26 82-5 128-29 211-22 84 7 131 29 216 25 70-3 108-18 166-18v28H0V58Z'/%3E%3Cpath fill='%23ffffff' d='M0 72c82-3 163-11 245-12 76-1 151 5 227 2 95-4 189-20 283-19 92 1 184 20 276 18 93-2 185-23 278-21 45 1 88 9 131 16v28H0V72Z' opacity='.9'/%3E%3C/svg%3E"); }
.sfc-doctor-brush--red { bottom: -2px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Cpath fill='%23f2382a' d='M0 60c78-8 151-18 230-16 88 2 174 22 262 19 87-3 169-28 256-25 78 3 153 27 231 27 76 0 148-20 224-22 81-2 159 17 237 24v21H0V60Z'/%3E%3Cpath fill='%23f2382a' d='M0 76c115-7 227 2 340-2 124-4 244-27 368-25 114 2 225 25 339 22 134-4 257-35 393-13v30H0V76Z' opacity='.88'/%3E%3C/svg%3E"); }

.sfc-doctor-stats { padding: clamp(38px, 4vw, 66px) 0 clamp(34px, 4vw, 58px); }
.sfc-doctor-stats__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(18px, 3vw, 44px); align-items: start; justify-content: center; }
.sfc-doctor-stat { text-align: center; color: var(--sfc-blue-dark); }
.sfc-doctor-stat__icon { display: grid; place-items: center; width: clamp(64px, 6vw, 94px); height: clamp(64px, 6vw, 94px); margin: 0 auto 12px; color: var(--sfc-red); }
.sfc-doctor-stat__icon svg, .sfc-doctor-stat__icon img { width: 100%; height: 100%; object-fit: contain; }
.sfc-doctor-stat h2 { max-width: 170px; margin: 0 auto; font-size: clamp(.92rem, 1vw, 1.1rem); line-height: 1.18; letter-spacing: -.02em; }
.sfc-doctor-stat p { margin: 6px 0 0; color: var(--sfc-gray); font-size: .9rem; }

.sfc-doctor-mission, .sfc-doctor-beyond { padding: clamp(42px, 5vw, 92px) 0; }
.sfc-doctor-mission__grid, .sfc-doctor-beyond__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr); gap: clamp(32px, 6vw, 92px); align-items: center; }
.sfc-doctor-mission h2, .sfc-doctor-beyond h2 { color: var(--sfc-blue-dark); font-size: clamp(2rem, 2.8vw, 3.35rem); }
.sfc-doctor-rich { color: var(--sfc-blue-dark); font-weight: 500; line-height: 1.55; }
.sfc-doctor-rich p { margin-bottom: 15px; }
.sfc-doctor-checklist { display: grid; gap: 10px; margin: 20px 0 28px; padding: 0; list-style: none; }
.sfc-doctor-checklist li { position: relative; padding-left: 30px; color: var(--sfc-blue-dark); font-weight: 650; }
.sfc-doctor-checklist li::before { content: "✓"; position: absolute; top: .08em; left: 0; display: grid; place-items: center; width: 20px; height: 20px; color: var(--sfc-blue-dark); border: 2px solid var(--sfc-blue-dark); border-radius: 50%; font-size: 11px; font-weight: 900; line-height: 1; }
.sfc-doctor-mission__media img, .sfc-doctor-beyond__media img { width: 100%; aspect-ratio: 4 / 4.15; object-fit: cover; border-radius: 8px; box-shadow: 0 16px 40px rgba(7,22,34,.1); }
.sfc-doctor-beyond__grid { grid-template-columns: minmax(320px, .85fr) minmax(0, 1fr); }

.sfc-doctor-reviews { padding: clamp(30px, 4vw, 74px) 0 clamp(56px, 6vw, 100px); }
.sfc-doctor-reviews__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sfc-doctor-review { padding: clamp(24px, 3vw, 34px); background: var(--sfc-white); border: 1px solid rgba(7,22,34,.1); border-radius: 10px; box-shadow: 0 14px 36px rgba(7,22,34,.1); }
.sfc-doctor-review__head { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.sfc-doctor-review__avatar { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto; color: var(--sfc-white); background: var(--sfc-blue); border-radius: 50%; font-weight: 900; }
.sfc-doctor-review h3 { margin: 0 0 2px; color: var(--sfc-blue-dark); font-size: 1rem; letter-spacing: -.02em; }
.sfc-doctor-stars { color: var(--sfc-red); letter-spacing: .05em; }
.sfc-doctor-review p { margin: 0 0 14px; color: var(--sfc-blue-dark); font-size: .95rem; line-height: 1.55; }
.sfc-doctor-review small { color: var(--sfc-gray); font-size: .82rem; font-weight: 700; }

.sfc-doctor-approach { position: relative; padding: clamp(72px, 7vw, 122px) 0 clamp(110px, 9vw, 160px); }
.sfc-doctor-section-head { margin-bottom: 38px; }
.sfc-doctor-section-head h2 { color: inherit; font-size: clamp(2rem, 3vw, 3.35rem); }
.sfc-doctor-section-head p { margin: 0 0 22px; color: rgba(255,255,255,.86); font-weight: 800; }
.sfc-doctor-section-head span { display: block; width: 74px; height: 2px; background: currentColor; opacity: .7; }
.sfc-doctor-approach__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2.3vw, 34px); }
.sfc-doctor-step { min-height: 310px; padding: clamp(28px, 3.2vw, 42px) clamp(18px, 2.2vw, 28px); color: var(--sfc-blue-dark); background: var(--sfc-white); border-radius: 8px; text-align: center; box-shadow: 0 18px 42px rgba(0,0,0,.12); }
.sfc-doctor-step__top { display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 24px; }
.sfc-doctor-step__top > span:first-child { display: grid; place-items: center; width: 62px; height: 62px; color: var(--sfc-white); background: var(--sfc-red); border-radius: 50%; font-size: 1.7rem; font-weight: 900; }
.sfc-doctor-step__icon { display: grid; place-items: center; width: 56px; height: 56px; color: var(--sfc-white); background: var(--sfc-red); border-radius: 50%; }
.sfc-doctor-step__icon svg, .sfc-doctor-step__icon img { width: 62%; height: 62%; object-fit: contain; }
.sfc-doctor-step h3 { font-size: 1.1rem; letter-spacing: -.02em; }
.sfc-doctor-step p { margin: 0; color: var(--sfc-blue-dark); font-size: .94rem; line-height: 1.55; }

.sfc-doctor-lifestyle { padding: clamp(68px, 7vw, 118px) 0 0; text-align: center; }
.sfc-doctor-lifestyle__inner { max-width: 1040px; }
.sfc-doctor-lifestyle__logo { width: clamp(86px, 8vw, 132px); margin: 0 auto 28px; }
.sfc-doctor-lifestyle h2 { max-width: 860px; margin: 0 auto 22px; color: var(--sfc-white); font-size: clamp(2rem, 3.15vw, 3.4rem); }
.sfc-doctor-lifestyle__intro { max-width: 760px; margin: 0 auto 28px; color: var(--sfc-white); font-weight: 850; line-height: 1.45; }
.sfc-doctor-lifestyle__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 3vw, 38px); margin-top: clamp(46px, 5vw, 78px); transform: translateY(64px); }
.sfc-doctor-lifestyle-card { position: relative; overflow: hidden; min-height: clamp(310px, 24vw, 410px); color: var(--sfc-white); background: var(--sfc-blue-dark); border-radius: 7px; box-shadow: 0 18px 42px rgba(0,0,0,.2); text-align: left; }
.sfc-doctor-lifestyle-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sfc-doctor-lifestyle-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,22,34,.08) 0%, rgba(7,22,34,.72) 48%, rgba(7,22,34,.96) 100%); }
.sfc-doctor-lifestyle-card__content { position: absolute; inset: auto 0 0; z-index: 2; padding: clamp(22px, 2.5vw, 34px); }
.sfc-doctor-lifestyle-card h3 { color: var(--sfc-white); font-size: clamp(1.35rem, 1.8vw, 1.85rem); }
.sfc-doctor-lifestyle-card p { margin-bottom: 24px; color: rgba(255,255,255,.92); font-size: .96rem; font-weight: 700; line-height: 1.45; }
.sfc-doctor-lifestyle-card a { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding-top: 18px; color: var(--sfc-white); border-top: 1px solid rgba(255,255,255,.34); font-size: .92rem; font-weight: 700; }
.sfc-doctor-lifestyle-card a span { display: grid; place-items: center; width: 24px; height: 24px; color: var(--sfc-blue-dark); background: var(--sfc-white); border-radius: 50%; font-size: 1.2rem; }

.sfc-doctor-cta { padding: clamp(116px, 11vw, 190px) 0 clamp(72px, 8vw, 132px); }
.sfc-doctor-cta__card { max-width: 720px; margin: 0 auto; padding: clamp(44px, 6vw, 82px); color: var(--sfc-white); background: var(--sfc-blue); border-radius: 8px; text-align: center; }
.sfc-doctor-cta__card > img { width: clamp(74px, 7vw, 112px); margin: 0 auto 24px; }
.sfc-doctor-cta h2 { max-width: 560px; margin: 0 auto 22px; color: var(--sfc-white); font-size: clamp(2rem, 3vw, 3.25rem); }
.sfc-doctor-cta p { color: var(--sfc-white); font-weight: 700; }
.sfc-doctor-cta__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 32px auto 24px; }
.sfc-doctor-cta small { color: rgba(255,255,255,.85); font-weight: 700; }

@media (max-width: 1100px) {
  .sfc-doctor-stats__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sfc-doctor-approach__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .sfc-doctor-hero__grid, .sfc-doctor-mission__grid, .sfc-doctor-beyond__grid { grid-template-columns: 1fr; }
  .sfc-doctor-hero__media { order: 2; }
  .sfc-doctor-beyond__media { order: 2; }
  .sfc-doctor-reviews__grid, .sfc-doctor-lifestyle__cards { grid-template-columns: 1fr; }
  .sfc-doctor-lifestyle__cards { transform: none; }
  .sfc-doctor-cta { padding-top: clamp(64px, 8vw, 100px); }
}
@media (max-width: 640px) {
  .sfc-doctor-hero { padding-top: 38px; }
  .sfc-doctor-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sfc-doctor-approach__grid { grid-template-columns: 1fr; }
  .sfc-doctor-cta__actions { grid-template-columns: 1fr; }
  .sfc-doctor-cta__card { padding: 36px 20px; }
}

/* Stable circular CTA arrows across lifestyle cards */
.sfc-doctor-lifestyle-card a span,
.sfc-team-lifestyle-card a span,
.sfc-story-lifestyle-card a span,
.sfc-testimonials-lifestyle-card a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.sfc-doctor-lifestyle-card a span::before,
.sfc-team-lifestyle-card a span::before,
.sfc-story-lifestyle-card a span::before,
.sfc-testimonials-lifestyle-card a span::before {
  content: "\2192";
  display: block;
  color: var(--sfc-blue-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transform: translateX(1px);
}
