@font-face {
  font-family: "Nos Regular";
  src: url("../fonts/NoSRg.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Nos Medium";
  src: url("../fonts/NoSMdT.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Nos Bold";
  src: url("../fonts/NoSBdT.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --navy: #182548;
  --navy-soft: #1f2c5e;
  --blue: #2d5c99;
  --lime: #cbd90d;
  --pink: #f92fa2;
  --purple: #a71199;
  --cyan: #00a9b2;
  --green: #3b753f;
  --red: #d31936;
  --ink: #182548;
  --muted: #5d6c7b;
  --line: #dbe0e8;
  --paper: #ffffff;
  --surface: #f4f7fb;
  --surface-warm: #f7f7f3;
  --shadow-sm: 0 10px 30px rgba(24, 37, 72, 0.08);
  --shadow-md: 0 24px 60px rgba(24, 37, 72, 0.14);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 36px;
  --container: 1440px;
  --header-height: 108px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Nos Regular", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--navy);
  font-family: "Nos Medium", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.12;
  text-wrap: balance;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(3rem, 5.4vw, 6.25rem);
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 3.8vw, 4.5rem);
  letter-spacing: -0.025em;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  color: var(--navy);
  background: var(--lime);
}

:focus-visible {
  outline: 3px solid var(--page-accent, var(--lime));
  outline-offset: 4px;
}

.color-white {
	color:#fff !important;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--navy);
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.container {
  width: min(calc(100% - 72px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: clamp(82px, 9vw, 150px);
}

.section-sm {
  padding-block: clamp(62px, 7vw, 105px);
}

.surface-section {
  background: var(--surface);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(40px, 5vw, 72px);
}

.section-heading > div {
  max-width: 820px;
}

.section-heading p {
  max-width: 610px;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 1.08rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: var(--navy);
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 36px;
  height: 4px;
  background: var(--page-accent, var(--lime));
  content: "";
}

.eyebrow.on-dark {
  color: #fff;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.12rem, 1.6vw, 1.4rem);
  line-height: 1.55;
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  border: 1px solid var(--navy);
  border-radius: 999px;
  padding: 10px 24px;
  color: var(--navy);
  background: transparent;
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.button:hover,
.button:focus-visible {
  border-color: var(--navy);
  color: #fff;
  background: var(--navy);
  transform: translateY(-2px);
}

.button.primary {
  border-color: var(--page-accent, var(--lime));
  color: var(--navy);
  background: var(--page-accent, var(--lime));
}

.button.primary.white {
  border-color: var(--page-accent, var(--lime));
  color: #fff;
  background: var(--page-accent, var(--lime));
}

.button.primary:hover,
.button.primary:focus-visible {
  border-color: var(--navy);
  color: #fff;
  background: var(--navy);
}

.button.light {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.button.light:hover,
.button.light:focus-visible {
  border-color: #fff;
  color: var(--navy);
  background: #fff;
}

.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.98);
  transition:
    height 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.site-header.is-scrolled {
  height: 82px;
  border-color: rgba(24, 37, 72, 0.08);
  box-shadow: 0 10px 40px rgba(24, 37, 72, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 72px), 1520px);
  height: 100%;
  margin-inline: auto;
}

.brand {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: clamp(218px, 18.6vw, 296px);
  aspect-ratio: 500 / 159;
}

.brand-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transition:
    opacity 0.24s ease,
    transform 0.3s ease;
  padding: 10px 0px 10px 0px;
}

.brand-logo--default {
  opacity: 1;
  transform: translateY(0);
}

.brand-logo--sticky {
  opacity: 0;
  transform: translateY(4px);
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-header.is-scrolled .brand-logo--default {
  opacity: 0;
  transform: translateY(-4px);
}

.site-header.is-scrolled .brand-logo--sticky {
  opacity: 1;
  transform: translateY(0);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(13px, 1.35vw, 25px);
  margin-left: 32px;
}

.nav-link {
  position: relative;
  padding-block: 13px;
  color: var(--navy);
  font-size: clamp(0.84rem, 1vw, 1rem);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 3px;
  background: var(--link-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-link.is-active {
  font-family: "Nos Medium", Arial, sans-serif;
}

.login-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--navy);
  border-radius: 9px;
  padding: 8px 14px;
  color: var(--navy);
  background: #fff;
  font-family: "Nos Medium", Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.login-link svg,
.mobile-login svg {
  fill: currentColor;
}

.login-link:hover,
.login-link.is-active {
  color: #fff;
  background: var(--navy);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  padding: 0 12px;
  color: var(--navy);
  background: var(--surface);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.menu-toggle span:nth-child(2) {
  width: 18px;
}

.menu-backdrop {
  position: fixed;
  z-index: 1100;
  inset: 0;
  background: rgba(10, 18, 42, 0.56);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.menu-backdrop.is-visible {
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: min(88vw, 440px);
  padding: 28px 32px 34px;
  background: #fff;
  box-shadow: -30px 0 70px rgba(24, 37, 72, 0.2);
  transform: translateX(105%);
  visibility: hidden;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.4s;
}

.mobile-menu.is-open {
  transform: translateX(0);
  visibility: visible;
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.mobile-menu-label {
  color: var(--muted);
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  cursor: pointer;
}

.menu-close svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 14px 4px;
  color: var(--navy);
  font-family: "Nos Medium", Arial, sans-serif;
  font-size: 1.35rem;
  text-decoration: none;
}

.mobile-nav-link span:last-child {
  color: var(--link-accent);
  font-size: 1rem;
}

.mobile-nav-link.is-active {
  padding-left: 13px;
  border-left: 4px solid var(--link-accent);
}

.mobile-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
  border-radius: 9px;
  padding: 13px 20px;
  color: #fff;
  background: var(--navy);
  font-family: "Nos Medium", Arial, sans-serif;
  text-decoration: none;
}

.mobile-menu-contact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
  padding-top: 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

.mobile-menu-contact span {
  margin-bottom: 6px;
  color: var(--navy);
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-menu-contact a {
  text-decoration: none;
}

main {
  overflow: clip;
}

.home-hero,
.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(860px, 100vh);
  padding-top: var(--header-height);
  overflow: hidden;
}

.home-hero::before,
.page-hero::before {
  position: absolute;
  z-index: 0;
  top: 10%;
  left: -11%;
  width: 420px;
  height: 420px;
  border: 80px solid color-mix(in srgb, var(--page-accent) 23%, transparent);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: clamp(44px, 6vw, 106px);
  padding-block: clamp(72px, 8vw, 120px);
}

.hero-copy {
  max-width: 710px;
}

.hero-copy .lead {
  max-width: 650px;
}

.hero-copy h1 .accent-line {
  position: relative;
  display: inline-block;
}

.hero-copy h1 .accent-line::after {
  position: absolute;
  z-index: -1;
  right: -3px;
  bottom: 0.12em;
  left: -3px;
  height: 0.24em;
  background: var(--page-accent, var(--lime));
  content: "";
}

.hero-media {
  position: relative;
  min-height: 580px;
}

.hero-media::before {
  position: absolute;
  z-index: 0;
  right: -24px;
  bottom: -24px;
  width: 68%;
  height: 76%;
  border-radius: var(--radius-lg);
  background: var(--page-accent, var(--lime));
  content: "";
}

.hero-media img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg) 0 var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-md);
  object-fit: cover;
}

.hero-media-card {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: -54px;
  display: flex;
  align-items: center;
  gap: 17px;
  max-width: 330px;
  border-left: 5px solid var(--page-accent, var(--lime));
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 19px 22px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.hero-media-card strong {
  display: block;
  color: var(--navy);
  font-family: "Nos Medium", Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.15;
}

.hero-media-card span {
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-badge {
  display: grid;
  flex: 0 0 52px;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--page-accent, var(--lime));
  font-family: "Nos Bold", Arial, sans-serif;
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  bottom: 23px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll::before {
  width: 1px;
  height: 46px;
  background: var(--navy);
  content: "";
}

.page-hero {
  min-height: 720px;
}

.page-hero .hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
}

.page-hero .hero-media {
  min-height: 500px;
}

.page-hero h1 {
  font-size: clamp(3.2rem, 5.7vw, 6.6rem);
}

.audience-section {
  position: relative;
  background: linear-gradient(180deg, #f2f7fc 0%, #fff 100%);
}

.audience-section::after {
  position: absolute;
  top: 40px;
  right: -100px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(203, 217, 13, 0.13);
  content: "";
}

.audience-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.audience-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(24, 37, 72, 0.11);
  border-radius: var(--radius-sm);
  color: var(--navy);
  background: #fff;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease;
}

.audience-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-9px);
}

.audience-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.audience-image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 46%;
  background: linear-gradient(transparent, rgba(24, 37, 72, 0.23));
  content: "";
}

.audience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.audience-card:hover .audience-image img {
  transform: scale(1.04);
}

.audience-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 30px 24px;
}

.audience-content h3 {
  min-height: 2.3em;
  font-size: clamp(1.42rem, 2vw, 1.9rem);
}

.audience-content p {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.98rem;
}

.card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 19px;
  color: var(--navy);
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-action-arrow {
	color:#fff;	
}

.card-action span:last-child {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--card-accent, var(--lime));
  transition: transform 0.25s ease;
}

