@font-face {
  font-family: "Outfit Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/outfit-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Figtree Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("/fonts/figtree-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

/* Invoice Mint: Ledger Mint palette, existing Outfit/Figtree typography. */
:root {
  --mint: #0f8f78;
  --mint-bright: #0f8f78;
  --mint-surface: #e9f6f1;
  --forest: #0b3f31;
  --forest-deep: #062a20;
  --forest-soft: #10513f;
  --paper: #fafaf8;
  --surface: #fff;
  --ink: #1f2522;
  --charcoal: #202420;
  --muted: #606b64;
  --border: #e4e1da;
  --border-light: rgba(255, 255, 255, 0.16);
  --display: "Outfit Variable", system-ui, sans-serif;
  --body: "Figtree Variable", system-ui, sans-serif;
  --shell: 1200px;
  --header-h: 80px;
  --radius: 20px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
p {
  margin: 0;
  text-wrap: pretty;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
button {
  font: inherit;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 5px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  z-index: 110;
  top: 12px;
  left: 12px;
  padding: 12px 20px;
  background: var(--charcoal);
  color: #fff;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: 32px;
}
.shell-narrow {
  max-width: 748px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  transition:
    background-color 0.2s,
    transform 0.2s;
}
.btn-solid,
.btn-store {
  background: var(--charcoal);
  color: #fff;
}
.btn-solid:hover,
.btn-store:hover {
  background: #39453d;
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(1px);
}
.btn-sm {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 14px;
}
.btn-store svg {
  width: 23px;
  height: 27px;
}
.btn-store span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  font-size: 20px;
}
.btn-store small {
  font-size: 11px;
  font-weight: 400;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--border);
  text-underline-offset: 5px;
}
.text-link:hover {
  color: var(--mint);
  text-decoration-color: var(--mint);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(250, 250, 248, 0.96);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
.logo {
  flex: none;
}
.logo img {
  width: 150px;
  height: auto;
}
.header-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
}
.header-nav a {
  padding-block: 12px;
  color: var(--muted);
}
.header-nav a:hover {
  color: var(--ink);
}
.header-cta {
  flex: none;
}
.page-home .site-header:not(.is-stuck) {
  background: var(--forest);
  border-bottom-color: transparent;
}
.page-home .site-header:not(.is-stuck) .logo img {
  filter: brightness(0) invert(1);
}
.page-home .site-header:not(.is-stuck) .header-nav a {
  color: #d0e3da;
}
.page-home .site-header:not(.is-stuck) .header-nav a:hover {
  color: #fff;
}
.page-home .site-header:not(.is-stuck) .header-cta {
  background: #f4f8f5;
  color: var(--forest);
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #52635a;
  margin-bottom: 22px;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: calc(72px + 78px) 0 clamp(120px, 16vw, 200px);
  color: #fff;
  background: linear-gradient(180deg, #0b3f31 0%, #072c21 46%, #062a20 100%);
}
.hero-bg {
  position: absolute;
  inset: -18% -10% 0;
  z-index: -1;
  background:
    radial-gradient(
      48% 34% at 16% 10%,
      rgba(6, 174, 144, 0.32),
      transparent 64%
    ),
    radial-gradient(
      42% 30% at 88% 22%,
      rgba(53, 224, 179, 0.17),
      transparent 68%
    ),
    radial-gradient(
      58% 32% at 50% 62%,
      rgba(6, 174, 144, 0.16),
      transparent 72%
    );
  mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 86%);
}
.hero .shell {
  max-width: 1180px;
  padding-inline: 24px;
}
.hero .hero-inner {
  display: block;
  text-align: center;
}
.hero-title {
  margin: 0 auto;
  max-width: 15ch;
  font-size: clamp(2.9rem, 7.4vw, 5.4rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.hero-title span {
  display: block;
}
.accent {
  color: var(--mint);
}
.hero-title .accent {
  color: #35e0b3;
}
.hero-body {
  margin: 26px auto 0;
  max-width: 58ch;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}
.hero-note {
  margin-top: 20px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.5);
}
.hero-shot {
  margin-top: 68px;
}
.shot-stage {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.phone {
  position: relative;
  width: min(320px, 76vw);
  padding: 9px;
  border-radius: 46px;
  background: linear-gradient(160deg, #3c4340 0%, #141917 38%, #05100c 100%);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.14) inset,
    0 30px 70px rgba(6, 26, 20, 0.34),
    0 6px 18px rgba(6, 26, 20, 0.2);
}
.phone img {
  width: 100%;
  border-radius: 38px;
  background: #f6f6f6;
}
.hero-shot .phone {
  width: min(370px, 82vw);
}
.hero-shot .bloom {
  display: block;
  position: absolute;
  z-index: -1;
  inset: 6% -18% 4%;
  border-radius: 50%;
  background:
    radial-gradient(
      50% 50% at 30% 30%,
      rgba(6, 174, 144, 0.5),
      transparent 70%
    ),
    radial-gradient(
      56% 56% at 72% 62%,
      rgba(53, 224, 179, 0.42),
      transparent 72%
    ),
    radial-gradient(60% 60% at 50% 88%, rgba(11, 63, 49, 0.2), transparent 74%);
  filter: blur(62px);
  opacity: 0.8;
}
.bloom {
  display: none;
}
.trades {
  padding: clamp(72px, 9vw, 104px) 0 clamp(64px, 8vw, 92px);
  font-family: var(--body);
}
.trades .shell {
  max-width: 1180px;
  padding-inline: 24px;
}
.trades .trades-head {
  max-width: 880px;
  margin: 0 auto 44px;
  text-align: center;
}
.trades .trades-head h2 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.038em;
}
.trades .section-body {
  margin: 16px auto 0;
  max-width: 60ch;
  font-size: 1.04rem;
  line-height: 1.7;
  color: #6f756f;
}
.trades-list {
  --reveal-stagger: 20ms;
  --reveal-duration: 450ms;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 32px;
  list-style: none;
}
.trades-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 4px;
  font-size: 15.5px;
  font-weight: 500;
  color: #39413c;
}
.trade-icon {
  flex: none;
  color: #06ae90;
  stroke-width: 1.9;
}
.section-head {
  max-width: 600px;
  margin-bottom: 36px;
}
.section-head h2 {
  font-size: clamp(2rem, 3.3vw, 2.85rem);
}
.section-body {
  margin-top: 18px;
  color: var(--muted);
  max-width: 53ch;
}
.how {
  padding: 88px 0 58px;
}
.workflow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.workflow-tabs {
  display: grid;
  gap: 10px;
}
.workflow-step {
  display: flex;
  gap: 20px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 24px;
  text-align: left;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}
.workflow-step:hover {
  background: #f0f3ef;
}
.workflow-step[aria-pressed="true"] {
  border-color: #d3e5d9;
  background: #eef3ed;
}
.step-index {
  color: var(--mint);
  font-size: 13px;
  padding-top: 4px;
  font-variant-numeric: tabular-nums;
}
.workflow-step strong {
  display: block;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.workflow-step strong + span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
}
.workflow-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
  margin: 22px 24px 0;
}
.workflow-note .icon {
  flex: none;
  color: var(--mint);
}
.workflow-screens {
  display: grid;
  gap: 32px;
  border-radius: 24px;
  padding: 28px;
}
.workflow-screen {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 490px;
}
.workflow-screen img {
  --workflow-shadow: drop-shadow(0 10px 18px #263f3018);
  width: auto;
  max-height: 452px;
  max-width: 100%;
  object-fit: contain;
  filter: var(--workflow-shadow);
}
.workflow-screens.is-interactive .workflow-screen:not([hidden]) img {
  animation: workflow-enter 360ms var(--ease) both;
}
@keyframes workflow-enter {
  from {
    opacity: 0;
    filter: blur(4px) var(--workflow-shadow);
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    filter: blur(0px) var(--workflow-shadow);
    transform: translateY(0);
  }
}
.features {
  padding: 0 0 30px;
}
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
  padding: 54px 0;
}
.feature-reverse .feature-copy {
  order: 2;
}
.feature-copy h3 {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  max-width: 17ch;
}
.feature-body {
  color: var(--muted);
  margin-top: 22px;
  font-size: 17px;
}
.ticks {
  display: grid;
  gap: 13px;
  list-style: none;
  margin-top: 24px;
}
.ticks li {
  display: flex;
  gap: 12px;
  font-size: 14px;
}
.ticks .icon {
  color: var(--mint);
  flex: none;
  margin-top: 3px;
}
.feature-media {
  border-radius: 24px;
  padding: 38px;
}
.shot-figure {
  margin: 0;
}
.shot {
  width: min(100%, 340px);
  filter: drop-shadow(0 14px 22px #263f3020);
}
.capabilities {
  padding: 40px 0 80px;
}
.capabilities-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 64px;
}
.capabilities .section-head h2 {
  font-size: 30px;
}
.cap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  list-style: none;
}
.cap-card {
  display: flex;
  gap: 14px;
}
.cap-icon {
  color: var(--mint);
  flex: none;
  padding-top: 3px;
}
.cap-card h3 {
  font-size: 18px;
}
.cap-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin-top: 8px;
}
.pricing {
  padding: 64px 0;
  background: #eef3ed;
  border-block: 1px solid #dfe6dc;
}
.pricing-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.pricing .section-head {
  margin: 0;
}
.plan-details {
  display: grid;
  gap: 24px;
}
.plan-details article + article {
  border-top: 1px solid #d5ded3;
  padding-top: 24px;
}
.plan-label {
  font-size: 12px;
  color: #496352;
  font-weight: 600;
}
.plan-details h3 {
  font-size: 24px;
  margin: 8px 0 12px;
}
.plan-details p {
  font-size: 15px;
  color: var(--muted);
}
.availability-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 20px;
}
.guides {
  padding: 80px 0 40px;
}
.guides-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.guides-heading h2 {
  font-size: 30px;
}
.faq {
  padding: 56px 0 80px;
}
.faq-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 80px;
}
.faq-list {
  border-top: 1px solid var(--border);
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item[data-animating] {
  overflow: hidden;
}
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
  line-height: 1.5;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary:hover {
  color: var(--mint);
}
.faq-chevron {
  flex: none;
  color: var(--muted);
  transition: transform 280ms var(--ease);
}
.faq-item[open] summary:not([aria-expanded]) .faq-chevron,
.faq-item summary[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
}
.faq-answer {
  padding: 0 26px 22px 0;
  color: var(--muted);
  font-size: 15px;
}
.cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100% - 48px, 1180px);
  margin: clamp(16px, 3vw, 40px) auto clamp(72px, 9vw, 110px);
  padding: clamp(80px, 11vw, 132px) 0;
  border-radius: clamp(28px, 3.4vw, 44px);
  background: var(--forest-deep);
  color: #fff;
  text-align: center;
}
.cta-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      44% 58% at 18% 12%,
      rgba(6, 174, 144, 0.4),
      transparent 64%
    ),
    radial-gradient(
      40% 56% at 84% 82%,
      rgba(53, 224, 179, 0.26),
      transparent 68%
    ),
    linear-gradient(160deg, #0b3f31, #062a20 70%);
}
.cta .cta-inner {
  display: block;
}
.cta-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.cta-title span {
  display: block;
}
.cta-title .accent {
  color: #35e0b3;
}
.cta-body {
  margin: 22px auto 0;
  max-width: 52ch;
  font-size: 1.06rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.74);
}
.cta-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.site-footer {
  padding: 0 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
}
.footer-brand {
  max-width: 32ch;
}
.footer-logo {
  width: 150px;
  height: auto;
}
.footer-brand p {
  color: var(--muted);
  font-size: 13px;
  margin: 18px 0 22px;
}
.footer-brand .btn {
  font-size: 12px;
  min-height: 44px;
}
.footer-col h2 {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}
.footer-col ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin-top: 18px;
}
.footer-col a {
  color: var(--muted);
  font-size: 13px;
}
.footer-col a:hover {
  color: var(--mint);
}
.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  border-top: 1px solid var(--border);
  padding-top: 22px;
  color: var(--muted);
  font-size: 12px;
}
/* --------------------------------------------------------- blog: shared */

