:root {
  --home-ink: #10251f;
  --home-muted: #5f726c;
  --home-green: #087f5b;
  --home-green-dark: #073f33;
  --home-green-deep: #052d25;
  --home-mint: #e9f4ef;
  --home-mint-strong: #d7eee4;
  --home-blue: #246aa8;
  --home-amber: #b96a16;
  --home-line: #d5e2dc;
  --home-surface: #ffffff;
  --home-soft: #f5f8f6;
  --home-shadow: 0 24px 70px rgba(7, 63, 51, 0.15);
  --home-shadow-small: 0 12px 30px rgba(7, 63, 51, 0.1);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

.product-site,
.product-site * {
  letter-spacing: 0;
}

.product-site {
  color: var(--home-ink);
  background: var(--home-surface);
}

.product-site main {
  overflow: clip;
}

.product-site .site-shell {
  width: min(1180px, calc(100% - 48px));
}

.product-site .home-header {
  min-height: 74px;
  border-bottom: 1px solid rgba(7, 63, 51, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.product-site .home-header.is-scrolled {
  border-bottom-color: rgba(7, 63, 51, 0.14);
  box-shadow: 0 10px 30px rgba(7, 63, 51, 0.07);
}

.product-site .header-inner {
  min-height: 74px;
}

.product-site .site-brand {
  gap: 11px;
}

.product-site .brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  box-shadow: 0 7px 18px rgba(7, 63, 51, 0.18);
}

.product-site .brand-words strong {
  color: var(--home-ink);
  font-size: 15px;
}

.product-site .brand-words small {
  color: #71817c;
  font-size: 10px;
}

.product-site .site-nav {
  gap: 5px;
}

.product-site .site-nav > a {
  padding: 10px 11px;
  color: #40534d;
  font-size: 13px;
  font-weight: 720;
}

.product-site .site-nav > a:hover {
  color: var(--home-green);
  background: var(--home-mint);
}

.product-site .site-nav .nav-cta {
  min-height: 42px;
  margin-left: 7px;
  padding: 10px 16px;
  color: #fff;
  background: var(--home-green-dark);
  border: 1px solid var(--home-green-dark);
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(7, 63, 51, 0.17);
}

.product-site .site-nav .nav-cta:hover {
  color: #fff;
  background: var(--home-green);
  border-color: var(--home-green);
  transform: translateY(-1px);
}

.home-hero {
  position: relative;
  padding: 92px 0 0;
  background: var(--home-mint);
  border-bottom: 1px solid var(--home-line);
}

.home-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: var(--home-green-dark);
  content: "";
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 50px;
  min-height: 650px;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 54px;
}

.home-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: var(--home-green);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-kicker > span {
  display: inline-block;
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.home-kicker-light {
  color: #7fd8b5;
}

.home-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--home-ink);
  font-size: 68px;
  font-weight: 860;
  line-height: 0.98;
}

.hero-promise {
  margin: 24px 0 0;
  color: var(--home-green-dark);
  font-size: 25px;
  font-weight: 540;
  line-height: 1.25;
}

.hero-promise strong {
  font-weight: 820;
}

.home-hero-lead {
  max-width: 580px;
  margin: 18px 0 0;
  color: #425851;
  font-size: 18px;
  line-height: 1.65;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.home-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.home-button:hover {
  transform: translateY(-2px);
}

.home-button:focus-visible {
  outline: 3px solid #79b9f0;
  outline-offset: 3px;
}

.product-site a.home-button-primary {
  color: #fff;
  background: var(--home-green-dark);
  border-color: var(--home-green-dark);
  box-shadow: 0 12px 24px rgba(7, 63, 51, 0.2);
}

.product-site a.home-button-primary:hover {
  color: #fff;
  background: var(--home-green);
  border-color: var(--home-green);
  box-shadow: 0 15px 28px rgba(7, 63, 51, 0.22);
}

.product-site a.home-button-secondary {
  color: var(--home-green-dark);
  background: #fff;
  border-color: #c8d9d2;
  box-shadow: 0 8px 20px rgba(7, 63, 51, 0.08);
}

.product-site a.home-button-secondary:hover {
  color: var(--home-green-dark);
  border-color: #9dbab0;
  box-shadow: 0 12px 24px rgba(7, 63, 51, 0.12);
}

.product-site a.home-button-white {
  color: var(--home-green-dark);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.product-site a.home-button-white:hover {
  color: var(--home-green-dark);
  background: var(--home-mint);
}

.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 25px;
}

.hero-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #4b615a;
  font-size: 13px;
  font-weight: 690;
}

