:root {
  --paper: #fbfcfd;
  --ink: #17202a;
  --muted: #5f6b7a;
  --line: #d8e0e8;
  --brand: #0f766e;
  --brand-dark: #115e59;
  --gold: #d99a22;
  --coral: #d95f43;
  --night: #233241;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(23, 32, 42, .15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(217, 154, 34, .11), transparent 30%),
    radial-gradient(circle at 92% 36%, rgba(15, 118, 110, .12), transparent 32%),
    linear-gradient(180deg, #fbfcfd 0%, #edf6f4 46%, #f7f9fb 100%);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 0 32px;
  background: rgba(251, 252, 253, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.site-header nav,
.hero-actions,
.trust-row,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  color: #fff;
  background: var(--brand);
}

.site-header nav {
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.site-header nav a,
.header-cta,
.primary-link,
.secondary-link,
.site-footer a {
  text-decoration: none;
}

.header-cta,
.primary-link,
.secondary-link,
.contact-form button {
  min-height: 44px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.header-cta,
.primary-link,
.contact-form button {
  color: #fff;
  background: var(--brand);
  border: 1px solid var(--brand);
}

.secondary-link {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.header-cta,
.primary-link,
.secondary-link {
  padding: 0 18px;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
  min-height: calc(100vh - 76px);
  background:
    linear-gradient(90deg, #f5f8fa 0%, #f5f8fa 58%, #eef7f5 100%);
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(23, 32, 42, .2), rgba(23, 32, 42, .02)),
    url("assets/siteelevate-digitales-schaufenster.png") center / cover no-repeat;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 32, 42, .04), rgba(23, 32, 42, .22));
  pointer-events: none;
}

.photo-hero {
  background-position: center;
}

.street-sign {
  position: absolute;
  left: 8%;
  top: 10%;
  z-index: 5;
  padding: 10px 14px;
  border-radius: 7px;
  color: #fff;
  background: var(--night);
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy {
  align-self: center;
  padding: 74px 54px;
}

.kicker {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

h1 {
  margin-bottom: 22px;
  font-size: 66px;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: 0;
}

p,
li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.hero-lead {
  font-size: 22px;
  color: #354252;
}

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

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

.trust-row span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 86px 28px;
}

#wirkung {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background:
    radial-gradient(circle at 14% 8%, rgba(217, 154, 34, .24), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(15, 118, 110, .34), transparent 30%),
    linear-gradient(135deg, #17202a 0%, #213444 48%, #0f4f4a 100%);
}

#wirkung .section-intro,
#wirkung .comparison {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

#wirkung .section-intro h2 {
  color: #fff;
}

#wirkung .section-intro p:not(.kicker) {
  color: rgba(255,255,255,.78);
}

.section-intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.comparison,
.offer-grid,
.package-grid,
.automation-grid,
.trust-proof-grid,
.testimonial-grid,
.check-grid,
.audience-grid,
.faq-grid {
  display: grid;
  gap: 20px;
}

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

.comparison-card,
.offer-card,
.care-card,
.automation-grid article,
.proof-card,
.testimonial-card,
.check-grid label,
.faq-grid details,
.contact-form {
  border: 1px solid rgba(216, 224, 232, .88);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 42px rgba(23, 32, 42, .08);
}

.comparison-card {
  min-height: 610px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.comparison-card span,
.price-label {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.comparison-card.before span {
  color: var(--coral);
}

.comparison-card.before {
  border-color: rgba(255, 255, 255, .22);
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,247,240,.98)),
    #fff7f0;
}

.comparison-card.after {
  border-color: rgba(255, 255, 255, .28);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(239,250,247,.98)),
    #eef8f6;
}

.mini-page {
  border: 1px solid rgba(23, 32, 42, .14);
  border-radius: 10px;
  overflow: hidden;
  min-height: 330px;
  margin: 16px 0 22px;
  box-shadow: 0 20px 48px rgba(23, 32, 42, .16);
}

.impact-page.old-homepage,
.impact-page.new-homepage {
  margin-bottom: 22px;
}

.comparison-visual {
  height: 178px;
  border-radius: 8px;
  margin: 16px 0 22px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 42, .12);
}

.old-window-visual {
  background:
    linear-gradient(rgba(92, 61, 42, .32), rgba(92, 61, 42, .32)),
    url("assets/siteelevate-digitales-schaufenster.png") 22% center / cover no-repeat;
  filter: sepia(.35) saturate(.8);
}

.old-window-visual::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 20px;
  height: 32px;
  border-radius: 4px;
  background: rgba(122, 84, 56, .86);
}

.old-window-visual i {
  position: absolute;
  left: 18px;
  right: 46px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
}

.old-window-visual i:nth-child(1) {
  top: 76px;
}

