:root {
  --navy: #07184c;
  --navy-soft: #14245b;
  --gold: #b8842e;
  --gold-soft: #d9b76a;
  --gold-pale: #f7ecd4;
  --ink: #1f2440;
  --muted: #545b75;
  --line: #e9dac4;
  --card: #ffffff;
  --page: #ffffff;
  --shadow: 0 12px 28px rgba(20, 18, 42, 0.08);
  --glass-bg:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.12) 34%, transparent 58%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 250, 241, 0.38) 48%, rgba(242, 231, 211, 0.28));
  --glass-border: rgba(255, 255, 255, 0.68);
  --glass-line: rgba(197, 158, 91, 0.26);
  --glass-shadow:
    0 18px 42px rgba(31, 28, 56, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(184, 132, 46, 0.08);
  --glass-blur: blur(18px) saturate(1.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 86px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0, rgba(219, 195, 139, 0.16), transparent 44%),
    #f7f5f0;
  color: var(--ink);
  font-family: "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

.site-shell {
  width: min(100%, 864px);
  margin: 0 auto;
  background: var(--page);
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 55px rgba(97, 76, 44, 0.12);
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 78px;
  display: flex;
  align-items: flex-start;
  padding: 16px 12px 0 44px;
}

.brand-mark {
  width: 96px;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 14px rgba(156, 118, 48, 0.08));
}

.brand-mark img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.site-nav {
  margin-left: 24px;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #0e1637;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a {
  transition: color 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
  color: var(--gold);
}

.nav-line {
  min-height: 28px;
  height: 28px;
  margin-left: 8px;
  padding: 3px 8px 3px 5px;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 18px rgba(174, 128, 42, 0.08);
  font-size: 12px;
}

.nav-line:hover {
  color: var(--gold);
}

.nav-line span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: #fff;
  font-size: 7px;
  font-weight: 800;
}

.lang-switch {
  height: 28px;
  margin-left: auto;
  padding: 3px;
  border: 1px solid rgba(184, 132, 46, 0.45);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(255, 255, 255, 0.86);
}

.lang-switch button {
  width: 30px;
  height: 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--gold);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.lang-switch button.is-active {
  background: var(--gold);
  color: #fff;
}

html[lang="en"] .site-nav {
  gap: 8px;
  font-size: 11.5px;
}

html[lang="en"] .hero-copy p {
  font-size: 14.5px;
}

html[lang="en"] .hero-feature-strip p,
html[lang="en"] .about-cards h3 {
  font-size: 11.5px;
}

html[lang="en"] .program-card h3 {
  font-size: 14px;
}

html[lang="en"] .program-card div {
  padding-top: 12px;
}

html[lang="en"] .program-card p,
html[lang="en"] .notice-card li {
  font-size: 10.2px;
  line-height: 1.38;
}

html[lang="en"] .notice-card h3 {
  font-size: 14.5px;
}

html[lang="en"] .appointment-copy h2 {
  font-size: 15px;
  line-height: 1.25;
  white-space: normal;
}

.menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  margin-left: auto;
  border: 1px solid rgba(184, 132, 46, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  border-radius: 4px;
}

.menu-toggle span + span {
  margin-top: 5px;
}

