:root {
  --ink: #17202a;
  --muted: #5d6877;
  --paper: #ffffff;
  --soft: #f5f7f8;
  --line: #d9e1e8;
  --brand: #2f6f83;
  --brand-dark: #174d62;
  --green: #067647;
  --red: #b42318;
  --gold: #b7791f;
  --shadow: 0 24px 70px rgba(15, 23, 42, .14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main > section[id] {
  scroll-margin-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

button {
  border: 0;
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(217, 225, 232, .82);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.logo img {
  width: min(324px, 42vw);
  height: auto;
}

.nav-links,
.nav-actions,
.hero-actions,
.legal-links,
.contact-form-actions {
  display: flex;
  align-items: center;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-form-status.success {
  color: #087443;
}

.contact-form-status.error {
  color: #b42318;
}

.nav-links {
  justify-content: center;
  gap: 22px;
  color: #344054;
  font-size: .94rem;
  font-weight: 760;
}

.nav-links a:hover,
.legal-links a:hover,
.text-link:hover {
  color: var(--brand-dark);
}

.nav-actions {
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #e9eef2;
  color: var(--ink);
  font-weight: 850;
  white-space: nowrap;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.btn-large {
  min-height: 50px;
  padding: 0 19px;
  font-size: 1rem;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover {
  background: var(--brand-dark);
}

.btn-ghost {
  background: #fff;
  border-color: var(--line);
  color: #344054;
}

.btn-ghost:hover {
  border-color: #b8c6d3;
  background: #f3f7f9;
  color: var(--brand-dark);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}

.btn-dark {
  background: var(--ink);
  color: #fff;
}

.text-button {
  justify-self: start;
  padding: 0;
  background: transparent;
  color: var(--brand-dark);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-button:disabled {
  color: var(--muted);
  cursor: wait;
}

.hero {
  min-height: calc(100vh - 74px);
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #13232d;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(14, 24, 33, .92) 0%, rgba(14, 24, 33, .68) 44%, rgba(14, 24, 33, .18) 100%),
    linear-gradient(0deg, rgba(14, 24, 33, .72) 0%, rgba(14, 24, 33, .08) 46%);
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0 34px;
  position: relative;
  z-index: 1;
}

.hero-content {
  width: min(760px, 100%);
  color: #fff;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #a7efea;
}

h1 {
  width: min(920px, 100%);
  margin: 0;
  font-size: clamp(2.65rem, 5vw, 5.35rem);
  line-height: .98;
  letter-spacing: 0;
}

.hero-copy {
  width: min(640px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 1.55vw, 1.26rem);
  line-height: 1.58;
}

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

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 72px;
}

.hero-proof-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-item {
  min-width: 0;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .18);
}

.proof-item strong,
.proof-item span {
  display: block;
}

.proof-item strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.proof-item span {
  margin-top: 7px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.35;
  overflow-wrap: break-word;
}

section {
  border-bottom: 1px solid var(--line);
}

.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.section-head {
  width: min(740px, 100%);
  margin-bottom: 34px;
}

.section-head.centered {
  width: min(820px, 100%);
  margin-inline: auto;
  text-align: center;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.06;
}

.section-head p,
.intro-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.56;
}

.intro-band {
  background: linear-gradient(180deg, #fff 0%, #f7faf9 100%);
}

.value-intro {
  padding-bottom: 24px;
}

.decision-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.decision-column {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
}

.decision-column.strong {
  border-color: var(--brand);
  background: #fff;
}

.decision-column.weak {
  border-color: #d0d0d0;
  background: #fafafa;
}

.decision-column > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 950;
  text-transform: uppercase;
}

.decision-column.weak > span {
  color: #fff;
  background: #555;
}

.decision-column.strong > span {
  color: #fff;
  background: var(--brand);
}

.decision-column ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.decision-column li {
  position: relative;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 5px;
  padding-left: 0;
  color: #344054;
  line-height: 1.46;
}

.decision-column li strong {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: start;
  padding: 0;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.2;
}

.decision-column li em {
  grid-column: 2;
  grid-row: 2;
  color: #344054;
  font-size: .9rem;
  font-style: normal;
  font-weight: 760;
}

.decision-column.weak li em {
  color: #3f3f3f;
}

.decision-column.strong li em {
  color: #344054;
}

.decision-column.weak li strong {
  color: #555;
  background: transparent;
}

.decision-column.strong li strong {
  color: var(--brand);
  background: transparent;
}

.decision-column li::before {
  position: static;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
}

.decision-column.weak li::before {
  content: "x";
  color: #555;
  background: #e4e4e4;
}

.decision-column.strong li::before {
  content: "+";
  color: var(--brand);
  background: #e8f3f5;
}

.confidence-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.confidence-strip span {
  min-width: 0;
  display: grid;
  gap: 2px;
  align-content: center;
  min-height: 58px;
  padding: 9px 12px;
  border: 1px solid rgba(47, 111, 131, .22);
  border-radius: 999px;
  color: var(--brand-dark);
  background: #eef8f8;
  text-align: center;
}

.confidence-strip strong {
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.05;
}

.confidence-strip em {
  color: #475467;
  font-size: .7rem;
  font-style: normal;
  font-weight: 780;
  line-height: 1.15;
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .65fr);
  gap: 42px;
  align-items: end;
  padding-bottom: 22px;
}

.intro-layout .section-head {
  margin: 0;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.benefit-grid,
.pricing-grid,
.legal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.benefit-grid.section-inner {
  padding-top: 22px;
}

.market-band {
  background:
    radial-gradient(circle at top left, rgba(47, 111, 131, .14), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f3f8f8 100%);
}

.market-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: start;
  padding-bottom: 20px;
}

.market-layout .section-head {
  margin: 0;
}

.market-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.market-stats article {
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(47, 111, 131, .2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.market-stats span,
.chart-head span,
.source-note {
  color: var(--muted);
}

.market-stats span {
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.market-stats strong {
  color: var(--brand-dark);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1;
}

.market-stats p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.42;
}

.stats-story {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(340px, .74fr);
  gap: 18px;
  align-items: stretch;
  padding-top: 0;
}

.market-chart,
.data-value-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .06);
}

.chart-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
  margin-bottom: 16px;
}

.chart-head strong {
  font-size: 1.08rem;
}

.chart-head span {
  font-size: .84rem;
  font-weight: 800;
  text-align: right;
}

.market-bar {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 66px;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  color: #344054;
  font-size: .88rem;
  font-weight: 850;
}

.market-bar i {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef2;
}

.market-bar i::before {
  content: "";
  display: block;
  width: calc(var(--value) * 1%);
  height: 100%;
  border-radius: inherit;
  background: #9eb8c3;
}

.market-bar.highlight i::before {
  background: var(--brand);
}

.market-bar strong {
  text-align: right;
}

.roi-card {
  display: grid;
  align-content: start;
}

.roi-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.roi-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, .7fr) minmax(90px, .7fr);
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border-top: 1px solid var(--line);
  color: #344054;
  font-weight: 820;
}

.roi-row:first-child {
  border-top: 0;
}

.roi-row.head {
  background: #f8fafc;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.roi-row.featured {
  background: #eef8f8;
}

.roi-row strong {
  color: var(--brand-dark);
  font-size: 1.18rem;
  text-align: right;
  white-space: nowrap;
}

.roi-row.featured strong {
  color: var(--green);
  font-size: 1.34rem;
}

.source-note {
  margin: 14px 0 0;
  font-size: .78rem;
  line-height: 1.4;
}

.source-note a {
  color: var(--brand-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.data-value-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.08;
}

.data-points {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.data-points div {
  display: grid;
  gap: 3px;
  padding-left: 12px;
  border-left: 3px solid rgba(47, 111, 131, .34);
}

.data-points strong {
  color: var(--ink);
  font-size: .96rem;
}

.data-points span {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.4;
}

.tile,
.price-card,
.legal-grid article,
.contact-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 23, 42, .05);
}

.tile {
  min-height: 224px;
}

.tile-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 7px;
  color: #fff;
  background: var(--ink);
}