.old-window-visual i:nth-child(2) {
  top: 98px;
  right: 88px;
}

.old-window-visual i:nth-child(3) {
  top: 124px;
  right: 62px;
}

.new-window-visual {
  background:
    linear-gradient(90deg, rgba(15, 74, 69, .84), rgba(15, 118, 110, .2)),
    url("assets/siteelevate-digitales-schaufenster.png") center / cover no-repeat;
}

.new-window-visual::before {
  content: "Termin anfragen";
  position: absolute;
  left: 22px;
  bottom: 22px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  color: var(--brand-dark);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.new-window-visual::after {
  content: "Klar. Modern. Vertrauenswürdig.";
  position: absolute;
  left: 22px;
  top: 28px;
  max-width: 260px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
}

.new-window-visual i {
  position: absolute;
  bottom: 22px;
  width: 58px;
  height: 44px;
  border-radius: 7px;
  background: rgba(255,255,255,.92);
}

.new-window-visual i:nth-child(1) {
  right: 158px;
}

.new-window-visual i:nth-child(2) {
  right: 90px;
}

.new-window-visual i:nth-child(3) {
  right: 22px;
}

ul {
  margin: 0;
  padding-left: 22px;
}

.band-section {
  background: var(--night);
  color: #fff;
}

.band-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 28px;
}

.band-inner p {
  max-width: 820px;
  color: rgba(255, 255, 255, .78);
}

.old-homepage,
.new-homepage {
  border: 1px solid rgba(23, 32, 42, .14);
  border-radius: 8px;
  overflow: hidden;
  min-height: 330px;
  margin-bottom: 20px;
  background: #fff;
}

.old-homepage {
  font-family: Georgia, "Times New Roman", serif;
  color: #49382d;
  background: #fff8ea;
}

.old-header {
  padding: 15px 14px;
  color: #fff;
  background: #7a5438;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.old-menu {
  padding: 8px 10px;
  color: #5f4634;
  background: #dec7a8;
  font-size: 12px;
  text-align: center;
}

.old-content {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 14px;
  padding: 15px;
}

.old-photo {
  min-height: 138px;
  border: 6px solid #f2e2c7;
  background:
    linear-gradient(rgba(107, 83, 57, .32), rgba(107, 83, 57, .32)),
    url("assets/siteelevate-digitales-schaufenster.png") 25% center / cover no-repeat;
  filter: sepia(.7) saturate(.65) contrast(.78);
}

.old-content h4 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: 0;
}

.old-content p {
  margin: 0 0 8px;
  color: #665444;
  font-size: 13px;
  line-height: 1.35;
}

.old-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 15px 15px;
}

.old-boxes span {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #d0b99b;
  color: #6d513b;
  background: #f4e7d2;
  font-size: 12px;
  font-weight: 700;
}

.new-homepage {
  font-family: Arial, Helvetica, sans-serif;
}

.new-visual {
  min-height: 176px;
  display: flex;
  align-items: end;
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15, 64, 60, .86), rgba(15, 64, 60, .24)),
    url("assets/siteelevate-digitales-schaufenster.png") center / cover no-repeat;
}

.new-visual small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.new-visual h4 {
  max-width: 340px;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0;
}

.new-visual button {
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  padding: 0 13px;
  color: var(--ink);
  background: #fff;
  font-weight: 800;
}

.new-service-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px;
}

.new-service-row span {
  min-height: 70px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--brand-dark);
  background: #eef8f6;
  border: 1px solid rgba(15, 118, 110, .18);
  font-size: 13px;
  font-weight: 800;
}

.new-trust-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px 16px;
}

.new-trust-row strong {
  padding: 8px 10px;
  border-radius: 7px;
  color: #fff;
  background: var(--brand);
  white-space: nowrap;
}

.new-trust-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.check-section {
  max-width: none;
  padding: 74px 28px;
  background:
    linear-gradient(135deg, rgba(35, 50, 65, .06), rgba(15, 118, 110, .09)),
    #f5faf9;
}

.check-section .section-intro,
.check-section .check-grid {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

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

.check-grid label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 18px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
}

.check-grid input {
  width: 20px;
  height: 20px;
  accent-color: var(--brand);
  flex: 0 0 auto;
}

.offer-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
}

.offer-section {
  max-width: none;
  padding: 86px 28px;
  background:
    radial-gradient(circle at 84% 18%, rgba(217, 154, 34, .14), transparent 28%),
    linear-gradient(180deg, #fbfcfd 0%, #f6f8fb 100%);
}

.offer-section .section-intro,
.offer-section .offer-grid,
.offer-section .package-grid,
.offer-section .care-card {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.offer-card {
  padding: 30px;
}

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

.package-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
}

.package-card p {
  margin-bottom: 18px;
}

.package-card ul {
  margin-top: auto;
}

.featured-package {
  border-color: rgba(15, 118, 110, .58);
  background:
    linear-gradient(180deg, rgba(239, 250, 247, .98), rgba(255, 255, 255, .98)),
    #fff;
  box-shadow: 0 24px 70px rgba(15, 118, 110, .16);
}

.care-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
  margin-top: 22px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(35, 50, 65, .98), rgba(15, 79, 74, .96));
}

