:root {
  --awz-blue: #102f4e;
  --awz-blue-deep: #082138;
  --field-green: #60724e;
  --leaf: #8fa673;
  --clay: #b76f43;
  --grain: #f3eadc;
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #17202a;
  --muted: #66717d;
  --line: rgba(16, 47, 78, 0.16);
  --shadow: 0 22px 60px rgba(8, 33, 56, 0.12);
  --radius: 8px;
  --container: min(1120px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

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

.skip-link:focus {
  z-index: 20;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--white);
  background: var(--awz-blue);
  border-radius: var(--radius);
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(16px, 4vw, 38px);
  color: var(--awz-blue);
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--awz-blue);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-copy strong {
  font-size: 1.02rem;
  line-height: 1.1;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.78rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.primary-nav a {
  padding: 9px 11px;
  color: var(--awz-blue);
  border-radius: 999px;
  font-size: 0.94rem;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: rgba(96, 114, 78, 0.13);
  outline: none;
}

.primary-nav .nav-cta {
  color: var(--white);
  background: var(--awz-blue);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--awz-blue);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: var(--awz-blue-deep);
}

.hero-photo {
  position: absolute;
  inset: 0;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 33, 56, 0.94) 0%, rgba(8, 33, 56, 0.82) 43%, rgba(8, 33, 56, 0.35) 100%),
    linear-gradient(0deg, rgba(8, 33, 56, 0.46), rgba(8, 33, 56, 0.12));
}

.field-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.field-lines span {
  position: absolute;
  width: 42vw;
  height: 32vh;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: skew(-16deg) rotate(-7deg);
}

.field-lines span:nth-child(1) {
  right: 8vw;
  top: 16vh;
}

.field-lines span:nth-child(2) {
  right: -8vw;
  top: 37vh;
}

.field-lines span:nth-child(3) {
  right: 26vw;
  bottom: -3vh;
}

.field-lines span:nth-child(4) {
  right: -20vw;
  bottom: 9vh;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  min-height: 760px;
  padding: 130px 0 78px;
}

.eyebrow,
.section-kicker,
.panel-label,
.result-step {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 7vw, 6.3rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-text {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 2.4vw, 1.35rem);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: var(--white);
  background: var(--awz-blue);
}

.hero .button-primary {
  color: var(--awz-blue);
  background: var(--white);
}