.tile-icon svg {
  width: 22px;
  height: 22px;
}

.tile:nth-child(2) .tile-icon {
  background: var(--brand);
}

.tile:nth-child(3) .tile-icon {
  background: var(--green);
}

.tile:nth-child(4) .tile-icon {
  background: var(--gold);
}

.tile h3,
.price-card h3 {
  margin: 0;
  font-size: 1.13rem;
  line-height: 1.25;
}

.tile p,
.price-card p,
.price-card li {
  color: var(--muted);
  line-height: 1.48;
}

.tile p {
  margin: 10px 0 0;
}

.product-band {
  background: var(--soft);
}

.product-intro {
  padding-bottom: 24px;
}

.product-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-flow > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 2px 12px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.product-flow span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--brand);
  color: #fff;
  font-weight: 950;
}

.product-flow strong,
.product-flow small {
  min-width: 0;
}

.product-flow small {
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.35;
}

.product-band .section-inner {
  width: min(1180px, calc(100% - 32px));
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding-bottom: 28px;
}

.image-panel {
  margin: 0;
}

.image-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-panel figcaption {
  margin-top: 11px;
  color: var(--muted);
  font-size: .9rem;
}

.product-points {
  display: grid;
  gap: 12px;
}

.product-points div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.product-points strong,
.product-points span {
  display: block;
}

.product-points span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.48;
}

.dashboard-wrap {
  padding-top: 0;
}

.evidence-wrap {
  padding-top: 12px;
}

.comparison-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 18px;
}

.comparison-benefits article {
  min-width: 0;
  padding: 16px 0 0;
  border-top: 3px solid var(--brand);
}

.comparison-benefits p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}

.evidence-band {
  background: #fff;
}

.evidence-intro {
  padding-bottom: 10px;
}

.feature-showcase {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.55fr);
  gap: 30px;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 42px;
}

.feature-showcase + .feature-showcase {
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.stats-showcase {
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .72fr);
}

.feature-copy h2,
.feature-copy h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2.7vw, 2.55rem);
  line-height: 1.08;
}

.feature-copy > p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.outcome-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.outcome-list li {
  position: relative;
  padding-left: 24px;
  color: #344054;
  line-height: 1.45;
}

.outcome-list li::before {
  content: "";
  position: absolute;
  top: .42em;
  left: 0;
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}

.feature-visual {
  box-shadow: 0 20px 54px rgba(15, 23, 42, .09);
}

.evidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .82fr);
  gap: 16px;
}

