:root {
  --canvas: #f1eee8;
  --canvas-deep: #e8e3d8;
  --paper: rgba(255, 255, 255, 0.82);
  --forest: #366e2c;
  --forest-dark: #173f21;
  --leaf: #79a968;
  --amber: #e7974b;
  --ink: #183020;
  --muted: #607064;
  --line: rgba(23, 63, 33, 0.13);
  --shadow: 0 24px 70px rgba(27, 55, 34, 0.12);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(231, 151, 75, 0.2), transparent 25rem),
    radial-gradient(circle at 92% 16%, rgba(121, 169, 104, 0.23), transparent 28rem),
    var(--canvas);
  font-family: Inter, ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  min-height: 100vh;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 82px;
  position: relative;
  z-index: 5;
}
.brand { align-items: center; display: inline-flex; gap: 12px; font-size: 1.15rem; font-weight: 800; text-decoration: none; }
.brand img { border-radius: 12px; box-shadow: 0 7px 20px rgba(23, 63, 33, 0.12); height: 42px; width: 42px; }
.nav-links { align-items: center; display: flex; gap: 24px; }
.nav-links > a { color: var(--muted); font-size: 0.92rem; font-weight: 700; text-decoration: none; }
.nav-links > a:hover { color: var(--forest); }
.language { position: relative; }
.language summary { cursor: pointer; font-size: 0.9rem; font-weight: 750; list-style: none; }
.language summary::-webkit-details-marker { display: none; }
.language-menu {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 4px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 34px;
  width: 150px;
}
.language-menu a { border-radius: 9px; padding: 8px 10px; text-decoration: none; }
.language-menu a:hover, .language-menu a[aria-current="page"] { background: var(--canvas); color: var(--forest); }

.hero {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 690px;
  padding: 64px 0 96px;
}
.eyebrow { color: var(--forest); font-size: 0.8rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -0.065em; line-height: 0.94; margin: 16px 0 24px; max-width: 830px; }
.hero-copy { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 620px; }
.actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  align-items: center;
  background: var(--forest-dark);
  border: 1px solid var(--forest-dark);
  border-radius: 15px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.button:hover { box-shadow: 0 14px 30px rgba(23, 63, 33, 0.2); transform: translateY(-2px); }
.button.secondary { background: transparent; border-color: var(--line); color: var(--forest-dark); }
.button.disabled { cursor: default; opacity: 0.55; }
.button.disabled:hover { box-shadow: none; transform: none; }
.microcopy { color: var(--muted); font-size: 0.82rem; margin-top: 12px; }

