/* Odoo implementation cost guide — extends the implementation-page shell. */
body.ac-odoo-cost-page .site-header,
body.ac-odoo-cost-page .site-footer { display: none !important; }

.ac-cost-hero { padding-bottom: 64px; }
.ac-cost-hero .ac-oi-lead { max-width: 820px; }
.ac-cost-quick { margin-top: 32px; }
.ac-cost-quick strong { color: var(--text); }

.ac-odoo-cost-page .ac-estimator {
  padding: 84px 0;
  border-top: 1px solid var(--border);
}

.ac-odoo-cost-page .ac-estimator .ac-est-wrap { max-width: 720px; }
.ac-odoo-cost-page .ac-estimator .ac-s-sub { max-width: 720px !important; }

.ac-cost-table-wrap {
  overflow-x: auto;
  margin-top: 34px;
  border: 1px solid var(--border);
  border-radius: 14px;
}

.ac-cost-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: var(--surface);
}

.ac-cost-table th,
.ac-cost-table td {
  padding: 17px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.ac-cost-table th {
  color: var(--text);
  font-family: 'Space Grotesk', sans-serif;
  font-size: .86rem;
  background: rgba(255,255,255,.025);
}

.ac-cost-table tr:last-child td { border-bottom: 0; }
html[dir="rtl"] .ac-cost-table th,
html[dir="rtl"] .ac-cost-table td { text-align: right; }

.ac-cost-disclaimer {
  margin-top: 26px;
  padding: 22px 24px;
  border: 1px solid rgba(6,182,212,.22);
  border-radius: 12px;
  background: var(--cyan-dim);
}

.ac-cost-disclaimer strong { color: var(--text); }

@media (max-width: 800px) {
  .ac-cost-hero { padding-bottom: 48px; }
  .ac-odoo-cost-page .ac-estimator { padding: 64px 0; }
}
