/* TRION 90 Landing Page — Oura-inspiriertes Design (mobile-first) */

:root {
  --lp-cream: #f3efe6;
  --lp-cream-deep: #ece6d9;
  --lp-ink: #2b2b28;
  --lp-ink-soft: #55554f;
  --lp-dark: #3a3a35;
  --lp-dark-footer: #33332f;
  --lp-accent: #4d5ee1;
  --lp-radius: 1.5rem;
  --lp-radius-pill: 999px;
  --lp-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --lp-font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --lp-header-h: 4rem;
}

* {
  box-sizing: border-box;
}

body.landing {
  margin: 0;
  background: var(--lp-cream);
  color: var(--lp-ink);
  font-family: var(--lp-font-sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3 {
  font-family: var(--lp-font-serif);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0;
}

/* ---------- Buttons ---------- */

.lp-btn {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  border-radius: var(--lp-radius-pill);
  font-family: var(--lp-font-sans);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.15s ease;
}

.lp-btn:active {
  opacity: 0.85;
}

.lp-btn--dark {
  background: var(--lp-dark);
  color: #fff;
}

.lp-btn--accent {
  background: var(--lp-accent);
  color: #fff;
}

.lp-btn--small {
  padding: 0.55rem 1.15rem;
  font-size: 0.92rem;
}

.lp-iconbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  color: var(--lp-ink);
  cursor: pointer;
}

.lp-iconbtn svg {
  width: 1.35rem;
  height: 1.35rem;
}

/* ---------- Header ---------- */

.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(243, 239, 230, 0.55) 0%, rgba(243, 239, 230, 0.32) 100%);
  backdrop-filter: blur(20px) saturate(165%);
  -webkit-backdrop-filter: blur(20px) saturate(165%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 1px 16px rgba(43, 43, 40, 0.06);
}

.lp-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: var(--lp-header-h);
  padding: 0 1rem;
  max-width: 74rem;
  margin: 0 auto;
}

.lp-logo img {
  display: block;
  height: 1.9rem;
  width: auto;
}

.lp-header__links {
  display: none;
}

.lp-header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lp-menu[hidden] {
  display: none;
}

.lp-menu {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem 1.25rem;
  border-bottom: 1px solid rgba(43, 43, 40, 0.08);
  background: var(--lp-cream);
}

.lp-menu a {
  padding: 0.85rem 0.25rem;
  color: var(--lp-ink);
  text-decoration: none;
  font-size: 1.15rem;
  font-family: var(--lp-font-serif);
  border-bottom: 1px solid rgba(43, 43, 40, 0.08);
}

.lp-menu a:last-child {
  border-bottom: 0;
}

@media (min-width: 56rem) {
  .lp-header__links {
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }

  .lp-header__links a {
    color: var(--lp-ink);
    text-decoration: none;
    font-size: 0.98rem;
  }

  .lp-header__links a.lp-btn {
    color: #fff;
  }

  #lp-menu-btn,
  .lp-menu {
    display: none;
  }
}

/* ---------- KI-Onboarding ---------- */

.lp-ki__card {
  max-width: 32rem;
  margin: 0 auto;
  padding: 2.5rem 1.75rem;
  background: #fff;
  border-radius: var(--lp-radius);
  box-shadow: 0 0.5rem 2rem rgba(43, 43, 40, 0.08);
  text-align: center;
}

@media (min-width: 48rem) {
  .lp-ki__card {
    padding: 3rem 2.25rem;
  }
}

.lp-ki__orb-frame {
  width: 12.1rem;
  height: 12.1rem;
  border-radius: 50%;
  margin: 0 auto 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0.9rem 2.25rem rgba(43, 43, 40, 0.14);
}

.lp-ki__orb {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 45% 22%, rgba(255, 251, 235, 0.9) 0%, rgba(255, 251, 235, 0) 38%),
    linear-gradient(165deg, #f6f3ea 0%, #dcedfa 24%, #9cc4ef 48%, #4f7fe8 74%, #2c56d6 100%);
  animation: lp-orb-glow 4.5s ease-in-out infinite;
}

.lp-ki__orb-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.9rem);
  pointer-events: none;
}

