:root {
  --red: #C7413B;
  --paper: #F7F5F0;
  --ink: #2a1c1b;
  --ink-on-red: rgba(247, 245, 240, 0.94);
  --display: "Space Grotesk", system-ui, sans-serif;
  --radius: 2px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--display);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  line-height: 1.45;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }

:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 3px;
}

.lp-hero {
  position: relative;
  min-height: 100svh;
  color: var(--ink-on-red);
  overflow: hidden;
  background: var(--red);
}

.lp-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}


.lp-dither {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.lp-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(199,65,59,0.04) 0%, rgba(199,65,59,0.18) 100%);
  pointer-events: none;
}

.lp-nav {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 22px 36px;
  background: rgba(199, 65, 59, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.lp-nav.has-profile-back {
  grid-template-columns: auto 1fr auto 1fr;
}

.lp-profile-back {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(247, 245, 240, 0.16);
  color: var(--ink-on-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 2px;
  -webkit-tap-highlight-color: transparent;
}

.lp-profile-back[hidden] {
  display: none !important;
}

.lp-profile-back:hover {
  background: rgba(247, 245, 240, 0.28);
}

.lp-nav__right {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.lp-lang-btn {
  background: transparent;
  border: 1.5px solid rgba(247, 245, 240, 0.7);
  border-radius: 999px;
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 12px;
  height: 36px;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.15s;
}
.lp-lang-btn:hover { opacity: 1; }

.lp-logo {
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  color: var(--paper);
  justify-self: start;
}

.lp-nav__links {
  display: flex;
  gap: 22px;
  justify-self: center;
}

.lp-nav__links a {
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--paper);
  opacity: 0.9;
}

.lp-nav__links a:hover { opacity: 1; }

.lp-btn--nav-login {
  min-width: 0;
  height: 40px;
  padding: 0 22px;
  font-size: 0.82rem;
}

.lp-hero__content {
  position: relative;
  z-index: 4;
  min-height: calc(100svh - 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px 72px;
}

.lp-star {
  display: none;
}

.lp-sub br { display: block; }

.lp-kicker {
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: var(--paper);
}

.lp-hero__content h1 {
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  max-width: 16ch;
  color: var(--paper);
}

.lp-sub {
  max-width: 36rem;
  margin: 18px auto 32px;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--paper);
  opacity: 0.92;
}

.lp-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.03em;
}

.lp-btn--solid {
  background: var(--paper);
  color: var(--red);
}

.lp-btn--ghost {
  background: transparent;
  color: var(--paper);
  box-shadow: inset 0 0 0 1.5px var(--paper);
}

.lp-btn--solid:hover { opacity: 0.92; }
.lp-btn--ghost:hover { background: rgba(247, 245, 240, 0.08); }

.lp-btn--on-paper {
  color: var(--red);
  box-shadow: inset 0 0 0 1.5px var(--red);
}

.lp-btn--on-paper:hover { background: rgba(199, 65, 59, 0.06); }

.lp-section {
  padding: 88px 36px;
  background: var(--paper);
  color: var(--red);
}

.lp-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 36px;
}

.lp-section--offers {
  background: var(--red);
  color: var(--red);
  padding: 34px 22px 38px;
}

.lp-section--offers .lp-help-intro {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: right;
  margin: 0 0 23px;
  color: var(--red);
  opacity: 0.72;
}

.lp-offers-frame {
  max-width: none;
  margin: 0 auto;
  padding: 57px 48px 77px;
  border: 0;
  background: var(--paper);
}

.lp-mobile-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: none;
  margin: 0;
}

.lp-mobile-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.lp-mobile-card__kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  opacity: 0.72;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.lp-mobile-card__title {
  font-weight: 700;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--red);
  text-transform: none;
  opacity: 1;
  margin: 0 0 16px;
  padding: 0 4px;
}

.lp-mobile-card__media {
  width: 100%;
  aspect-ratio: 10 / 9;
  overflow: hidden;
  background: #ece9e2;
  margin-bottom: 22px;
}

.lp-mobile-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-mobile-card__body {
  font-weight: 700;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--red);
  padding: 0 4px;
}

@property --lp-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.lp-section--plans {
  padding: 14px 0 18px;
  background: var(--red);
  color: var(--paper);
}

.lp-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  width: 70%;
  max-width: none;
  margin: 0 auto;
}

.lp-plan {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 17px 17px 14px;
  color: var(--paper);
  overflow: hidden;
  background: linear-gradient(to top, #a5342f 0%, var(--red) 100%);
}

.lp-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1.5px;
  pointer-events: none;
  opacity: 0;
  background: conic-gradient(
    from var(--lp-angle),
    rgba(247, 245, 240, 0.16) 0deg,
    rgba(247, 245, 240, 0.16) 268deg,
    rgba(247, 245, 240, 0.55) 318deg,
    #fff 342deg,
    rgba(247, 245, 240, 0.7) 352deg,
    rgba(247, 245, 240, 0.16) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: lp-beam 2.8s linear infinite;
  animation-play-state: paused;
}

.lp-plan:hover::before {
  opacity: 1;
  animation-play-state: running;
}

@keyframes lp-beam {
  to { --lp-angle: 360deg; }
}

.lp-plan__kicker,
.lp-plan__copy,
.lp-plan__price,
.lp-plan__cta {
  position: relative;
  z-index: 1;
}

.lp-plan__kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.88;
  margin-bottom: 10px;
}