.audience-card:hover .card-action span:last-child {
  transform: translate(3px, -3px);
}

.stats-band {
  color: #fff;
  background: var(--navy);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
}

.stats-intro,
.stat-item {
  min-height: 220px;
  padding: 42px;
}

.stats-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--navy-soft);
}

.stats-intro h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.3rem);
}

.stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.stat-number {
  margin-bottom: 6px;
  color: var(--page-accent, var(--lime));
  font-family: "Nos Medium", Arial, sans-serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.stat-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  min-height: 640px;
}

.feature-split.reverse .feature-media {
  order: 2;
}

.feature-media {
  min-height: 540px;
  overflow: hidden;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 7vw, 124px);
  background: var(--surface-warm);
}

.feature-content .lead {
  max-width: 640px;
}

.feature-content.navy {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

.feature-content.navy h2,
.feature-content.navy h3,
.feature-content.navy .lead {
  color: #fff;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 13px;
}

.feature-list li::before {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--page-accent, var(--lime));
  content: "";
}

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

.info-card {
  position: relative;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 34px;
  background: #fff;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.info-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--card-accent, var(--page-accent, var(--lime)));
  content: "";
}

.info-card:hover {
  border-color: transparent;
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.info-card-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 42px;
  border-radius: 50%;
  color: var(--navy);
  background: color-mix(
    in srgb,
    var(--card-accent, var(--page-accent)) 25%,
    white
  );
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 1.1rem;
}

