:root {
  --green: #8bc53f;
  --green-dark: #67a918;
  --green-soft: #eff8e4;
  --purple: #6a1b9a;
  --charcoal: #2f353a;
  --text: #31373c;
  --muted: #687078;
  --line: #e7ebee;
  --white: #fff;
  --max-width: 1160px;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(31, 42, 49, .10)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased
}

a {
  color: inherit
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(231, 235, 238, .9);
  backdrop-filter: blur(14px)
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.brand {
  display: inline-flex;
  align-items: flex-end;
  text-decoration: none;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -.055em;
  line-height: .85;
  font-size: 2.25rem
}

.brand-dom {
  color: var(--green)
}

.brand-ster {
  color: var(--charcoal)
}

.brand-dot {
  width: .28em;
  height: .28em;
  margin-left: .18em;
  margin-bottom: .07em;
  border-radius: 2px;
  background: var(--purple);
  transform: skew(-8deg)
}

.brand-small {
  font-size: 1.65rem
}

.nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: .96rem
}

.nav a {
  text-decoration: none;
  color: var(--text);
  font-weight: 600
}

.nav a:hover {
  color: var(--green-dark)
}

.nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--green);
  color: #fff !important
}

.hero {
  overflow: hidden;
  background: radial-gradient(circle at 84% 18%, rgba(139, 197, 63, .16), transparent 30%), linear-gradient(180deg, #fff 0%, #fbfcfa 100%);
  border-bottom: 1px solid var(--line)
}

.hero-grid {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
  padding-block: 90px
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--purple);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .83rem;
  font-weight: 800
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  color: var(--charcoal);
  font-size: clamp(3.2rem, 6.1vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.055em
}

.hero h1 span {
  color: var(--green-dark)
}

.hero-text {
  max-width: 640px;
  margin: 28px 0 0;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  color: var(--muted)
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease
}

.button:hover {
  transform: translateY(-2px)
}

.button-primary {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #fff;
  box-shadow: 0 10px 24px rgba(103, 169, 24, .22)
}

.button-secondary {
  color: var(--charcoal);
  border: 1px solid #b9c0c5;
  background: #fff
}

.full {
  width: 100%
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: .92rem
}

.trust-list li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green-dark);
  font-weight: 900
}

.hero-visual {
  position: relative;
  min-height: 420px
}

.browser-card {
  position: absolute;
  z-index: 3;
  inset: 26px 0 0 20px;
  overflow: hidden;
  border: 1px solid rgba(47, 53, 58, .08);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(-2deg)
}

.browser-top {
  display: flex;
  gap: 7px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line)
}

.browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8dee2
}

.browser-content {
  height: calc(100% - 43px);
  padding: 70px 52px;
  background: linear-gradient(135deg, rgba(139, 197, 63, .08), transparent 60%), #fff
}

.www {
  color: var(--charcoal);
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -.06em
}

.www span {
  color: var(--green)
}

.domain-line {
  width: 82%;
  height: 13px;
  margin-top: 24px;
  border-radius: 999px;
  background: #edf0f2
}

.domain-line.short {
  width: 56%;
  margin-top: 12px
}

.domain-chip {
  display: inline-block;
  margin-top: 42px;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 750
}

.accent-card {
  position: absolute;
  border-radius: 24px
}

.accent-one {
  width: 180px;
  height: 180px;
  right: -30px;
  top: -10px;
  background: rgba(106, 27, 154, .10);
  transform: rotate(12deg)
}

.accent-two {
  width: 230px;
  height: 140px;
  left: -24px;
  bottom: -4px;
  background: rgba(139, 197, 63, .15);
  transform: rotate(-8deg)
}

.section {
  padding: 100px 0
}

.section-soft {
  background: #f7f9f5
}

.section-heading {
  max-width: 720px;
  margin-bottom: 50px
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center
}

.section-heading h2,
.about-panel h2,
.contact-section h2 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -.035em
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 1.07rem
}

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

.feature-card {
  min-height: 290px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 32px rgba(38, 47, 53, .05)
}

.icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 15px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 850
}

.feature-card h3,
.audience-grid h3 {
  margin: 0 0 10px;
  font-size: 1.25rem
}

.feature-card p,
.audience-grid p,
.about-panel p,
.contact-section p {
  color: var(--muted)
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden
}

.audience-grid article {
  min-height: 250px;
  padding: 34px 28px
}

.audience-grid article+article {
  border-left: 1px solid var(--line)
}

.audience-mark {
  display: block;
  margin-bottom: 40px;
  color: var(--green);
  font-size: 1.4rem
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: stretch
}

.about-panel {
  padding: 20px 0
}

.about-panel p {
  font-size: 1.05rem
}
.quote {
  position: relative;
  margin: 0;
  padding: 50px;
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(140deg, rgba(139, 197, 63, .26), transparent 52%),
    var(--charcoal);

  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.quote p {
  margin: 0;
  font-size: clamp(1.4rem, 2.7vw, 2.1rem);
  line-height: 1.3;
  letter-spacing: -0.025em;
}


.contact-section {
  padding: 90px 0;
  color: #fff;
  background: radial-gradient(circle at 8% 8%, rgba(139, 197, 63, .20), transparent 33%), #252b2f
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: center
}

.eyebrow-light {
  color: #c7eb99
}

.contact-section h2 {
  color: #fff
}

.contact-section p {
  color: #c9d0d4
}

.contact-card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .06)
}

