:root {
  --bg: #f7f7fb;
  --paper: #ffffff;
  --tint: #eef1ee;
  --ink: #101510;
  --muted: #6e7272;
  --lime: #b9f35d;
  --lime-dark: #4d7b31;
  --forest: #111d14;
  --violet: #5d5af6;
  --violet-dark: #4d49d9;
  --line: #dde2de;
  --shadow: 0 24px 70px rgba(16, 21, 16, 0.16);
  --max-width: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
}

img,
svg {
  display: block;
  max-width: 100%;
}

p {
  margin: 0 0 1rem;
  overflow-wrap: break-word;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0.5rem;
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
}

.skip-link:focus {
  left: 0.5rem;
  z-index: 20;
}

.container {
  width: calc(100vw - 2rem);
  max-width: var(--max-width);
  margin-inline: auto;
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 247, 251, 0.9);
  border-bottom: 1px solid rgba(221, 226, 222, 0.85);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  flex: 0 0 auto;
  font-size: 1.32rem;
  font-weight: 850;
  text-decoration: none;
}

.brand-mark {
  width: 3.65rem;
  height: 3.65rem;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(16, 21, 16, 0.12);
}

.nav nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.25rem 1.35rem;
  min-width: 0;
}

.nav a {
  color: #34403b;
  font-size: 0.95rem;
  text-decoration: none;
}

.nav a:hover {
  color: var(--lime-dark);
}

.nav .language-link {
  color: var(--violet-dark);
  font-weight: 800;
}

.hero {
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 5.5rem);
}

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.hero-copy,
.feature-copy,
.section-intro,
.focus-band,
.privacy-panel,
.product-shot,
.hero-art {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--lime-dark);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.7rem, 7vw, 4.85rem);
  line-height: 0.96;
}

.hero-copy--wide h1 {
  max-width: 13ch;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.05;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.2;
}

.lead {
  max-width: 38rem;
  margin-top: 1.3rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
}

.supporting {
  margin-top: 1.25rem;
  color: var(--ink);
  font-weight: 750;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.button--primary {
  color: var(--forest);
  background: var(--lime);
  border-color: var(--lime);
  box-shadow: 0 12px 28px rgba(185, 243, 93, 0.28);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.72);
}

.text-link {
  color: var(--violet-dark);
  font-weight: 800;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

.hero-art {
  margin: 0;
}

.screen-stack {
  position: relative;
  min-height: clamp(520px, 58vw, 720px);
  isolation: isolate;
  overflow: hidden;
}

.screen {
  position: absolute;
  width: min(34%, 270px);
  border-radius: 1.75rem;
  box-shadow: var(--shadow);
}

.screen--main {
  width: min(43%, 340px);
  left: 50%;
  top: 0;
  z-index: 3;
  transform: translateX(-50%);
}

.screen--back-left {
  left: 12%;
  top: 12%;
  z-index: 1;
  transform: rotate(-6deg);
}

.screen--back-right {
  right: 10%;
  top: 15%;
  z-index: 2;
  transform: rotate(6deg);
}

.section {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.section--tight {
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.section--tint {
  background: var(--tint);
}

.section-intro {
  max-width: 42rem;
}

.section-intro--center {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.section-intro p,
.feature-copy p,
.focus-band p,
.privacy-panel p {
  color: var(--muted);
  font-size: 1rem;
}

.loop-strip {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--line);
}

.loop-strip article {
  min-width: 0;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
}

.loop-strip span {
  display: inline-flex;
  margin-bottom: 0.9rem;
  color: var(--lime-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.loop-strip p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.split--feature {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.feature-copy h2 + p {
  margin-top: 1rem;
}

.product-shot {
  margin: 0;
}

.product-shot img {
  width: min(100%, 360px);
  margin-inline: auto;
  border-radius: 2rem;
  box-shadow: var(--shadow);
}

.product-shot--compact img {
  max-width: 340px;
  margin-inline: auto;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.2rem 0 1rem;
}

.pill-row span,
.feature-cloud span,
.trust-list li {
  min-width: 0;
  border: 1px solid rgba(77, 123, 49, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.5rem 0.75rem;
  color: #263126;
  font-size: 0.92rem;
  font-weight: 700;
}

.focus-band {
  max-width: 760px;
}

.focus-band h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 5vw, 4rem);
}

.focus-band p {
  max-width: 43rem;
  margin-top: 1rem;
  font-size: 1.08rem;
}

.privacy-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 2rem;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
  padding: clamp(1.25rem, 4vw, 2rem);
  box-shadow: 0 18px 45px rgba(34, 48, 42, 0.08);
}

.trust-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
}

.feature-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.feature-cloud span {
  background: #fff;
}

.support-hero {
  padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.support-item {
  min-width: 0;
  border-top: 2px solid var(--lime-dark);
  padding-top: 1rem;
}

.support-item span {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--violet-dark);
  font-size: 0.82rem;
  font-weight: 850;
}

.support-item h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.08;
}

.support-item p {
  color: var(--muted);
  margin-top: 0.85rem;
}

.policy-hero {
  padding: clamp(2.75rem, 6vw, 5rem) 0 clamp(2rem, 5vw, 4rem);
}

.policy-meta {
  margin-top: 1rem;
  color: var(--lime-dark);
  font-weight: 800;
}

.policy-shell {
  display: grid;
  gap: 1.4rem;
  max-width: 880px;
}

.policy-section {
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
}

.policy-section h2 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.policy-section p,
.policy-section li {
  color: var(--muted);
}

.policy-section p {
  margin-top: 0.8rem;
}

.policy-list {
  margin: 0.9rem 0 0;
  padding-left: 1.2rem;
}

.policy-list li + li {
  margin-top: 0.45rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--paper);
  padding: 1.8rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: var(--lime-dark);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 880px) {
  .hero-shell,
  .split,
  .split--feature,
  .privacy-panel {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 9ch;
  }

  .loop-strip,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-art {
    max-width: 620px;
  }
}

@media (max-width: 600px) {
  .container {
    width: calc(100vw - 1.25rem);
  }

  .nav {
    min-height: auto;
    padding: 0.65rem 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .brand {
    font-size: 1.18rem;
    gap: 0.7rem;
  }

  .brand-mark {
    width: 3rem;
    height: 3rem;
  }

  .nav nav {
    justify-content: flex-start;
    gap: 0.25rem 0.9rem;
  }

  .nav a {
    font-size: 0.9rem;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(2.6rem, 16vw, 3.65rem);
  }

  h2 {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
  }

  .section-intro--center h2 {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .lead {
    font-size: 1.02rem;
  }

  .hero-shell {
    gap: 2.25rem;
  }

  .hero-art {
    max-width: none;
  }

  .screen-stack {
    min-height: 520px;
  }

  .screen {
    border-radius: 1.15rem;
  }

  .screen--main {
    width: 64%;
  }

  .screen--back-left {
    width: 52%;
    left: -4%;
    top: 16%;
  }

  .screen--back-right {
    width: 52%;
    right: -4%;
    top: 20%;
  }

  .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .loop-strip,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .loop-strip article {
    padding: 1rem;
  }

  .product-shot img {
    border-radius: 1rem;
  }

  .privacy-panel {
    padding: 1rem;
  }
}