.info-card p {
  color: var(--muted);
}

.preparation-cards .info-card {
  display: flex;
  flex-direction: column;
}

.preparation-cards .button-row {
  margin-top: auto;
  padding-top: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.service-grid li {
  display: flex;
  align-items: center;
  min-height: 86px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 25px;
  color: var(--navy);
}

.service-grid li::before {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--page-accent, var(--lime));
  content: "";
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: timeline;
}

.timeline-item {
  position: relative;
  padding: 36px 32px 20px 0;
  border-top: 1px solid var(--line);
  counter-increment: timeline;
}

.timeline-item::before {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-top: -64px;
  margin-bottom: 29px;
  border-radius: 50%;
  color: #fff;
  background: var(--page-accent, var(--lime));
  font-family: "Nos Bold", Arial, sans-serif;
  content: "0" counter(timeline);
}

.timeline-item p {
  color: var(--muted);
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.board-card {
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.board-card-image {
  height: 320px;
  background: var(--surface);
}

.board-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
}

.board-card-content {
  padding: 24px;
}

.board-role {
  display: block;
  margin-bottom: 8px;
  color: var(--page-accent, var(--pink));
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.board-card h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.board-card p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.cta-band {
  position: relative;
  padding-block: clamp(78px, 8vw, 126px);
  color: #fff;
  background: var(--navy);
  overflow: hidden;
}

.cta-band::before {
  position: absolute;
  top: -100px;
  right: -60px;
  width: 360px;
  height: 360px;
  border: 72px solid color-mix(in srgb, var(--page-accent) 68%, transparent);
  border-radius: 50%;
  content: "";
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.cta-inner > div {
  max-width: 850px;
}

.cta-inner h2,
.cta-inner p {
  color: #fff;
}

.cta-inner h2 {
  margin-bottom: 15px;
}

.cta-inner p {
  max-width: 710px;
  margin-bottom: 0;
  opacity: 0.78;
}

.filter-panel {
  position: relative;
  z-index: 3;
  margin-top: -48px;
  border-radius: var(--radius-md);
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.filter-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(190px, 0.36fr);
  gap: 14px;
}

.search-field,
.select-field {
  position: relative;
}

.search-field svg,
.select-field svg {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--navy);
  stroke-linecap: round;
  stroke-width: 1.7;
  transform: translateY(-50%);
  pointer-events: none;
}

.search-field input,
.select-field select {
  width: 100%;
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 10px 18px 10px 54px;
  color: var(--navy);
  background: var(--surface);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.select-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px; /* Damit verschiebst du den Pfeil */
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.search-field input:focus,
.select-field select:focus {
  border-color: var(--page-accent, var(--lime));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--page-accent) 22%, transparent);
}

.filter-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 15px;
  color: var(--navy);
  background: #fff;
  font-size: 0.86rem;
  cursor: pointer;
}