.hero-assurance .icon {
  width: 16px;
  height: 16px;
  color: var(--home-green);
}

.home-device-scene {
  position: relative;
  align-self: end;
  height: 650px;
  perspective: 1400px;
}

.scene-phone {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: #080d0c;
  border: 8px solid #101817;
  border-radius: 42px;
  box-shadow: 0 30px 65px rgba(7, 63, 51, 0.25), inset 0 0 0 1px #58635f;
  transform-style: preserve-3d;
}

.scene-phone img,
.evidence-phone img,
.home-tour-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.scene-phone-main {
  z-index: 3;
  right: 112px;
  bottom: 0;
  width: 286px;
  transform: rotateY(-6deg) rotateZ(1deg);
}

.scene-phone-left {
  z-index: 1;
  right: 334px;
  bottom: 12px;
  width: 226px;
  opacity: 0.94;
  transform: rotateY(17deg) rotateZ(-7deg) translateZ(-70px);
}

.scene-phone-right {
  z-index: 2;
  right: 2px;
  bottom: 18px;
  width: 220px;
  opacity: 0.95;
  transform: rotateY(-20deg) rotateZ(7deg) translateZ(-60px);
}

.scene-speaker {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 50%;
  width: 34%;
  height: 18px;
  border-radius: 10px;
  background: #070b0a;
  transform: translateX(-50%);
}

.scene-status {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 72px;
  display: grid;
  grid-template-columns: 10px auto;
  gap: 2px 10px;
  min-width: 184px;
  padding: 15px 18px;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  box-shadow: var(--home-shadow-small);
}

.scene-status > span {
  grid-row: 1 / 3;
  width: 9px;
  height: 9px;
  align-self: center;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 0 5px var(--home-mint-strong);
}

.scene-status strong {
  font-size: 13px;
}

.scene-status small {
  color: var(--home-muted);
  font-size: 11px;
}

.hero-proof-bar {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -18px;
  padding: 20px 0 26px;
  background: #fff;
  border: 1px solid var(--home-line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -16px 45px rgba(7, 63, 51, 0.09);
}

.hero-proof-bar > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 26px;
  border-right: 1px solid var(--home-line);
}

.hero-proof-bar > div:last-child {
  border-right: 0;
}

.hero-proof-bar strong {
  color: var(--home-green-dark);
  font-size: 18px;
}

.hero-proof-bar span {
  color: var(--home-muted);
  font-size: 12px;
}

.home-capabilities {
  background: #fff;
  border-bottom: 1px solid var(--home-line);
}

.capability-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  min-height: 78px;
  align-items: center;
}

.capability-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #4d615b;
  font-size: 12px;
  font-weight: 730;
}

.capability-row .icon {
  width: 17px;
  height: 17px;
  color: var(--home-green);
}

.home-section {
  padding: 108px 0;
}

.home-section-heading {
  max-width: 720px;
  margin: 0 0 48px;
}

.home-section-heading.centred {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-section-heading.centred .home-kicker {
  justify-content: center;
}

.home-section-heading h2,
.showcase-copy h2,
.food-control-copy h2,
.evidence-copy h2,
.team-product-copy h2,
.pricing-product-copy h2,
.home-faq-copy h2,
.home-final-copy h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: 46px;
  font-weight: 840;
  line-height: 1.08;
}

.home-section-heading > p:last-child,
.showcase-copy > p,
.food-control-copy > p,
.evidence-copy > p,
.team-product-copy > p,
.pricing-product-copy > p,
.home-faq-copy > p,
.home-final-copy > p {
  margin: 20px 0 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.65;
}

.workflow-section {
  background: #fff;
}

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

