:root {
  --primary-900: #3f523e;
  --primary-700: #728c70;
  --primary-500: #8aa087;
  --green-500: #728c70;
  --green-600: #5f775d;
  --sand-300: #b6ac85;
  --sand-400: #a89d75;
  --bg-main: #f8f6ee;
  --bg-soft: #d7d4bb;
  --surface: #fefefe;
  --border: rgba(63, 82, 62, 0.16);
  --shadow: 0 18px 42px rgba(63, 82, 62, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1220px, 92vw);
  --transition: 0.28s ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  background: radial-gradient(circle at 90% -5%, rgba(114, 140, 112, 0.25), transparent 34%),
    radial-gradient(circle at 5% 0%, rgba(182, 172, 133, 0.25), transparent 38%),
    var(--bg-main);
  color: var(--primary-900);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(166, 154, 115, 0.95);
  outline-offset: 2px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-family: "Inter Tight", "Inter", sans-serif;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

.shell,
.container,
.container-full {
  width: var(--container);
  margin: 0 auto;
}

.container-full {
  width: min(1320px, 95vw);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(16px);
  background: transparent;
  border-bottom: 0;
  padding-top: 0.06rem;
  padding-bottom: 0.04rem;
}

.site-notice {
  background: rgba(63, 82, 62, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-notice p {
  width: var(--container);
  margin: 0 auto;
  padding: 0.48rem 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
}

.site-header .shell {
  min-height: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 0.42rem;
  width: fit-content;
  max-width: min(98vw, 1680px);
  border: 1px solid rgba(63, 82, 62, 0.08);
  border-radius: 16px;
  background: rgba(248, 246, 238, 0.88);
  padding-block: 0.04rem;
  padding-inline: 0.26rem;
}

.brand {
  display: inline-block;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.brand-logo {
  width: auto;
  height: 124px;
  max-width: min(66vw, 620px);
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
}

.brand-copy {
  display: inline-grid;
}

.brand-copy strong {
  font-size: 1.06rem;
  color: var(--primary-900);
}

.brand-copy small {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--green-600);
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  justify-self: end;
}

.lang-switcher {
  position: relative;
}

.lang-toggle {
  min-width: 54px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-900);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.26rem;
  padding: 0 0.62rem;
  font-weight: 700;
  cursor: pointer;
}

.lang-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lang-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.lang-current {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 0.38rem);
  right: 0;
  min-width: 126px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 0.26rem;
  display: none;
  z-index: 95;
}

.lang-switcher.is-open .lang-menu {
  display: grid;
  gap: 0.12rem;
}

.lang-option {
  border: 0;
  background: transparent;
  color: var(--primary-900);
  border-radius: 8px;
  text-align: left;
  padding: 0.44rem 0.55rem;
  font-weight: 600;
  cursor: pointer;
}

.lang-option:hover,
.lang-option:focus-visible,
.lang-option.is-active {
  background: rgba(114, 140, 112, 0.2);
}

.site-nav-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  color: var(--primary-700);
  padding: 0.58rem 0.82rem;
  border-radius: 999px;
  transition: background-color var(--transition), color var(--transition);
}

.site-nav-link:hover,
.site-nav-link:focus-visible,
.site-nav-link.is-active {
  color: var(--primary-900);
  background: rgba(114, 140, 112, 0.2);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.62rem;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--primary-900);
  margin-bottom: 5px;
}

.menu-toggle span:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.74rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition), color var(--transition);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(140deg, var(--primary-700), var(--primary-500));
  box-shadow: 0 12px 28px rgba(45, 62, 44, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.16);
  color: var(--primary-900);
  border-color: rgba(63, 82, 62, 0.26);
}

.btn-ghost {
  background: #fff;
  color: var(--primary-900);
  border-color: rgba(63, 82, 62, 0.25);
}

.text-link,
.button-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: var(--primary-900);
  font-weight: 700;
}

.text-link::after,
.button-link::after {
  content: "->";
  font-size: 0.84rem;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.24rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(63, 82, 62, 0.2);
  background: rgba(114, 140, 112, 0.14);
  color: var(--primary-700);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
}

.section,
.section-spacing {
  padding: clamp(3.2rem, 6vw, 5.4rem) 0;
}

