:root {
  --ink: #14211c;
  --muted: #5d6a64;
  --line: #dfe6e1;
  --paper: #fbfcfa;
  --soft: #eef4ef;
  --green: #145c43;
  --green-2: #0d3e30;
  --gold: #c69a4a;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(17, 35, 28, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 252, 250, .92);
  border-bottom: 1px solid rgba(20, 33, 28, .1);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(10px, 1.4vw, 22px);
  color: #2b3a34;
  font-size: 13px;
  font-weight: 600;
  min-width: 0;
}

.nav a {
  border-bottom: 2px solid transparent;
  padding: 8px 0;
  white-space: nowrap;
}

.nav a:hover {
  border-color: var(--gold);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 700;
  white-space: nowrap;
}

.header-cta,
.primary {
  background: var(--green);
  color: var(--white);
}

.secondary {
  background: rgba(255, 255, 255, .88);
  color: var(--ink);
  border-color: rgba(20, 33, 28, .22);
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 25, 19, .88) 0%, rgba(8, 25, 19, .68) 44%, rgba(8, 25, 19, .18) 100%),
    linear-gradient(0deg, rgba(8, 25, 19, .32), rgba(8, 25, 19, .05));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 36px));
  margin-left: clamp(18px, 8vw, 112px);
  padding: 78px 0 108px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 16px;
  color: #d9c18e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--green);
}

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

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.lead {
  max-width: 650px;
  color: rgba(255, 255, 255, .88);
  font-size: 20px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(900px, 100%);
  margin-top: 28px;
}

.hero-benefits div {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
}

.hero-benefits strong,
.hero-benefits span {
  display: block;
}

.hero-benefits strong {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 16px;
}

.hero-benefits span {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.45;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 700;
}

.hero-proof {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 700;
}

.band {
  background: var(--green-2);
  color: var(--white);
}

.conversion-strip {
  padding: 24px clamp(18px, 4vw, 56px);
  background: #0f2f25;
  color: var(--white);
}

.conversion-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.conversion-inner div {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.conversion-inner strong,
.conversion-inner span {
  display: block;
}

.conversion-inner strong {
  margin-bottom: 6px;
  color: var(--white);
  font-size: 17px;
}

.conversion-inner span {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.45;
}

.conversion-inner .button {
  min-width: 260px;
}

.section,
.intro,
.highlight,
.contact {
  padding: clamp(72px, 9vw, 116px) clamp(18px, 4vw, 56px);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.copy p,
.section-head p,
.audience-list p,
.proof p,
.contact p {
  color: var(--muted);
  font-size: 17px;
}

.intro .copy p {
  color: rgba(255, 255, 255, .82);
}

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

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

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

.calculator-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

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

.insight-grid,
.check-grid,
.package-grid,
.topic-grid {
  display: grid;
  gap: 18px;
}

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

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

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

.structure-visuals {
  background:
    linear-gradient(180deg, rgba(20, 92, 67, .06), rgba(198, 154, 74, .08)),
    var(--paper);
}

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

.visual-card {
  min-height: 380px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(17, 35, 28, .08);
}

.visual-card.wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  min-height: 320px;
}

.visual-card.dark {
  background: var(--green-2);
  color: var(--white);
}

.visual-card h3 {
  margin-top: 0;
  font-size: clamp(24px, 2.4vw, 32px);
}

.visual-card p,
.visual-note {
  color: var(--muted);
}

.visual-card.dark p {
  color: rgba(255, 255, 255, .78);
}

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

.flow-chart div {
  position: relative;
  min-height: 148px;
  padding: 18px 14px;
  border: 1px solid rgba(20, 92, 67, .18);
  border-radius: 8px;
  background: #f7faf7;
}

.flow-chart div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 16px;
  height: 2px;
  background: var(--gold);
}

.flow-chart strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
}

.flow-chart span {
  color: #26352f;
  font-weight: 800;
  line-height: 1.25;
}