.hero-section {
  min-height: 514px;
  position: relative;
  padding-top: 104px;
  background:
    radial-gradient(ellipse at 68% 38%, rgba(228, 209, 174, 0.22), transparent 38%),
    linear-gradient(108deg, rgba(255, 255, 255, 0) 0 55%, rgba(255, 248, 236, 0.86) 72%, rgba(255, 255, 255, 0.62) 100%);
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1.5px solid rgba(187, 140, 55, 0.45);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.hero-section::before {
  width: 485px;
  height: 635px;
  left: -285px;
  top: -113px;
}

.hero-section::after {
  width: 430px;
  height: 525px;
  right: -265px;
  top: 96px;
  border-left-color: transparent;
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: 535px;
  margin-left: 76px;
  text-align: center;
}

.hero-copy h1 {
  margin: 0;
  color: var(--navy);
  font-size: 45px;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 800;
}

.hero-copy h1 span {
  display: block;
}

.hero-title-en {
  font-size: 36px;
  line-height: 1.08;
  white-space: nowrap;
}

.hero-title-th {
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.18;
  white-space: nowrap;
}

.hero-copy p {
  width: 100%;
  margin: 13px auto 0;
  color: #202946;
  font-size: 14.6px;
  font-weight: 600;
  line-height: 1.48;
  text-wrap: pretty;
}

.hero-copy > p {
  text-align: left;
}

.hero-copy p .hero-line {
  display: block;
}

.hero-copy p .hero-line + .hero-line {
  margin-top: 2px;
}

.hero-copy p .hero-note {
  margin-top: 5px;
  color: #3f465e;
  font-size: 0.95em;
}

.hero-doctor-card {
  width: 430px;
  min-height: 92px;
  margin: 14px auto 0;
  padding: 10px 13px;
  border-radius: 9px;
  border: 1px solid rgba(226, 211, 188, 0.62);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 12px 28px rgba(38, 28, 55, 0.06);
  backdrop-filter: blur(14px);
  text-align: left;
}

.hero-doctor-card img {
  width: 72px;
  height: 72px;
}

.hero-doctor-card h2 {
  font-size: 13.5px;
  margin-bottom: 1px;
}

.hero-doctor-card h3 {
  font-size: 14px;
}

.hero-doctor-card p {
  margin: 1px 0;
  font-size: 10.8px;
  line-height: 1.35;
}

.hero-doctor-card .clinic-name-lockup {
  margin-top: 4px;
  color: var(--gold);
  font-size: 10.5px;
  line-height: 1.28;
  font-weight: 800;
}

.hero-doctor-card .clinic-name-lockup span {
  display: block;
  white-space: nowrap;
}

.hero-doctor {
  position: absolute;
  right: 8px;
  top: 58px;
  width: 350px;
  height: 460px;
  object-fit: cover;
  object-position: center top;
  z-index: 2;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 15%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 15%, #000 100%);
}

.hero-feature-strip {
  position: relative;
  z-index: 5;
  width: 426px;
  height: 134px;
  margin: 20px 0 0 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(199, 171, 127, 0.74);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.hero-feature-strip article {
  min-height: 0;
  height: 134px;
  padding: 15px 8px 8px;
  text-align: center;
  border-left: 1px solid #eee3d5;
}

.hero-feature-strip article:first-child {
  border-left: 0;
}

.hero-feature-strip img {
  width: 57px;
  height: 57px;
  object-fit: cover;
  margin: 0 auto 8px;
  mix-blend-mode: multiply;
}

.hero-feature-strip p {
  margin: 0;
  color: #151936;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.primary-line {
  position: relative;
  z-index: 6;
  margin: 13px 0 0 176px;
  width: 234px;
  min-height: 58px;
  border-radius: 15px;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 17px 9px 14px;
  box-shadow: 0 14px 24px rgba(7, 24, 76, 0.2);
}

.line-bubble {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  position: relative;
}

.line-bubble::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: -6px;
  border-style: solid;
  border-width: 8px 5px 0 0;
  border-color: #fff transparent transparent transparent;
}

.primary-line strong {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 21px 45px 12px;
  background:
    linear-gradient(180deg, #fff 0, #fff 66%, #fffaf2 100%);
}

.about-copy,
.about-video {
  min-width: 0;
}

.about-copy h2,
.contact-section h2 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.35;
  font-weight: 800;
}

.about-copy p {
  margin: 0;
  color: #343a58;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
}

.ghost-button {
  margin-top: 10px;
  width: 111px;
  height: 34px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(184, 132, 46, 0.55);
  border-radius: 999px;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.ghost-button::after {
  content: "";
  width: 23px;
  height: 23px;
  margin-left: 10px;
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 43%, var(--gold) 45% 55%, transparent 57%) center / 10px 10px no-repeat,
    #fff;
  box-shadow: inset 0 0 0 1px rgba(184, 132, 46, 0.23);
}

.read-more-wrap {
  position: relative;
  display: inline-block;
}

.read-more-popover {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(440px, calc(100vw - 40px));
  max-height: 64vh;
  overflow-y: auto;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid rgba(226, 211, 188, 0.9);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(31, 28, 56, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  z-index: 40;
}

.read-more-popover p {
  margin: 0 0 10px;
  color: #343a58;
  font-size: 12.5px;
  line-height: 1.62;
  font-weight: 500;
}

.read-more-popover p:last-child {
  margin-bottom: 0;
}

.read-more-wrap:hover .read-more-popover,
.read-more-wrap:focus-within .read-more-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: stretch;
}

.about-cards article {
  min-height: 132px;
  border-radius: 10px;
  border: 1px solid rgba(224, 208, 184, 0.8);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(255, 255, 255, 0.98));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 17px 9px 12px;
  box-shadow: 0 11px 24px rgba(31, 28, 56, 0.06);
}