.section-spacing-bottom {
  padding-bottom: clamp(3.2rem, 6vw, 5.4rem);
}

.section.alt {
  background: linear-gradient(180deg, rgba(254, 254, 254, 0.74), rgba(215, 212, 187, 0.44));
}

.hero-section {
  padding: 1.08rem 0 0.72rem;
}

.coming-hero {
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  border: 1px solid rgba(114, 140, 112, 0.22);
  background:
    radial-gradient(circle at 12% 18%, rgba(210, 201, 167, 0.5), transparent 44%),
    radial-gradient(circle at 78% 84%, rgba(194, 181, 144, 0.36), transparent 42%),
    linear-gradient(160deg, #f5efe1 0%, #efe7d6 48%, #f7f0e3 100%);
  box-shadow: 0 26px 55px rgba(25, 47, 36, 0.19);
  min-height: clamp(420px, 66vh, 620px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  grid-template-rows: auto 1fr;
  align-items: center;
  column-gap: clamp(0.8rem, 2.2vw, 2rem);
  row-gap: clamp(0.56rem, 1.3vw, 1.18rem);
  padding: clamp(0.9rem, 2.2vw, 1.45rem) clamp(0.9rem, 2.4vw, 2.2rem) clamp(0.96rem, 2.2vw, 1.48rem);
}

.coming-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.62), transparent 42%),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.46), transparent 38%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.34), transparent 40%);
  pointer-events: none;
}

.coming-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(171deg, rgba(126, 150, 121, 0.09), transparent 32%),
    repeating-linear-gradient(
      167deg,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 2px,
      transparent 2px,
      transparent 34px
    );
  opacity: 0.58;
  pointer-events: none;
}

.coming-hero-content,
.coming-hero-visual {
  position: relative;
  z-index: 2;
}

.coming-hero-content {
  grid-column: 1;
  grid-row: 2;
  padding: 0 clamp(0.4rem, 2vw, 1.8rem) 0 clamp(0.3rem, 0.8vw, 0.6rem);
  display: grid;
  gap: 0.52rem;
  align-content: start;
}

