:root {
  --action-forest: #173f34;
  --action-forest-soft: #2d5b4d;
  --action-ink: #243a34;
  --action-muted: #62766f;
  --action-sage: #e8f0ec;
  --action-rose: #bc98a5;
  --action-cream: #fbf8f2;
  --action-white: #fff;
  --action-line: rgba(23, 63, 52, .13);
  --action-shadow: 0 28px 90px rgba(28, 63, 52, .13);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body.action-body {
  min-width: 320px;
  margin: 0;
  color: var(--action-ink);
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.55;
  background:
    radial-gradient(circle at 0 0, rgba(188, 152, 165, .17), transparent 32rem),
    radial-gradient(circle at 100% 26%, rgba(53, 105, 88, .13), transparent 35rem),
    #f4f7f4;
}

.action-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.action-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 24px;
}

.action-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--action-forest);
  text-decoration: none;
}

.action-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(23, 63, 52, .23);
  border-radius: 50%;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
}

.action-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.action-brand-text strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 500;
}

.action-brand-text small {
  margin-top: 4px;
  color: var(--action-muted);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.action-topbar-note {
  color: var(--action-muted);
  font-size: 13px;
}

.action-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 32px;
  background: linear-gradient(132deg, var(--action-forest), #315f50);
  box-shadow: var(--action-shadow);
}

.action-hero-copy {
  position: relative;
  z-index: 1;
  padding: clamp(38px, 5vw, 62px);
  color: var(--action-white);
}

.action-kicker {
  display: block;
  margin-bottom: 16px;
  color: #dce8e2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.action-hero h1,
.action-section h2,
.action-review h1,
.action-review h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
}

.action-hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.01;
  letter-spacing: -.025em;
}

.action-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, .79);
  font-size: clamp(16px, 2vw, 19px);
}

.action-hero-facts {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 1px;
  margin: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .09);
  backdrop-filter: blur(14px);
}

.action-hero-facts div {
  padding: 22px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.action-hero-facts div:last-child {
  border-bottom: 0;
}

.action-hero-facts span {
  display: block;
  color: rgba(255, 255, 255, .63);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.action-hero-facts strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.action-main {
  padding: 42px 0 90px;
}

.action-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 30px;
  align-items: start;
}

.action-section,
.action-summary,
.action-review,
.action-message {
  border: 1px solid var(--action-line);
  border-radius: 25px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 20px 60px rgba(23, 63, 52, .08);
}

.action-section {
  margin-bottom: 22px;
  padding: clamp(25px, 5vw, 44px);
}

.action-section-heading {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  align-items: start;
  margin-bottom: 28px;
}

.action-section-number {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--action-forest);
  background: var(--action-sage);
  font-size: 12px;
  font-weight: 800;
}

.action-section h2,
.action-review h1,
.action-review h2 {
  margin: 0;
  color: var(--action-forest);
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.08;
}

.action-section-heading p {
  margin: 7px 0 0;
  color: var(--action-muted);
  font-size: 14px;
}

.action-slot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.action-slot {
  position: relative;
}

.action-slot input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.action-slot span {
  display: grid;
  min-height: 62px;
  place-items: center;
  border: 1px solid var(--action-line);
  border-radius: 14px;
  color: var(--action-forest);
  background: #fff;
  cursor: pointer;
  font-weight: 800;
  transition: border-color .18s ease, transform .18s ease, background .18s ease, color .18s ease;
}

.action-slot span small {
  display: block;
  margin-top: -12px;
  color: var(--action-muted);
  font-size: 10px;
  font-weight: 600;
}

.action-slot input:checked + span {
  border-color: var(--action-forest);
  color: #fff;
  background: var(--action-forest);
  transform: translateY(-2px);
}

.action-slot input:focus-visible + span {
  outline: 3px solid rgba(188, 152, 165, .45);
  outline-offset: 3px;
}

.action-slot.is-unavailable span {
  color: #9ca7a3;
  background: #f1f3f2;
  cursor: not-allowed;
  text-decoration: line-through;
}

.action-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.action-field {
  display: grid;
  gap: 7px;
}

.action-field.is-wide {
  grid-column: 1 / -1;
}

.action-field > span,
.action-choice-group > legend {
  color: var(--action-ink);
  font-size: 13px;
  font-weight: 800;
}

.action-field input,
.action-field textarea,
.action-field select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(23, 63, 52, .18);
  border-radius: 12px;
  color: var(--action-ink);
  background: #fff;
  font: inherit;
}

.action-field textarea {
  min-height: 105px;
  resize: vertical;
}

.action-field input:focus,
.action-field textarea:focus,
.action-field select:focus {
  border-color: var(--action-forest-soft);
  outline: 3px solid rgba(45, 91, 77, .12);
}

.action-field small,
.action-legal-note {
  color: var(--action-muted);
  font-size: 12px;
}

.action-choice-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.action-choice-stack {
  display: grid;
  gap: 11px;
  margin-top: 13px;
}

.action-choice {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--action-line);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.action-choice:has(input:checked) {
  border-color: var(--action-forest);
  box-shadow: 0 10px 30px rgba(23, 63, 52, .09);
  transform: translateY(-1px);
}

.action-choice input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--action-forest);
}

.action-choice-copy strong,
.action-choice-copy small {
  display: block;
}

