/* AI Governance Hub Website Version: 2026.06.27-governance-workspace-v25.0 */
:root {
  --bg: #06111f;
  --bg-2: #0b1f3a;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #dbe5f0;
  --panel: #ffffff;
  --blue: #2563eb;
  --cyan: #38bdf8;
  --violet: #7c3aed;
  --green: #16a34a;
  --orange: #f97316;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f8fafc;
  line-height: 1.55;
}
a { color: inherit; }

.top-strip {
  background: #050b18;
  color: #eaf2ff;
  text-align: center;
  padding: 10px 16px;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.site-header {
  background: radial-gradient(circle at top left, rgba(37, 99, 235, .25), transparent 35%), linear-gradient(135deg, #071226 0%, #07142b 48%, #0b1f4d 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-shell {
  width: min(1440px, 92%);
  margin: auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  font-size: 20px;
}
.brand-mark { font-size: 30px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  color: rgba(255,255,255,.92);
  text-decoration: none;
  font-size: 15px;
  font-weight: 750;
}
.nav-links a:hover { color: #fff; }
.nav-links .nav-cta {
  border: 1px solid rgba(96, 165, 250, .42);
  background: rgba(37, 99, 235, .22);
  padding: 10px 14px;
  border-radius: 999px;
}
.nav-toggle {
  display: none;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  padding: 8px 12px;
}

.hero-saas {
  color: #fff;
  background: radial-gradient(circle at 15% 20%, rgba(37, 99, 235, .32), transparent 35%), radial-gradient(circle at 80% 8%, rgba(124, 58, 237, .25), transparent 36%), linear-gradient(135deg, #06111f 0%, #071833 48%, #11145a 100%);
  padding: 62px 0 30px;
}
.hero-inner {
  width: min(1440px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: 58px;
  align-items: start;
}
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #60a5fa;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 850;
  font-size: 13px;
  border: 1px solid rgba(96, 165, 250, .34);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(37, 99, 235, .12);
}
.hero-copy h1 {
  margin: 24px 0 20px;
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: .98;
  letter-spacing: -0.06em;
  max-width: 760px;
}
.hero-lead {
  color: rgba(236, 246, 255, .88);
  font-size: 20px;
  max-width: 720px;
  margin-bottom: 28px;
}
.capability-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}
.capability-row span {
  background: rgba(37, 99, 235, .16);
  border: 1px solid rgba(96, 165, 250, .22);
  color: rgba(255,255,255,.92);
  padding: 10px 13px;
  border-radius: 999px;
  font-weight: 750;
  font-size: 13px;
}
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 8px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 850;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 15px;
}
.btn-primary { color: #fff; background: linear-gradient(135deg, #2563eb, #7c3aed); box-shadow: 0 18px 38px rgba(37, 99, 235, .32); }
.btn-secondary { color: #fff; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.32); }
.btn.wide { width: 100%; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 22px; color: rgba(255,255,255,.84); font-size: 14px; }
.hero-reassurance span::before { content: "✓"; color: #38bdf8; margin-right: 6px; }

.hero-visual { position: relative; margin-top: -34px; transform: scale(1.04); transform-origin: top right; }
.dashboard-frame {
  border: 1px solid rgba(96, 165, 250, .32);
  border-radius: 22px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: 0 36px 100px rgba(0, 0, 0, .42);
  backdrop-filter: blur(12px);
}
.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px 12px;
  color: rgba(255,255,255,.88);
  font-weight: 850;
}
.dash-pill {
  font-size: 12px;
  border: 1px solid rgba(255,255,255,.2);
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.72);
}
.dashboard-frame img {
  width: 100%;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: #fff;
}
.trust-panel {
  width: min(1440px, 92%);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.045);
}
.trust-panel span {
  padding: 20px 12px;
  text-align: center;
  color: rgba(255,255,255,.88);
  border-right: 1px solid rgba(255,255,255,.1);
  font-weight: 800;
  font-size: 13px;
}
.trust-panel span:last-child { border-right: none; }

.section { padding: 76px 0; }
.white-section { background: #fff; }
.light-section { background: #f8fafc; }
.section-heading { width: min(860px, 92%); margin: 0 auto 44px; text-align: center; }
.section-heading h2, .impact-copy h2, .cta-card h2, .security-layout h2 {
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #081325;
  margin: 14px 0;
}
.section-heading p, .impact-copy p, .security-layout p, .cta-card p { color: var(--muted); font-size: 18px; }
.capability-grid, .pricing-grid {
  width: min(1320px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-card, .pricing-card, .assessment-card, .security-card, .contact-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  border-radius: 18px;
  padding: 26px;
}
.feature-card h3, .pricing-card h3, .assessment-card h3, .security-card h3, .contact-card h3 { font-size: 20px; margin: 12px 0 8px; color: #081325; }
.feature-card p, .pricing-card p, .assessment-card p, .security-card p, .contact-card p { color: #475569; }
.icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
}
.blue { background: #2563eb; }
.purple { background: #7c3aed; }
.green { background: #16a34a; }
.orange { background: #f97316; }
.indigo { background: #4f46e5; }
.violet { background: #8b5cf6; }

.impact-band, .cta-card {
  width: min(1320px, 92%);
  margin: 0 auto;
  border-radius: 24px;
  padding: 42px;
  color: #fff;
  background: radial-gradient(circle at top left, rgba(37, 99, 235, .34), transparent 36%), linear-gradient(135deg, #071226, #11145a 70%, #3b0764);
  box-shadow: var(--shadow);
}
.impact-band { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; align-items: center; }
.dark-kicker { color: #93c5fd; border-color: rgba(147,197,253,.28); background: rgba(37, 99, 235, .12); }
.impact-copy h2, .cta-card h2 { color: #fff; }
.impact-copy p, .cta-card p { color: rgba(255,255,255,.78); }
.impact-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.impact-metrics div {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  border-radius: 18px;
  padding: 24px;
}
.impact-metrics strong { display: block; font-size: 40px; color: #8b5cf6; line-height: 1; margin-bottom: 10px; }
.impact-metrics span { color: rgba(255,255,255,.82); font-size: 14px; }
.metric-disclaimer { grid-column: 1 / -1; color: rgba(255,255,255,.62); font-size: 13px; margin-top: 6px; }

.video-wrap {
  width: min(980px, 92%);
  margin: auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 16/9;
  background: #050b18;
  border: 1px solid #dbeafe;
}
.video-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

.assessment-layout, .security-layout {
  width: min(1180px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.form-card label, .check-list label { display: block; font-weight: 750; color: #334155; margin: 12px 0 8px; }
input, select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  outline: none;
  background: #fff;
}
input:focus, select:focus { border-color: #2563eb; box-shadow: 0 0 0 4px rgba(37,99,235,.12); }
.check-list { margin: 14px 0 20px; }
.check-list label { font-weight: 650; display: flex; gap: 10px; align-items: flex-start; }
.check-list input { width: auto; margin-top: 4px; }
.consent-label { font-size: 14px; color: #475569 !important; }
.consent-label a { color: #2563eb; }
.status-pill, .plan-badge {
  display: inline-block;
  background: #dcfce7;
  color: #166534;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 850;
  font-size: 12px;
}
.assessment-output, .result-box, .locked-insights {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 16px;
  border-radius: 14px;
  margin: 18px 0;
}
.assessment-output p { margin: 8px 0; color: #334155; }
.low-risk { background: #dcfce7; color: #166534; }
.medium-risk { background: #fef3c7; color: #92400e; }
.high-risk { background: #fee2e2; color: #991b1b; }
.upgrade-box { background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 16px; padding: 20px; }

.pricing-toolbar {
  width: min(1320px, 92%);
  margin: -18px auto 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #dbeafe;
  background: linear-gradient(135deg, #eff6ff, #ffffff);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}
.pricing-toolbar div { display: grid; gap: 2px; }
.pricing-toolbar strong { color: #081325; }
.pricing-toolbar span, .price-note { color: #64748b; font-size: 14px; }
.pricing-toolbar label { font-weight: 850; color: #334155; }
.pricing-toolbar select { max-width: 260px; }
.pricing-card { position: relative; }
.pricing-card:hover, .feature-card:hover, .contact-card:hover { transform: translateY(-3px); transition: transform .2s ease, box-shadow .2s ease; box-shadow: 0 18px 45px rgba(15, 23, 42, .12); }
.pricing-card.popular { border-color: #2563eb; box-shadow: 0 18px 45px rgba(37,99,235,.16); }
.price { font-size: 54px; line-height: 1; letter-spacing: -0.05em; color: #2563eb; font-weight: 950; margin: 18px 0; }
ul { padding-left: 18px; color: #334155; margin: 18px 0 24px; }
li { margin: 8px 0; }

.security-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.security-links a {
  text-decoration: none;
  background: #fff;
  border: 1px solid #dbeafe;
  color: #2563eb;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 850;
}
.security-card { background: #0f172a; color: #fff; }
.security-card h3 { color: #fff; }
.security-card p { color: rgba(255,255,255,.78); }
.cta-section { background: #fff; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-grid {
  width: min(980px, 92%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.contact-card { text-align: center; }
.contact-card a { color: #2563eb; font-weight: 850; text-decoration: none; }

.site-footer {
  background: linear-gradient(135deg, #071226, #0f172a);
  color: rgba(255,255,255,.82);
  padding: 44px 20px;
}
.footer-inner {
  width: min(1180px, 92%);
  margin: auto;
  display: grid;
  gap: 18px;
  text-align: center;
}
.footer-brand { display: grid; gap: 6px; }
.footer-brand strong { color: #fff; font-size: 22px; letter-spacing: -0.02em; }
.footer-brand span { color: rgba(255,255,255,.72); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; }
.footer-links a {
  color: #bfdbfe;
  text-decoration: none;
  font-weight: 850;
}
.footer-links a:hover { color: #fff; }
.footer-note { color: rgba(255,255,255,.62); font-size: 14px; }

.cta-reassurance {
  width: 100%;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 750;
  margin-top: 14px;
}
.primary-blue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff !important;
  text-decoration: none;
  font-weight: 850;
}

/* Existing legal and document pages */
.legal-page { background: #f8fafc; }
.legal-hero { background: linear-gradient(135deg, #071226, #172554); color: #fff; padding: 28px 0; }
.legal-hero .nav { width: min(1180px, 92%); margin: auto; display: flex; justify-content: space-between; align-items: center; }
.legal-hero .logo { font-weight: 900; font-size: 20px; }
.legal-hero .nav-links { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-hero .nav-links a { color: #fff; text-decoration: none; font-weight: 750; }
.legal-hero .nav-links .nav-cta { border: 1px solid rgba(96,165,250,.42); background: rgba(37,99,235,.22); padding: 9px 13px; border-radius: 999px; }
.legal-container {
  width: min(980px, 92%);
  margin: 48px auto;
  background: #fff;
  padding: 42px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.legal-container h1 { font-size: 42px; color: #081325; margin-bottom: 10px; }
.legal-container h2 { font-size: 24px; color: #081325; margin: 32px 0 12px; }
.legal-container p, .legal-container li { color: #334155; margin: 10px 0; }
.legal-note { background: #eff6ff; border-left: 5px solid #2563eb; border-radius: 12px; padding: 16px; margin: 22px 0; }
.score-box { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin: 24px 0; }
.score-box div { background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 18px; text-align: center; font-weight: 900; color: #1d4ed8; }
.locked-insights p { margin: 6px 0; }
.roadmap-document ul { margin-bottom: 20px; }

@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 12px; transform: none; }
  .trust-panel { grid-template-columns: repeat(3, 1fr); }
  .impact-band { grid-template-columns: 1fr; }
  .impact-metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .nav-shell { min-height: 74px; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px 0 18px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; border-radius: 10px; background: rgba(255,255,255,.06); }
  .nav-links .nav-cta { border-radius: 10px; }
  .hero-saas { padding-top: 34px; }
  .hero-copy h1 { font-size: 46px; }
  .hero-lead { font-size: 18px; }
  .capability-grid, .pricing-grid, .assessment-layout, .security-layout, .contact-grid { grid-template-columns: 1fr; }
  .pricing-toolbar { flex-direction: column; align-items: stretch; }
  .trust-panel { grid-template-columns: 1fr 1fr; }
  .cta-card { flex-direction: column; align-items: flex-start; }
  .impact-metrics { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
}

@media (max-width: 430px) {
  .top-strip {
    font-size: 11px;
    line-height: 1.45;
    padding: 8px 12px;
    text-wrap: balance;
  }
  .hero-copy h1 {
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
    max-width: 100%;
  }
  .eyebrow {
    font-size: 11px;
    padding: 7px 12px;
    text-wrap: balance;
  }
}

@media (max-width: 520px) {
  .top-strip { font-size: 12px; }
  .brand { font-size: 17px; }
  .brand-mark { font-size: 24px; }
  .hero-copy h1 { font-size: clamp(34px, 9vw, 40px); line-height: 1.08; }
  .hero-actions, .cta-actions { width: 100%; }
  .btn { width: 100%; }
  .dashboard-frame { padding: 10px; border-radius: 16px; }
  .trust-panel { grid-template-columns: 1fr; }
  .section-heading h2, .impact-copy h2, .cta-card h2, .security-layout h2 { font-size: 32px; }
  .impact-band, .cta-card, .legal-container { padding: 26px; }
  .footer-links { flex-direction: column; gap: 10px; }
}


/* v7 revenue and trust launch polish */
.trust-center-section {
  background: linear-gradient(180deg, #06111f 0%, #0b1f3a 100%);
  padding-top: 28px;
}
.trust-center-card {
  width: min(1320px, 92%);
  margin: auto;
  border: 1px solid rgba(147, 197, 253, .22);
  border-radius: 26px;
  background: radial-gradient(circle at top left, rgba(37, 99, 235, .30), transparent 30%), rgba(255,255,255,.055);
  color: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
  padding: 36px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 26px;
  align-items: center;
}
.trust-center-card h2 { color: #fff; font-size: clamp(30px, 3vw, 46px); line-height: 1.05; letter-spacing: -.04em; margin: 14px 0; }
.trust-center-card p { color: rgba(255,255,255,.78); font-size: 17px; }
.trust-center-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trust-center-grid article {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  border-radius: 18px;
  padding: 18px;
}
.trust-center-grid strong { display: block; color: #fff; font-size: 17px; margin-bottom: 8px; }
.trust-center-grid span { color: rgba(255,255,255,.76); font-size: 14px; }
.compact-section { padding-top: 56px; }
.workflow-steps {
  width: min(1320px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.workflow-steps article {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(15,23,42,.07);
  position: relative;
  overflow: hidden;
}
.workflow-steps article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
}
.workflow-steps span { color: #2563eb; font-weight: 950; font-size: 13px; letter-spacing: .08em; }
.workflow-steps h3 { color: #081325; margin: 8px 0; font-size: 19px; }
.workflow-steps p { color: #475569; font-size: 14px; }
.cta-side { display: grid; gap: 14px; justify-items: end; }
.cta-reassurance { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; color: rgba(255,255,255,.78); font-size: 13px; }
.cta-reassurance span { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); border-radius: 999px; padding: 8px 10px; }
.legal-hero .nav-cta { border: 1px solid rgba(96,165,250,.42); background: rgba(37,99,235,.22); padding: 10px 14px; border-radius: 999px; }
.legal-hero .logo { color: #fff; text-decoration: none; }

@media (max-width: 1100px) {
  .trust-center-card { grid-template-columns: 1fr; }
  .workflow-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hero-copy h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-visual { transform: none; margin-top: 8px; }
  .trust-center-grid { grid-template-columns: 1fr; }
  .workflow-steps { grid-template-columns: 1fr; }
  .cta-side { justify-items: stretch; }
  .cta-reassurance { justify-content: flex-start; }
}


/* Conversion optimization v10 */
.assessment-promo-grid {
  width: min(1180px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.assessment-promo-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  border-radius: 22px;
  padding: 32px;
}
.assessment-promo-card h3 {
  color: #081325;
  font-size: 26px;
  letter-spacing: -0.03em;
  margin: 16px 0 10px;
}
.assessment-promo-card p { color: #475569; font-size: 17px; }
.paid-report-card {
  background: radial-gradient(circle at top right, rgba(124, 58, 237, .12), transparent 34%), #0f172a;
  border-color: rgba(96, 165, 250, .24);
  color: #fff;
}
.paid-report-card h3 { color: #fff; }
.paid-report-card p, .paid-report-card li { color: rgba(255,255,255,.78); }
.paid-report-card .btn-secondary { border-color: rgba(255,255,255,.34); }
.assessment-page-hero .section-heading h1 {
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #081325;
  margin: 14px 0;
}
.assessment-page-hero { padding-top: 64px; }
@media (max-width: 860px) {
  .assessment-promo-grid { grid-template-columns: 1fr; }
}


.trust-panel a{color:inherit;text-decoration:none;display:flex;align-items:center;justify-content:center;padding:8px;}
.trust-panel a:hover{opacity:.9;transform:translateY(-2px);}


/* Marketplace approval v15 */
.support-grid, .doc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0;
}
.support-grid article, .doc-card-grid a {
  border: 1px solid #dbeafe;
  background: #f8fafc;
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  color: #334155;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}
.support-grid h3 { color: #081325; margin-bottom: 8px; }
.doc-card-grid strong { display: block; color: #081325; font-size: 18px; margin-bottom: 8px; }
.doc-card-grid span { color: #475569; }
.doc-card-grid a:hover, .support-grid article:hover { transform: translateY(-2px); transition: transform .2s ease, box-shadow .2s ease; box-shadow: 0 16px 36px rgba(15, 23, 42, .1); }
.docs-container a { color: #2563eb; font-weight: 800; }
@media (max-width: 860px) { .support-grid, .doc-card-grid { grid-template-columns: 1fr; } }


/* Emergency legal page visibility fix */
body.legal-page {
  background: #f8fafc !important;
  color: #0f172a !important;
  font-family: Inter, Arial, sans-serif !important;
  margin: 0 !important;
  min-height: 100vh !important;
}

.legal-hero {
  display: block !important;
  background: #071833 !important;
  padding: 24px 32px !important;
}

.legal-hero .nav,
.nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.logo {
  color: #ffffff !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  font-size: 20px !important;
}

.nav-links {
  display: flex !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

.nav-links a {
  color: #dbeafe !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.legal-container {
  display: block !important;
  max-width: 960px !important;
  margin: 40px auto !important;
  padding: 40px !important;
  background: #ffffff !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.legal-container h1,
.legal-container h2,
.legal-container p,
.legal-container li,
.legal-container a {
  visibility: visible !important;
  opacity: 1 !important;
  color: #0f172a !important;
}

.legal-container h1 {
  font-size: 42px !important;
  margin-bottom: 16px !important;
}

.legal-container h2 {
  margin-top: 32px !important;
  font-size: 24px !important;
}

.legal-container p,
.legal-container li {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.legal-note {
  display: block !important;
  background: #eff6ff !important;
  border: 1px solid #bfdbfe !important;
  border-radius: 16px !important;
  padding: 18px !important;
  margin: 24px 0 !important;
}

/* Framework SEO landing pages v16 */
.framework-grid {
  width: min(1180px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.framework-card {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}
.framework-card h3 { color: #081325; font-size: 24px; letter-spacing: -.03em; margin: 16px 0 10px; }
.framework-card p { color: #475569; margin-bottom: 18px; }
.framework-hero-note {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  padding: 18px;
  margin: 24px 0;
  color: #334155;
}
.framework-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 24px 0;
}
.framework-list-grid article {
  border: 1px solid #dbeafe;
  background: #f8fafc;
  border-radius: 16px;
  padding: 20px;
}
.framework-list-grid h3 { color: #081325; margin-bottom: 8px; }
.framework-cta-box {
  background: linear-gradient(135deg, #071226, #172554);
  color: #fff;
  border-radius: 20px;
  padding: 28px;
  margin: 32px 0 10px;
}
.framework-cta-box p { color: rgba(255,255,255,.82); }
.framework-cta-box .primary-blue-btn { margin-top: 14px; }
@media (max-width: 860px) {
  .framework-grid, .framework-list-grid { grid-template-columns: 1fr; }
}

/* Framework section layout hotfix v16.1 */
.framework-grid {
  width: min(1180px, 92%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.framework-card {
  min-width: 0 !important;
}

@media (max-width: 860px) {
  .framework-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Framework CTA fix */
.framework-cta {
  background: linear-gradient(135deg, #02122d, #182c6b);
  color: #ffffff;
  padding: 48px;
  border-radius: 24px;
}

.framework-cta h2 {
  color: #ffffff !important;
}

.framework-cta p {
  color: rgba(255,255,255,0.85) !important;
}

.framework-cta a,
.framework-cta .btn {
  color: #ffffff;
}


/* Day 100 Marketplace + Instant Report additions v1 */
.report-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}
.payment-success-page .btn {
  margin-right: 10px;
  margin-top: 10px;
}
.pricing-toolbar {
  align-items: center;
}
.paid-report-card .btn-secondary {
  color: #ffffff !important;
}
@media (max-width: 720px) {
  .report-action-row { flex-direction: column; }
  .report-action-row .btn { width: 100%; }
}


/* v11 revenue engine support page */
.compact-hero{padding:56px 24px}
.code-block{background:#0f172a;color:#e2e8f0;border-radius:14px;padding:18px;overflow:auto;font-size:14px;line-height:1.6}
.muted-note{color:#64748b;font-size:14px}

/* v16.0.1 Razorpay integration */
.microcopy {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}
button.btn {
  border: 0;
  cursor: pointer;
  font: inherit;
}
button.btn:disabled {
  opacity: 0.7;
  cursor: wait;
}
.payment-status-page .legal-note p + p {
  margin-top: 10px;
}


/* v16.1 brand rollout: official AI Governance Hub H+A logo */
.brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  object-fit: cover;
  display: inline-block;
  flex: 0 0 auto;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.22);
  vertical-align: middle;
}
.logo-with-icon,
.footer-logo-line {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.logo-with-icon .brand-icon,
.footer-logo-line .brand-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.footer-logo-line {
  color: #fff;
  font-weight: 850;
  font-size: 18px;
  margin-bottom: 6px;
}
@media (max-width: 720px) {
  .brand-icon { width: 30px; height: 30px; border-radius: 8px; }
}


/* v16.3 Starter Launch Edition pricing */
.pricing-hero {
  background: linear-gradient(135deg, #06111f 0%, #071833 48%, #11145a 100%);
  color: #fff;
  padding-top: 64px;
}
.pricing-hero .section-heading h1 {
  color: #fff;
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 14px 0;
}
.pricing-hero .section-heading p {
  color: rgba(236, 246, 255, .88);
}
.pricing-hero-actions {
  justify-content: center;
  margin-top: 24px;
}
.pricing-hero-secondary {
  color: #fff;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.32);
}
.launch-badge {
  display: inline-block;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 850;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pricing-tier-subtitle {
  color: var(--muted);
  font-weight: 750;
  font-size: 15px;
  margin-bottom: 4px;
}
.pricing-card-starter {
  border-color: #2563eb;
  box-shadow: 0 18px 45px rgba(37, 99, 235, .14);
}
.pricing-card-note {
  margin-top: 14px;
}
.pricing-price-marketplace,
.pricing-price-enterprise {
  font-size: 38px;
  color: #081325;
}
.starter-prefill-card {
  width: min(1320px, 92%);
  margin: 28px auto 0;
  background: #f8fafc;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 24px;
}
.starter-prefill-card h3 {
  color: #081325;
  margin-bottom: 8px;
}
.starter-prefill-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.starter-prefill-grid label {
  display: grid;
  gap: 8px;
  font-weight: 750;
  color: #334155;
  font-size: 14px;
}
.starter-checkout-fields {
  display: grid;
  gap: 14px;
  margin: 20px 0;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #dbeafe;
  border-radius: 14px;
}
.starter-checkout-fields label {
  display: grid;
  gap: 8px;
  font-weight: 750;
  color: #334155;
  font-size: 14px;
}
.starter-verify-note {
  margin-top: 4px;
  color: #1d4ed8;
  font-weight: 750;
}
.pricing-table-wrap {
  width: min(1180px, 92%);
  margin: auto;
  overflow-x: auto;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}
.pricing-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
.pricing-compare-table th,
.pricing-compare-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
  font-size: 15px;
}
.pricing-compare-table thead th {
  background: #eff6ff;
  color: #081325;
  font-weight: 850;
}
.pricing-compare-table tbody th {
  font-weight: 750;
  color: #081325;
  background: #f8fafc;
}
.pricing-compare-table tr:last-child th,
.pricing-compare-table tr:last-child td {
  border-bottom: none;
}
.activation-steps {
  width: min(1320px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.activation-steps article {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}
.activation-steps span {
  color: #2563eb;
  font-weight: 950;
  font-size: 13px;
  letter-spacing: .08em;
}
.activation-steps h3 {
  color: #081325;
  margin: 8px 0;
  font-size: 18px;
}
.activation-steps p {
  color: #475569;
  font-size: 14px;
}
.faq-list {
  width: min(860px, 92%);
  margin: auto;
  display: grid;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 4px 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 850;
  color: #081325;
  padding: 14px 0;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: right;
  color: #2563eb;
  font-weight: 900;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  color: #475569;
  padding-bottom: 16px;
  margin-top: -4px;
}
.faq-item a { color: #2563eb; font-weight: 750; }
.razorpay-trust-strip {
  width: min(1180px, 92%);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.razorpay-trust-strip span {
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1e3a8a;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 750;
  font-size: 14px;
}
.razorpay-trust-strip a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 850;
}
.starter-promo-card {
  width: min(1180px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #071226, #172554);
  color: #fff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: var(--shadow);
}
.starter-promo-copy h3 {
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.03em;
  margin: 12px 0;
}
.starter-promo-copy p { color: rgba(255,255,255,.82); }
.starter-price {
  font-size: 42px;
  font-weight: 950;
  color: #93c5fd;
  margin: 12px 0;
}
.starter-price span {
  font-size: 18px;
  font-weight: 750;
  color: rgba(255,255,255,.72);
}
.starter-feature-list {
  margin-top: 16px;
  color: rgba(255,255,255,.84);
}
.starter-promo-actions {
  display: grid;
  gap: 14px;
}
.starter-btn-dark {
  color: #fff;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.28);
}
.starter-promo-actions .microcopy {
  color: rgba(255,255,255,.68);
}
.payment-status-page .btn-secondary {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
}
@media (max-width: 1100px) {
  .activation-steps { grid-template-columns: repeat(2, 1fr); }
  .starter-promo-card { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .starter-prefill-grid { grid-template-columns: 1fr; }
  .activation-steps { grid-template-columns: 1fr; }
  .pricing-hero-actions { flex-direction: column; width: 100%; }
  .pricing-hero-actions .btn { width: 100%; }
  .starter-preview-grid { grid-template-columns: 1fr 1fr; }
}

/* v17.0 Upload → Preview → Pay → Download */
.starter-upload-section,
.starter-preview-panel,
.starter-checkout-fields h4 {
  margin-top: 1rem;
}

.starter-upload-section h4,
.starter-preview-panel h4,
.starter-checkout-fields h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #1e3a8a;
}

.starter-upload-status {
  min-height: 1.25rem;
  margin-top: 0.5rem;
}

.starter-upload-error {
  color: #b91c1c;
}

.starter-preview-panel {
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 1rem;
  background: #f8fbff;
}

.preview-locked-badge {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-size: 0.75rem;
  font-weight: 600;
  vertical-align: middle;
}

.starter-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.75rem 0;
}

.starter-preview-stat {
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 0.75rem;
  background: #fff;
}

.starter-preview-stat span {
  display: block;
  font-size: 0.8rem;
  color: #64748b;
}

.starter-preview-stat strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.25rem;
  color: #1d4ed8;
}

.starter-preview-stat small {
  display: block;
  margin-top: 0.15rem;
  color: #475569;
}

.starter-preview-note {
  margin-bottom: 0;
}

.starter-download-status {
  margin-top: 1rem;
}

.recover-form {
  max-width: 480px;
  margin: 1.5rem 0;
}

.recover-report-list {
  display: grid;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}

.recover-report-card {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 1rem;
  background: #f8fbff;
}

.recover-report-card h3 {
  margin: 0 0 0.5rem;
  color: #1d4ed8;
}

.recover-report-card p {
  margin: 0.25rem 0;
}

.starter-recover-status {
  min-height: 1.25rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
  background: #2563eb;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  overflow: visible;
}

.admin-pre {
  background: #0f172a;
  color: #e2e8f0;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 13px;
}

.report-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 2px;
}

.report-format-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }
.dashboard-score-banner {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 12px 0;
}

/* v19.0 Guided Assessment Wizard */
.wizard-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.wizard-steps-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  justify-content: center;
}
.wizard-steps {
  justify-content: center;
  margin: 1.5rem auto 2rem;
  max-width: 960px;
}
.wizard-step {
  font-size: 13px;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
}
.wizard-step.active { background: #2563eb; color: #fff; }
.wizard-step.done { background: #dbeafe; color: #1d4ed8; }

.assessment-wizard-card {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.5rem;
  background: #fff;
  box-shadow: var(--shadow);
}
.wizard-panel h3, .wizard-panel h4 { margin-top: 0; }

.source-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin: 1rem 0;
}
.source-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  border: 2px solid #dbe5f0;
  border-radius: 12px;
  background: #f8fafc;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}
.source-card:hover, .source-card.selected {
  border-color: #2563eb;
  background: #eff6ff;
}
.coming-soon-label { margin-top: 0.75rem; font-style: italic; }

.sample-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.5rem;
}
.field-requirements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.field-requirement {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.75rem;
  background: #f8fafc;
}
.compatibility-panel {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.compat-score {
  font-size: 1.5rem;
  font-weight: 800;
  color: #047857;
}
.enterprise-gate {
  background: #fff7ed;
  border: 1px solid #fdba74;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.locked-features .locked-item {
  list-style: none;
  opacity: 0.65;
}
.locked-features .locked-item::before {
  content: "Locked · ";
  font-weight: 600;
  font-size: 0.85em;
}
.unlock-benefits ul, .trust-checklist {
  margin: 0.75rem 0 1.25rem;
  padding-left: 1.25rem;
}
.preview-text-block { margin-bottom: 1rem; }
.video-placeholder { font-style: italic; color: var(--muted); }

.order-summary-box {
  background: #f8fafc;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  padding: 1rem;
  margin: 1rem 0;
}
.order-summary-table { width: 100%; border-collapse: collapse; margin: 0.75rem 0; }
.order-summary-table th, .order-summary-table td { padding: 0.5rem 0; text-align: left; border-bottom: 1px solid #e2e8f0; }
.order-total-row td, .order-total-row th { border-bottom: none; font-size: 1.1rem; }
.order-confirm-label { display: flex; gap: 0.5rem; align-items: flex-start; margin: 1rem 0; }
.currency-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.currency-row select { padding: 0.5rem; border-radius: 8px; border: 1px solid #dbe5f0; }

.commercial-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

/* v23.0 Enterprise Launch UX */
:root {
  --agh-radius: 12px;
  --agh-radius-sm: 8px;
  --agh-focus: #2563eb;
  --agh-success-bg: #ecfdf5;
  --agh-success-border: #6ee7b7;
  --agh-error-bg: #fef2f2;
  --agh-error-border: #fecaca;
  --agh-info-bg: #eff6ff;
  --agh-info-border: #bfdbfe;
  --agh-warning-bg: #fff7ed;
  --agh-warning-border: #fdba74;
}

.agh-page-intro,
.page-intro { max-width: 42rem; margin-bottom: 1.5rem; color: var(--muted); font-size: 1.05rem; line-height: 1.6; }
.agh-page-intro strong,
.page-intro strong { color: var(--ink); }
.page-intro .section-kicker { display: block; margin-bottom: 0.35rem; }
.agh-trust-strip { display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; margin: 1rem 0 1.5rem; padding: 0.75rem 1rem; background: #f8fafc; border: 1px solid var(--line); border-radius: var(--agh-radius-sm); font-size: 13px; color: var(--muted); }
.agh-trust-strip a { color: var(--blue); font-weight: 600; }
.agh-next-steps { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.agh-next-steps ol { margin: 0.75rem 0 0 1.25rem; line-height: 1.7; color: var(--muted); }
.agh-spinner { display: inline-block; width: 1.125rem; height: 1.125rem; border: 2px solid #cbd5e1; border-top-color: var(--blue); border-radius: 50%; animation: agh-spin 0.7s linear infinite; vertical-align: middle; margin-right: 0.5rem; }
@keyframes agh-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .agh-spinner { animation: none; border-top-color: var(--blue); } html { scroll-behavior: auto; } }
.agh-loading-inline { display: flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1rem; background: var(--agh-info-bg); border: 1px solid var(--agh-info-border); border-radius: var(--agh-radius-sm); font-size: 14px; }
.agh-progress { padding: 1rem; background: var(--agh-info-bg); border: 1px solid var(--agh-info-border); border-radius: var(--agh-radius); margin: 1rem 0; }
.agh-progress-header { display: flex; align-items: center; font-weight: 600; font-size: 14px; margin-bottom: 0.75rem; }
.agh-progress-track { height: 8px; background: #dbeafe; border-radius: 999px; overflow: hidden; }
.agh-progress-bar { height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); border-radius: 999px; transition: width 0.35s ease; }
.agh-progress-eta { font-size: 12px; color: var(--muted); margin-top: 0.5rem; }
.agh-progress-done { color: #047857; font-weight: 600; background: var(--agh-success-bg); border-color: var(--agh-success-border); }
.agh-check { display: inline-flex; align-items: center; justify-content: center; width: 1.25rem; height: 1.25rem; background: var(--green); color: #fff; border-radius: 50%; font-size: 12px; margin-right: 0.35rem; }
.agh-alert { padding: 1rem 1.125rem; border-radius: var(--agh-radius-sm); margin: 0.75rem 0; font-size: 14px; line-height: 1.55; }
.agh-alert-title { font-weight: 700; font-size: 15px; margin-bottom: 0.35rem; }
.agh-alert-body { margin-bottom: 0.35rem; }
.agh-alert-fix, .agh-alert-next { font-size: 13px; margin-top: 0.35rem; }
.agh-alert-error { background: var(--agh-error-bg); border: 1px solid var(--agh-error-border); color: #991b1b; }
.agh-alert-success { background: var(--agh-success-bg); border: 1px solid var(--agh-success-border); color: #065f46; }
.agh-alert-warning { background: var(--agh-warning-bg); border: 1px solid var(--agh-warning-border); color: #9a3412; }
.agh-alert-warning h1 { font-size: 1.35rem; margin-bottom: 0.5rem; }
.agh-alert-success h1 { font-size: 1.35rem; margin-bottom: 0.5rem; }
.agh-empty-state { text-align: center; padding: 2.5rem 1.5rem; border: 1px dashed #cbd5e1; border-radius: var(--agh-radius); background: #fafbfc; margin: 1.5rem 0; }
.agh-empty-icon { font-size: 2.5rem; margin-bottom: 0.75rem; line-height: 1; }
.agh-empty-state h2 { font-size: 1.25rem; margin-bottom: 0.5rem; color: var(--ink); }
.agh-empty-state p { color: var(--muted); max-width: 28rem; margin: 0 auto 1.25rem; line-height: 1.6; }
.agh-success-panel { padding: 1.5rem; background: var(--agh-success-bg); border: 1px solid var(--agh-success-border); border-radius: var(--agh-radius); margin-bottom: 1.5rem; }
.agh-success-panel h2 { color: #047857; margin-bottom: 0.5rem; font-size: 1.35rem; }
.agh-toast { position: fixed; bottom: 1.5rem; right: 1.5rem; left: 1.5rem; max-width: 420px; margin-left: auto; z-index: 9999; box-shadow: var(--shadow); }
.agh-toast .agh-alert { margin: 0; }
.wizard-steps { position: sticky; top: 0; z-index: 20; background: rgba(248, 250, 252, 0.95); backdrop-filter: blur(8px); padding: 0.75rem 0; }
.btn { transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease; }
.btn:hover:not(:disabled) { transform: translateY(-1px); }
.btn:active:not(:disabled) { transform: translateY(0); }
.btn:disabled { opacity: 0.55; cursor: not-allowed; }
img.brand-icon { width: 36px; height: 36px; object-fit: contain; }
@media (max-width: 768px) {
  .wizard-steps { position: relative; top: auto; }
  .agh-toast { left: 1rem; right: 1rem; max-width: none; }
  .report-format-row .btn { flex: 1 1 100%; }
  .order-summary-table { display: block; overflow-x: auto; }
  .pricing-compare-wrap::after {
    content: "Scroll horizontally to compare plans →";
    display: block;
    font-size: 12px;
    color: var(--muted);
    text-align: center;
    margin-top: 0.5rem;
  }
}
@media (max-width: 860px) {
  .legal-hero .nav { flex-wrap: wrap; gap: 0.75rem; }
  .legal-nav-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
  }
  .legal-hero .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 0.75rem 0;
  }
  .legal-hero .nav-links.open { display: flex; }
}
.legal-nav-toggle { display: none; }
.company-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}
.enterprise-commercial-panel {
  max-width: 920px;
  margin: 0 auto 2rem;
  padding: 1.5rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.enterprise-commercial-panel h3 { margin-top: 0; font-size: 1.1rem; }
.enterprise-commercial-panel ul { margin: 0.5rem 0 0; padding-left: 1.25rem; line-height: 1.6; }
.enterprise-footer-note { font-size: 13px; color: var(--muted); margin-top: 0.75rem; }

/* v24.0 Executive Intelligence Dashboard */
.exec-dashboard-main { max-width: 1100px; }
.exec-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.25rem 0; border-bottom: 1px solid var(--line); padding-bottom: 0.75rem; }
.exec-tab { background: transparent; border: 1px solid var(--line); border-radius: var(--agh-radius-sm); padding: 0.45rem 0.85rem; font-size: 13px; font-weight: 600; cursor: pointer; color: var(--muted); }
.exec-tab.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.exec-tab-panel { margin-top: 1rem; }
.exec-kpi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.75rem; margin-bottom: 1.25rem; }
.exec-kpi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--agh-radius-sm); padding: 1rem; display: flex; flex-direction: column; gap: 0.25rem; }
.exec-kpi-label { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; }
.exec-kpi-value { font-size: 1.75rem; font-weight: 700; color: var(--ink); line-height: 1.1; }
.exec-kpi-sub { font-size: 12px; color: var(--muted); }
.exec-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.exec-card { background: #fff; border: 1px solid var(--line); border-radius: var(--agh-radius); padding: 1.25rem; margin-bottom: 1rem; }
.exec-card h2 { font-size: 1.1rem; margin-bottom: 0.75rem; color: var(--ink); }
.exec-list { margin: 0; padding-left: 1.25rem; line-height: 1.65; color: var(--muted); }
.exec-table-wrap { overflow-x: auto; }
.exec-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.exec-table th, .exec-table td { border: 1px solid var(--line); padding: 0.5rem 0.65rem; text-align: left; }
.exec-table th { background: #f8fafc; font-weight: 600; }
.exec-heatmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; }
.exec-heat-cell { text-align: center; padding: 1rem 0.5rem; border-radius: var(--agh-radius-sm); border: 1px solid var(--line); }
.exec-heat-count { display: block; font-size: 1.5rem; font-weight: 700; }
.exec-heat-label { font-size: 11px; text-transform: uppercase; color: var(--muted); }
.exec-heat-critical { background: #fef2f2; border-color: #fecaca; }
.exec-heat-high { background: #fff7ed; border-color: #fdba74; }
.exec-heat-medium { background: #fffbeb; border-color: #fde68a; }
.exec-heat-low { background: #ecfdf5; border-color: #6ee7b7; }
.exec-bar-chart { display: flex; align-items: flex-end; gap: 0.5rem; min-height: 180px; padding: 1rem 0; }
.exec-bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 0.35rem; min-width: 40px; }
.exec-bar { width: 100%; max-width: 48px; background: linear-gradient(180deg, var(--blue), var(--cyan)); border-radius: 4px 4px 0 0; min-height: 4px; transition: height 0.3s ease; }
.exec-bar-label { font-size: 10px; color: var(--muted); text-align: center; word-break: break-word; }
.exec-trend-badge { display: inline-block; padding: 0.35rem 0.75rem; border-radius: 999px; font-size: 13px; font-weight: 600; }
.exec-trend-improving { background: var(--agh-success-bg); color: #047857; }
.exec-trend-declining { background: var(--agh-error-bg); color: #991b1b; }
.exec-trend-stable { background: #f1f5f9; color: var(--muted); }
.exec-chart-tabs { display: flex; gap: 0.5rem; margin-bottom: 0.75rem; }
.exec-chart-period.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.exec-industry-label { display: block; margin: 1rem 0; font-size: 14px; font-weight: 600; }
.exec-industry-select { display: block; width: 100%; max-width: 360px; margin-top: 0.35rem; padding: 0.5rem; border: 1px solid var(--line); border-radius: var(--agh-radius-sm); }
.exec-action-owner { width: 100%; min-width: 80px; padding: 0.25rem; font-size: 12px; }
.exec-action-status { font-size: 12px; padding: 0.25rem; }
@media (max-width: 768px) {
  .exec-two-col { grid-template-columns: 1fr; }
  .exec-heatmap { grid-template-columns: repeat(2, 1fr); }
  .exec-tabs { gap: 0.35rem; }
  .exec-tab { flex: 1 1 calc(50% - 0.35rem); text-align: center; }
}

/* v25.0 Governance Workspace */
.ws-kanban-board { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; margin: 1rem 0; min-height: 280px; }
.ws-kanban-col { background: #f8fafc; border: 1px solid var(--line); border-radius: var(--agh-radius-sm); padding: 0.65rem; }
.ws-col-title { font-size: 13px; font-weight: 700; margin: 0 0 0.65rem; display: flex; justify-content: space-between; }
.ws-col-count { background: #e2e8f0; border-radius: 999px; padding: 0 0.4rem; font-size: 11px; }
.ws-task-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 0.55rem; margin-bottom: 0.5rem; cursor: pointer; font-size: 13px; }
.ws-task-card:hover { border-color: var(--blue); box-shadow: 0 2px 6px rgba(37,99,235,0.12); }
.ws-task-meta { display: block; font-size: 11px; color: var(--muted); margin-top: 0.25rem; }
.ws-task-due { display: block; font-size: 11px; color: #b45309; margin-top: 0.2rem; }
.ws-view-switch { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.75rem; }
.ws-view-switch .btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }
#ws-task-detail label { display: block; margin: 0.65rem 0; font-size: 13px; font-weight: 600; }
#ws-task-detail input, #ws-task-detail select, #ws-task-detail textarea { display: block; width: 100%; margin-top: 0.25rem; padding: 0.45rem; font-weight: 400; border: 1px solid var(--line); border-radius: 6px; }
.ws-export-row { flex-wrap: wrap; }
.ws-audit { max-height: 240px; overflow-y: auto; }
@media (max-width: 900px) {
  .ws-kanban-board { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .ws-kanban-board { grid-template-columns: 1fr; }
}

