
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("assets/fonts/figtree-latin-var.woff2") format("woff2");
}
@font-face {
  font-family: "Funnel Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("assets/fonts/funnel-sans-latin-var.woff2") format("woff2");
}
:root {
  --teal: #19756A;          
  --navy: #0C1E33;          
  --mint: #75ACA6;          
  --accent-2: #D2F1F9;      
  --accent-orange: #CC4A09; 
  --bg: #FFFFFF;
  --bg-light: #EAEFEF;
  --ink: #1D242C;           
  --muted: #444B55;         
  --line: #D8E0E0;          
  --ph-line: #B9C6C6;       
  --teal-ink: #19756A;
  --teal-tint: rgba(25, 117, 106, 0.10);
  --mint-tint: rgba(117, 172, 166, 0.14);
  --error: #C0392B;
  --error-tint: rgba(192, 57, 43, 0.12);
  --font-display: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
  --font-body: "Funnel Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
  --font-sans: var(--font-display);
  --fs-xs: 0.75rem;
  --fs-sm: 0.8125rem;
  --fs-md: 0.875rem;
  --fs-ui: 0.95rem;
  --fs-base: 1rem;
  --fs-body: 1.0625rem;     
  --fs-h4: 1.1rem;
  --fs-h3: 1.22rem;
  --fs-h3-lg: 1.45rem;
  --fs-h2-sm: 1.6rem;
  --fs-h2: clamp(1.7rem, 3.4vw, 2.25rem);
  --fs-title: clamp(1.9rem, 3.6vw, 2.6rem); 
  --fs-display: clamp(2.2rem, 5vw, 3.25rem);
  --lh-body: 1.6;
  --container: 1200px;
  --pad-band-sm: 40px;                    
  --pad-band-md: 56px;                    
  --pad-band-lg: clamp(64px, 9vw, 96px);  
  --section-pad: var(--pad-band-lg);
  --pad-card-sm: 22px;
  --pad-card-md: 28px;
  --pad-card-lg: 32px;
  --radius: 8px;
  --radius-lg: 14px;      
  --radius-pill: 99px;
  --shadow-xs: 0 1px 2px rgba(22, 38, 58, 0.04), 0 2px 8px rgba(22, 38, 58, 0.05);
  --shadow-sm: 0 6px 24px rgba(22, 38, 58, 0.08);
  --shadow-lg: 0 20px 50px rgba(22, 38, 58, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  letter-spacing: -0.01em;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  margin: 0 0 0.5em;
  font-family: var(--font-display);
  color: var(--navy);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
}
h1 { font-size: var(--fs-display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
img, svg { max-width: 100%; vertical-align: middle; }
a { color: var(--teal-ink); }
a:hover { text-decoration-color: var(--mint); }
::selection { background: var(--mint); color: var(--navy); }
[id] { scroll-margin-top: 96px; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }
.cta-band :focus-visible,
.stat-band :focus-visible,
.section--navy :focus-visible,
.mega-footer :focus-visible { outline-color: var(--mint); }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap;
}
.skip-link {
  position: absolute; left: -999px; top: 8px; z-index: 100;
  background: var(--navy); color: #fff; text-decoration: none;
  padding: 10px 18px; border-radius: var(--radius); font-weight: 600;
}
.skip-link:focus { left: 8px; }
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 32px);
}
.container--narrow { max-width: 840px; }
.section { padding-block: var(--section-pad); }
.section--tight { padding-block: var(--pad-band-sm); }
.section--light { background: var(--bg-light); }
.section--navy { background: var(--navy); }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy p { color: rgba(255, 255, 255, 0.78); }
.section:not(.section--navy) { position: relative; isolation: isolate; }
.section:not(.section--navy)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(64% 58% at 94% 6%, rgba(46, 139, 139, 0.10), rgba(46, 139, 139, 0) 70%);
}
.section:not(.section--navy):nth-of-type(even)::before {
  background: radial-gradient(64% 58% at 6% 94%, rgba(91, 197, 188, 0.12), rgba(91, 197, 188, 0) 70%);
}
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head--left { margin-left: 0; text-align: left; }
.section-head__sub { color: var(--muted); font-size: var(--fs-h4); }
.eyebrow {
  display: block;
  margin: 0 0 12px;
  color: var(--teal-ink);
  font-size: var(--fs-sm);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow--mint { color: var(--mint); }
.lead { font-size: var(--fs-h3); font-weight: 400; color: var(--muted); line-height: 1.65; }  
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border: 1.5px solid transparent;
  border-radius: var(--radius);
  font: 600 var(--fs-base)/1.2 var(--font-sans);
  text-decoration: none;
  white-space: nowrap; 
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease,
              box-shadow 0.18s ease, transform 0.12s ease;
}
.btn--sm { padding: 9px 18px; font-size: var(--fs-ui); }
.btn--primary {
  background: var(--teal-ink);
  color: #fff;
  box-shadow: 0 4px 12px rgba(22, 38, 58, 0.16), 0 2px 4px rgba(22, 38, 58, 0.10);
}
.btn--primary:hover {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 22px rgba(22, 38, 58, 0.26);
  transform: translateY(-1px);
}
.btn--ghost { border-color: var(--teal-ink); color: var(--teal-ink); background: transparent; }
.btn--ghost:hover { background: var(--mint-tint); border-color: var(--mint); }
.btn--ghost-light { border-color: rgba(255, 255, 255, 0.65); color: #fff; }
.btn--ghost-light:hover { background: var(--mint); border-color: var(--mint); color: var(--navy); }
.btn--primary:active { background: var(--navy); box-shadow: 0 2px 6px rgba(22, 38, 58, 0.22); transform: translateY(0); }
.btn--ghost:active { background: var(--teal-tint); border-color: var(--teal); }
.btn--ghost-light:active { background: var(--mint); border-color: var(--mint); color: var(--navy); }
.btn:disabled, .btn[aria-disabled="true"] { opacity: 0.55; pointer-events: none; }
.btn.is-loading, .btn.is-loading:disabled {
  opacity: 0.7;
  pointer-events: auto;
  cursor: progress;
}
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.text-link {
  color: var(--teal-ink);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--mint);
  padding-bottom: 1px;
}
.text-link:hover { color: var(--navy); border-color: var(--teal); }
.ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 16px;
  background: var(--bg-light);
  border: 1.5px dashed var(--ph-line);
  border-radius: var(--radius-lg);
  color: var(--muted);
  text-align: center;
}
.ph::before {
  content: "";
  width: 34px; height: 34px;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B9C6C6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Ccircle cx='9' cy='10' r='2'/%3E%3Cpath d='M3 17l5-4 4 3 4-4 5 5'/%3E%3C/svg%3E");
}
.ph figcaption { font-size: var(--fs-md); }
.ph--screenshot { aspect-ratio: 16 / 10; width: 100%; }
.ph--tall { aspect-ratio: 4 / 3; width: 100%; }
.ph--wide { aspect-ratio: 21 / 9; width: 100%; }
.ph--embed { aspect-ratio: 16 / 9; width: 100%; border-radius: var(--radius); }
.ph--avatar {
  width: 56px; height: 56px; flex: none;
  padding: 0; border-radius: 50%;
}
.ph--avatar::before { width: 20px; height: 20px; }
.ph--avatar-lg { width: 88px; height: 88px; }
.ph--logo {
  flex-direction: row; gap: 8px;
  width: 100%; height: 56px; padding: 8px 12px;
  border-radius: var(--radius);
  font-size: var(--fs-sm);
}
.ph--logo::before { width: 18px; height: 18px; flex: none; }
.icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: var(--radius-lg);
  background: var(--teal-tint);
  color: var(--teal);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 64px;
  transition: height 0.25s ease;
}
.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.logo__img {
  display: block;
  height: 26px;
  width: auto;
}
.ft-brand .logo__img { height: 30px; }
.nav__list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border: 0;
  border-radius: var(--radius);
  background: none;
  color: var(--navy);
  font: 600 var(--fs-ui)/1.2 var(--font-sans);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}
