/* AccuDatum components: heroes, cards, content layouts, utilities, and footer. */

/* Hero areas */
.accudatum-hero,
.page-hero,
.pagehead {
  background:
    linear-gradient(rgba(8, 38, 83, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 38, 83, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 88% 18%, rgba(42, 140, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f8fd 100%);
  background-size: 44px 44px, 44px 44px, auto, auto;
  border-bottom: 1px solid var(--ad-line);
}

.accudatum-hero {
  padding: 76px 0 54px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  width: min(var(--ad-container), calc(100% - 48px));
  margin-inline: auto;
  gap: 70px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--ad-teal);
  font-family: var(--ad-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 10px;
  background: var(--ad-teal);
}

.hero-title {
  max-width: 720px;
  margin: 16px 0 18px;
  color: var(--ad-navy);
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 26px;
  color: #52647c;
  font-size: 16.5px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 20px;
  color: #53647b;
  font-size: 11px;
  font-weight: 750;
}

.hero-proof span {
  position: relative;
  padding-left: 16px;
}

.hero-proof span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ad-teal);
  box-shadow: 0 0 0 4px rgba(0, 123, 115, 0.1);
  transform: translateY(-50%);
}

/* Illustrative clinical data and statistical programming workspace */
.evidence-workspace {
  width: min(100%, 540px);
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(8, 38, 83, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    url(../images/hero-home-accudatum.svg) center / cover no-repeat;
  box-shadow: 0 28px 72px rgba(8, 38, 83, 0.17);
}

.workspace-header,
.workspace-card-head,
.workspace-footer,
.workspace-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.workspace-header {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ad-line);
}

.workspace-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--ad-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.workspace-header strong {
  color: var(--ad-navy);
  font-family: var(--ad-display);
  font-size: 18px;
}

.workspace-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(0, 123, 115, 0.18);
  border-radius: 999px;
  color: var(--ad-teal);
  background: rgba(0, 123, 115, 0.07);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.workspace-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #15a77d;
  box-shadow: 0 0 0 4px rgba(21, 167, 125, 0.12);
}

.workspace-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.workspace-metrics > div {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--ad-line);
  border-radius: 11px;
  background: rgba(247, 250, 255, 0.92);
}

.workspace-metrics span,
.workspace-metrics small {
  display: block;
}

.workspace-metrics span {
  color: var(--ad-muted);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workspace-metrics strong {
  display: block;
  min-height: 30px;
  margin: 4px 0 2px;
  color: var(--ad-navy);
  font-family: var(--ad-display);
  font-size: 12px;
  line-height: 1.24;
}

.workspace-metrics small {
  color: #728098;
  font-size: 8px;
  line-height: 1.35;
}

.workspace-main {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(160px, 0.75fr);
  gap: 12px;
}

.workspace-side-stack {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.workspace-chart-card,
.workspace-code-card,
.workspace-survey-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--ad-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
}

.workspace-card-head span {
  color: var(--ad-navy);
  font-size: 10px;
  font-weight: 800;
}

.workspace-card-head small {
  color: #7a899e;
  font-size: 8px;
}

.workspace-chart {
  display: block;
  width: 100%;
  margin-top: 8px;
}

.chart-grid-lines {
  fill: none;
  stroke: #dfe7f2;
  stroke-width: 1;
}

.chart-area {
  fill: rgba(42, 140, 255, 0.11);
}

.chart-line-primary,
.chart-line-secondary {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-line-primary {
  stroke: var(--ad-blue);
  stroke-width: 4;
}

.chart-line-secondary {
  stroke: var(--ad-teal);
  stroke-width: 3;
  stroke-dasharray: 7 7;
}

.chart-points {
  fill: #ffffff;
  stroke: var(--ad-blue);
  stroke-width: 3;
}

.workspace-legend {
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #6b7890;
  font-size: 8px;
}

.workspace-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.workspace-legend i {
  display: inline-block;
  width: 14px;
  height: 2px;
}

.legend-primary { background: var(--ad-blue); }
.legend-secondary { background: var(--ad-teal); }

.code-lines {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.code-lines span {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 0 7px;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #edf1f6;
}

.code-lines b {
  grid-row: 1 / 3;
  color: #9aa7b8;
  font-size: 8px;
  font-weight: 700;
}

.code-lines code {
  color: var(--ad-blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  font-weight: 750;
}

.code-lines em {
  color: #7b899c;
  font-size: 8px;
  font-style: normal;
}

.workspace-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
}

.workspace-tags span {
  padding: 4px 6px;
  border-radius: 5px;
  color: var(--ad-navy);
  background: var(--ad-soft-blue);
  font-size: 7.5px;
  font-weight: 800;
}

/* Survey-study panel inside the hero evidence workspace */
.survey-study-summary {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.survey-study-summary > div:first-child {
  padding-right: 10px;
  border-right: 1px solid var(--ad-line);
}

.survey-study-summary strong,
.survey-study-summary span {
  display: block;
}

.survey-study-summary strong {
  color: var(--ad-blue);
  font-family: var(--ad-display);
  font-size: 24px;
  line-height: 1;
}

.survey-study-summary > div:first-child span {
  margin-top: 5px;
  color: #748298;
  font-size: 7.5px;
  line-height: 1.35;
}

.survey-study-bars {
  display: grid;
  gap: 7px;
}

.survey-study-bars span {
  position: relative;
  height: 7px;
  overflow: visible;
  border-radius: 999px;
  background: #e8eef6;
}

.survey-study-bars span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--survey-width);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ad-blue), var(--ad-teal));
}