.coming-kicker {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: clamp(0.6rem, 1.6vw, 1.1rem);
  color: var(--sand-400);
  font-size: clamp(1.68rem, 4.2vw, 2.9rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0;
}

.coming-kicker::before,
.coming-kicker::after {
  content: "";
  width: clamp(60px, 8vw, 110px);
  height: 3px;
  background: rgba(114, 140, 112, 0.44);
  border-radius: 999px;
}

.coming-title {
  color: var(--primary-900);
  font-size: clamp(1.85rem, 4.4vw, 3.4rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 0.96;
}

.coming-subtitle {
  color: var(--sand-400);
  font-size: clamp(1.22rem, 2.4vw, 2.2rem);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.coming-doctor {
  margin-top: clamp(0.25rem, 0.6vw, 0.54rem);
  color: var(--primary-900);
  font-size: clamp(1.55rem, 3.2vw, 2.6rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.01em;
}

.coming-doctor span {
  display: block;
  margin-top: 0.3rem;
  font-size: clamp(0.92rem, 1.5vw, 1.3rem);
  color: rgba(63, 82, 62, 0.85);
  font-weight: 600;
  line-height: 1.2;
}

.coming-contact {
  list-style: none;
  display: grid;
  gap: 0.2rem;
  margin-top: 0.24rem;
}

.coming-contact li {
  color: var(--primary-900);
  font-size: clamp(1.06rem, 1.85vw, 1.95rem);
  font-weight: 700;
  max-width: 34ch;
  line-height: 1.18;
}

.coming-contact li:first-child {
  color: var(--green-600);
  text-decoration: underline;
  text-underline-offset: 0.13em;
}

.coming-contact a {
  text-decoration: inherit;
}

.coming-note {
  position: absolute;
  right: clamp(1rem, 2.6vw, 2rem);
  bottom: clamp(0.7rem, 1.6vw, 1.2rem);
  margin: 0;
  color: var(--primary-700);
  font-size: clamp(0.96rem, 2vw, 2rem);
  font-style: normal;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.05;
  text-align: right;
  white-space: nowrap;
}

.coming-status {
  width: 100%;
  margin: clamp(0.45rem, 1.1vw, 0.9rem) auto 0;
  color: var(--sand-400);
  font-size: clamp(0.95rem, 1.35vw, 1.45rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.coming-hero-visual {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  display: grid;
  justify-items: center;
  padding: 0 clamp(0.1rem, 0.6vw, 0.4rem) clamp(0.1rem, 0.5vw, 0.4rem);
  position: relative;
}

.coming-doctor-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: none;
}

.coming-photo-frame {
  width: clamp(180px, 22vw, 300px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.98);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
}

.coming-cert-mark {
  position: absolute;
  right: clamp(-0.02rem, 0.8vw, 0.34rem);
  bottom: clamp(-0.22rem, 0.45vw, 0.06rem);
  width: clamp(52px, 5.2vw, 84px);
  opacity: 0.82;
  filter: saturate(0.75) contrast(1.08);
}

.hero-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--primary-700);
  min-height: clamp(520px, 74vh, 760px);
  box-shadow: 0 26px 55px rgba(25, 47, 36, 0.27);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  opacity: 0.2;
  transform: scale(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(114, 140, 112, 0.56) 0%, rgba(114, 140, 112, 0.42) 46%, rgba(114, 140, 112, 0.15) 100%);
}

.hero-content-wrap {
  position: relative;
  z-index: 2;
  min-height: inherit;
  padding: clamp(1.6rem, 4vw, 2.8rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.2rem;
  align-items: end;
}

.hero-content {
  max-width: 620px;
  display: grid;
  gap: 1rem;
}

.section-title-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 999px;
  padding: 0.26rem 0.74rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.section-title-badge-light {
  background: rgba(255, 255, 255, 0.16);
}

.pre-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
}

.hero-title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.8rem);
}

.hero-description {
  color: rgba(255, 255, 255, 0.9);
  max-width: 56ch;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-avatar-wrap {
  display: grid;
  gap: 0.5rem;
  width: min(310px, 100%);
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-md);
  border: 1px solid rgba(63, 82, 62, 0.2);
  box-shadow: var(--shadow);
  padding: 0.8rem;
}

.hero-avatar-image {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.avatar-image {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: contain;
  border: 2px solid #fff;
  box-shadow: 0 7px 15px rgba(45, 62, 44, 0.15);
}

.avatar-image.left {
  margin-right: -8px;
}

.rating-image-wrap {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sand-400);
  color: #fff;
  margin-left: 4px;
}

.hero-avatar-content {
  font-weight: 600;
  color: var(--primary-700);
  font-size: 0.92rem;
}

.w-layout-grid,
.grid-2,
.grid-3,
.grid-4,
.metric-grid,
.footer-grid,
.profile-grid,
.agenda-grid {
  display: grid;
  gap: 1rem;
}

.grid-2,
.profile-grid,
.agenda-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.grid-about {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: start;
  gap: 1.2rem;
}

.about-visual,
.about-content-wrap {
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.about-image-wrap {
  position: relative;
  margin-top: 0.7rem;
  border-radius: 20px;
  min-height: 320px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, rgba(114, 140, 112, 0.15), rgba(182, 172, 133, 0.25));
}

.about-image {
  width: min(250px, 85%);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(45, 62, 44, 0.2));
}

.pending-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(63, 82, 62, 0.86);
  color: #fff;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.36rem 0.62rem;
}

.about-content {
  display: grid;
  gap: 0.9rem;
}

.about-title {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.about-description,
.section-head p,
.review-description,
.service-description,
.rich-content p,
.rich-content li,
.footer-main p,
.footer-links li,
.footer-hours li,
.panel li,
.service-card p,
.resource-card p,
.blog-card p {
  color: var(--primary-700);
}

.grid-about-feature {
  margin-top: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adv-card,
.about-feature-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 10px 24px rgba(45, 62, 44, 0.08);
  padding: 0.9rem;
  display: grid;
  gap: 0.55rem;
}

.adv-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, rgba(114, 140, 112, 0.2), rgba(182, 172, 133, 0.2));
}

.adv-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--primary-700);
}

.service-section-title,
.case-study-section-title-wrap,
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.section-head {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem;
}