.button-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.signal-panel {
  padding: 26px;
  color: var(--awz-blue);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.signal-panel ul {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.signal-panel li {
  display: grid;
  gap: 2px;
  padding-left: 18px;
  border-left: 3px solid var(--leaf);
}

.signal-panel strong {
  font-size: 1.05rem;
}

.signal-panel span {
  color: var(--muted);
}

.trust-bar {
  color: var(--white);
  background: var(--awz-blue);
}

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

.trust-track span {
  padding: 18px 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
}

.section {
  padding: clamp(70px, 10vw, 118px) 0;
}

.section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-head.compact {
  max-width: 700px;
}

.section h2 {
  margin: 0;
  color: var(--awz-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 4.15rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section h3 {
  margin: 0 0 8px;
  color: var(--awz-blue);
  font-size: 1.12rem;
  line-height: 1.25;
}

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

.section-head p {
  max-width: 720px;
  font-size: 1.07rem;
}

.compass-section {
  background:
    linear-gradient(90deg, rgba(16, 47, 78, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(16, 47, 78, 0.04) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px;
}

.compass-grid,
.family-layout,
.faq-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: start;
}

.choice-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.choice-list label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  color: var(--awz-blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.choice-list input {
  flex: 0 0 auto;
  margin-top: 5px;
  accent-color: var(--awz-blue);
}

.choice-list label:has(input:checked) {
  border-color: rgba(96, 114, 78, 0.7);
  box-shadow: inset 4px 0 0 var(--field-green);
}

.guide-result {
  position: sticky;
  top: 94px;
  padding: 34px;
  color: var(--white);
  background: var(--awz-blue);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.guide-result h3,
.guide-result p {
  color: var(--white);
}

.guide-result h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.guide-result p {
  color: rgba(255, 255, 255, 0.84);
}

.result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.result-tags span {
  padding: 7px 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.88rem;
}

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

.motive-map {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.motive-map article {
  min-height: 260px;
  padding: 24px;
  background: var(--paper);
}

.motive-map article:nth-child(2n) {
  background: #f5f7f0;
}

.motive-map span {
  display: inline-block;
  margin-bottom: 48px;
  color: var(--clay);
  font-weight: 800;
}

.motive-map p {
  margin-bottom: 0;
}

.buyer-section {
  background: var(--grain);
}

.buyer-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.wide-image {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.wide-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.buyer-points {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.buyer-points article {
  padding: 18px 0 18px 22px;
  border-left: 4px solid var(--field-green);
}

.buyer-points p {
  margin: 0;
}

.object-section {
  color: var(--white);
  background: var(--awz-blue-deep);
}

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

.object-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.object-board a {
  display: grid;
  align-content: space-between;
  min-height: 188px;
  padding: 22px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.object-board a:hover,
.object-board a:focus-visible {
  background: rgba(143, 166, 115, 0.26);
  outline: none;
}

.object-board strong {
  font-size: 1.16rem;
}

.object-board span {
  color: rgba(255, 255, 255, 0.72);
}

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

.family-steps {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.family-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.family-steps span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  background: var(--field-green);
  border-radius: 50%;
  font-weight: 800;
}

.family-steps p {
  margin: 0;
}

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

.route-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--field-green);
}

.route-line article {
  position: relative;
  padding: 28px 22px 0 0;
}

.route-line article::before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--clay);
  border-radius: 50%;
}

.route-line span {
  display: block;
  margin-bottom: 8px;
  color: var(--awz-blue);
  font-weight: 800;
}

.route-line p {
  margin: 0;
}

.question-section {
  background: linear-gradient(135deg, var(--awz-blue) 0%, #1c4a4a 100%);
}

.question-section h2,
.question-section p {
  color: var(--white);
}

.question-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 68px);
}

.question-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

.question-cloud p {
  margin: 0;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

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

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  padding: 18px 44px 18px 18px;
  color: var(--awz-blue);
  font-weight: 800;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 18px 18px;
}

summary:focus-visible {
  outline: 3px solid rgba(183, 111, 67, 0.45);
  outline-offset: 3px;
}

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

.contact-section h2,
.contact-section p,
.contact-section .section-kicker {
  color: var(--white);
}

.legal-note,
.form-note {
  font-size: 0.92rem;
  opacity: 0.78;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 24px;
  color: var(--awz-blue);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.contact-form .full,
.contact-form .form-error,
.contact-form .form-note,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 12px;
  color: var(--ink);
  background: #f7f8f5;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--field-green);
  outline: 3px solid rgba(96, 114, 78, 0.16);
}

.form-error {
  min-height: 1.2em;
  margin: 0;
  color: #a33d24;
  font-weight: 800;
}

.contact-form .form-note {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  padding: 40px 0 80px;
  color: rgba(255, 255, 255, 0.78);
  background: #061829;
}

.site-footer a,
.site-footer h2,
.site-footer strong {
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr;
  gap: 34px;
}

.footer-brand .brand-mark {
  background: var(--field-green);
}

.site-footer nav {
  display: grid;
  gap: 8px;
  align-content: start;
}

.site-footer nav a {
  text-decoration: none;
}

.site-footer h2 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 12;
  right: 14px;
  bottom: 14px;
  display: none;
  padding: 13px 16px;
  color: var(--white);
  background: var(--awz-blue);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  font-weight: 800;
  text-decoration: none;
}

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

  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    border-radius: 6px;
  }

  .hero,
  .hero-layout {
    min-height: auto;
  }

  .hero-layout,
  .compass-grid,
  .buyer-layout,
  .family-layout,
  .faq-layout,
  .contact-layout,
  .question-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    padding-top: 112px;
  }

  .signal-panel,
  .guide-result {
    position: static;
  }

  .trust-track,
  .object-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .motive-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .route-line {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 2px solid var(--field-green);
  }

  .route-line article {
    padding: 0 0 24px 26px;
  }

  .route-line article::before {
    top: 4px;
    left: -8px;
  }

  .wide-image img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand-copy small {
    display: none;
  }

  .hero::after {
    background:
      linear-gradient(0deg, rgba(8, 33, 56, 0.94) 0%, rgba(8, 33, 56, 0.78) 68%, rgba(8, 33, 56, 0.58) 100%);
  }

  .hero-layout {
    padding: 92px 0 58px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

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

  .button {
    width: 100%;
  }

  .trust-track,
  .object-board,
  .motive-map,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .motive-map article,
  .object-board a {
    min-height: auto;
  }

  .motive-map span {
    margin-bottom: 24px;
  }

  .family-steps li {
    grid-template-columns: 40px 1fr;
  }

  .family-steps span {
    width: 40px;
    height: 40px;
  }

  .site-footer {
    padding-bottom: 92px;
  }

  body.show-sticky-cta .mobile-sticky-cta {
    display: inline-flex;
  }
}

/* AWZ Spezialseite 2026-07 */
.site-header {
  min-height: 72px;
  background: rgba(255, 255, 255, 0.96);
}

.brand-mark {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  font-size: 0.8rem;
}

.primary-nav a {
  color: #10233a;
  font-weight: 700;
}

.primary-nav .nav-cta {
  background: var(--awz-blue);
}

.hero {
  min-height: 720px;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(8, 33, 56, 0.9) 0%, rgba(8, 33, 56, 0.75) 48%, rgba(8, 33, 56, 0.28) 100%),
    linear-gradient(0deg, rgba(8, 33, 56, 0.4), rgba(8, 33, 56, 0.08));
}

.hero-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: center;
  min-height: 720px;
  padding: 110px 0 70px;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(2.7rem, 6.2vw, 5.4rem);
}

.hero-text {
  max-width: 690px;
}

.button-secondary {
  color: var(--awz-blue);
  background: #f4a340;
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
}

.button-inline {
  width: auto;
  margin-top: 26px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.trust-list li {
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-card {
  overflow: hidden;
  color: var(--awz-blue);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.hero-card div {
  padding: 22px;
}

.hero-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  font-size: 1.3rem;
  line-height: 1.22;
}

.hero-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.trust-strip {
  color: var(--white);
  background: var(--awz-blue);
}

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

.trust-grid span {
  padding: 17px 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
}

.intro-section,
.entry-section,
.process-section {
  background: var(--paper);
}

.intro-grid,
.split-layout,
.object-layout,
.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.intro-copy p:first-child {
  margin-top: 0;
}

.entry-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.entry-card {
  min-width: 0;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(8, 33, 56, 0.07);
}

.entry-card span {
  display: block;
  margin-bottom: 26px;
  color: var(--clay);
  font-weight: 900;
}

.entry-card.image-card {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0;
  overflow: hidden;
}

.entry-card.image-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.entry-card.image-card div {
  padding: 22px;
}

.search-section {
  background: var(--grain);
}

.section-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.check-grid span {
  min-width: 0;
  padding: 12px 14px;
  color: var(--awz-blue);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 47, 78, 0.13);
  border-radius: var(--radius);
  font-weight: 800;
}

.motive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.motive-grid article {
  min-width: 0;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.object-section {
  background: var(--awz-blue-deep);
}

.object-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.object-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.object-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.object-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  color: var(--white);
  background: rgba(8, 33, 56, 0.78);
  border-radius: 6px;
  font-weight: 800;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.steps li {
  min-width: 0;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.steps span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--white);
  background: var(--field-green);
  border-radius: 50%;
  font-weight: 900;
}

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

.trust-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.trust-cards article {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 18px;
  background: #f6f8f3;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.trust-cards strong {
  color: var(--awz-blue);
}

.contact-person {
  display: grid;
  gap: 5px;
  max-width: 340px;
  margin-top: 22px;
  padding: 18px;
  color: var(--awz-blue);
  background: var(--white);
  border-radius: var(--radius);
}

.contact-person a {
  color: var(--awz-blue);
  font-weight: 800;
  text-decoration: none;
}

.privacy {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 700;
}

.privacy input {
  width: auto;
  margin-top: 5px;
}

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

.form-success {
  min-height: 1.2em;
  margin: 0;
  color: #2f6f3d;
  font-weight: 800;
}

.contact-form .form-success {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .hero-layout,
  .intro-grid,
  .split-layout,
  .object-layout,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .entry-grid,
  .motive-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-card {
    max-width: 620px;
  }
}

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

  .brand-mark {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 0.72rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    padding-top: 88px;
    padding-bottom: 42px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 11.5vw, 3.4rem);
    line-height: 1.02;
  }

  .hero-card img {
    aspect-ratio: 16 / 10;
  }

  .trust-grid,
  .entry-grid,
  .motive-grid,
  .steps,
  .check-grid,
  .object-gallery,
  .trust-cards {
    grid-template-columns: 1fr;
  }

  .entry-card span,
  .steps span {
    margin-bottom: 14px;
  }

  .section-image img,
  .object-gallery img {
    aspect-ratio: 16 / 10;
  }

  .contact-form {
    padding: 18px;
  }
}