.workflow-step {
  position: relative;
  min-height: 295px;
  padding: 28px;
  overflow: hidden;
  background: var(--home-soft);
  border: 1px solid var(--home-line);
  border-radius: 8px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.workflow-step:hover {
  border-color: #acc8bd;
  box-shadow: var(--home-shadow-small);
  transform: translateY(-4px);
}

.step-index {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #9bb2aa;
  font-size: 13px;
  font-weight: 800;
}

.step-icon,
.trust-product-grid article > span,
.guidance-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: var(--home-green);
  background: var(--home-mint-strong);
  border: 1px solid #c4dfd3;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 #fff, 0 6px 15px rgba(7, 63, 51, 0.08);
}

.step-icon .icon,
.trust-product-grid .icon,
.guidance-icon .icon {
  width: 24px;
  height: 24px;
}

.workflow-step h3 {
  margin: 27px 0 10px;
  font-size: 21px;
}

.workflow-step p {
  margin: 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.65;
}

.product-showcase {
  color: #fff;
  background: var(--home-green-deep);
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  align-items: center;
  gap: 70px;
}

.showcase-copy h2,
.team-product-copy h2,
.home-final-copy h2 {
  color: #fff;
}

.showcase-copy > p,
.team-product-copy > p,
.home-final-copy > p {
  color: #bdd1ca;
}

.home-screen-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 28px;
}

.home-screen-tabs button {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 14px;
  color: #bcd0c9;
  background: #0c493c;
  border: 1px solid #276658;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 740;
  text-align: left;
}

.home-screen-tabs button:hover,
.home-screen-tabs button[aria-selected="true"] {
  color: var(--home-green-dark);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transform: none;
}

.home-screen-tabs button .icon {
  width: 18px;
  height: 18px;
}

.showcase-note {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  margin-top: 18px;
  padding: 17px;
  background: #093d32;
  border: 1px solid #2a6759;
  border-radius: 7px;
}

.showcase-note > span {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--home-green);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 830;
}

.showcase-note div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.showcase-note strong {
  font-size: 14px;
}

.showcase-note small {
  color: #aec5bd;
  font-size: 12px;
  line-height: 1.45;
}

.showcase-device {
  position: relative;
  min-height: 630px;
  padding: 38px;
  background: #0b493b;
  border: 1px solid #2e6b5d;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 30px 70px rgba(0, 0, 0, 0.2);
}

.showcase-plate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9fc3b6;
  font-size: 10px;
  font-weight: 800;
}

.showcase-plate b {
  color: #fff;
  font-size: 12px;
}

.home-tour-phone {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  width: 275px;
  margin: 0;
  overflow: hidden;
  background: #0b1110;
  border: 8px solid #101817;
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35), inset 0 0 0 1px #59635f;
  transform: translateX(-50%);
  transition: opacity 140ms ease, transform 140ms ease;
}

.home-tour-phone.is-changing {
  opacity: 0.5;
  transform: translateX(-50%) translateY(5px);
}

.showcase-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  padding: 13px 15px;
  color: var(--home-ink);
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.showcase-chip .icon {
  width: 20px;
  height: 20px;
  color: var(--home-green);
}

.showcase-chip span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.showcase-chip strong {
  font-size: 12px;
}

.showcase-chip small {
  color: var(--home-muted);
  font-size: 10px;
}

.chip-top {
  top: 145px;
  right: 18px;
}

.chip-bottom {
  bottom: 90px;
  left: 18px;
}

.food-control-section {
  position: relative;
  background: linear-gradient(180deg, #f6faf8 0%, #edf6f2 100%);
  border-bottom: 1px solid var(--home-line);
}

.food-control-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, 0.98fr);
  align-items: center;
  gap: 76px;
}

.food-control-copy h2 {
  max-width: 650px;
}

.food-control-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.food-control-features article {
  position: relative;
  min-height: 158px;
  padding: 21px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccded6;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(7, 63, 51, 0.06);
}

.food-control-features article:hover {
  border-color: #9fc3b4;
  box-shadow: 0 14px 30px rgba(7, 63, 51, 0.1);
  transform: translateY(-2px);
}

.food-control-features article > b {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--home-green-dark);
  border-radius: 7px;
  font-size: 10px;
}

