#cost {
  border-top: 1px solid var(--border);
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 80px 48px;
}

.cost-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#cost h2 { margin-bottom: 14px; }
#cost .section-sub { margin-bottom: 52px; }

.cost-table {
  width: 100%;
  border: 1px solid var(--border-mid);
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
  border-bottom: 1px solid var(--border);
}

.table-row:last-child { border-bottom: none; }

.cell {
  padding: 14px 20px;
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.5;
  border-right: 1px solid var(--border);
}

.cell:last-child { border-right: none; }

.table-head .cell {
  font-size: 10px;
  color: var(--text-dim);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 20px;
}

.table-row.highlight { background: rgba(240, 240, 240, 0.03); }
.table-row.highlight .cell { color: var(--text); font-weight: 500; }
.saving-good { color: var(--text) !important; font-weight: 600 !important; }

.cost-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  border: 1px solid var(--border);
}

.cost-stat {
  padding: 28px 32px;
  border-right: 1px solid var(--border);
}

.cost-stat:last-child { border-right: none; }

.cost-stat-num {
  display: block;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 6px;
}

.cost-stat-label {
  font-size: 10px;
  color: var(--text-dim);
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.footnote {
  margin-top: 20px;
  font-size: 10px;
  color: var(--text-dim);
  letter-spacing: 0.04em;
  line-height: 1.7;
}
