﻿:root {
  --green: #8bc34a;
  --green-active: #00ff66;
  --ink: #000000;
  --muted: #666666;
  --body: #333333;
  --line: #e5e5e5;
  --footer: #333333;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 79px;
  background: #000000;
}

.site-header__inner {
  width: min(1140px, calc(100% - 32px));
  min-height: 79px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo {
  flex: 0 0 auto;
  line-height: 0;
}

.site-logo img {
  width: 202px;
  height: 52px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-nav a {
  display: block;
  color: #ffffff;
  line-height: 1.4;
  padding: 10px 20px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #8bc34a;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 9px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: #ffffff;
}

.regions-hero {
  padding: 140px 40px 44px;
  background: #000000;
  text-align: center;
}

.regions-hero h1 {
  max-width: 920px;
  margin: 0 auto 12px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.regions-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #a0b4c8;
  font-size: 17px;
  line-height: 1.65;
}

.geographic-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}

.section-header {
  margin-bottom: 60px;
  text-align: left;
}

.section-title {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.section-subtitle {
  max-width: 800px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.markets-grid {
  display: grid;
  gap: 60px;
}

.market-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line);
}

.market-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.market-image {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f9f9f9;
}

.market-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.market-title {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.market-tagline {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.market-description,
.market-section-content {
  color: var(--body);
  font-size: 15px;
  line-height: 1.8;
}

.market-description {
  margin: 0 0 24px;
}

.market-section {
  margin-bottom: 20px;
}

.market-section-title {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.market-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.highlight-badge {
  padding: 8px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #ffffff;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.highlight-badge:hover {
  border-color: #999999;
  background: #f5f5f5;
}

.market-cta {
  margin: 20px 0 0;
  font-size: 14px;
}

.market-cta a,
.seo-links a {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.seo-section {
  padding: 50px 40px;
  margin-top: 60px;
  border-radius: 8px;
}

.seo-section h2 {
  margin: 0 0 14px;
  color: #1a1a2e;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.seo-section p {
  margin: 0 0 14px;
  color: #444444;
  font-size: 16px;
  line-height: 1.8;
}

.seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.site-footer {
  padding: 54px 20px;
  background: var(--footer);
  color: #ffffff;
}

.footer-inner {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.7fr;
  gap: 42px;
  align-items: start;
}

.footer-label {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 16px;
  font-weight: 500;
}

.site-footer p {
  margin: 0 0 12px;
  color: #eeeeee;
  line-height: 1.6;
}

.footer-phone {
  color: #ffffff;
  text-decoration: none;
}

.social-link img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .geographic-section {
    padding: 60px 30px;
  }

  .market-card {
    grid-template-columns: 150px 1fr;
    gap: 30px;
  }

  .market-image {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1199px) {
  .site-header__inner {
    width: min(940px, calc(100% - 32px));
  }

  .site-nav a {
    padding-inline: 14px;
  }
}

@media (max-width: 991px) {
  .site-header__inner {
    width: min(720px, calc(100% - 32px));
  }

  .site-nav a {
    padding-inline: 8px;
  }
}

@media (max-width: 767px) {
  .site-header__inner {
    width: min(540px, calc(100% - 32px));
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    min-width: 260px;
    padding: 24px 0;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav a {
    padding: 10px 40px;
    font-size: 1.25rem;
  }
}

@media (max-width: 575px) {
  .site-header__inner {
    width: min(340px, calc(100% - 32px));
  }
}
@media (max-width: 980px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .regions-hero {
    padding: 70px 24px 36px;
  }

  .geographic-section {
    padding: 50px 20px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .market-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 40px;
  }

  .market-image {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  .market-title {
    font-size: 24px;
  }

  .seo-section {
    padding: 36px 0 0;
  }

  .seo-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-links span {
    display: none;
  }
}