.phone-stage { min-height: 520px; position: relative; }
.blob { border-radius: 43% 57% 54% 46% / 46% 45% 55% 54%; inset: 20px 0 0; position: absolute; transform: rotate(-7deg); background: linear-gradient(145deg, var(--forest), #5d9251); }
.phone {
  background: #151715;
  border: 7px solid #151715;
  border-radius: 48px;
  box-shadow: 0 36px 75px rgba(22, 50, 28, 0.28);
  margin: 0 auto;
  max-width: 285px;
  overflow: hidden;
  padding: 9px;
  position: relative;
  transform: rotate(4deg);
  z-index: 2;
}
.phone-screen { background: var(--canvas); border-radius: 34px; min-height: 560px; overflow: hidden; padding: 30px 18px 20px; }
.dynamic-island { background: #111; border-radius: 20px; height: 23px; margin: -20px auto 26px; width: 86px; }
.screen-kicker { color: var(--muted); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.screen-title { font-size: 1.45rem; font-weight: 850; letter-spacing: -0.04em; line-height: 1.05; margin-top: 6px; }
.scan-card { background: #fff; border: 1px solid rgba(23,63,33,.08); border-radius: 24px; box-shadow: 0 14px 34px rgba(23,63,33,.1); margin-top: 22px; padding: 16px; }
.product-art { align-items: center; background: linear-gradient(145deg, #f5dfc7, #f3c893); border-radius: 18px; display: flex; font-size: 4.4rem; height: 160px; justify-content: center; }
.score-row { align-items: center; display: flex; gap: 12px; margin-top: 15px; }
.score { align-items: center; background: var(--forest); border-radius: 50%; color: white; display: flex; font-size: 1.25rem; font-weight: 900; height: 56px; justify-content: center; width: 56px; }
.score-copy strong { display: block; font-size: .92rem; }
.score-copy span { color: var(--muted); font-size: .72rem; }
.pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.pill { background: #edf4ea; border-radius: 999px; color: var(--forest); font-size: .67rem; font-weight: 800; padding: 6px 9px; }
.floating-card { backdrop-filter: blur(14px); background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.55); border-radius: 18px; box-shadow: var(--shadow); padding: 14px 16px; position: absolute; z-index: 3; }
.floating-card.one { left: -28px; top: 105px; transform: rotate(-5deg); }
.floating-card.two { bottom: 40px; right: -30px; transform: rotate(5deg); }
.floating-card b { display: block; font-size: .88rem; }
.floating-card span { color: var(--muted); font-size: .72rem; }

.section { padding: 92px 0; }
.section-head { max-width: 700px; }
.section h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -0.05em; line-height: 1.02; margin: 12px 0 18px; }
.section-lead { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 44px; }
.feature { background: var(--paper); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-lg); box-shadow: 0 14px 45px rgba(27,55,34,.06); padding: 28px; }
.feature-icon { align-items: center; background: #e4efdf; border-radius: 15px; color: var(--forest); display: flex; font-size: 1.45rem; height: 50px; justify-content: center; width: 50px; }
.feature h3 { font-size: 1.12rem; margin: 20px 0 8px; }
.feature p { color: var(--muted); font-size: .94rem; margin: 0; }

.privacy-band { background: var(--forest-dark); border-radius: var(--radius-xl); color: #fff; display: grid; gap: 48px; grid-template-columns: .85fr 1.15fr; overflow: hidden; padding: 54px; position: relative; }
.privacy-band::after { background: var(--amber); border-radius: 50%; content: ""; filter: blur(4px); height: 180px; opacity: .3; position: absolute; right: -60px; top: -80px; width: 180px; }
.privacy-band h2 { margin-top: 0; }
.privacy-band p { color: rgba(255,255,255,.72); }
.privacy-list { display: grid; gap: 12px; }
.privacy-item { align-items: flex-start; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; display: flex; gap: 12px; padding: 14px; }
.check { align-items: center; background: var(--amber); border-radius: 50%; color: var(--forest-dark); display: flex; flex: 0 0 24px; font-size: .75rem; font-weight: 900; height: 24px; justify-content: center; }

.disclaimer { border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; margin-top: 60px; padding-top: 24px; }
.footer { align-items: flex-start; border-top: 1px solid var(--line); display: flex; gap: 30px; justify-content: space-between; padding: 40px 0 54px; }
.footer small { color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); font-size: .85rem; font-weight: 700; text-decoration: none; }

.document-shell { width: min(860px, calc(100% - 36px)); margin: 0 auto; }
.document-nav { padding: 20px 0; }
.document {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  margin: 28px 0 48px;
  padding: clamp(28px, 6vw, 64px);
}
.document h1 { font-size: clamp(2.4rem, 7vw, 4.6rem); margin: 10px 0 16px; }
.document h2 { font-size: 1.25rem; letter-spacing: -.02em; margin: 36px 0 10px; }
.document p, .document li { color: #46574a; }
.document .lead { background: #edf4ea; border-radius: 16px; color: var(--forest-dark); font-size: 1.02rem; padding: 18px 20px; }
.date { color: var(--muted); font-size: .88rem; }
.document table { border-collapse: collapse; font-size: .9rem; margin: 18px 0; width: 100%; }
.document th, .document td { border-bottom: 1px solid var(--line); padding: 12px 8px; text-align: left; vertical-align: top; }
.document th { color: var(--forest-dark); }
.contact-card { background: var(--forest-dark); border-radius: 22px; color: white; margin-top: 28px; padding: 26px; }
.contact-card a { color: #fff; font-weight: 800; }

@media (max-width: 850px) {
  .hero { gap: 46px; grid-template-columns: 1fr; padding-top: 36px; }
  .hero-copy-area { text-align: center; }
  .hero-copy { margin-inline: auto; }
  .actions { justify-content: center; }
  .phone-stage { margin: 0 auto; width: min(420px, 100%); }
  .feature-grid { grid-template-columns: 1fr; }
  .privacy-band { grid-template-columns: 1fr; padding: 36px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-links > a:not(.keep-mobile) { display: none; }
  .hero { min-height: auto; padding-bottom: 70px; }
  .phone-stage { min-height: 500px; }
  .phone { max-width: 250px; }
  .phone-screen { min-height: 500px; }
  .floating-card.one { left: -3px; }
  .floating-card.two { right: -4px; }
  .section { padding: 66px 0; }
  .privacy-band { border-radius: 26px; padding: 28px 22px; }
  .footer { flex-direction: column; }
  .document { border-radius: 24px; }
  .document table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