.lp-ki__orb-blob--deep {
  width: 130%;
  height: 90%;
  left: -15%;
  bottom: -25%;
  background: radial-gradient(circle, #2447c9 0%, rgba(36, 71, 201, 0) 68%);
  animation: lp-orb-drift-deep 7s ease-in-out infinite;
}

.lp-ki__orb-blob--mid {
  width: 100%;
  height: 100%;
  left: -5%;
  top: 5%;
  background: radial-gradient(circle, rgba(156, 196, 239, 0.8) 0%, rgba(156, 196, 239, 0) 60%);
  animation: lp-orb-drift-mid 6s ease-in-out infinite;
}

.lp-ki__orb-blob--highlight {
  width: 70%;
  height: 55%;
  left: 20%;
  top: -8%;
  background: radial-gradient(circle, rgba(255, 253, 244, 0.85) 0%, rgba(255, 253, 244, 0) 70%);
  animation: lp-orb-drift-highlight 5s ease-in-out infinite;
}

@keyframes lp-orb-glow {
  0%,
  100% {
    box-shadow: 0 0 1.25rem 0.25rem rgba(77, 94, 225, 0.18);
  }

  50% {
    box-shadow: 0 0 2.25rem 0.65rem rgba(77, 94, 225, 0.3);
  }
}

@keyframes lp-orb-drift-deep {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(6%, -8%) scale(1.12);
  }
}

@keyframes lp-orb-drift-mid {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-7%, 5%) scale(1.08);
  }
}

@keyframes lp-orb-drift-highlight {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(5%, 6%) scale(1.15);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-ki__orb,
  .lp-ki__orb-blob {
    animation: none;
  }
}

/* ---------- Hero ----------
   Mobil: editorialer Aufbau — Text auf dem Creme-Hintergrund, darunter das
   Porträt als eigenständige Karte mit runden Ecken (kein Verlauf, kein Blending).
   Desktop: Karten-Layout mit Text links, Bild rechts. */

.lp-hero {
  padding: 0 1rem;
}

.lp-hero__frame {
  display: flex;
  flex-direction: column;
}

.lp-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  padding: 2.25rem 0.5rem 1.75rem;
  text-align: center;
}

.lp-hero__copy {
  width: 100%;
}

.lp-hero__content h1 {
  font-size: clamp(2.6rem, 12vw, 3.5rem);
  color: var(--lp-ink);
}

.lp-hero__sub {
  margin: 0.8rem auto 0;
  max-width: 21rem;
  font-size: 1.04rem;
  line-height: 1.5;
  color: var(--lp-ink-soft);
  text-wrap: balance;
}

.lp-hero__content .lp-btn {
  width: min(100%, 21rem);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.lp-hero__media {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--lp-radius);
  overflow: hidden;
}

.lp-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (min-width: 56rem) {
  .lp-hero {
    padding: 1rem 2rem 0;
    max-width: 74rem;
    margin: 0 auto;
  }

  .lp-hero__frame {
    flex-direction: row;
    min-height: min(70vh, 34rem);
    border-radius: var(--lp-radius);
    overflow: hidden;
    background: var(--lp-cream-deep);
  }

  .lp-hero__content {
    flex: 0 1 44%;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 3rem 2.5rem 3rem 3.5rem;
  }

  .lp-hero__content h1 {
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }

  .lp-hero__sub {
    margin: 0.9rem 0 0;
    max-width: 26rem;
  }

  .lp-hero__content .lp-btn {
    width: auto;
    padding: 0.85rem 1.6rem;
  }

  .lp-hero__media {
    flex: 1 1 56%;
    aspect-ratio: auto;
    border-radius: 0;
  }

  .lp-hero__media img {
    object-position: center 8%;
  }
}

/* ---------- Produkt ---------- */

.lp-product {
  padding: 1.5rem 1rem 0;
  max-width: 74rem;
  margin: 0 auto;
}

.lp-product__media {
  aspect-ratio: 4 / 3;
  border-radius: var(--lp-radius);
  overflow: hidden;
  background: var(--lp-cream-deep);
}

.lp-product__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f3f1ec;
}

.lp-product__copy {
  text-align: center;
  padding: 2rem 0.5rem 0;
}