.filter-chip.is-active,
.filter-chip:hover {
  border-color: var(--navy);
  color: #fff;
  background: var(--navy);
}

.results-count {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.directory-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 28px;
  background: #fff;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.directory-card:hover {
  border-color: var(--page-accent, var(--lime));
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.directory-card[hidden] {
  display: none;
}

.directory-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.directory-label {
  margin-bottom: 18px;
  color: var(--muted);
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.directory-card h3 {
  margin-bottom: 26px;
  font-size: 1.28rem;
}

.directory-card address {
  margin-top: auto;
  color: var(--muted);
  font-style: normal;
  font-size: 0.94rem;
  line-height: 1.5;
}

.qvg-mark {
  flex: 0 0 58px;
  width: 58px;
  height: auto;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: var(--radius-sm);
  padding: 46px;
  color: var(--muted);
  text-align: center;
}

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

.news-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 31px;
  color: var(--navy);
  background: #fff;
  text-decoration: none;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.news-card:hover {
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.news-card[hidden] {
  display: none;
}

.news-date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--green);
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.news-date::before {
  width: 27px;
  height: 3px;
  background: var(--green);
  content: "";
}

.news-card:hover .news-date,
.news-card:hover h3,
.news-card:hover li {
  color: #fff;
}

.news-card:hover .news-date::before {
  background: var(--lime);
}

.news-card h3 {
  font-size: 1.56rem;
  transition: color 0.25s ease;
}

.news-card ul {
  margin: 5px 0 28px;
  padding-left: 19px;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.45;
}

.news-card li + li {
  margin-top: 8px;
}

.news-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-top: auto;
  margin-left: auto;
  border-radius: 50%;
  color: var(--navy);
  background: var(--lime);
}

.news-arrow svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--navy);
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 15px 16px;
  color: var(--navy);
  background: #fff;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.form-field textarea {
  min-height: 170px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--page-accent, var(--lime));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--page-accent) 22%, transparent);
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-checkbox input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--navy);
}

.form-note {
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.84rem;
}

.alert {
  margin-bottom: 24px;
  border-left: 5px solid var(--green);
  border-radius: 7px;
  padding: 16px 18px;
  color: var(--navy);
  background: #eef8ef;
}

.alert.error {
  border-left-color: var(--red);
  background: #fff0f2;
}

.alert.success {
  border-left-color: var(--green);
  background: #eef8ef;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 8vw, 120px);
}