.about-cards img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 12px;
}

.about-cards h3 {
  margin: 0;
  color: #141a3d;
  text-align: center;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.3;
}

.about-video {
  position: relative;
  width: min(100%, 460px);
  justify-self: end;
  aspect-ratio: auto;
  min-height: 0;
  height: 259px;
  max-height: 259px;
  border-radius: 10px;
  border: 1px solid rgba(224, 208, 184, 0.8);
  background: #06123c;
  overflow: hidden;
  box-shadow: 0 11px 24px rgba(31, 28, 56, 0.08);
}

.about-video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.program-section {
  padding: 4px 40px 0;
}

.section-heading {
  margin: 0 auto 13px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  color: var(--navy);
}

.section-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 132, 46, 0.58));
}

.section-heading span:last-child {
  background: linear-gradient(90deg, rgba(184, 132, 46, 0.58), transparent);
}

.section-heading h2 {
  margin: 0;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 16px;
}

.program-card {
  min-height: 142px;
  overflow: hidden;
  border-radius: 9px;
  border: 1px solid rgba(226, 211, 188, 0.82);
  background: #fff;
  box-shadow: 0 8px 22px rgba(38, 28, 55, 0.055);
  display: grid;
  grid-template-columns: 108px 1fr;
}

.program-card img {
  width: 108px;
  height: 142px;
  object-fit: cover;
  object-position: center center;
}

.program-card:nth-child(2) img {
  object-position: center top;
}

.program-card:nth-child(4) img {
  object-position: 44% center;
}

.program-card div {
  padding: 14px 12px 10px;
  min-width: 0;
}

.program-card h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.28;
  font-weight: 800;
}

.program-card p {
  margin: 0;
  color: #2f3554;
  font-size: 10.8px;
  font-weight: 500;
  line-height: 1.42;
}

.steps-section {
  padding: 22px 30px 0;
}

.steps-section .section-heading {
  margin-bottom: 12px;
}

.step-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
}

.step-list::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 62px;
  right: 62px;
  border-top: 2px dotted #d4b56a;
}

.step-list li {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--navy);
}

.step-list img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  margin: 0 auto 4px;
  border-radius: 50%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(31, 28, 56, 0.055);
}

.step-list b {
  width: 21px;
  height: 21px;
  margin: 0 auto 5px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.step-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.notice-section {
  padding: 22px 39px 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.notice-card {
  min-height: 218px;
  min-width: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 211, 188, 0.86);
  border-radius: 9px;
  background: #fff;
  padding: 18px 16px 12px 18px;
  box-shadow: 0 8px 22px rgba(38, 28, 55, 0.055);
}

.notice-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.notice-card > div {
  position: relative;
  z-index: 1;
}

.notice-card ul,
.appointment-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-card li {
  position: relative;
  padding-left: 18px;
  color: #2f3554;
  font-size: 11px;
  line-height: 1.42;
  font-weight: 500;
}

.notice-card li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
  background:
    linear-gradient(135deg, transparent 45%, #fff 48% 56%, transparent 59%),
    var(--gold);
}

.notice-card img {
  position: absolute;
  right: 7px;
  bottom: 4px;
  width: 82px;
  opacity: 0.22;
  mix-blend-mode: multiply;
  z-index: 0;
}

#prep-info .notice-card img {
  display: none;
}

.notice-card:nth-child(2) img {
  width: 100px;
  right: -2px;
  bottom: -2px;
}

.notice-card:nth-child(3) img {
  width: 78px;
  right: 5px;
  bottom: 2px;
}

.faq-section {
  padding: 24px 32px 0;
  position: relative;
  z-index: 8;
}

.faq-section .section-heading {
  margin-bottom: 15px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}

.faq-card {
  min-height: 168px;
  min-width: 0;
  border-radius: 9px;
  border: 1px solid rgba(226, 211, 188, 0.82);
  background:
    radial-gradient(circle at 92% 14%, rgba(223, 188, 99, 0.16) 0 38px, transparent 39px),
    linear-gradient(180deg, #fff 0%, #fffaf3 100%);
  box-shadow: 0 8px 22px rgba(38, 28, 55, 0.055);
  padding: 18px 14px 14px;
  position: relative;
  z-index: 1;
}

.faq-card:hover,
.faq-card:focus-within {
  z-index: 8;
}

.faq-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 13.8px;
  line-height: 1.32;
  font-weight: 800;
  display: flex;
  gap: 6px;
  align-items: flex-start;
  overflow-wrap: anywhere;
}

