:root {
  --ink: #071b2f;
  --muted: #5f6f82;
  --line: #dbe4ee;
  --panel: #ffffff;
  --paper: #f5f8fb;
  --blue: #215b86;
  --blue-dark: #071f38;
  --green: #14735a;
  --green-soft: #e6f4ee;
  --yellow: #b47b25;
  --gold: #c79a49;
  --yellow-soft: #fff3d4;
  --red: #b83232;
  --red-soft: #fde8e8;
  --shadow: 0 28px 80px rgba(7, 31, 56, 0.16);
  --shadow-soft: 0 16px 44px rgba(7, 31, 56, 0.09);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Helvetica Neue", Inter, ui-rounded, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 0 max(32px, calc((100vw - 1280px) / 2));
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--blue-dark);
  font-size: 18px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  color: #ffffff;
  background: linear-gradient(135deg, #09233f, #14735a);
  font-size: 12px;
  letter-spacing: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav a:hover {
  color: var(--blue-dark);
}

.hero {
  position: relative;
  min-height: 560px;
  padding: 44px 32px 24px;
  overflow: hidden;
  background:
    linear-gradient(114deg, rgba(255, 255, 255, 0.08) 0 16%, transparent 16% 100%),
    linear-gradient(140deg, #06192e 0%, #082742 46%, #0f3d4d 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -42% 30%;
  height: 420px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  transform: rotate(-9deg);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(420px, 0.78fr);
  align-items: center;
  gap: 42px;
  max-width: 1280px;
  min-height: 470px;
  margin: 0 auto;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 720px;
  color: #ffffff;
}

.hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: 72px;
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 600;
}

.hero-text {
  max-width: 630px;
  margin: 24px 0 0;
  color: #dbe9f5;
  font-size: 22px;
  line-height: 1.34;
}

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

.hero-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin-top: 24px;
}

.hero-proof-line span {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #cfe3f1;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 600;
}

.credential-stripe {
  padding: 28px 32px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.credential-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.64fr) minmax(640px, 1.36fr);
  align-items: center;
  gap: 36px;
  max-width: 1280px;
  margin: 0 auto;
}

