:root {
  --green-950: #003f2c;
  --green-900: #00543a;
  --green-800: #006845;
  --green-700: #087a50;
  --green-100: #e8f4ee;
  --green-50: #f3f9f6;
  --ink: #101820;
  --muted: #53616c;
  --line: #dfe7e3;
  --paper: #ffffff;
  --soft: #f7faf8;
  --warning: #f4a340;
  --danger: #e75858;
  --shadow: 0 24px 70px rgba(16, 52, 39, 0.10);
  --radius: 22px;
  --content: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

button, input, select, textarea { font: inherit; }

.shell {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(223, 231, 227, 0.82);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 86px;
  display: grid;
  grid-template-columns: 240px 1fr 240px;
  align-items: center;
}

.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 176px; height: auto; }

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.nav-links a {
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 2px;
  background: var(--green-700);
  transition: width .2s ease, left .2s ease;
}

.nav-links a:hover,
.nav-links a.active { color: var(--green-700); }
.nav-links a.active::after,
.nav-links a:hover::after { left: 0; width: 100%; }

.nav-actions { display: flex; justify-content: flex-end; align-items: center; }

.login-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 22px;
  border: 1.5px solid var(--green-700);
  border-radius: 9px;
  color: var(--green-800);
  background: var(--paper);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
.login-link:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 104, 69, .13); }

.button.primary { color: #fff; background: var(--green-700); }
.button.primary:hover { background: var(--green-900); }
.button.block { width: 100%; }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--green-800);
  cursor: pointer;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 20px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

h1 span, .green { color: var(--green-700); }

h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.14;
  letter-spacing: -.03em;
}

h3 { margin-bottom: 8px; font-size: 21px; line-height: 1.25; }

.lead {
  max-width: 630px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 64px;
  background:
    radial-gradient(circle at 82% 20%, rgba(213, 236, 224, .66), transparent 34%),
    linear-gradient(135deg, #fbfdfc 0%, #fff 48%, #f2f8f5 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -180px auto;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 80px solid rgba(0, 104, 69, .035);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 64px;
  align-items: center;
}

.hero-copy { padding-left: 8px; }

.features-hero { padding: 46px 0 52px; }
.features-hero .hero-grid { grid-template-columns: minmax(390px, .88fr) minmax(470px, 1.12fr); gap: 42px; }
.features-hero h1 { margin-bottom: 14px; font-size: clamp(38px, 3.35vw, 52px); line-height: 1.14; }
.features-hero .lead { max-width: 480px; margin-bottom: 0; font-size: 16px; line-height: 1.7; }

.how-hero { padding: 44px 0 36px; }
.how-hero .hero-grid { grid-template-columns: minmax(350px, .82fr) minmax(500px, 1.18fr); gap: 38px; }
.how-hero h1 { margin-bottom: 16px; font-size: clamp(38px, 3.35vw, 52px); line-height: 1.14; }
.how-hero .lead { max-width: 430px; margin-bottom: 16px; font-size: 16px; line-height: 1.7; }

.workflow-video { display: grid; grid-template-columns: 155px 1fr; gap: 16px; width: min(100%, 322px); padding: 7px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); text-decoration: none; }
.workflow-video-thumb { position: relative; display: block; height: 104px; overflow: hidden; border-radius: 7px; background: var(--green-100); }
.workflow-video-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.7) blur(.4px); }
.workflow-video-thumb span { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--green-700); background: #fff; transform: translate(-50%, -50%); box-shadow: 0 4px 13px rgba(0, 0, 0, .16); font-size: 15px; }
.workflow-video-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; font-size: 12px; }
.workflow-video-copy strong { font-size: 17px; line-height: 1.25; }
.workflow-video-copy small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.workflow-video-copy b { margin-top: 16px; color: var(--green-700); font-size: 14px; }

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li { display: flex; align-items: flex-start; gap: 11px; color: #28353d; }
.check-list li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;
  border: 1.5px solid var(--green-700);
  border-radius: 50%;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 900;
}

.product-shot {
  position: relative;
  padding: 13px 13px 31px;
  border: 1px solid #cfd9d4;
  border-radius: 18px 18px 9px 9px;
  background: #101615;
  box-shadow: var(--shadow);
}

.product-shot::after {
  content: "";
  position: absolute;
  left: -7%;
  right: -7%;
  bottom: -17px;
  height: 21px;
  border-radius: 3px 3px 18px 18px;
  background: linear-gradient(180deg, #ccd1d0, #929a98 58%, #e2e5e4 59%, #9ca3a1);
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18);
}

.product-shot img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
}