.survey-study-bars i {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 1;
  color: #7a899e;
  font-size: 6.5px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.workspace-footer {
  justify-content: center;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--ad-line);
}

.workspace-footer span {
  position: relative;
  padding-left: 11px;
  color: #5f6f86;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workspace-footer span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ad-teal);
  transform: translateY(-50%);
}

.page-hero,
.pagehead {
  padding: 76px 0 64px;
  text-align: center;
}

.page-hero .container,
.pagehead .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-hero .hero-title,
.pagehead h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(40px, 5vw, 62px);
}

.page-hero .hero-copy,
.pagehead p {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

/* Home trust strip */
.trust-strip {
  display: grid;
  width: min(var(--ad-container), calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--ad-line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(8, 38, 83, 0.09);
}

.trust-item {
  position: relative;
  min-width: 0;
  padding: 20px 24px 20px 28px;
}

.trust-item::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 15px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--ad-blue), var(--ad-teal));
}

.trust-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ad-navy);
  font-family: var(--ad-display);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
}

.trust-item span {
  display: block;
  color: var(--ad-muted);
  font-size: 11px;
  line-height: 1.5;
}

.trust-strip-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trust-strip-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-strip-six .trust-item:nth-child(n + 4) {
  border-top: 1px solid var(--ad-line);
}

.trust-strip-six .trust-item:not(:nth-child(3n + 1)) {
  border-left: 1px solid var(--ad-line);
}

/* Core expertise cards */
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.expertise-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--ad-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(8, 38, 83, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.expertise-card:hover {
  border-color: rgba(23, 95, 208, 0.32);
  box-shadow: 0 18px 42px rgba(8, 38, 83, 0.1);
  transform: translateY(-3px);
}

.expertise-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ad-blue), var(--ad-blue-bright));
}