/* Ruhigere Startseite und gestraffte AWZ-Agrarmakler-Abschnitte */
.hero {
  min-height: 620px;
  color: var(--awz-blue);
  background: #eef3ea;
}

.hero-photo img {
  object-position: center right;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(250, 252, 247, 0.96) 0%, rgba(250, 252, 247, 0.86) 42%, rgba(250, 252, 247, 0.22) 72%, rgba(250, 252, 247, 0.08) 100%),
    linear-gradient(0deg, rgba(250, 252, 247, 0.36), rgba(250, 252, 247, 0.1));
}

.hero-layout {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: 620px;
  padding: 104px 0 70px;
}

.hero-copy {
  max-width: 660px;
  min-width: 0;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(2.7rem, 5.8vw, 5rem);
  line-height: 1;
}

.hero-text {
  max-width: 520px;
  margin-top: 22px;
  color: #29435d;
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
}

.hero .button-primary {
  color: var(--white);
  background: var(--awz-blue);
}

.section h2 {
  font-size: clamp(1.85rem, 3.35vw, 3.25rem);
  line-height: 1.1;
}

.intro-grid {
  align-items: start;
}

.intro-copy {
  padding-left: 24px;
  border-left: 3px solid rgba(116, 127, 69, 0.24);
}

.intro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.intro-points span {
  padding: 9px 12px;
  color: var(--awz-blue);
  background: #f4f7ef;
  border: 1px solid rgba(16, 47, 78, 0.12);
  border-radius: 999px;
  font-weight: 800;
}

