body.locale-landing-page {
  background:
    radial-gradient(circle at top left, rgba(0, 199, 154, 0.14), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 112, 67, 0.14), transparent 28%),
    #050816;
  color: #eff3ff;
}

.locale-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 8, 22, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.locale-header .container,
.locale-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.locale-brand {
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.locale-brand:hover,
.locale-brand:focus {
  color: #ffffff;
  text-decoration: none;
}

.locale-brand span {
  color: #00c79a;
}

.locale-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.locale-nav a,
.locale-switcher a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  font-weight: 500;
}

.locale-nav a:hover,
.locale-nav a:focus,
.locale-switcher a:hover,
.locale-switcher a:focus,
.locale-switcher a.is-active {
  color: #ffffff;
  text-decoration: none;
}

.locale-main {
  padding: 48px 0 80px;
}

.locale-main section {
  padding: 32px 0;
}

.locale-hero {
  padding-top: 28px;
}

.locale-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 28px;
  align-items: stretch;
}

.locale-panel,
.locale-proof-card,
.faq-card,
.locale-stat-card {
  background: rgba(10, 16, 34, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.locale-copy {
  padding: 38px;
}

.locale-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 199, 154, 0.14);
  color: #9df1db;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.locale-copy h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.locale-copy p,
.locale-copy li,
.locale-section-head p,
.locale-proof-card p,
.faq-card p,
.locale-footer p {
  color: rgba(239, 243, 255, 0.8);
  font-size: 1rem;
  line-height: 1.75;
}

.locale-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.locale-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.locale-btn:hover,
.locale-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.locale-btn-primary {
  background: linear-gradient(135deg, #00c79a, #0aa2ff);
  color: #03121b;
  box-shadow: 0 18px 34px rgba(10, 162, 255, 0.18);
}

.locale-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.locale-list,
.locale-proof-card ul,
.locale-process,
.locale-market-strip,
.locale-switcher {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.locale-list li,
.locale-proof-card li {
  position: relative;
  padding-left: 18px;
}

.locale-list li::before,
.locale-proof-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00c79a;
}

.locale-hero-card {
  padding: 28px;
  overflow: hidden;
}

.locale-visual {
  min-height: 260px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 199, 154, 0.3), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(10, 162, 255, 0.28), transparent 26%),
    radial-gradient(circle at 55% 78%, rgba(255, 140, 92, 0.22), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.locale-visual::before,
.locale-visual::after {
  content: "";
  position: absolute;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.locale-visual::before {
  inset: 22px 22px auto auto;
  width: 120px;
  height: 76px;
  background: rgba(3, 18, 27, 0.66);
}

.locale-visual::after {
  inset: auto auto 24px 24px;
  width: 150px;
  height: 92px;
  background: rgba(3, 18, 27, 0.72);
}

.locale-market-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.locale-stat-card {
  padding: 22px;
}

.locale-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
}

.locale-section-head {
  max-width: 720px;
  margin-bottom: 22px;
}

.locale-section-head h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.7rem);
  letter-spacing: -0.035em;
}

.locale-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.locale-panel {
  padding: 24px;
}

.locale-panel h3,
.locale-proof-card h3,
.faq-card h3 {
  color: #ffffff;
  margin-bottom: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.24rem;
}

.locale-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.locale-proof-grid,
.locale-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.locale-proof-card,
.faq-card {
  padding: 24px;
}

.locale-cta-band {
  padding: 34px;
  background: linear-gradient(135deg, rgba(0, 199, 154, 0.16), rgba(10, 162, 255, 0.14));
}

.locale-switcher {
  grid-auto-flow: column;
  justify-content: start;
  gap: 16px;
}

.locale-footer {
  padding: 26px 0 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.locale-rtl {
  direction: rtl;
}

body.locale-rtl .locale-list li,
body.locale-rtl .locale-proof-card li {
  padding-left: 0;
  padding-right: 18px;
}

body.locale-rtl .locale-list li::before,
body.locale-rtl .locale-proof-card li::before {
  left: auto;
  right: 0;
}

body.locale-rtl .locale-header .container,
body.locale-rtl .locale-footer .container {
  flex-direction: row-reverse;
}

body.locale-rtl .locale-switcher {
  justify-content: end;
}

@media (max-width: 1199px) {
  .locale-hero-grid,
  .locale-grid,
  .locale-process,
  .locale-proof-grid,
  .locale-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .locale-main {
    padding-top: 28px;
  }

  .locale-hero-grid,
  .locale-grid,
  .locale-process,
  .locale-proof-grid,
  .locale-faq-grid,
  .locale-market-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .locale-copy,
  .locale-hero-card,
  .locale-panel,
  .locale-proof-card,
  .faq-card,
  .locale-cta-band {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .locale-header .container,
  .locale-footer .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .locale-nav,
  .locale-switcher,
  body.locale-rtl .locale-switcher {
    grid-auto-flow: row;
    justify-content: start;
  }

  .locale-copy h1 {
    font-size: 2.2rem;
  }

  .locale-actions {
    flex-direction: column;
  }

  .locale-btn {
    width: 100%;
  }
}
