.hero {
  background: radial-gradient(120% 120% at 80% 0%, var(--navy-2) 0%, var(--navy) 45%, var(--navy-deep) 100%);
  color: #fff;
  padding: 76px 0 84px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(34px, 5vw, 56px);
  margin: 0 0 20px;
}
.hero p.sub {
  font-size: 19px;
  color: #cfe0ec;
  max-width: 52ch;
  margin: 0 0 30px;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-badges {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 26px;
  font-size: 14px;
  color: #aecbe0;
}
.hero-badges span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-badges .ck {
  color: #7fd6a6;
  font-weight: 800;
}
.hero-visual {
  position: relative;
}
.hero-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: block;
}
.slot-img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--radius);
}
.atmo-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius);
}
.pslot-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: step;
}
.step {
  position: relative;
  padding-top: 8px;
}
.step .num {
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--orange);
  font-weight: 700;
  line-height: 1;
}
.step h3 {
  font-size: 19px;
  margin: 12px 0 6px;
}
.step p {
  margin: 0;
  font-size: 15px;
  color: var(--text-soft);
}
.sec-navy .step p {
  color: #b8c9d6;
}

.photo-slot {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--navy);
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.feat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 40px;
  margin-top: 8px;
}
.feat {
  display: flex;
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.feat .fi {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--cream);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feat b {
  display: block;
  font-size: 15.5px;
}
.feat span {
  font-size: 14px;
  color: var(--text-soft);
}

.branchen {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.branchen .b {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 9px 18px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sec-navy .branchen .b {
  background: rgba(255, 255, 255, .08);
  border-color: var(--line-dark);
  color: #eaf1f6;
}

#testpartner {
  background: linear-gradient(160deg, var(--navy-2), var(--navy) 60%, var(--navy-deep));
  color: #fff;
  position: relative;
}
#testpartner .text-soft {
  color: #b8c9d6;
}
#testpartner .tp-tag {
  display: inline-block;
  background: var(--orange);
  color: #3a2408;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.tp-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  align-items: start;
  margin-top: 12px;
}
.tp-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 10px;
}
.tp-cols h4,
.tp-steps h4 {
  font-size: 16px;
  color: #f4b366;
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.tp-cols h4 {
  margin: 0 0 12px;
}
.tp-steps h4 {
  margin: 0;
}
.tp-steps {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}
.tp-steps .s {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.tp-steps .sn {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: var(--orange);
  color: #3a2408;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 15px;
}
.tp-form {
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 28px;
}
.tp-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #aecbe0;
  margin: 14px 0 6px;
}
.tp-form input,
.tp-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, .95);
  border: none;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: var(--font-body);
  color: var(--ink);
}
.tp-form textarea {
  min-height: 96px;
  resize: vertical;
}
.tp-form .consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0;
  font-size: 13px;
  color: #b8c9d6;
}
.tp-form .consent input {
  width: auto;
}
.tp-form .btn {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}
.tp-form .field-honeypot {
  position: absolute;
  left: -9999px;
}
.tp-form .form-error {
  color: #ffd0a3;
  font-size: 13px;
  margin: 4px 0 0;
}

.tarife {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.plan {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
}
.plan.pop {
  border: 2px solid var(--orange);
  position: relative;
  box-shadow: var(--shadow);
}
.plan.pop .ribbon {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #3a2408;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
}
.plan h3 {
  font-size: 22px;
  margin: 0 0 4px;
}
.plan .for {
  font-size: 14px;
  color: var(--text-soft);
  margin-bottom: 16px;
  min-height: 40px;
}
.plan ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 9px;
  flex: 1;
}
.plan ul li {
  font-size: 14px;
  display: flex;
  gap: 9px;
}
.plan ul .ck {
  color: var(--orange);
  font-weight: 800;
  flex: 0 0 auto;
}
.plan .btn {
  width: 100%;
  justify-content: center;
}
.plan.pop .btn {
  background: var(--orange);
}
.plan:not(.pop) .btn {
  background: var(--navy);
}
.price-note {
  text-align: center;
  margin-top: 22px;
  font-size: 14.5px;
  color: var(--text-soft);
}