.service-section-title h2,
.case-study-section-title h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.grid-service {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.resource-card,
.blog-card,
.stat-card,
.future-team-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 12px 28px rgba(45, 62, 44, 0.08);
  padding: 1rem;
}

.service-card {
  display: grid;
  gap: 0.68rem;
}

.service-image-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 170px;
  background: linear-gradient(140deg, rgba(114, 140, 112, 0.18), rgba(182, 172, 133, 0.22));
  display: grid;
  place-items: center;
}

.service-image {
  width: min(150px, 54%);
  height: auto;
  filter: drop-shadow(0 11px 24px rgba(45, 62, 44, 0.2));
}

.service-hover-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(63, 82, 62, 0.9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.service-info {
  display: grid;
  gap: 0.62rem;
}

.service-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.service-badge {
  font-size: 0.79rem;
  font-weight: 600;
  border-radius: 999px;
  background: rgba(182, 172, 133, 0.25);
  border: 1px solid rgba(166, 154, 115, 0.45);
  padding: 0.3rem 0.55rem;
}

.service-card h3,
.resource-card h3,
.blog-card h3,
.future-team-card h3,
.stat-card h3 {
  font-size: 1.24rem;
}

.service-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.service-list li {
  font-size: 0.79rem;
  font-weight: 600;
  border-radius: 999px;
  background: rgba(182, 172, 133, 0.25);
  border: 1px solid rgba(166, 154, 115, 0.45);
  padding: 0.3rem 0.55rem;
}

.bg-team-section {
  background: var(--primary-700);
  color: #fff;
}

.bg-team-section .team-section-title-center {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 1.3rem;
  display: grid;
  gap: 0.8rem;
}

.bg-team-section .team-section-title-center h2,
.bg-team-section .team-section-title-center p {
  color: #fff;
}

.profile-grid .profile-visual,
.profile-grid .profile-content .panel {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.38);
}

.profile-visual {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.profile-visual img {
  width: min(250px, 82%);
  height: auto;
}

.profile-content {
  display: grid;
  gap: 0.85rem;
}

.panel {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.9rem;
}

.panel h3 {
  margin-bottom: 0.44rem;
}

.panel ul {
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.panel li {
  position: relative;
  padding-left: 1rem;
}

.panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-600);
}

.appointment-section {
  padding-top: 2.6rem;
}

.agenda-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 1.1rem;
  display: grid;
  gap: 0.7rem;
}

.agenda-card h3 {
  font-size: 1.45rem;
}