.care-card h3 {
  color: #fff;
  font-size: 34px;
}

.care-card p,
.care-card li {
  color: rgba(255, 255, 255, .78);
}

.care-card .price-label {
  color: #f2c76b;
}

.main-offer {
  border-color: rgba(15, 118, 110, .45);
}

.offer-card h3 {
  font-size: 38px;
  color: var(--ink);
}

.automation-section {
  max-width: none;
  padding: 82px 28px;
  background:
    radial-gradient(circle at 16% 16%, rgba(217, 154, 34, .12), transparent 30%),
    linear-gradient(180deg, #f8fbfb 0%, #eef7f5 100%);
}

.automation-section .section-intro,
.automation-section .automation-grid {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

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

.automation-grid article {
  padding: 24px;
  background: rgba(255, 255, 255, .95);
}

.automation-grid strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 7px;
  color: #fff;
  background: var(--brand);
  margin-bottom: 16px;
}

.automation-grid p {
  margin-bottom: 0;
  font-size: 16px;
}

.audience-section {
  max-width: none;
  padding: 74px 28px;
  background: #eef7f5;
}

.audience-section .section-intro,
.audience-section .audience-grid {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

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

.audience-grid span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  padding: 12px;
  box-shadow: 0 10px 24px rgba(23, 32, 42, .05);
}

.trust-section {
  max-width: none;
  padding: 86px 28px;
  background:
    radial-gradient(circle at 18% 10%, rgba(217, 154, 34, .12), transparent 28%),
    linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}

.trust-section .section-intro,
.trust-section .trust-proof-grid,
.trust-section .testimonial-heading,
.trust-section .testimonial-grid {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.trust-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 42px;
}

.proof-card {
  padding: 24px;
  background: #f9fbfb;
}

.proof-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 18px;
}

.proof-card p,
.testimonial-heading p {
  margin-bottom: 0;
}

.testimonial-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.testimonial-heading h3 {
  margin-bottom: 0;
}

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

.testimonial-card {
  padding: 26px;
}

.stars {
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.testimonial-card p {
  color: var(--ink);
  font-size: 19px;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.faq-section {
  max-width: none;
  padding: 74px 28px;
  background:
    linear-gradient(135deg, #edf6f4 0%, #f8fbfb 100%);
}

.faq-section .section-intro,
.faq-section .faq-grid {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

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

.faq-grid details {
  padding: 22px;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.faq-grid p {
  margin: 14px 0 0;
}

.contact-section {
  max-width: none;
  margin: 0;
  padding: 74px 28px 86px;
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(360px, 460px);
  justify-content: center;
  gap: 28px;
  align-items: start;
  background:
    radial-gradient(circle at 12% 12%, rgba(217, 154, 34, .14), transparent 30%),
    linear-gradient(135deg, #17202a 0%, #213444 58%, #0f4f4a 100%);
}

.contact-section > div,
.contact-section > form {
  max-width: 1160px;
}

.contact-section h2 {
  color: #fff;
}

.contact-section p:not(.kicker) {
  color: rgba(255,255,255,.78);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

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

.contact-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 12px;
  font: inherit;
}

.contact-form button {
  cursor: pointer;
  font: inherit;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: .72;
}

.contact-form p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px 32px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 22px;
  }

  .site-header nav {
    flex-wrap: wrap;
  }

  .hero-section,
  .comparison,
  .check-grid,
  .offer-grid,
  .package-grid,
  .automation-grid,
  .care-card,
  .audience-grid,
  .trust-proof-grid,
  .testimonial-grid,
  .faq-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .testimonial-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .old-content {
    grid-template-columns: 1fr;
  }

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

  .hero-media {
    min-height: 520px;
  }

  .hero-copy {
    padding: 44px 28px 58px;
  }

  h1 {
    font-size: 52px;
  }
}

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

  .header-cta,
  .primary-link,
  .secondary-link {
    width: 100%;
  }

  .hero-media {
    min-height: 430px;
    background-position: 42% center;
  }

  .old-boxes,
  .new-service-row {
    grid-template-columns: 1fr;
  }

  .new-visual h4 {
    font-size: 21px;
  }

  .street-sign {
    left: 6%;
    top: 7%;
    font-size: 13px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-lead,
  p,
  li {
    font-size: 17px;
  }

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