/* ============================================
   執行計劃 — 專案範圍 / 時程 / 報價
   ============================================ */

.exec-page__header {
  position: absolute;
  left: 100px;
  display: flex;
  flex-direction: column;
  width: 1720px;
  z-index: 2;
}

/* 主標題樣式見 content-page.css（.exec-page__title / __title-line） */

/* --- 專案範圍 --- */

.exec-scope__body {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  z-index: 2;
}

.exec-scope__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-page--scope .exec-scope__col {
  gap: 14px;
  min-height: 0;
}

.exec-scope__table-wrap {
  flex: 1;
  display: flex;
  min-height: 0;
}

.content-page--scope .exec-scope__col--front .exec-scope__table-wrap {
  align-items: flex-start;
}

.content-page--scope .exec-scope__col--back .exec-scope__table-wrap {
  align-items: flex-start;
}

.exec-scope__col-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 8px;
  font-family: 'Nata Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.content-page--scope .exec-scope__col-head {
  padding: 13px 22px;
  font-size: 21px;
  border-radius: 8px;
  flex-shrink: 0;
}

.exec-scope__col-head--front {
  background: var(--cover-red, #e22d2a);
}

.exec-scope__col-head--back {
  background: #333;
}

.exec-scope__col-head span {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.85;
}

.content-page--scope .exec-scope__col-head span {
  font-size: 15px;
}

.exec-scope__table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Nata Sans', sans-serif;
  table-layout: fixed;
}

.content-page--scope .exec-scope__table {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.content-page--scope .exec-scope__table thead {
  background: #f7f7f7;
}

.exec-scope__table th,
.exec-scope__table td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

.content-page--scope .exec-scope__table th,
.content-page--scope .exec-scope__table td {
  padding: 18px 22px;
}

.exec-scope__table th {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aaa;
  text-transform: uppercase;
  border-bottom: 2px solid #eee;
}

.content-page--scope .exec-scope__table th {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #e8e8e8;
}

.content-page--scope .exec-scope__table tbody tr {
  height: auto;
}

.content-page--scope .exec-scope__table tbody td {
  padding-top: 22px;
  padding-bottom: 22px;
}

.exec-scope__table td:first-child {
  width: 110px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.content-page--scope .exec-scope__table th:first-child,
.content-page--scope .exec-scope__table td:first-child {
  width: 22%;
  font-size: 19px;
  font-weight: 600;
  color: #222;
}

.content-page--scope .exec-scope__table th:last-child,
.content-page--scope .exec-scope__table td:last-child {
  width: 78%;
  font-size: 17px;
  line-height: 1.4;
  color: #555;
}

.exec-scope__table tbody tr:last-child td {
  border-bottom: none;
}

.content-page--scope .exec-scope__table tbody tr:nth-child(even) {
  background: #fcfcfc;
}

/* --- 時程甘特圖 --- */

.exec-timeline__body {
  position: absolute;
  left: 100px;
  right: 100px;
  top: var(--content-body-top);
  bottom: var(--slide-footer-clearance);
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  z-index: 2;
}

.exec-timeline__chart {
  width: 100%;
  padding: 28px 32px 24px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fafafa;
  box-sizing: border-box;
}

.exec-timeline__svg {
  display: block;
  width: 100%;
  height: auto;
}

.exec-timeline__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 0;
  padding-left: 4px;
  font-family: 'Nata Sans', sans-serif;
  font-size: 15px;
  color: #777;
}

.exec-timeline__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.exec-timeline__legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 3px;
}

/* --- 報價表格 --- */

.exec-pricing__body {
  position: absolute;
  left: 100px;
  top: var(--content-body-top);
  width: 1720px;
  z-index: 2;
}

.exec-pricing__table-wrap {
  max-height: 640px;
  overflow: hidden;
}

.exec-pricing__table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Nata Sans', sans-serif;
  font-size: 14px;
}

.exec-pricing__table thead th {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aaa;
  text-align: left;
  border-bottom: 2px solid #333;
}

.exec-pricing__table thead th:nth-child(1) {
  width: 22%;
}

.exec-pricing__table thead th:nth-child(3),
.exec-pricing__table thead th:nth-child(4),
.exec-pricing__table thead th:nth-child(5) {
  text-align: right;
  width: 10%;
}

.exec-pricing__table tbody td {
  padding: 6px 12px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  color: #333;
  line-height: 1.35;
}

.exec-pricing__table tbody td:nth-child(3),
.exec-pricing__table tbody td:nth-child(4),
.exec-pricing__table tbody td:nth-child(5) {
  text-align: right;
  white-space: nowrap;
}

.exec-pricing__table tbody td:nth-child(2) {
  color: #666;
  font-size: 13px;
}

.exec-pricing__group td {
  padding-top: 10px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--cover-red, #e22d2a);
  border-bottom: none;
  background: rgba(226, 45, 42, 0.04);
}

.exec-pricing__free td:nth-child(5) {
  color: #888;
  font-size: 13px;
}

.exec-pricing__summary {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.exec-pricing__summary-table {
  border-collapse: collapse;
  font-family: 'Nata Sans', sans-serif;
  font-size: 16px;
}

.exec-pricing__summary-table td {
  padding: 4px 0 4px 32px;
  text-align: right;
  color: #333;
}

.exec-pricing__summary-table td:first-child {
  color: #888;
  font-size: 14px;
}

.exec-pricing__summary-table tr:last-child td {
  padding-top: 8px;
  font-size: 22px;
  font-weight: 700;
  color: var(--cover-red, #e22d2a);
  border-top: 2px solid #333;
}
