/* === AI SERVICES HERO (bespoke 2-col, not .hero-page) === */
.ai-hero {
  background: var(--sky-50);
  padding-top: var(--space-5);
  padding-bottom: var(--section-y);
}
.ai-hero-wordmark {
  width: min(460px, 70%);
  display: block;
  margin: 0 auto var(--space-6);
}
.ai-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-7);
  align-items: center;
}
.ai-hero-left .eyebrow { text-align: left; }
.ai-hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: var(--fg-strong);
  text-align: left;
  margin: 0 0 var(--space-4);
}
.ai-hero-lede {
  font-size: var(--text-lg);
  color: var(--fg-muted);
  max-width: 52ch;
  margin: 0 0 var(--space-5);
}
.ai-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-5);
}
.ai-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}
.ai-hero-fineprint {
  font-size: var(--text-sm);
  color: var(--fg-muted);
  margin: 0;
}

/* === READINESS SCORECARD CARD === */
.scorecard-card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  padding: var(--space-6);
}
.scorecard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-5);
}
.scorecard-label {
  font-size: var(--text-xs);
  font-weight: var(--weight-black);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--tcg-teal);
  margin: 0;
}
.scorecard-gauge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sky-50);
  color: var(--tcg-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.scorecard-gauge svg,
.scorecard-gauge i {
  width: 20px;
  height: 20px;
}
.scorecard-domains {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.scorecard-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
}
.scorecard-domain-name {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--fg);
}
.dot-meter {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.dot-meter .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink-200);
  display: inline-block;
}
.dot-meter .dot.is-filled {
  background: var(--tcg-teal);
}
.scorecard-divider {
  border-top: 1.5px dashed var(--border-strong);
  margin: var(--space-5) 0;
}
.scorecard-overall {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
}
.scorecard-overall-label {
  font-size: var(--text-sm);
  color: var(--fg-muted);
  margin: 0 0 var(--space-2);
}
.scorecard-overall-score {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-4xl);
  color: var(--tcg-rust);
  margin: 0;
  line-height: 1;
  flex-shrink: 0;
}
.scorecard-fineprint {
  font-size: var(--text-xs);
  color: var(--fg-subtle);
  margin: var(--space-4) 0 0;
}

@media (max-width: 900px) {
  .ai-hero-grid { grid-template-columns: 1fr; }
  .ai-hero-left .eyebrow,
  .ai-hero-title,
  .ai-hero-lede { text-align: center; margin-left: auto; margin-right: auto; }
  .ai-hero-badges,
  .ai-hero-ctas { justify-content: center; }
  .ai-hero-fineprint { text-align: center; }
}

/* === THREE PILLARS (AI Services) === */
.ai-pillars-section { scroll-margin-top: var(--space-5); }
.pillar-bullets {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin: var(--space-4) 0 0;
  padding: 0;
  list-style: none;
}
.pillar-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: var(--text-sm);
  color: var(--fg);
}
.pillar-bullets li svg,
.pillar-bullets li i {
  width: 16px;
  height: 16px;
  color: var(--tcg-teal);
  flex-shrink: 0;
  margin-top: 2px;
}
.pillar-stat {
  border-top: 1px solid var(--border);
  margin-top: var(--space-5);
  padding-top: var(--space-4);
  text-align: center;
}
.pillar-stat-number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-2xl);
  color: var(--tcg-teal);
  margin: 0;
}
.pillar-stat-label {
  font-size: var(--text-xs);
  color: var(--fg-muted);
  margin: var(--space-1) 0 0;
}

/* === FEATURED OFFER === */
.featured-offer {
  background: var(--sky-50);
  padding: var(--section-y) 0;
}
.featured-offer-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--space-7);
  align-items: start;
}
.featured-offer-lede {
  font-size: var(--text-md);
  color: var(--fg-muted);
  margin: var(--space-4) 0 var(--space-5);
}
.featured-offer-deliverables {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}
.featured-offer-deliverable {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
}
.featured-offer-deliverable p {
  font-size: var(--text-sm);
  color: var(--fg);
  margin: var(--space-2) 0 0;
}
.featured-offer-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
}
.featured-offer-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tcg-teal);
  font-weight: var(--weight-semibold);
  font-size: var(--text-sm);
}
.featured-offer-link svg,
.featured-offer-link i {
  width: 16px;
  height: 16px;
}
.featured-offer-card h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-lg);
  margin: 0 0 var(--space-5);
}
.featured-offer-domains-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}
.featured-offer-domain {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.featured-offer-domain svg,
.featured-offer-domain i {
  width: 22px;
  height: 22px;
  color: var(--tcg-teal);
  flex-shrink: 0;
}
.featured-offer-domain span {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--fg-strong);
}
@media (max-width: 900px) {
  .featured-offer-grid { grid-template-columns: 1fr; }
}

/* === FRAMEWORK MAPPING MATRIX === */
.framework-matrix {
  padding: var(--section-y) 0;
}
.matrix-scroll {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-5);
}
.matrix-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
.matrix-table th {
  background: var(--sky-50);
  color: var(--teal-700);
  text-transform: uppercase;
  font-size: var(--text-xs);
  font-weight: var(--weight-black);
  letter-spacing: var(--tracking-wide);
  padding: var(--space-3) var(--space-4);
  text-align: center;
  white-space: nowrap;
}
.matrix-table th:first-child { text-align: left; }
.matrix-table td {
  padding: var(--space-3) var(--space-4);
  border-top: 1px solid var(--border);
  text-align: center;
  background: var(--paper);
}
.matrix-table td.matrix-domain {
  text-align: left;
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--fg-strong);
  white-space: nowrap;
}
.matrix-dot {
  display: inline-block;
  border-radius: 50%;
}
.matrix-dot--primary {
  width: 11px;
  height: 11px;
  background: var(--tcg-teal);
}
.matrix-dot--supporting {
  width: 9px;
  height: 9px;
  background: transparent;
  border: 1.5px solid var(--ink-300);
}
.matrix-dash {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: var(--ink-200);
  border-radius: 1px;
}
.matrix-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-5);
  font-size: var(--text-xs);
  color: var(--fg-muted);
}
.matrix-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