.page-hero,
.post-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: calc(var(--header-h) + 76px) 0 0;
  background: var(--forest-deep);
  color: #fff;
}
.page-hero {
  padding-bottom: clamp(132px, 15vw, 205px);
}
.page-hero .page-hero-bg {
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 58%,
    transparent 88%
  );
  mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 88%);
}
.page-hero-bg {
  position: absolute;
  inset: -10% -10% 0;
  z-index: -1;
  background:
    radial-gradient(48% 46% at 14% 6%, rgba(6, 174, 144, 0.4), transparent 64%),
    radial-gradient(
      44% 44% at 86% 26%,
      rgba(53, 224, 179, 0.22),
      transparent 68%
    ),
    linear-gradient(180deg, #0b3f31, #062a20 72%);
}
.page-hero-title {
  margin-top: 20px;
  max-width: 18ch;
  font-size: clamp(2.35rem, 5.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.042em;
}
.page-hero-body {
  margin-top: 22px;
  max-width: 56ch;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.72);
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  color: var(--muted);
}
.post-meta-light {
  color: rgba(255, 255, 255, 0.6);
}

/* ----------------------------------------------------- blog: index */

.post-list {
  padding: 80px 0 24px;
}

.post-card {
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid transparent;
  overflow: hidden;
  transition:
    transform 340ms var(--ease),
    box-shadow 340ms var(--ease),
    border-color 340ms var(--ease);
}
.post-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 174, 144, 0.3);
  box-shadow: 0 22px 54px rgba(31, 37, 34, 0.1);
}
.post-card > a {
  display: block;
  height: 100%;
}

