:root {
  --blue: #082d57;
  --blue-2: #12466f;
  --blue-soft: #e8f1f7;
  --gold: #c4933f;
  --gold-soft: #f6eddc;
  --green: #3f6f61;
  --green-soft: #e8f1ed;
  --rust: #b8643d;
  --rust-soft: #f6e7de;
  --paper: #f8f6f1;
  --white: #ffffff;
  --ink: #142231;
  --muted: #617083;
  --line: #dce3ea;
  --shadow: 0 18px 42px rgba(8, 45, 87, 0.1);
  --shadow-strong: 0 28px 72px rgba(8, 45, 87, 0.17);
  --radius: 8px;
  --max: 1180px;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

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

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  color: var(--blue);
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(2.45rem, 5.1vw, 4.55rem);
  line-height: 1.02;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.4vw, 3.05rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.18;
}

:focus-visible {
  outline: 3px solid rgba(196, 147, 63, 0.72);
  outline-offset: 3px;
}

.icon-sprite,
.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 400;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--blue);
  font-weight: 900;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 0 clamp(18px, 4vw, 42px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(8, 45, 87, 0.97);
  color: var(--white);
}

.site-header.is-scrolled {
  box-shadow: 0 14px 34px rgba(8, 45, 87, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 268px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  color: var(--gold);
  font-weight: 900;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  color: var(--white);
  font-size: 1.02rem;
}

.brand-copy small {
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.78rem;
  font-weight: 760;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 780;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 10px;
  border-radius: var(--radius);
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  outline: 0;
}

.main-nav .nav-cta {
  background: var(--gold);
  color: var(--blue);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span[aria-hidden="true"] {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 7vw, 92px) 0 58px;
  background:
    linear-gradient(110deg, rgba(8, 45, 87, 0.98), rgba(8, 45, 87, 0.92) 54%, rgba(18, 70, 111, 0.72)),
    var(--blue);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -22% 48%;
  height: 52%;
  background: rgba(196, 147, 63, 0.16);
  transform: skewY(-6deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
}

.button-primary {
  background: var(--gold);
  color: var(--blue);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--white);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.hero-points li {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 750;
}

.safe-photo {
  overflow: hidden;
  border-radius: var(--radius);
  background: #d6e0e8;
}

.safe-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media {
  position: relative;
  min-height: 470px;
  margin: 0;
  box-shadow: var(--shadow-strong);
}

.hero-media img {
  min-height: 470px;
}

.hero-media figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(8, 45, 87, 0.9);
  color: var(--white);
}

.hero-media figcaption span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-media figcaption strong {
  color: var(--white);
  font-size: 1.05rem;
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

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

.trust-grid article {
  display: grid;
  gap: 4px;
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-grid article:first-child {
  border-left: 1px solid var(--line);
}

.trust-grid span,
.motive-grid span,
.topic-card span,
.revenue-grid span {
  color: var(--rust);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-grid strong {
  color: var(--blue);
  font-size: 1.05rem;
}

.trust-grid small {
  color: var(--muted);
}

.section {
  padding: clamp(62px, 8vw, 104px) 0;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.section-heading p,
.section-copy p,
.section-lead {
  color: var(--muted);
  font-size: 1.05rem;
}

.motive-section {
  background: var(--paper);
}

.motive-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

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

.motive-grid article,
.topic-card,
.result-card,
.revenue-grid article,
.region-grid article,
.flow-grid article,
.accordion article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.motive-grid article {
  padding: 24px;
}

.motive-grid h3 {
  margin-top: 8px;
}

.motive-grid p,
.topic-card p,
.revenue-grid p,
.region-grid p,
.flow-grid p,
.benefit-list p,
.accordion p {
  margin-bottom: 0;
  color: var(--muted);
}

.compass-section {
  background: var(--white);
}

.compass-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.sticky-copy {
  position: sticky;
  top: 106px;
}

.compass-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 18px;
  align-items: start;
}

.signal-grid {
  display: grid;
  gap: 12px;
}

.signal-grid button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 6px 12px;
  width: 100%;
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  text-align: left;
}

.signal-grid button:hover,
.signal-grid button[aria-pressed="true"] {
  border-color: rgba(196, 147, 63, 0.78);
  background: var(--gold-soft);
}

.signal-grid button span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
}

.signal-grid button strong {
  color: var(--blue);
  line-height: 1.22;
}

.signal-grid button small {
  color: var(--muted);
}

.result-card {
  position: sticky;
  top: 106px;
  padding: 22px;
  background: var(--blue);
  color: var(--white);
}

.result-card h3 {
  color: var(--white);
}

.result-card p,
.result-card span {
  color: rgba(255, 255, 255, 0.78);
}

.result-count {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.result-bars {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.result-bars div {
  display: grid;
  gap: 5px;
}

.result-bars span {
  font-size: 0.82rem;
  font-weight: 800;
}

.result-bars i {
  display: block;
  overflow: hidden;
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.16);
}

.result-bars b {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width 180ms ease;
}

.topics-section {
  background: var(--paper);
}

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

.topic-card {
  display: flex;
  flex-direction: column;
  min-height: 322px;
  padding: 24px;
}

.topic-card.priority {
  border-color: rgba(196, 147, 63, 0.55);
  background: linear-gradient(180deg, var(--gold-soft), var(--white));
}

.topic-card svg,
.contact-note svg {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topic-card h3 {
  margin-top: 8px;
}

.topic-card button {
  align-self: flex-start;
  min-height: 42px;
  margin-top: auto;
  padding: 9px 12px;
  border: 1px solid var(--blue);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--blue);
  font-weight: 850;
}

.topic-card button:hover {
  background: var(--blue);
  color: var(--white);
}

.benefit-section {
  background: var(--white);
}

.benefit-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: center;
}

.side-photo {
  min-height: 420px;
  box-shadow: var(--shadow);
}

.benefit-list {
  display: grid;
  gap: 14px;
}

.benefit-list article {
  padding: 18px 0 18px 20px;
  border-left: 4px solid var(--gold);
}

.benefit-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
}

.provider-section {
  background: var(--blue);
  color: var(--white);
}

.provider-section h2,
.provider-section h3 {
  color: var(--white);
}

.provider-section .section-copy p {
  color: rgba(255, 255, 255, 0.77);
}

.provider-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
}

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