.burden-chart {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.burden-chart div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.burden-chart span {
  color: #26352f;
  font-weight: 700;
}

.burden-chart strong {
  display: block;
  width: calc(var(--value) * 1%);
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

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

.decision-map span,
.decision-map strong {
  display: grid;
  place-items: center;
  min-height: 72px;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  font-weight: 800;
}

.decision-map span {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .88);
}

.decision-map strong {
  grid-column: 1 / -1;
  min-height: 84px;
  background: var(--gold);
  color: var(--ink);
  font-size: 20px;
}

.visual-disclaimer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(20, 92, 67, .16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(17, 35, 28, .06);
}

.visual-disclaimer strong {
  color: var(--green);
}

.visual-disclaimer span {
  color: var(--muted);
}

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

.dach-grid a {
  display: block;
  min-height: 238px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  box-shadow: 0 10px 28px rgba(17, 35, 28, .06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.dach-grid a:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.dach-grid span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-weight: 800;
}

.dach-grid p {
  color: var(--muted);
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

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

.fit-card,
.insight-grid article,
.check-grid > div,
.package-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 35, 28, .06);
}

.insight-grid p,
.check-grid p,
.package-card p,
.package-card li,
.stack-list p {
  color: var(--muted);
}

.stack-list {
  display: grid;
  gap: 18px;
}

.stack-list > div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.package-card {
  display: flex;
  flex-direction: column;
}

.package-card.featured {
  border-color: rgba(20, 92, 67, .28);
  box-shadow: var(--shadow);
}

.package-card ul {
  margin: auto 0 0;
  padding: 18px 0 0;
  list-style: none;
}

.package-card li {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}

.package-cta {
  width: 100%;
  margin-top: 22px;
}

.topic-grid a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: var(--white);
  color: #26352f;
  font-weight: 700;
}

.topic-grid a:hover {
  border-color: var(--green);
  color: var(--green);
  box-shadow: 0 10px 28px rgba(17, 35, 28, .06);
}

.hub-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

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

.article-grid a {
  display: block;
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 35, 28, .06);
}

.article-grid a:hover {
  border-color: var(--green);
  box-shadow: var(--shadow);
}

.article-grid span,
.article-grid strong {
  display: block;
}

.article-grid span {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.article-grid strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
}

.article-grid p {
  color: var(--muted);
}

.fit-card h3 {
  margin-bottom: 18px;
}

.fit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.fit-card li::before {
  position: absolute;
  left: 0;
  font-weight: 800;
}

.fit-card.yes li::before {
  content: "";
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  color: var(--green);
}

.fit-card.no li::before {
  content: "";
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9b3a2f;
  color: #9b3a2f;
}

.service-card,
.pillar-card,
.calculator {
  min-height: 300px;
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 35, 28, .06);
}

.service-card *,
.pillar-card *,
.calculator *,
.fit-card *,
.package-card *,
.insight-grid article *,
.check-grid > div *,
.dach-grid a * {
  min-width: 0;
}

.pillar-card {
  min-height: 330px;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease;
}

.pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.calculator {
  min-height: 0;
}

.calculator label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.calculator input,
.calculator select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

.calculator output,
.comparison-result {
  display: block;
  margin-top: 18px;
  border-left: 4px solid var(--gold);
  padding: 16px;
  background: var(--soft);
  color: var(--ink);
  font-weight: 700;
}

.comparison-result p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 400;
}

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

.profit-buttons button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.profit-buttons button.active,
.profit-buttons button:hover {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 800;
}

.service-card p,
.pillar-card p,
.step p {
  color: var(--muted);
}

.highlight {
  background: var(--green);
  color: var(--white);
}

.highlight-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr) auto;
  gap: 34px;
  align-items: center;
}

.highlight p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .84);
}

.light {
  background: var(--white);
  color: var(--green-2);
}

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

.step {
  position: relative;
  padding-top: 54px;
}

.step span {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
}

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

.audience-list {
  display: grid;
  gap: 18px;
}

.audience-list > div {
  padding: 24px;
  border-left: 4px solid var(--gold);
  background: var(--white);
  box-shadow: 0 12px 26px rgba(17, 35, 28, .06);
}

.proof {
  background: var(--white);
}

.proof-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 48px;
  align-items: start;
}

.proof ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof li {
  border-top: 1px solid var(--line);
  padding: 16px 0;
  color: #26352f;
  font-weight: 700;
}

.link-list a {
  display: block;
}

.link-list a:hover {
  color: var(--green);
}

.sub-hero {
  padding: clamp(86px, 10vw, 138px) clamp(18px, 4vw, 56px);
  background: var(--green-2);
  color: var(--white);
}