.contact-details {
  display: grid;
  gap: 0;
  margin-top: 38px;
}

.contact-detail {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 17px;
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--page-accent, var(--lime));
}

.contact-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-detail strong {
  display: block;
  margin-bottom: 2px;
  font-family: "Nos Medium", Arial, sans-serif;
}

.contact-detail a,
.contact-detail address {
  color: var(--muted);
  font-style: normal;
  text-decoration: none;
}

.form-panel {
  border-radius: var(--radius-md);
  padding: clamp(30px, 4vw, 54px);
  background: var(--surface);
}

.login-page {
  min-height: 100vh;
  padding-top: var(--header-height);
  background: var(--surface);
}

.login-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(440px, 0.9fr);
  min-height: calc(100vh - var(--header-height));
}

.login-visual {
  position: relative;
  min-height: 680px;
  background: var(--navy);
  overflow: hidden;
}

.login-visual img {
  width: 100%;
  height: 100%;
  opacity: 0.66;
  object-fit: cover;
}

.login-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(24, 37, 72, 0.2),
    rgba(24, 37, 72, 0.8)
  );
  content: "";
}

.login-visual-copy {
  position: absolute;
  z-index: 1;
  right: clamp(30px, 5vw, 90px);
  bottom: clamp(40px, 7vw, 110px);
  left: clamp(30px, 5vw, 90px);
  max-width: 750px;
}

.login-visual-copy h1,
.login-visual-copy p {
  color: #fff;
}

.login-visual-copy h1 {
  font-size: clamp(3rem, 5vw, 5.8rem);
}

.login-panel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(36px, 6vw, 90px);
  background: #fff;
}

.login-panel {
  width: min(100%, 480px);
}

.login-panel h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.password-wrap {
  position: relative;
}