.agenda-flow {
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.agenda-flow li {
  border-radius: 12px;
  background: rgba(245, 243, 236, 0.96);
  border: 1px solid var(--border);
  padding: 0.68rem 0.78rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.review-wrap {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
}

.review-title-wrap {
  display: grid;
  gap: 0.8rem;
}

.review-title-wrap h2 {
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.review-content {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: linear-gradient(145deg, var(--bg-main), var(--surface));
  padding: 1rem;
}

.testimonial {
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.testimonial blockquote {
  margin: 0;
  font-size: clamp(1.04rem, 2.2vw, 1.27rem);
  font-weight: 600;
  color: var(--primary-900);
}

.testimonial figcaption {
  font-weight: 700;
  color: var(--green-600);
}

.testimonial-controls {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.55rem;
}

.testimonial-controls button {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--primary-900);
  cursor: pointer;
}

.stats-section {
  padding: 0 0 clamp(2.6rem, 4vw, 3.6rem);
}

.grid-stats-item {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.stat-card h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  color: var(--primary-900);
}

.stat-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.case-study-section-title {
  display: grid;
  gap: 0.5rem;
}

.case-study-button {
  padding-bottom: 0.2rem;
}

.resource-card,
.blog-card {
  display: grid;
  gap: 0.58rem;
}

.pill {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(182, 172, 133, 0.25);
  border: 1px solid rgba(166, 154, 115, 0.44);
  padding: 0.22rem 0.52rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--green-600);
  font-weight: 700;
}

.cta-section .cta-wrap {
  background: var(--primary-700);
  color: #fff;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 48px rgba(22, 43, 34, 0.33);
  padding: clamp(1rem, 3vw, 2rem);
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
}

.cta-title-wrap {
  display: grid;
  gap: 0.8rem;
}

.cta-title {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.cta-title-wrap p,
.cta-detail {
  color: rgba(255, 255, 255, 0.92);
}

.cta-image {
  width: min(240px, 100%);
  justify-self: end;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.24));
}

.cta-banner {
  border-radius: var(--radius-xl);
  background: var(--primary-700);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 48px rgba(22, 43, 34, 0.33);
  padding: clamp(1rem, 3vw, 2rem);
  display: grid;
  gap: 0.8rem;
  color: #fff;
}

.cta-banner h2 {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 60ch;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.page-hero {
  padding: 1.4rem 0 1.1rem;
}

.page-hero-wrap {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
  padding: clamp(1rem, 3vw, 1.9rem);
}

.page-hero-wrap h1 {
  margin-top: 0.44rem;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
}

.page-hero-wrap p {
  margin-top: 0.65rem;
  color: var(--primary-700);
  max-width: 66ch;
}

.metric-grid {
  margin-top: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: rgba(248, 246, 238, 0.86);
  padding: 0.75rem;
}

.metric strong {
  display: block;
  font-size: 1.24rem;
}

.metric span {
  color: var(--primary-700);
  font-size: 0.92rem;
}

.rich-content {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 10px 24px rgba(45, 62, 44, 0.08);
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
}

.rich-content ul {
  margin: 0;
  padding-left: 1.06rem;
}

.selector-wrap {
  display: grid;
  gap: 0.7rem;
}

.button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.date-btn,
.slot-btn {
  min-height: 40px;
  padding: 0.42rem 0.6rem;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--primary-900);
  font-weight: 600;
  cursor: pointer;
}

.date-btn:disabled,
.slot-btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  background: rgba(182, 172, 133, 0.25);
}

.date-btn.is-active,
.slot-btn.is-active {
  background: var(--primary-900);
  border-color: var(--primary-900);
  color: #fff;
}

.summary-chip {
  border-radius: 10px;
  border: 1px dashed rgba(63, 82, 62, 0.34);
  background: rgba(182, 172, 133, 0.2);
  padding: 0.6rem 0.74rem;
  font-weight: 600;
}

.form-grid {
  display: grid;
  gap: 0.72rem;
}

.form-row-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.form-field {
  display: grid;
  gap: 0.35rem;
}

.form-field label {
  font-size: 0.9rem;
  font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.56rem 0.62rem;
  font: inherit;
  color: var(--primary-900);
}

.form-field input:invalid,
.form-field textarea:invalid,
.form-field select:invalid {
  border-color: rgba(143, 41, 41, 0.45);
}

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

.consent-box {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: var(--primary-700);
}

.consent-box input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0.16rem;
}

.consent-box a {
  text-decoration: underline;
  font-weight: 700;
}

.form-note {
  border-radius: 10px;
  border: 1px dashed rgba(63, 82, 62, 0.3);
  background: rgba(248, 246, 238, 0.95);
  padding: 0.6rem 0.72rem;
  font-size: 0.88rem;
  color: var(--primary-700);
}

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

.confirmation {
  display: none;
  border-radius: 10px;
  border: 1px solid rgba(120, 146, 115, 0.44);
  background: rgba(114, 140, 112, 0.18);
  padding: 0.68rem 0.78rem;
  white-space: pre-line;
}

.confirmation.is-visible {
  display: block;
}

.confirmation.is-error {
  border-color: rgba(143, 41, 41, 0.48);
  background: rgba(200, 88, 88, 0.16);
  color: #661d1d;
}

.is-hidden {
  display: none !important;
}

.appointment-history {
  border-radius: 10px;
  border: 1px dashed rgba(63, 82, 62, 0.32);
  background: rgba(248, 246, 238, 0.7);
  padding: 0.7rem 0.8rem;
  display: grid;
  gap: 0.5rem;
}

.appointment-history p {
  color: var(--primary-700);
}

.appointment-history ul {
  list-style: none;
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
}

.appointment-history li {
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.55rem 0.65rem;
  color: var(--primary-700);
  font-size: 0.92rem;
  display: grid;
  gap: 0.4rem;
}