.phone-shot {
  position: absolute;
  right: -28px;
  bottom: -18px;
  width: 190px;
  height: 390px;
  padding: 18px 8px 10px;
  border: 7px solid #131817;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 45px rgba(0, 0, 0, .23);
  overflow: hidden;
}

.phone-shot::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 68px;
  height: 15px;
  border-radius: 0 0 12px 12px;
  background: #131817;
  transform: translateX(-50%);
  z-index: 2;
}

.phone-shot img { height: 100%; object-fit: cover; object-position: 18% top; }

.section { padding: 60px 0; }
.section.soft { background: var(--soft); }
.section-heading { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading p { color: var(--muted); font-size: 14px; }
.section-heading h2 { font-size: clamp(24px, 2.35vw, 34px); }

.feature-stack { display: grid; gap: 10px; }

.feature-row {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  min-height: 208px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 6px 22px rgba(27, 57, 44, .035);
}

.feature-row.reverse { grid-template-columns: 1.22fr .78fr; }
.feature-row.reverse .feature-copy { order: 2; }

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 23px 28px;
}

.feature-icon,
.trust-icon,
.step-icon,
.benefit-icon {
  display: grid;
  place-items: center;
  color: var(--green-700);
  background: var(--green-100);
}

.feature-icon { width: 44px; height: 44px; margin-bottom: 10px; border-radius: 11px; font-size: 22px; }
.feature-copy h3 { margin-bottom: 3px; font-size: 17px; }
.feature-copy p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.feature-copy .check-list { gap: 6px; margin-top: 10px; font-size: 12px; }
.feature-copy .check-list li { gap: 8px; }
.feature-copy .check-list li::before { width: 14px; height: 14px; flex-basis: 14px; margin-top: 3px; font-size: 9px; }

.ui-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: linear-gradient(145deg, #fcfefd, #f4f9f6);
}

.feature-preview {
  width: 100%;
  max-height: 178px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 62, 42, .055));
}

.mock-window {
  overflow: hidden;
  border: 1px solid #d7e0dc;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 62, 42, .09);
}

