* {
  box-sizing: border-box;
}

:root {
  --green: #1f5f3b;
  --green-dark: #17452d;
  --green-soft: #eaf4ee;
  --text: #17251c;
  --muted: #5c6b62;
  --line: #dce5df;
  --bg: #f4f7f5;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(23, 37, 28, 0.10);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

img {
  max-width: 100%;
}

.wrap {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  text-decoration: none;
  font-weight: 800;
}

.brand-symbol {
  width: 42px;
  height: 42px;
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-small {
  font-size: 13px;
}

.brand-main {
  font-size: 23px;
}

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

.top-nav a {
  color: var(--green);
  text-decoration: none;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 10px;
}

.top-nav a:hover {
  background: var(--green-soft);
}

.nav-button {
  background: var(--green);
  color: white !important;
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(31, 95, 59, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7f5 100%);
  padding: 76px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 32px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}

h1,
h2,
h3 {
  line-height: 1.12;
  margin: 0 0 14px;
}

h1 {
  font-size: clamp(38px, 6vw, 64px);
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.03em;
}

h3 {
  color: var(--green);
  font-size: 22px;
}

.lead {
  font-size: 20px;
  color: #334139;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  padding: 13px 18px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  font-size: 16px;
}

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

.secondary {
  background: white;
  color: var(--green);
  border: 1px solid var(--line);
}

.full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-weight: 700;
}

.hero-card,
.card,
.text-card,
.price-card,
.contact-form,
.contact-box {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 22px;
  background: linear-gradient(160deg, var(--green), var(--green-dark));
  color: white;
}

.hero-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.hero-card-head span {
  display: block;
  opacity: 0.82;
  font-size: 14px;
}

.hero-icon {
  width: 44px;
  height: 44px;
}

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

.mini-grid div {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 700;
}

.section {
  padding: 66px 0;
}

.two-col,
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.text-card {
  padding: 24px;
  font-size: 18px;
}

.centered {
  text-align: center;
}

.narrow {
  max-width: 850px;
}

.section-head {
  margin-bottom: 28px;
}

.section-head p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
}

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

.card,
.price-card {
  padding: 20px;
}

.card p,
.price-card p,
.price-card li {
  color: var(--muted);
}

.highlight {
  background: white;
  border-block: 1px solid var(--line);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
  text-align: left;
}

.benefits span {
  background: var(--green-soft);
  border: 1px solid #cfe3d6;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 700;
}

.price-card {
  position: relative;
}

.price-card.featured {
  border-color: #9fc9af;
  transform: translateY(-8px);
}

.badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--green);
  color: white;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.price {
  font-size: 34px;
  font-weight: 900;
  color: var(--green-dark);
  margin: 12px 0 4px;
}

.price span {
  font-size: 15px;
  color: var(--muted);
}

.yearly {
  margin-top: 0;
  font-weight: 700;
}

.price-card ul {
  padding-left: 20px;
  min-height: 104px;
}

.price-note {
  text-align: center;
  color: var(--muted);
  margin-top: 18px;
}

.contact-section {
  background: linear-gradient(180deg, var(--bg), #ffffff);
}

.contact-box {
  display: grid;
  gap: 4px;
  padding: 18px;
  margin-top: 20px;
}

.contact-box a {
  color: var(--green);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfd8d2;
  border-radius: 12px;
  padding: 12px;
  font: inherit;
  background: white;
}

textarea {
  resize: vertical;
}

small {
  color: var(--muted);
}

.site-footer {
  background: var(--green-dark);
  color: white;
  padding: 22px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 0.9;
}

@media (max-width: 960px) {
  .hero-grid,
  .two-col,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .price-card.featured {
    transform: none;
  }
}

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

  .hero {
    padding: 46px 0 36px;
  }

  .feature-cards,
  .pricing-grid,
  .benefits,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }
}

/* Anpassungen Landingpage */
.pricing-grid {
  align-items: stretch;
}

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

.price-card .button {
  margin-top: auto;
}

.price-card.featured {
  transform: none;
}

.site-footer {
  margin-top: 48px;
  padding: 28px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: #f8fbfa;
  color: #4f625b;
  font-size: 0.95rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.site-footer a:hover {
  text-decoration: underline;
}

.legal-page {
  max-width: 920px;
  padding-top: 48px;
  padding-bottom: 64px;
  line-height: 1.65;
}

.legal-page h1 {
  margin-bottom: 28px;
}

.legal-page h2 {
  margin-top: 32px;
}
