:root {
  color-scheme: light;
  --ink: #17211e;
  --muted: #64706b;
  --green: #1f7a5d;
  --green-dark: #12533f;
  --green-soft: #e4f1ec;
  --cream: #f6f4ef;
  --paper: #fffefb;
  --line: #dce4e0;
  --shadow: 0 20px 60px rgba(27, 54, 45, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a { color: inherit; }

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 244, 239, 0.93);
  border-bottom: 1px solid rgba(23, 33, 30, 0.08);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(31, 122, 93, 0.24);
}

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

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  text-decoration: none;
  color: #3e4b46;
  font-weight: 650;
}

.nav-links a:hover,
.nav-links a:focus-visible { color: var(--green-dark); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 72px;
  padding: 76px 0 88px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--green);
}

h1, h2, h3 {
  margin-top: 0;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.3vw, 5.7rem);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--green);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 760;
}

.button.primary {
  color: white;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(31, 122, 93, 0.22);
}

.button.primary:hover,
.button.primary:focus-visible { background: var(--green-dark); }

.button.secondary {
  color: var(--green-dark);
  background: transparent;
}

.phone-shell {
  width: min(380px, 100%);
  margin: 0 auto;
  padding: 11px;
  border-radius: 48px;
  background: #121917;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.phone-shell img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 38px;
}

.hero-visual {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
}

.hero-phone {
  position: relative;
  z-index: 2;
  width: min(350px, 86%);
  transform: rotate(1.8deg);
}

.hero-peek {
  position: absolute;
  top: 72px;
  right: -52px;
  z-index: 1;
  width: 245px;
  height: 470px;
  overflow: hidden;
  border: 9px solid #26302d;
  border-radius: 38px;
  background: #111;
  box-shadow: var(--shadow);
  transform: rotate(8deg);
  opacity: 0.78;
}

.hero-peek img { display: block; width: 100%; height: auto; }

.progress-chip {
  position: absolute;
  left: -22px;
  bottom: 110px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 254, 251, 0.96);
  box-shadow: 0 14px 40px rgba(23, 33, 30, 0.16);
}

.progress-chip strong { color: var(--green); font-size: 1.45rem; }
.progress-chip span { color: var(--muted); font-size: 0.9rem; font-weight: 700; }

.section { padding: 92px 0; }

.section.alt {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}

.feature-card .number {
  display: block;
  margin-bottom: 36px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.feature-card p { margin: 0; color: var(--muted); }

.showcase-section {
  overflow: hidden;
  padding-bottom: 110px;
  background: #eaf1ee;
  border-top: 1px solid #d6e2dd;
  border-bottom: 1px solid #d6e2dd;
}

.showcase-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.showcase-heading .section-heading { margin-bottom: 38px; }

.scroll-hint {
  flex: 0 0 auto;
  margin-bottom: 48px;
  color: var(--green-dark);
  font-weight: 780;
}

.screen-gallery {
  display: flex;
  gap: 24px;
  width: 100%;
  overflow-x: auto;
  padding: 8px max(28px, calc((100vw - 1120px) / 2)) 28px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #9bb9ae transparent;
}

.gallery-item {
  flex: 0 0 292px;
  margin: 0;
  scroll-snap-align: start;
}

.device-frame {
  padding: 8px;
  border-radius: 39px;
  background: #151d1a;
  box-shadow: 0 18px 45px rgba(23, 33, 30, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-item:hover .device-frame {
  transform: translateY(-6px);
  box-shadow: 0 25px 58px rgba(23, 33, 30, 0.22);
}

.device-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
}

.gallery-item figcaption {
  display: grid;
  gap: 3px;
  padding: 17px 8px 0;
}

.gallery-item figcaption strong { font-size: 1.05rem; }
.gallery-item figcaption span { color: var(--muted); font-size: 0.94rem; }

.plus-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  padding: 48px 360px 48px 48px;
  min-height: 560px;
  border-radius: 32px;
  color: white;
  background: var(--green-dark);
}

.plus-panel h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.2rem); }
.plus-panel p { margin: 0; color: #cce2da; }

.plus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plus-list li {
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
}

.plus-preview {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 284px;
  height: 500px;
  overflow: hidden;
  padding: 8px 8px 0;
  border-radius: 38px 38px 0 0;
  background: #101714;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.12), 0 22px 50px rgba(0,0,0,0.25);
}

.plus-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px 30px 0 0;
}

.trust-note {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 820px;
  margin: 70px auto 0;
  padding: 24px;
  border: 1px solid #cbded6;
  border-radius: 20px;
  background: var(--green-soft);
}

.trust-note strong { display: block; margin-bottom: 3px; }
.trust-note p { margin: 0; color: #3b5a4f; }

.page-hero {
  padding: 88px 0 42px;
}

.page-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.page-hero p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  padding: 30px 0 96px;
}

.content-card {
  margin-bottom: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
}

.content-card h2 { margin-bottom: 12px; font-size: 1.55rem; letter-spacing: -0.025em; }
.content-card h3 { margin: 24px 0 8px; font-size: 1.1rem; letter-spacing: -0.015em; }
.content-card p:last-child, .content-card ul:last-child { margin-bottom: 0; }
.content-card p, .content-card li { color: #4f5c57; }
.content-card a { color: var(--green-dark); font-weight: 700; }

.side-card {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 26px;
  border-radius: 22px;
  color: white;
  background: var(--green-dark);
}

.side-card h2 { margin-bottom: 10px; font-size: 1.35rem; }
.side-card p { color: #cce2da; }
.side-card a { color: white; font-weight: 760; }

.policy-body { max-width: 820px; padding: 30px 0 96px; }
.policy-body .content-card { padding: 34px; }
.effective { color: var(--green-dark); font-weight: 760; }

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--green-dark); }

@media (max-width: 860px) {
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 52px; padding-top: 58px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-copy > p:not(.eyebrow) { margin-inline: auto; }
  .actions { justify-content: center; }
  .hero-visual { min-height: 620px; }
  .phone-shell { width: min(340px, 86%); transform: none; }
  .hero-peek { right: 0; opacity: 0.5; }
  .progress-chip { left: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .plus-panel { grid-template-columns: 1fr; padding-right: 48px; padding-bottom: 560px; }
  .plus-preview { right: 50%; transform: translateX(50%); }
  .content-grid { grid-template-columns: 1fr; gap: 20px; }
  .side-card { position: static; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .nav { min-height: 68px; }
  .nav-links { gap: 15px; }
  .nav-links a:first-child { display: none; }
  h1 { font-size: 3rem; }
  .hero-visual { min-height: 570px; }
  .hero-peek { display: none; }
  .progress-chip { left: 8px; bottom: 80px; }
  .section { padding: 68px 0; }
  .feature-grid, .plus-list { grid-template-columns: 1fr; }
  .showcase-heading { display: block; }
  .scroll-hint { margin-top: -18px; margin-bottom: 28px; }
  .screen-gallery { gap: 16px; padding-inline: 14px; }
  .gallery-item { flex-basis: min(78vw, 292px); }
  .plus-panel { padding: 30px 24px 540px; }
  .plus-preview { width: min(270px, calc(100% - 40px)); }
  .content-card, .policy-body .content-card { padding: 24px 20px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

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