.entry-section .section-head {
  max-width: 860px;
}

.entry-grid {
  grid-template-columns: minmax(300px, 1.15fr) repeat(2, minmax(0, 1fr));
}

.entry-card.image-card {
  grid-row: span 2;
}

.entry-card:nth-child(4) {
  grid-column: 2 / 4;
}

.entry-card {
  padding: 20px;
}

.entry-card span {
  margin-bottom: 18px;
}

.search-section .split-layout {
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
}

.check-grid span {
  padding: 11px 12px;
  font-size: 0.96rem;
}

@media (max-width: 980px) {
  .entry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .entry-card.image-card,
  .entry-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero {
    min-height: auto;
  }

  .hero-photo img {
    object-position: 62% center;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(250, 252, 247, 0.95), rgba(250, 252, 247, 0.8));
  }

  .hero-layout {
    display: block;
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 54px;
  }

  .hero-copy,
  .hero-text,
  .hero-actions {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    min-width: 0;
  }

  .hero h1,
  .hero-text,
  .intro-copy p {
    overflow-wrap: anywhere;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 10.8vw, 3.35rem);
  }

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

  .intro-copy {
    padding-left: 0;
    border-left: 0;
  }

  .intro-grid,
  .intro-copy {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

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

@media (max-width: 640px) {
  .hero-copy,
  .hero-text,
  .hero-actions {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy {
    padding-right: 32px;
  }

  .hero-text,
  .hero-actions {
    padding-right: 32px;
  }

  .hero-actions {
    align-items: flex-start;
  }

  .hero .button {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .intro-grid {
    width: var(--container);
    max-width: var(--container);
    margin-right: auto;
    margin-left: auto;
  }

  .intro-copy {
    width: auto;
    max-width: none;
    padding-right: 48px;
  }

  .intro-copy p {
    overflow-wrap: normal;
    word-break: normal;
  }
}