.contact-label {
  margin: 0 !important;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .13em
}

.contact-mail {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none
}

.contact-note {
  margin: 12px 0 24px;
  font-size: .84rem
}

.site-footer {
  padding: 28px 0;
  color: #727a81;
  background: #fff;
  border-top: 1px solid var(--line);
  font-size: 1.1rem
}

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

.footer-links {
  display: flex;
  gap: 20px
}

.footer-links a {
  color: var(--muted);
  text-decoration: none  
}

.legal {
  max-width: 850px;
  padding: 80px 0 120px
}

.legal h1 {
  margin-top: 0;
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -.04em
}

.legal h2 {
  margin-top: 38px
}

.legal p,
.legal li {
  color: var(--muted)
}

.notice {
  padding: 18px 20px;
  border-left: 4px solid var(--purple);
  background: #f7f2fa
}

@media(max-width:900px) {
  .nav a:not(.nav-cta) {
    display: none
  }

  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr
  }

  .hero-grid {
    min-height: auto;
    gap: 20px;
    padding-block: 70px
  }

  .hero-visual {
    min-height: 360px;
    margin-top: 20px
  }

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

  .audience-grid {
    grid-template-columns: 1fr 1fr
  }

  .audience-grid article+article {
    border-left: 0
  }

  .audience-grid article:nth-child(even) {
    border-left: 1px solid var(--line)
  }

  .audience-grid article:nth-child(n+3) {
    border-top: 1px solid var(--line)
  }

  .contact-grid {
    gap: 36px
  }
}

@media(max-width:600px) {
  .container {
    width: min(calc(100% - 28px), var(--max-width))
  }

  .site-header {
    position: static
  }

  .header-inner {
    min-height: 68px
  }

  .brand {
    font-size: 1.8rem
  }

  .nav-cta {
    padding: 9px 14px
  }

  .hero h1 {
    font-size: 3.1rem
  }

  .hero-visual {
    min-height: 300px
  }

  .browser-card {
    inset: 10px 0 0
  }

  .browser-content {
    padding: 52px 30px
  }

  .www {
    font-size: 3.1rem
  }

  .section {
    padding: 72px 0
  }

  .audience-grid {
    grid-template-columns: 1fr
  }

  .audience-grid article:nth-child(even) {
    border-left: 0
  }

  .audience-grid article+article {
    border-top: 1px solid var(--line)
  }

  .quote {
    padding: 34px 28px
  }

  .contact-card {
    padding: 26px
  }

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

/* Verfeinerung: etwas größerer Markenauftritt und reduzierterer Stil */
:root {
  --radius: 14px;
  --shadow: 0 10px 28px rgba(31, 42, 49, .07);
}

.header-inner {
  min-height: 82px
}

.brand {
  font-size: 2.75rem
}

.brand-small {
  font-size: 1.8rem
}

.nav-cta {
  border-radius: 10px;
  padding: 10px 17px
}

.hero {
  background: #fbfcfa;
}

.hero-grid {
  min-height: 620px;
  gap: 76px;
  padding-block: 82px;
}

.button {
  border-radius: 10px;
  transition: background .2s ease, border-color .2s ease;
}

.button:hover {
  transform: none
}

.button-primary {
  background: var(--green-dark);
  box-shadow: none;
}

.button-primary:hover {
  background: #5d9818
}

.button-secondary:hover {
  border-color: var(--charcoal)
}

.browser-card {
  inset: 24px 0 0 20px;
  border-radius: 16px;
  box-shadow: var(--shadow);
  transform: none;
}

.accent-card {
  display: none
}

.browser-content {
  background: #fff;
}

.domain-chip {
  border-radius: 8px
}

.section {
  padding: 88px 0
}

.feature-grid {
  gap: 20px
}

.feature-card {
  min-height: 270px;
  padding: 30px;
  box-shadow: none;
}

.icon {
  border-radius: 10px;
  margin-bottom: 32px
}

.audience-grid {
  border-radius: 14px
}

.audience-grid article {
  min-height: 230px;
  padding: 30px 26px
}

.audience-mark {
  margin-bottom: 32px
}

.quote {
  border-radius: 16px;
  background: var(--charcoal);
}

.contact-section {
  padding: 82px 0;
  background: #252b2f;
}

.contact-card {
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}

@media(max-width:900px) {
  .hero-grid {
    padding-block: 64px
  }
}

@media(max-width:600px) {
  .header-inner {
    min-height: 72px
  }

  .brand {
    font-size: 2.05rem
  }

  .hero h1 {
    font-size: 3rem
  }
}

/* Typografisch geschlossenes Zitat ohne separates Dekoelement */
.quote-mark {
  display: none
}

.quote p {
  margin: 0 0 28px
}

/* Zitatkachel: optisch mittig und etwas präsenter */
.quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
}

.quote p {
  margin: 0 0 34px;
  font-size: clamp(1.55rem, 2.85vw, 2.25rem);
  line-height: 1.28;
}

.quote footer {
  font-size: 1.02rem;
}

@media(max-width:600px) {
  .quote {
    padding: 40px 30px
  }
}