.credential-copy strong {
  display: block;
  max-width: 380px;
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.credential-seals {
  display: grid;
  grid-template-columns: repeat(4, minmax(132px, 1fr));
  gap: 14px;
}

.trust-seal {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 134px;
  padding: 22px 30px;
  border: 1px solid rgba(199, 154, 73, 0.45);
  border-radius: 8px;
  color: #ffffff;
  background-color: #0a1f37;
  background-image: url("laurel-wreath.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 86% auto;
  background-blend-mode: screen;
  text-align: center;
  box-shadow: 0 10px 26px rgba(7, 31, 56, 0.12);
}

.trust-seal::before,
.trust-seal::after {
  content: none;
}

.trust-seal i,
.trust-seal em {
  display: block;
  font-style: normal;
  letter-spacing: 0;
}

.trust-seal i {
  color: #e7c87a;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.trust-seal strong {
  margin-top: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.05;
}

.trust-seal em {
  margin-top: 4px;
  color: #cfe0ed;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 480px;
  isolation: isolate;
}

.memo-stack {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 6px;
  width: min(100%, 490px);
  min-width: 410px;
  height: 470px;
}

.memo-page {
  position: absolute;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.memo-page-front {
  inset: 0 0 auto auto;
  width: 100%;
  padding: 26px;
  transform: rotate(-1.2deg);
}

.memo-page-back {
  right: -38px;
  top: 78px;
  width: 86%;
  height: 330px;
  padding: 26px;
  opacity: 0.78;
  transform: rotate(4deg);
}

.memo-header-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--blue-dark);
  color: var(--blue-dark);
  font-weight: 600;
}

.memo-header-line strong {
  color: var(--muted);
  font-size: 12px;
}

.memo-decision {
  margin-top: 22px;
  padding: 18px;
  border-left: 5px solid var(--yellow);
  background: var(--yellow-soft);
}

.memo-decision p,
.memo-decision strong,
.memo-decision span {
  display: block;
  margin: 0;
}

.memo-decision p,
.memo-section-title,
.memo-next-step span {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.memo-decision strong {
  margin-top: 3px;
  color: #4b3414;
  font-size: 30px;
  font-weight: 600;
}

.memo-decision span {
  margin-top: 6px;
  color: #6d4710;
  font-size: 12px;
  font-weight: 600;
}

.memo-section-title {
  margin-top: 22px;
  color: var(--blue-dark);
}

.memo-row {
  display: grid;
  grid-template-columns: 14px minmax(120px, 1fr) minmax(110px, 0.8fr);
  align-items: center;
  gap: 12px;
  min-height: 42px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
}

.memo-row em {
  justify-self: end;
  color: var(--muted);
  font-style: normal;
  font-weight: 600;
}

.memo-next-step {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.memo-next-step strong {
  display: block;
  margin-top: 5px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.memo-mini-table {
  height: 88px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #d8e2ec;
}

.memo-mini-table.short {
  width: 72%;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.status-dot.green {
  background: var(--green);
}

.status-dot.yellow {
  background: var(--yellow);
}

.status-dot.red {
  background: var(--red);
}

.decision-strip {
  padding: 54px 32px 28px;
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
}

.decision-strip-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(620px, 1.3fr);
  align-items: center;
  gap: 36px;
  max-width: 1280px;
  margin: 0 auto;
}

.decision-strip-copy h2 {
  max-width: 520px;
  margin: 0;
  color: var(--blue-dark);
  font-size: 54px;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: 0;
}

.decision-outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.decision-outcomes article {
  min-height: 172px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.decision-outcomes strong {
  display: block;
  margin-top: 18px;
  color: var(--blue-dark);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.decision-outcomes p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.decision-dot {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.decision-dot::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(7, 31, 56, 0.18);
}

.decision-dot.pay {
  background: var(--green);
  box-shadow: 0 0 0 6px var(--green-soft), 0 14px 26px rgba(20, 115, 90, 0.28);
}

.decision-dot.pause {
  background: var(--yellow);
  box-shadow: 0 0 0 6px var(--yellow-soft), 0 14px 26px rgba(180, 123, 37, 0.26);
}

.decision-dot.walk {
  background: var(--red);
  box-shadow: 0 0 0 6px var(--red-soft), 0 14px 26px rgba(184, 50, 50, 0.24);
}

.section {
  padding: 96px 32px;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.section-heading h2,
.case-story h2,
.contact-layout h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 600;
}

.section-heading p:not(.eyebrow),
.contact-layout p,
.case-story p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.button.primary {
  color: #ffffff;
  background: var(--green);
  box-shadow: 0 14px 26px rgba(20, 115, 90, 0.22);
}

.button.primary:hover {
  background: #176b47;
}

.button.secondary {
  color: var(--blue-dark);
  background: #ffffff;
  border-color: var(--line);
}

.button.secondary:hover {
  border-color: var(--blue);
}

.button.ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.button.full {
  width: 100%;
}

.sample-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.sample-layout.report-breakdown {
  grid-template-columns: minmax(340px, 0.78fr) minmax(560px, 1.22fr);
  align-items: stretch;
}

.decision-card,
.preview-card,
.product-card,
.case-story,
.contact-form,
.trust-note,
.faq-list details,
.value-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(7, 31, 56, 0.02);
}

.decision-card {
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.report-decision-card {
  display: grid;
  align-content: start;
  gap: 22px;
}

.case-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 13px;
}

.decision-result {
  padding: 22px;
  border-left: 5px solid var(--yellow);
  background: var(--yellow-soft);
}

.decision-result p,
.decision-result h3 {
  margin: 0;
}

.decision-result h3 {
  margin-top: 4px;
  color: #54370e;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 600;
}

.risk-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-top: 12px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.risk-pill.medium {
  color: #6d4710;
  background: #f7d78f;
}

.report-verdict {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.report-verdict div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.report-verdict span {
  color: var(--muted);
  font-size: 13px;
}

.report-verdict strong {
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.decision-copy {
  color: var(--muted);
}

.reason-list {
  padding-left: 22px;
  color: var(--ink);
}

.reason-list li + li {
  margin-top: 8px;
}

.preview-grid,
.value-grid,
.product-grid,
.flow-steps {
  display: grid;
  gap: 18px;
}

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

.report-data-panel {
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.report-data-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.report-data-header h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 30px;
  line-height: 1.08;
  font-weight: 600;
}

.report-data-header span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}

.report-finding-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.report-finding {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 220px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

.report-finding.pass {
  border-top: 3px solid var(--green);
}

.report-finding.caution {
  border-top: 3px solid var(--yellow);
}

.report-finding.missing {
  border-top: 3px solid var(--red);
}

.report-finding h4 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 22px;
  line-height: 1.12;
  font-weight: 600;
}

.report-finding dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.report-finding dl div {
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.report-finding dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.report-finding dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.mini-route-map {
  position: relative;
  min-height: 112px;
  overflow: hidden;
  border: 1px solid rgba(43, 96, 114, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(31, 138, 91, 0.08), transparent 48%),
    linear-gradient(0deg, rgba(220, 229, 237, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 229, 237, 0.55) 1px, transparent 1px),
    #f7fafb;
  background-size: auto, 28px 28px, 28px 28px, auto;
}

.mini-route-line {
  position: absolute;
  left: 27%;
  right: 25%;
  top: 47%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  transform: rotate(-11deg);
  transform-origin: left center;
}

.mini-route-line::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--yellow);
  border-right: 3px solid var(--yellow);
  transform: rotate(45deg);
}

.mini-route-node {
  position: absolute;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 600;
}

.mini-route-node span {
  width: 17px;
  height: 17px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(14, 35, 53, 0.18);
}

.mini-route-factory {
  left: 16%;
  top: 42%;
}

.mini-route-factory span {
  background: var(--green);
}

.mini-route-port {
  right: 11%;
  top: 22%;
}

.mini-route-port span {
  background: var(--yellow);
}

.mini-route-map em {
  position: absolute;
  left: 15px;
  bottom: 12px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.preview-card,
.value-item {
  padding: 26px;
}

.preview-card h3,
.value-item h3,
.product-card h3 {
  margin: 8px 0 8px;
  color: var(--blue-dark);
  font-weight: 600;
}

.preview-card p,
.value-item p,
.product-card p {
  margin: 0;
  color: var(--muted);
}

.preview-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.preview-tag.green {
  color: var(--green);
  background: var(--green-soft);
}

.preview-tag.yellow {
  color: var(--yellow);
  background: var(--yellow-soft);
}

.preview-tag.red {
  color: var(--red);
  background: var(--red-soft);
}

.preview-tag.dark {
  color: #ffffff;
  background: var(--blue-dark);
}

.value-section {
  background: #f6f9fc;
}

.value-grid {
  max-width: 1180px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}

.case-section {
  padding-top: 36px;
}

.case-story {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(320px, 420px);
  align-items: center;
  gap: 34px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px;
  background:
    linear-gradient(120deg, rgba(20, 115, 90, 0.08), transparent 42%),
    #ffffff;
}

.case-story h2 {
  max-width: 780px;
}

.case-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.case-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.case-photo figcaption {
  padding: 12px 14px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 600;
}

.case-outcome {
  display: grid;
  gap: 6px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.case-outcome span {
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.case-outcome strong {
  font-weight: 600;
}

.product-grid {
  max-width: 1120px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.product-card.highlighted {
  border-color: rgba(31, 138, 91, 0.45);
  box-shadow: var(--shadow);
}

.product-kicker {
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 16px 0;
  color: var(--blue-dark);
  font-size: 66px;
  font-weight: 600;
  line-height: 1;
}

.price span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
}

.feature-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.scope-note,
.upgrade-note {
  color: var(--muted);
  font-size: 14px;
}

.flow-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
}

.order-preview-band {
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(340px, 430px);
  align-items: stretch;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.flow-steps {
  grid-template-columns: repeat(2, 1fr);
}

.flow-steps div {
  min-height: 150px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.flow-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue-dark), var(--green));
  border-radius: 50%;
  font-weight: 600;
}

.flow-steps p {
  margin: 0;
  font-weight: 600;
}

.upgrade-note {
  max-width: 920px;
  margin: 28px auto 0;
  text-align: center;
}

.checkout-preview {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(7, 31, 56, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.checkout-preview-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.checkout-preview-steps span {
  display: grid;
  place-items: center;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--paper);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.checkout-preview-steps .active {
  color: #ffffff;
  border-color: var(--green);
  background: var(--green);
}

.checkout-preview-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fbfd;
}

.checkout-preview-card h3 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
}

.checkout-preview-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.checkout-preview-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
}

.checkout-preview-card dt {
  color: var(--muted);
  font-weight: 600;
}

.checkout-preview-card dd {
  margin: 0;
  color: var(--blue-dark);
  font-weight: 600;
}

.checkout-preview-card .preview-balance {
  align-items: flex-end;
}

.checkout-preview-card .preview-balance dd {
  font-size: 32px;
  line-height: 1;
}

.faq-section {
  background: #071f38;
}

.faq-section .section-heading h2 {
  color: #ffffff;
}

.faq-section .section-heading p:not(.eyebrow) {
  color: #cfe0ed;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 22px 58px 22px 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  color: #cfe0ed;
  font-size: 28px;
  font-weight: 600;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: #d4e2ee;
  font-size: 16px;
}

.contact-section {
  background: #ffffff;
}

.contact-layout {
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 600;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #ffffff;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(31, 138, 91, 0.18);
  border-color: var(--green);
}

.trust-note {
  display: grid;
  gap: 6px;
  max-width: 520px;
  margin-top: 26px;
  padding: 20px;
}

.trust-note span {
  color: var(--muted);
}

.form-message,
.validation-message,
.stripe-message {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.validation-message {
  color: var(--red);
  font-weight: 600;
}

.nav .button {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.site-footer {
  color: #c5d1dc;
  background: var(--blue-dark);
  font-size: 14px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 1.05fr);
  gap: 44px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px 40px;
}

.footer-brand .brand {
  color: #ffffff;
  font-size: 19px;
}

.footer-brand p {
  max-width: 360px;
  margin: 16px 0 0;
  color: #9fb2c2;
  font-size: 14px;
  line-height: 1.6;
}

.footer-contact a {
  color: #cfe0ed;
  border-bottom: 1px solid rgba(207, 224, 237, 0.4);
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.footer-cols h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-cols a {
  display: block;
  margin-bottom: 10px;
  color: #aebecd;
  font-size: 14px;
}

.footer-cols a:hover {
  color: #ffffff;
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal p {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 32px;
  color: #8da0b2;
  font-size: 12px;
  line-height: 1.7;
}

.footer-legal p:first-child {
  padding-top: 28px;
}

.footer-legal .footer-copy {
  padding-top: 18px;
  padding-bottom: 44px;
  color: #6f8294;
}

.legal-main {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px 24px 96px;
}

.legal-main h1 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 600;
}

.legal-updated {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 14px;
}

.legal-main h2 {
  margin: 36px 0 12px;
  color: var(--blue-dark);
  font-size: 22px;
  font-weight: 600;
}

.legal-main p,
.legal-main li {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}

.legal-main ul {
  padding-left: 22px;
}

.legal-main li + li {
  margin-top: 6px;
}

.legal-note {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 760px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 22px 32px;
  }

  .footer-cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-legal p {
    padding: 0 22px;
  }

  .footer-legal p:first-child {
    padding-top: 24px;
  }
}

.compact-header {
  position: static;
}

.thanks-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(232, 239, 247, 0.86), rgba(255, 255, 255, 0.94)),
    var(--paper);
}

.thanks-main {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 236px);
  padding: 72px 24px;
}

.thanks-panel {
  width: min(980px, 100%);
  padding: 54px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.thanks-panel h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: clamp(40px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.thanks-status {
  max-width: 720px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 18px;
}

.thanks-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 32px;
}

.thanks-details div,
.next-steps {
  padding: 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.thanks-details dt {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.thanks-details dd {
  margin: 0;
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.next-steps {
  margin-bottom: 28px;
}

.next-steps h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.next-steps ol {
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
}

.next-steps li + li {
  margin-top: 8px;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chat-launcher {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 40;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: var(--blue-dark);
  box-shadow: 0 12px 34px rgba(12, 48, 77, 0.32);
  cursor: pointer;
  font-weight: 600;
}

.chat-panel {
  position: fixed;
  right: 24px;
  bottom: 84px;
  z-index: 50;
  width: min(390px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 120px));
  display: grid;
  grid-template-rows: auto minmax(120px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.chat-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.chat-header h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 20px;
}

.icon-button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-dark);
  background: #ffffff;
  cursor: pointer;
  font-weight: 600;
}

.chat-body {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 160px;
  padding: 18px;
  overflow: auto;
  background: var(--paper);
}

.assistant-message {
  padding: 12px 13px;
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  font-size: 14px;
}

.quick-prompts {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-top: 1px solid var(--line);
}

.quick-prompts button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-dark);
  background: #ffffff;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
}

.quick-prompts button:hover {
  border-color: var(--green);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 22, 32, 0.58);
}

.order-modal {
  width: min(1160px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.modal-header h2 {
  margin: 0;
  color: var(--blue-dark);
}

.order-form {
  padding: 0;
}

.order-workspace {
  display: grid;
  grid-template-columns: 170px minmax(380px, 1fr) 290px;
  min-height: 560px;
}

.order-stepper {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  background: var(--paper);
}

.step-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--muted);
}

.step-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.step-item strong {
  font-size: 13px;
}

.step-item.active {
  color: var(--blue-dark);
}

.step-item.active span {
  color: #ffffff;
  border-color: var(--green);
  background: var(--green);
}

.order-main {
  padding: 24px;
}

.order-side {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px;
  border-left: 1px solid var(--line);
  background: #fbfcfd;
}

.product-summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.order-summary-card,
.order-assistant-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.order-summary-card {
  padding: 18px;
}

.order-summary-card h3,
.order-assistant-card h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 20px;
  line-height: 1.15;
}

.side-price-list {
  display: grid;
  gap: 0;
  margin: 18px 0;
}

.side-price-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.side-price-list dt {
  color: var(--muted);
}

.side-price-list dd {
  margin: 0;
  color: var(--blue-dark);
  font-weight: 600;
}

.side-price-list .balance-row {
  align-items: center;
  border-bottom: 0;
}

.side-price-list .balance-row dd {
  font-size: 28px;
}

.summary-scope {
  display: grid;
  gap: 8px;
}

.summary-scope span {
  position: relative;
  min-height: 30px;
  padding: 7px 9px 7px 24px;
  border-radius: 8px;
  color: var(--muted);
  background: var(--paper);
  font-size: 12px;
  font-weight: 600;
}

.summary-scope span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  transform: translateY(-50%);
}

.order-assistant-card {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.order-assistant-card button {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-dark);
  background: #ffffff;
  cursor: pointer;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}

.order-assistant-card button:hover {
  border-color: var(--green);
}

.product-summary span {
  color: var(--muted);
}

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

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

.case-choice {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.case-choice legend {
  color: var(--blue-dark);
  font-weight: 600;
}

.case-choice label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.case-number-field {
  display: grid !important;
  align-items: stretch !important;
}

.review-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.review-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  color: #ffffff;
  background: var(--blue-dark);
}

.review-heading h3 {
  margin: 0;
}

.review-price {
  font-size: 28px;
  font-weight: 600;
}

.review-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.review-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 18px;
  border-top: 1px solid var(--line);
}