.expertise-card-featured {
  border-color: rgba(23, 95, 208, 0.27);
  background: linear-gradient(145deg, #ffffff 0%, #f4f8ff 100%);
}

.expertise-card-growth {
  border-color: rgba(0, 123, 115, 0.24);
  background: linear-gradient(145deg, #ffffff 0%, #f3fbf8 100%);
}

.expertise-card-growth::after {
  background: linear-gradient(90deg, var(--ad-teal), #39bfa7);
}

.expertise-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.expertise-tag {
  padding: 6px 10px;
  border: 1px solid rgba(23, 95, 208, 0.12);
  border-radius: 999px;
  color: #51637b;
  background: #f4f7fb;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.expertise-card-growth .expertise-tag {
  border-color: rgba(0, 123, 115, 0.14);
  color: var(--ad-teal);
  background: rgba(0, 123, 115, 0.07);
}

.priority-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  border: 1px solid #8fc6ff;
  border-radius: 13px;
  color: var(--ad-blue);
  background: var(--ad-soft-blue);
}

.expertise-card-growth .priority-icon {
  border-color: rgba(0, 123, 115, 0.28);
  color: var(--ad-teal);
  background: rgba(0, 123, 115, 0.07);
}

.priority-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.expertise-card h3 {
  margin-bottom: 12px;
  color: var(--ad-navy);
  font-size: 23px;
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.expertise-card p {
  color: var(--ad-muted);
  font-size: 13.5px;
  line-height: 1.68;
}

.expertise-card ul {
  margin: 17px 0 22px;
  padding-left: 20px;
  color: #53647b;
  font-size: 12px;
  line-height: 1.62;
}

.expertise-card li + li {
  margin-top: 7px;
}

.priority-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--ad-line);
}

.priority-links a {
  color: var(--ad-blue);
  font-size: 11.5px;
  font-weight: 850;
}

.expertise-card-growth .priority-links a {
  color: var(--ad-teal);
}

.priority-links a:hover,
.priority-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.capability-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid #cad9eb;
  border-radius: 14px;
  background: linear-gradient(120deg, #f8fbff 0%, #eef6ff 100%);
}

.capability-band-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  color: var(--ad-blue);
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(8, 38, 83, 0.08);
}

.capability-band-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability-band span {
  color: var(--ad-blue);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.capability-band h3 {
  margin: 3px 0 4px;
  color: var(--ad-navy);
  font-size: 17px;
}

.capability-band p {
  color: var(--ad-muted);
  font-size: 12px;
  line-height: 1.55;
}

.capability-band .btn-secondary {
  white-space: nowrap;
}

/* Sections and cards */
.section,
.sec {
  padding: 70px 0;
}

.section.soft,
.sec.cream {
  background: var(--ad-soft);
}

.section-head,
.sec-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.75fr);
  align-items: end;
  gap: 46px;
  margin-bottom: 28px;
}

