@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/asset-022.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/asset-019.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/asset-032.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/asset-029.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/asset-037.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/asset-034.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/asset-042.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/asset-039.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

:root {
  --bg-site: #001e26;
  --bg-wrapper: #002833;
  --bg-container: #003d31;
  --border: #004f3f;
  --green: #94ca37;
  --green-hover: #a7dd4a;
  --yellow: #f2a100;
  --yellow-hover: #ffc926;
  --red: #f24e4e;
  --white: #fff;
  --gray: #9fb3ad;
  --text: #eaf3ef;
  --muted: #9fb3ad;
  --link: #ffc926;
  --link-hover: #ffe08a;
  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1180px;
  --header-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Exo 2', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 50% -10%, #00404f 0%, rgba(0,64,79,0) 60%),
    var(--bg-site);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }

a { color: var(--link); text-decoration: none; }
a:hover { color: var(--link-hover); }

h1, h2, h3 { line-height: 1.25; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
h2 { font-size: clamp(1.3rem, 3vw, 1.8rem); }
h3 { font-size: clamp(1.1rem, 2.4vw, 1.3rem); }
p { margin: 0 0 1em; }

.heading-xl { line-height: 1.25; margin: 0 0 .5em; font-weight: 800; font-size: clamp(1.6rem, 4vw, 2.4rem); }
.heading-lg { line-height: 1.25; margin: 0 0 .5em; font-weight: 800; font-size: clamp(1.3rem, 3vw, 1.8rem); }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 16px; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 44px; padding: 0 22px;
  border: 0; border-radius: 999px;
  font-family: inherit; font-weight: 700; font-size: 1rem; line-height: 1;
  cursor: pointer; text-align: center; white-space: nowrap;
  transition: background-color .18s ease, color .18s ease, transform .05s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green); color: #06250a; }