.faq-card h3 span,
.faq-card p span {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: inline;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.32;
  font-style: normal;
  font-weight: 800;
}

.faq-card h3 span::after,
.faq-card p span::after {
  content: ":";
}

.faq-card h3 em,
.faq-card p em {
  font-style: normal;
}

.faq-card p {
  margin: 0;
  color: #2f3554;
  font-size: 10.6px;
  line-height: 1.38;
  font-weight: 500;
  display: flex;
  gap: 6px;
  align-items: flex-start;
  overflow-wrap: anywhere;
}

.faq-card p span {
  color: var(--gold);
}

.faq-card > p em {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.faq-popover {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  bottom: auto;
  width: min(330px, calc(100vw - 48px));
  padding: 14px 15px;
  border-radius: 10px;
  border: 1px solid rgba(226, 211, 188, 0.9);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(31, 28, 56, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px) scale(0.97);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 50;
}

.faq-popover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  bottom: auto;
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid rgba(226, 211, 188, 0.9);
  border-top: 1px solid rgba(226, 211, 188, 0.9);
  transform: translateX(-50%) rotate(45deg);
}

.faq-popover p {
  display: block;
  margin: 0;
  font-size: 12.2px;
  line-height: 1.5;
  color: #263052;
}

.faq-card:hover .faq-popover,
.faq-card:focus-within .faq-popover {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.faq-card:first-child .faq-popover {
  left: 0;
  transform: translate(0, -8px) scale(0.97);
}

.faq-card:first-child .faq-popover::after {
  left: 42px;
}

.faq-card:first-child:hover .faq-popover,
.faq-card:first-child:focus-within .faq-popover {
  transform: translate(0, 0) scale(1);
}

.faq-card:last-child .faq-popover {
  right: 0;
  left: auto;
  transform: translate(0, -8px) scale(0.97);
}

.faq-card:last-child .faq-popover::after {
  right: 42px;
  left: auto;
  transform: rotate(45deg);
}

.faq-card:last-child:hover .faq-popover,
.faq-card:last-child:focus-within .faq-popover {
  transform: translate(0, 0) scale(1);
}

.article-section {
  padding: 2px 32px 0;
}

.article-section .section-heading {
  margin-bottom: 15px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 100%;
}

.article-card {
  position: relative;
  min-height: 238px;
  min-width: 0;
  border-radius: 9px;
  border: 1px solid rgba(226, 211, 188, 0.82);
  background: #fff;
  box-shadow: 0 8px 22px rgba(38, 28, 55, 0.055);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  z-index: 1;
}

.article-card:hover,
.article-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(38, 28, 55, 0.12);
  z-index: 9;
}

.article-source {
  display: inline-block;
  margin-top: 9px;
  color: var(--gold);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.article-popover {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  width: min(460px, calc(100vw - 40px));
  max-height: min(68vh, 560px);
  padding: 15px 16px;
  background: #fff;
  border: 1px solid rgba(226, 211, 188, 0.9);
  border-radius: 11px;
  box-shadow: 0 18px 40px rgba(31, 28, 56, 0.18);
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  z-index: 20;
}

.article-popover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 14px;
  height: 14px;
  background: #fff;
  border-right: 1px solid rgba(226, 211, 188, 0.9);
  border-bottom: 1px solid rgba(226, 211, 188, 0.9);
  transform: translate(-50%, -50%) rotate(45deg);
}

.article-popover p {
  margin: 0;
  color: #2f3554;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  white-space: pre-line;
}

.article-card:hover .article-popover,
.article-card:focus-within .article-popover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.article-card:first-child .article-popover {
  left: 0;
  transform: translate(0, 8px);
}

.article-card:first-child .article-popover::after {
  left: 42px;
}

.article-card:first-child:hover .article-popover,
.article-card:first-child:focus-within .article-popover {
  transform: translate(0, 0);
}

.article-card:last-child .article-popover {
  left: auto;
  right: 0;
  transform: translate(0, 8px);
}

.article-card:last-child .article-popover::after {
  left: auto;
  right: 42px;
}

