.beout-international-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 1.25rem;
  border-block: 1px solid hsl(var(--border) / .6);
  background:
    radial-gradient(circle at 15% 0%, hsl(var(--primary) / .12), transparent 32rem),
    hsl(var(--background));
  color: hsl(var(--foreground));
}

.beout-int-shell {
  width: min(76rem, 100%);
  margin-inline: auto;
}

.beout-int-heading {
  max-width: 48rem;
  margin-bottom: 2.5rem;
}

.beout-int-eyebrow,
.beout-logo-group > span,
.beout-region-summary span,
.beout-budget > span {
  color: hsl(var(--primary));
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.beout-int-heading h2 {
  margin: .6rem 0 1rem;
  max-width: 44rem;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.beout-int-heading > p:last-child {
  max-width: 42rem;
  color: hsl(var(--muted-foreground));
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.beout-logo-group {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  margin-block: 1rem;
}

.beout-logo-viewport {
  min-width: 0;
  overflow: hidden;
  direction: ltr;
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}

.beout-logo-track {
  display: flex;
  width: max-content;
  gap: .75rem;
  animation: beout-marquee 34s linear infinite;
}

.beout-logo-track.reverse { animation-direction: reverse; animation-duration: 40s; }
.beout-logo-track:hover { animation-play-state: paused; }

.beout-logo-item {
  display: grid;
  min-width: 9rem;
  height: 4rem;
  place-items: center;
  padding: .8rem 1.25rem;
  border: 1px solid hsl(var(--border) / .8);
  border-radius: .8rem;
  background: hsl(var(--card) / .65);
  color: hsl(var(--foreground) / .85);
  font-weight: 800;
  white-space: nowrap;
}

.beout-logo-item img {
  max-width: 6.8rem;
  max-height: 2rem;
  object-fit: contain;
  filter: grayscale(1) brightness(1.7);
  opacity: .9;
}

.beout-region-summary {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  margin-top: 2.75rem;
  border-block: 1px solid hsl(var(--border));
}

.beout-region-summary > div {
  min-width: 0;
  padding: 1.5rem;
  border-inline-end: 1px solid hsl(var(--border));
}

.beout-region-summary > div:last-child { border-inline-end: 0; }
.beout-region-summary p { margin-top: .55rem; color: hsl(var(--muted-foreground)); line-height: 1.55; }
.beout-budget strong { display: block; margin-top: .3rem; direction: ltr; unicode-bidi: isolate; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.beout-budget b { color: hsl(var(--primary)); font-size: 1.05rem; }

.beout-region-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.beout-region-action small,
.beout-sim-source { color: hsl(var(--muted-foreground)); }

.beout-open-simulator,
.beout-sim-cta a,
.beout-sim-cta button {
  min-height: 3rem;
  padding: .75rem 1.2rem;
  border: 0;
  border-radius: .6rem;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
}

.beout-open-simulator:hover,
.beout-sim-cta a:hover,
.beout-sim-cta button:hover { transform: translateY(-2px); filter: brightness(1.08); }

.beout-language-menu {
  position: fixed;
  z-index: 80;
  width: min(44rem, calc(100vw - 1.5rem));
  max-height: calc(100svh - 5rem);
  overflow: auto;
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  background: hsl(var(--background) / .98);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / .25);
  backdrop-filter: blur(16px);
}

.beout-language-menu > header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .9rem 1rem;
  border-bottom: 1px solid hsl(var(--border));
  background: hsl(var(--background) / .96);
  backdrop-filter: blur(16px);
}

.beout-language-menu > header span { color: hsl(var(--muted-foreground)); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.beout-language-menu > header strong { color: hsl(var(--foreground)); font-size: .88rem; text-align: end; }
.beout-locale-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; padding: .65rem; }
.beout-country-group { overflow: hidden; border: 1px solid hsl(var(--border)); border-radius: .75rem; background: hsl(var(--card) / .72); }
.beout-country-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .55rem; padding: .65rem .75rem; border-bottom: 1px solid hsl(var(--border)); }
.beout-country-head span { font-size: 1.05rem; }
.beout-country-head strong { overflow: hidden; color: hsl(var(--foreground)); font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.beout-country-head small { color: hsl(var(--muted-foreground)); font-size: .64rem; font-weight: 800; }
.beout-country-languages { display: flex; flex-wrap: wrap; gap: .35rem; padding: .45rem; }

.beout-country-languages button {
  display: flex;
  min-height: 2.35rem;
  flex: 1 1 7rem;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  padding: .48rem .62rem;
  border: 0;
  border-radius: .5rem;
  background: transparent;
  color: hsl(var(--foreground));
  font-weight: 700;
  text-align: start;
  cursor: pointer;
}

.beout-country-languages button:hover,
.beout-country-languages button:focus-visible,
.beout-country-languages button[aria-checked="true"] { background: hsl(var(--primary) / .14); }
.beout-country-languages button[aria-checked="true"] { box-shadow: inset 0 0 0 1px hsl(var(--primary) / .45); }
.beout-country-languages button b { color: hsl(var(--primary)); font-size: .68rem; letter-spacing: .08em; }
[data-international-language-menu] { gap: .28rem; }
[data-international-language-menu] .beout-trigger-flag { font-size: .9rem; line-height: 1; }
[data-international-language-menu] b { font-size: .72rem; letter-spacing: .04em; }

.beout-simulator {
  width: min(68rem, calc(100% - 2rem));
  max-width: none;
  max-height: min(88svh, 58rem);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  box-shadow: 0 2rem 8rem rgb(0 0 0 / .55);
}

.beout-simulator::backdrop { background: rgb(0 0 0 / .78); backdrop-filter: blur(8px); }
.beout-simulator-panel { display: flex; max-height: inherit; flex-direction: column; }
.beout-simulator-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.5rem; border-bottom: 1px solid hsl(var(--border)); }
.beout-simulator-panel header p { color: hsl(var(--primary)); font-size: .78rem; font-weight: 800; }
.beout-simulator-panel header h2 { margin-top: .2rem; font-size: clamp(1.35rem, 3vw, 2.2rem); }
.beout-simulator-close { display: grid; width: 2.75rem; height: 2.75rem; flex: 0 0 auto; place-items: center; border: 1px solid hsl(var(--border)); border-radius: 999px; background: hsl(var(--muted)); color: hsl(var(--foreground)); font-size: 1.6rem; cursor: pointer; }
.beout-simulator-scroll { overflow: auto; padding: 1.5rem; overscroll-behavior: contain; }
.beout-sim-help { margin-bottom: 1.4rem; color: hsl(var(--muted-foreground)); }
.beout-simulator h3 { margin-bottom: .75rem; font-size: 1rem; }
.beout-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; }
.beout-service-option { position: relative; display: flex; min-height: 7.6rem; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: .55rem; padding: 1rem; border: 1px solid hsl(var(--border)); border-radius: .7rem; background: hsl(var(--card)); color: hsl(var(--foreground)); text-align: start; cursor: pointer; }
.beout-service-option[aria-pressed="true"] { border-color: hsl(var(--primary)); background: hsl(var(--primary) / .12); box-shadow: inset 0 0 0 1px hsl(var(--primary)); }
.beout-service-option span { font-weight: 800; line-height: 1.25; }
.beout-service-option strong { font-size: 1.15rem; }
.beout-service-option strong small { margin-inline-start: .25rem; color: hsl(var(--muted-foreground)); font-size: .65rem; }
.beout-service-option em { color: hsl(var(--primary)); font-size: .67rem; font-style: normal; font-weight: 800; }
.beout-simulator hr { margin: 1.5rem 0; border: 0; border-top: 1px solid hsl(var(--border)); }
.beout-plan-picker { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid hsl(var(--border)); }
.beout-plan-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem; }
.beout-plan-options button { display: flex; flex-direction: column; gap: .25rem; padding: .85rem; border: 1px solid hsl(var(--border)); border-radius: .6rem; background: hsl(var(--card)); color: hsl(var(--foreground)); cursor: pointer; }
.beout-plan-options button[aria-pressed="true"] { border-color: hsl(var(--primary)); background: hsl(var(--primary) / .12); }
.beout-plan-picker > p { margin-top: .7rem; color: hsl(var(--muted-foreground)); font-size: .75rem; }
.beout-sim-result { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1.5rem; overflow: hidden; border: 1px solid hsl(var(--border)); border-radius: .75rem; background: hsl(var(--border)); }
.beout-sim-result > div, .beout-sim-result > p { padding: 1rem; background: hsl(var(--card)); }
.beout-sim-result span { display: block; color: hsl(var(--muted-foreground)); font-size: .75rem; }
.beout-sim-result strong { display: block; margin-top: .3rem; font-size: 1.4rem; }
.beout-sim-result strong small { margin-inline-start: .2rem; color: hsl(var(--muted-foreground)); font-size: .7rem; }
.beout-sim-result em { color: hsl(var(--muted-foreground)); font-size: .7rem; font-style: normal; }
.beout-sim-result .saving { background: hsl(var(--primary) / .16); }
.beout-sim-result .saving strong { color: hsl(var(--primary)); }
.beout-sim-cta { display: flex; flex-wrap: wrap; gap: .6rem; margin-block: 1.5rem .8rem; }
.beout-sim-cta a { display: inline-grid; place-items: center; text-decoration: none; }
.beout-sim-cta a:nth-child(2) { background: #25d366; color: #061b0d; }

@keyframes beout-marquee { to { transform: translateX(calc(-50% - .375rem)); } }

@media (max-width: 900px) {
  .beout-international-section { padding: 4rem 1rem; }
  .beout-logo-group { grid-template-columns: 1fr; gap: .6rem; }
  .beout-region-summary { grid-template-columns: 1fr 1fr; }
  .beout-region-summary > div { border-bottom: 1px solid hsl(var(--border)); }
  .beout-region-summary > div:last-child { grid-column: 1 / -1; }
  .beout-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .beout-language-menu { width: calc(100vw - 1rem); max-height: calc(100svh - 4.5rem); border-radius: .85rem; }
  .beout-language-menu > header { align-items: flex-start; flex-direction: column; padding: .75rem; }
  .beout-language-menu > header strong { text-align: start; }
  .beout-locale-grid { grid-template-columns: 1fr; padding: .5rem; }
  .beout-int-heading h2 { font-size: 2.25rem; }
  .beout-logo-item { min-width: 7.7rem; height: 3.5rem; padding: .65rem .85rem; font-size: .78rem; }
  .beout-region-summary { grid-template-columns: 1fr; }
  .beout-region-summary > div, .beout-region-summary > div:last-child { grid-column: auto; padding: 1rem 0; border-inline: 0; }
  .beout-region-action { align-items: flex-start; flex-direction: column; }
  .beout-simulator { width: 100%; max-height: 96svh; border-radius: 1rem 1rem 0 0; }
  .beout-simulator-scroll { padding: 1rem; }
  .beout-service-option { min-height: 7rem; padding: .8rem; }
  .beout-plan-options { grid-template-columns: 1fr 1fr; }
  .beout-sim-result { grid-template-columns: 1fr; }
  .beout-sim-cta > * { flex: 1 1 calc(50% - .3rem); }
}

@media (prefers-reduced-motion: reduce) {
  .beout-logo-track { animation: none; }
  .beout-open-simulator, .beout-sim-cta a, .beout-sim-cta button { transition: none; }
}