.review-list span {
  color: var(--muted);
}

.delivery-line {
  padding: 14px 18px;
  margin: 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
  font-weight: 600;
}

.confirm-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  color: var(--muted);
  font-weight: 600;
}

.confirm-line input,
.case-choice input[type="radio"] {
  width: auto;
  margin-top: 4px;
}

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

.report-page {
  background: #e9edf1;
}

.report-document {
  max-width: 1040px;
  margin: 36px auto;
  padding: 44px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.report-template {
  display: block;
}

.report-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--blue-dark);
}

.report-cover {
  align-items: flex-start;
}

.report-header h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.report-header p:not(.eyebrow) {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.report-meta {
  display: grid;
  gap: 6px;
  color: var(--muted);
  text-align: right;
  font-size: 13px;
}

.report-meta strong {
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 600;
}

.report-section {
  margin-top: 30px;
}

.report-section h2 {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 22px;
  font-weight: 600;
}

.report-section-note {
  max-width: 760px;
  margin: -4px 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.decision-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 24px;
  border-left: 6px solid var(--yellow);
  background: var(--yellow-soft);
}

.decision-box h2,
.decision-box p {
  margin: 0;
}

.decision-box strong {
  display: block;
  margin-top: 6px;
  color: #54370e;
  font-size: 34px;
  font-weight: 600;
}

.decision-box > .risk-pill {
  align-self: start;
  justify-self: end;
}

.report-executive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: stretch;
  gap: 18px;
}

