html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #08111d;
  color: #edf2f6;
  font-family: Roboto, Lato, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 34px 18px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 130, 28, .30), transparent 26%),
    radial-gradient(circle at 85% 80%, rgba(88, 214, 107, .34), transparent 30%),
    linear-gradient(120deg, #08111d, #111923 48%, #13372f);
}

.home-card {
  width: min(980px, 100%);
  min-height: 760px;
  padding: clamp(24px, 4vw, 48px);
  padding-bottom: 20px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.055));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 32px 90px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Home bewusst kompakt und zentriert wie in der Referenz. */
.home-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  margin-bottom: 22px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 16px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.115);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(237,242,246,.82);
  font-size: .70rem;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.pill span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #58d66b;
  box-shadow: 0 0 18px rgba(88,214,107,.85);
}

.logo-home-link {
  display: block;
  width: clamp(190px, 24vw, 245px);
  max-width: 245px;
  margin: 0 auto 22px;
  line-height: 0;
  text-decoration: none;
}

.logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  filter:
    drop-shadow(0 12px 30px rgba(255,130,28,.18))
    drop-shadow(0 12px 30px rgba(88,214,107,.18));
}

h1 {
  margin: 0;
  color: #edf2f6;
  font-size: clamp(2.85rem, 5vw, 4.15rem);
  line-height: .94;
  letter-spacing: -.052em;
  font-weight: 800;
}

h1 span {
  background: linear-gradient(90deg, #ff821c, #ffc65c, #58d66b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-content {
  width: 100%;
  text-align: center;
}

.intro {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(237,242,246,.64);
  font-size: clamp(.92rem, 1.35vw, 1.02rem);
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: -.01em;
}

.button {
  min-height: 52px;
  padding: 0 27px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff821c, #58d66b);
  color: #08111d;
  font-size: .94rem;
  font-weight: 900;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 36px rgba(255,130,28,.20), 0 14px 36px rgba(88,214,107,.15);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.note {
  margin: 20px 0 0;
  color: rgba(237,242,246,.68);
  font-size: .84rem;
  line-height: 1.5;
  font-weight: 300;
}


.seo-section {
  width: min(780px, 100%);
  margin: 34px auto 0;
  padding: 28px 0 2px;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: left;
}

.seo-copy {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.seo-eyebrow {
  margin: 0 0 8px;
  color: #ffb347;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.seo-section h2 {
  margin: 0;
  color: #edf2f6;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: -.03em;
  font-weight: 800;
}

.seo-copy > p:last-child {
  margin: 12px auto 0;
  color: rgba(237,242,246,.66);
  font-size: .9rem;
  line-height: 1.62;
  font-weight: 300;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.seo-grid article {
  min-width: 0;
  padding: 17px 16px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.step-number {
  display: block;
  margin-bottom: 8px;
  color: #6df27f;
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .1em;
}

.seo-grid h3 {
  margin: 0 0 7px;
  color: #edf2f6;
  font-size: .92rem;
  line-height: 1.25;
  font-weight: 700;
}

.seo-grid p,
.seo-benefits {
  color: rgba(237,242,246,.60);
  font-size: .78rem;
  line-height: 1.55;
  font-weight: 300;
}

.seo-grid p {
  margin: 0;
}

.seo-benefits {
  max-width: 720px;
  margin: 17px auto 0;
  text-align: center;
  font-weight: 300;
}

.seo-benefits strong {
  color: rgba(237,242,246,.82);
  font-weight: 300;
}

.footer-legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: rgba(237,242,246,.68);
  font-size: 8px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-legal-links a,
.footer-legal-links a:link,
.footer-legal-links a:visited,
.footer-legal-links a:active {
  color: rgba(237,242,246,.68);
  font-size: 9px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus {
  color: #58d66b;
  text-decoration: underline;
}

.copyright {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 28px;
  text-align: center;
  color: rgba(237,242,246,.65);
  font-size: .78rem;
  line-height: 1.5;
  font-weight: 300;
}

.bytework-link,
.bytework-link:link,
.bytework-link:visited,
.bytework-link:active {
  color: #ffb347 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.bytework-link:hover,
.bytework-link:focus {
  color: #58d66b !important;
  text-decoration: underline !important;
}

@media (max-width: 760px) {
  body {
    padding: 18px 10px;
  }

  .home-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 680px;
    border-radius: 26px;
    padding: 28px 20px 20px;
  }

  .pill {
    max-width: 100%;
    padding: 9px 13px;
    margin-bottom: 20px;
    font-size: .64rem;
    white-space: normal;
    text-align: center;
  }

  .logo-home-link {
    width: min(185px, 54vw);
    max-width: 185px;
    margin-bottom: 18px;
  }

  h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3.25rem);
    line-height: .98;
    letter-spacing: -.045em;
  }

  .home-hero {
    margin-bottom: 22px;
  }

  .intro,
  .note {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .intro {
    font-size: .94rem;
  }

  .seo-section {
    margin-top: 28px;
    padding-top: 24px;
  }

  .seo-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .seo-grid article {
    padding: 15px 16px;
  }

  .seo-benefits {
    font-size: .8rem;
  }

  .copyright {
    padding-top: 24px;
  }
}

/* v11: highlighted body copy lighter */
.intro,
.note,
.seo-copy > p:last-child,
.seo-grid p,
.seo-benefits {
  font-weight: 300 !important;
}