.section-title,
.sec-head h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--ad-navy);
  font-size: clamp(31px, 3.2vw, 45px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.section-summary,
.sec-head p {
  margin-bottom: 3px;
  color: var(--ad-muted);
  font-size: 14px;
  line-height: 1.7;
}

.service-grid,
.feat-grid,
.page-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.feat,
.industry-card,
.contact-card,
.why-card {
  min-width: 0;
  padding: 25px 23px;
  border: 1px solid var(--ad-line);
  border-radius: var(--ad-radius);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(8, 38, 83, 0.055);
}

a.service-card,
a.feat {
  display: block;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

a.service-card:hover,
a.service-card:focus-visible,
a.feat:hover,
a.feat:focus-visible {
  border-color: rgba(23, 95, 208, 0.45);
  box-shadow: var(--ad-shadow);
  transform: translateY(-4px);
}

.service-card h3,
.feat h4,
.industry-card h3,
.contact-card h3,
.why-card h3 {
  margin-bottom: 10px;
  color: var(--ad-navy);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.service-card p,
.feat p,
.industry-card p,
.contact-card p,
.why-card p {
  color: var(--ad-muted);
  font-size: 13px;
  line-height: 1.68;
}

.service-card ul,
.feat ul {
  margin: 16px 0 0;
  padding-left: 19px;
  color: var(--ad-muted);
  font-size: 13px;
}

.service-card li + li,
.feat li + li {
  margin-top: 6px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border: 1px solid #7bbcff;
  border-radius: 50%;
  color: var(--ad-blue);
  background: #f3f8ff;
  font-family: var(--ad-display);
  font-size: 16px;
  font-weight: 800;
}

.service-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.homepage-specialist-grid .service-card:last-child:nth-child(4n + 3) {
  grid-column: auto;
}

.service-group-heading {
  margin-bottom: 16px;
}

.service-group-spaced {
  margin-top: 44px;
}

.why-grid,
.industry-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.why-number {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--ad-blue);
  background: var(--ad-soft-blue);
  font-family: var(--ad-display);
  font-size: 12px;
  font-weight: 800;
}

.premium-final-cta,
.split-cta {
  margin-top: 30px;
  border: 1px solid #c8d9ef;
  border-radius: 15px;
  background: linear-gradient(120deg, #f6fbff 0%, #ebf5ff 100%);
  box-shadow: 0 10px 28px rgba(8, 38, 83, 0.06);
}

.premium-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 34px;
}

.premium-final-cta h3,
.split-cta h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.premium-final-cta p,
.split-cta p {
  max-width: 780px;
  color: var(--ad-muted);
  font-size: 13px;
}

.premium-final-cta .btn-primary {
  flex: 0 0 auto;
  max-width: 220px;
}

.split-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.split-cta > div {
  padding: 34px;
}

.split-cta > div + div {
  border-left: 1px solid #c8d9ef;
}

.split-cta .btn-primary {
  margin-top: 10px;
}

/* Representative deliverables */
.deliverables-section {
  padding-top: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.deliverables-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.55fr);
  gap: 44px;
  padding: 46px;
  border-radius: 20px;
  color: #dce7f5;
  background:
    radial-gradient(circle at 88% 15%, rgba(42, 140, 255, 0.22), transparent 31%),
    linear-gradient(135deg, var(--ad-navy-deep), var(--ad-navy));
  box-shadow: 0 26px 62px rgba(8, 38, 83, 0.18);
}

.section-kicker-light {
  color: #73d4ff;
}

.deliverables-intro h2 {
  margin: 12px 0 14px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: -0.035em;
}

.deliverables-intro p {
  color: #c7d5e7;
  font-size: 13.5px;
  line-height: 1.7;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.deliverables-grid article {
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.065);
}

.deliverables-grid article > span {
  display: inline-block;
  margin-bottom: 13px;
  color: #72caff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.deliverables-grid h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 16px;
}

.deliverables-grid p {
  color: #c7d5e7;
  font-size: 11.5px;
  line-height: 1.6;
}

body.home .industry-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .industry-card {
  position: relative;
  padding-top: 30px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.home .industry-card:hover {
  border-color: rgba(23, 95, 208, 0.28);
  box-shadow: var(--ad-shadow);
  transform: translateY(-3px);
}

body.home .industry-card > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--ad-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.professional-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  margin-top: 34px;
  padding: 38px 42px;
  border: 1px solid rgba(23, 95, 208, 0.2);
  border-radius: 18px;
  background: linear-gradient(120deg, #f8fbff 0%, #edf5ff 100%);
}

.cta-kicker {
  color: var(--ad-blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.professional-final-cta h2 {
  max-width: 760px;
  margin: 8px 0 10px;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.035em;
}

.professional-final-cta p {
  max-width: 760px;
  color: var(--ad-muted);
  font-size: 13.5px;
}

.professional-final-actions {
  display: flex;
  min-width: 205px;
  flex-direction: column;
  align-items: stretch;
  gap: 13px;
}

.text-link {
  color: var(--ad-blue);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Service details and content */
.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
  gap: 50px;
  align-items: start;
}

.service-detail-summary {
  max-width: 720px;
  margin-top: 18px;
}

.service-detail-panel {
  padding: 30px;
  border-radius: var(--ad-radius);
  color: #ffffff;
  background: var(--ad-navy);
  box-shadow: var(--ad-shadow-lg);
}

.service-detail-panel h3 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 22px;
}

.service-detail-panel ul {
  margin: 0;
  padding-left: 20px;
  color: #e8eff9;
}

.service-detail-panel li + li {
  margin-top: 10px;
}

.service-custom-content,
.entry {
  width: min(850px, calc(100% - 48px));
  margin: 48px auto;
  color: var(--ad-text);
}

.service-custom-content h2,
.service-custom-content h3,
.entry h1,
.entry h2,
.entry h3 {
  margin-top: 1.5em;
  margin-bottom: 0.55em;
}

.service-custom-content a,
.entry a {
  color: var(--ad-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-custom-content img,
.entry img {
  border-radius: 12px;
}

.seo-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--ad-blue);
  color: var(--ad-muted);
  background: var(--ad-soft);
  font-size: 13px;
}

/* Legacy utility blocks retained for WordPress fallbacks */
.values {
  padding: 35px 0;
  border-block: 1px solid var(--ad-line);
  background: var(--ad-soft);
}

.values .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.values .v {
  text-align: center;
}

.values h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.values p {
  color: var(--ad-muted);
  font-size: 13px;
}

.btn-gold {
  color: #ffffff;
  background: var(--ad-blue);
}

/* Footer */
.site-footer {
  padding: 62px 0 24px;
  color: #d6e1f0;
  background: var(--ad-navy-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.8fr 1.15fr 1.15fr 1fr;
  gap: 38px;
}

.site-footer img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 5px;
  background: #ffffff;
}

.footer-company-line {
  margin: 13px 0 7px;
  color: #ffffff;
  font-family: var(--ad-display);
  font-size: 18px;
  font-weight: 800;
}

.site-footer h4,
.site-footer h5 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: #c9d6e8;
  font-size: 13px;
  line-height: 1.65;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 8px;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.launch-contact-line {
  color: #72caff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 45px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #aebed2;
  font-size: 12px;
}



/* Credibility, representative experience, leadership, and company contact */
.representative-projects-section {
  background: #ffffff;
}

.project-examples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.project-example-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--ad-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(8, 38, 83, 0.07);
}

.project-example-card:nth-child(1) {
  border-top: 4px solid var(--ad-blue);
}

.project-example-card:nth-child(2) {
  border-top: 4px solid var(--ad-navy);
}

.project-example-card:nth-child(3) {
  border-top: 4px solid var(--ad-teal);
}

.project-example-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
  color: var(--ad-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-example-topline strong {
  color: var(--ad-blue);
  font-size: 9px;
}

.project-example-card h3 {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.project-example-card dl,
.project-example-card dd {
  margin: 0;
}

.project-example-card dl {
  display: grid;
  gap: 16px;
}

.project-example-card dl > div {
  padding-top: 15px;
  border-top: 1px solid var(--ad-line);
}

.project-example-card dt {
  margin-bottom: 5px;
  color: var(--ad-navy);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-example-card dd {
  color: var(--ad-muted);
  font-size: 12px;
  line-height: 1.65;
}

.compliance-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  margin-top: 28px;
  padding: 30px 32px;
  border: 1px solid rgba(0, 123, 115, 0.22);
  border-radius: 16px;
  background: linear-gradient(135deg, #f4fbfa 0%, #f7fbff 100%);
}

.compliance-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  color: var(--ad-teal);
  background: rgba(0, 123, 115, 0.1);
}

.compliance-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.compliance-panel h3 {
  margin: 7px 0 8px;
  font-size: 21px;
}

.compliance-panel p {
  max-width: 1040px;
  color: var(--ad-muted);
  font-size: 12.5px;
  line-height: 1.7;
}

.about-leadership {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 28px;
  margin-top: 34px;
}

.leadership-profile,
.qualification-grid article {
  border: 1px solid var(--ad-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(8, 38, 83, 0.06);
}

.leadership-profile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding: 30px;
}

.leadership-initials {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ad-navy), var(--ad-blue));
  font-family: var(--ad-display);
  font-size: 22px;
  font-weight: 850;
}

.leadership-profile h2 {
  margin: 7px 0 2px;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.leadership-role {
  margin-bottom: 15px;
  color: var(--ad-blue);
  font-size: 12px;
  font-weight: 800;
}

.leadership-profile p:last-child {
  color: var(--ad-muted);
  font-size: 13px;
}

.qualification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.qualification-grid article {
  padding: 22px;
}

.qualification-grid article > span {
  display: block;
  margin-bottom: 8px;
  color: var(--ad-blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.qualification-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ad-navy);
  font-family: var(--ad-display);
  font-size: 16px;
  line-height: 1.3;
}

.qualification-grid p {
  color: var(--ad-muted);
  font-size: 11.5px;
  line-height: 1.55;
}

.proof-point-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.5fr);
  gap: 34px;
  margin-top: 28px;
  padding: 34px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ad-navy-deep), var(--ad-navy));
  box-shadow: 0 24px 54px rgba(8, 38, 83, 0.16);
}

