:root {
  --bg: #f7f8f5;
  --surface: #ffffff;
  --surface-muted: #eef3ee;
  --ink: #111817;
  --muted: #596460;
  --quiet: #7a8581;
  --line: #d9e0dc;
  --green: #0b3f2f;
  --green-2: #14553f;
  --mint: #dbeee3;
  --amber: #f2bd68;
  --shadow: 0 22px 70px rgba(21, 31, 27, 0.12);
  --radius: 8px;
  --page-pad: 48px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(circle at 78% 12%, rgba(219, 238, 227, 0.62), transparent 28rem), var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}

body,
button,
input {
  font: inherit;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  padding: 14px var(--page-pad);
  border-bottom: 1px solid rgba(217, 224, 220, 0.78);
  background: rgba(247, 248, 245, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 760;
}

.brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--green);
}

.site-header > .button {
  justify-self: end;
}

.header-download svg {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.96rem;
  font-weight: 720;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button svg,
.hero-proof svg,
.privacy-grid svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.button-primary {
  background: linear-gradient(180deg, var(--green-2), var(--green));
  color: #fff;
  box-shadow: 0 12px 28px rgba(11, 63, 47, 0.22);
}

.button-primary:hover {
  box-shadow: 0 16px 34px rgba(11, 63, 47, 0.28);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.button-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(520px, 1.25fr);
  gap: 40px;
  align-items: center;
  min-height: calc(86vh - 72px);
  padding: 54px var(--page-pad) 34px;
  overflow: hidden;
}

.hero-copy {
  min-width: 0;
  max-width: 560px;
}

.hero-copy h1 {
  margin: 0;
  font-size: 4.4rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-lede {
  margin: 26px 0 0;
  max-width: 460px;
  font-size: 2rem;
  font-weight: 720;
  line-height: 1.12;
}

.hero-body {
  margin: 22px 0 0;
  max-width: 480px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.system-note {
  margin: 28px 0 0;
  color: var(--quiet);
  font-size: 0.9rem;
}

.hero-media {
  position: relative;
  margin: 0 -18vw 0 0;
  min-width: 0;
}

.hero-media img {
  width: min(1000px, 78vw);
  border-radius: 10px;
  filter: drop-shadow(0 28px 42px rgba(21, 31, 27, 0.2));
}

.privacy-band,
.workflow-section,
.pricing-section,
.download-section,
.site-footer {
  border-top: 1px solid var(--line);
}

.privacy-band {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  gap: 56px;
  padding: 58px var(--page-pad);
  background: rgba(255, 255, 255, 0.62);
}

.section-heading h2,
.workflow-copy h2,
.pricing-section h2,
.download-section h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.08;
}

.section-heading p,
.workflow-copy p,
.pricing-section p,
.download-section p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.privacy-grid article {
  min-width: 0;
}

.privacy-grid svg {
  width: 40px;
  height: 40px;
  color: var(--green);
  stroke-width: 1.4;
}

.privacy-grid h3 {
  margin: 18px 0 8px;
  font-size: 1.05rem;
}

.privacy-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.workflow-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(480px, 1.28fr);
  gap: 70px;
  align-items: center;
  padding: 72px var(--page-pad);
  background: var(--bg);
}

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

.check-list li {
  position: relative;
  padding-left: 32px;
  color: #23302c;
  line-height: 1.45;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 48%, var(--green) 49%, var(--green) 58%, transparent 59%);
}

.product-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.panel-titlebar {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
}

.panel-titlebar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.panel-titlebar span:nth-child(1) {
  background: #ff5f57;
}

.panel-titlebar span:nth-child(2) {
  background: #ffbd2e;
}

.panel-titlebar span:nth-child(3) {
  background: #28c840;
}

.panel-body {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 390px;
}

.panel-body aside {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  background: #f3f6f3;
  color: var(--muted);
  font-size: 0.9rem;
}

.panel-body aside strong {
  color: var(--ink);
  margin-bottom: 8px;
}

.panel-body aside span {
  padding: 8px 10px;
  border-radius: 7px;
}

.panel-body aside .selected {
  background: var(--mint);
  color: var(--green);
  font-weight: 720;
}

.panel-body section {
  padding: 26px 30px;
}

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

.meeting-row h3 {
  margin: 0;
  font-size: 1.45rem;
}

.meeting-row span {
  padding: 6px 10px;
  border-radius: 7px;
  background: #fff2d5;
  color: #855410;
  font-size: 0.82rem;
  font-weight: 720;
}