.nav__link:hover { color: var(--teal-ink); background: var(--mint-tint); }
.nav__link[aria-current="page"], .nav__drop-btn.is-active { color: var(--teal-ink); }
.nav__item--dropdown { position: relative; }
.chev { transition: transform 0.2s ease; }
.chev, .accordion__icon { width: 14px; height: 14px; }
.chev path, .accordion__icon path { stroke-width: 1.8; }
.nav__item--dropdown.is-open .chev { transform: rotate(180deg); }
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 60;
  min-width: 320px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.nav__item--dropdown.is-open .dropdown { display: block; }
.dropdown__link { display: block; padding: 12px 14px; border-radius: var(--radius); text-decoration: none; }
.dropdown__link strong { display: block; color: var(--navy); font-size: var(--fs-ui); }
.dropdown__link span { display: block; margin-top: 2px; color: var(--muted); font-size: var(--fs-sm); }
.dropdown__link:hover { background: var(--bg-light); }
.dropdown__link:hover strong { color: var(--teal-ink); }
.dropdown__link[aria-current="page"] strong { color: var(--teal-ink); }
.nav__actions { display: flex; align-items: center; gap: 18px; margin-left: 10px; }
.login-link { color: var(--muted); font-weight: 600; font-size: var(--fs-ui); text-decoration: none; }
.login-link:hover { color: var(--teal-ink); }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border: 0;
  background: none;
  cursor: pointer;
}
.hamburger__bar {
  width: 22px; height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
body.nav-open .hamburger__bar:nth-child(2) { transform: translateY(7px) rotate(45deg); }
body.nav-open .hamburger__bar:nth-child(3) { opacity: 0; }
body.nav-open .hamburger__bar:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
@media (min-width: 941px) {
  .nav { display: flex; align-items: center; }
  .header__inner { height: 78px; }
  .site-header.is-scrolled .header__inner { height: 62px; }
}
@media (max-width: 940px) {
  .nav { display: none; }
  body.nav-open { overflow: hidden; }
  body.nav-open .nav {
    display: block;
    position: fixed;
    top: 64px; left: 0; right: 0; bottom: 0;
    z-index: 49;
    padding: 20px clamp(20px, 4vw, 32px) 40px;
    background: #fff;
    border-top: 1px solid var(--line);
    overflow-y: auto;
  }
  .nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav__link { width: 100%; justify-content: space-between; padding: 14px 10px; font-size: var(--fs-body); }
  .dropdown {
    position: static;
    display: none;
    min-width: 0;
    padding: 0 0 8px 12px;
    border: 0;
    box-shadow: none;
    background: transparent;
  }
  .nav__actions {
    flex-wrap: wrap;
    gap: 14px;
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--line);
  }
  .nav__actions .btn { flex: 1; }
  .hamburger { display: flex; }
}
.mega-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  padding: 72px 0 32px;
  font-size: var(--fs-ui);
}
.footer__grid { display: grid; gap: 40px; }
.ft-tagline { margin: 14px 0 20px; max-width: 300px; color: rgba(255, 255, 255, 0.66); }
.ft-social { display: flex; gap: 10px; }
.ft-social a {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
}
.ft-social a:hover { border-color: var(--mint); color: var(--mint); }
.ft-col { display: grid; gap: 10px; align-content: start; }
.ft-title { margin: 0 0 4px; color: #fff; font-weight: 700; }
.ft-link { color: rgba(255, 255, 255, 0.72); text-decoration: none; font-size: var(--fs-ui); }
.ft-link:hover { color: var(--mint); }
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: var(--fs-md);
  color: rgba(255, 255, 255, 0.72);
}
.legal-links { display: flex; gap: 18px; }
.legal-links a { color: rgba(255, 255, 255, 0.72); text-decoration: none; }
.legal-links a:hover { color: var(--mint); }
@media (min-width: 640px) { .footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 941px) { .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr 1fr; } }
.hero {
  padding-block: clamp(56px, 9vw, 96px);
  background: linear-gradient(180deg, var(--mint-tint), rgba(91, 197, 188, 0) 65%);
}
.hero__grid { display: grid; gap: 48px; align-items: center; }
.hero__sub { margin: 22px 0 20px; max-width: 56ch; color: var(--muted); font-size: var(--fs-h4); }
.hero__proof { margin: 0 0 32px; color: var(--muted); font-size: var(--fs-ui); }
.hero__proof strong { color: var(--teal-ink); font-size: var(--fs-h4); font-weight: 800; }
.hero__media { position: relative; }
.hero__quote {
  margin: 16px 0 0;
  padding: 16px 20px;
  max-width: 340px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--mint);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  color: var(--muted);
  font-size: var(--fs-ui);
}
.hero__quote cite { display: block; margin-top: 6px; color: var(--navy); font-style: normal; font-weight: 600; }
@media (min-width: 880px) {
  .hero__grid { grid-template-columns: 1.05fr 1fr; }
  .hero__quote { position: absolute; left: -20px; bottom: -24px; margin: 0; }
  .hero--split { padding-bottom: calc(clamp(56px, 9vw, 96px) + 24px); }
  .hero--split:not(:has(.hero__quote)) { padding-bottom: clamp(56px, 9vw, 96px); }
}
.hero--simple { text-align: center; }
.hero--simple .hero__inner { max-width: 800px; margin-inline: auto; }
.hero--simple .hero__sub { margin-inline: auto; }
.hero--simple .btn-row { justify-content: center; }
.hero--article { background: var(--bg-light); }
.hero--article h1 { font-size: var(--fs-title); }
.hero:not(.hero--article) h1 { font-size: clamp(2.4rem, 5.6vw, 3.7rem); }
.hero-stack { font-size: clamp(2.1rem, 4.6vw, 3.1rem); line-height: 1.08; }
.hero-stack span { display: block; }
.hl-accent { color: var(--teal-ink); }
.hero--compact { padding-block: clamp(40px, 6vw, 64px); }
.hero--article .hero__inner { max-width: 840px; }
body[data-page="rent-reviews"] .hero--article { padding-block: clamp(40px, 6vw, 64px); }
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 20px;
  color: var(--muted);
  font-size: var(--fs-ui);
}
.article-meta .ph--avatar { width: 36px; height: 36px; }
.tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  background: var(--teal-tint);
  color: var(--teal-ink);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.cta-band {
  padding-block: var(--pad-band-lg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--navy);
  background-image: radial-gradient(circle at 85% 15%, rgba(91, 197, 188, 0.18), transparent 55%);
  color: #fff;
  text-align: center;
}
.cta-band h2 { max-width: 680px; margin-inline: auto; color: #fff; }
.cta-band p { max-width: 560px; margin: 14px auto 30px; color: rgba(255, 255, 255, 0.75); }
.cta-band .btn-row { justify-content: center; }
.cta-band .btn--primary:hover,
.stat-band .btn--primary:hover,
.section--navy .btn--primary:hover { background: #fff; color: var(--navy); }
.cta-band .btn--primary:active,
.stat-band .btn--primary:active,
.section--navy .btn--primary:active { background: var(--mint); color: var(--navy); }
.logo-strip-section { border-block: 1px solid var(--line); background: #fff; }
.logo-strip__label {
  margin: 0 0 20px;
  text-align: center;
  color: var(--muted);
  font-size: var(--fs-md);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}
.logo-strip { position: relative; overflow: hidden; }
.logo-strip__track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.logo-strip__group { display: flex; gap: 24px; padding-right: 24px; }
.logo-strip:hover .logo-strip__track,
.logo-strip.is-paused .logo-strip__track { animation-play-state: paused; }
.logo-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  height: 56px;
  padding: 8px 16px;
  background: var(--bg-light);
  border: 1.5px dashed var(--ph-line);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: var(--fs-sm);
  white-space: nowrap;
}
.logo-strip__pause {
  display: block;
  margin: 10px 0 0 auto;
  padding: 3px 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--muted);
  font: 600 var(--fs-xs)/1.4 var(--font-sans);
  cursor: pointer;
}
.logo-strip__pause:hover { color: var(--teal-ink); border-color: var(--mint); }
@keyframes marquee { to { transform: translateX(-33.333%); } }
.feature-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
@media (min-width: 640px) and (max-width: 940px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
.feature-card {
  display: block;
  padding: var(--pad-card-md);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.feature-card .icon-badge { margin-bottom: 18px; }
.feature-card h3 { margin-bottom: 8px; font-size: var(--fs-h4); }
.feature-card .tag + h3 { margin-top: 14px; }
.feature-card p { color: var(--muted); font-size: var(--fs-ui); }
a.feature-card:hover { border-color: var(--mint); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
a.feature-card:hover h3 { color: var(--teal-ink); }
.ps-grid { display: grid; gap: 24px; }
.ps-card { padding: var(--pad-card-lg); border-radius: var(--radius-lg); }
.ps-card--problem { background: var(--bg-light); border: 1px solid var(--line); box-shadow: var(--shadow-xs); }
.ps-card--problem p { color: var(--muted); }
.ps-card--solution { background: var(--navy); color: #fff; }
.ps-card--solution h3 { color: #fff; }
.ps-card--solution p { color: rgba(255, 255, 255, 0.78); }
.ps-card--solution .ph { margin-top: 22px; background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.7); }
@media (min-width: 880px) { .ps-grid { grid-template-columns: 1fr 1fr; } }
.zz { display: grid; gap: clamp(48px, 8vw, 88px); }
.zz__row { display: grid; gap: 36px; align-items: start; }
.zz__copy h3 { font-size: var(--fs-h3-lg); }
.zz__copy p { color: var(--muted); }
.zz__copy .eyebrow { margin-bottom: 8px; }
.stat-callout {
  margin-top: 22px;
  padding: 14px 18px;
  background: var(--bg-light);
  border-left: 3px solid var(--teal);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--muted);
  font-size: var(--fs-ui);
  line-height: 1.55;
}
.stat-callout strong { color: var(--teal-ink); font-weight: 700; }
@media (min-width: 880px) {
  .zz__row { grid-template-columns: 1fr 1fr; }
  .zz__row--flip .zz__copy { order: 2; }
}
.steps {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.steps > li { position: relative; padding-left: 64px; counter-increment: step; }
.steps > li::before {
  content: counter(step);
  position: absolute;
  left: 0; top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: var(--teal-ink);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
}
.steps h3 { margin-bottom: 6px; font-size: var(--fs-h4); }
.steps p { color: var(--muted); font-size: var(--fs-ui); }
.steps .ph { margin-top: 14px; }
@media (min-width: 880px) {
  .steps--row { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 32px; }
}
.tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.tabs__tab, .filter-btn {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--muted);
  font: 600 var(--fs-ui)/1.3 var(--font-sans);
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.tabs__tab:hover, .filter-btn:hover { border-color: var(--mint); color: var(--ink); }
.tabs__tab[aria-selected="true"],
.filter-btn[aria-pressed="true"] { background: var(--teal-ink); border-color: var(--teal-ink); color: #fff; }
.tabs__panel { padding-top: 36px; }
.tabs__panel-grid { display: grid; gap: 36px; align-items: center; }
.tabs__panel h3 { font-size: var(--fs-h3); }
.tabs__panel p { color: var(--muted); }
@media (min-width: 880px) { .tabs__panel-grid { grid-template-columns: 1fr 1fr; } }
.feature-panel { padding: var(--pad-card-md) 30px; background: var(--bg-light); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.feature-panel .check-list { margin: 0; }
.accordion {
  display: grid;
  gap: 12px;
  overflow-anchor: none;
}
.accordion__item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg); 
  overflow: hidden;
}
.accordion__heading { margin: 0; }
.accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: 0;
  text-align: left;
  color: var(--navy);
  font: 600 var(--fs-base)/1.4 var(--font-sans);
  cursor: pointer;
}
.accordion__trigger:hover { color: var(--teal-ink); }
.accordion__icon { flex: none; transition: transform 0.25s ease; }
.accordion__item.is-open .accordion__icon { transform: rotate(180deg); }
.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows 0.28s ease, visibility 0s 0.28s;
}
.accordion__item.is-open .accordion__panel {
  grid-template-rows: 1fr;
  visibility: visible;
  transition: grid-template-rows 0.28s ease, visibility 0s;
}
.accordion__panel-inner { min-height: 0; overflow: hidden; }
.accordion__panel-inner p { margin: 0; padding: 0 20px 18px; color: var(--muted); font-size: var(--fs-ui); }
.stat-band {
  padding-block: var(--pad-band-md);
  background: var(--navy);
  color: #fff;
}
.stat-band__grid { display: grid; gap: 32px; text-align: center; }
.stat__value { font-size: clamp(2.2rem, 5vw, 3rem); font-weight: 800; color: var(--teal-ink); line-height: 1.05; }
.stat-band .stat__value { color: var(--mint); }
.stat__label { margin-top: 8px; color: rgba(255, 255, 255, 0.75); font-size: var(--fs-ui); }
.stat-band img.media {
  background: transparent;
  aspect-ratio: auto;
  max-width: 920px;
  margin: 36px auto 0;
}
.stat-band__note { max-width: 720px; margin: 28px auto 0; text-align: center; color: rgba(255, 255, 255, 0.7); font-size: var(--fs-md); }
.stat-band__note a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
@media (min-width: 640px) {
  .stat-band__grid { grid-template-columns: repeat(3, 1fr); }
  .stat-band__grid--duo { grid-template-columns: repeat(2, 1fr); }
}
.testimonial-card {
  margin: 0;
  padding: var(--pad-card-lg);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}
.testimonial-card blockquote {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: var(--fs-h4);
  font-weight: 500;
  line-height: 1.55;
}
.testimonial-card figcaption {
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--muted);
  font-size: var(--fs-ui);
}
.testimonial-card figcaption strong { color: var(--navy); }
.t-carousel__viewport { overflow: hidden; }
.t-carousel__track {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.45s ease;
}
.t-carousel__slide { flex: 0 0 100%; padding: 4px; }
.t-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}
.t-carousel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  cursor: pointer;
}
.t-carousel__btn:hover { border-color: var(--mint); color: var(--teal-ink); }
.t-carousel__dots { display: flex; gap: 8px; }
.t-carousel__dot {
  position: relative;
  width: 24px; height: 24px; 
  padding: 0;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.t-carousel__dot::before {
  content: "";
  position: absolute;
  inset: 50%;
  width: 10px; height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--ph-line);
}
.t-carousel__dot.is-active::before { background: var(--teal-ink); box-shadow: 0 0 0 3px var(--mint-tint); }
.case-list { display: grid; gap: 24px; }
.case-card {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: var(--pad-card-lg);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}
.case-card h3 { font-size: var(--fs-h3); }
.case-card p { color: var(--muted); font-size: var(--fs-ui); }
.case-card__metric { text-align: left; }
.case-card__metric strong { display: block; color: var(--teal-ink); font-size: 2.4rem; font-weight: 800; line-height: 1; }
.case-card__metric span { color: var(--muted); font-size: var(--fs-md); }
@media (min-width: 880px) {
  .case-card { grid-template-columns: 180px 1fr 170px; }
  .case-card__metric { text-align: center; }
}
.case-featured {
  display: grid;
  gap: 40px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}
