:root {
  --bg: #f4f7f4;
  --surface: #ffffff;
  --ink: #122019;
  --muted: #436055;
  --brand: #1f6b45;
  --brand-2: #8aa56a;
  --focus: #0f62fe;
  --radius: 14px;
  --shadow: 0 8px 28px rgba(18, 32, 25, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

.container {
  width: min(1080px, 92%);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: -999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  outline: 2px solid var(--focus);
}

a {
  color: #184f96;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  border-radius: 6px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #d6e2d8;
  backdrop-filter: blur(6px);
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
}

.brand img {
  width: 2.2rem;
  height: 2.2rem;
}

.nav {
  display: flex;
  gap: 1rem;
}

.nav a {
  text-decoration: none;
  color: var(--ink);
  padding: 0.35rem 0.4rem;
}

.menu-toggle {
  display: none;
  border: 1px solid #b6c7bb;
  background: #fff;
  border-radius: 8px;
  padding: 0.35rem 0.6rem;
}

.hero {
  background: linear-gradient(135deg, #ecf5ea, #f8fbf6 55%, #e8f0f8);
  padding: 3.2rem 0 2.4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.6rem;
  align-items: center;
}

.eyebrow {
  color: var(--muted);
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: clamp(1.8rem, 2.9vw, 3rem);
  margin: 0.2rem 0 0.8rem;
}

.lead {
  font-size: 1.05rem;
  max-width: 62ch;
}

.hero-art {
  width: 100%;
  max-width: 440px;
  justify-self: end;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 0.64rem 1rem;
  border-radius: 999px;
  font-weight: 700;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-ghost {
  border: 2px solid var(--brand);
  color: var(--brand);
}

.btn-large {
  padding: 0.9rem 1.25rem;
  font-size: 1.03rem;
  min-width: 170px;
  text-align: center;
}

.compliance-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.section {
  padding: 2.5rem 0;
}

.section.alt {
  background: #eef4ef;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: var(--shadow);
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1rem;
}

.embed-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding-top: 56.25%;
  background: #111;
}

.embed-wrap iframe {
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
  inset: 0;
}

.embed-note {
  position: absolute;
  z-index: 1;
  inset: auto 1rem 1rem 1rem;
  margin: 0;
  background: rgba(16, 34, 25, 0.72);
  color: #fff;
  font-size: 0.93rem;
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
}

.poster-wrap {
  display: grid;
  place-items: center;
  padding-top: 0;
  min-height: 320px;
}

.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-cta {
  position: relative;
  z-index: 2;
  background: rgba(15, 31, 24, 0.84);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.site-footer {
  background: #102219;
  color: #ecf6ee;
  padding: 2rem 0;
}

.site-footer a {
  color: #d3f8dc;
}

.legal-links {
  margin-top: 0.75rem;
}

.legal-layout {
  padding: 2.5rem 0 3rem;
}

.legal-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.4rem;
  margin-bottom: 1rem;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
  background: #0f1f18;
  color: #eff7f1;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}

.cookie-banner button {
  border: 1px solid #87ad95;
  background: #173427;
  color: #eff7f1;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
}

.cookie-banner .accept-btn {
  background: #2c8b5c;
  border-color: #2c8b5c;
}

.cookie-panel {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #365745;
}

.cookie-panel label {
  display: block;
  margin-bottom: 0.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 880px) {
  .hero-grid,
  .footer-grid,
  .links-grid,
  .cards {
    grid-template-columns: 1fr;
  }

  .compliance-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-bottom: 0.8rem;
  }

  .nav.open {
    display: flex;
  }

  .header-wrap {
    flex-wrap: wrap;
  }
}