.password-wrap input {
  padding-right: 53px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.password-toggle svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.login-help {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.login-help a {
  color: var(--navy);
  font-family: "Nos Medium", Arial, sans-serif;
}

.legal-hero {
  padding: calc(var(--header-height) + 90px) 0 70px;
  background: var(--surface);
}

.legal-content {
  width: min(calc(100% - 48px), 960px);
  margin-inline: auto;
  padding-block: 80px 120px;
}

.legal-content h2 {
  margin-top: 54px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.legal-content h3 {
  margin-top: 36px;
  font-size: 1.35rem;
}

.legal-content p,
.legal-content li {
  color: #435068;
}

.legal-note {
  margin-bottom: 40px;
  border-left: 4px solid var(--page-accent, var(--lime));
  padding: 18px 22px;
  background: var(--surface);
}

.site-footer {
  color: #fff;
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.72fr 0.94fr 1.34fr;
  gap: clamp(38px, 6vw, 90px);
  padding-block: clamp(70px, 8vw, 120px);
}

.footer-column h2 {
  margin-bottom: 27px;
  color: #fff;
  font-size: 1.65rem;
}

.footer-kicker {
  margin-bottom: 8px;
  color: var(--lime);
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-mark {
  width: 200px;
  height: 78px;
  margin-bottom: 32px;
  object-fit: contain;
  object-position: left center;
}

.footer-navigation nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.footer-navigation a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-navigation a:hover,
.footer-contact a:hover {
  color: var(--lime);
}

.footer-contact address {
  margin-bottom: 19px;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  line-height: 1.62;
}

.footer-contact > a {
  display: block;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.social-links a:hover {
  border-color: var(--lime);
  color: var(--navy);
  background: var(--lime);
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.map-frame {
  position: relative;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  padding: 6px;
  overflow: hidden;
}

.map-consent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #233259;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  text-align: center;
}

.map-consent[hidden] {
  display: none;
}

.map-consent svg {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  fill: none;
  stroke: var(--lime);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.map-consent p {
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.map-consent button {
  border: 1px solid var(--lime);
  border-radius: 999px;
  padding: 8px 15px;
  color: var(--navy);
  background: var(--lime);
  font-family: "Nos Bold", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 7px;
  filter: grayscale(0.72) contrast(1.04);
}

.map-frame iframe[hidden] {
  display: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-block: 25px 30px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1360px) {
  .desktop-nav {
    gap: 13px;
  }

  .nav-link {
    font-size: 0.86rem;
  }

  .login-link {
    padding-inline: 11px;
  }

  .board-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  :root {
    --header-height: 90px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .site-header.is-scrolled {
    height: 74px;
  }

  .brand {
    width: 245px;
  }

  .hero-grid,
  .page-hero .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 50px;
  }

  .hero-media {
    min-height: 510px;
  }

  .hero-media-card {
    left: -28px;
  }

  .audience-grid,
  .directory-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-card:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .audience-card:last-child .audience-image {
    height: 100%;
    min-height: 320px;
  }

  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stats-intro {
    grid-column: 1 / -1;
    min-height: auto;
  }

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

  .feature-content {
    padding: 68px;
  }

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

  .footer-map {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .container,
  .header-inner {
    width: min(calc(100% - 44px), var(--container));
  }

  .home-hero,
  .page-hero {
    min-height: auto;
  }

  .hero-grid,
  .page-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 80px 100px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-media,
  .page-hero .hero-media {
    min-height: 520px;
  }

  .hero-media-card {
    left: 24px;
  }

  .hero-scroll {
    display: none;
  }

  .section-heading,
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-split {
    grid-template-columns: 1fr;
  }

  .feature-split.reverse .feature-media {
    order: 0;
  }

  .feature-media {
    min-height: 460px;
  }

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

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px 0;
  }

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

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .login-layout {
    grid-template-columns: 1fr;
  }

  .login-visual {
    min-height: 520px;
  }

  .login-panel-wrap {
    padding-block: 80px;
  }
}

@media (max-width: 680px) {
  :root {
    --radius-lg: 24px;
  }

  body {
    font-size: 16px;
  }

  .container,
  .header-inner {
    width: min(calc(100% - 32px), var(--container));
  }

  .brand {
    width: 208px;
  }

  .mobile-menu {
    width: min(92vw, 420px);
    padding-inline: 24px;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .home-hero::before,
  .page-hero::before {
    left: -180px;
  }

  .hero-grid,
  .page-hero .hero-grid {
    gap: 40px;
    padding-block: 60px 76px;
  }

  .hero-media,
  .page-hero .hero-media {
    min-height: 400px;
  }

  .hero-media::before {
    right: -10px;
    bottom: -12px;
  }

  .hero-media-card {
    right: 17px;
    bottom: 18px;
    left: 17px;
    max-width: none;
  }

  .audience-grid,
  .directory-grid,
  .news-grid,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .audience-card:last-child {
    grid-column: auto;
    display: flex;
  }

  .audience-card:last-child .audience-image,
  .audience-image {
    height: 230px;
    min-height: 0;
  }

  .audience-content {
    padding: 26px 23px 21px;
  }

  .audience-content h3 {
    min-height: 0;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-item {
    min-height: 170px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
    padding: 32px;
  }

  .feature-media {
    min-height: 360px;
  }

  .feature-content {
    padding: 52px 24px;
  }

  .service-grid,
  .timeline,
  .board-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-grid li {
    min-height: 70px;
  }

  .timeline {
    gap: 68px;
  }

  .timeline-item {
    padding-right: 0;
  }

  .board-card-image {
    height: 390px;
  }

  .filter-panel {
    margin-top: -30px;
    padding: 18px;
  }

  .filter-row {
    grid-template-columns: 1fr;
  }

  .filter-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .directory-card,
  .news-card {
    min-height: auto;
  }

  .news-card {
    padding: 26px;
  }

  .form-field.full {
    grid-column: auto;
  }

  .login-visual {
    min-height: 430px;
  }

  .login-panel-wrap {
    padding: 66px 22px;
  }

  .footer-grid {
    gap: 54px;
  }

  .footer-map {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

#betriebssuche {
  scroll-margin-top: 105px;
}