:root {
  --ink: #f6f1ff;
  --mute: #c9b8e6;
  --paper: #12081d;
  --card: #231433;
  --violet: #8b5cf6;
  --violet-deep: #6d28d9;
  --gold: #f0d08a;
  --line: rgba(240, 208, 138, 0.18);
  --shadow: 0 22px 50px rgba(8, 2, 16, 0.45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(139, 92, 246, 0.28), transparent 36%),
    radial-gradient(circle at 90% 18%, rgba(240, 208, 138, 0.1), transparent 28%),
    var(--paper);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; }

img { max-width: 100%; display: block; }

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 80px;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 48px;
}

.brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.brand span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  text-decoration: none;
  color: var(--mute);
}

.nav a:hover { color: var(--gold); }

.kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1, h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}

h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.95;
}

.hero {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.lead {
  margin: 22px auto 0;
  max-width: 34em;
  color: var(--mute);
  font-size: 18px;
}

.contact-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 18px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(160deg, #2c1844, #1a0d2b);
  box-shadow: var(--shadow);
}

.contact-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
}

.contact-card .cta { margin-top: 16px; }

.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--violet), var(--violet-deep));
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(109, 40, 217, 0.35);
}

.cta:hover { filter: brightness(1.08); }

.note {
  margin: 14px 0 0;
  color: var(--mute);
  font-size: 13px;
}

hr.rule {
  border: 0;
  height: 1px;
  margin: 48px 0;
  background: var(--line);
}

.block {
  text-align: center;
}

.block h2 {
  margin: 0 auto 14px;
  font-size: 32px;
}

.block p, .block li {
  color: var(--mute);
  font-size: 16px;
}

.block p {
  margin-left: auto;
  margin-right: auto;
  max-width: 42em;
}

.block ul {
  display: inline-block;
  margin: 16px auto 0;
  padding-left: 18px;
  text-align: left;
}

.block li + li { margin-top: 8px; }

.geo-box {
  position: relative;
  margin-top: 28px;
}

.geo-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px 28px;
  align-items: center;
}

.geo-map-space {
  min-height: 280px;
  height: 100%;
  background:
    radial-gradient(ellipse 68% 58% at 46% 52%, rgba(139, 92, 246, 0.16), transparent 72%),
    url("assets/world-map.png?v=20260915") center / contain no-repeat;
  filter: hue-rotate(55deg) saturate(1.25) brightness(1.18);
  -webkit-mask-image: radial-gradient(ellipse 82% 78% at 48% 50%, #000 58%, transparent 100%);
  mask-image: radial-gradient(ellipse 82% 78% at 48% 50%, #000 58%, transparent 100%);
}

.geo-side {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.geo-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 240px;
  padding: 14px 16px;
  border: 1px solid rgba(139, 92, 246, 0.28);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(44, 24, 68, 0.96), rgba(18, 8, 29, 0.96));
}

.geo-card strong {
  display: block;
  font-size: 15px;
}

.geo-card span {
  color: var(--mute);
  font-size: 12px;
}

.geo-card.is-featured {
  min-height: 190px;
  align-items: start;
  padding: 22px;
  border-color: rgba(240, 208, 138, 0.55);
  box-shadow: 0 0 28px rgba(240, 208, 138, 0.16);
}

.geo-card.is-featured strong { font-size: 24px; margin-top: 6px; }

.geo-card.is-compact {
  min-width: 220px;
}

.geo-card.is-active {
  border-color: rgba(240, 208, 138, 0.5);
}

.geo-flag img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.geo-eye {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid rgba(240, 208, 138, 0.4);
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.geo-fit {
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.geo-all-btn {
  align-self: flex-start;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(240, 208, 138, 0.35);
  background: rgba(240, 208, 138, 0.08);
  color: var(--gold);
  font: 700 14px/1.3 "Manrope", sans-serif;
  cursor: pointer;
}

.geo-all {
  display: none;
  flex-direction: column;
  gap: 10px;
  max-height: 420px;
  overflow: auto;
}

.geo-box.is-open .geo-all { display: flex; }

.geo-marquees {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.geo-track { overflow: hidden; }

.geo-right,
.geo-left {
  display: flex;
  width: max-content;
  gap: 12px;
}

.geo-right { animation: geo-right 48s linear infinite; }
.geo-left { animation: geo-left 48s linear infinite; }

.geo-track:hover .geo-right,
.geo-track:hover .geo-left {
  animation-play-state: paused;
}

@keyframes geo-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes geo-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.legal-links a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}

.legal-links a:hover { text-decoration: underline; }

.foot {
  margin-top: 40px;
  color: var(--mute);
  font-size: 13px;
}

.float-tg {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #2aa3e0;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(42, 163, 224, 0.35);
}

.legal-page .wrap { max-width: 760px; }

.legal-page .block {
  text-align: left;
}

.updated {
  color: var(--mute);
  font-size: 13px;
}

@media (prefers-reduced-motion: reduce) {
  .geo-right, .geo-left {
    animation: none;
  }
}

@media (max-width: 900px) {
  .wrap { width: calc(100% - 28px); }

  .geo-body { grid-template-columns: 1fr; }

  .geo-map-space {
    min-height: 200px;
    -webkit-mask-image: radial-gradient(ellipse 88% 80% at 50% 50%, #000 52%, transparent 100%);
    mask-image: radial-gradient(ellipse 88% 80% at 50% 50%, #000 52%, transparent 100%);
  }

  .contact-card { grid-template-columns: 1fr; }

  .contact-card img { height: 320px; }

  h1 { font-size: 40px; }
}