.action-choice-copy strong {
  color: var(--action-forest);
  font-size: 15px;
}

.action-choice-copy small {
  margin-top: 5px;
  color: var(--action-muted);
  font-size: 12px;
}

.action-choice-price {
  align-self: center;
  min-width: 84px;
  color: var(--action-forest);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.action-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 16px;
  color: var(--action-muted);
  font-size: 13px;
}

.action-check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--action-forest);
}

.action-check a {
  color: var(--action-forest);
}

.action-guardian-fields {
  display: none;
  margin-top: 20px;
  padding: 20px;
  border-radius: 16px;
  background: var(--action-sage);
}

.action-guardian-fields.is-visible {
  display: block;
}

.action-release-details {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--action-line);
  border-radius: 16px;
  background: rgba(232, 240, 236, .52);
}

.action-channel-grid,
.action-video-consents {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.action-video-consents {
  padding-top: 14px;
  border-top: 1px solid var(--action-line);
}

.action-summary {
  position: sticky;
  top: 18px;
  padding: 28px;
}

.action-summary .action-kicker {
  color: var(--action-rose);
}

.action-summary h2 {
  margin: 0 0 20px;
  color: var(--action-forest);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
}

.action-summary dl,
.action-review dl {
  margin: 0;
}

.action-summary dl div,
.action-review dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--action-line);
}

.action-summary dt,
.action-review dt {
  color: var(--action-muted);
  font-size: 13px;
}

.action-summary dd,
.action-review dd {
  margin: 0;
  color: var(--action-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.action-summary .is-total,
.action-review .is-total {
  border-bottom: 0;
}

.action-summary .is-total dt,
.action-summary .is-total dd,
.action-review .is-total dt,
.action-review .is-total dd {
  color: var(--action-forest);
  font-size: 16px;
}

.action-primary {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--action-forest);
  box-shadow: 0 15px 35px rgba(23, 63, 52, .2);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.action-primary:hover {
  background: #0f3229;
  transform: translateY(-2px);
}

.action-primary:focus-visible,
.action-secondary:focus-visible {
  outline: 3px solid rgba(188, 152, 165, .55);
  outline-offset: 3px;
}

.action-secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid var(--action-line);
  border-radius: 999px;
  color: var(--action-forest);
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.action-error,
.action-notice {
  margin-bottom: 22px;
  padding: 17px 20px;
  border-radius: 15px;
  font-size: 14px;
}

.action-error {
  color: #8d3737;
  background: #fff0f0;
}

.action-notice {
  color: var(--action-forest);
  background: var(--action-sage);
}

.action-review {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 56px);
}

.action-review > p {
  color: var(--action-muted);
}

.action-review dl {
  margin: 26px 0;
  padding: 0 20px;
  border-radius: 18px;
  background: var(--action-cream);
}

.action-contract {
  margin-top: 22px;
  padding: 19px;
  border-left: 3px solid var(--action-rose);
  color: var(--action-muted);
  background: #faf7f8;
  font-size: 13px;
}

.action-review-actions {
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 12px;
  margin-top: 22px;
}

.action-review-actions .action-primary,
.action-review-actions .action-secondary {
  margin-top: 0;
}

.action-message {
  max-width: 720px;
  margin: 50px auto 90px;
  padding: clamp(34px, 7vw, 70px);
  text-align: center;
}

.action-message h1 {
  margin: 0 0 18px;
  color: var(--action-forest);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 7vw, 56px);
  font-weight: 500;
  line-height: 1.05;
}

.action-message p {
  color: var(--action-muted);
}

.action-footer {
  padding: 28px 16px 40px;
  color: var(--action-muted);
  font-size: 11px;
  text-align: center;
}

.action-footer a {
  margin: 0 7px;
  color: inherit;
}

.action-footer a[href="/widerruf"] {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid rgba(47, 74, 67, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: var(--action-forest);
  font-weight: 800;
  text-decoration: none;
}

.action-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  .action-hero,
  .action-layout {
    grid-template-columns: 1fr;
  }

  .action-hero-facts {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }

  .action-hero-facts div {
    border-right: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 0;
  }

  .action-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .action-shell {
    width: min(100% - 20px, 1180px);
  }

  .action-topbar {
    min-height: 68px;
  }

  .action-topbar-note,
  .action-brand-text small {
    display: none;
  }

  .action-hero {
    min-height: 0;
    border-radius: 22px;
  }

  .action-hero-copy {
    padding: 38px 24px 32px;
  }

  .action-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .action-hero-facts {
    grid-template-columns: 1fr;
    margin: 0 12px 12px;
  }

  .action-hero-facts div {
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .action-main {
    padding-top: 18px;
  }

  .action-section,
  .action-summary,
  .action-review {
    border-radius: 19px;
  }

  .action-section {
    padding: 24px 18px;
  }

  .action-section-heading {
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }

  .action-section-number {
    width: 29px;
    height: 29px;
  }

  .action-slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .action-slot span {
    min-height: 55px;
    font-size: 13px;
  }

  .action-fields {
    grid-template-columns: 1fr;
  }

  .action-field.is-wide {
    grid-column: auto;
  }

  .action-choice {
    grid-template-columns: 21px 1fr;
  }

  .action-choice-price {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }

  .action-review-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
