:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-alt: #f7f9fc;
  --text: #173347;
  --muted: #617586;
  --primary: #fe6e00;
  --primary-dark: #d85c00;
  --accent: #1f4e72;
  --border: rgba(23, 51, 71, 0.08);
  --shadow: 0 14px 40px rgba(15, 40, 56, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  font-family: Cambria, 'Times New Roman', Times, serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(247, 249, 252, 0.82) 0%, rgba(244, 247, 251, 0.92) 100%),
    url('../assets/images/background.png') center/cover no-repeat fixed;
  line-height: 1.7;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 35;
  background: rgba(7, 19, 30, 0.42);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.mobile-nav-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

p,
li,
a,
span,
.btn,
h1,
h2,
h3,
h4 {
  font-size: 1rem;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.container {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.page-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23, 51, 71, 0.06);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.topbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px rgba(15, 40, 56, 0.05);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 1rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 51, 71, 0.08);
  box-shadow: 0 10px 24px rgba(15, 40, 56, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lang-switcher:hover {
  transform: translateY(-1px);
  border-color: rgba(254, 110, 0, 0.25);
  box-shadow: 0 12px 28px rgba(15, 40, 56, 0.08);
}

.lang-switcher .lang-flag {
  font-size: 1rem;
  line-height: 1;
}

.lang-switcher select {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--text);
  font-weight: 700;
  padding: 0;
  outline: none;
  cursor: pointer;
  min-width: 2.6rem;
}

.lang-switcher select option {
  color: var(--text);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.brand img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;
  image-rendering: auto;
  flex-shrink: 0;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--muted);
  font-weight: 500;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--accent);
}

.main-nav a,
.nav-cta,
.hero-actions .btn,
.feature-card,
.step-card,
.showcase-item,
.cta-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.main-nav a:hover {
  transform: translateY(-2px);
}

.nav-cta:hover,
.hero-actions .btn:hover,
.feature-card:hover,
.step-card:hover,
.showcase-item:hover,
.cta-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 40, 56, 0.12);
}

.nav-cta {
  display: inline-flex;
}

.gps-nav-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  color: var(--text);
  font-weight: 600;
  border: 1px solid transparent;
}

.gps-nav-pill:hover {
  color: var(--accent);
  background: rgba(31, 78, 114, 0.06);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  padding: 5rem 0 4rem;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 40, 56, 0.68) 0%, rgba(23, 51, 71, 0.58) 50%, rgba(31, 78, 114, 0.62) 100%),
    url('../assets/images/hero.avif') center/cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.2), transparent 38%),
    linear-gradient(120deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 45%, rgba(255,255,255,0.1) 100%);
  pointer-events: none;
  animation: heroGlow 10s ease-in-out infinite alternate;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.04) 0%, transparent 20%, transparent 80%, rgba(255,255,255,0.04) 100%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.2rem;
  align-items: center;
}

.hero-copy {
  animation: fadeUp 0.8s ease both;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(254, 110, 0, 0.12);
  color: #ffb37a;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.hero h1 {
  font-size: clamp(1.3rem, 2.1vw, 1.8rem);
  line-height: 1.08;
  margin: 0 0 0.7rem;
  letter-spacing: -0.03em;
  max-width: 620px;
  font-family: 'Cambria', 'Times New Roman', serif;
  font-weight: 700;
  text-shadow: 0 10px 30px rgba(0,0,0,0.15);
  margin-left: auto;
  margin-right: auto;
}

.hero p {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.88);
  max-width: 560px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.4rem 0 1.2rem;
  justify-content: center;
}

.hero-points {
  justify-content: center;
}

.btn {
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.1rem;
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  border-color: rgba(255,255,255,0.28);
  color: #fff;
  background: rgba(255,255,255,0.04);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.92);
  font-size: 0.92rem;
  backdrop-filter: blur(8px);
}

.hero-panel,
.card,
.panel,
.step-card,
.cta-card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 1rem;
  border-radius: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: fadeUp 0.95s ease both;
  box-shadow: 0 20px 50px rgba(7, 24, 38, 0.18);
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.08);
}