.report-score-card {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.report-score-card strong {
  color: var(--blue-dark);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 600;
}

.report-score-card span {
  color: var(--muted);
  font-size: 14px;
}

.report-summary-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.report-summary-metrics div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

.report-summary-metrics span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.report-summary-metrics strong {
  display: block;
  margin-top: 6px;
  color: var(--blue-dark);
  font-size: 18px;
  font-weight: 600;
}

.route-map {
  position: relative;
  min-height: 250px;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid rgba(43, 96, 114, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 25% 45%, rgba(31, 138, 91, 0.16), transparent 22%),
    radial-gradient(circle at 78% 28%, rgba(191, 133, 38, 0.16), transparent 20%),
    linear-gradient(135deg, rgba(222, 237, 234, 0.7), rgba(247, 250, 251, 0.96)),
    #f7fafb;
}

.route-map-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(190, 203, 214, 0.48) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 203, 214, 0.48) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.65;
}

.route-map::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -42px;
  width: 260px;
  height: 300px;
  border-radius: 50%;
  background: rgba(51, 119, 151, 0.09);
  transform: rotate(-12deg);
}

.route-node {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 4px;
  max-width: 170px;
  color: var(--blue-dark);
}

.route-node span {
  width: 22px;
  height: 22px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(14, 35, 53, 0.2);
}