.post-card-media {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: end center;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #f1efea;
}
.post-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-copy {
  padding: 30px 30px 34px;
}
.post-card-copy h2 {
  margin-top: 16px;
  font-size: 1.42rem;
  letter-spacing: -0.03em;
}
.post-card-copy > p {
  margin-top: 12px;
  font-size: 15.4px;
  line-height: 1.66;
  color: var(--muted);
}
.post-more {
  display: inline-block;
  margin-top: 20px;
  font-size: 14.5px;
  font-weight: 600;
  color: #0a7a63;
}
.post-more::after {
  content: " →";
}

.post-card-featured > a {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
}
.post-card-featured .post-card-media {
  aspect-ratio: auto;
  min-height: 360px;
}
.post-card-featured .post-card-copy {
  align-self: center;
  padding: 44px 46px;
}
.post-card-featured .post-card-copy h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
}
.post-card-featured .post-card-copy > p {
  font-size: 1.02rem;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 22px;
}

/* ----------------------------------------------------- blog: article */

.crumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
}
.crumbs a {
  transition: color 200ms var(--ease);
}
.crumbs a:hover {
  color: var(--mint-bright);
}

.post-hero {
  padding-bottom: 0;
}
.post-hero .post-meta {
  margin-bottom: 4px;
}
.post-date {
  margin-top: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.post-hero-media {
  margin-top: 56px;
}
.post-hero-figure {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: end center;
  aspect-ratio: 16 / 11;
  border-radius: 28px 28px 0 0;
  background: #f1efea;
  overflow: hidden;
}
.post-hero-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prose {
  padding: 72px 0 8px;
}
.prose h2 {
  margin: 52px 0 0;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  letter-spacing: -0.034em;
}
.prose h3 {
  margin: 36px 0 0;
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: -0.026em;
}
.prose p {
  margin-top: 18px;
  font-size: 1.08rem;
  line-height: 1.78;
  color: #3f4643;
}
.prose ul,
.prose ol {
  margin-top: 20px;
  padding-left: 26px;
  display: grid;
  gap: 12px;
}
.prose li {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3f4643;
}
.prose ul li::marker {
  color: var(--mint);
}
.prose ol li::marker {
  color: var(--mint);
  font-weight: 600;
}

.callout {
  margin-top: 30px;
  padding: 24px 26px;
  border-radius: 18px;
  border-left: 3px solid var(--mint);
  background: linear-gradient(120deg, #eef8f4, #f7fcfa);
}
.callout p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #23443b;
}

/* Quotes are copy-ready wording (message templates, invoice lines). */
.prose blockquote {
  margin: 20px 0 0;
  padding: 18px 22px;
  border: 1px solid var(--border);
  border-radius: 16px 16px 16px 4px;
  background: var(--surface);
}
.prose blockquote p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.68;
  color: var(--ink);
}

