:root {
  color-scheme: dark;
  --cream: #f9f4d6;
  --mist: rgba(239, 255, 226, 0.78);
  --leaf: #6ee28b;
  --leaf-deep: #0f8f52;
  --panel: rgba(0, 43, 32, 0.52);
  --panel-strong: rgba(0, 31, 25, 0.82);
  --line: rgba(195, 255, 207, 0.2);
  --shadow: rgba(0, 8, 6, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #031f19;
}

body {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  margin: 0;
  color: var(--cream);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: #031f19;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
}

body::before {
  z-index: 0;
  background-image: url("background.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

body::after {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(25, 145, 103, 0.18), transparent 34rem),
    linear-gradient(180deg, rgba(0, 18, 18, 0.5), rgba(0, 24, 19, 0.72) 42%, rgba(0, 14, 10, 0.94));
  backdrop-filter: saturate(0.88);
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.language-switch {
  position: fixed;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(219, 255, 225, 0.18);
  border-radius: 999px;
  background: rgba(0, 23, 17, 0.56);
  box-shadow: 0 16px 40px rgba(0, 10, 7, 0.34);
  backdrop-filter: blur(16px);
}

.language-option {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.language-option:focus-visible {
  outline: 2px solid var(--leaf);
  outline-offset: 3px;
}

.language-option.is-active .flag-ball {
  box-shadow:
    0 0 0 2px #f8ffd6,
    0 0 0 5px rgba(97, 255, 153, 0.26),
    0 10px 18px rgba(0, 9, 7, 0.5);
  transform: translateY(-1px);
}

.flag-ball {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow:
    inset 0 1px 4px rgba(255, 255, 255, 0.42),
    inset 0 -7px 10px rgba(0, 0, 0, 0.22),
    0 8px 14px rgba(0, 8, 5, 0.38);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.flag-ball::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.5), transparent 32%);
  content: "";
}

.flag-en {
  background:
    linear-gradient(90deg, transparent 41%, #c8102e 41% 59%, transparent 59%),
    linear-gradient(0deg, transparent 38%, #c8102e 38% 62%, transparent 62%),
    linear-gradient(90deg, transparent 35%, #fff 35% 65%, transparent 65%),
    linear-gradient(0deg, transparent 31%, #fff 31% 69%, transparent 69%),
    linear-gradient(34deg, transparent 46%, #fff 46% 54%, transparent 54%),
    linear-gradient(-34deg, transparent 46%, #fff 46% 54%, transparent 54%),
    #012169;
}

.flag-no {
  background:
    linear-gradient(90deg, transparent 30%, #00205b 30% 46%, transparent 46%),
    linear-gradient(0deg, transparent 40%, #00205b 40% 56%, transparent 56%),
    linear-gradient(90deg, transparent 24%, #fff 24% 52%, transparent 52%),
    linear-gradient(0deg, transparent 34%, #fff 34% 62%, transparent 62%),
    #ba0c2f;
}

.flag-de {
  background: linear-gradient(180deg, #000 0 33%, #dd0000 33% 66%, #ffce00 66% 100%);
}

.flag-fi {
  background:
    linear-gradient(90deg, transparent 30%, #002f6c 30% 46%, transparent 46%),
    linear-gradient(0deg, transparent 40%, #002f6c 40% 56%, transparent 56%),
    #fff;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  margin: 0 auto;
  padding: 44px 16px 28px;
}

.hero {
  display: grid;
  justify-items: center;
  min-height: 72vh;
  padding: 18px 0 16px;
  text-align: center;
}

.brand-lockup {
  display: grid;
  justify-items: center;
  align-self: end;
}

.app-icon {
  width: clamp(74px, 18vw, 104px);
  height: auto;
  border-radius: 22px;
  filter: drop-shadow(0 14px 34px rgba(68, 255, 178, 0.28));
}

.eyebrow,
.section-kicker {
  margin: 20px 0 0;
}

.eyebrow {
  margin-bottom: 10px;
  color: #ddffe9;
  font-size: clamp(1rem, 3.6vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 18px rgba(0, 21, 17, 0.9);
}

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

.wordmark-heading {
  margin-bottom: 22px;
  line-height: 1;
}

.wordmark {
  display: block;
  width: min(78vw, 440px);
  height: auto;
  filter:
    drop-shadow(0 2px 0 rgba(104, 255, 201, 0.42))
    drop-shadow(0 12px 34px rgba(0, 14, 12, 0.94));
}

.intro-copy {
  display: grid;
  gap: 12px;
}

.intro {
  width: min(100%, 34rem);
  margin: 0 auto;
  margin-bottom: 0;
  color: var(--mist);
  font-size: clamp(1.08rem, 3.4vw, 1.35rem);
  font-weight: 650;
  line-height: 1.45;
  text-wrap: balance;
  text-shadow: 0 2px 16px rgba(0, 13, 10, 0.95);
}

.store-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: start;
  margin-top: 16px;
}

.store-link {
  display: inline-flex;
  align-items: center;
  width: 214px;
  height: 64px;
  gap: 14px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(48, 48, 48, 0.98), rgba(0, 0, 0, 0.98)),
    #000;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 34px rgba(0, 9, 6, 0.34);
  color: white;
  text-align: left;
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.store-link:hover {
  filter: drop-shadow(0 12px 20px rgba(77, 255, 160, 0.22));
  transform: translateY(-2px);
}

.store-link:focus-visible {
  outline: 2px solid var(--leaf);
  outline-offset: 4px;
}

.store-link__icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.store-link--google .store-link__icon {
  width: 28px;
  height: 28px;
}

.store-link__copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.store-link__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.store-link__name {
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.feature-card {
  width: min(100%, 46rem);
  margin: 0 auto 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(150deg, rgba(8, 74, 48, 0.66), rgba(0, 31, 24, 0.84)),
    var(--panel);
  box-shadow: 0 22px 70px var(--shadow);
  backdrop-filter: blur(14px);
}

.reason-card {
  width: min(100%, 46rem);
  margin: 0 auto 22px;
}

.feature-card {
  padding: 20px clamp(18px, 5vw, 36px) 30px;
}

.feature-card .section-kicker,
.reason-card .section-kicker {
  margin-top: 0;
}

.reason-card {
  padding: 28px clamp(20px, 5vw, 38px) 32px;
  text-align: center;
}

.feature-card h2,
.reason-card h2 {
  margin: 8px 0 24px;
  font-size: clamp(1.75rem, 6vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.features {
  display: grid;
  gap: 18px;
}

.feature {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);
}

.feature:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.feature img {
  justify-self: center;
  max-width: 52px;
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(82, 255, 154, 0.28));
}

.feature h3 {
  margin-bottom: 3px;
  color: white;
  font-size: 1.13rem;
  font-weight: 700;
}

.feature p,
.reason-card li,
.site-footer {
  color: var(--mist);
}

.feature p {
  margin-bottom: 0;
  line-height: 1.38;
}

.reason-card ul {
  display: grid;
  gap: 8px;
  max-width: 28rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.reason-card li::before {
  color: var(--leaf);
  content: "• ";
  font-weight: 900;
}

.site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  border-top: 1px solid var(--line);
  background: var(--panel-strong);
  font-size: 0.78rem;
  text-align: center;
}

.site-footer__inner {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(100%, 480px);
  margin: 0 auto;
  padding: 24px 16px 32px;
}

.site-footer img {
  width: 164px;
  height: auto;
  margin-bottom: 4px;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  text-underline-offset: 4px;
}

@media (max-width: 720px) {
}

@media (min-width: 480px) {
  .store-buttons {
    flex-direction: row;
  }
}

@media (min-width: 721px) {
  body,
  body::before {
    background-attachment: fixed;
  }
}