.food-control-features h3 {
  margin: 15px 0 7px;
  font-size: 16px;
  line-height: 1.25;
}

.food-control-features p {
  margin: 0;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.55;
}

.food-control-feature-wide {
  grid-column: 1 / -1;
  min-height: 0 !important;
}

.food-control-disclaimer {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  margin-top: 14px;
  padding: 17px;
  color: #fff;
  background: var(--home-green-dark);
  border-radius: 8px;
}

.food-control-disclaimer > .icon {
  width: 25px;
  height: 25px;
  justify-self: center;
  color: #89d8b9;
}

.food-control-disclaimer p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.food-control-disclaimer strong {
  font-size: 13px;
}

.food-control-disclaimer span {
  color: #bad0c8;
  font-size: 10px;
  line-height: 1.5;
}

.food-control-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--home-green-deep);
  border: 1px solid #2a6759;
  border-radius: 8px;
  box-shadow: var(--home-shadow);
  perspective: 1300px;
}

.control-visual-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 25px;
  color: #8fd3b8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 9px;
  font-weight: 820;
}

.control-visual-header strong {
  color: #fff;
  font-size: 12px;
}

.control-phone {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: #0a100f;
  border: 7px solid #101817;
  border-radius: 38px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38), inset 0 0 0 1px #59635f;
  transform-style: preserve-3d;
}

.control-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.control-phone-main {
  z-index: 2;
  bottom: -36px;
  left: 48px;
  width: 270px;
  transform: rotateY(7deg) rotateZ(-1.5deg);
}

.control-phone-side {
  z-index: 1;
  right: 22px;
  bottom: 55px;
  width: 205px;
  opacity: 0.94;
  transform: rotateY(-18deg) rotateZ(5deg) translateZ(-60px);
}

.control-visual-badge {
  position: absolute;
  z-index: 4;
  right: 21px;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  padding: 14px 16px;
  color: var(--home-ink);
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.control-visual-badge .icon {
  width: 22px;
  height: 22px;
  color: var(--home-green);
}

.control-visual-badge span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.control-visual-badge strong {
  font-size: 12px;
}

.control-visual-badge small {
  color: var(--home-muted);
  font-size: 10px;
}

.evidence-section {
  background: #fff;
}

.evidence-grid {
  display: grid;
  grid-template-columns: minmax(480px, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 90px;
}

.evidence-visual {
  position: relative;
  min-height: 600px;
  background: var(--home-mint);
  border: 1px solid var(--home-line);
  border-radius: 8px;
  box-shadow: var(--home-shadow-small);
}

.evidence-phone {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 255px;
  margin: 0;
  overflow: hidden;
  background: #0d1412;
  border: 8px solid #101817;
  border-bottom: 0;
  border-radius: 39px 39px 0 0;
  box-shadow: 0 24px 50px rgba(7, 63, 51, 0.25);
  transform: rotate(-3deg);
}

.report-preview {
  position: absolute;
  z-index: 3;
  right: 35px;
  bottom: 88px;
  width: 300px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #bdcec7;
  border-radius: 8px;
  box-shadow: var(--home-shadow);
}

.report-preview header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 19px;
  background: var(--home-green-dark);
  color: #fff;
}

.report-preview header .icon {
  width: 28px;
  height: 28px;
}

.report-preview header span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.report-preview header small {
  color: #8fd3b8;
  font-size: 9px;
  font-weight: 800;
}

.report-preview header strong {
  font-size: 15px;
}

.report-preview > div,
.report-preview footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--home-line);
  font-size: 12px;
}

.report-preview > div span {
  color: var(--home-muted);
}

.report-preview > div b {
  color: var(--home-green);
  font-size: 10px;
}

.report-preview footer {
  border: 0;
  background: var(--home-soft);
}

.report-preview footer span {
  color: var(--home-muted);
}

.report-preview footer strong {
  color: var(--home-green-dark);
}

.home-check-list {
  display: grid;
  gap: 15px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.home-check-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
}

.home-check-list .icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--home-green);
}

.home-check-list span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-check-list strong {
  color: var(--home-ink);
  font-size: 15px;
}

.team-product-section {
  color: #fff;
  background: var(--home-green-dark);
}

