:root {
  --bg: #f7faf4;
  --paper: #ffffff;
  --soft: #eef5e6;
  --soft-2: #f4f8ef;
  --ink: #1f2a1c;
  --ink-2: #5f6b58;
  --line: #d8e4cf;
  --qgis-dark: #589632;
  --qgis-light: #93b023;
  --qgis-lemon: #f0e64a;
  --qgis-orange: #ee7913;
  --arc-ink: #0f4250;
  --arc-green: #27967e;
  --dark: #183222;
  --dark-2: #315426;
  --shadow: 0 18px 48px rgba(42, 64, 29, 0.10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #fbfdf9 0%, #f4f8ef 100%);
  color: var(--ink);
  line-height: 1.6;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 250, 244, 0.90);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand-logo { height: 48px; width: auto; }
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 0.95rem;
  font-weight: 600;
}
.nav a {
  color: var(--ink-2);
  transition: color .18s ease;
}
.nav a:hover { color: var(--qgis-dark); }

.hero {
  padding: 56px 0 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(147, 176, 35, 0.10), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(88, 150, 50, 0.08), transparent 22%),
    linear-gradient(180deg, #fbfdf9 0%, #f4f8ef 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: start;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(88, 150, 50, 0.10);
  color: var(--qgis-dark);
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 700;
  font-size: .82rem;
}
.hero h1,
.section h2,
.cta-panel h2 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-family: "Montserrat", system-ui, sans-serif;
}
.hero h1 {
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  max-width: 12ch;
}
.hero h1 span { color: var(--qgis-dark); }
.hero-rotating {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin: 18px 0 0;
}
.hero-rotating-label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15, 66, 80, 0.08);
  color: var(--arc-ink);
  font-weight: 700;
  font-size: .9rem;
}
.hero-rotating-slot {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  width: min(34ch, 100%);
}
.hero-rotating-text {
  display: block;
  color: var(--qgis-dark);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1.02rem, 1.7vw, 1.38rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  transition: opacity .22s ease, transform .22s ease;
}
.hero-rotating-text.is-fading {
  opacity: 0;
  transform: translateY(6px);
}
.lead {
  font-size: 1.08rem;
  color: var(--ink-2);
  max-width: 62ch;
  margin-top: 18px;
}
.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
}
.hero-tags li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--ink-2);
  font-weight: 600;
  font-size: .92rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--qgis-dark), var(--qgis-light));
  color: white;
  box-shadow: 0 10px 30px rgba(88, 150, 50, 0.22);
}
.btn-secondary {
  background: var(--paper);
  border-color: rgba(88,150,50,.20);
  color: var(--qgis-dark);
}

.hero-copy {
  padding-top: 10px;
}

.hero-visual {
  position: relative;
}
.hero-card {
  border-radius: 28px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(16, 61, 73, 0.08);
  box-shadow: var(--shadow);
}
.hero-card-main {
  transform: rotate(-1.6deg);
}
.hero-card-main img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hero-visual-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 61, 73, 0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 10px 30px rgba(42, 64, 29, 0.08);
}
.hero-visual-note img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}
.hero-visual-note p {
  margin: 0;
  color: var(--ink-2);
  font-size: .95rem;
}

.section { padding: 84px 0; }
.section-soft { background: linear-gradient(180deg, rgba(147,176,35,.06), rgba(255,255,255,.72)); }
.section-dark {
  background:
    radial-gradient(circle at top left, rgba(147,176,35,.12), transparent 20%),
    linear-gradient(135deg, #20361c 0%, #315426 58%, #0f4250 100%);
  color: white;
}
.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}
.section-head h2 { font-size: clamp(2rem, 4vw, 3.05rem); }
.section-head p {
  margin: 16px 0 0;
  color: var(--ink-2);
  font-size: 1.03rem;
}
.section-head-light p { color: rgba(255,255,255,0.82); }
.section-head-light .eyebrow {
  background: rgba(255,255,255,0.10);
  color: #b8ead4;
}