.btn-primary:hover { background: var(--green-hover); color: #06250a; }
.btn-accent { background: var(--yellow); color: #2a1c00; }
.btn-accent:hover { background: var(--yellow-hover); color: #2a1c00; }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--border); }
.btn-ghost:hover { background: rgba(255,255,255,.06); color: var(--white); }
.btn-block { width: 100%; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  height: var(--header-h);
  background: rgba(0,30,38,.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.site-header .container {
  height: 100%; display: flex; align-items: center; gap: 16px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); }
.brand .brand-mark { width: 36px; height: 36px; flex: 0 0 auto; fill: var(--green); }
.brand .brand-word { height: 22px; width: auto; fill: var(--white); }
.brand b { font-size: 1.15rem; font-weight: 800; letter-spacing: .2px; }

.main-nav { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.main-nav a {
  color: var(--text); padding: 8px 12px; border-radius: var(--radius-sm);
  font-weight: 600; font-size: .95rem;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { background: rgba(255,255,255,.07); color: var(--white); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.header-actions .btn { min-height: 40px; padding: 0 16px; font-size: .92rem; }

/* Language switcher anchors the right-hand group of the header */
.lang-switch { margin-left: auto; display: inline-flex; align-items: center; gap: 2px; margin-right: 4px; }
.lang-switch a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: var(--radius-sm);
  opacity: .45; transition: opacity .15s ease, background-color .15s ease;
}
.lang-switch a:hover { opacity: 1; background: rgba(255,255,255,.07); }
.lang-switch a[aria-current="true"] { opacity: 1; }
.lang-switch .flag { width: 22px; height: 16px; border-radius: 2px; display: block; box-shadow: 0 0 0 1px rgba(255,255,255,.18); }

.burger {
  display: none;
  align-items: center; justify-content: center;
  width: 44px; height: 44px; padding: 0; flex: 0 0 auto;
  background: transparent; border: 1px solid var(--border); border-radius: var(--radius-sm);
  cursor: pointer; color: var(--white);
}
.burger span, .burger span::before, .burger span::after {
  content: ""; display: block; width: 20px; height: 2px; margin: 0 auto;
  background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease;
}
.burger span::before { transform: translateY(-6px); }
.burger span::after { transform: translateY(4px); }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: rotate(45deg); }
.burger[aria-expanded="true"] span::after { transform: rotate(-45deg) translateY(-1px); }

.sidebar {
  position: fixed; inset: 0 auto 0 0; z-index: 60;
  width: min(82vw, 320px);
  background: var(--bg-wrapper);
  border-right: 1px solid var(--border);
  padding: 20px 18px;
  transform: translateX(-100%);
  transition: transform .25s ease;
  overflow-y: auto;
}
.sidebar.is-open { transform: translateX(0); }
.sidebar a { display: block; color: var(--text); padding: 12px 10px; border-radius: var(--radius-sm); font-weight: 600; }
.sidebar a:hover { background: rgba(255,255,255,.06); color: var(--white); }
.sidebar .sidebar-cta { margin-top: 16px; display: grid; gap: 10px; }
.sidebar-close { float: right; background: transparent; border: 0; color: var(--muted); font-size: 1.5rem; line-height: 1; cursor: pointer; }

.backdrop {
  position: fixed; inset: 0; z-index: 55;
  background: rgba(0,0,0,.55);
  opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease;
}
.backdrop.is-open { opacity: 1; visibility: visible; }

.hero { padding: 40px 0 28px; }
.hero-card {
  background: linear-gradient(180deg, var(--bg-wrapper), var(--bg-container));
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
}
.hero h1, .hero .heading-xl { margin-bottom: .35em; }
.hero .lead { font-size: 1.08rem; color: var(--text); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }

.stats { display: flex; flex-wrap: wrap; gap: 14px; margin: 18px 0 0; padding: 0; list-style: none; }
.stat {
  flex: 1 1 160px;
  background: rgba(0,0,0,.22); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 14px 16px;
}
.stat .num { font-size: 1.5rem; font-weight: 800; color: var(--green); }
.stat .lbl { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }

.section { padding: 26px 0; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.section-head h2, .section-head .heading-lg { margin: 0; }
.section-head .count { color: var(--muted); font-size: .9rem; font-weight: 600; }

.slider { position: relative; }
.slider-track {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 6px;
}
.slider-track::-webkit-scrollbar { display: none; }
.slider-track > * { scroll-snap-align: start; }

@media (min-width: 700px) {
  .slider-track { grid-auto-columns: minmax(200px, 1fr); }
}

.card {
  background: var(--bg-wrapper); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
}
.card .thumb {
  aspect-ratio: 292 / 392;
  background: var(--bg-container);
}
.card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card .card-body { padding: 12px; display: flex; flex-direction: column; gap: 8px; }
.card .card-title { font-weight: 700; font-size: 1rem; color: var(--white); }
.card .card-meta { font-size: .82rem; color: var(--muted); }

.slider-arrows { display: flex; gap: 8px; }
.slider-arrow {
  width: 40px; height: 40px; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg-container); color: var(--white);
  border: 1px solid var(--border); border-radius: 50%;
  cursor: pointer; transition: background-color .15s ease;
}
.slider-arrow:hover { background: var(--green); color: #06250a; }
.slider-arrow svg { width: 22px; height: 22px; fill: currentColor; }
.slider-arrow[disabled] { opacity: .4; cursor: default; }

.seo {
  padding: 32px 0 8px;
  border-top: 1px solid var(--border);
}
.seo-inner {
  background: var(--bg-wrapper);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: clamp(20px, 4vw, 40px);
}
.seo-inner h1 { margin-top: 0; }
.seo-inner h2 { margin-top: 1.4em; color: var(--white); }
.seo-inner h3 { margin-top: 1.2em; color: var(--green); }
.seo-inner ul, .seo-inner ol { padding-left: 1.3em; margin: 0 0 1em; }
.seo-inner li { margin-bottom: .4em; }
.seo-inner a { color: var(--yellow); text-decoration: underline; text-underline-offset: 2px; }
.seo-inner a:hover { color: var(--yellow-hover); }

.seo-inner table {
  width: 100%; border-collapse: collapse; margin: 0 0 1.4em;
  font-size: .95rem; display: block; overflow-x: auto;
}
.seo-inner th, .seo-inner td {
  border: 1px solid var(--border); padding: 10px 12px; text-align: left;
}
.seo-inner thead th { background: var(--bg-container); color: var(--white); }
.seo-inner tbody tr:nth-child(even) { background: rgba(255,255,255,.03); }
.seo-inner strong { color: var(--white); }

.breadcrumbs { padding: 16px 0 0; font-size: .9rem; color: var(--muted); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.breadcrumbs li::after { content: "/"; margin-left: 6px; color: var(--border); }
.breadcrumbs li:last-child::after { content: ""; }
.breadcrumbs a { color: var(--link); }
.breadcrumbs [aria-current="page"] { color: var(--text); }

.site-footer {
  margin-top: 40px;
  background: var(--bg-wrapper);
  border-top: 1px solid var(--border);
  padding: 32px 0 24px;
  font-size: .92rem;
}
.footer-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-bottom: 22px;
}
.footer-col h3, .footer-col-title { font-size: .95rem; color: var(--white); margin-bottom: .8em; font-weight: 700; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-col a { color: var(--muted); }
.footer-col a:hover { color: var(--white); }
.footer-note {
  border-top: 1px solid var(--border); padding-top: 18px;
  color: var(--muted); font-size: .85rem;
}
.footer-note .age {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; margin-right: 10px;
  border: 2px solid var(--red); color: var(--red); border-radius: 50%;
  font-weight: 800; font-size: .8rem; vertical-align: middle;
}
.copyright { margin-top: 14px; color: var(--muted); }

@media (max-width: 960px) {
  .main-nav, .header-actions { display: none; }
  /* Keep the language switcher visible next to the burger on mobile */
  .lang-switch { margin-right: 10px; }
  .burger { display: inline-flex; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}