.post-cta {
  margin-top: 72px;
  padding: 44px 40px 46px;
  border-radius: 26px;
  background: linear-gradient(160deg, #0b3f31, #062a20);
  color: #fff;
  text-align: center;
}
.post-cta h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.035em;
}
.post-cta p {
  margin: 16px auto 28px;
  max-width: 48ch;
  font-size: 1rem;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.72);
}

.post-related {
  margin: 76px 0 96px;
}
.post-related h2 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}
.post-related ul {
  margin-top: 22px;
  list-style: none;
  display: grid;
  gap: 14px;
}
.post-related a {
  display: grid;
  gap: 8px;
  padding: 26px 28px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: var(--surface);
  transition:
    transform 300ms var(--ease),
    border-color 300ms var(--ease),
    box-shadow 300ms var(--ease);
}
.post-related a:hover {
  transform: translateY(-2px);
  border-color: rgba(6, 174, 144, 0.3);
  box-shadow: 0 16px 36px rgba(31, 37, 34, 0.08);
}
.post-related strong {
  font-family: var(--display);
  font-size: 1.16rem;
  font-weight: 600;
  letter-spacing: -0.026em;
}
.post-related a > span:last-child {
  font-size: 14.8px;
  line-height: 1.6;
  color: var(--muted);
}