.cards-3,
.gallery-grid,
.compare-grid,
.two-col {
  display: grid;
  gap: 24px;
}
.cards-3,
.gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.compare-grid,
.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.top-space { margin-top: 28px; }

.mini-card,
.panel,
.vision-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.mini-card {
  padding: 28px;
}
.mini-card h3,
.panel h3,
.vision-card h3,
.video-copy h3 {
  margin: 0;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
  font-family: "Montserrat", system-ui, sans-serif;
}
.mini-card p,
.panel p,
.vision-card p,
.video-copy p,
.feature-list li,
.note-box p {
  color: var(--ink-2);
}

.panel {
  overflow: hidden;
}
.panel-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.panel-large img { aspect-ratio: 16 / 9; }
.panel-copy {
  padding: 22px 24px 24px;
}
.panel-copy h3 { margin-bottom: 8px; }

.video-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(180deg, #eef5e6 0%, #fbfdf9 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
}
.video-wrap {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow);
  background: #0a1012;
}
.video-wrap video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.panel-dark,
.panel-light-on-dark {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: none;
}
.panel-dark,
.panel-dark h3,
.panel-light-on-dark,
.panel-light-on-dark h3,
.panel-light-on-dark strong { color: white; }
.panel-dark,
.panel-light-on-dark { padding: 30px; }
.panel-dark p,
.panel-dark li,
.panel-light-on-dark p { color: rgba(255,255,255,0.82); }
.feature-list {
  margin: 16px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}
.note-box {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 4px 0 0 var(--qgis-orange);
}
.note-box p { margin-bottom: 0; }

.vision-card {
  padding: 26px;
}
.iframe-card { padding: 24px; }
.iframe-placeholder {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border: 1px dashed #b5c9bc;
  border-radius: 20px;
  background: linear-gradient(180deg, #fbfdf9, #eef5e6);
  color: var(--ink-2);
  text-align: center;
  padding: 16px;
}
.iframe-placeholder span {
  font-weight: 700;
  color: var(--ink);
}

.cta-section {
  padding-top: 30px;
  padding-bottom: 90px;
}
.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.cta-panel p {
  margin: 16px 0 0;
  color: var(--ink-2);
  max-width: 70ch;
}

@media (max-width: 1080px) {
  .hero-grid,
  .video-panel,
  .two-col,
  .compare-grid,
  .cards-3,
  .gallery-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero-visual { min-height: unset; }
  .hero-card-float {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
  }
}

@media (max-width: 760px) {
  .hero-rotating {
    min-height: 56px;
    align-items: flex-start;
  }
  .hero-rotating-text {
    display: block;
    width: 100%;
  }
  .nav-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 0;
  }
  .nav { gap: 14px; }
  .hero { padding-top: 34px; }
  .section { padding: 62px 0; }
  .mini-card,
  .panel,
  .cta-panel,
  .video-panel { padding: 22px; }
  .panel-copy { padding: 18px 0 0; }
}

@media (max-width: 900px) {
  .hero-rotating-slot { width: 100%; min-height: 2.8rem; }
}


.tool-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.tool-badge img {
  display: block;
  height: 18px;
  width: auto;
}
.tool-badge-light {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.support-card {
  padding: 28px;
}
.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.support-note {
  margin-top: 12px;
  font-size: .92rem;
}
.btn.is-disabled,
.btn[aria-disabled="true"] {
  opacity: .72;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
@media (max-width: 1080px) {
  .support-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .tool-badge {
    display: inline-flex;
    margin: 8px 0 0;
  }
}

.top-space-small {
  margin-top: 1rem;
}

.support-note {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  opacity: 0.8;
}


.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.language-switcher {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.language-select {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(88,150,50,.20);
  border-radius: 14px;
  background: var(--paper);
  color: var(--arc-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(42, 64, 29, 0.07);
}

.language-select:focus {
  outline: 2px solid rgba(88,150,50,.28);
  outline-offset: 2px;
}

.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;
}

@media (max-width: 960px) {
  .header-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 760px) {
  .header-right {
    gap: 12px;
    width: 100%;
  }

  .language-switcher {
    width: 100%;
  }

  .language-select {
    width: 100%;
  }
}



/* Header / language switcher refinements */
.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  min-width: 0;
}

.nav {
  min-width: 0;
}

.language-switcher {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.language-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 42px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(88,150,50,.20);
  border-radius: 14px;
  background-color: var(--paper);
  color: var(--arc-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(42, 64, 29, 0.07);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink-2) 50%),
    linear-gradient(135deg, var(--ink-2) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.language-select:focus {
  outline: none;
  border-color: var(--qgis-dark);
  box-shadow: 0 0 0 3px rgba(88,150,50,.14);
}

.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;
}

/* Video preview / YouTube embed */
.video-wrap iframe,
#qcalview-video-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-embed-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  background: #0a1012;
  isolation: isolate;
}

#qcalview-video-player {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.video-preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  transition: opacity .28s ease, visibility .28s ease;
  background: #0a1012;
}

