:root {
  --ink: #16140f;
  --ink-soft: #4a463c;
  --muted: #7a7468;
  --paper: #f3eee4;
  --paper-2: #ebe4d6;
  --card: #fffaf1;
  --line: #ddd4c4;
  --forest: #1a241c;
  --forest-2: #243329;
  --moss: #3f6b4e;
  --copper: #c45c26;
  --live: #1f6b45;
  --soon: #2c4d7c;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Figtree, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(22,20,15,.045) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  z-index: 0;
}
.wrap { position: relative; z-index: 1; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.topbar {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 14px 28px;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 44px; width: auto; }
.brand strong { font-size: 14px; font-weight: 650; }
nav { display: flex; align-items: center; gap: 22px; }
nav a { font-size: 14px; font-weight: 500; color: var(--ink-soft); text-decoration: none; }
nav a:hover { color: var(--ink); }
nav a[aria-current="page"] { color: var(--ink); }
.mobile-nav { display: none; }
.lang {
  display: flex; border: 1px solid var(--line); border-radius: 999px;
  padding: 3px; background: var(--card);
}
.lang button {
  border: 0; background: transparent; cursor: pointer; font: 650 12px Figtree, sans-serif;
  padding: 6px 11px; border-radius: 999px; color: var(--muted);
}
.lang button.active { background: var(--forest); color: #f6f1e6; }

.home-hero {
  max-width: 1120px; margin: 0 auto; padding: 72px 24px 36px;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: end;
}
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase;
  color: var(--moss); margin-bottom: 18px;
}
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--copper); }
.home-hero h1, .product-hero h1, .legal-head h1 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500; letter-spacing: -.03em; line-height: .95;
  margin-bottom: 18px;
}
.home-hero h1 { font-size: clamp(42px, 6vw, 76px); }
.lede { font-size: 19px; color: var(--ink-soft); max-width: 36ch; }
.hero-panel {
  background: var(--forest); color: #f4efe4; border-radius: 28px;
  padding: 28px; min-height: 280px;
  display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 30px 60px rgba(26,36,28,.18);
}
.hero-panel p { font-size: 15px; color: #d7d1c3; }
.hero-panel strong { display: block; font-family: Fraunces, serif; font-size: 28px; font-weight: 500; margin-bottom: 8px; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.stat { border-top: 1px solid rgba(244,239,228,.16); padding-top: 12px; }
.stat b { display: block; font-size: 20px; }
.stat span { font-size: 12px; color: #b9b3a5; }
.trust {
  max-width: 1120px; margin: 0 auto; padding: 0 24px 48px;
  display: flex; flex-wrap: wrap; gap: 10px;
}
.chip {
  background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 14px; font-size: 13px; color: var(--ink-soft);
}
.apps-carousel {
  max-width: 1120px; margin: 0 auto; padding: 4px 24px 72px;
}
.carousel-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 16px; margin-bottom: 16px;
}
.carousel-head .section-title { margin-bottom: 0; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-btn {
  width: 42px; height: 42px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--card);
  cursor: pointer; font-size: 22px; line-height: 1; color: var(--ink);
}
.carousel-btn:hover { border-color: var(--copper); color: var(--copper); }
.carousel-btn:disabled { opacity: .35; cursor: default; color: var(--muted); border-color: var(--line); }
.carousel-track {
  display: flex; gap: 0;
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 6px 0 14px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.carousel-track::-webkit-scrollbar { display: none; }
.apps-carousel .app-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  min-height: unset;
}
.apps-carousel .app-card:hover { transform: translateY(-3px); }
.carousel-dots {
  display: flex; justify-content: center; align-items: center;
  gap: 8px; margin-top: 6px;
}
.carousel-dots button {
  width: 8px; height: 8px; border-radius: 999px; border: 0;
  background: #cfc4b0; cursor: pointer; padding: 0;
  transition: width .2s ease, background .2s ease;
}
.carousel-dots button.active { width: 22px; background: var(--copper); }
.mark.fuel { background: #3d2a1c; }
.app-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 28px;
  padding: 28px; text-decoration: none; color: inherit;
  display: flex; flex-direction: column; min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.app-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(22,20,15,.08); border-color: #cfc4b0; }
.app-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 22px; }
.app-card img.icon, .mark, .app-card picture {
  width: 64px; height: 64px; border-radius: 18px;
  object-fit: cover; flex-shrink: 0; display: block; overflow: hidden;
}
.app-card picture img {
  width: 64px; height: 64px; border-radius: 18px; object-fit: cover; display: block;
}
.mark { background: #1e3a5f; display: grid; place-items: center; }
.badge { font-size: 12px; font-weight: 700; padding: 6px 10px; border-radius: 999px; }
.badge.live { background: #e5f4ea; color: var(--live); }
.badge.soon { background: #e7eef8; color: var(--soon); }
.app-card h2 { font-family: Fraunces, serif; font-size: 32px; font-weight: 500; margin-bottom: 8px; }
.app-card .tagline { color: var(--ink-soft); margin-bottom: 20px; }
.bullet-list { display: grid; gap: 9px; margin-bottom: 28px; }
.bullet-list li { list-style: none; font-size: 14px; color: var(--ink-soft); padding-left: 18px; position: relative; }
.bullet-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--copper); }
.app-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 650; }
.app-foot span:last-child { color: var(--copper); }
.privacy-band {
  max-width: 1120px; margin: 0 auto 72px; padding: 28px;
  background: var(--forest-2); color: #f3eee4; border-radius: 28px;
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: center;
}
.privacy-band h2 { font-family: Fraunces, serif; font-size: 34px; font-weight: 500; margin-bottom: 10px; }
.privacy-band p { color: #d4cec0; }
.privacy-band a {
  justify-self: end; text-decoration: none; background: var(--copper); color: white;
  padding: 12px 18px; border-radius: 999px; font-weight: 650; font-size: 14px; white-space: nowrap;
}
.site-footer {
  border-top: 1px solid var(--line);
  max-width: 1120px; margin: 0 auto; padding: 28px 24px 48px;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  color: var(--muted); font-size: 13px;
}
.site-footer img { height: 28px; margin-bottom: 8px; }
.foot-links { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.foot-links a { text-decoration: none; color: var(--ink-soft); }

.page { max-width: 1120px; margin: 0 auto; padding: 48px 24px 24px; }
.product-hero { display: flex; gap: 28px; align-items: flex-start; margin-bottom: 48px; }
.product-hero img, .product-hero .mark, .product-hero picture { width: 88px; height: 88px; border-radius: 24px; flex-shrink: 0; object-fit: cover; display: block; }
.product-hero picture img { width: 88px; height: 88px; border-radius: 24px; object-fit: cover; display: block; }
.product-hero h1 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 10px; }
.product-hero p { font-size: 18px; color: var(--ink-soft); max-width: 52ch; margin-bottom: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  padding: 12px 18px; border-radius: 999px; font-size: 14px; font-weight: 650;
}
.btn-dark { background: var(--forest); color: #f6f1e6; }
.btn-light { background: var(--card); border: 1px solid var(--line); color: var(--ink); }
.platforms { font-size: 13px; color: var(--muted); margin-top: 10px; }
.section-title {
  font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase;
  color: var(--moss); margin-bottom: 16px;
}
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 36px; }
.feature-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 20px;
}
.feature-card .ico { font-size: 22px; margin-bottom: 8px; }
.feature-card h3 { font-size: 17px; margin-bottom: 6px; }
.feature-card a, .faq-a a { color: var(--copper); font-weight: 650; }
.pro-banner, .notify-card, .privacy-note, .contact-card, .legal-card, .toc {
  border-radius: 24px; padding: 24px 28px; margin-bottom: 24px;
}
.pro-banner, .contact-card {
  background: var(--forest); color: #f4efe4;
  display: flex; justify-content: space-between; gap: 18px; align-items: center; flex-wrap: wrap;
}
.pro-banner h2, .contact-card h2, .notify-card h2 { font-family: Fraunces, serif; font-weight: 500; font-size: 28px; margin-bottom: 6px; }
.pro-banner p, .contact-card p { color: #d4cec0; }
.pro-badge { background: var(--copper); color: white; font-size: 13px; font-weight: 700; padding: 8px 14px; border-radius: 999px; }
.contact-card a { background: var(--copper); color: white; text-decoration: none; padding: 11px 16px; border-radius: 999px; font-weight: 650; }
.notify-card { background: var(--card); border: 1px solid var(--line); }
.notify-card p { color: var(--ink-soft); margin-bottom: 12px; }
.notify-card a { color: var(--copper); font-weight: 650; }
.privacy-note { background: var(--paper-2); border: 1px solid var(--line); display: flex; gap: 14px; }
.privacy-note h3 { margin-bottom: 4px; }
.privacy-note p { color: var(--ink-soft); font-size: 14px; }

.legal-head { margin-bottom: 24px; }
.legal-head h1 { font-size: clamp(36px, 5vw, 52px); }
.legal-head p { color: var(--muted); }
.legal-card, .toc { background: var(--card); border: 1px solid var(--line); }
.legal-card h2 { font-family: Fraunces, serif; font-size: 26px; font-weight: 500; margin: 28px 0 10px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { font-size: 16px; margin: 18px 0 8px; }
.legal-card p, .legal-card li { font-size: 15px; color: var(--ink-soft); margin-bottom: 10px; }
.legal-card ul { margin: 0 0 12px 18px; }
.legal-card a { color: var(--copper); }
.toc h2 { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--moss); margin-bottom: 10px; }
.toc ol { margin-left: 18px; }
.toc a { text-decoration: none; color: var(--ink-soft); }
.app-box, .highlight-box { border-radius: 16px; padding: 14px 16px; margin: 12px 0; }
.app-box { background: var(--paper-2); }
.app-name { font-weight: 700; }
.app-desc { font-size: 13px; color: var(--muted); }
.highlight-box { background: #efe6d4; }
table { width: 100%; border-collapse: collapse; margin: 12px 0 18px; }
th, td { text-align: left; padding: 10px 8px; font-size: 14px; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.faq-item { border-bottom: 1px solid var(--line); padding: 14px 0; }
.faq-q { font-weight: 700; margin-bottom: 4px; }
.faq-a { font-size: 14px; color: var(--ink-soft); }
.app-header { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; }

.fallback-card {
  max-width: 520px; margin: 12vh auto; background: var(--card); border: 1px solid var(--line);
  border-radius: 28px; padding: 36px; text-align: center;
}
.fallback-card h1 { font-family: Fraunces, serif; font-size: 32px; margin: 8px 0 10px; }
.fallback-card p { color: var(--ink-soft); }
.fallback-card a { display: inline-block; margin-top: 18px; color: var(--copper); font-weight: 650; }

html.en [data-de] { display: none !important; }
html:not(.en) [data-en] { display: none !important; }

@media (max-width: 860px) {
  .home-hero, .privacy-band { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .privacy-band a { justify-self: start; }
  nav { display: none; }
  .topbar { padding: 12px 16px; flex-wrap: wrap; }
  .home-hero, .page { padding-left: 16px; padding-right: 16px; }
  .apps-carousel, .trust, .site-footer { padding-left: 16px; padding-right: 16px; }
  .privacy-band { margin-left: 16px; margin-right: 16px; }
  .product-hero { flex-direction: column; }
  .mobile-nav {
    display: flex; gap: 8px; padding: 10px 16px 12px; flex-wrap: wrap;
    border-bottom: 1px solid var(--line);
    background: color-mix(in srgb, var(--paper) 88%, transparent);
  }
  .mobile-nav a {
    text-decoration: none; font-size: 13px; font-weight: 600;
    color: var(--ink-soft); background: var(--card);
    border: 1px solid var(--line); border-radius: 999px;
    padding: 7px 12px;
  }
  .mobile-nav a[aria-current="page"] {
    background: var(--forest); color: #f6f1e6; border-color: var(--forest);
  }
}