.team-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(490px, 1.1fr);
  align-items: center;
  gap: 80px;
}

.role-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 27px 0 30px;
}

.role-pills span {
  padding: 9px 12px;
  color: #d3e4dd;
  background: #0d5142;
  border: 1px solid #2d7061;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 740;
}

.team-console {
  overflow: hidden;
  color: var(--home-ink);
  background: #fff;
  border: 1px solid #78a496;
  border-radius: 8px;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);
}

.team-console > header {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 19px 21px;
  background: var(--home-soft);
  border-bottom: 1px solid var(--home-line);
}

.team-console header > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.team-console header small {
  color: var(--home-green);
  font-size: 9px;
  font-weight: 830;
}

.team-console header strong {
  font-size: 15px;
}

.team-console header b {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--home-green);
  font-size: 10px;
}

.team-console header b i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-green);
}

.console-status {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 20px;
  padding: 16px;
  background: var(--home-mint);
  border: 1px solid #cce2d8;
  border-radius: 7px;
}

.console-status .icon {
  width: 25px;
  height: 25px;
  color: var(--home-green);
}

.console-status span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.console-status strong {
  font-size: 13px;
}

.console-status small {
  color: var(--home-muted);
  font-size: 11px;
}

.console-member {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 15px 21px;
  border-top: 1px solid var(--home-line);
}

.console-member p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}

.console-member strong {
  font-size: 13px;
}

.console-member small {
  color: var(--home-muted);
  font-size: 11px;
}

.console-member em {
  padding: 6px 9px;
  color: var(--home-green-dark);
  background: var(--home-mint);
  border-radius: 6px;
  font-size: 10px;
  font-style: normal;
  font-weight: 760;
}

.team-console > footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 21px;
  color: var(--home-muted);
  background: var(--home-soft);
  border-top: 1px solid var(--home-line);
  font-size: 11px;
}

.team-console footer .icon {
  width: 15px;
  height: 15px;
  color: var(--home-green);
}

.pricing-product-section {
  background: var(--home-soft);
}

.pricing-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.8fr);
  align-items: center;
  gap: 90px;
}

.pricing-mini-proof {
  display: grid;
  gap: 14px;
  margin-top: 29px;
}

.pricing-mini-proof span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #41564f;
  font-size: 14px;
  font-weight: 690;
}

.pricing-mini-proof .icon {
  width: 19px;
  height: 19px;
  color: var(--home-green);
}

.home-price-card {
  position: relative;
  padding: 36px;
  background: #fff;
  border: 1px solid #b8ccc4;
  border-radius: 8px;
  box-shadow: var(--home-shadow);
}

.price-badge {
  display: inline-flex;
  padding: 7px 10px;
  color: #fff;
  background: var(--home-green-dark);
  border-radius: 5px;
  font-size: 9px;
  font-weight: 830;
}

.price-value {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.price-value strong {
  color: var(--home-green-dark);
  font-size: 50px;
  line-height: 1;
}

.price-value span {
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.4;
}

.price-trial {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 22px 0;
  padding: 13px 14px;
  color: var(--home-green-dark);
  background: var(--home-mint);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 710;
}

.price-trial .icon {
  width: 18px;
  height: 18px;
  color: var(--home-green);
}

.home-price-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.home-price-card li {
  position: relative;
  padding-left: 22px;
  color: #40534d;
  font-size: 13px;
  line-height: 1.5;
}

.home-price-card li::before {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--home-green);
  border-radius: 50%;
  content: "";
}

.home-price-card .home-button {
  width: 100%;
}

.home-price-card > small {
  display: block;
  margin-top: 15px;
  color: #7a8b86;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.trust-product-section {
  background: #fff;
}

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

.trust-product-grid article {
  padding: 26px;
  background: var(--home-soft);
  border: 1px solid var(--home-line);
  border-radius: 8px;
}

.trust-product-grid h3 {
  margin: 20px 0 8px;
  font-size: 18px;
}

.trust-product-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.6;
}

.guidance-bar {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 19px;
  align-items: center;
  margin-top: 20px;
  padding: 23px;
  background: var(--home-green-dark);
  border-radius: 8px;
}