.appointment-history strong {
  color: var(--primary-900);
}

.appointment-history small {
  color: var(--primary-700);
}

.appointment-history-actions {
  display: flex;
  justify-content: flex-end;
}

.appointment-remove-btn {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--primary-900);
  padding: 0.3rem 0.7rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.72rem 0.84rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-item p {
  margin-top: 0.5rem;
  color: var(--primary-700);
}

.site-footer {
  margin-top: 2.2rem;
  background: var(--primary-700);
  color: #fff;
  padding: 2.2rem 0 1.2rem;
}

.footer-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
  align-items: start;
}

.footer-main,
.footer-links,
.footer-hours {
  display: grid;
  gap: 0.55rem;
}

.footer-main h2,
.footer-links h3,
.footer-hours h3 {
  color: #fff;
}

.footer-contact-list,
.footer-links ul,
.footer-hours ul {
  list-style: none;
  display: grid;
  gap: 0.28rem;
}

.footer-main p,
.footer-links li,
.footer-hours li,
.footer-legal-list li,
.footer-bottom p {
  color: rgba(255, 255, 255, 0.84);
}

.footer-contact-list a,
.footer-links a,
.footer-hours a,
.footer-legal-list a {
  text-decoration: none;
}

.footer-contact-list a:hover,
.footer-links a:hover,
.footer-hours a:hover,
.footer-legal-list a:hover {
  color: #fff;
}

.footer-legal {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.4rem;
}

.footer-legal h3 {
  color: #fff;
  font-size: 0.96rem;
}

.footer-legal-list {
  list-style: none;
  display: grid;
  gap: 0.26rem;
}

.footer-bottom {
  margin-top: 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer-disclaimer {
  max-width: 540px;
  font-size: 0.84rem;
}

.powered-by {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}

.footer-cmlayer-link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-left: 0;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  transition: color var(--transition);
}

.footer-cmlayer-link:hover,
.footer-cmlayer-link:focus-visible {
  color: var(--sand-300);
}

.footer-cmlayer-logo {
  width: 53px;
  height: 53px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: -0.16rem;
  background-color: currentColor;
  -webkit-mask: url("../img/B01.png") no-repeat center / contain;
  mask: url("../img/B01.png") no-repeat center / contain;
  transition: transform var(--transition);
}

.footer-cmlayer-link span:last-child {
  margin-left: -0.36rem;
}

.footer-cmlayer-link:hover .footer-cmlayer-logo,
.footer-cmlayer-link:focus-visible .footer-cmlayer-logo {
  transform: scale(1.05);
}

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

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

@media (max-width: 1120px) {
  .coming-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    min-height: unset;
    border-radius: 36px;
    padding: 1rem 1rem 1.1rem;
  }

  .coming-kicker {
    justify-self: start;
    font-size: clamp(1.5rem, 6.8vw, 2.3rem);
  }

  .coming-kicker::before,
  .coming-kicker::after {
    width: 52px;
    height: 2px;
  }

  .coming-hero-content {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }

  .coming-hero-visual {
    grid-column: 1;
    grid-row: 3;
    justify-items: start;
    padding: 0.2rem 0 0;
  }

  .coming-photo-frame {
    width: min(300px, 66vw);
  }

  .coming-note {
    position: static;
    grid-column: 1;
    grid-row: 4;
    justify-self: start;
    margin-top: 0.45rem;
    white-space: normal;
    text-align: left;
    font-size: clamp(1.06rem, 3.3vw, 1.5rem);
  }

  .coming-status {
    font-size: clamp(0.92rem, 2.5vw, 1.15rem);
  }

  .site-header .shell {
    grid-template-columns: auto auto auto;
  }

  .btn-top-cta {
    display: none;
  }

  .grid-about,
  .profile-grid,
  .agenda-grid,
  .review-wrap,
  .cta-section .cta-wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-image {
    justify-self: start;
  }

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

