.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.language-switcher > summary {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid rgba(100,116,255,.25);
  border-radius: 999px;
  color: #eaf0ff;
  background: rgba(7,13,34,.76);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .05em;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.language-switcher > summary::-webkit-details-marker { display: none; }
.language-switcher > summary::before { content: "🌐"; font-size: 13px; }
.language-switcher[open] > summary,
.language-switcher > summary:hover {
  border-color: rgba(0,201,245,.55);
  background: linear-gradient(110deg,rgba(155,44,255,.17),rgba(23,107,255,.16));
}
.language-switcher__menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  z-index: 1000;
  display: grid;
  min-width: 212px;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(100,116,255,.28);
  border-radius: 15px;
  background: rgba(3,7,24,.98);
  box-shadow: 0 22px 60px rgba(0,0,0,.48);
  backdrop-filter: blur(18px);
}
.language-switcher__menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 11px;
  border-radius: 10px;
  color: #b8c3dc;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
}
.language-switcher__menu a:hover,
.language-switcher__menu a[aria-current="page"] {
  color: #fff;
  background: linear-gradient(110deg,rgba(155,44,255,.18),rgba(23,107,255,.16));
}
.language-switcher__menu a[aria-current="page"]::after { content: "✓"; color: #00c9f5; }
.i18n-legal-notice {
  margin: 0 0 24px;
  padding: 13px 15px;
  border: 1px solid rgba(102,55,255,.28);
  border-radius: 12px;
  color: #d4dbef;
  background: rgba(102,55,255,.09);
  font-size: .88rem;
  line-height: 1.65;
}
@media (max-width: 1180px) {
  .language-switcher > summary { min-height: 32px; padding: 0 9px; }
}
@media (max-width: 760px) {
  .language-switcher { order: 4; }
  .language-switcher__menu { right: 0; max-width: min(212px, calc(100vw - 28px)); }
}

/* Simplified Chinese system-font and line-breaking support. */
html[lang="zh-Hans"] body {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html[lang="zh-Hans"] .meilleur-home-hero h1,
html[lang="zh-Hans"] .page-heading h1,
html[lang="zh-Hans"] .section-heading h2 {
  letter-spacing: -0.035em;
  line-height: 1.04;
  line-break: strict;
}

/* Thai uses local system fonts only; no remote font request is introduced. */
html[lang="th"] body {
  font-family: "Noto Sans Thai", "Thonburi", "Leelawadee UI", Tahoma, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  word-break: normal;
  overflow-wrap: break-word;
}
html[lang="th"] .meilleur-home-hero h1,
html[lang="th"] .page-heading h1,
html[lang="th"] .section-heading h2,
html[lang="th"] .gradient-text {
  letter-spacing: 0;
  line-height: 1.18;
  word-break: normal;
  overflow-wrap: break-word;
  padding-block: .08em;
}
html[lang="th"] .site-nav,
html[lang="th"] .header-cta,
html[lang="th"] .button,
html[lang="th"] .btn,
html[lang="th"] .language-switcher__menu a {
  letter-spacing: 0;
  line-height: 1.45;
}
html[lang="th"] th,
html[lang="th"] td,
html[lang="th"] .card,
html[lang="th"] .product-card,
html[lang="th"] .imprint,
html[lang="th"] footer {
  overflow-wrap: break-word;
  word-break: normal;
}
@media (max-width: 760px) {
  html[lang="th"] .meilleur-home-hero h1,
  html[lang="th"] .page-heading h1 { line-height: 1.22; }
}
/* DEPLOYMENT_EXAMPLES_START */
.planning-examples-heading {
  margin-top: clamp(52px, 6vw, 88px);
}
.planning-example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--bento-gap, 20px);
  align-items: stretch;
}
.planning-example-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(24px, 2.5vw, 34px);
}
.planning-example-card[data-sizing-tier="M"] {
  border-color: rgba(83, 233, 218, 0.28);
}
.planning-example-intro { min-height: 184px; }
.planning-example-intro h3 { margin-top: 18px; }
.planning-example-intro p { color: var(--bento-muted, #9eb0b9); }
.planning-example-facts {
  margin: 24px 0 0;
  border-top: 1px solid var(--bento-line, rgba(255,255,255,.09));
}
.planning-example-facts > div {
  display: grid;
  grid-template-columns: minmax(86px, .36fr) minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--bento-line, rgba(255,255,255,.09));
}
.planning-example-facts dt {
  color: var(--bento-muted, #9eb0b9);
  font-size: .78rem;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.planning-example-facts dd {
  min-width: 0;
  margin: 0;
  color: var(--bento-text, #f4f8fa);
  line-height: 1.5;
}
.planning-example-resources {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}
.planning-example-resources > div {
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid var(--bento-line, rgba(255,255,255,.09));
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}
.planning-example-resources span {
  color: var(--bento-cyan, #53e9da);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.planning-example-resources strong { font-size: .88rem; line-height: 1.48; }
html[lang="th"] .planning-example-facts dt,
html[lang="th"] .planning-example-resources span { letter-spacing: 0; }
@media (max-width: 1120px) and (min-width: 761px) {
  .planning-example-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .planning-example-card:last-child { grid-column: 1 / -1; }
  .planning-example-intro { min-height: auto; }
}
@media (max-width: 760px) {
  .planning-example-grid { grid-template-columns: 1fr; }
  .planning-example-intro { min-height: auto; }
  .planning-example-facts > div { grid-template-columns: 1fr; gap: 5px; }
}
/* DEPLOYMENT_EXAMPLES_END */