.guidance-icon {
  color: #fff;
  background: var(--home-green);
  border-color: #319676;
  box-shadow: none;
}

.guidance-bar p {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.guidance-bar strong {
  color: #fff;
  font-size: 14px;
}

.guidance-bar small {
  color: #bad0c8;
  font-size: 11px;
  line-height: 1.5;
}

.guidance-bar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 760;
  text-decoration: none;
}

.guidance-bar a:hover {
  color: #8ed8bb;
}

.guidance-bar a .icon {
  width: 15px;
  height: 15px;
}

.home-faq-section {
  background: var(--home-soft);
}

.home-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
  align-items: start;
  gap: 80px;
}

.home-faq-copy .home-button {
  margin-top: 28px;
}

.home-faq-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  box-shadow: var(--home-shadow-small);
}

.home-faq-item {
  border-bottom: 1px solid var(--home-line);
}

.home-faq-item:last-child {
  border-bottom: 0;
}

.home-faq-item summary {
  position: relative;
  min-height: 62px;
  padding: 20px 54px 20px 22px;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--home-green);
  font-size: 20px;
  line-height: 1;
  content: "+";
  transform: translateY(-50%);
}

.home-faq-item[open] summary::after {
  content: "−";
}

.home-faq-item p {
  margin: -4px 0 0;
  padding: 0 54px 20px 22px;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.6;
}

.home-final-cta {
  padding: 86px 0;
  color: #fff;
  background: var(--home-green-deep);
  border-top: 7px solid var(--home-green);
}

.home-final-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
}