.route-node strong {
  font-size: 14px;
  line-height: 1.15;
  font-weight: 600;
}

.route-node em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
}

.route-node-factory {
  left: 16%;
  top: 48%;
}

.route-node-factory span {
  background: var(--green);
}

.route-node-port {
  right: 16%;
  top: 18%;
}

.route-node-port span {
  background: var(--yellow);
}

.route-node-alt {
  right: 10%;
  bottom: 16%;
}

.route-node-alt span {
  background: #6c7a89;
}

.route-line {
  position: absolute;
  z-index: 2;
  height: 4px;
  border-radius: 999px;
  transform-origin: left center;
}

.route-line-main {
  left: 27%;
  right: 27%;
  top: 52%;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  transform: rotate(-23deg);
}

.route-line-alt {
  left: 28%;
  right: 23%;
  top: 58%;
  background: repeating-linear-gradient(90deg, rgba(108, 122, 137, 0.75) 0 12px, transparent 12px 20px);
  transform: rotate(13deg);
}

.route-line-main::after,
.route-line-alt::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -5px;
  width: 12px;
  height: 12px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: rotate(45deg);
}

.route-line-main::after {
  color: var(--yellow);
}

.route-line-alt::after {
  color: rgba(108, 122, 137, 0.75);
}

.route-distance {
  position: absolute;
  z-index: 4;
  padding: 7px 10px;
  border: 1px solid rgba(43, 96, 114, 0.15);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(14, 35, 53, 0.08);
}