.lp-product__tag {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border-radius: var(--lp-radius-pill);
  background: var(--lp-cream-deep);
  color: var(--lp-ink-soft);
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.lp-product__copy h2 {
  font-size: clamp(1.8rem, 5.5vw, 2.75rem);
  margin-bottom: 0.9rem;
}

.lp-product__copy p {
  max-width: 30rem;
  margin: 0 auto 1.6rem;
  color: var(--lp-ink-soft);
  font-size: 1.05rem;
}

@media (min-width: 56rem) {
  .lp-product {
    padding: 2rem 2rem 0;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 1.5rem;
  }

  .lp-intro {
    padding-bottom: 2.5rem;
  }

  .lp-product__media {
    aspect-ratio: 1 / 1;
  }

  .lp-product__copy {
    text-align: left;
    padding: 0;
  }

  .lp-product__copy p {
    margin: 0 0 1.6rem;
  }
}

/* ---------- Sections (gemeinsam) ---------- */

.lp-intro,
.lp-ki,
.lp-principles,
.lp-benefits {
  padding: 4.5rem 1.25rem;
  max-width: 74rem;
  margin: 0 auto;
}

.lp-benefits {
  padding-bottom: 2.5rem;
}

.lp-intro,
.lp-ki {
  text-align: center;
}

.lp-intro h2,
.lp-ki h2,
.lp-principles h2,
.lp-benefits h2 {
  font-size: clamp(1.9rem, 6vw, 3rem);
  max-width: 40rem;
  margin: 0 auto 1.25rem;
}

.lp-intro p,
.lp-ki p {
  max-width: 34rem;
  margin: 0 auto 2rem;
  color: var(--lp-ink-soft);
  font-size: 1.05rem;
}

/* ---------- Drei Säulen ---------- */

.lp-principles h2 {
  text-align: center;
}

.lp-principles__grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.lp-principle__media {
  aspect-ratio: 4 / 3;
  border-radius: var(--lp-radius);
  margin-bottom: 1.1rem;
  overflow: hidden;
}

.lp-principle__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-principle h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.lp-principle p {
  margin: 0;
  color: var(--lp-ink-soft);
}

@media (min-width: 56rem) {
  .lp-principles__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

/* ---------- Vorteile ---------- */

.lp-benefits h2 {
  text-align: center;
}

.lp-cards {
  display: flex;
  gap: 1rem;
  margin-top: 2.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.75rem;
}

.lp-card {
  position: relative;
  flex: 0 0 82%;
  scroll-snap-align: start;
  border-radius: var(--lp-radius);
  overflow: hidden;
}

.lp-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
}

.lp-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(243, 239, 230, 0.88) 82%,
    rgba(243, 239, 230, 1) 100%
  );
  pointer-events: none;
}

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

.lp-card__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.45rem 0.95rem;
  border-radius: var(--lp-radius-pill);
  background: rgba(43, 43, 40, 0.55);
  color: #fff;
  font-size: 0.82rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lp-card h3 {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 1;
  font-size: 1.55rem;
  color: var(--lp-ink);
}

/* ---------- Vorteils-Karten mit Studien-Stat ---------- */

.lp-card__overlay {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lp-card__overlay h3 {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
}

.lp-card__stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-self: flex-start;
  max-width: 100%;
  padding: 0.8rem 1.05rem;
  border-radius: calc(var(--lp-radius) * 0.5);
  background: linear-gradient(180deg, rgba(243, 239, 230, 0.55) 0%, rgba(243, 239, 230, 0.38) 100%);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 1px 10px rgba(43, 43, 40, 0.1);
}

.lp-card__stat-value {
  font-family: var(--lp-font-serif);
  font-size: 1.9rem;
  line-height: 1;
  color: var(--lp-ink);
}

.lp-card__stat-label {
  font-size: 0.8rem;
  color: var(--lp-ink-soft);
}

.lp-card__stat-chart {
  width: 3.5rem;
  height: 1.2rem;
  margin-top: 0.35rem;
  overflow: visible;
}

.lp-card__stat-chart-line {
  fill: none;
  stroke: var(--lp-accent);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
}

.lp-card__stat-chart-glow {
  fill: var(--lp-accent);
  opacity: 0.35;
  filter: blur(2px);
}

.lp-card__stat-chart-dot {
  fill: var(--lp-accent);
  filter: drop-shadow(0 0 3px rgba(77, 94, 225, 0.85));
}

@media (min-width: 56rem) {
  .lp-card {
    flex-basis: calc(33.333% - 0.67rem);
  }
}

/* ---------- Zwischenmessung — Liquid-Glass über Lifestyle ---------- */