.proof-point-panel h2 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.proof-point-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.proof-point-grid article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
}

.proof-point-grid strong,
.proof-point-grid span {
  display: block;
}

.proof-point-grid strong {
  margin-bottom: 5px;
  color: #ffffff;
  font-family: var(--ad-display);
  font-size: 17px;
}

.proof-point-grid span {
  color: #c7d5e7;
  font-size: 10.5px;
}

.compliance-panel-about {
  margin-top: 28px;
}

.company-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  gap: 34px;
  margin: 30px 0;
  padding: 34px;
  border: 1px solid #c8d9ef;
  border-radius: 18px;
  background: linear-gradient(120deg, #f8fbff 0%, #eef6ff 100%);
}

.company-contact-panel h2 {
  margin: 9px 0 10px;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.company-contact-panel p {
  color: var(--ad-muted);
  font-size: 13px;
}

.company-contact-details {
  display: grid;
  gap: 10px;
}

.company-contact-details > a,
.company-contact-details > div {
  display: block;
  padding: 15px 17px;
  border: 1px solid var(--ad-line);
  border-radius: 12px;
  background: #ffffff;
}

.company-contact-details > a {
  position: relative;
  z-index: 2;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
}

.company-contact-details > a:focus-visible {
  outline: 3px solid rgba(23, 95, 208, 0.28);
  outline-offset: 3px;
}

.company-contact-details small {
  display: block;
  margin-top: 6px;
  color: #175fd0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.company-contact-details span,
.company-contact-details strong {
  display: block;
}

.company-contact-details span {
  margin-bottom: 4px;
  color: var(--ad-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-contact-details strong {
  color: var(--ad-navy);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.company-contact-details a:hover {
  border-color: rgba(23, 95, 208, 0.35);
}

.admin-contact-note strong {
  font-weight: 700;
}

.footer-contact-list {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contact-list li {
  color: #c7d5e7;
  font-size: 11.5px;
  overflow-wrap: anywhere;
}

.footer-legal-links {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.footer-legal-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal-links em {
  font-style: normal;
}


/* Credibility controls added in v2.2.0 */
.leadership-photo {
  width: 112px;
  height: 112px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  flex: 0 0 auto;
  border: 4px solid #ffffff;
  box-shadow: 0 14px 34px rgba(8, 38, 83, 0.16);
}

.anonymized-profile-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 9px;
  border: 1px solid rgba(23, 95, 208, 0.18);
  border-radius: 999px;
  background: #f2f7ff;
  color: var(--ad-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.verified-metrics-panel,
.external-evidence-card {
  margin-top: 34px;
  border: 1px solid var(--ad-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--ad-shadow);
}

.verified-metrics-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 36px;
  padding: 34px;
}

.verified-metrics-panel h2,
.external-evidence-card h2,
.external-evidence-card h3 {
  margin: 6px 0 10px;
  color: var(--ad-navy);
}

.verified-metrics-panel p,
.external-evidence-card p {
  margin: 0;
  color: var(--ad-muted);
}

.verified-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.verified-metrics-grid article {
  padding: 20px;
  border-radius: 14px;
  background: var(--ad-soft-blue);
}

.verified-metrics-grid strong,
.verified-metrics-grid span {
  display: block;
}

.verified-metrics-grid strong {
  color: var(--ad-navy);
  font-family: var(--ad-display);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.1;
}

.verified-metrics-grid span {
  margin-top: 7px;
  color: var(--ad-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.external-evidence-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 30px 34px;
}

.external-evidence-card > img {
  width: 112px;
  max-height: 90px;
  object-fit: contain;
}

.external-evidence-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--ad-blue);
  font-weight: 800;
}

.external-evidence-attribution {
  display: block;
  margin-top: 12px;
  color: var(--ad-navy);
}

.external-evidence-home {
  margin-top: 28px;
}

/* Leadership image placeholder and administrative replacement note */
.leadership-photo-wrap {
  position: relative;
  width: 180px;
  flex: 0 0 180px;
}

.leadership-photo-wrap .leadership-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.leadership-photo-wrap.is-placeholder .leadership-photo {
  object-fit: cover;
}

.leadership-photo-admin-note {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(5, 22, 41, 0.9);
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
}