.mock-toolbar { height: 35px; border-bottom: 1px solid #edf1ef; background: #fbfcfb; }

.mock-dashboard {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: top center;
}

.mock-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 16px; }
.mock-card { min-height: 70px; padding: 12px; border-radius: 10px; background: var(--green-50); }
.mock-card:nth-child(2) { background: #fff5e5; }
.mock-card:nth-child(3) { background: #fff0f0; }
.mock-card:nth-child(4) { background: #eef5ff; }
.mock-line { height: 8px; margin-bottom: 9px; border-radius: 9px; background: #d9e2de; }
.mock-line.short { width: 45%; }
.mock-line.green { width: 74%; background: #91c8aa; }

.download-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 30px;
  padding: 26px 34px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(120deg, #f5faf7, #fff);
}

.download-banner .app-icon { width: 90px; height: 90px; border-radius: 22px; box-shadow: 0 12px 25px rgba(0, 91, 60, .16); }
.download-banner h3 { margin-bottom: 3px; font-size: 25px; }
.download-banner p { margin-bottom: 12px; color: var(--muted); }
.store-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; min-height: 43px; padding: 6px 15px; border-radius: 7px; color: #fff; background: #080b0a; text-decoration: none; font-size: 13px; line-height: 1.15; }
.store-badge strong { display: block; font-size: 17px; }
.official-store-badge { display: inline-flex; align-items: center; justify-content: center; height: 43px; text-decoration: none; }
.official-store-badge img { display: block; height: auto; max-width: none; }
.app-store-badge img { width: 120px; height: 40px; }
.google-play-badge { width: 130px; overflow: hidden; }
.google-play-badge img { width: 140px; height: auto; }
.qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 108px;
  gap: 5px;
  color: var(--ink);
  text-decoration: none;
  transform: translateX(-60px);
}
.qr img { display: block; box-sizing: border-box; width: 108px; height: 108px; border: 8px solid #fff; box-shadow: 0 3px 13px rgba(0,0,0,.12); }
.qr .qr-caption { display: block; box-sizing: border-box; width: 150px; max-width: 150px; overflow: visible; font-size: 12px !important; font-weight: 500; line-height: 15px !important; letter-spacing: 0; text-align: center; white-space: nowrap !important; text-decoration: none !important; }

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.workflow-section { padding: 34px 0 58px; }
.workflow-section .section-heading { margin-bottom: 26px; }
.workflow-section .section-heading h2 { font-size: clamp(25px, 2.6vw, 34px); }
.workflow-section .steps { gap: 18px; }
.workflow-section .steps::before { top: 46px; left: 11%; right: 11%; }
.workflow-section .step-icon { width: 88px; height: 88px; margin-bottom: 8px; background: transparent; font-size: 36px; }
.workflow-section .step-icon img { width: 100%; height: 100%; object-fit: contain; }
.workflow-section .step-number { width: 28px; height: 28px; margin: -3px auto 9px; font-size: 14px; }
.workflow-section .step h3 { margin-bottom: 3px; font-size: 15px; }
.workflow-section .step p { min-height: 60px; margin-bottom: 8px; font-size: 12px; line-height: 1.5; }
.workflow-section .step-demo { min-height: 0; margin-top: 0; padding: 0; border: 0; border-radius: 10px; box-shadow: none; background: transparent; }
.workflow-preview { width: 100%; border-radius: 10px; filter: drop-shadow(0 6px 12px rgba(12, 54, 35, .06)); }

.steps::before {
  content: "";
  position: absolute;
  top: 54px;
  left: 10%;
  right: 10%;
  border-top: 1px dashed #b8cbc2;
}

.step { position: relative; text-align: center; }
.step-icon { position: relative; z-index: 1; width: 106px; height: 106px; margin: 0 auto 12px; border-radius: 50%; font-size: 44px; }
.step-number { display: grid; place-items: center; width: 32px; height: 32px; margin: -4px auto 12px; border-radius: 50%; color: #fff; background: var(--green-700); font-weight: 800; }
.step h3 { font-size: 18px; }
.step p { color: var(--muted); font-size: 14px; }

.step-demo {
  min-height: 215px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  text-align: left;
  box-shadow: 0 8px 24px rgba(20, 62, 44, .045);
}

.field-line { height: 33px; margin-bottom: 10px; border: 1px solid #dbe4e0; border-radius: 7px; background: #fbfcfb; }
.field-line::after { content: ""; display: block; width: 42%; height: 7px; margin: 12px; border-radius: 5px; background: #cad6d0; }
.toggle-line { display: flex; justify-content: space-between; margin: 12px 0; color: var(--muted); font-size: 12px; }
.fake-toggle { width: 33px; height: 18px; border-radius: 18px; background: var(--green-700); box-shadow: inset -14px 0 #fff; border: 2px solid var(--green-700); }

.integration-band {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  padding: 34px 42px;
  border-radius: 22px;
  background: linear-gradient(120deg, #f3f8f5, #fff);
}

.workflow-section .integration-band { grid-template-columns: .72fr .9fr 1.45fr; gap: 26px; margin-top: 28px; padding: 22px 28px; }
.workflow-section .orbit { width: 180px; height: 135px; }
.workflow-section .orbit .app-icon { top: 35px; left: 61px; width: 58px; height: 58px; }
.workflow-section .orbit::before { inset: 8px 22px; }
.workflow-section .orbit-dot { width: 34px; height: 34px; font-size: 15px; }
.workflow-section .orbit-dot:nth-child(2) { left: 73px; }
.workflow-section .orbit-dot:nth-child(4) { left: 73px; }
.workflow-section .integration-band h3 { margin-bottom: 5px; font-size: 17px; }
.workflow-section .integration-band p { margin-bottom: 12px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.workflow-section .integration-band strong { font-size: 13px; }
.access-anywhere { display: grid; grid-template-columns: minmax(170px, .9fr) minmax(210px, 1.1fr); gap: 18px; align-items: center; }
.access-anywhere > img { width: 100%; filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .1)); }
.access-badges { display: flex; gap: 15px; color: var(--green-700); }
.access-badges span { display: grid; gap: 2px; place-items: center; font-size: 23px; line-height: 1; }
.access-badges small { color: var(--muted); font-size: 9px; white-space: nowrap; }

.orbit { position: relative; width: 205px; height: 150px; margin: auto; }
.orbit .app-icon { position: absolute; top: 41px; left: 70px; width: 66px; height: 66px; border-radius: 18px; z-index: 2; }
.orbit::before { content: ""; position: absolute; inset: 10px 25px; border: 1px dashed #9ec2b1; border-radius: 50%; }
.orbit-dot { position: absolute; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--green-700); background: #fff; box-shadow: 0 6px 20px rgba(0, 68, 45, .12); }
.orbit-dot:nth-child(2) { top: 0; left: 84px; }
.orbit-dot:nth-child(3) { top: 57px; right: 0; }
.orbit-dot:nth-child(4) { bottom: 0; left: 84px; }
.orbit-dot:nth-child(5) { top: 57px; left: 0; }

.pricing-hero { padding-bottom: 44px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.billing-toggle { display: inline-flex; gap: 4px; margin: 4px auto 26px; padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.billing-toggle button { padding: 9px 24px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; cursor: pointer; font-weight: 700; }
.billing-toggle button.active { color: #fff; background: var(--green-700); }

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 540px;
  padding: 34px 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(21, 62, 45, .045);
}

.price-card.popular { border-color: var(--green-700); box-shadow: 0 20px 50px rgba(0, 104, 69, .11); }
.popular-label { position: absolute; top: -1px; left: -1px; right: -1px; padding: 4px; border-radius: 19px 19px 0 0; color: #fff; background: var(--green-700); text-align: center; font-size: 13px; font-weight: 800; }
.price-card.popular { padding-top: 46px; }
.plan-name { color: var(--green-700); text-align: center; font-size: 24px; font-weight: 800; }
.plan-caption { min-height: 30px; color: var(--muted); text-align: center; font-size: 14px; }
.price { margin: 16px 0 0; font-size: 42px; font-weight: 800; letter-spacing: -.04em; }
.price small { color: var(--muted); font-size: 13px; font-weight: 500; letter-spacing: 0; }
.billed { min-height: 25px; color: var(--muted); font-size: 13px; }
.price-card .button { margin: 16px 0 18px; }
.price-card .check-list { margin: 0; gap: 9px; font-size: 14px; }

.benefit-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 28px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.benefit { display: grid; grid-template-columns: 50px 1fr; gap: 13px; padding: 24px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit-icon { width: 50px; height: 50px; border-radius: 50%; font-size: 23px; }
.benefit strong { display: block; font-size: 14px; }
.benefit span { color: var(--muted); font-size: 12px; }

.pricing-plans { padding-bottom: 34px; }
.pricing-benefits { margin-top: 18px; border-radius: 13px; }
.pricing-benefits .benefit { grid-template-columns: 62px 1fr; gap: 12px; align-items: start; padding: 18px 20px; }
.pricing-benefits .benefit-icon { display: block; width: 62px; height: 62px; border-radius: 0; background: transparent; }
.pricing-benefits .benefit strong { margin-top: 3px; font-size: 14px; line-height: 1.35; }
.pricing-benefits .benefit span { display: block; margin-top: 5px; font-size: 13px; line-height: 1.55; }

.faq-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 36px; align-items: start; }
.faq-list { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }
.faq-item + .faq-item { border-top: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 0; color: var(--ink); background: #fff; text-align: left; cursor: pointer; font-weight: 700; }
.faq-question::after { content: "+"; color: var(--green-700); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 20px 18px; color: var(--muted); font-size: 14px; }
.faq-item.open .faq-answer { display: block; }

.help-card { padding: 30px; border-radius: 18px; background: linear-gradient(145deg, #eef7f2, #fbfdfc); }
.help-card .feature-icon { margin-bottom: 16px; }
.help-card p { color: var(--muted); }

.pricing-faq { padding: 26px 0 56px; background: #fff; }
.pricing-faq .faq-layout { grid-template-columns: 1.7fr 1fr; gap: 34px; max-width: 1040px; }
.pricing-faq .faq-heading { margin-bottom: 10px; font-size: 25px; letter-spacing: -.025em; }
.pricing-faq .faq-list { border-radius: 10px; }
.pricing-faq .faq-question { padding: 10px 18px; font-size: 15px; line-height: 1.45; }
.pricing-faq .faq-question::after { content: "⌄"; color: var(--muted); font-size: 17px; line-height: 1; }
.pricing-faq .faq-item.open .faq-question::after { transform: rotate(180deg); }
.pricing-faq .faq-answer { padding: 0 18px 12px; font-size: 14px; }
.pricing-faq .help-card { padding: 28px 30px 24px; border-radius: 13px; }
.pricing-help-icon { width: 56px; height: 56px; margin-bottom: 8px; }
.pricing-faq .help-card h3 { margin-bottom: 4px; font-size: 20px; }
.pricing-faq .help-card p { margin-bottom: 12px; font-size: 15px; line-height: 1.5; }
.pricing-faq .help-card .button { min-height: 34px; padding: 0 19px; border-radius: 5px; font-size: 14px; }
.pricing-faq .support-email { margin: 11px 0 0; font-size: 13px; font-weight: 700; }
.pricing-faq .support-email a { text-decoration: none; }
.pricing-faq .support-email a::before { content: "✉"; display: inline-block; width: 20px; margin-right: 8px; font-size: 18px; line-height: 1; text-align: center; vertical-align: -2px; }

.contact-hero { padding-bottom: 48px; text-align: center; }
.contact-hero .lead { margin-inline: auto; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 920px; margin: 36px auto 0; text-align: left; }
.trust-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; }
.trust-icon { width: 48px; height: 48px; border-radius: 50%; font-size: 21px; }
.trust-item strong { display: block; font-size: 14px; }
.trust-item span { color: var(--muted); font-size: 12px; }

.contact-section { border-top: 1px solid var(--line); }
.contact-form { max-width: 920px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 26px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.form-field input,
.form-field select,
.form-field textarea { width: 100%; border: 1px solid #d4ddd9; border-radius: 8px; outline: 0; background: #fff; padding: 13px 15px; color: var(--ink); }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(0, 104, 69, .10); }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0; font-size: 13px; }
.contact-form .submit-wrap { text-align: center; }
.contact-form .button { min-width: 330px; }
.form-status { display: none; margin: 15px auto 0; max-width: 620px; padding: 12px 16px; border-radius: 9px; color: var(--green-900); background: var(--green-100); text-align: center; }
.form-status.show { display: block; }

.site-footer { padding: 54px 0 26px; color: #fff; background: linear-gradient(120deg, var(--green-950), #006440); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.1fr; gap: 70px; }
.footer-brand img { width: 175px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 250px; margin: 18px 0; color: rgba(255,255,255,.78); font-size: 14px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.09); text-decoration: none; font-size: 13px; font-weight: 800; }
.footer-title { margin-bottom: 16px; font-weight: 800; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.82); text-decoration: none; font-size: 14px; }
.footer-links .footer-mail-icon { display: inline-block; width: 22px; margin-right: 7px; color: #fff; font-size: 20px; line-height: 1; text-align: center; vertical-align: -2px; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.copyright { margin: 44px 0 0; color: rgba(255,255,255,.72); text-align: center; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links {
    display: none;
    position: absolute;
    top: 75px;
    left: 24px;
    right: 24px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: 18px;
  }
  .nav-links.open { display: flex; }
  .nav-links a::after { bottom: -4px; }
  .nav-actions { gap: 10px; }
  .menu-button { display: inline-grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 760px; }
  .features-hero .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .how-hero .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .product-shot { width: min(88%, 720px); margin: 0 auto; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; }
  .feature-row.reverse .feature-copy { order: initial; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .price-card { min-height: 0; }
  .benefit-row { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pricing-benefits { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px), var(--content)); }
  .nav { min-height: 72px; }
  .brand img { width: 145px; }
  .login-link { min-height: 40px; padding: 0 14px; font-size: 14px; }
  .hero { padding: 54px 0 46px; }
  .features-hero { padding: 42px 0 44px; }
  .features-hero h1 { font-size: 40px; }
  .how-hero { padding: 42px 0 38px; }
  .how-hero h1 { font-size: clamp(34px, 10vw, 40px); }
  .workflow-video { grid-template-columns: 130px 1fr; }
  .workflow-video-thumb { height: 90px; }
  .workflow-video-copy strong { font-size: 15px; }
  .workflow-video-copy b { margin-top: 10px; font-size: 13px; }
  .workflow-section .step p { min-height: 0; }
  .access-anywhere { grid-template-columns: 1fr; text-align: center; }
  .access-anywhere > img { max-width: 300px; margin-inline: auto; }
  .access-badges { justify-content: center; }
  h1 { font-size: 42px; }
  .lead { font-size: 17px; }
  .phone-shot { display: none; }
  .product-shot { width: 100%; }
  .section { padding: 58px 0; }
  .feature-copy { padding: 28px 24px; }
  .ui-panel { padding: 20px; }
  .download-banner { grid-template-columns: auto 1fr; padding: 24px; }
  .download-banner .qr { display: none; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .step { display: grid; grid-template-columns: 82px 1fr; column-gap: 18px; text-align: left; }
  .step-icon { grid-row: 1 / span 3; width: 82px; height: 82px; margin: 0; font-size: 34px; }
  .step-number { display: none; }
  .step-demo { grid-column: 1 / -1; }
  .integration-band { grid-template-columns: 1fr; text-align: center; padding: 28px; }
  .benefit-row { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .faq-layout { grid-template-columns: 1fr; }
  .pricing-benefits { grid-template-columns: 1fr; }
  .pricing-benefits .benefit { padding: 14px 18px; }
  .pricing-faq .faq-layout { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr; max-width: 420px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .contact-form .button { min-width: 0; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .copyright { margin-top: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