.case-featured blockquote { margin: 18px 0; color: var(--ink); font-size: var(--fs-h4); font-weight: 500; }
.case-featured__metric strong { display: block; color: var(--teal-ink); font-size: clamp(2.6rem, 6vw, 3.4rem); font-weight: 800; line-height: 1; }
.case-featured__metric span { color: var(--muted); font-size: var(--fs-ui); }
@media (min-width: 880px) { .case-featured { grid-template-columns: 1fr 1fr; } }
.integration-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.int-card {
  padding: var(--pad-card-md);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}
.int-card__head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.int-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  flex: none;
  background: var(--teal-tint);
  border: 1.5px solid var(--teal);
  border-radius: var(--radius-lg);
  color: var(--teal-ink);
  font-size: var(--fs-h3);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
}
.int-logo--img {
  width: auto;
  height: 34px;
  max-width: 132px;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.int-logo--img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.int-card__head h3 { margin: 0; font-size: var(--fs-h4); }
.crm-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 60px;
  margin: 0 0 24px;
  padding: 40px 28px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}
.crm-logos li { display: flex; align-items: center; }
.crm-logos img { height: 40px; width: auto; max-width: 172px; object-fit: contain; }
.crm-logos__soon { flex-direction: column; gap: 10px; }
.crm-logos__soon img { opacity: 0.65; }
.crm-logos__tag {
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.crm-logos__live { flex-direction: column; gap: 10px; }
.crm-band {
  margin: 32px 0 60px;
  padding: 56px 32px;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.crm-band .crm-logos {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.crm-logos__mri { height: 52px; }
.crm-ask { max-width: 58ch; margin: 0 auto 22px; text-align: center; }
.crm-ask h3 { margin: 0 0 10px; }
.crm-ask .crm-note { margin: 0; }
#crm { padding-top: 56px; }
#crm .section-head { margin-bottom: 32px; }
@media (max-width: 720px) {
  #crm { padding-top: 40px; }
  .crm-band { margin: 24px 0 44px; padding: 40px 20px; }
}
.crm-logos__wordmark {
  display: flex;
  align-items: center;
  height: 40px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  color: var(--navy);
  opacity: 0.65;
}
.crm-note { max-width: 58ch; margin: 0 auto 22px; }
#crm .btn-row { justify-content: center; }
@media (max-width: 640px) {
  .crm-logos { gap: 24px 36px; padding: 28px 20px; }
  .crm-logos img { height: 30px; max-width: 132px; }
}
.int-card > p { color: var(--muted); font-size: var(--fs-ui); }
.int-card__what {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
  color: var(--muted);
  font-size: var(--fs-md);
}
.int-card__what strong { color: var(--teal-ink); font-size: var(--fs-xs); letter-spacing: 0.08em; text-transform: uppercase; }
.data-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
  justify-content: center;
}
.data-card {
  display: flex;
  flex-direction: column;
  padding: var(--pad-card-md);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}
.data-card__mark {
  display: flex;
  align-items: center;
  height: 44px;
  margin-bottom: 14px;
  color: var(--teal);
}
.data-card__mark img { display: block; width: auto; height: 30px; }
.data-card__mark--sprift img { height: 42px; }
.data-card__mark--ons img { height: 28px; }
.data-card__icon { width: 30px; height: 30px; }
.data-card h3 { margin: 0 0 8px; font-size: var(--fs-h4); }
.data-card > p { margin: 0; color: var(--muted); font-size: var(--fs-ui); }
.data-card__link { margin-top: auto; padding-top: 14px; }
@media (max-width: 640px) {
  .data-grid { grid-template-columns: 1fr; }
  .data-card__mark { height: 30px; }
  .data-card__mark img { max-height: 26px; max-width: 118px; }
}
.people-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.person-card {
  padding: var(--pad-card-md) 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  text-align: center;
}
.person-card .ph--avatar { margin-inline: auto; }
.person-card h3 { margin: 14px 0 2px; font-size: var(--fs-base); }
.person-card p { color: var(--muted); font-size: var(--fs-md); }
.listing-grid { display: grid; gap: 24px; }
@media (min-width: 640px) { .listing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 880px) { .listing-grid { grid-template-columns: repeat(3, 1fr); } }
.post-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.post-card:hover { border-color: var(--mint); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.post-card:hover h3 { color: var(--teal-ink); }
.post-card .ph { border: 0; border-bottom: 1.5px dashed var(--ph-line); border-radius: 0; aspect-ratio: 16 / 9; }
.post-card__body { display: flex; flex: 1; flex-direction: column; gap: 10px; padding: var(--pad-card-sm); }
.post-card__body h3 { margin: 0; font-size: var(--fs-h4); line-height: 1.35; }
.post-card__body > p { color: var(--muted); font-size: var(--fs-ui); }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; color: var(--muted); font-size: var(--fs-sm); }
.featured-post {
  display: grid;
  gap: 36px;
  align-items: center;
  margin-bottom: 48px;
  padding: clamp(24px, 4vw, 40px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.featured-post:hover { border-color: var(--mint); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.featured-post:hover h2 { color: var(--teal-ink); }
.featured-post h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.featured-post p { color: var(--muted); }
@media (min-width: 880px) { .featured-post { grid-template-columns: 1.15fr 1fr; } }
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.newsletter-band { padding-block: var(--pad-band-md); background: var(--mint-tint); }
.newsletter-band__inner { display: grid; gap: 24px; align-items: center; }
.newsletter-band h2 { font-size: var(--fs-h3-lg); }
.newsletter-band p { color: var(--muted); }
@media (min-width: 880px) { .newsletter-band__inner { grid-template-columns: 1.1fr minmax(340px, 1fr); } }
.inline-form { display: flex; flex-wrap: wrap; gap: 12px; }
.inline-form input { min-width: min(280px, 100%); }
input, select, textarea {
  width: 100%;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #7F9494;
  border-radius: var(--radius);
  color: var(--ink);
  font: 400 var(--fs-base)/1.4 var(--font-sans);
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 2px var(--teal), 0 0 0 5px var(--teal-tint);
}
textarea { min-height: 110px; resize: vertical; }
.inline-form input { width: auto; flex: 1; }
.inline-form .btn { flex: none; }
.form-note { flex-basis: 100%; margin: 4px 0 0; font-size: var(--fs-md); color: var(--muted); }
.form-note--success { color: var(--teal-ink); font-weight: 600; }
.form-note--error { color: var(--error); font-weight: 600; }
.input--error { border-color: var(--error); }
.input--error:focus {
  border-color: var(--error);
  box-shadow: 0 0 0 2px var(--error), 0 0 0 5px var(--error-tint);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: var(--fs-md);
}
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--teal-ink); }
.breadcrumb--center { justify-content: center; }
.breadcrumb span[aria-hidden] { color: var(--ph-line); }
.toc {
  margin: 36px 0;
  padding: 24px 28px;
  background: var(--bg-light);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.toc__title { margin: 0 0 10px; color: var(--navy); font-weight: 700; font-size: var(--fs-ui); }
.toc ol { display: grid; gap: 6px; margin: 0; padding-left: 20px; }
.toc a { color: var(--teal-ink); text-decoration: none; font-size: var(--fs-ui); }
.toc a:hover { text-decoration: underline; text-decoration-color: var(--mint); }
.article-body { max-width: 780px; margin-inline: auto; }
.article-body h2 { margin: 48px 0 14px; font-size: var(--fs-h2-sm); }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 30px 0 10px; font-size: var(--fs-h3); }
.article-body p { margin: 0 0 16px; }
.article-body ul, .article-body ol { margin: 0 0 16px; padding-left: 24px; color: var(--ink); }
.article-body li { margin-bottom: 6px; }
.answer-first {
  margin: 0 0 18px;
  padding: 14px 18px;
  background: var(--mint-tint);
  border-left: 3px solid var(--teal);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--navy);
  font-weight: 600;
}
.answer-first--section { background: none; padding: 2px 0 2px 18px; border-radius: 0; }
.def-box {
  margin: 24px 0;
  padding: 22px 26px;
  background: #fff;
  border: 1.5px solid var(--mint);
  border-radius: var(--radius-lg);
}
.def-box .eyebrow { margin-bottom: 6px; }
.def-box p { margin: 0; color: var(--muted); }
.def-box dfn { font-style: normal; font-weight: 800; color: var(--navy); }
.table-wrap {
  margin: 24px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow-x: auto; 
}
.comp-table { width: 100%; border-collapse: collapse; font-size: var(--fs-ui); }
.comp-table--wide { min-width: 560px; }
.comp-table td:first-child, .comp-table th[scope="row"] { color: var(--navy); font-weight: 600; text-align: left; }
.comp-table th[scope="row"] { font-weight: 600; }
.comp-table thead th { padding: 12px 16px; background: var(--navy); color: #fff; font-weight: 600; text-align: left; }
.comp-table th[scope="row"] { padding: 12px 16px; border-top: 1px solid var(--line); background: transparent; color: var(--navy); }
.comp-table tbody tr:nth-child(even) th[scope="row"] { background: var(--bg-light); }
.comp-table td { padding: 12px 16px; border-top: 1px solid var(--line); color: var(--muted); }
.comp-table tbody tr:nth-child(even) td { background: var(--bg-light); }
.comp-table td:first-child { color: var(--navy); font-weight: 600; }
.quote-pull {
  margin: 36px 0;
  padding: 8px 0 8px 24px;
  border-left: 4px solid var(--mint);
  color: var(--navy);
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.5;
}
.quote-pull cite { display: block; margin-top: 10px; color: var(--muted); font-size: var(--fs-ui); font-style: normal; font-weight: 400; }
.quote-banner {
  margin: 0 auto;
  max-width: 38ch;
  text-align: center;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
}
.quote-banner cite { display: block; margin-top: 20px; color: var(--muted); font-size: var(--fs-ui); font-style: normal; font-weight: 400; }
.related-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.related-card {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 600;
  font-size: var(--fs-ui);
  line-height: 1.4;
  text-decoration: none;
  box-shadow: var(--shadow-xs);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.related-card:hover { border-color: var(--mint); box-shadow: var(--shadow-sm); transform: translateY(-2px); color: var(--teal-ink); }
.related-card__k {
  display: block;
  margin-bottom: 6px;
  color: var(--teal-ink);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cta-card {
  padding: clamp(28px, 4vw, 40px);
  background: var(--bg-light);
  border: 1.5px solid var(--teal);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  text-align: center;
}
.cta-card h2, .cta-card h3 { margin-bottom: 8px; }
.cta-card p { max-width: 620px; margin: 0 auto 22px; color: var(--muted); }
.cta-card .btn-row { justify-content: center; }
.cta-card--split { text-align: left; display: grid; gap: 24px; align-items: center; }
.cta-card--split p { margin: 0; }
.cta-card--split .btn-row { justify-content: flex-start; }
@media (min-width: 880px) { .cta-card--split { grid-template-columns: 1fr auto; } }
.tool-embed {
  max-width: 660px;      
  margin-inline: auto;
  padding: 10px;
  background: #fff;
  border: 2px solid var(--teal);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.tool-embed__fallback { margin: 12px 8px 6px; text-align: center; color: var(--muted); font-size: var(--fs-md); }
.demo-grid { display: grid; gap: 48px; align-items: start; }
@media (min-width: 880px) { .demo-grid { grid-template-columns: 1.05fr 1fr; } }
@media (max-width: 879px) { .demo-grid .form-card { order: -1; } } 
.form-card {
  padding: clamp(26px, 4vw, 38px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.form-field { display: grid; gap: 6px; margin-bottom: 18px; }
.form-field label { color: var(--navy); font-weight: 600; font-size: var(--fs-ui); }
.form-card .hs-form-frame form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form-card .hs-form-frame form select,
.form-card .hs-form-frame form textarea {
  width: 100%;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #7F9494; 
  border-radius: var(--radius);
  color: var(--ink);
  font: 400 var(--fs-base)/1.4 var(--font-sans);
}
.form-card .hs-form-frame form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.form-card .hs-form-frame form select:focus,
.form-card .hs-form-frame form textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 2px var(--teal), 0 0 0 5px var(--teal-tint);
}
.form-card .hs-form-frame form textarea { min-height: 110px; resize: vertical; }
.form-card .hs-form-frame form label {
  color: var(--navy);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--fs-ui);
}
.form-card .hs-form-frame form .hs-form-field { margin-bottom: 18px; }
.form-card .hs-form-frame form .hs-error-msg,
.form-card .hs-form-frame form .hs-error-msgs label {
  color: var(--error);
  font-weight: 600;
  font-size: var(--fs-md);
}
.form-card .hs-form-frame form input[type="submit"],
.form-card .hs-form-frame form .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 26px;
  background: var(--teal-ink);
  border: 1.5px solid transparent;
  border-radius: var(--radius);
  color: #fff;
  font: 600 var(--fs-base)/1.2 var(--font-sans);
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(22, 38, 58, 0.16), 0 2px 4px rgba(22, 38, 58, 0.10);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}
.form-card .hs-form-frame form input[type="submit"]:hover,
.form-card .hs-form-frame form .hs-button:hover {
  background: var(--navy);
  box-shadow: 0 8px 22px rgba(22, 38, 58, 0.26);
  transform: translateY(-1px);
}
.form-card .hs-form-frame form input[type="submit"]:active,
.form-card .hs-form-frame form .hs-button:active {
  background: var(--navy);
  box-shadow: 0 2px 6px rgba(22, 38, 58, 0.22);
  transform: translateY(0);
}
.check-list { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; color: var(--muted); }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 3px;
  width: 20px; height: 20px;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='none' stroke='%2319756A' stroke-width='1.6'/%3E%3Cpath d='M6 10.2l2.6 2.6L14 7.6' fill='none' stroke='%2319756A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.search-box { display: flex; gap: 10px; max-width: 560px; margin: 28px auto 0; }
.search-box input { flex: 1; width: auto; }
.search-box .btn { flex: none; }
.price-grid { display: grid; gap: 24px; align-items: stretch; }
@media (min-width: 880px) { .price-grid { grid-template-columns: repeat(3, 1fr); } }
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: var(--pad-card-lg) 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.price-card--featured { border: 2px solid var(--teal); box-shadow: var(--shadow-sm); }
.price-card__flag {
  position: absolute;
  top: -13px; left: 26px;
  padding: 4px 12px;
  background: var(--teal-ink);
  border-radius: var(--radius-pill);
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: 700;
}
.price-card__price { color: var(--navy); font-size: 2rem; font-weight: 800; }
.price-card__price span { color: var(--muted); font-size: var(--fs-ui); font-weight: 400; }
.price-card p { color: var(--muted); font-size: var(--fs-ui); }
.price-card .check-list { margin: 4px 0 10px; }
.price-card .check-list li { font-size: var(--fs-ui); }
.price-card .btn { margin-top: auto; }
.error-hero { padding-block: clamp(80px, 14vw, 140px); text-align: center; }
.error-code {
  color: var(--mint);
  font-size: clamp(4.5rem, 14vw, 7.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}
.error-hero h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-top: 10px; }
.error-hero p { color: var(--muted); max-width: 460px; margin: 0 auto 28px; }
.error-hero .btn-row { justify-content: center; }
.legal-layout { display: grid; gap: 48px; align-items: start; }
@media (min-width: 880px) { .legal-layout { grid-template-columns: 250px 1fr; } }
.side-nav {
  display: grid;
  gap: 10px;
  padding: 22px 26px;
  background: var(--bg-light);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
@media (min-width: 880px) { .side-nav { position: sticky; top: 100px; } }
.side-nav a { color: var(--muted); font-weight: 600; font-size: var(--fs-ui); text-decoration: none; }
.side-nav a:hover { color: var(--teal-ink); }
.side-nav .toc__title { margin-bottom: 2px; }
.js-reveal .reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.5s ease, transform 0.5s ease; }
.js-reveal .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .logo-strip__track { animation: none !important; }
}
img.media {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: var(--radius-lg);
}
.media--screenshot { aspect-ratio: 16 / 10; object-fit: cover; }
.media--tall { aspect-ratio: 4 / 3; object-fit: cover; }
.media--wide { aspect-ratio: 21 / 9; object-fit: cover; }
.media--banner { aspect-ratio: 16 / 7; object-fit: cover; }
.media--card { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 0; }
.media--chart { aspect-ratio: 16 / 9; object-fit: contain; }
.ph--chart { aspect-ratio: 16 / 9; width: 100%; }
img.media--svg { object-fit: contain; }
.article-body img.media,
.article-body .media-frame,
.article-body figure.ph { margin-block: 24px; }
.ph--banner { aspect-ratio: 16 / 7; width: 100%; }
.ph--card { aspect-ratio: 16 / 9; width: 100%; }
.post-card img.media { border-bottom: 1px solid var(--line); }
.media-frame {
  position: relative;
  padding: 34px 8px 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.media-frame::before { 
  content: "";
  position: absolute;
  top: 13px; left: 14px;
  width: 40px; height: 8px;
  background:
    radial-gradient(circle 4px at 4px 4px, var(--ph-line) 4px, transparent 4px),
    radial-gradient(circle 4px at 20px 4px, var(--ph-line) 4px, transparent 4px),
    radial-gradient(circle 4px at 36px 4px, var(--ph-line) 4px, transparent 4px);
}
.media-frame .ph, .media-frame img.media { border-radius: var(--radius); }
sup.src { font-size: 0.7em; line-height: 0; }
sup.src a { color: var(--teal-ink); text-decoration: none; font-weight: 600; }
sup.src a:hover { text-decoration: underline; }
ol.sources {
  margin: 12px 0 0;
  padding-left: 22px;
  font-size: var(--fs-md);
  color: var(--muted);
}
ol.sources li { margin-bottom: 6px; }
ol.sources a { color: var(--teal-ink); text-decoration: none; overflow-wrap: anywhere; }
ol.sources a:hover { text-decoration: underline; }
.source-note { margin-top: 10px; color: var(--muted); font-size: var(--fs-sm); }
.source-note a { color: var(--teal-ink); }
.tag--draft { background: var(--bg-light); color: var(--muted); border: 1px dashed var(--ph-line); }
.header-cta-mobile { display: none; margin-left: auto; }
@media (max-width: 940px) {
  .header-cta-mobile { display: inline-flex; padding: 9px 14px; }
  .header__inner { gap: 10px; }
  .hamburger { margin-left: 2px; padding: 10px 6px; }
}
.consent-field {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 4px 0 18px;
  font-size: var(--fs-md);
  color: var(--muted);
}
.consent-field input[type="checkbox"] {
  width: 18px; height: 18px;
  flex: none;
  margin-top: 2px;
  accent-color: var(--teal-ink);
}
.consent-field a { color: var(--teal-ink); }
.t-carousel__pause {
  padding: 3px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--muted);
  font: 600 var(--fs-xs)/1.4 var(--font-sans);
  cursor: pointer;
}
.t-carousel__pause:hover { color: var(--teal-ink); border-color: var(--mint); }
.prose-center { text-align: center; }
.prose-center p { text-align: left; }
.u-muted { color: var(--muted); }
.u-note { color: var(--muted); font-size: var(--fs-ui); }
.u-center { text-align: center; }
.badge-row { display: flex; flex-wrap: wrap; gap: 12px; }
.case-logo { width: 100%; height: 64px; }
.brand-chip--wide { width: 180px; height: 56px; margin-bottom: 18px; }
.form-card__title { font-size: var(--fs-h3); }
.label-hint { font-weight: 400; color: var(--muted); }
.btn--block { width: 100%; }
.post-meta--featured { margin-bottom: 12px; }
.section-head--spaced { margin-top: 64px; }
.steps--spaced { margin-top: 36px; }
.article-body--flush { margin: 0; }
.legal-meta { color: var(--muted); font-size: var(--fs-ui); margin-top: -6px; }
.pricing-note { margin-top: 28px; text-align: center; color: var(--muted); font-size: var(--fs-ui); }
.source-authority {
  padding-block: var(--pad-band-sm);
  border-block: 1px solid var(--line);
  background: var(--bg-light);
}
.source-authority__label {
  margin: 0 0 20px;
  text-align: center;
  color: var(--muted);
  font-size: var(--fs-md);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.source-authority__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.source-authority__item {
  padding: 9px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-bottom: 2px solid var(--teal);
  border-radius: var(--radius);
  color: var(--navy);
  font-size: var(--fs-ui);
  font-weight: 600;
  white-space: nowrap;
}
.proof-band {
  padding-block: var(--pad-band-md);
  background: var(--bg-light);
  border-block: 1px solid var(--line);
}
.proof-band .container {
  display: grid;
  gap: 32px;
}
.proof-band__stat {
  text-align: center;
}
.proof-band__num {
  display: block;
  color: var(--teal-ink);
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.proof-band__label {
  display: block;
  max-width: 42ch;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: var(--fs-base);
}
.proof-band__caveat {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: var(--fs-sm);
}
.proof-band__caveat a { color: var(--teal-ink); }
@media (min-width: 640px) {
  .proof-band .container { grid-template-columns: 1fr 1fr; column-gap: 48px; }
}
.objection__grid { display: grid; gap: 24px; margin-top: 40px; }
.objection__col {
  padding: var(--pad-card-lg);
  border-radius: var(--radius-lg);
}
.objection__col h3 { font-size: var(--fs-h3); }
.objection__col ul { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.objection__col li { position: relative; padding-left: 30px; font-size: var(--fs-ui); line-height: 1.5; }
.objection__col--manual { background: var(--bg-light); border: 1px solid var(--line); }
.objection__col--manual p, .objection__col--manual li { color: var(--muted); }
.objection__col--manual li::before {
  content: "";
  position: absolute;
  left: 0; top: 2px;
  width: 20px; height: 20px;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='none' stroke='%23444B55' stroke-width='1.6'/%3E%3Cpath d='M7 7l6 6M13 7l-6 6' fill='none' stroke='%23444B55' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}
.objection__col--mr { background: var(--navy); border: 1px solid var(--navy); }
.objection__col--mr h3 { color: #fff; }
.objection__col--mr p, .objection__col--mr li { color: rgba(255, 255, 255, 0.82); }
.objection__col--mr li::before {
  content: "";
  position: absolute;
  left: 0; top: 2px;
  width: 20px; height: 20px;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='none' stroke='%2375ACA6' stroke-width='1.6'/%3E%3Cpath d='M6 10.2l2.6 2.6L14 7.6' fill='none' stroke='%2375ACA6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (min-width: 880px) { .objection__grid { grid-template-columns: 1fr 1fr; } }
.pedigree-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--teal-ink);
  font-size: var(--fs-ui);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.pedigree-line::before {
  content: "";
  width: 28px; height: 2px;
  flex: none;
  background: var(--teal);
  border-radius: 2px;
}
.mr-widget {
  display: block;
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
}
.tool-embed { container-type: inline-size; }
#mr-widget .col-md-4 { flex: 0 0 100%; max-width: 100%; }
@container (min-width: 460px) {
  #mr-widget .col-md-4 { flex: 0 0 50%; max-width: 50%; }
}
#mr-widget .form-label { margin-bottom: 4px; font-size: var(--fs-md); color: var(--muted); }
#mr-widget .row { --bs-gutter-y: .75rem; }
.tool-lead { max-width: 620px; margin: 0 auto 20px; text-align: center; color: var(--muted); font-size: var(--fs-h4); }
.tool-note { max-width: 620px; margin: 16px auto 0; text-align: center; }
.int-card--soon { background: var(--bg-light); border-style: dashed; }
@media print {
  @page { margin: 18mm; }
  body { color: #000; background: #fff; }
  h1, h2, h3, h4 { color: #000; }
  a { color: #000; }
  sup.src a { color: #000; }
  .site-header, .mega-footer, .cta-band, .newsletter-band, .breadcrumb,
  .skip-link, .hamburger, .header-cta-mobile, .cta-card, .btn, .btn-row {
    display: none !important;
  }
  .hero, .hero--article { background: none; padding-block: 0 24px; }
  .js-reveal .reveal { opacity: 1 !important; transform: none !important; }
  .accordion__panel { grid-template-rows: 1fr; visibility: visible; }
  .table-wrap { overflow: visible; }
  ol.sources a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-weight: 400;
    overflow-wrap: anywhere;
  }
}
.consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 16px 18px;
}
.consent[hidden] { display: none; }
.consent__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}
.consent__text {
  margin: 0;
  font-size: var(--fs-md);
  color: var(--muted);
  line-height: 1.5;
}
.consent__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
@media (min-width: 720px) {
  .consent__inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; }
  .consent__text { max-width: 68ch; }
}
.int-status {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--bg-light);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.01em;
  vertical-align: 1px;
}
.int-status--live {
  background: var(--teal-tint);
  border-color: var(--teal);
  color: var(--teal-ink);
}
