:root {
  --bg: #f6f2eb;
  --paper: #ffffff;
  --paper-soft: #fbf8f3;
  --text: #1f2a33;
  --muted: #606c76;
  --line: #e6ddd0;
  --accent: #7e6846;
  --accent-dark: #675235;
  --deep: #24313a;
  --shadow: 0 16px 40px rgba(20, 28, 35, 0.08);
  --shadow-soft: 0 10px 28px rgba(20, 28, 35, 0.05);
  --radius: 22px;
  --max: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(126, 104, 70, 0.08), transparent 24%),
    linear-gradient(180deg, #f8f5ef 0%, #f6f2eb 52%, #f3eee6 100%);
  line-height: 1.65;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.narrow {
  width: min(920px, calc(100% - 2rem));
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(248, 245, 239, 0.84);
  border-bottom: 1px solid rgba(230, 221, 208, 0.8);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.nav a:hover {
  background: rgba(255, 255, 255, 0.9);
}

.hero-wrap {
  padding: 1.5rem 0 1rem;
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: 610px;
  background:
    linear-gradient(180deg, rgba(16, 26, 34, 0.18), rgba(16, 26, 34, 0.58)),
    linear-gradient(135deg, rgba(31, 53, 46, 0.26), rgba(36, 52, 67, 0.22)),
    url("https://images.unsplash.com/photo-1500835556837-99ac94a94552?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  box-shadow: 0 24px 60px rgba(16, 26, 34, 0.15);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(16, 26, 34, 0), rgba(16, 26, 34, 0.26));
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 2rem;
  padding: 3rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 10ch;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  max-width: 56ch;
  margin: 1.2rem 0 1.6rem;
}

.cta-row {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.25rem;
  border-radius: 16px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.btn-primary {
  background: #fff;
  color: var(--deep);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.hero-card {
  justify-self: end;
  width: min(100%, 360px);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  backdrop-filter: blur(12px);
  color: #fff;
  padding: 1.4rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
}

.hero-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
}

.hero-card p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
}

.hero-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-list li {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.95rem;
}

.hero-list li:first-child {
  border-top: none;
  padding-top: 0;
}

.section {
  padding: 1rem 0 0.4rem;
}

.section-soft {
  padding-top: 1.4rem;
}

.section-intro {
  margin-bottom: 1.4rem;
}

.section h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.section-intro p {
  color: var(--muted);
  max-width: 68ch;
}

.kicker {
  display: inline-block;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.about-grid,
.info-grid,
.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.about-card,
.info-card,
.social-card,
.region-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
}

.about-card p + p,
.info-card p + p {
  margin-top: 1rem;
}

.about-card p,
.info-card p,
.region-card p,
.social-card p {
  margin: 0;
  color: var(--muted);
}

.about-card h3,
.info-card h3,
.region-card h3,
.social-card h3,
.operator-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
}

.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.region-card {
  border: 1px solid var(--line);
  background: var(--paper-soft);
}

.operators-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.operator-card,
.social-card {
  display: block;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.operator-card:hover,
.social-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(20, 28, 35, 0.08);
  border-color: #d7cec1;
}

.operator-card p {
  color: var(--muted);
  margin: 0;
}

.subtle-link {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--accent-dark);
  font-weight: 700;
  font-size: 0.95rem;
}

.footer {
  padding: 2rem 0 3rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-inner {
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .hero-inner,
  .about-grid,
  .regions-grid,
  .operators-grid,
  .info-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    padding: 2rem;
  }

  .hero-card {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-wrap {
    padding-top: 1rem;
  }

  h1 {
    max-width: 11ch;
  }

  .hero-card {
    width: 100%;
  }
}