.route-distance-main {
  left: 42%;
  top: 31%;
}

.route-distance-alt {
  left: 39%;
  bottom: 17%;
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
}

.report-table th,
.report-table td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.report-table th {
  color: var(--blue-dark);
  background: var(--paper);
  font-weight: 600;
  width: 220px;
}

.status-label {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.status-label.pass {
  color: var(--green);
  background: var(--green-soft);
}

.status-label.caution {
  color: var(--yellow);
  background: var(--yellow-soft);
}

.status-label.missing,
.status-label.stop {
  color: var(--red);
  background: var(--red-soft);
}

.report-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.report-callout {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.report-callout.warning {
  border-color: rgba(180, 123, 37, 0.35);
  background: var(--yellow-soft);
}

.report-callout h3 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 600;
}

.report-callout ul {
  margin: 0;
  padding-left: 20px;
  color: var(--ink);
}

.report-callout li + li {
  margin-top: 6px;
}

.contact-log-table td:first-child {
  color: var(--blue-dark);
  font-weight: 600;
}

.landed-cost-box {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

.landed-cost-box h2 {
  margin-bottom: 8px;
}

.landed-cost-box p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.action-list {
  padding: 24px;
  border: 1px solid rgba(20, 115, 90, 0.25);
  border-radius: 8px;
  background: var(--green-soft);
}

.action-list ol {
  margin: 0;
  padding-left: 22px;
}

.action-list li + li {
  margin-top: 10px;
}

.final-decision {
  background: var(--yellow-soft);
}

.report-footer {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero {
    min-height: auto;
    padding: 84px 20px 64px;
  }

  .hero-inner,
  .credential-inner,
  .decision-strip-inner,
  .order-preview-band {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 68px;
  }

  .hero-text {
    font-size: 21px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .memo-stack {
    right: 0;
    top: 34px;
    min-width: 0;
    width: min(100%, 560px);
  }

  .credential-seals,
  .decision-outcomes {
    grid-template-columns: repeat(2, 1fr);
  }

  .decision-strip-copy h2,
  .section-heading h2,
  .case-story h2,
  .contact-layout h2 {
    font-size: 44px;
  }

  .sample-layout,
  .contact-layout,
  .product-grid,
  .value-grid,
  .flow-steps,
  .report-columns,
  .report-executive-grid,
  .report-summary-metrics,
  .landed-cost-box,
  .order-workspace,
  .case-story {
    grid-template-columns: 1fr;
  }

  .sample-layout.report-breakdown,
  .report-finding-list {
    grid-template-columns: 1fr;
  }

  .route-map {
    min-height: 290px;
  }

  .route-distance-main {
    left: 34%;
  }

  .route-distance-alt {
    left: 24%;
  }

  .order-stepper {
    grid-template-columns: repeat(4, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .step-item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .order-side {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

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

  .section {
    padding: 64px 20px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 34px 20px 28px;
  }

  .hero-inner {
    display: block;
    min-height: 0;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 1;
  }

  .hero-text {
    font-size: 18px;
  }

  .hero-visual {
    position: absolute;
    right: -128px;
    bottom: 8px;
    width: 360px;
    min-height: 360px;
    opacity: 0.18;
    pointer-events: none;
  }

  .hero-proof-line {
    display: none;
  }

  .memo-stack {
    right: 0;
    top: auto;
    bottom: 0;
    width: 360px;
    min-width: 0;
    height: 360px;
  }

  .memo-page-front {
    padding: 20px;
  }

  .memo-decision strong {
    font-size: 24px;
  }

  .memo-row {
    grid-template-columns: 12px 1fr;
  }

  .memo-row em {
    grid-column: 2;
    justify-self: start;
  }

  .credential-seals,
  .decision-outcomes,
  .checkout-preview-steps {
    grid-template-columns: 1fr;
  }

  .trust-seal {
    min-width: 0;
  }

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

  .hero-actions .button,
  .modal-actions .button {
    width: 100%;
  }

  .form-grid,
  .decision-box,
  .flow-steps {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .case-story h2,
  .contact-layout h2,
  .decision-strip-copy h2 {
    font-size: 36px;
  }

  .decision-outcomes strong {
    font-size: 24px;
  }

  .price {
    font-size: 54px;
  }

  .order-main,
  .order-side,
  .order-stepper {
    padding: 18px;
  }

  .order-stepper {
    gap: 8px;
  }

  .step-item strong {
    font-size: 11px;
  }

  .review-list li,
  .product-summary,
  .review-heading,
  .report-header {
    flex-direction: column;
  }

  .report-meta {
    text-align: left;
  }

  .chat-launcher {
    right: 16px;
    bottom: 14px;
    left: auto;
    width: auto;
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

  .chat-panel {
    right: 16px;
    left: 16px;
    bottom: 72px;
    width: auto;
  }

  .thanks-main {
    padding: 42px 14px;
  }

  .thanks-panel {
    padding: 28px 18px;
  }

  .thanks-details {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .report-document {
    margin: 0;
    padding: 24px 18px;
    border-left: 0;
    border-right: 0;
  }

  .report-header,
  .report-data-header {
    flex-direction: column;
  }

  .report-meta,
  .report-data-header span {
    text-align: left;
  }

  .report-header h1 {
    font-size: 34px;
  }

  .report-summary-metrics {
    gap: 8px;
  }

  .route-map {
    min-height: 330px;
  }

  .route-node {
    max-width: 138px;
  }

  .route-node-port {
    right: 8%;
  }

  .route-node-alt {
    right: 6%;
  }

  .route-distance {
    max-width: 190px;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.3;
  }

  .route-distance-main {
    left: 28%;
    top: 34%;
  }

  .route-distance-alt {
    left: 18%;
    bottom: 20%;
  }

  .report-table {
    display: block;
    overflow-x: auto;
  }
}

/* Typography weight: headings sit at 600 (set above); body-level emphasis at 500. */
.nav,
.hero-proof-line span,
.memo-row em,
.report-verdict strong,
.case-outcome strong,
.delivery-line,
.contact-log-table td:first-child,
.confirm-line,
.scope-note,
label {
  font-weight: 500;
}

/* Chat assistant: input row + message bubbles */
.chat-form {
  display: flex;
  gap: 8px;
  padding: 14px;
  border-top: 1px solid var(--line);
}

.chat-input {
  flex: 1;
  min-height: 40px;
}

.chat-send {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: var(--green);
  cursor: pointer;
  font-weight: 600;
}

.chat-send:disabled {
  opacity: 0.5;
  cursor: default;
}

.user-message {
  justify-self: end;
  max-width: 85%;
  padding: 12px 13px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--blue-dark);
  font-size: 14px;
}

.assistant-message {
  justify-self: start;
  max-width: 85%;
}

.chat-typing {
  justify-self: start;
  color: var(--muted);
  font-size: 13px;
  padding: 2px 2px;
}

/* Report: Factory & FOB distance signal (traffic light) */
.fob-distance {
  display: grid;
  gap: 16px;
  margin: 18px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

.fob-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.fob-route > div {
  display: grid;
  gap: 2px;
}

.fob-label {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fob-route strong {
  color: var(--blue-dark);
  font-size: 18px;
}

.fob-arrow {
  color: var(--muted);
  font-size: 22px;
}

.fob-readout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.fob-km {
  color: var(--blue-dark);
  font-size: 26px;
  font-weight: 600;
}

.fob-km em {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.signal {
  display: inline-flex;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #0d1b2a;
}

.signal .lamp {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  opacity: 0.3;
}

.signal .lamp.red {
  background: #e35858;
}

.signal .lamp.yellow {
  background: #f0c24b;
}

.signal .lamp.green {
  background: #3ec07f;
}

.signal .lamp.on {
  opacity: 1;
}

.signal .lamp.red.on {
  box-shadow: 0 0 12px rgba(227, 88, 88, 0.9);
}

.signal .lamp.yellow.on {
  box-shadow: 0 0 12px rgba(240, 194, 75, 0.9);
}

.signal .lamp.green.on {
  box-shadow: 0 0 12px rgba(62, 192, 127, 0.9);
}

.fob-legend {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fob-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.fob-legend .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.fob-legend .dot.green {
  background: #1f9d63;
}

.fob-legend .dot.yellow {
  background: #d8a200;
}

.fob-legend .dot.red {
  background: #b83232;
}

/* Delivery flow: two product tracks as a flowchart */
.delivery-tracks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.delivery-track {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.delivery-track.highlighted {
  border-color: rgba(31, 138, 91, 0.45);
  box-shadow: var(--shadow);
}

.delivery-head {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.track-tag {
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.delivery-head h3 {
  margin: 6px 0 0;
  color: var(--blue-dark);
  font-size: 22px;
}

.delivery-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery-steps li {
  position: relative;
  display: flex;
  gap: 14px;
  padding-bottom: 22px;
}

.delivery-steps li:last-child {
  padding-bottom: 0;
}

.delivery-steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 34px;
  bottom: 0;
  width: 2px;
  background: var(--line);
}

.dstep {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 600;
}

.delivery-steps li > div {
  display: grid;
  gap: 2px;
  padding-top: 5px;
}

.delivery-steps strong {
  color: var(--blue-dark);
  font-size: 15px;
}

.delivery-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.delivery-final .dstep {
  color: #ffffff;
  border-color: transparent;
  background: var(--green);
}

.delivery-final.alt .dstep {
  background: var(--blue-dark);
}

.delivery-final strong {
  color: var(--green);
}

.delivery-final.alt strong {
  color: var(--blue-dark);
}

@media (max-width: 760px) {
  .delivery-tracks {
    grid-template-columns: 1fr;
  }
}