.article-card:last-child:hover .article-popover,
.article-card:last-child:focus-within .article-popover {
  transform: translate(0, 0);
}

.article-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-bottom: 1px solid rgba(226, 211, 188, 0.72);
  border-radius: 8px 8px 0 0;
}

.article-card div {
  padding: 12px 13px 14px;
}

.article-card h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.article-card p {
  margin: 0;
  color: #2f3554;
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.clinic-section {
  padding: 24px 20px 0;
  position: relative;
  z-index: 3;
}

.clinic-section .section-heading {
  margin-bottom: 15px;
}

.clinic-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  overflow: visible;
}

.clinic-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(226, 211, 188, 0.6);
  box-shadow: 0 10px 24px rgba(38, 28, 55, 0.08);
  animation: clinicPhotoMotion 7s ease-in-out infinite alternate;
  transform-origin: center;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  will-change: transform, filter;
  cursor: zoom-in;
}

.clinic-gallery img:hover,
.clinic-gallery img:focus {
  transform: scale(1.035);
  box-shadow: 0 18px 40px rgba(38, 28, 55, 0.16);
  outline: none;
}

.image-preview {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 34px;
  background: rgba(7, 15, 45, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.image-preview.is-visible {
  opacity: 1;
}

.image-preview img {
  width: min(88vw, 920px);
  max-height: 84vh;
  object-fit: contain;
  padding: 8px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  transform: scale(0.98);
  transition: transform 160ms ease;
}

.image-preview.is-visible img {
  transform: scale(1);
}

.clinic-gallery img:nth-child(2n) {
  animation-delay: -2s;
}

.clinic-gallery img:nth-child(3n) {
  animation-delay: -4s;
}

@keyframes clinicPhotoMotion {
  0% {
    filter: saturate(1) brightness(1);
    box-shadow: 0 10px 24px rgba(38, 28, 55, 0.08);
  }

  100% {
    filter: saturate(1.08) brightness(1.03);
    box-shadow: 0 16px 34px rgba(38, 28, 55, 0.14);
  }
}

.contact-section {
  margin: 17px 32px 9px;
  min-height: 264px;
  display: block;
  border: 1px solid rgba(226, 211, 188, 0.9);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(38, 28, 55, 0.055);
  overflow: hidden;
}

.doctor-card,
.appointment-card {
  padding: 16px 20px;
  display: grid;
  align-items: center;
}

.doctor-card {
  grid-template-columns: 96px 1fr;
  gap: 14px;
}

.doctor-card img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.doctor-card h2,
.appointment-card h2 {
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.doctor-card h3 {
  margin: 0 0 2px;
  color: #141a3d;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  overflow-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
}

.doctor-card p {
  margin: 2px 0;
  color: #313651;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}

.appointment-card {
  grid-template-columns: 1fr 112px 125px;
  grid-template-rows: auto auto 104px;
  gap: 8px 14px;
}

.appointment-copy {
  display: contents;
}

.appointment-copy h2 {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 2px;
  justify-self: center;
  text-align: center;
  white-space: normal;
}

.appointment-copy ul {
  grid-column: 1;
  grid-row: 2;
}

.appointment-card li {
  position: relative;
  min-height: 25px;
  padding-left: 31px;
  margin-top: 5px;
  color: #1d243f;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 600;
}

.appointment-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #070707;
}

.appointment-card li:nth-child(1)::after,
.appointment-card li:nth-child(2)::after,
.appointment-card li:nth-child(3)::after,
.appointment-card li:nth-child(4)::after {
  position: absolute;
  left: 6px;
  top: 5px;
  width: 11px;
  height: 11px;
  color: #fff;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  font-weight: 800;
}

.appointment-card li:nth-child(1)::before {
  background: url("assets/icons/website-logo.svg") center / cover no-repeat;
}

.appointment-card li:nth-child(2)::before {
  background: url("assets/icons/phone-logo.svg") center / cover no-repeat;
}

.appointment-card li:nth-child(1)::after,
.appointment-card li:nth-child(2)::after {
  content: none;
}

.appointment-card li:nth-child(3)::before {
  background: url("assets/icons/line-logo.svg") center / cover no-repeat;
}

.appointment-card li:nth-child(3)::after {
  content: none;
}

.appointment-card li:nth-child(4)::before {
  background: url("assets/icons/facebook-logo.svg") center / cover no-repeat;
}

.appointment-card li:nth-child(4)::after {
  content: none;
}

.appointment-card li:nth-child(5)::before {
  background: url("assets/icons/tiktok-logo.svg") center / cover no-repeat;
}

.appointment-card li:nth-child(5)::after {
  content: none;
}

.appointment-card li a {
  color: inherit;
  text-decoration: none;
}

.qr-link {
  grid-column: 2;
  grid-row: 2;
  width: 112px;
  height: 112px;
  display: block;
  cursor: pointer;
}

.qr {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.line-note {
  grid-column: 3;
  grid-row: 2;
  margin: 0;
  color: #39405f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.42;
}

.contact-map {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  height: 104px;
  border: 1px solid rgba(226, 211, 188, 0.75);
  border-radius: 8px;
  overflow: hidden;
}

.line-note strong {
  color: var(--gold);
  font-size: 13px;
}

.line-note a {
  color: inherit;
  text-decoration: none;
}

.footer-bar {
  padding: 0 31px 8px;
  text-align: center;
}

.disclaimer {
  width: min(100%, 655px);
  min-height: 29px;
  margin: 18px auto 0;
  border: 1px solid rgba(184, 132, 46, 0.48);
  border-radius: 999px;
  color: #9b6f26;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.disclaimer::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 12px;
  border-radius: 50%;
  border: 1px solid rgba(184, 132, 46, 0.48);
  background:
    linear-gradient(60deg, transparent 44%, var(--gold) 47% 53%, transparent 56%) 8px 7px / 10px 12px no-repeat,
    #fff;
}

.footer-bar p:last-child {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px 18px;
  flex-wrap: wrap;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  white-space: normal;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 120;
  width: min(820px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(184, 132, 46, 0.38);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(31, 28, 56, 0.16);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-consent.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.cookie-copy h2 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.cookie-copy p {
  margin: 0;
  color: #2f3554;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cookie-button {
  min-width: 82px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-button.primary {
  background: var(--gold);
  color: #fff;
}

.cookie-button.ghost {
  background: #fff;
  color: var(--gold);
}

.hero-doctor-card,
.hero-feature-strip,
.about-cards article,
.about-video,
.program-card,
.notice-card,
.faq-card,
.article-card,
.contact-section,
.doctor-card,
.appointment-card,
.cookie-consent,
.image-preview img {
  border-color: var(--glass-border);
  background: var(--glass-bg);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
}

.hero-feature-strip article,
.article-card img,
.contact-map {
  border-color: var(--glass-line);
}

.program-card,
.notice-card,
.faq-card,
.article-card,
.contact-section,
.hero-doctor-card,
.hero-feature-strip,
.about-video,
.cookie-consent {
  position: relative;
  isolation: isolate;
}

.program-card::before,
.notice-card::before,
.faq-card::before,
.article-card::before,
.contact-section::before,
.hero-doctor-card::before,
.hero-feature-strip::before,
.about-video::before,
.cookie-consent::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.52), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.34), transparent 28%);
  pointer-events: none;
  z-index: -1;
}

.clinic-gallery img {
  padding: 5px;
  border-color: var(--glass-border);
  background: var(--glass-bg);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
}

.read-more-popover,
.faq-popover,
.article-popover {
  background: #fffaf5;
  border-color: rgba(205, 171, 113, 0.95);
  box-shadow: 0 20px 44px rgba(17, 24, 55, 0.22);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.read-more-popover::before,
.faq-popover::before,
.article-popover::before {
  display: none;
}

.faq-popover::after,
.article-popover::after {
  background: #fffaf5;
}

.line-bubble,
.step-list img,
.disclaimer {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 241, 0.34));
  border-color: var(--glass-border);
  box-shadow:
    0 10px 24px rgba(31, 28, 56, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
  backdrop-filter: blur(14px) saturate(1.18);
}

@media (max-width: 820px) {
  .topbar {
    position: fixed;
    height: 64px;
    align-items: center;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.68);
    border-bottom: 1px solid rgba(226, 211, 188, 0.48);
    backdrop-filter: blur(16px);
  }

  .brand-mark {
    width: 52px;
  }

  .menu-toggle {
    display: block;
    margin-left: 10px;
  }

  .site-nav {
    position: absolute;
    top: 64px;
    left: auto;
    right: 16px;
    width: fit-content;
    max-width: calc(100vw - 32px);
    margin: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(226, 211, 188, 0.62);
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 16px 36px rgba(31, 28, 56, 0.12);
    backdrop-filter: blur(16px);
    font-size: 14px;
  }

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

  .site-nav a {
    width: fit-content;
    min-width: 178px;
    max-width: 100%;
    padding: 10px 14px;
    border: 1px solid rgba(226, 211, 188, 0.72);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 18px rgba(174, 128, 42, 0.06);
  }

  html[lang="en"] .site-nav {
    font-size: 13.5px;
  }

  .lang-switch {
    width: fit-content;
    margin-left: auto;
    margin-right: 8px;
  }

  .nav-line {
    min-height: 28px;
    height: 28px;
    margin-left: 0;
    margin-top: 0;
    padding: 3px 8px 3px 5px;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
  }

  .nav-line span {
    width: 20px;
    height: 20px;
    font-size: 7px;
  }

  .hero-section {
    min-height: auto;
    padding: 92px 20px 30px;
  }

  .hero-copy {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .hero-copy h1 {
    font-size: clamp(31px, 8vw, 43px);
  }

  .hero-title-en {
    font-size: clamp(24px, 5.7vw, 32px);
  }

  .hero-title-th {
    margin-top: 7px;
    font-size: clamp(20px, 4.5vw, 25px);
  }

  .hero-copy p {
    font-size: 13.5px;
    line-height: 1.6;
    text-wrap: pretty;
  }

  .hero-copy p .hero-line {
    display: inline;
    margin-top: 0;
  }

  .hero-copy p .hero-line::after {
    content: " ";
  }

  .hero-copy p .hero-note {
    display: block;
    margin-top: 7px;
  }

  .hero-copy p .hero-note::after {
    content: none;
  }

  .hero-doctor-card {
    width: min(100%, 390px);
    grid-template-columns: 70px 1fr;
    margin-top: 14px;
  }

  .hero-doctor-card p {
    font-size: 11px;
    line-height: 1.38;
  }

  .hero-doctor {
    position: relative;
    inset: auto;
    width: min(100%, 330px);
    height: auto;
    margin: 20px auto 0;
  }

  .hero-feature-strip {
    width: 100%;
    margin: 16px 0 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-feature-strip article:nth-child(odd) {
    border-left: 0;
  }

  .hero-feature-strip article:nth-child(n + 3) {
    border-top: 1px solid #eee3d5;
  }

  .primary-line {
    margin: 16px auto 0;
  }

  .about-section,
  .program-section,
  .steps-section,
  .notice-section,
  .faq-section,
  .clinic-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .about-video {
    width: 100%;
    justify-self: stretch;
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .about-cards,
  .program-grid,
  .notice-section,
  .faq-list,
  .article-grid,
  .clinic-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-card {
    min-height: 0;
  }

  .article-card {
    min-height: 232px;
  }

  .program-card {
    grid-template-columns: 102px 1fr;
    min-height: 154px;
  }

  .program-card img {
    height: 154px;
  }

  .program-card p {
    font-size: 11.5px;
    line-height: 1.42;
  }

  .notice-card {
    min-height: 238px;
  }

  .notice-card h3 {
    font-size: 17px;
  }

  .notice-card li {
    font-size: 12px;
    line-height: 1.42;
  }

  html[lang="en"] .program-card p,
  html[lang="en"] .notice-card li {
    font-size: 11.5px;
    line-height: 1.38;
  }

  html[lang="en"] .notice-card h3 {
    font-size: 16.5px;
  }

  .step-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 8px;
  }

  .step-list::before {
    display: none;
  }

  .contact-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .appointment-card {
    border-left: 0;
    border-top: 1px solid rgba(184, 132, 46, 0.35);
    grid-template-columns: 1fr 120px;
    grid-template-rows: auto auto auto;
  }

  .appointment-copy h2,
  .appointment-copy ul,
  .contact-map {
    grid-column: 1 / -1;
  }

  .qr-link {
    grid-column: 1;
    grid-row: 3;
    width: 112px;
    height: 112px;
    justify-self: end;
  }

  .line-note {
    grid-column: 2;
    grid-row: 3;
    align-self: center;
  }

  .contact-map {
    grid-row: 4;
    height: 150px;
  }

  .footer-bar p:last-child {
    flex-wrap: wrap;
    gap: 6px 16px;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .about-video {
    min-height: 190px;
  }

  .about-cards,
  .program-grid,
  .notice-section,
  .faq-list,
  .article-grid,
  .clinic-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-section,
  .article-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-card {
    min-height: 0;
    height: auto;
    padding: 18px 17px 17px;
    overflow: hidden;
  }

  .faq-card h3 {
    font-size: 16px;
  }

  .faq-card p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .article-card {
    min-height: 0;
  }

  .article-card div {
    padding: 14px 16px 16px;
  }

  .article-card h3 {
    font-size: 18px;
  }

  .article-card p {
    font-size: 13px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .section-heading span {
    display: none;
  }

  .program-card {
    min-height: 142px;
    grid-template-columns: 108px 1fr;
  }

  .program-card img {
    width: 108px;
    height: 142px;
  }

  .program-card h3 {
    font-size: 16px;
  }

  .program-title-inline {
    font-size: clamp(15px, 4.1vw, 17px);
    white-space: nowrap;
  }

  .program-card p {
    font-size: 10.8px;
    line-height: 1.42;
  }

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

  .notice-card {
    min-height: 0;
    padding: 15px 22px 14px 26px;
  }

  .notice-card h3 {
    font-size: 18.5px;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .notice-card li {
    padding-left: 19px;
    font-size: 14px;
    line-height: 1.3;
  }

  .notice-card li::before {
    width: 11px;
    height: 11px;
    top: 5px;
  }

  .notice-card img {
    width: 96px;
    opacity: 0.18;
  }

  .notice-card:nth-child(2) img {
    width: 106px;
  }

  .notice-card:nth-child(3) img {
    width: 94px;
  }

  .about-copy p {
    font-size: 14px;
  }

  .about-cards h3,
  .hero-feature-strip p {
    font-size: 13px;
  }

  .step-list p {
    font-size: 14px;
  }

  .doctor-card p,
  .appointment-card li,
  .line-note {
    font-size: 13px;
  }

  .footer-bar .disclaimer,
  .footer-bar p:last-child {
    font-size: 13px;
  }

  html[lang="en"] .hero-feature-strip p,
  html[lang="en"] .about-cards h3 {
    font-size: 13px;
  }

  html[lang="en"] .program-card h3 {
    font-size: 17px;
  }

  html[lang="en"] .program-card p,
  html[lang="en"] .notice-card li {
    font-size: 14px;
    line-height: 1.36;
  }

  html[lang="en"] .notice-card h3 {
    font-size: 21px;
  }

  .doctor-card,
  .appointment-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .doctor-card img {
    width: 116px;
    height: 116px;
  }

  .doctor-card h3 {
    font-size: 18px;
    white-space: normal;
  }

  .doctor-card img,
  .qr-link {
    margin: 0 auto;
  }

  .qr-link,
  .line-note {
    grid-column: 1;
    grid-row: auto;
  }

  .appointment-copy h2 {
    width: 100%;
    justify-self: center;
    text-align: center;
    white-space: normal;
  }

  html[lang="en"] .appointment-copy h2 {
    font-size: 15.5px;
    line-height: 1.25;
    white-space: normal;
  }

  .appointment-copy ul {
    width: fit-content;
    max-width: 100%;
    justify-self: center;
    text-align: left;
  }

  .appointment-card li {
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

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

  .appointment-copy h2,
  .appointment-copy ul,
  .contact-map {
    grid-column: 1 / -1;
  }

  .qr-link {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
    margin: 0;
  }

  .line-note {
    grid-column: 2;
    grid-row: 3;
    align-self: center;
    justify-self: start;
    text-align: left;
  }

  .contact-map {
    grid-row: 4;
    height: 148px;
  }

  .footer-bar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .disclaimer {
    border-radius: 10px;
    padding: 8px 12px;
  }

  .steps-section > .disclaimer {
    min-height: 32px;
    padding: 6px 6px;
    font-size: clamp(10px, 2.25vw, 11px);
    line-height: 1;
    white-space: nowrap;
  }

  .steps-section > .disclaimer::before {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    flex: 0 0 auto;
  }

  html[lang="en"] .steps-section > .disclaimer {
    font-size: 8px;
  }

  .cookie-consent {
    bottom: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 13px 14px;
  }

  .cookie-copy h2 {
    font-size: 14px;
  }

  .cookie-copy p {
    font-size: 11px;
    line-height: 1.42;
  }

  .cookie-actions {
    justify-content: flex-end;
  }

  .cookie-button {
    min-width: 76px;
    padding: 7px 11px;
    font-size: 11px;
  }
}