.tabs {
  display: flex;
  gap: 22px;
  margin-top: 22px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.tabs span {
  padding-bottom: 10px;
}

.tabs .active {
  border-bottom: 2px solid var(--green);
  color: var(--ink);
  font-weight: 720;
}

.panel-body h4 {
  margin: 24px 0 10px;
}

.panel-body ul {
  margin: 0;
  padding-left: 20px;
  color: #273631;
  line-height: 1.8;
}

.pricing-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
  gap: 56px;
  align-items: start;
  padding: 64px var(--page-pad);
  background: rgba(255, 255, 255, 0.72);
}

.purchase-panel {
  display: grid;
  gap: 16px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: 0 16px 42px rgba(21, 31, 27, 0.08);
}

.price {
  display: block;
  font-size: 3.1rem;
  line-height: 1;
}

.purchase-panel span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.purchase-panel label span {
  margin: 0 0 7px;
  font-size: 0.86rem;
  font-weight: 720;
  color: #26322f;
}

.purchase-panel input {
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfb;
  color: var(--ink);
}

.purchase-panel input:focus {
  outline: 3px solid rgba(20, 85, 63, 0.16);
  border-color: var(--green-2);
}

.checkout-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.checkout-status[data-state="error"] {
  color: #9b4f12;
}

.download-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 52px var(--page-pad);
  background: var(--bg);
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding: 42px var(--page-pad) 56px;
  background: #f0f3ef;
}

.site-footer p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 40px;
  align-items: start;
}

.utility-main {
  min-height: calc(100vh - 72px);
  padding: 68px var(--page-pad) 76px;
}

.utility-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 48px;
  align-items: start;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.utility-copy {
  min-width: 0;
}

.utility-copy h1 {
  margin: 0;
  max-width: 780px;
  font-size: 3.25rem;
  line-height: 1;
}

.utility-copy p {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.55;
}

.release-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.release-summary div,
.utility-side-panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(21, 31, 27, 0.06);
}

.release-summary div {
  min-width: 0;
  padding: 16px;
}

.release-summary .release-summary-wide {
  grid-column: 1 / -1;
}

.release-summary span {
  display: block;
  color: var(--quiet);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.release-summary strong {
  display: block;
  margin-top: 7px;
  color: #23302c;
  font-size: 1rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

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

.utility-status {
  min-height: 24px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.utility-status[data-state="ready"] {
  color: var(--green);
}

.utility-status[data-state="pending"] {
  color: #855410;
}

.utility-side-panel {
  min-width: 0;
  padding: 28px;
}

.utility-side-panel h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.12;
}

.utility-side-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.plain-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 20px;
  color: #273631;
  line-height: 1.45;
}

.ordered-list {
  padding-left: 22px;
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--green);
  font-weight: 720;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  :root {
    --page-pad: 28px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-section,
  .privacy-band,
  .workflow-section,
  .pricing-section,
  .utility-hero {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-copy,
  .hero-lede,
  .hero-body {
    max-width: 100%;
  }

  .hero-media {
    margin-right: -10vw;
  }

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

  .utility-main {
    padding-top: 52px;
  }
}

@media (max-width: 680px) {
  :root {
    --page-pad: 20px;
  }

  .site-header {
    display: flex;
    width: 100vw;
    max-width: 100vw;
    min-height: 64px;
    gap: 14px;
    justify-content: space-between;
    overflow: hidden;
  }

  .site-header .brand span {
    display: none;
  }

  .header-download {
    display: none;
  }

  .header-download span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .header-download svg {
    display: block;
  }

  .button {
    width: 100%;
  }

  .site-header > .button {
    width: auto;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: 2.85rem;
  }

  .hero-copy {
    width: calc(100vw - 56px);
    max-width: 360px;
  }

  .hero-lede {
    font-size: 1.45rem;
  }

  .hero-actions,
  .download-actions,
  .utility-actions {
    flex-direction: column;
  }

  .hero-proof {
    display: grid;
    gap: 14px;
  }

  .hero-media {
    width: 100%;
    max-width: 100%;
    margin: 4px 0 0;
    overflow: hidden;
  }

  .hero-media img {
    width: 780px;
    max-width: none;
    transform: translateX(-90px);
  }

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

  .panel-body {
    grid-template-columns: 1fr;
  }

  .panel-body aside {
    display: none;
  }

  .meeting-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .download-section,
  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    grid-template-columns: 1fr 1fr;
  }

  .utility-copy h1 {
    font-size: 2.55rem;
  }

  .utility-copy p {
    font-size: 1rem;
  }

  .release-summary {
    grid-template-columns: 1fr;
  }

  .utility-side-panel {
    padding: 24px;
  }
}