@media (max-width: 920px) {
  .brand-logo {
    height: 104px;
    max-width: min(70vw, 520px);
  }

  .coming-title {
    font-size: clamp(1.6rem, 6.8vw, 2.35rem);
  }

  .coming-subtitle {
    font-size: clamp(1.16rem, 4.8vw, 1.6rem);
  }

  .coming-doctor {
    font-size: clamp(1.12rem, 5vw, 1.6rem);
  }

  .coming-doctor span {
    font-size: clamp(0.9rem, 3.8vw, 1.08rem);
  }

  .coming-contact li {
    font-size: clamp(0.96rem, 4.2vw, 1.18rem);
  }

  .coming-status {
    font-size: clamp(0.9rem, 2.8vw, 1.04rem);
  }

  .coming-cert-mark {
    right: 0.2rem;
    bottom: -0.04rem;
    width: clamp(50px, 11vw, 70px);
    opacity: 0.74;
  }

  .site-nav {
    display: none;
    position: absolute;
    inset: calc(100% - 8px) 0 auto auto;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 0.6rem;
    flex-direction: column;
    align-items: stretch;
    min-width: min(88vw, 360px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav-link {
    border-radius: 10px;
    padding: 0.68rem 0.8rem;
    font-size: 0.98rem;
  }

  .site-header .shell {
    min-height: 0;
    padding: 0;
    position: relative;
    width: fit-content;
    max-width: 96vw;
    border-radius: 14px;
    padding-inline: 0.24rem;
  }

  .header-actions {
    gap: 0.36rem;
  }

  .lang-toggle {
    height: 40px;
    min-width: 52px;
    padding: 0 0.55rem;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .hero-content-wrap {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-avatar-wrap {
    width: 100%;
  }

  .grid-3,
  .metric-grid,
  .grid-stats-item,
  .grid-about-feature,
  .form-row-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .coming-hero {
    border-radius: 24px;
    padding: 0.78rem 0.76rem 0.88rem;
  }

  .coming-hero-content {
    gap: 0.48rem;
    padding: 0;
  }

  .coming-kicker::before,
  .coming-kicker::after {
    width: 24px;
    height: 2px;
  }

  .coming-kicker {
    font-size: clamp(1.08rem, 6.6vw, 1.45rem);
    gap: 0.4rem;
    letter-spacing: 0.04em;
  }

  .coming-title {
    font-size: clamp(1.3rem, 8.2vw, 1.8rem);
  }

  .coming-subtitle {
    font-size: clamp(1.02rem, 5.5vw, 1.35rem);
  }

  .coming-doctor {
    font-size: clamp(1.02rem, 6vw, 1.34rem);
  }

  .coming-doctor span {
    font-size: clamp(0.84rem, 4.4vw, 0.98rem);
  }

  .coming-contact li {
    font-size: clamp(0.9rem, 4.7vw, 1.05rem);
    line-height: 1.2;
  }

  .coming-photo-frame {
    width: min(230px, 82vw);
  }

  .coming-note {
    margin-top: 0.15rem;
    font-size: clamp(0.96rem, 5.4vw, 1.16rem);
  }

  .coming-status {
    width: 100%;
    max-width: 100%;
    margin-top: 0.56rem;
    font-size: clamp(0.82rem, 4vw, 0.92rem);
  }

  .coming-cert-mark {
    width: clamp(44px, 14vw, 62px);
    right: 0;
    bottom: -0.2rem;
  }

  .brand-logo {
    height: 92px;
    max-width: min(68vw, 280px);
  }

  .site-header {
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
  }

  .site-header .shell {
    width: fit-content;
    max-width: 96vw;
    border-radius: 12px;
    padding-inline: 0.2rem;
  }

  .lang-toggle {
    height: 36px;
    min-width: 48px;
    padding: 0 0.5rem;
  }

  .lang-current {
    font-size: 0.68rem;
  }

  .site-notice p {
    font-size: 0.78rem;
    padding: 0.44rem 0;
    text-align: left;
  }

  .brand-copy strong {
    font-size: 0.98rem;
  }

  .brand-copy small {
    letter-spacing: 0.16em;
  }

  .section,
  .section-spacing {
    padding: 2.7rem 0;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .grid-service,
  .grid-about-feature,
  .metric-grid,
  .grid-stats-item,
  .form-row-2 {
    grid-template-columns: 1fr;
  }

  .service-section-title,
  .case-study-section-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .powered-by {
    align-self: flex-end;
  }
}