/* Responsive layouts keep the product and primary action in view. */
@media (max-width: 1050px) {
  .hero-inner {
    gap: 12px;
  }
  .hero-title {
    font-size: 56px;
  }
  .hero-document {
    width: 220px;
    left: -8px;
  }
  .phone {
    width: 228px;
  }
  .hero-product-stage {
    min-height: 545px;
    padding-right: 0;
  }
  .workflow,
  .feature,
  .pricing-inner {
    gap: 40px;
  }
  .header-nav {
    gap: 18px;
  }
  .header-inner {
    gap: 22px;
  }
  .hero-actions {
    gap: 10px 18px;
  }
}
@media (max-width: 800px) {
  :root {
    --header-h: 68px;
  }
  .shell {
    padding-inline: 24px;
  }
  .header-nav {
    display: none;
  }
  .header-inner {
    justify-content: space-between;
  }
  .logo img {
    width: 135px;
  }
  .hero {
    padding-top: 40px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .hero-copy {
    max-width: 600px;
  }
  .hero-title {
    max-width: 14ch;
    font-size: clamp(43px, 7.8vw, 62px);
  }
  .hero-body {
    max-width: 45ch;
    font-size: 17px;
  }
  .hero-shot {
    width: min(100%, 460px);
    justify-self: center;
  }
  .hero-product-stage {
    min-height: 530px;
    padding-right: 34px;
  }
  .phone {
    width: 228px;
  }
  .hero-document {
    width: 235px;
    left: 5px;
  }
  .workflow,
  .feature,
  .capabilities-inner,
  .pricing-inner,
  .faq-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .feature-reverse .feature-copy {
    order: 0;
  }
  .feature-copy h3 {
    max-width: 23ch;
  }
  .feature {
    padding: 36px 0;
  }
  .feature-media {
    padding: 32px;
  }
  .feature-body {
    max-width: 58ch;
  }
  .how {
    padding: 56px 0 24px;
  }
  .workflow-step {
    padding: 18px;
  }
  .workflow-note {
    margin-left: 18px;
  }
  .workflow-screens {
    padding: 24px;
  }
  .workflow-screen {
    height: 460px;
  }
  .capabilities {
    padding: 30px 0 56px;
  }
  .capabilities .section-head {
    margin-bottom: 0;
  }
  .pricing {
    padding: 48px 0;
  }
  .plan-details {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .plan-details article + article {
    border-top: 0;
    padding-top: 0;
  }
  .guides {
    padding: 54px 0 24px;
  }
  .faq {
    padding: 32px 0 48px;
  }
  .faq .section-head {
    margin-bottom: 0;
  }
  .cta {
    margin-bottom: 50px;
    padding: 48px 0;
  }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 20px;
  }
  .footer-brand {
    grid-column: 1/-1;
    max-width: 42ch;
  }
  .footer-base {
    flex-direction: column;
    gap: 4px;
  }
  .post-card-featured > a,
  .post-grid {
    grid-template-columns: 1fr;
  }
  .post-card-featured .post-card-copy {
    padding: 28px;
  }
}
@media (max-width: 420px) {
  .shell {
    padding-inline: 20px;
  }
  .header-inner {
    gap: 12px;
  }
  .header-cta {
    padding: 10px 12px;
    font-size: 12px;
    gap: 8px;
  }
  .hero {
    padding-top: 32px;
  }
  .hero-title {
    font-size: 43px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .hero-note {
    font-size: 12px;
  }
  .hero-assurance {
    font-size: 12px;
    margin-top: 18px;
  }
  .hero-product-stage {
    min-height: 490px;
    padding-right: 3px;
  }
  .phone {
    width: 210px;
    border-radius: 32px;
  }
  .phone img {
    border-radius: 25px;
  }
  .hero-document {
    width: 200px;
    left: 5px;
    top: 118px;
  }
  .workflow-step {
    padding: 16px 12px;
    gap: 12px;
  }
  .workflow-step strong {
    font-size: 20px;
  }
  .workflow-step strong + span {
    font-size: 14px;
  }
  .workflow-screens {
    padding: 18px;
  }
  .workflow-screen {
    height: 410px;
  }
  .workflow-screen img {
    max-height: 375px;
  }
  .cap-grid,
  .plan-details {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .plan-details article + article {
    padding-top: 22px;
    border-top: 1px solid #d5ded3;
  }
  .guides-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .guides-heading h2 {
    font-size: 27px;
  }
  .feature-media {
    padding: 24px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
/* Staggered blur-to-sharp entrances, activated only by the reveal observer. */
.hero-shot,
.feature-media,
.workflow-screens {
  --reveal-blur: 4px;
  --reveal-distance: 12px;
}
.reveal-ready {
  opacity: 0;
  filter: blur(var(--reveal-blur, 8px));
  transform: translateY(var(--reveal-distance, 18px));
}
.reveal-ready.is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: none;
  transition:
    opacity var(--reveal-duration, 800ms) var(--ease),
    filter var(--reveal-duration, 800ms) var(--ease),
    transform var(--reveal-duration, 800ms) var(--ease);
  transition-delay: calc(var(--reveal-delay, 0) * var(--reveal-stagger, 80ms));
}
@media print {
  [data-reveal] {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  [data-reveal],
  [data-parallax] {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Original hero, navigation and closing-card controls. */
.page-home .site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 72px;
  background: transparent;
  border-bottom-color: transparent;
}
.page-home .site-header:not(.is-stuck) {
  background: transparent;
}
.page-home .site-header.is-stuck {
  background: rgba(247, 247, 244, 0.82);
  backdrop-filter: saturate(160%) blur(16px);
  border-bottom-color: var(--border);
}
.page-home .header-inner {
  max-width: 1180px;
  padding-inline: 24px;
  gap: 32px;
}
.page-home .logo img {
  width: auto;
  height: 26px;
}
.page-home .header-nav {
  gap: 28px;
  font-size: 15px;
}
.page-home .header-cta {
  border-radius: 999px;
  min-height: 42px;
  padding: 10px 18px;
  font-size: 14px;
}
.hero .btn,
.cta .btn {
  min-height: 52px;
  padding: 0 24px;
  gap: 10px;
  border-radius: 999px;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.hero .btn-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}
.hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}
.btn.btn-store {
  min-height: 52px;
  padding: 0 24px;
  gap: 10px;
  border-radius: 999px;
  background: #101311;
  color: #fff;
  box-shadow: 0 10px 28px rgba(6, 20, 15, 0.3);
}
.btn-store:hover {
  background: #000;
  box-shadow: 0 14px 34px rgba(6, 20, 15, 0.38);
}
.btn-store svg {
  width: 22px;
  height: 26px;
  flex: none;
  margin-top: -2px;
}
.btn-store span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.btn-store small {
  font-family: var(--body);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.72;
}
@media (max-width: 1050px) {
  .hero-title {
    font-size: clamp(2.9rem, 7.4vw, 5.4rem);
  }
}
@media (max-width: 800px) {
  .hero {
    padding-top: calc(72px + 52px);
  }
  .hero-title {
    max-width: 15ch;
  }
  .hero-shot {
    width: auto;
    margin-top: 68px;
  }
  .hero-body {
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    max-width: 58ch;
  }
  .phone {
    border-radius: 46px;
  }
  .phone img {
    border-radius: 38px;
  }
  .cta {
    padding: clamp(80px, 11vw, 132px) 0;
    margin-bottom: 72px;
  }
}
@media (max-width: 680px) {
  .hero-title {
    max-width: none;
    font-size: clamp(2.5rem, 10.5vw, 3.2rem);
  }
  .hero .shell {
    padding-inline: 20px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .hero-note {
    font-size: 13.5px;
  }
  .page-home .header-inner {
    padding-inline: 20px;
    gap: 16px;
  }
}

@media (max-width: 1020px) {
  .trades-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .trades .shell {
    padding-inline: 20px;
  }
  .trades-list {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------ SEO/GEO + conversion */


.pricing-actions {
  margin-top: 28px;
}
.pricing .btn-store {
  box-shadow: 0 10px 24px rgba(6, 20, 15, 0.16);
}


/* Guides: real cards on the home page and the guides index. */
.guides {
  padding: clamp(48px, 6vw, 72px) 0 clamp(40px, 5vw, 64px);
}
.guides-heading {
  align-items: flex-end;
  margin-bottom: 32px;
}
.guides-heading h2 {
  font-size: clamp(2rem, 3.3vw, 2.85rem);
}
.guides-heading .section-body {
  margin-top: 14px;
}
.post-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}
.post-grid-3 .post-card-copy {
  padding: 24px 24px 28px;
}
.post-grid-3 .post-card-copy h2,
.post-grid-3 .post-card-copy h3 {
  margin-top: 12px;
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: -0.028em;
}
.post-grid-3 .post-card-copy > p {
  font-size: 14.6px;
}
.post-card {
  border-color: #ece9e2;
}
.post-meta span[aria-hidden] {
  opacity: 0.5;
}
.post-card .post-meta span:first-child {
  color: #0a7a63;
  font-weight: 600;
}

/* Article furniture. */
.summary {
  margin-top: 64px;
  padding: 28px 30px 30px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid #dfe9e3;
  box-shadow: 0 1px 0 rgba(31, 37, 34, 0.02);
}
.summary h2 {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0a7a63;
}
.summary p {
  margin-top: 12px;
  font-size: 1.1rem;
  line-height: 1.72;
  color: var(--ink);
}
.toc {
  margin-top: 28px;
  padding: 4px 0 0 22px;
  border-left: 2px solid var(--border);
}
.toc-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}
.toc ol {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 15px;
}
.toc li::marker {
  color: var(--muted);
  font-size: 13px;
}
.toc a {
  color: #2d3531;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 0.2s, text-decoration-color 0.2s;
}
.toc a:hover {
  color: #0a7a63;
  text-decoration-color: currentColor;
}
.summary + .prose,
.toc + .prose {
  padding-top: 24px;
}
.prose h2 {
  scroll-margin-top: 100px;
}
.prose a {
  color: #0a7a63;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.table-wrap {
  margin-top: 26px;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
}
.table-wrap table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}
.table-wrap caption {
  padding: 14px 18px 0;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}
.table-wrap th,
.table-wrap td {
  padding: 13px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #efece6;
}
.table-wrap thead th {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0a7a63;
}
.table-wrap tbody th {
  font-weight: 600;
  color: var(--ink);
}
.table-wrap td {
  color: #3f4643;
}
.table-wrap tbody tr:last-child > * {
  border-bottom: 0;
}

.inline-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 48px 0 8px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(120deg, #eef8f4, #f7fcfa);
  border: 1px solid #d6ebe2;
}
.inline-cta img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}
.inline-cta p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
}
.prose .inline-cta p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
}
.prose .inline-cta .inline-cta-title,
.inline-cta-title {
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.inline-cta .btn-store {
  min-height: 46px;
  padding: 0 18px;
}
.inline-cta .btn-store span {
  font-size: 16px;
}

.post-faq {
  margin-top: 64px;
}
.post-faq h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  letter-spacing: -0.034em;
}
.post-faq .faq-answer p {
  font-size: 15.5px;
  line-height: 1.7;
}
.post-cta {
  margin-top: 56px;
}

/* Mobile install bar. */
.mobile-cta {
  display: none;
}
@media (max-width: 800px) {
  .mobile-cta {
    position: fixed;
    z-index: 90;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 10px 10px 12px;
    border-radius: 18px;
    background: rgba(16, 19, 17, 0.94);
    backdrop-filter: saturate(160%) blur(14px);
    color: #fff;
    box-shadow: 0 16px 40px rgba(6, 20, 15, 0.3);
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    visibility: hidden;
    transition:
      transform 360ms var(--ease),
      opacity 360ms var(--ease),
      visibility 0s linear 360ms;
  }
  .mobile-cta.is-visible {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition:
      transform 360ms var(--ease),
      opacity 360ms var(--ease);
  }
  .mobile-cta img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    flex: none;
  }
  .mobile-cta p {
    display: grid;
    flex: 1;
    min-width: 0;
    font-size: 12.5px;
    line-height: 1.35;
  }
  .mobile-cta strong {
    font-family: var(--display);
    font-size: 15px;
    font-weight: 600;
  }
  .mobile-cta span {
    color: rgba(255, 255, 255, 0.64);
  }
  .mobile-cta .btn {
    flex: none;
    min-height: 40px;
    border-radius: 999px;
    background: #35e0b3;
    color: #062a20;
  }

  .guides-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .post-grid-3 {
    grid-template-columns: 1fr;
  }
  .post-grid-3 .post-card-media {
    aspect-ratio: 16 / 9;
  }
  .inline-cta {
    grid-template-columns: auto 1fr;
  }
  .inline-cta .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}
@media (min-width: 801px) and (max-width: 1050px) {
  .post-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .summary {
    margin-top: 44px;
    padding: 22px 20px 24px;
  }
  .summary p {
    font-size: 1.02rem;
  }
}

/* --------------------------------------------------- hero: ambient motion */

/* Everything here is decorative and compositor-only (transform, opacity):
   slow drifting light, a faint ledger grid, and the invoice's status history
   floating around the phone. prefers-reduced-motion stops all of it. */
.hero-motion {
  position: absolute;
  inset: 0 0 -10%;
  z-index: -1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 90%);
  mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 90%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(ellipse 62% 52% at 50% 34%, #000 10%, transparent 78%);
  mask-image: radial-gradient(ellipse 62% 52% at 50% 34%, #000 10%, transparent 78%);
}
.hero-grid::before {
  content: "";
  position: absolute;
  inset: -64px 0 0;
  background-image:
    linear-gradient(rgba(214, 255, 240, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 255, 240, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  background-position: center top;
  animation: hero-grid-drift 16s linear infinite;
  will-change: transform;
}
@keyframes hero-grid-drift {
  to {
    transform: translate3d(0, 64px, 0);
  }
}
.hero-aurora span {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
  will-change: transform;
}
.hero-aurora span:nth-child(1) {
  top: -24%;
  left: -12%;
  width: 62vmax;
  height: 44vmax;
  background: radial-gradient(closest-side, rgba(6, 174, 144, 0.34), transparent);
  animation: aurora-a 26s ease-in-out infinite alternate;
}
.hero-aurora span:nth-child(2) {
  top: 2%;
  right: -18%;
  width: 54vmax;
  height: 40vmax;
  background: radial-gradient(closest-side, rgba(53, 224, 179, 0.2), transparent);
  animation: aurora-b 32s ease-in-out infinite alternate;
}
.hero-aurora span:nth-child(3) {
  top: 34%;
  left: 18%;
  width: 64vmax;
  height: 34vmax;
  background: radial-gradient(closest-side, rgba(20, 150, 118, 0.22), transparent);
  animation: aurora-c 38s ease-in-out infinite alternate;
}
@keyframes aurora-a {
  to {
    transform: translate3d(14vw, 8vh, 0) scale(1.12);
  }
}
@keyframes aurora-b {
  to {
    transform: translate3d(-16vw, 12vh, 0) scale(0.9);
  }
}
@keyframes aurora-c {
  to {
    transform: translate3d(10vw, -10vh, 0) scale(1.15) rotate(8deg);
  }
}

.hero-chips {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
.hero-chip {
  position: absolute;
}
.hero-chip-1 {
  top: 22%;
  right: calc(50% + 158px);
}
.hero-chip-2 {
  top: 45%;
  left: calc(50% + 150px);
}
.hero-chip-3 {
  top: 70%;
  right: calc(50% + 140px);
}
.hero-chip-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 18px 11px 11px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: saturate(160%) blur(12px);
  box-shadow:
    0 18px 40px rgba(2, 20, 14, 0.32),
    0 2px 6px rgba(2, 20, 14, 0.14);
  color: var(--ink);
  text-align: left;
  white-space: nowrap;
  animation:
    hero-chip-in 800ms var(--ease) both,
    hero-chip-float 10s ease-in-out infinite;
  animation-delay: var(--chip-in, 0.9s), var(--chip-float, 1.7s);
}
.hero-chip-2 .hero-chip-card {
  --chip-in: 1.35s;
  --chip-float: 2.6s;
  animation-duration: 800ms, 12s;
}
.hero-chip-3 .hero-chip-card {
  --chip-in: 1.8s;
  --chip-float: 3.4s;
  animation-duration: 800ms, 9s;
}
.hero-chip-icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--mint-surface);
  color: var(--mint);
}
.hero-chip-3 .hero-chip-icon {
  background: var(--mint);
  color: #fff;
}
.hero-chip strong {
  display: block;
  font-family: var(--display);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.hero-chip small {
  display: block;
  margin-top: 1px;
  font-size: 12.5px;
  line-height: 1.3;
  /* Darker than --muted: the translucent card sits over dark green. */
  color: #2f3833;
}
@keyframes hero-chip-in {
  from {
    opacity: 0;
    scale: 0.9;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
}
@keyframes hero-chip-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}
@media (max-width: 680px) {
  .hero-chip-card {
    gap: 9px;
    padding: 8px 12px 8px 8px;
    border-radius: 13px;
  }
  .hero-chip-icon {
    width: 28px;
    height: 28px;
    border-radius: 9px;
  }
  .hero-chip-icon svg {
    width: 15px;
    height: 15px;
  }
  .hero-chip strong {
    font-size: 13px;
  }
  .hero-chip small {
    font-size: 11px;
  }
  .hero-chip-1 {
    top: 19%;
    right: auto;
    left: -14px;
  }
  .hero-chip-2 {
    top: 47%;
    left: auto;
    right: -14px;
  }
  .hero-chip-3 {
    top: 74%;
    right: auto;
    left: -10px;
  }
}

/* ------------------------------------------ legal: privacy, terms, support */

.legal-hero {
  padding-bottom: clamp(88px, 11vw, 136px);
}
.legal-body {
  padding-bottom: clamp(72px, 9vw, 112px);
}
.legal-body > .toc,
.legal-body > .support-card {
  margin-top: 56px;
}
.legal-prose {
  padding-top: 8px;
}
.legal-prose section + section h2 {
  margin-top: 48px;
}
.legal-prose h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
}
.legal-prose p {
  font-size: 1.02rem;
  line-height: 1.75;
}
.legal-prose strong {
  color: var(--ink);
  font-weight: 600;
}
.legal-contact {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 15px;
  color: var(--muted);
}
.legal-contact a,
.support-card a:not(.btn) {
  color: #0a7a63;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.support-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(120deg, #eef8f4, #f7fcfa);
}
.support-card-icon {
  display: grid;
  color: var(--mint);
}
.support-card p {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
}
.support-card .support-card-title {
  margin-bottom: 2px;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.support-card .btn {
  border-radius: 999px;
}
@media (max-width: 560px) {
  .support-card {
    grid-template-columns: auto 1fr;
  }
  .support-card .btn {
    grid-column: 1 / -1;
  }
}
