:root {
  --ink: #172321;
  --muted: #61716e;
  --paper: #ffffff;
  --wash: #f5f8f7;
  --line: #dce5e2;
  --brand: #174a45;
  --brand-2: #1f6f8b;
  --accent: #b9822e;
  --soft: #eef7f5;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.58;
}
a { color: inherit; text-decoration: none; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px max(20px, calc((100vw - 1180px) / 2 + 28px));
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  min-width: max-content;
}
.mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: var(--brand);
  font-weight: 900;
  font-size: 13px;
}
nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 6px;
  color: #33413f;
  font-size: 13px;
  font-weight: 650;
}
nav a.active, nav a:hover {
  background: var(--soft);
  color: var(--brand);
}
.hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #eef7f5 0%, #fff 100%);
  padding: 58px 28px 34px;
}
.wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
}
.lead {
  max-width: 900px;
  margin: 18px 0 0;
  color: #334240;
  font-size: 18px;
}
.content {
  padding: 34px 28px 56px;
}
.price-band {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  margin-top: 30px;
  align-items: stretch;
}
.price-card, .note, .card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.price-card {
  padding: 22px;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-card strong {
  display: block;
  color: var(--brand);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}
.price-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}
.note {
  padding: 18px;
  background: #fff9ec;
  border-color: #ead7aa;
}
.note p { margin-bottom: 0; }
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  align-items: stretch;
}
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card {
  padding: 18px;
  height: 100%;
}
.card h3 { margin-top: 0; }
h2 {
  margin: 34px 0 12px;
  font-size: 28px;
  line-height: 1.2;
}
h3 {
  margin: 20px 0 8px;
  font-size: 19px;
}
p { color: #31413f; }
ul {
  margin: 10px 0 0;
  padding-left: 21px;
  color: #31413f;
}
li + li { margin-top: 6px; }
.pill-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 10px;
  background: #fff;
  color: #33413f;
  font-size: 13px;
  font-weight: 650;
}
.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 16px 0 26px;
  background: #fff;
}
table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 14px;
}
th {
  background: #263238;
  color: #fff;
  text-align: left;
  padding: 11px 12px;
  white-space: nowrap;
}
td {
  border-top: 1px solid var(--line);
  padding: 11px 12px;
  vertical-align: top;
}
tr:nth-child(even) td { background: #fafbfb; }
.callout {
  border-left: 4px solid var(--accent);
  background: #fff8ea;
  padding: 14px 16px;
  margin: 20px 0;
  color: #3b3324;
}
.visual-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  margin: 18px 0 26px;
}
.visual-card h2 {
  margin-top: 0;
}
.visual-img {
  display: block;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: 14px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfa;
}
.download-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.download-row a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 6px 10px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  background: var(--soft);
}
.footer {
  border-top: 1px solid var(--line);
  padding: 24px 28px 42px;
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 860px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 12px 18px;
  }
  .brand { min-width: 0; }
  nav {
    width: 100%;
    justify-content: flex-start;
  }
  nav a { min-height: 32px; }
  .hero { padding: 38px 18px 28px; }
  .content { padding: 28px 18px 44px; }
  .price-band, .grid, .grid.two { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  table { min-width: 680px; }
}
@media (max-width: 520px) {
  h1 { font-size: 30px; }
  h2 { font-size: 24px; }
  .lead { font-size: 16px; }
  table { min-width: 620px; }
}
@media print {
  .topbar { position: static; }
  nav { display: none; }
  .hero { padding-top: 36px; }
  .content { padding-bottom: 24px; }
}