:root {
  --navy: #0b1f3a;
  --navy-2: #102b4c;
  --gold: #c99b32;
  --gold-2: #e3bd63;
  --ink: #182437;
  --muted: #667085;
  --line: #e5e9f0;
  --bg: #ffffff;
  --soft: #f6f8fb;
  --shadow: 0 18px 45px rgba(11, 31, 58, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section-pad {
  padding: 88px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand img {
  width: 124px;
}

.main-nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  color: var(--navy);
  font-size: 0.96rem;
  font-weight: 650;
}

.main-nav a {
  padding: 10px 0;
}

.main-nav a:hover,
.lang-btn:hover,
.cookie-settings:hover {
  color: var(--gold);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
}

.lang-btn {
  border: 0;
  color: var(--navy);
  background: transparent;
  border-radius: 999px;
  padding: 7px 10px;
  cursor: pointer;
  font-weight: 750;
}

.lang-btn.active {
  color: #fff;
  background: var(--navy);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
}

.hero {
  color: #fff;
  background:
    radial-gradient(circle at 78% 22%, rgba(201, 155, 50, 0.24), transparent 28%),
    linear-gradient(135deg, var(--navy), #071525 68%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 56px;
  align-items: center;
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.7rem);
  line-height: 0.98;
}

.title {
  margin: 16px 0 28px;
  color: var(--gold-2);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
}

.hero h2 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(1.45rem, 2.8vw, 2.45rem);
  line-height: 1.15;
}

.hero-text {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.btn-primary,
.btn-gold {
  color: var(--navy);
  background: var(--gold-2);
}

.btn-secondary {
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.hero .btn-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
}

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255,255,255,0.13), rgba(255,255,255,0.04));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.hero-card img {
  position: relative;
  z-index: 2;
  width: min(300px, 82%);
  margin: 0 auto;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.28));
}

.hero-card p {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin: 32px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.6;
  text-align: center;
}

.globe-mark {
  position: absolute;
  inset: 86px 28px 58px;
  border: 1px solid rgba(227, 189, 99, 0.32);
  border-radius: 50%;
}

.globe-mark span {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.globe-mark span:nth-child(2) {
  inset: 25% 8%;
}

.globe-mark span:nth-child(3) {
  inset: 8% 32%;
}

.narrow {
  max-width: 850px;
}

.narrow h2,
.section-heading h2,
.eu-highlight h2,
.contact-section h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
}

.narrow p:not(.section-label),
.section-heading p,
.contact-section p,
.eu-highlight p {
  color: var(--muted);
  font-size: 1.05rem;
}

.muted {
  background: var(--soft);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

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

.activity-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(11, 31, 58, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.activity-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 155, 50, 0.42);
  box-shadow: var(--shadow);
}

.activity-icon,
.value-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: #f7edcf;
  border-radius: 10px;
  font-size: 1.35rem;
}

.activity-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.25rem;
}

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

.activity-card a {
  margin-top: auto;
  color: var(--navy);
  font-weight: 800;
}

.activity-card a:hover {
  color: var(--gold);
}

.eu-highlight {
  color: #fff;
  background:
    linear-gradient(rgba(11, 31, 58, 0.92), rgba(11, 31, 58, 0.96)),
    linear-gradient(135deg, var(--navy), var(--navy-2));
}

.eu-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 56px;
  align-items: center;
}

.eu-highlight h2,
.eu-highlight p {
  color: #fff;
}

.eu-highlight p {
  color: rgba(255, 255, 255, 0.78);
}

.gold {
  color: var(--gold-2);
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 750;
}

.check-list li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--gold-2);
}

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

.value-item {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(11, 31, 58, 0.06);
}

.value-item h3 {
  margin: 16px 0 0;
  color: var(--navy);
  font-size: 1.08rem;
}

.contact-section {
  background: linear-gradient(180deg, #fff, var(--soft));
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: 42px;
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  border-left: 5px solid var(--gold);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-card a {
  color: var(--navy);
  font-weight: 750;
  overflow-wrap: anywhere;
}

.contact-card a:hover {
  color: var(--gold);
}

.site-footer {
  padding: 36px 0;
  color: rgba(255, 255, 255, 0.78);
  background: #071525;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.2fr) auto;
  gap: 28px;
  align-items: start;
}

.site-footer img {
  width: 112px;
  margin-bottom: 12px;
  background: rgba(255,255,255,0.9);
  border-radius: 8px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-links a,
.cookie-settings {
  color: rgba(255, 255, 255, 0.86);
}

.cookie-settings {
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 22px;
  color: #fff;
  background: var(--navy);
  border: 1px solid rgba(227, 189, 99, 0.48);
  border-radius: 14px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

@media (max-width: 900px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 16px;
    padding: 14px 0;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .language-switcher {
    order: 2;
  }

  .main-nav {
    order: 3;
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 6px;
    margin-left: 0;
    padding: 10px 0 4px;
  }

  .main-nav.open {
    display: flex;
  }

  .hero-grid,
  .section-heading,
  .eu-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .activity-grid,
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-card {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .section-pad {
    padding: 62px 0;
  }

  .brand img {
    width: 104px;
  }

  .language-switcher {
    width: 100%;
    justify-content: center;
  }

  .hero-actions,
  .cookie-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .activity-grid,
  .values-grid,
  .check-list {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 315px;
    padding: 28px 20px;
  }

  .hero-card img {
    max-width: 200px;
  }

  .hero-card p {
    max-width: 280px;
    margin-top: 24px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
}