.lp-study {
  padding: 1rem 1rem 4.5rem;
  max-width: 74rem;
  margin: 0 auto;
  scroll-margin-top: calc(var(--lp-header-h) + 0.75rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-study__frame {
  position: relative;
  width: 100%;
  border-radius: var(--lp-radius);
  overflow: hidden;
  isolation: isolate;
}

.lp-study__media {
  width: 100%;
  min-height: min(88vh, 52rem);
  aspect-ratio: 3 / 4;
}

.lp-study__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.lp-study__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  background: linear-gradient(
    180deg,
    rgba(20, 18, 16, 0.12) 0%,
    rgba(20, 18, 16, 0.05) 40%,
    rgba(20, 18, 16, 0.22) 100%
  );
}

.lp-study__panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 22rem);
  padding: 1.5rem 1.5rem 1.35rem;
  border-radius: var(--lp-radius);
  background: rgba(30, 32, 38, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(var(--lp-study-blur, 34px)) saturate(180%) brightness(1.05);
  -webkit-backdrop-filter: blur(var(--lp-study-blur, 34px)) saturate(180%) brightness(1.05);
  box-shadow:
    0 20px 48px rgba(20, 20, 24, 0.28),
    0 4px 14px rgba(20, 20, 24, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.lp-study__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.06) 34%,
    transparent 70%
  );
}

.lp-study__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.lp-study__panel h3 {
  font-family: var(--lp-font-sans);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.01em;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  text-align: center;
}

.lp-study__effects {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  list-style: none;
  margin: 1.15rem 0;
  padding: 0;
}

.lp-study__effect {
  display: grid;
  grid-template-columns: minmax(6.5rem, 7.5rem) 1fr auto;
  align-items: center;
  gap: 0.65rem;
}

.lp-study__effect-name {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.82);
}

.lp-study__effect-track {
  height: 0.72rem;
  border-radius: var(--lp-radius-pill);
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.lp-study__effect-fill {
  display: block;
  height: 100%;
  width: var(--lp-fill, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, #8fa4ff 0%, #d6dcff 100%);
  box-shadow: 0 0 10px rgba(143, 164, 255, 0.55);
}

.lp-study__effect-value {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
  min-width: 2.6rem;
  text-align: right;
}

.lp-study__axis {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  line-height: 1.4;
}

.lp-study__footnote {
  width: min(82%, 36rem);
  margin: 0.9rem 0 0;
  font-size: 0.72rem;
  color: var(--lp-ink-soft);
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 56rem) {
  .lp-study {
    padding: 1.5rem 2rem 5rem;
  }

  .lp-study__media {
    aspect-ratio: 16 / 10;
    min-height: min(82vh, 48rem);
  }

  .lp-study__media img {
    object-position: center 32%;
  }

  .lp-study__overlay {
    justify-content: flex-start;
    padding: 2.5rem 2.5rem 2.5rem 9%;
  }
}

/* ---------- Footer ---------- */

.lp-footer {
  margin-top: 3rem;
  padding: 3.5rem 1.25rem 2.5rem;
  background: var(--lp-dark-footer);
  color: rgba(255, 255, 255, 0.85);
}

.lp-footer__logo {
  height: 2.2rem;
  width: auto;
  filter: invert(1) grayscale(1) brightness(1.6);
  opacity: 0.85;
  margin-bottom: 2.5rem;
}

.lp-footer__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.5rem;
  max-width: 74rem;
}

.lp-footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.lp-footer__col h4 {
  margin: 0 0 0.3rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}

.lp-footer__col a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 1.02rem;
}

.lp-footer__cookie-btn {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.88);
  font: inherit;
  font-size: 1.02rem;
}

.lp-footer__cookie-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.lp-footer__newsletter {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lp-footer__newsletter h3 {
  font-size: 1.7rem;
  max-width: 24rem;
  margin-bottom: 1.4rem;
  color: #fff;
}

#lp-newsletter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 28rem;
  padding: 0.35rem 0.35rem 0.35rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.9rem;
  background: transparent;
}

#lp-newsletter input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-family: var(--lp-font-sans);
  padding: 0.6rem 0;
  outline: none;
}

#lp-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#lp-newsletter button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.4rem 0.7rem;
  cursor: pointer;
}

.lp-footer__hint {
  margin-top: 0.9rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
}

.lp-footer__hint a {
  color: inherit;
  text-decoration: underline;
}

.lp-footer__legal {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.lp-footer__legal p {
  margin: 0 0 0.5rem;
}

@media (min-width: 56rem) {
  .lp-footer {
    padding: 4.5rem 2.5rem 3rem;
  }

  .lp-footer__cols {
    grid-template-columns: repeat(3, minmax(0, 14rem));
  }
}

/* ---------- Motion ---------- */

html {
  scroll-behavior: smooth;
}

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