.home-final-copy > img {
  display: block;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.home-final-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.home-final-action .home-button {
  min-width: 230px;
}

.home-final-action > span {
  color: #a9c5bb;
  font-size: 10px;
}

.product-site .home-footer {
  background: #fff;
  border-top: 1px solid var(--home-line);
}

.product-site .home-footer .footer-top,
.product-site .home-footer .footer-bottom {
  border-color: var(--home-line);
}

.product-site a.app-update-action,
.product-site a.app-update-action:hover {
  color: #fff;
}

.enhanced-motion .home-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.enhanced-motion .home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .product-site .site-shell {
    width: min(100% - 40px, 980px);
  }

  .product-site .site-nav > a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .home-hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
    gap: 20px;
  }

  .home-hero h1 {
    font-size: 58px;
  }

  .scene-phone-main {
    right: 82px;
    width: 264px;
  }

  .scene-phone-left {
    right: 277px;
    width: 202px;
  }

  .scene-phone-right {
    width: 196px;
  }

  .scene-status {
    right: 4px;
  }

  .showcase-grid,
  .team-product-grid,
  .food-control-grid {
    gap: 44px;
  }

  .evidence-grid {
    gap: 45px;
  }

  .evidence-phone {
    left: 25px;
  }

  .report-preview {
    right: 22px;
  }

  .pricing-product-grid,
  .home-faq-grid {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .product-site .home-header {
    min-height: 70px;
  }

  .product-site .header-inner {
    min-height: 70px;
  }

  .product-site .site-nav {
    gap: 2px;
    padding: 12px 18px 22px;
    background: #fff;
    border-bottom: 1px solid var(--home-line);
    box-shadow: 0 22px 35px rgba(7, 63, 51, 0.12);
  }

  .product-site .site-nav > a {
    min-height: 46px;
    padding: 12px;
    font-size: 14px;
  }

  .product-site .site-nav .nav-cta {
    margin: 6px 0 0;
  }

  .home-hero {
    padding-top: 70px;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 64px;
  }

  .home-hero-copy {
    max-width: 690px;
    padding-bottom: 20px;
  }

  .home-hero h1 {
    font-size: 54px;
  }

  .home-device-scene {
    width: min(100%, 590px);
    height: 570px;
    justify-self: center;
  }

  .scene-phone-main {
    right: 50%;
    width: 250px;
    transform: translateX(50%) rotateY(-4deg) rotateZ(1deg);
  }

  .scene-phone-left {
    right: calc(50% + 126px);
    width: 192px;
  }

  .scene-phone-right {
    right: calc(50% - 310px);
    width: 190px;
  }

  .scene-status {
    right: 16px;
    bottom: 46px;
  }

  .hero-proof-bar {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }

  .hero-proof-bar > div {
    padding: 14px 22px;
  }

  .hero-proof-bar > div:nth-child(2) {
    border-right: 0;
  }

  .hero-proof-bar > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--home-line);
  }

  .capability-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 14px 0;
  }

  .capability-row span {
    min-height: 42px;
  }

  .home-section {
    padding: 82px 0;
  }

  .home-section-heading h2,
  .showcase-copy h2,
  .food-control-copy h2,
  .evidence-copy h2,
  .team-product-copy h2,
  .pricing-product-copy h2,
  .home-faq-copy h2,
  .home-final-copy h2 {
    font-size: 39px;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-step {
    min-height: 0;
  }

  .showcase-grid,
  .food-control-grid,
  .evidence-grid,
  .team-product-grid,
  .pricing-product-grid,
  .home-faq-grid {
    grid-template-columns: 1fr;
  }

  .showcase-copy,
  .food-control-copy,
  .team-product-copy,
  .pricing-product-copy,
  .home-faq-copy {
    max-width: 680px;
  }

  .showcase-device {
    width: min(100%, 620px);
    justify-self: center;
  }

  .food-control-visual {
    width: min(100%, 610px);
    min-height: 680px;
    justify-self: center;
  }

  .evidence-visual {
    width: min(100%, 610px);
    justify-self: center;
    order: 2;
  }

  .evidence-copy {
    order: 1;
  }

  .team-console,
  .home-price-card,
  .home-faq-list {
    width: min(100%, 610px);
    justify-self: center;
  }

  .trust-product-grid {
    grid-template-columns: 1fr;
  }

  .guidance-bar {
    grid-template-columns: 52px 1fr;
  }

  .guidance-bar a {
    grid-column: 2;
  }

  .home-final-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-final-action {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .product-site .site-shell {
    width: calc(100% - 32px);
  }

  .product-site .brand-mark {
    width: 38px;
    height: 38px;
  }

  .product-site .brand-words strong {
    font-size: 13px;
  }

  .product-site .nav-toggle {
    min-height: 44px;
  }

  .home-hero-grid {
    padding-top: 48px;
  }

  .home-kicker {
    align-items: flex-start;
    font-size: 10px;
  }

  .home-kicker > span {
    margin-top: 6px;
  }

  .home-hero h1 {
    font-size: 43px;
    line-height: 1;
  }

  .hero-promise {
    font-size: 21px;
  }

  .home-hero-lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .home-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-button {
    width: 100%;
  }

  .hero-assurance {
    gap: 9px 14px;
  }

  .hero-assurance span {
    font-size: 11px;
  }

  .home-device-scene {
    height: 455px;
    margin-top: 8px;
  }

  .scene-phone {
    border-width: 6px;
    border-radius: 30px;
  }

  .scene-speaker {
    top: 7px;
    height: 13px;
  }

  .scene-phone-main {
    width: 204px;
  }

  .scene-phone-left {
    right: calc(50% + 91px);
    bottom: 10px;
    width: 145px;
  }

  .scene-phone-right {
    right: calc(50% - 236px);
    bottom: 13px;
    width: 144px;
  }

  .scene-status {
    right: 0;
    bottom: 30px;
    min-width: 145px;
    padding: 11px 12px;
  }

  .scene-status strong {
    font-size: 11px;
  }

  .hero-proof-bar {
    padding: 8px 0 15px;
  }

  .hero-proof-bar > div {
    padding: 13px 15px;
  }

  .hero-proof-bar strong {
    font-size: 15px;
  }

  .hero-proof-bar span {
    font-size: 10px;
    line-height: 1.35;
  }

  .capability-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-row span {
    justify-content: flex-start;
    font-size: 11px;
  }

  .home-section {
    padding: 68px 0;
  }

  .home-section-heading {
    margin-bottom: 34px;
  }

  .home-section-heading h2,
  .showcase-copy h2,
  .food-control-copy h2,
  .evidence-copy h2,
  .team-product-copy h2,
  .pricing-product-copy h2,
  .home-faq-copy h2,
  .home-final-copy h2 {
    font-size: 33px;
  }

  .home-section-heading > p:last-child,
  .showcase-copy > p,
  .food-control-copy > p,
  .evidence-copy > p,
  .team-product-copy > p,
  .pricing-product-copy > p,
  .home-faq-copy > p,
  .home-final-copy > p {
    font-size: 15px;
  }

  .workflow-step {
    padding: 23px;
  }

  .showcase-grid,
  .food-control-grid,
  .evidence-grid,
  .team-product-grid,
  .pricing-product-grid,
  .home-faq-grid {
    gap: 42px;
  }

  .home-screen-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .home-screen-tabs button {
    min-height: 48px;
    padding: 10px;
    font-size: 11px;
  }

  .showcase-device {
    min-height: 520px;
    padding: 25px 18px;
  }

  .food-control-features {
    grid-template-columns: 1fr;
  }

  .food-control-feature-wide {
    grid-column: auto;
  }

  .food-control-features article {
    min-height: 0;
  }

  .food-control-visual {
    min-height: 540px;
  }

  .control-visual-header {
    padding: 18px;
  }

  .control-phone {
    border-width: 6px;
    border-radius: 30px;
  }

  .control-phone-main {
    bottom: -30px;
    left: 22px;
    width: 215px;
  }

  .control-phone-side {
    right: 3px;
    bottom: 62px;
    width: 158px;
  }

  .control-visual-badge {
    right: 10px;
    bottom: 24px;
    min-width: 162px;
    padding: 11px 12px;
  }

  .home-tour-phone {
    width: 226px;
    border-width: 6px;
    border-radius: 32px 32px 0 0;
  }

  .showcase-chip {
    min-width: 135px;
    padding: 10px 12px;
  }

  .chip-top {
    top: 130px;
    right: 7px;
  }

  .chip-bottom {
    bottom: 63px;
    left: 7px;
  }

  .evidence-visual {
    min-height: 485px;
  }

  .evidence-phone {
    left: 13px;
    width: 198px;
    border-width: 6px;
    border-radius: 31px 31px 0 0;
  }

  .report-preview {
    right: 12px;
    bottom: 52px;
    width: 245px;
  }

  .report-preview > div,
  .report-preview footer {
    padding: 12px 14px;
    font-size: 10px;
  }

  .team-console > header {
    grid-template-columns: 38px 1fr;
  }

  .team-console header > b {
    grid-column: 2;
  }

  .console-member {
    grid-template-columns: 38px 1fr auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .console-member small {
    max-width: 150px;
  }

  .home-price-card {
    padding: 27px 22px;
  }

  .price-value strong {
    font-size: 44px;
  }

  .guidance-bar {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .guidance-bar a {
    grid-column: 1;
    min-height: 44px;
  }

  .home-faq-item summary {
    min-height: 60px;
    padding-right: 48px;
    padding-left: 18px;
  }

  .home-faq-item p {
    padding-right: 40px;
    padding-left: 18px;
  }

  .home-final-cta {
    padding: 66px 0;
  }

  .home-final-action,
  .home-final-action .home-button {
    width: 100%;
  }

  .product-site .app-update-notice {
    grid-template-columns: 40px minmax(0, 1fr) 34px;
    gap: 9px;
    padding: 11px;
  }

  .product-site .app-update-notice > img {
    width: 40px;
    height: 40px;
  }

  .product-site .app-update-copy strong {
    font-size: 13px;
  }

  .product-site .app-update-copy span {
    display: -webkit-box;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product-site a.app-update-action {
    grid-column: 2;
    grid-row: 2;
    width: fit-content;
    min-height: 36px;
    justify-self: start;
    padding: 8px 13px;
    color: #fff;
    font-size: 11px;
  }

  .product-site .app-update-close {
    grid-column: 3;
    grid-row: 1;
    width: 34px;
    height: 34px;
  }

  .product-site .app-update-close::before,
  .product-site .app-update-close::after {
    top: 16px;
    left: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-site *,
  .product-site *::before,
  .product-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .enhanced-motion .home-reveal {
    opacity: 1;
    transform: none;
  }
}