.dashboard-preview {
  overflow: hidden;
  border: 1px solid #cfd7e2;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.preview-top {
  min-height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.preview-logo {
  font-weight: 950;
}

.preview-grid {
  display: grid;
  grid-template-columns: minmax(260px, .48fr) minmax(0, 1.52fr);
  min-height: 460px;
}

.preview-form,
.preview-results {
  padding: 18px;
}

.preview-form {
  border-right: 1px solid var(--line);
  background: #fbfcfd;
}

.preview-form h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.2;
}

.preview-form p {
  margin: 5px 0 16px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.4;
}

.preview-results {
  display: grid;
  gap: 12px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #e7f6ec;
  color: var(--green);
  font-size: .78rem;
  font-weight: 900;
  white-space: nowrap;
}

.badge-neutral {
  background: #eef2f6;
  color: #344054;
}

.fake-field {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 11px;
  margin-bottom: 10px;
  border: 1px solid #cfd7e2;
  background: #fff;
  color: #344054;
}

.fake-field span,
.fake-field strong {
  min-width: 0;
}

.extras-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 4px 0 14px;
}

.extras-preview span,
.breakdown-preview span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fafc;
  color: #344054;
  font-size: .78rem;
  font-weight: 780;
  line-height: 1.2;
}

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

.preview-metrics div {
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

.preview-metrics span,
.preview-metrics strong,
.quote-card-preview strong,
.quote-card-preview span {
  display: block;
}

.preview-metrics span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 820;
}