.hero-panel:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 24px 52px rgba(7, 24, 38, 0.22);
}

.hero-panel img {
  border-radius: 18px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.trust-strip {
  padding: 1.1rem 0 0;
}

.trust-strip .container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
}

.section {
  padding: 4.2rem 0;
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(23, 51, 71, 0.01) 50%, transparent 100%);
  pointer-events: none;
}

.section-alt {
  background: var(--surface-alt);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.section-heading-wide {
  align-items: start;
  margin-bottom: 1.8rem;
}

.section-heading h2 {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: 'Cambria', 'Times New Roman', serif;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  max-width: 600px;
  font-size: 1rem;
}

.eyebrow-dark {
  background: rgba(31, 78, 114, 0.09);
  color: var(--accent);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card,
.step-card,
.cta-card {
  border-radius: 22px;
  padding: 1.4rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(247,250,253,0.97) 100%);
  border: 1px solid rgba(23, 51, 71, 0.08);
  box-shadow: 0 16px 40px rgba(15, 40, 56, 0.06);
}

.feature-card-strong {
  background: linear-gradient(135deg, rgba(31, 78, 114, 0.08) 0%, rgba(254, 110, 0, 0.08) 100%);
}

.feature-card h3,
.step-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
  font-family: 'Cambria', 'Times New Roman', serif;
}

.feature-card p,
.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.showcase-block {
  display: grid;
  gap: 1.2rem;
}

.showcase-copy {
  max-width: 760px;
}

.showcase-copy h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.2;
  font-family: 'Cambria', 'Times New Roman', serif;
}

.showcase-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 1rem;
}