.video-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,16,18,0.08) 0%, rgba(10,16,18,0.16) 100%);
}

.video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-preview-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 66, 80, 0.82);
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.video-open-youtube {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
  background: linear-gradient(180deg, transparent 60%, rgba(10,16,18,0.16) 100%);
}

.video-open-youtube-text {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--arc-ink);
  font-weight: 700;
  font-size: .9rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.video-embed-wrap:not(.is-playing) #qcalview-video-player {
  opacity: 0;
}

.video-embed-wrap.is-playing #qcalview-video-player {
  opacity: 1;
}

.video-embed-wrap.is-playing .video-preview {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.video-channel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

@media (max-width: 960px) {
  .header-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 760px) {
  .header-right {
    gap: 12px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .language-switcher {
    width: 100%;
  }

  .language-select {
    width: 100%;
    max-width: 220px;
  }

  .video-preview-badge,
  .video-open-youtube {
    padding: 12px;
  }
}


/* Restored language selector and lightbox */
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
  margin-left: auto;
  min-width: 0;
}

.nav {
  min-width: 0;
}

.language-switcher {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.language-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 42px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(88,150,50,.20);
  border-radius: 14px;
  background-color: var(--paper);
  color: var(--arc-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(42, 64, 29, 0.07);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink-2) 50%),
    linear-gradient(135deg, var(--ink-2) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.language-select:focus {
  outline: none;
  border-color: var(--qgis-dark);
  box-shadow: 0 0 0 3px rgba(88,150,50,.14);
}

.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;
}

img.zoomable {
  cursor: zoom-in;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(10, 16, 18, 0.86);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox-stage {
  position: relative;
  max-width: min(1200px, 92vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.lightbox-stage img {
  max-width: 100%;
  max-height: calc(88vh - 56px);
  width: auto;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.32);
}

.lightbox-caption {
  margin: 0;
  color: #f4f8ef;
  text-align: center;
  font-size: 0.95rem;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10000;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.video-wrap iframe,
#qcalview-video-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-embed-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  background: #0a1012;
  isolation: isolate;
}

#qcalview-video-player {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.video-preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  transition: opacity .28s ease, visibility .28s ease;
  background: #0a1012;
}

.video-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,16,18,0.08) 0%, rgba(10,16,18,0.16) 100%);
}

.video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-preview-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 66, 80, 0.82);
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.video-open-youtube {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
  background: linear-gradient(180deg, transparent 60%, rgba(10,16,18,0.16) 100%);
}

.video-open-youtube-text {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--arc-ink);
  font-weight: 700;
  font-size: .9rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.video-embed-wrap:not(.is-playing) #qcalview-video-player {
  opacity: 0;
}

.video-embed-wrap.is-playing #qcalview-video-player {
  opacity: 1;
}

.video-embed-wrap.is-playing .video-preview {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 960px) {
  .header-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 760px) {
  .nav-row {
    align-items: flex-start;
  }

  .header-right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .language-switcher {
    width: 100%;
  }

  .language-select {
    width: 100%;
    max-width: 220px;
  }

  .lightbox {
    padding: 16px;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
  }
}
