/* AI Governance Hub Website Version: 2026.06.26-marketplace-approval-v15 */
: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: 520px) {
  .top-strip { font-size: 12px; }
  .brand { font-size: 17px; }
  .brand-mark { font-size: 24px; }
  .hero-copy h1 { font-size: 40px; }
  .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; } }