.sub-hero .lead {
  color: rgba(255, 255, 255, .84);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.content-main {
  max-width: 780px;
}

.content-main p,
.content-main li {
  color: var(--muted);
  font-size: 17px;
}

.content-main h2 {
  margin-top: 38px;
  font-size: clamp(28px, 3vw, 38px);
}

.content-main h2:first-child {
  margin-top: 0;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  border-top: 1px solid var(--line);
  padding: 14px 0 14px 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.side-panel {
  position: sticky;
  top: 100px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 35, 28, .06);
}

.side-panel p {
  color: var(--muted);
}

.side-panel .button {
  width: 100%;
}

.comparison-table {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.comparison-table > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--white);
}

.comparison-table strong,
.comparison-table span {
  display: block;
}

.comparison-table span {
  margin-top: 6px;
  color: var(--muted);
}

.legal-copy h2 {
  margin-top: 34px;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy strong {
  color: var(--ink);
}

.legal-footer {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(680px, calc(100% - 36px));
  border: 1px solid rgba(20, 33, 28, .16);
  border-radius: 8px;
  padding: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.cookie-banner p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cookie-actions a {
  color: var(--green);
  font-weight: 800;
}

.cookie-actions button {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--green);
  color: var(--white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.lead-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 44px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.lead-box p {
  color: var(--muted);
}

.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.form-panel {
  margin-top: 28px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 38px);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 35, 28, .06);
}

.form-head,
.contact-form .wide {
  grid-column: 1 / -1;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
}

.contact-form .consent input {
  width: auto;
  margin-top: 4px;
}

.faq {
  background: var(--white);
}

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 20px;
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}

details p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact {
  background: #0b1713;
  color: var(--white);
  text-align: center;
}

.contact-inner {
  max-width: 760px;
}

.contact p {
  color: rgba(255, 255, 255, .8);
}

.contact-actions {
  justify-content: center;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  text-align: left;
}

.contact-details div {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, .06);
}

.contact-details strong,
.contact-details span {
  display: block;
}

.contact-details strong {
  margin-bottom: 6px;
  color: var(--white);
}

.contact-details span {
  color: rgba(255, 255, 255, .78);
}

.dark-button {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, .28);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px clamp(18px, 4vw, 56px);
  background: #08120f;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.footer p {
  margin-bottom: 0;
}

.footer a {
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    margin-left: 18px;
    padding-bottom: 84px;
  }

  .two-col,
  .highlight-inner,
  .proof-inner,
  .conversion-inner,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }

  .service-grid,
  .pillar-grid,
  .calculator-grid,
  .visual-grid,
  .visual-card.wide,
  .insight-grid,
  .check-grid,
  .dach-grid,
  .hero-benefits,
  .package-grid,
  .article-grid,
  .topic-grid,
  .fit-grid,
  .faq-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-box {
    grid-template-columns: 1fr;
  }

  .flow-chart {
    grid-template-columns: 1fr;
  }

  .flow-chart div {
    min-height: 96px;
  }

  .flow-chart div:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -11px;
    left: 28px;
    width: 2px;
    height: 12px;
  }

  .visual-disclaimer {
    grid-template-columns: 1fr;
  }

  .lead-actions {
    justify-content: flex-start;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .site-header {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 18px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 12px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(8, 25, 19, .92), rgba(8, 25, 19, .62));
  }

  h1 {
    font-size: 42px;
  }

  .lead {
    font-size: 18px;
  }

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

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

  .conversion-inner div {
    min-height: 0;
  }

  .conversion-inner .button {
    min-width: 0;
  }

  .button {
    width: 100%;
  }

  .service-grid,
  .pillar-grid,
  .calculator-grid,
  .visual-grid,
  .visual-card.wide,
  .insight-grid,
  .check-grid,
  .dach-grid,
  .hero-benefits,
  .package-grid,
  .article-grid,
  .topic-grid,
  .fit-grid,
  .faq-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .visual-card {
    min-height: auto;
  }

  .burden-chart div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .decision-map {
    grid-template-columns: 1fr;
  }

  .decision-map strong {
    grid-column: auto;
  }

  .profit-buttons {
    grid-template-columns: 1fr;
  }

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

  .cookie-banner {
    grid-template-columns: 1fr;
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .cookie-actions {
    justify-content: space-between;
  }

  .service-card {
    min-height: 0;
  }

  .footer {
    display: block;
  }
}