.showcase-item {
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(31, 78, 114, 0.08) 0%, rgba(254, 110, 0, 0.08) 100%);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.showcase-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.showcase-item-large {
  min-height: 320px;
  grid-row: span 2;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.modern-process .step-card {
  min-height: 220px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(31, 78, 114, 0.08);
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.cta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem;
}

.cta-card h2 {
  margin: 0 0 0.3rem;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.cta-card p {
  margin: 0;
  color: var(--muted);
}

.feature-list span {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  margin-top: 0.55rem;
  flex-shrink: 0;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  border-radius: 16px;
  padding: 1.2rem;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.step-card:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 51, 71, 0.12);
}

.step-card .step-number {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.step-card h3 {
  margin: 0 0 0.4rem;
  font-family: 'Cambria', 'Times New Roman', serif;
  font-size: 1.12rem;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.cta-card {
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  background: linear-gradient(135deg, #f8fbfd 0%, #f2f6fa 100%);
  transition: transform 0.25s ease;
}

.cta-card:hover {
  transform: translateY(-1px);
}

.cta-card h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1.2;
  font-family: 'Cambria', 'Times New Roman', serif;
}

.cta-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.site-footer {
  background: linear-gradient(135deg, #173347 0%, #1d445f 100%);
  color: #dfe8ee;
  padding: 3.4rem 0 1.6rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.site-footer h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.site-footer p {
  color: #d8e4ee;
  line-height: 1.7;
  font-size: 12px;
  margin-bottom: 0.35rem;
}

.footer-centered {
  text-align: center;
}

.footer-centered .container {
  max-width: 720px;
  margin: 0 auto;
}

.footer-copyright {
  margin-top: 0.8rem;
  font-weight: 600;
}

.wa-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #1fa852);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.24);
}

.wa-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

.wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroGlow {
  from {
    transform: translateX(-3%) scale(1);
  }
  to {
    transform: translateX(3%) scale(1.04);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy,
.hero-panel,
.feature-card,
.step-card,
.showcase-item,
.cta-card,
.gps-card,
.gps-plan,
.gps-benefit-item,
.section-card,
.news-card {
  animation: fadeUp 0.7s ease both;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-card {
  display: grid;
  gap: 0.85rem;
  padding: 1.1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(31, 78, 114, 0.12);
  box-shadow: 0 16px 32px rgba(15, 40, 56, 0.08);
}

.testimonial-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
}

.testimonial-stars {
  color: #ff8a1e;
  letter-spacing: 0.16em;
  font-size: 0.9rem;
}

.testimonial-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: #5f7285;
}

@media (max-width: 900px) {
  .hero-grid,
  .split-layout,
  .card-grid,
  .process-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .cta-card {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 0.9rem, 1160px);
  }

  .nav-row {
    position: relative;
    min-height: 64px;
    flex-wrap: nowrap;
    row-gap: 0.45rem;
    padding: 0.35rem 0;
    padding-right: 8.8rem;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 8.8rem);
    letter-spacing: 0.05em;
  }

  .brand span {
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    font-size: clamp(0.54rem, 1.9vw, 0.78rem);
    line-height: 1.08;
  }

  .brand img {
    width: 44px !important;
    height: 44px !important;
  }

  .menu-toggle {
    display: inline-flex;
    background: linear-gradient(135deg, rgba(254,110,0,0.1), rgba(31,78,114,0.08));
    border: 1px solid rgba(254,110,0,0.18);
    box-shadow: 0 10px 24px rgba(15, 40, 56, 0.06);
    position: absolute;
    right: 0;
    top: 0.25rem;
    z-index: 4;
  }

  .main-nav {
    position: fixed;
    top: 74px;
    left: 0.7rem;
    right: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0.95rem;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(23, 51, 71, 0.08);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(15, 40, 56, 0.14);
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    z-index: 45;
  }

  .main-nav a {
    width: 100%;
    padding: 0.7rem 0.6rem;
    border-radius: 10px;
  }

  .main-nav a:hover,
  .main-nav a.active {
    background: rgba(31, 78, 114, 0.06);
  }

  .main-nav.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .nav-actions {
    position: absolute;
    right: 3.4rem;
    top: 0.3rem;
    margin-left: 0;
    width: auto;
    flex-shrink: 0;
    z-index: 3;
  }

  .lang-switcher {
    padding: 0.3rem 0.54rem;
    gap: 0.35rem;
  }

  .lang-switcher select {
    min-width: 2.2rem;
    font-size: 0.86rem;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding: 2.8rem 0 2.2rem;
  }

  .hero-grid {
    gap: 1rem;
  }

  .sticky-cta-bar {
    left: 0.35rem;
    right: 0.35rem;
    transform: none;
    width: auto;
    max-width: none;
  }

  .hero-copy {
    text-align: left;
    margin: 0;
  }

  .hero h1 {
    font-size: clamp(1.65rem, 7vw, 2.15rem);
    margin-left: 0;
    margin-right: 0;
  }

  .hero p {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-points {
    display: none;
  }

  .trust-strip .container {
    border-radius: 18px;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
  }

  .section {
    padding: 2.4rem 0;
  }

  .section-heading {
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: start;
  }

  .section-heading h2 {
    font-size: 1.2rem;
  }

  .feature-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .step-card,
  .panel,
  .cta-card {
    border-radius: 14px;
    padding: 1rem;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .showcase-item,
  .showcase-item-large {
    min-height: 180px;
    grid-row: auto;
  }

  .cta-card {
    padding: 1.1rem;
  }

  .footer .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .wa-float {
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.75rem 0.9rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 420px) {
  .nav-row {
    padding-right: 8.2rem;
  }

  .brand {
    max-width: calc(100% - 8.2rem);
    letter-spacing: 0.04em;
  }

  .brand span {
    white-space: nowrap;
    font-size: clamp(0.5rem, 2.6vw, 0.7rem);
    line-height: 1.05;
  }


  .lang-switcher {
    padding: 0.24rem 0.46rem;
    gap: 0.28rem;
  }

  .lang-switcher .lang-flag {
    font-size: 0.86rem;
  }

  .lang-switcher select {
    min-width: 1.95rem;
    font-size: 0.8rem;
  }
}