.preview-metrics strong {
  margin-top: 7px;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.quote-card-preview {
  display: grid;
  grid-template-columns: minmax(150px, 1.08fr) minmax(130px, .72fr) minmax(180px, 1.2fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.quote-card-preview.best {
  border-color: rgba(47, 111, 131, .34);
  box-shadow: inset 4px 0 0 var(--brand);
}

.quote-card-preview strong {
  font-size: 1.02rem;
  font-weight: 950;
}

.quote-card-preview b {
  display: block;
  font-size: 1.32rem;
  line-height: 1.1;
  white-space: nowrap;
}

.quote-card-preview span {
  margin-top: 3px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.32;
}

.breakdown-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.history-strip,
.insight-strip {
  padding: 12px 14px;
  border: 1px solid #b7d9c6;
  border-radius: var(--radius);
  background: #effaf3;
  color: #216e43;
}

.history-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

.insight-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.insight-strip div {
  min-width: 0;
}

.history-strip strong,
.insight-strip strong {
  display: block;
  color: var(--green);
}

.history-strip span,
.insight-strip span {
  display: block;
  margin-top: 3px;
  color: #2f6b49;
  font-size: .88rem;
  line-height: 1.42;
}

.history-preview-card,
.stats-preview-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
}

.preview-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.preview-card-head span:first-child {
  display: block;
  color: var(--brand);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.preview-card-head strong {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.2;
}

.history-preview-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.history-preview-row {
  display: grid;
  grid-template-columns: 72px minmax(104px, .92fr) minmax(110px, 1fr) minmax(118px, 1.08fr) 82px minmax(104px, .88fr);
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border-top: 1px solid var(--line);
  color: #344054;
  font-size: .84rem;
  line-height: 1.25;
}

.history-preview-row > [data-label]::before {
  display: none;
}

.history-footer-preview {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  margin-top: 12px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 820;
}

.history-footer-preview strong {
  color: var(--ink);
}

.history-preview-row:first-child {
  border-top: 0;
}

.history-preview-row.head {
  background: #f8fafc;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.history-preview-row.head > span:nth-last-child(-n + 2) {
  text-align: center;
}

.history-preview-row.head > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.history-preview-row small {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 760;
}

.history-preview-row strong {
  color: var(--ink);
  font-size: .95rem;
  white-space: nowrap;
}

.history-preview-row .history-preview-price {
  justify-self: center;
  text-align: center;
}

.history-invoice-status {
  justify-self: center;
  font-size: .76rem;
  font-weight: 900;
  white-space: nowrap;
}

.history-invoice-status.is-open {
  color: #b42318;
}

.history-invoice-status.is-paid {
  color: #067647;
}

.stats-preview-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.stats-line-chart {
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

.chart-label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.chart-label span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.chart-title-block {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.chart-title-block strong,
.mini-chart-title {
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.2;
  text-align: left;
}

.chart-title-block small,
.mini-chart-head > span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.3;
}

.stats-line-chart svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.chart-grid-line {
  fill: none;
  stroke: #e4e9ef;
  stroke-width: 1;
}

.chart-axis {
  fill: none;
  stroke: #c4d0d9;
  stroke-width: 1.4;
}

.chart-line {
  fill: none;
  stroke: var(--brand);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-points {
  fill: #fff;
  stroke: var(--brand);
  stroke-width: 3;
}

.chart-axis-labels {
  fill: #667085;
  font-size: 12px;
  font-weight: 800;
}

.chart-axis-labels .chart-y-label {
  text-anchor: end;
}

.chart-value-labels {
  fill: var(--brand-dark);
  font-size: 10px;
  font-weight: 900;
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linejoin: round;
  text-anchor: middle;
}

.stats-partner-chart {
  grid-template-columns: 1fr;
}

.stats-preview-insights {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(230px, .8fr);
  gap: 10px;
  align-items: stretch;
}

.stats-preview-breakdowns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.stats-preview-breakdowns .mini-chart {
  height: 100%;
}

.mini-chart-head {
  display: grid;
  gap: 3px;
  margin-bottom: 3px;
  text-align: left;
}

.stats-country-chart > div:not(.mini-chart-head) {
  grid-template-columns: 78px minmax(0, 1fr) 82px;
}

.stats-shipment-card {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

.stats-shipment-donut {
  position: relative;
  width: min(170px, 78%);
  aspect-ratio: 1;
  margin: 18px auto 14px;
  border-radius: 50%;
  background: conic-gradient(
    var(--brand) 0 58.333%,
    #63b8b2 58.333% 79.166%,
    #96d2b0 79.166% 91.666%,
    #d7e5e9 91.666% 100%
  );
}

.stats-shipment-donut::after {
  content: "";
  position: absolute;
  inset: 24%;
  border-radius: 50%;
  background: #fbfcfd;
}

.stats-shipment-donut > div {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
}

.stats-shipment-donut strong,
.stats-shipment-donut span {
  display: block;
}

.stats-shipment-donut strong {
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
}

.stats-shipment-donut span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
}

.stats-shipment-legend {
  display: grid;
  gap: 7px;
}

.stats-shipment-legend > div {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: .73rem;
}

.stats-shipment-legend i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.stats-shipment-legend strong {
  color: var(--ink);
}

.shipment-color-a { background: var(--brand); }
.shipment-color-b { background: #63b8b2; }
.shipment-color-c { background: #96d2b0; }
.shipment-color-d { background: #d7e5e9; }

.team-band {
  background: #eef7f7;
}

.team-layout {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: center;
}

.team-preview {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #bfd1d8;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 54px rgba(15, 23, 42, .1);
}

.team-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.team-preview-head span:first-child,
.team-preview-head strong {
  display: block;
}

.team-preview-head span:first-child {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 850;
}

.team-preview-head strong {
  margin-top: 3px;
  font-size: 1.15rem;
}

.team-member-list {
  display: grid;
}

.team-member-list > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 0;
  align-items: center;
  padding: 11px 16px;
  border-bottom: 1px solid var(--line);
}

.member-avatar {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e2f0f2;
  color: var(--brand-dark);
  font-size: .74rem;
  font-weight: 950;
}

.team-member-list p {
  min-width: 0;
  margin: 0;
  margin-left: 18px;
}

.team-member-list strong,
.team-member-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-member-list small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .76rem;
}

.team-member-list b {
  padding: 5px 8px;
  margin-left: 18px;
  border-radius: 999px;
  background: #f0f4f7;
  color: #475467;
  font-size: .74rem;
}

.team-activity {
  padding: 14px 16px;
  background: #fbfcfd;
}

.team-activity > strong {
  display: block;
  margin-bottom: 7px;
  font-size: .82rem;
}

.team-activity div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  color: #475467;
  font-size: .78rem;
}

.team-activity small {
  color: var(--muted);
  white-space: nowrap;
}

.economy-band {
  background: #fff;
}

.economy-layout {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.economy-proof {
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  align-items: center;
}

.economy-proof .feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.economy-proof .feature-copy > .btn {
  align-self: flex-start;
  margin-top: 22px;
}

.economy-points {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.economy-points div {
  display: grid;
  gap: 3px;
  padding-left: 13px;
  border-left: 3px solid #afd0d4;
}

.economy-points span {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.42;
}

.savings-example-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid #bfd1d8;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 54px rgba(15, 23, 42, .1);
}

.time-cost-highlight {
  display: grid;
  gap: 5px;
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 4px solid var(--brand);
  border-radius: 0 7px 7px 0;
  background: #eef7f7;
}

.time-cost-highlight > span {
  color: var(--brand);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.time-cost-highlight strong {
  color: var(--brand-dark);
  font-size: 1.08rem;
  line-height: 1.25;
}

.time-cost-highlight p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.42;
}

.time-task-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}

.time-task-list span {
  padding: 5px 8px;
  border: 1px solid #bfd1d8;
  border-radius: 6px;
  background: #fff;
  color: var(--brand-dark);
  font-size: .72rem;
  font-weight: 850;
}

.savings-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.savings-head span:first-child,
.savings-head strong {
  display: block;
}

.savings-head span:first-child {
  color: var(--brand);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.savings-head strong {
  margin-top: 4px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.savings-offers {
  display: grid;
  gap: 9px;
}

.savings-offer {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.savings-offer.best {
  border-color: #a9d6bc;
  background: #effaf3;
  box-shadow: inset 4px 0 0 var(--green);
}

.savings-offer span,
.savings-offer strong,
.savings-offer small {
  display: block;
}

.savings-offer span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
}

.savings-offer strong {
  margin-top: 2px;
  font-size: 1rem;
}

.savings-offer small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .76rem;
}

.savings-offer b {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 1.35rem;
  white-space: nowrap;
}

.savings-offer.best b {
  color: var(--green);
}

.savings-difference {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin: 13px 0;
  padding: 13px 16px;
  border-radius: 8px;
  background: var(--brand-dark);
  color: #fff;
}

.savings-difference span {
  font-weight: 820;
}

.savings-difference strong {
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
}

.savings-projection {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.savings-projection > div {
  min-width: 0;
  padding: 13px;
  border-left: 1px solid var(--line);
  background: #fff;
}

.savings-projection > div:first-child {
  border-left: 0;
}

.savings-projection .featured {
  background: #eef8f8;
}

.savings-projection span,
.savings-projection strong {
  display: block;
}

.savings-projection span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.savings-projection strong {
  margin-top: 5px;
  color: var(--ink);
  font-size: .96rem;
  line-height: 1.22;
}

.savings-projection .featured strong {
  color: var(--green);
}

.stats-preview-metrics div {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.stats-preview-metrics span {
  display: block;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.stats-preview-metrics strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.1;
}

.mini-chart {
  display: grid;
  gap: 9px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

.mini-chart > div:not(.mini-chart-head) {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 64px;
  gap: 8px;
  align-items: center;
  color: #344054;
  font-size: .78rem;
  font-weight: 850;
}

.mini-chart i {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef2;
}

.mini-chart i::before {
  content: "";
  display: block;
  width: calc(var(--value) * 1%);
  height: 100%;
  border-radius: inherit;
  background: var(--brand);
}

.mini-chart > div:not(.mini-chart-head) strong {
  text-align: right;
  white-space: nowrap;
}

.mini-chart .mini-chart-title {
  justify-self: start;
  text-align: left;
}

.stats-preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.stats-preview-tags span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef8f8;
  color: var(--brand-dark);
  font-size: .74rem;
  font-weight: 850;
}

.preview-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.42;
}

.demo-detail-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(47, 111, 131, .28);
  border-radius: var(--radius);
  background: #f3fbf6;
}

.demo-detail-total span {
  color: var(--muted);
  font-weight: 850;
}

.demo-detail-total strong {
  color: var(--green);
  font-size: 1.55rem;
  line-height: 1;
}

.demo-detail-list {
  display: grid;
  gap: 0;
  margin: 14px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.demo-detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 13px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.demo-detail-list div:last-child {
  border-bottom: 0;
}

.demo-detail-list span {
  color: #475467;
}

.demo-detail-list strong {
  color: var(--ink);
  text-align: right;
  white-space: nowrap;
}

.workflow {
  display: grid;
  gap: 12px;
}

.workflow-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.step {
  display: grid;
  gap: 13px;
  align-items: start;
  min-height: 210px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.step span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--ink);
  color: #fff;
  font-weight: 950;
}

.step strong {
  display: block;
  margin-bottom: 4px;
}

.step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.pricing-grid {
  width: min(860px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  width: min(360px, 100%);
  margin: 0 auto 18px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.pricing-toggle button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #475467;
  font-weight: 900;
  cursor: pointer;
}

.pricing-toggle button.active {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 8px 20px rgba(47, 111, 131, .16);
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 20px;
}

.price-card[hidden] {
  display: none;
}

.price-card.featured {
  border-color: rgba(47, 111, 131, .42);
  box-shadow: 0 22px 60px rgba(47, 111, 131, .16);
}

.price-card > p {
  margin: 7px 0 0;
}

.price {
  margin: 12px 0 3px;
  font-size: 2.45rem;
  font-weight: 950;
  line-height: 1;
}

.price small {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.price-card ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 14px 0 18px;
  list-style: none;
}

.price-card li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  margin: 0;
}

.price-card li::before {
  content: "";
  width: 13px;
  height: 8px;
  margin-top: 3px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}

.price-card .btn {
  width: 100%;
  margin-top: auto;
}

.pricing-tax-note {
  margin: 18px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: .92rem;
}

.quote-band {
  background: var(--ink);
  color: #fff;
}

.quote-band .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.quote-band h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}

.quote-band p {
  margin: 12px 0 0;
  color: #cfd7e2;
  line-height: 1.5;
}

.faq {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 0 18px;
}

summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.55;
}

footer {
  background: #f8fafc;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: .92rem;
}

.legal-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  font-weight: 800;
}

.legal-section {
  background: #f8fafc;
}

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

.legal-grid h2 {
  margin: 0;
  font-size: 1.18rem;
}

.legal-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.legal-page {
  width: min(1180px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 18px 0 72px;
}

.legal-page .logo {
  display: inline-flex;
  margin-bottom: 18px;
}

.legal-page .logo img {
  width: min(280px, 72vw);
}

.legal-page h1 {
  width: 100%;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.legal-hero {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(47, 111, 131, .92), rgba(23, 77, 98, .92)),
    #174d62;
  color: #fff;
  box-shadow: var(--shadow);
}

.legal-hero .eyebrow {
  color: #a7efea;
}

.legal-hero h1 {
  width: min(800px, 100%);
  font-size: clamp(2.1rem, 4vw, 3.9rem);
  overflow-wrap: break-word;
}

.legal-hero p {
  width: min(720px, 100%);
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .84);
}

.legal-content {
  width: 100%;
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.legal-card {
  min-width: 0;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 23, 42, .05);
}

.legal-card h2 {
  margin-top: 0;
  line-height: 1.14;
}

.legal-card p {
  margin: 8px 0 0;
}

.legal-card ul {
  margin-bottom: 0;
}

.legal-card a {
  color: var(--brand-dark);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-card :last-child {
  margin-bottom: 0;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.legal-actions .btn {
  white-space: normal;
}

.legal-page p {
  margin: 22px 0 28px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.legal-hero p {
  width: min(720px, 100%);
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .84);
}

.legal-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.legal-card ul {
  margin-bottom: 0;
}

.legal-page h2 {
  margin: 38px 0 12px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.legal-page .legal-card h2 {
  margin: 0 0 8px;
  line-height: 1.14;
}

.legal-page .legal-card p {
  margin: 8px 0 0;
}

.legal-page .legal-card ul {
  margin: 8px 0 0;
}

.legal-page h3 {
  margin: 26px 0 8px;
  font-size: 1.08rem;
}

.legal-page ul {
  margin: 12px 0 24px;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.65;
}

.legal-page li {
  margin: 7px 0;
}

.legal-note {
  margin: 24px 0;
  padding: 16px 18px;
  border: 1px solid #f2d9a7;
  border-radius: var(--radius);
  background: #fff8e8;
  color: #744210;
  line-height: 1.55;
}

.legal-meta {
  margin: 10px 0 28px;
  color: var(--muted);
  font-size: .95rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 18px;
  margin: 28px 0 34px;
}

.contact-page {
  width: min(1180px, calc(100% - 32px));
}

.contact-hero {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(47, 111, 131, .92), rgba(23, 77, 98, .92)),
    #174d62;
  color: #fff;
  box-shadow: var(--shadow);
}

.contact-hero .eyebrow {
  color: #a7efea;
}

.contact-hero h1 {
  width: min(780px, 100%);
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  overflow-wrap: break-word;
}

.contact-hero p {
  width: min(700px, 100%);
  color: rgba(255, 255, 255, .84);
}

.contact-hero-actions,
.contact-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.contact-hero-actions .btn,
.contact-bottom-actions .btn,
.contact-note a {
  overflow-wrap: anywhere;
  white-space: normal;
}

.contact-card strong,
.contact-card span,
.support-list strong,
.support-list span,
.contact-note strong,
.contact-note a {
  display: block;
  overflow-wrap: break-word;
}

.support-list span {
  margin-top: 7px;
  color: var(--muted);
  line-height: 1.45;
}

.contact-card-head {
  margin-bottom: 18px;
}

.contact-card h2,
.contact-card h3 {
  margin-top: 0;
}

.contact-card-head h2 {
  margin-bottom: 0;
}

.contact-card-head p {
  margin: 8px 0 0;
  font-size: .98rem;
}

.contact-card p {
  margin: 10px 0 0;
}

.contact-card a {
  color: var(--brand-dark);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form-actions {
  flex-wrap: wrap;
  gap: 10px;
}

.support-list {
  display: grid;
  gap: 12px;
}

.support-list div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

.contact-note {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(47, 111, 131, .24);
  border-radius: var(--radius);
  background: #f3fbf6;
}

.contact-note a {
  margin-top: 6px;
}

.contact-faq-head {
  margin: 44px 0 18px;
}

.contact-page .faq details p {
  margin-top: 0;
  padding: 0 0 18px;
}

.contact-bottom-actions {
  margin-top: 28px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(16, 24, 40, .46);
}

.modal-backdrop.open {
  display: flex;
}

.modal {
  width: min(540px, 100%);
  max-height: 92vh;
  overflow: auto;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.modal-head,
.modal-body {
  padding: 20px;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
}

.modal h2 {
  margin: 0;
  font-size: 1.35rem;
}

.modal p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.icon-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #f2f4f7;
  color: #344054;
  transition: background-color .16s ease, color .16s ease, box-shadow .16s ease, transform .12s ease;
}

.icon-btn:hover,
.icon-btn:focus-visible {
  background: #e4e9ef;
  color: var(--brand-dark);
  box-shadow: 0 4px 14px rgba(16, 24, 40, .09);
}

.icon-btn svg {
  width: 18px;
  height: 18px;
}

.form-grid {
  display: grid;
  gap: 13px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 4px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #f5f7fa;
}

.auth-tab {
  min-height: 38px;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-weight: 850;
}

.auth-tab.active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 5px rgba(16, 24, 40, .10);
}

.field {
  display: grid;
  gap: 7px;
}

label {
  color: #344054;
  font-size: .84rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 43px;
  padding: 9px 10px;
  border: 1px solid #cfd7e2;
  border-radius: 7px;
  outline: none;
  background: #fff;
  color: var(--ink);
}

select {
  appearance: none;
  cursor: pointer;
  padding-right: 42px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%235d6877' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 18px 18px;
  font-weight: 850;
}

textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(47, 111, 131, .13);
}

.check-row {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #344054;
  font-size: .9rem;
  font-weight: 800;
  cursor: pointer;
}

.check-row input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
  accent-color: var(--brand);
}

.checkout-plan-field,
.checkout-business-row,
.checkout-mini {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

.checkout-plan-field {
  gap: 8px;
}

.checkout-plan-field select {
  min-height: 52px;
  border-color: #c7d3de;
  background-color: #fff;
  color: #1d2939;
  font-size: .98rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.checkout-plan-field select:hover {
  border-color: #a8bac8;
  background-color: #fdfefe;
}

.checkout-business-row {
  align-items: flex-start;
  font-size: .86rem;
  line-height: 1.35;
}

.checkout-business-row input {
  margin-top: 1px;
  flex: 0 0 auto;
}

.checkout-mini {
  margin: 0;
  background: #effaf3;
  color: #2f6b49;
  font-weight: 750;
}

.notice {
  padding: 12px 13px;
  border: 1px solid #b7d9c6;
  border-radius: var(--radius);
  background: #effaf3;
  color: var(--green);
  font-weight: 800;
  line-height: 1.35;
}

.notice.error {
  border-color: #f0b4b4;
  background: #fff4f4;
  color: var(--red);
}

.demo-access {
  display: grid;
  gap: 10px;
  padding-top: 13px;
  border-top: 1px solid #e4e9f0;
}

.mini {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.4;
}

@media (max-width: 1060px) {
  .benefit-grid,
  .market-stats,
  .workflow-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .quote-card-preview {
    grid-template-columns: minmax(0, 1fr) minmax(140px, auto);
  }

  .quote-card-preview .breakdown-preview {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(14, 24, 33, .92), rgba(14, 24, 33, .62));
  }

  .hero-inner {
    padding-top: 86px;
  }

  .intro-layout,
  .market-layout,
  .stats-story,
  .evidence-grid,
  .product-layout,
  .feature-showcase,
  .stats-showcase,
  .team-layout,
  .economy-layout,
  .pricing-grid,
  .quote-band .section-inner,
  .legal-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .feature-copy {
    max-width: 760px;
  }

  .stats-showcase .feature-visual {
    order: 2;
  }

  .stats-showcase .feature-copy {
    order: 1;
  }

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

  .preview-form {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .preview-form .btn {
    width: 100%;
  }

  .price-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  img,
  video,
  canvas,
  svg {
    max-width: 100%;
  }

  .nav {
    width: min(100% - 18px, 1180px);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    min-height: auto;
    padding: 6px 0 8px;
  }

  .logo img {
    width: min(220px, 72vw);
  }

  .nav-actions,
  .hero-actions {
    width: 100%;
    gap: 8px;
  }

  .nav-actions {
    flex-wrap: nowrap;
  }

  .nav-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 40px;
    padding-inline: 10px;
    font-size: .92rem;
    white-space: normal;
    text-align: center;
  }

  .hero-actions .btn,
  .quote-band .btn {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .hero-inner,
  .section-inner {
    width: calc(100% - 18px);
  }

  .product-band .section-inner {
    width: calc(100% - 18px);
  }

  .hero-inner {
    max-width: calc(100% - 18px);
    padding: 24px 0;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(14, 24, 33, .72), rgba(14, 24, 33, .93));
  }

  .hero-content,
  .hero-copy,
  .eyebrow {
    width: 100%;
    max-width: 100%;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: .7rem;
    line-height: 1.35;
  }

  h1 {
    max-width: 100%;
    font-size: 1.85rem;
    line-height: 1.06;
    overflow-wrap: break-word;
    hyphens: none;
  }

  .hero-copy {
    max-width: 360px;
    font-size: .9rem;
    line-height: 1.42;
    margin-top: 12px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-actions .btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    min-height: 44px;
    padding-inline: 9px;
    font-size: .88rem;
  }

  .benefit-grid,
  .market-stats,
  .market-layout,
  .stats-story,
  .evidence-grid,
  .decision-panel,
  .product-flow,
  .comparison-benefits,
  .workflow-wide {
    grid-template-columns: 1fr;
  }

  .hero-proof,
  .hero-proof-three {
    display: none;
  }

  .proof-item {
    width: 100%;
    min-height: auto;
    padding: 10px;
    background: rgba(255, 255, 255, .92);
  }

  .proof-item strong {
    font-size: 1rem;
    line-height: 1.15;
  }

  .proof-item span {
    margin-top: 5px;
    font-size: .74rem;
    line-height: 1.28;
  }

  .decision-column {
    padding: 18px;
  }

  .confidence-strip {
    grid-template-columns: 1fr;
  }

  .confidence-strip span {
    min-height: 52px;
  }

  .section-inner {
    padding: 42px 0;
  }

  .benefit-grid.section-inner {
    padding-top: 16px;
  }

  .product-layout {
    gap: 28px;
  }

  .tile,
  .market-stats article,
  .market-chart,
  .data-value-card,
  .history-preview-card,
  .stats-preview-card,
  .price-card,
  .legal-grid article,
  .legal-card,
  .contact-card,
  .product-points div,
  .decision-column {
    padding: 16px;
  }

  .price-card > p {
    margin-top: 5px;
  }

  .price {
    margin-top: 10px;
  }

  .price-card ul {
    gap: 6px;
    margin: 12px 0 16px;
  }

  .dashboard-preview,
  .history-preview-table,
  .roi-table,
  .market-chart,
  .legal-content,
  .contact-grid,
  .contact-card,
  .legal-card {
    min-width: 0;
    max-width: 100%;
  }

  .btn,
  .history-preview-row > *,
  .roi-row > *,
  .contact-card *,
  .legal-card * {
    overflow-wrap: anywhere;
  }

  .legal-card {
    padding: 12px 14px 14px;
  }

  .tile {
    min-height: auto;
  }

  .market-layout {
    gap: 18px;
    padding-bottom: 14px;
  }

  .market-stats {
    gap: 8px;
  }

  .market-stats article {
    gap: 5px;
  }

  .stats-story {
    gap: 10px;
  }

  .chart-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
  }

  .chart-head span {
    text-align: left;
  }

  .market-bar {
    grid-template-columns: 74px minmax(0, 1fr) 54px;
    gap: 7px;
    font-size: .78rem;
  }

  .market-bar i {
    height: 9px;
  }

  .roi-row {
    grid-template-columns: minmax(0, 1fr) 52px 94px;
    gap: 5px;
    padding: 10px;
    font-size: .82rem;
  }

  .roi-row.head {
    font-size: .64rem;
  }

  .roi-row strong,
  .roi-row.featured strong {
    font-size: 1rem;
  }

  main > section[id] {
    scroll-margin-top: 126px;
  }

  .evidence-wrap {
    padding-top: 4px;
  }

  .feature-showcase {
    gap: 22px;
    padding-top: 18px;
    padding-bottom: 34px;
  }

  .feature-showcase + .feature-showcase {
    padding-top: 34px;
  }

  .dashboard-preview {
    width: 100%;
    margin-inline: 0;
    border-radius: 7px;
  }

  .preview-top,
  .preview-form,
  .preview-results {
    padding: 12px;
  }

  .preview-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .fake-field {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .extras-preview span,
  .breakdown-preview span {
    min-height: 26px;
    padding: 4px 8px;
    font-size: .74rem;
  }

  .preview-metrics,
  .quote-card-preview,
  .insight-strip,
  .footer-inner {
    grid-template-columns: 1fr;
  }

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

  .history-preview-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "date carrier"
      "customer shipment"
      "price status";
    align-items: start;
    gap: 12px 16px;
    padding: 12px;
  }

  .history-preview-card {
    padding: 12px;
  }

  .stats-preview-card {
    padding: 12px;
  }

  .history-preview-card .preview-card-head {
    margin-bottom: 10px;
  }

  .history-preview-row.head {
    display: none;
  }

  .history-preview-row:nth-child(n + 5) {
    display: none;
  }

  .history-preview-row > span:nth-child(1) {
    grid-area: date;
  }

  .history-preview-row > span:nth-child(2) {
    grid-area: carrier;
  }

  .history-preview-row > span:nth-child(3) {
    grid-area: customer;
  }

  .history-preview-row > span:nth-child(4) {
    grid-area: shipment;
  }

  .history-preview-row > .history-preview-price {
    grid-area: price;
    justify-self: start;
  }

  .history-preview-row > .history-invoice-status {
    grid-area: status;
    justify-self: start;
  }

  .history-preview-row > [data-label] {
    min-width: 0;
    font-size: .84rem;
    text-align: left;
  }

  .history-preview-row > [data-label]::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 3px;
    color: var(--muted);
    font-size: .64rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .history-preview-row strong {
    justify-self: start;
  }

  .history-footer-preview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 6px 12px;
  }

  .history-footer-preview strong {
    grid-column: 1 / -1;
  }

  .stats-line-chart {
    padding: 8px;
  }

  .chart-axis-labels {
    font-size: 10px;
  }

  .chart-value-labels {
    font-size: 9px;
  }

  .team-layout,
  .economy-layout {
    gap: 26px;
  }

  .savings-example-card {
    padding: 12px;
  }

  .savings-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .savings-offer {
    align-items: flex-start;
    padding: 12px;
  }

  .savings-offer b {
    font-size: 1.14rem;
  }

  .savings-projection > div {
    padding: 10px 7px;
  }

  .savings-projection strong {
    font-size: .82rem;
  }

  .team-preview-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-member-list > div {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 0;
    padding-inline: 12px;
  }

  .team-member-list b {
    grid-column: auto;
    justify-self: end;
    padding: 4px 7px;
    font-size: .7rem;
    white-space: nowrap;
  }

  .team-activity div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .team-activity small {
    white-space: normal;
  }

  .mini-chart > div:not(.mini-chart-head) {
    grid-template-columns: 82px minmax(0, 1fr) 58px;
    gap: 7px;
    font-size: .74rem;
  }

  .stats-preview-insights {
    grid-template-columns: 1fr;
  }

  .stats-shipment-donut {
    width: min(190px, 64%);
  }

  .stats-country-chart > div:not(.mini-chart-head) {
    grid-template-columns: 82px minmax(0, 1fr) 82px;
  }

  .quote-card-preview {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    align-items: stretch;
    padding: 12px;
  }

  .quote-card-preview > div:first-child {
    min-width: 0;
  }

  .quote-card-preview > div:nth-child(2) {
    align-self: start;
    text-align: right;
  }

  .quote-card-preview .breakdown-preview {
    grid-column: 1 / -1;
    gap: 5px;
  }

  .quote-card-preview .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .footer-inner {
    display: grid;
    justify-items: start;
    padding: 22px 0;
  }

  .legal-links {
    justify-content: flex-start;
  }

  .contact-page {
    width: calc(100vw - 34px);
    max-width: calc(100vw - 34px);
    overflow: hidden;
  }

  .legal-page {
    width: calc(100vw - 34px);
    max-width: calc(100vw - 34px);
    overflow: hidden;
  }

  .contact-hero,
  .legal-hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 24px 18px;
  }

  .contact-hero *,
  .legal-hero *,
  .legal-card,
  .contact-card,
  .support-list div {
    min-width: 0;
  }

  .contact-hero h1,
  .legal-hero h1 {
    font-size: 2rem;
    width: 100%;
    max-width: 100%;
  }

  .legal-actions .btn,
  .contact-hero-actions .btn,
  .contact-bottom-actions .btn,
  .contact-form-actions .btn {
    width: 100%;
    text-align: center;
  }
}

/* Security controls must remain hidden until the relevant auth step. */
#loginForm [hidden] { display: none !important; }