.cmp-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 16px;
}
.cmp {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 720px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.cmp th, .cmp td {
  padding: 15px 18px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.cmp .feat-col {
  text-align: left;
  font-size: 15px;
  color: var(--ink);
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
  min-width: 250px;
  font-weight: 500;
}
.cmp thead th {
  vertical-align: bottom;
  background: var(--cream-2);
  border-bottom: 2px solid var(--line);
}
.cmp thead .feat-col {
  background: var(--cream-2);
}
.cmp-hint {
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--amber-text);
}
.pl-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.1;
}
.pl-for {
  font-size: 12.5px;
  color: var(--text-soft);
  margin-top: 4px;
  font-weight: 400;
}
.cmp .y {
  color: var(--orange);
  font-weight: 800;
  font-size: 19px;
}
.cmp .n {
  color: #7c7869;
  font-size: 19px;
}
.cmp tr.grp td {
  background: var(--navy);
  color: #fff;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 11px 18px;
  position: sticky;
  left: 0;
}
.cmp th.col-pop, .cmp td.col-pop {
  background: #fdf3e3;
}
.cmp thead th.col-pop {
  background: #fbe9cf;
  position: relative;
  border-bottom: 2px solid var(--orange);
}
.col-ribbon {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background: var(--orange);
  color: #3a2408;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 0;
}
.cmp thead th.col-pop {
  padding-top: 34px;
}
.cmp tfoot td {
  border-bottom: none;
  padding: 20px 14px;
}
.cmp tfoot .btn {
  width: 100%;
  justify-content: center;
  font-size: 14px;
  padding: 11px 12px;
}
.cmp-legend {
  text-align: center;
  margin-top: 14px;
  font-size: 13px;
  color: var(--text-soft);
}
.cmp-legend .y {
  color: var(--orange);
  font-weight: 800;
}

.faq {
  max-width: 820px;
  margin: 0 auto;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 6px 0;
}
details summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 17px;
  padding: 16px 40px 16px 0;
  position: relative;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 14px;
  font-size: 24px;
  color: var(--orange);
  font-weight: 400;
  transition: transform .2s;
}
details[open] summary::after {
  content: "–";
}
details p {
  margin: 0 0 16px;
  color: var(--text-soft);
  font-size: 15.5px;
  max-width: 70ch;
}

.final {
  background: radial-gradient(120% 140% at 20% 0%, var(--navy-2), var(--navy) 55%, var(--navy-deep));
  color: #fff;
  text-align: center;
}
.final h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin: 0 0 14px;
}
.final p {
  font-size: 18px;
  color: #cfe0ec;
  margin: 0 auto 28px;
  max-width: 44ch;
}

.block {
  padding: 88px 24px;
}
.block > .card {
  max-width: 640px;
  margin: 0 auto;
}
.block--cta {
  background: radial-gradient(120% 140% at 20% 0%, var(--navy-2), var(--navy) 55%, var(--navy-deep));
  color: #fff;
  text-align: center;
}
.block--cta__inner {
  max-width: 640px;
  margin: 0 auto;
}
.block--cta .h-section {
  color: #fff;
  margin: 0 0 14px;
}
.block--cta .body {
  color: #cfe0ec;
  margin: 0 auto 24px;
  max-width: 46ch;
}
.block--cta .eyebrow {
  color: #f4b366;
}

.legal-wrap {
  max-width: 760px;
}
.legal h1 {
  font-size: clamp(30px, 4vw, 44px);
  margin: 0 0 28px;
}
.legal-body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
}
.legal-body h2 {
  font-family: var(--font-display);
  font-size: 24px;
  margin: 34px 0 12px;
}
.legal-body h3 {
  font-size: 18px;
  margin: 24px 0 8px;
}
.legal-body p {
  margin: 0 0 14px;
}
.legal-body ul, .legal-body ol {
  margin: 0 0 14px;
  padding-left: 22px;
}
.legal-body li {
  margin: 4px 0;
}
.legal-body a {
  color: var(--amber-text);
  text-decoration: underline;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero-visual {
    order: -1;
  }
  .grid-3, .steps, .tarife {
    grid-template-columns: 1fr 1fr;
  }
  .tp-grid, .grid-2, .feat-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .photo-strip {
    grid-template-columns: 1fr 1fr;
  }
  .cmp .feat-col {
    min-width: 180px;
    font-size: 14px;
  }
  .cmp-scroll::after {
    content: "→ wischen für alle Tarife";
    display: block;
    text-align: right;
    font-size: 12px;
    color: var(--text-soft);
    padding: 8px 4px 0;
  }
}
@media (max-width: 560px) {
  section {
    padding: 60px 0;
  }
  .grid-3, .steps, .tarife, .tp-cols {
    grid-template-columns: 1fr;
  }
  .block {
    padding: 60px 24px;
  }
}
@media (max-width: 520px) {
  .photo-strip {
    grid-template-columns: 1fr;
  }
}