.lp-plan__copy {
  flex: 1;
  min-height: 0;
  overflow: auto;
}

.lp-plan__copy h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 10px;
  color: var(--paper);
}

.lp-plan__copy p {
  font-size: clamp(0.8rem, 1.12vw, 0.92rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--paper);
  opacity: 0.94;
}

.lp-plan__price {
  margin: 12px 0 6px;
  font-size: clamp(0.8rem, 1.12vw, 0.92rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--paper);
}

.lp-plan__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  height: 44px;
  padding: 0 14px;
  background: #fff;
  color: var(--red);
  font-weight: 700;
  font-size: clamp(0.8rem, 1.12vw, 0.92rem);
  letter-spacing: -0.03em;
  border-radius: 2px;
}

.lp-plan__cta:hover {
  filter: brightness(0.96);
}

.lp-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1176px;
  margin: 0 auto;
}

.lp-card {
  background: #fff;
  border: 1px solid rgba(42, 28, 27, 0.08);
  border-radius: 18px;
  padding: 38px 34px 34px;
  display: flex;
  flex-direction: column;
  min-height: 384px;
}

.lp-card h3 {
  font-size: 1.62rem;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  color: var(--red);
}

.lp-card p {
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0.86;
  color: var(--red);
}

.lp-amount {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 22px 0 10px;
}

.lp-amount input {
  width: 140px;
  height: 56px;
  border: 0;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--red);
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  text-align: center;
}

.lp-amount input:focus {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

.lp-amount span {
  font-weight: 700;
  font-size: 1.05rem;
}

.lp-back {
  margin: 8px 0 24px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--red);
}

.lp-fee {
  margin: 22px 0 10px;
  font-size: 2.88rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--red);
}

.lp-fee small {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--red);
  opacity: 0.7;
}

.lp-card .lp-btn {
  margin-top: 28px;
  align-self: flex-start;
}

.lp-card .lp-btn--solid:hover {
  background: var(--red);
  color: var(--paper);
  opacity: 1;
}

/* Regler aus Challenge-Kachel entfernen, Höhe bleibt durch min-height erhalten */
.lp-card .lp-amount {
  display: none;
}
.lp-card .lp-back {
  display: none;
}

.lp-section--about {
  background: var(--red);
  color: var(--paper);
  padding: 72px 36px 88px;
}

h2.lp-about__brand {
  font-size: clamp(5rem, 12vw, 11rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-align: center;
  margin: 0 auto 48px;
  color: var(--paper);
}

.lp-about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}

.lp-about__photo {
  display: grid;
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: transparent;
}

.lp-about__photo img {
  align-self: start;
  width: 100%;
  height: 111.111%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: translateY(-10%);
}

.lp-about__copy p {
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 14px;
  color: var(--paper);
}

.lp-about__copy p:last-child {
  margin-bottom: 0;
}

.lp-footer {
  padding: 32px 36px 40px;
  background: var(--red);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.lp-footer__brand {
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0.9;
}

.lp-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  font-size: 0.88rem;
  font-weight: 600;
}

.lp-footer__nav a {
  color: var(--paper);
  opacity: 0.95;
}

.lp-footer__nav a:hover { opacity: 1; text-decoration: underline; }

@media (max-width: 900px) {
  .lp-nav {
    padding: 16px 18px 0;
    grid-template-columns: 1fr auto;
  }
  .lp-nav.has-profile-back {
    grid-template-columns: auto 1fr auto;
  }
  .lp-nav__links { display: none; }
  .lp-mobile-cards,
  .lp-price,
  .lp-plans,
  .lp-about { grid-template-columns: 1fr; }
  .lp-offers-frame { padding: 36px 16px 50px; }
  .lp-help-intro { text-align: right; margin-bottom: 14px; }
  .lp-plan { aspect-ratio: 1 / 1; }
  .lp-plans { width: 88%; gap: 6px; }
  .lp-section--plans { padding: 12px 0 16px; }
  h2.lp-about__brand { font-size: clamp(2.8rem, 14vw, 5rem); margin-bottom: 28px; }
  .lp-about__photo {
    min-height: 0;
    height: auto;
    aspect-ratio: 10 / 8;
  }
  .lp-section { padding: 56px 20px; }
  .lp-section--offers { padding: 16px 10px 22px; }
  .lp-section--about { padding: 40px 20px 56px; }
  .lp-footer { padding: 24px 20px 32px; }
  .lp-hero__content h1 { max-width: 12ch; }
}