.revenue-grid article {
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.revenue-grid span {
  color: var(--gold);
}

.revenue-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.germany-section {
  background: var(--paper);
}

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

.region-grid article {
  padding: 22px;
  min-height: 180px;
}

.region-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 1.12rem;
}

.flow-section {
  background: var(--white);
}

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

.flow-grid article {
  padding: 22px;
}

.flow-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 900;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(28px, 5vw, 64px);
}

.accordion {
  display: grid;
  gap: 12px;
}

.accordion article {
  overflow: hidden;
}

.accordion button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 64px;
  padding: 18px 54px 18px 20px;
  border: 0;
  background: var(--white);
  color: var(--blue);
  font-weight: 850;
  text-align: left;
}

.accordion button::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 1.55rem;
  line-height: 1;
}

.accordion button[aria-expanded="true"]::after {
  content: "-";
}

.accordion div {
  padding: 0 20px 20px;
  background: var(--white);
}

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

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 106px;
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.contact-note svg {
  flex: 0 0 auto;
  margin: 0;
}

.contact-note a {
  color: var(--blue);
  font-weight: 850;
}

.contact-form {
  display: grid;
  gap: 8px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  color: var(--blue);
  font-size: 0.95rem;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #cfd8e2;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-form [aria-invalid="true"] {
  border-color: var(--rust);
  box-shadow: 0 0 0 3px rgba(184, 100, 61, 0.14);
}

.field-error,
.form-error,
.form-status {
  min-height: 18px;
  margin: -3px 0 2px;
  color: var(--rust);
  font-size: 0.86rem;
  font-weight: 760;
}

.form-status {
  color: var(--green);
}

.consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  color: var(--ink);
  font-weight: 700;
}

.consent input {
  min-height: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  padding: 34px 0;
  background: var(--blue);
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-grid strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
}

.footer-grid p {
  margin-bottom: 0;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-weight: 800;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--white);
}

@media (max-width: 1080px) {
  .site-header {
    min-height: 72px;
  }

  .brand {
    min-width: 0;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 84px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius);
    background: var(--blue);
    box-shadow: var(--shadow-strong);
  }

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

  .main-nav a {
    justify-content: center;
  }

  .hero-grid,
  .motive-layout,
  .compass-layout,
  .benefit-grid,
  .provider-layout,
  .faq-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .sticky-copy,
  .result-card,
  .contact-copy {
    position: static;
  }

  .compass-panel {
    grid-template-columns: 1fr;
  }

  .result-card {
    order: -1;
  }

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

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

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

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

  .site-header {
    padding-inline: 16px;
  }

  .brand-mark {
    width: 46px;
    height: 38px;
  }

  .brand-copy strong {
    font-size: 0.96rem;
  }

  .brand-copy small {
    font-size: 0.72rem;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .hero-media figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 13px;
  }

  .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
  }

  .trust-grid,
  .motive-grid,
  .topic-grid,
  .revenue-grid,
  .region-grid,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article,
  .trust-grid article:first-child {
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .signal-grid button {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 112px;
    padding: 15px;
  }

  .signal-grid button span {
    width: 34px;
    height: 34px;
  }

  .topic-card,
  .motive-grid article,
  .revenue-grid article,
  .region-grid article,
  .flow-grid article {
    padding: 20px;
  }

  .side-photo {
    min-height: 320px;
  }

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

@media (max-width: 420px) {
  h1 {
    font-size: 2.24rem;
  }

  .brand-copy small {
    display: none;
  }

  .site-header {
    gap: 10px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .hero-media,
  .hero-media img {
    min-height: 320px;
  }
}
