/* Tech Oasis Systems — Company Profile · Fintech edition */

:root {
  --brand-orange: #ea580c;
  --brand-gold: #f59e0b;
  --brand-gradient: linear-gradient(135deg, #ea580c 0%, #f59e0b 100%);
  --ink: #0a0a0a;
  --ink-soft: #171717;
  --slate: #404040;
  --muted: #737373;
  --line: #e5e5e5;
  --surface: #fafafa;
  --white: #ffffff;
  --page-width: 210mm;
  --page-height: 297mm;
  --page-pad: 16mm;
  --page-content-height: calc(var(--page-height) - 2 * var(--page-pad));
  --radius: 12px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.06);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 11pt;
  line-height: 1.6;
  color: var(--ink);
  background: #d4d4d4;
  -webkit-font-smoothing: antialiased;
}

/* Toolbar */
.profile-toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 20px;
  background: var(--ink);
  color: #fff;
  font-size: 0.85rem;
}

.profile-toolbar button {
  border: 0;
  border-radius: 8px;
  padding: 10px 20px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  background: var(--brand-gradient);
  color: #fff;
}

.profile-document {
  width: min(100%, var(--page-width));
  margin: 24px auto 48px;
}

.profile-page {
  width: var(--page-width);
  margin: 0 auto 20px;
  padding: var(--page-pad);
  background: var(--white);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: visible;
  page-break-after: always;
  break-after: page;
  box-sizing: border-box;
}

/* One A4 sheet per section — page-main fills space; footer sits on bottom margin */
.profile-page.profile-page--inner {
  display: flex;
  flex-direction: column;
  min-height: var(--page-height);
}

.page-main {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.profile-page.cover {
  display: flex;
  flex-direction: column;
  min-height: var(--page-height);
  height: var(--page-height);
  background:
    radial-gradient(circle at 100% 0%, rgba(234, 88, 12, 0.06) 0%, transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(245, 158, 11, 0.05) 0%, transparent 38%),
    var(--white);
}

.profile-page:last-child {
  page-break-after: auto;
  break-after: auto;
}

/* Subtle inner-page background */
.profile-page--inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(234, 88, 12, 0.06) 0%, transparent 48%),
    radial-gradient(ellipse at 0% 100%, rgba(245, 158, 11, 0.05) 0%, transparent 42%),
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: auto, auto, 32px 32px, 32px 32px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.profile-page--inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--brand-gradient);
  z-index: 2;
  pointer-events: none;
}

.profile-page--inner > * {
  position: relative;
  z-index: 1;
}

.profile-page--inner .page-foot {
  z-index: 3;
}

/* Brand logo */
.brand-logo img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.page-head .brand-logo img {
  height: 60px;
  max-width: 280px;
}

.brand-logo--lg img {
  height: 64px;
  max-width: 280px;
}

.brand-logo--cover img {
  height: 72px;
  max-width: 320px;
}

/* ─── COVER ─── */
.cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.35;
  pointer-events: none;
}

.cover > * { position: relative; z-index: 1; }

.cover__top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 12px;
}

.cover__brand {
  margin: 8px 0 4px;
}

.cover__brand img {
  display: block;
  width: auto;
  height: 148px;
  max-width: min(100%, 520px);
  object-fit: contain;
  object-position: left center;
}

.cover__badge {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate);
}

.cover__hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 28px;
  border-top: 1px solid var(--line);
}

.cover__eyebrow {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-orange);
}

.cover__title {
  margin: 0;
  max-width: 14ch;
  font-size: 2.6rem;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.cover__title em {
  font-style: normal;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cover__rule {
  width: 64px;
  height: 4px;
  margin: 20px 0;
  border-radius: 2px;
  background: var(--brand-gradient);
}

.cover__lead {
  margin: 0;
  max-width: 48ch;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--slate);
}

.cover__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.cover__stat {
  padding: 18px 16px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.cover__stat strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.cover__stat span {
  display: block;
  margin-top: 6px;
  font-size: 0.74rem;
  color: var(--muted);
  line-height: 1.4;
}

.cover__footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-size: 0.8rem;
  color: var(--muted);
}

.cover__footer strong {
  display: block;
  color: var(--ink);
  font-size: 0.88rem;
  margin-bottom: 2px;
}

.cover__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.cover__product {
  display: grid;
  place-items: center;
  min-height: 64px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.cover__product img {
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}

.cover__product:first-child img { max-height: 52px; }
.cover__product:nth-child(2) img { max-height: 56px; }

.cover__accent-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--brand-gradient);
}

/* ─── PAGE HEADER ─── */
.page-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: none;
  position: relative;
}

.page-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-orange) 0%, var(--brand-gold) 35%, var(--line) 100%);
  border-radius: 2px;
}

.page-head__text { flex: 1; }

.page-head__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-orange);
}

.page-head__label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-gradient);
}

.page-head__title {
  margin: 6px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.section-lead {
  margin: 0 0 18px;
  max-width: 68ch;
  color: var(--slate);
  font-size: 0.98rem;
  line-height: 1.65;
}

.section-lead--compact {
  margin-bottom: 12px;
  font-size: 0.92rem;
}

.mini-heading {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}

/* ─── ABOUT ─── */
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  margin-bottom: 16px;
}

.about-copy p {
  margin: 0 0 10px;
  color: var(--slate);
  font-size: 0.9rem;
}

.about-copy p:last-child { margin-bottom: 0; }

.about-panels { display: grid; gap: 10px; }

.about-panel {
  padding: 14px 16px 14px 18px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--brand-orange);
  box-shadow: var(--shadow-sm);
}

.about-panel h3 {
  margin: 0 0 6px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-orange);
}

.about-panel p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--slate);
  line-height: 1.5;
}

.values-block {
  margin-top: 22px;
  margin-bottom: 24px;
}

.values-block__title {
  margin: 0 0 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-orange);
}

.values-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 0;
}

.value-chip {
  padding: 10px 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--slate);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.value-chip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand-gradient);
  opacity: 0.7;
}

/* ─── ECOSYSTEM ─── */
.ecosystem-wrap {
  margin-top: 28px;
}

.ecosystem-wrap .page-head {
  margin-bottom: 12px;
}

.ecosystem-wrap__lead {
  margin-top: 0;
  margin-bottom: 18px;
  max-width: 68ch;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.ecosystem {
  padding: 20px 20px 18px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(234, 88, 12, 0.04) 0%, transparent 55%),
    var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.ecosystem__hub {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 20px;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  max-width: 280px;
  margin: 0 auto;
}

.ecosystem__hub-logo img {
  display: block;
  width: 200px;
  height: auto;
  max-width: 100%;
}

.ecosystem__hub-role {
  margin: 8px 0 0;
  font-size: 0.74rem;
  color: var(--muted);
}

.ecosystem__connector {
  display: flex;
  justify-content: center;
  height: 32px;
  position: relative;
  margin: 4px 0;
}

.ecosystem__connector::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18%;
  right: 18%;
  height: 16px;
  border-top: 1.5px solid var(--line);
  border-left: 1.5px solid var(--line);
  border-right: 1.5px solid var(--line);
}

.ecosystem__connector::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5px;
  height: 32px;
  background: var(--line);
  transform: translateX(-50%);
}

.ecosystem__solutions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.solution-card {
  padding: 18px 14px 16px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  text-align: center;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand-gradient);
}

.solution-card__logo {
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}

.solution-card__logo img,
.solution-card__logo svg {
  max-height: 54px;
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.solution-card:nth-child(1) .solution-card__logo img { max-height: 58px; }
.solution-card:nth-child(2) .solution-card__logo img { max-height: 62px; }

.solution-card h4 {
  margin: 0 0 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}

.solution-card p {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.5;
  color: var(--muted);
}

.ecosystem__custom {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: var(--radius);
  text-align: center;
  background: var(--white);
  border: 1px dashed #d4d4d4;
  font-size: 0.76rem;
  color: var(--slate);
}

.ecosystem__custom strong { color: var(--ink); }

/* ─── GLOBAL REACH ─── */
.profile-page--global-reach .page-head {
  margin-bottom: 8px;
}

.profile-page--global-reach .section-lead--compact {
  margin-bottom: 8px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.global-reach__figure {
  margin: 0 0 6px;
  padding: 0;
}

.global-reach__map {
  display: block;
  width: 100%;
  min-height: 350px;
  height: auto;
  aspect-ratio: 1420 / 1260;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  background: #fafafa;
}

.global-reach__map .gr-beam {
  stroke: #f59e0b;
  stroke-width: 2.5;
  stroke-dasharray: 7 6;
  opacity: 0.55;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.global-reach__caption {
  margin-top: 4px;
  text-align: center;
  font-size: 0.88rem;
  color: var(--muted);
  font-style: normal;
}

.global-reach__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-bottom: 6px;
}

.global-reach__card {
  padding: 8px 10px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.global-reach__card--highlight {
  background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
  border-color: #fed7aa;
  border-top: 3px solid var(--brand-orange);
}

.global-reach__icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--brand-gold);
  font-size: 0.8rem;
  font-weight: 700;
}

.global-reach__card h3 {
  margin: 0 0 3px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
}

.global-reach__card p {
  margin: 0;
  font-size: 0.84rem;
  color: var(--slate);
  line-height: 1.45;
}

.global-reach__products {
  padding: 8px 12px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
}

.global-reach__products-title {
  margin: 0 0 6px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-orange);
}

.global-reach__product-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 12px;
}

.global-reach__product strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 2px;
}

.global-reach__product span {
  display: block;
  font-size: 0.76rem;
  color: var(--muted);
  line-height: 1.35;
}

/* ─── PRODUCT BANNERS ─── */
.product-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.product-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
  pointer-events: none;
}

.product-banner--breeze::before {
  background:
    radial-gradient(circle at 0% 50%, rgba(245, 158, 11, 0.22) 0%, transparent 52%),
    radial-gradient(circle at 100% 0%, rgba(234, 88, 12, 0.1) 0%, transparent 42%),
    linear-gradient(135deg, #fef9c3 0%, #fff7ed 48%, #fffbeb 100%);
}

.product-banner--church::before {
  background:
    radial-gradient(circle at 0% 50%, rgba(37, 99, 235, 0.16) 0%, transparent 52%),
    radial-gradient(circle at 100% 0%, rgba(14, 165, 233, 0.12) 0%, transparent 42%),
    linear-gradient(135deg, #eff6ff 0%, #f0f9ff 48%, #e0f2fe 100%);
}

.product-banner--levy::before {
  background:
    radial-gradient(circle at 0% 50%, rgba(30, 64, 175, 0.1) 0%, transparent 50%),
    linear-gradient(135deg, #eff6ff 0%, #fff 55%, #f8fafc 100%);
}

.product-banner > * { position: relative; z-index: 1; }

.product-banner__logo {
  display: grid;
  place-items: center;
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.product-banner__logo--breeze {
  width: 148px;
  height: 112px;
  padding: 14px 16px;
}

.product-banner__logo--breeze img {
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
}

.product-banner__logo--church {
  width: 160px;
  height: 118px;
  padding: 14px 16px;
}

.product-banner__logo--church img {
  max-width: 100%;
  max-height: 92px;
  object-fit: contain;
}

.product-banner__logo--levy {
  width: 120px;
  height: 96px;
  padding: 12px 14px;
}

.product-banner__logo--levy img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.product-banner__logo--hive {
  width: 112px;
  height: 96px;
  padding: 12px 14px;
}

.product-banner__logo--hive img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.product-banner__logo--novusas {
  width: 112px;
  height: 96px;
  padding: 12px 14px;
}

.product-banner__logo--novusas img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.profile-page--hive .feature-card--highlight,
.profile-page--novusas .feature-card--highlight {
  grid-column: span 1;
}

.product-banner__tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-banner__body h2 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.25;
}

.product-banner__body p {
  margin: 0 0 14px;
  font-size: 0.86rem;
  color: var(--slate);
  line-height: 1.55;
  max-width: 52ch;
}

.product-banner__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-banner__stats > div {
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
}

.product-banner__stats strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

.product-banner__stats span {
  display: block;
  margin-top: 2px;
  font-size: 0.64rem;
  color: var(--muted);
}

.info-panel {
  padding: 14px 16px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.info-panel .mini-heading {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 10px;
}

/* Legacy product-hero (unused) */
.product-hero {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.product-hero__logo {
  width: 80px;
  height: 64px;
  display: grid;
  place-items: center;
  padding: 8px;
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--line);
}

.product-hero__logo img,
.product-hero__logo svg {
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}

.product-hero h2 {
  margin: 0 0 6px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.product-hero p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--slate);
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.feature-card {
  padding: 14px 16px 14px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.feature-card h3 {
  margin: 0 0 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
  padding-left: 2px;
}

.feature-card p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--slate);
  line-height: 1.55;
}

.feature-card--highlight {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
  border-left: 4px solid var(--brand-orange);
  padding-left: 20px;
}

.profile-page--church .feature-card--highlight {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 48%, #fff 100%);
  border-left: 4px solid #2563eb;
}

.profile-page--levy .feature-card--highlight {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 48%, #fff 100%);
  border-left: 4px solid #1d4ed8;
}

/* Professional memberships (Breeze) */
.professional-memberships {
  margin-bottom: 14px;
  padding: 14px 16px 12px;
  border-radius: var(--radius);
  border: 1px solid #fde68a;
  background: linear-gradient(135deg, #fffbeb 0%, #fff 72%);
  box-shadow: var(--shadow-sm);
}

.professional-memberships__head {
  margin-bottom: 10px;
}

.professional-memberships__title {
  margin: 0 0 4px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.professional-memberships__lead {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.5;
  color: var(--slate);
  max-width: 62ch;
}

.professional-memberships__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.professional-memberships__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 12px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  text-align: center;
}

.professional-memberships__item--dark {
  background: linear-gradient(145deg, #14141c 0%, #0a0a10 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.professional-memberships__item--dark .professional-memberships__logo {
  width: 100%;
  min-height: 92px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #000;
}

.professional-memberships__item--ciba {
  background: #0a0a10;
  border-color: rgba(255, 255, 255, 0.12);
}

.professional-memberships__logo--ciba {
  background: #000 !important;
}

.professional-memberships__logo--ciba img {
  display: block;
  margin: 0 auto;
}

.professional-memberships__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
}

.professional-memberships__logo img {
  max-height: 44px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.professional-memberships__item--dark .professional-memberships__logo img {
  max-height: 52px;
  max-width: min(100%, 240px);
  filter: none;
}

.professional-memberships__logo--wordmark img {
  max-height: 34px;
  max-width: min(100%, 220px);
}

.professional-memberships__item p {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.4;
  color: var(--muted);
}

.professional-memberships__item--dark p {
  color: rgba(255, 255, 255, 0.65);
}

.professional-memberships__item p sup {
  font-size: 0.55rem;
}

.professional-memberships--company {
  margin-bottom: 12px;
}

.profile-page--ecosystem .ecosystem-wrap {
  margin-top: 0;
}

.profile-page--ecosystem .ecosystem-wrap .page-head {
  margin-bottom: 12px;
}

.profile-page--ecosystem .ecosystem-wrap__lead {
  margin-bottom: 18px;
}

.profile-page--ecosystem .ecosystem {
  margin-top: 0;
}

.bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.bullet-list li {
  position: relative;
  padding-left: 14px;
  font-size: 0.86rem;
  color: var(--slate);
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand-orange);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.product-url {
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-sm);
}

.product-url::before {
  content: "→";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand-gradient);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.product-url a {
  color: var(--brand-gold);
  text-decoration: none;
}

.product-url--church::before {
  background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
}

.product-url--church a {
  color: #93c5fd;
}

.product-url--levy::before {
  background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 55%, #2563eb 100%);
}

.product-url--levy a {
  color: #93c5fd;
}

/* ─── HOW WE WORK ─── */
.process-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 8px;
}

.process-step {
  padding: 14px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--brand-orange);
}

.process-step__n {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
}

.process-step h3 {
  margin: 0 0 4px;
  font-size: 0.8rem;
  font-weight: 700;
}

.process-step p {
  margin: 0;
  font-size: 0.72rem;
  color: var(--slate);
  line-height: 1.45;
}

.principles-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.principle-card {
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
}

.principle-card h3 {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-orange);
}

.principle-card p {
  margin: 0;
  font-size: 0.72rem;
  color: var(--slate);
}

/* ─── SERVICES ─── */
.profile-page--services .section-lead--compact {
  margin-bottom: 10px;
}

.services-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.services-pillar {
  padding: 12px 12px 10px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.services-pillar__icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
  border-radius: 8px;
  background: var(--brand-gradient);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

.services-pillar h3 {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink);
}

.services-pillar p {
  margin: 0;
  font-size: 0.66rem;
  line-height: 1.45;
  color: var(--slate);
}

.services-catalog {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-cat {
  padding: 10px 12px 12px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.services-cat__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

.services-cat__num {
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--brand-gold);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.services-cat__head h3 {
  margin: 0 0 2px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

.services-cat__head p {
  margin: 0;
  font-size: 0.66rem;
  line-height: 1.4;
  color: var(--muted);
}

.services-offerings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.services-offering {
  padding: 10px 10px 8px;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.services-offering h4 {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--brand-orange);
}

.services-offering ul {
  margin: 0;
  padding-left: 14px;
  font-size: 0.64rem;
  line-height: 1.5;
  color: var(--slate);
}

.services-offering li + li {
  margin-top: 2px;
}

/* ─── TECHNOLOGIES ─── */
.profile-page--technologies .tech-section {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.tech-section {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.tech-section__title {
  margin: 0 0 6px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-orange);
}

.tech-section__lead {
  margin-bottom: 10px;
}

.profile-page--technologies .tech-section__lead {
  margin-bottom: 14px;
}

.profile-page--technologies .tech-grid {
  gap: 12px;
}

.profile-page--technologies .tech-category {
  padding: 14px 16px;
}

.protected-content {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.protected-content img {
  pointer-events: none;
  -webkit-user-drag: none;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.tech-category {
  padding: 12px 14px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.tech-category h3 {
  margin: 0 0 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}

.tech-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
  gap: 6px;
}

.tech-icon {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  min-height: 62px;
  padding: 8px 4px 6px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  text-align: center;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.tech-icon img,
.tech-icon__svg {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.tech-icon:has(img[src*="html5"]) {
  background: color-mix(in srgb, #E34F26 10%, #fff);
  border-color: color-mix(in srgb, #E34F26 22%, #e5e7eb);
}
.tech-icon:has(img[src*="css3"]) {
  background: color-mix(in srgb, #1572B6 10%, #fff);
  border-color: color-mix(in srgb, #1572B6 22%, #e5e7eb);
}
.tech-icon:has(img[src*="sass"]) {
  background: color-mix(in srgb, #CC6699 10%, #fff);
  border-color: color-mix(in srgb, #CC6699 22%, #e5e7eb);
}
.tech-icon:has(img[src*="typescript"]) {
  background: color-mix(in srgb, #3178C6 10%, #fff);
  border-color: color-mix(in srgb, #3178C6 22%, #e5e7eb);
}
.tech-icon:has(img[src*="react"]) {
  background: color-mix(in srgb, #61DAFB 10%, #fff);
  border-color: color-mix(in srgb, #61DAFB 22%, #e5e7eb);
}
.tech-icon:has(img[src*="angular"]) {
  background: color-mix(in srgb, #DD0031 10%, #fff);
  border-color: color-mix(in srgb, #DD0031 22%, #e5e7eb);
}
.tech-icon:has(img[src*="vuedotjs"]) {
  background: color-mix(in srgb, #4FC08D 10%, #fff);
  border-color: color-mix(in srgb, #4FC08D 22%, #e5e7eb);
}
.tech-icon:has(img[src*="bootstrap"]) {
  background: color-mix(in srgb, #7952B3 10%, #fff);
  border-color: color-mix(in srgb, #7952B3 22%, #e5e7eb);
}
.tech-icon:has(img[src*="materialdesign"]) {
  background: color-mix(in srgb, #6750A4 10%, #fff);
  border-color: color-mix(in srgb, #6750A4 22%, #e5e7eb);
}
.tech-icon:has(img[src*="figma"]) {
  background: color-mix(in srgb, #F24E1E 10%, #fff);
  border-color: color-mix(in srgb, #F24E1E 22%, #e5e7eb);
}
.tech-icon:has(img[src*="dotnet"]) {
  background: color-mix(in srgb, #512BD4 10%, #fff);
  border-color: color-mix(in srgb, #512BD4 22%, #e5e7eb);
}
.tech-icon:has(img[src*="csharp"]) {
  background: color-mix(in srgb, #68217A 10%, #fff);
  border-color: color-mix(in srgb, #68217A 22%, #e5e7eb);
}
.tech-icon:has(img[src*="nodedotjs"]) {
  background: color-mix(in srgb, #339933 10%, #fff);
  border-color: color-mix(in srgb, #339933 22%, #e5e7eb);
}
.tech-icon:has(img[src*="openjdk"]) {
  background: color-mix(in srgb, #ED8B00 10%, #fff);
  border-color: color-mix(in srgb, #ED8B00 22%, #e5e7eb);
}
.tech-icon:has(img[src*="python"]) {
  background: color-mix(in srgb, #3776AB 10%, #fff);
  border-color: color-mix(in srgb, #3776AB 22%, #e5e7eb);
}
.tech-icon:has(img[src*="go"]) {
  background: color-mix(in srgb, #00ADD8 10%, #fff);
  border-color: color-mix(in srgb, #00ADD8 22%, #e5e7eb);
}
.tech-icon:has(img[src*="php"]) {
  background: color-mix(in srgb, #777BB4 10%, #fff);
  border-color: color-mix(in srgb, #777BB4 22%, #e5e7eb);
}
.tech-icon:has(img[src*="laravel"]) {
  background: color-mix(in srgb, #FF2D20 10%, #fff);
  border-color: color-mix(in srgb, #FF2D20 22%, #e5e7eb);
}
.tech-icon:has(img[src*="ionic"]) {
  background: color-mix(in srgb, #3880FF 10%, #fff);
  border-color: color-mix(in srgb, #3880FF 22%, #e5e7eb);
}
.tech-icon:has(img[src*="xamarin"]) {
  background: color-mix(in srgb, #3498DB 10%, #fff);
  border-color: color-mix(in srgb, #3498DB 22%, #e5e7eb);
}
.tech-icon:has(img[src*="android"]) {
  background: color-mix(in srgb, #3DDC84 10%, #fff);
  border-color: color-mix(in srgb, #3DDC84 22%, #e5e7eb);
}
.tech-icon:has(img[src*="swift"]) {
  background: color-mix(in srgb, #F05138 10%, #fff);
  border-color: color-mix(in srgb, #F05138 22%, #e5e7eb);
}
.tech-icon:has(img[src*="microsoftsqlserver"]) {
  background: color-mix(in srgb, #CC2927 10%, #fff);
  border-color: color-mix(in srgb, #CC2927 22%, #e5e7eb);
}
.tech-icon:has(img[src*="postgresql"]) {
  background: color-mix(in srgb, #4169E1 10%, #fff);
  border-color: color-mix(in srgb, #4169E1 22%, #e5e7eb);
}
.tech-icon:has(img[src*="mysql"]) {
  background: color-mix(in srgb, #4479A1 10%, #fff);
  border-color: color-mix(in srgb, #4479A1 22%, #e5e7eb);
}
.tech-icon:has(img[src*="mongodb"]) {
  background: color-mix(in srgb, #47A248 10%, #fff);
  border-color: color-mix(in srgb, #47A248 22%, #e5e7eb);
}
.tech-icon:has(img[src*="redis"]) {
  background: color-mix(in srgb, #FF4438 10%, #fff);
  border-color: color-mix(in srgb, #FF4438 22%, #e5e7eb);
}
.tech-icon:has(img[src*="oracle"]) {
  background: color-mix(in srgb, #F80000 10%, #fff);
  border-color: color-mix(in srgb, #F80000 22%, #e5e7eb);
}
.tech-icon:has(img[src*="microsoft.svg"]) {
  background: color-mix(in srgb, #5E5E5E 10%, #fff);
  border-color: color-mix(in srgb, #5E5E5E 22%, #e5e7eb);
}
.tech-icon:has(img[src*="microsoftazure"]) {
  background: color-mix(in srgb, #0078D4 10%, #fff);
  border-color: color-mix(in srgb, #0078D4 22%, #e5e7eb);
}
.tech-icon:has(img[src*="amazonaws"]) {
  background: color-mix(in srgb, #FF9900 10%, #fff);
  border-color: color-mix(in srgb, #FF9900 22%, #e5e7eb);
}
.tech-icon:has(img[src*="googlecloud"]) {
  background: color-mix(in srgb, #4285F4 10%, #fff);
  border-color: color-mix(in srgb, #4285F4 22%, #e5e7eb);
}
.tech-icon:has(img[src*="docker"]) {
  background: color-mix(in srgb, #2496ED 10%, #fff);
  border-color: color-mix(in srgb, #2496ED 22%, #e5e7eb);
}
.tech-icon:has(img[src*="kubernetes"]) {
  background: color-mix(in srgb, #326CE5 10%, #fff);
  border-color: color-mix(in srgb, #326CE5 22%, #e5e7eb);
}
.tech-icon:has(img[src*="terraform"]) {
  background: color-mix(in srgb, #844FBA 10%, #fff);
  border-color: color-mix(in srgb, #844FBA 22%, #e5e7eb);
}
.tech-icon:has(img[src*="azuredevops"]) {
  background: color-mix(in srgb, #0078D7 10%, #fff);
  border-color: color-mix(in srgb, #0078D7 22%, #e5e7eb);
}
.tech-icon:has(img[src*="github.svg"]) {
  background: color-mix(in srgb, #181717 10%, #fff);
  border-color: color-mix(in srgb, #181717 22%, #e5e7eb);
}
.tech-icon:has(img[src*="githubactions"]) {
  background: color-mix(in srgb, #2088FF 10%, #fff);
  border-color: color-mix(in srgb, #2088FF 22%, #e5e7eb);
}
.tech-icon:has(img[src*="jenkins"]) {
  background: color-mix(in srgb, #D24939 10%, #fff);
  border-color: color-mix(in srgb, #D24939 22%, #e5e7eb);
}
.tech-icon:has(img[src*="bitbucket"]) {
  background: color-mix(in srgb, #0052CC 10%, #fff);
  border-color: color-mix(in srgb, #0052CC 22%, #e5e7eb);
}
.tech-icon:has(img[src*="graphql"]) {
  background: color-mix(in srgb, #E10098 10%, #fff);
  border-color: color-mix(in srgb, #E10098 22%, #e5e7eb);
}
.tech-icon:has(img[src*="json"]) {
  background: color-mix(in srgb, #000000 10%, #fff);
  border-color: color-mix(in srgb, #000000 22%, #e5e7eb);
}
.tech-icon:has(img[src*="swagger"]) {
  background: color-mix(in srgb, #85EA2D 10%, #fff);
  border-color: color-mix(in srgb, #85EA2D 22%, #e5e7eb);
}
.tech-icon:has(img[src*="auth0"]) {
  background: color-mix(in srgb, #EB5424 10%, #fff);
  border-color: color-mix(in srgb, #EB5424 22%, #e5e7eb);
}
.tech-icon:has(img[src*="jira"]) {
  background: color-mix(in srgb, #0052CC 10%, #fff);
  border-color: color-mix(in srgb, #0052CC 22%, #e5e7eb);
}
.tech-icon:has(img[src*="git.svg"]) {
  background: color-mix(in srgb, #F05032 10%, #fff);
  border-color: color-mix(in srgb, #F05032 22%, #e5e7eb);
}

.tech-icon figcaption {
  margin: 0;
  font-size: 0.56rem;
  font-weight: 600;
  line-height: 1.15;
  color: var(--slate);
}

.tech-icon__abbr {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 4px;
  border-radius: 5px;
  font-size: 0.46rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
}

.tech-icon--backbone {
  background: color-mix(in srgb, #0470C9 10%, #fff);
  border-color: color-mix(in srgb, #0470C9 22%, #e5e7eb);
}
.tech-icon--knockout {
  background: color-mix(in srgb, #EE6723 10%, #fff);
  border-color: color-mix(in srgb, #EE6723 22%, #e5e7eb);
}
.tech-icon--cicd {
  background: color-mix(in srgb, #1D4ED8 10%, #fff);
  border-color: color-mix(in srgb, #1D4ED8 22%, #e5e7eb);
}
.tech-icon--rest {
  background: color-mix(in srgb, #0D9488 10%, #fff);
  border-color: color-mix(in srgb, #0D9488 22%, #e5e7eb);
}
.tech-icon--soap {
  background: color-mix(in srgb, #64748B 10%, #fff);
  border-color: color-mix(in srgb, #64748B 22%, #e5e7eb);
}
.tech-icon--agile {
  background: color-mix(in srgb, #D97706 10%, #fff);
  border-color: color-mix(in srgb, #D97706 22%, #e5e7eb);
}
.tech-icon--scrum {
  background: color-mix(in srgb, #7C3AED 10%, #fff);
  border-color: color-mix(in srgb, #7C3AED 22%, #e5e7eb);
}
.tech-icon--kanban {
  background: color-mix(in srgb, #0284C7 10%, #fff);
  border-color: color-mix(in srgb, #0284C7 22%, #e5e7eb);
}
.tech-icon--safe {
  background: color-mix(in srgb, #1E40AF 10%, #fff);
  border-color: color-mix(in srgb, #1E40AF 22%, #e5e7eb);
}
.tech-icon--bdd {
  background: color-mix(in srgb, #047857 10%, #fff);
  border-color: color-mix(in srgb, #047857 22%, #e5e7eb);
}
.tech-icon--tdd {
  background: color-mix(in srgb, #B91C1C 10%, #fff);
  border-color: color-mix(in srgb, #B91C1C 22%, #e5e7eb);
}

.tech-icon--backbone .tech-icon__abbr {
  background: color-mix(in srgb, #0470C9 18%, #fff);
  color: #0470C9;
}
.tech-icon--knockout .tech-icon__abbr {
  background: color-mix(in srgb, #EE6723 18%, #fff);
  color: #EE6723;
}
.tech-icon--cicd .tech-icon__abbr {
  background: color-mix(in srgb, #1D4ED8 18%, #fff);
  color: #1D4ED8;
}
.tech-icon--rest .tech-icon__abbr {
  background: color-mix(in srgb, #0D9488 18%, #fff);
  color: #0D9488;
}
.tech-icon--soap .tech-icon__abbr {
  background: color-mix(in srgb, #64748B 18%, #fff);
  color: #64748B;
}
.tech-icon--agile .tech-icon__abbr {
  background: color-mix(in srgb, #D97706 18%, #fff);
  color: #D97706;
}
.tech-icon--scrum .tech-icon__abbr {
  background: color-mix(in srgb, #7C3AED 18%, #fff);
  color: #7C3AED;
}
.tech-icon--kanban .tech-icon__abbr {
  background: color-mix(in srgb, #0284C7 18%, #fff);
  color: #0284C7;
}
.tech-icon--safe .tech-icon__abbr {
  background: color-mix(in srgb, #1E40AF 18%, #fff);
  color: #1E40AF;
}
.tech-icon--bdd .tech-icon__abbr {
  background: color-mix(in srgb, #047857 18%, #fff);
  color: #047857;
}
.tech-icon--tdd .tech-icon__abbr {
  background: color-mix(in srgb, #B91C1C 18%, #fff);
  color: #B91C1C;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.service-tile {
  padding: 14px 16px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}

.service-tile h3 {
  margin: 0 0 8px;
  font-size: 0.8rem;
  font-weight: 700;
}

.service-tile ul {
  margin: 0;
  padding-left: 16px;
  font-size: 0.74rem;
  color: var(--slate);
  line-height: 1.55;
}

/* ─── CONTACT ─── */
.contact-card {
  padding: 22px 24px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(234, 88, 12, 0.15) 0%, transparent 45%),
    var(--ink);
  color: #fff;
  box-shadow: var(--shadow-md);
  border: 1px solid #262626;
}

.contact-card h2 {
  margin: 0 0 16px;
  font-size: 1.15rem;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}

.contact-grid dt {
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 2px;
}

.contact-grid dd {
  margin: 0 0 12px;
  font-size: 0.86rem;
  font-weight: 500;
}

.contact-grid a {
  color: var(--brand-gold);
  text-decoration: none;
}

.page-foot {
  flex: 0 0 auto;
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.68rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.page-foot__brand {
  font-weight: 600;
  color: var(--slate);
}

/* Clients */
.clients-intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.clients-stat {
  padding: 14px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  text-align: center;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.clients-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand-gradient);
}

.clients-stat strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
}

.clients-stat span {
  display: block;
  margin-top: 4px;
  font-size: 0.74rem;
  color: var(--muted);
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.client-logo {
  display: grid;
  place-items: center;
  min-height: 60px;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.client-logo img {
  max-width: 100%;
  max-height: 38px;
  width: auto;
  object-fit: contain;
  filter: grayscale(15%);
}

.client-logo--product img {
  max-height: 50px;
  filter: none;
}

.client-logo--multichoice img {
  max-height: 52px;
  filter: none;
}

.industries-panel {
  padding: 14px 16px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff7ed 0%, #fff 72%);
  border: 1px solid #fde68a;
  box-shadow: var(--shadow-sm);
}

.industries-panel__title {
  margin: 0 0 6px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

.industries-panel__lead {
  margin: 0 0 12px;
  font-size: 0.76rem;
  line-height: 1.5;
  color: var(--slate);
  max-width: 62ch;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.industry-tile {
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.industry-tile h4 {
  margin: 0 0 4px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}

.industry-tile p {
  margin: 0;
  font-size: 0.64rem;
  line-height: 1.45;
  color: var(--muted);
}

.industry-tile h4:only-child {
  margin: 0;
}

.industry-tile--your {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--brand-gradient);
  border-color: transparent;
  box-shadow: var(--shadow-sm);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.industry-tile--your h4 {
  color: #fff;
  font-size: 0.78rem;
}

.industry-tile--your p {
  color: rgba(255, 255, 255, 0.92);
}

/* What's next */
.next-hero {
  padding: 22px 24px;
  margin-bottom: 18px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 100%, rgba(245, 158, 11, 0.12) 0%, transparent 50%),
    var(--ink);
  color: #fff;
  box-shadow: var(--shadow-md);
  border: 1px solid #262626;
}

.next-hero h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.next-hero p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #d4d4d4;
  max-width: 52ch;
}

.next-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.next-step {
  padding: 14px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand-orange);
}

.next-step__n {
  display: block;
  margin-bottom: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-orange);
}

.next-step h3 {
  margin: 0 0 4px;
  font-size: 0.82rem;
  font-weight: 700;
}

.next-step p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--slate);
  line-height: 1.45;
}

.next-cta {
  padding: 16px 18px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff7ed, #fffbeb);
  border: 1px solid #fed7aa;
  font-size: 0.88rem;
  color: var(--slate);
  line-height: 1.55;
}

.next-cta strong {
  color: var(--ink);
}

.next-cta a {
  color: var(--brand-orange);
  font-weight: 700;
  text-decoration: none;
}

/* Print */
@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }

  html, body {
    background: #fff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .screen-only,
  .profile-toolbar {
    display: none !important;
  }

  .profile-document {
    margin: 0;
    width: 100%;
  }

  .profile-page {
    margin: 0;
    box-shadow: none;
    width: 100%;
    page-break-after: always;
    break-after: page;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .profile-page.profile-page--inner,
  .profile-page.cover {
    display: flex;
    flex-direction: column;
    min-height: var(--page-height);
    height: var(--page-height);
    max-height: var(--page-height);
    padding: var(--page-pad);
    overflow: hidden !important;
    box-sizing: border-box;
  }

  .page-main {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }

  .page-foot {
    flex: 0 0 auto;
    margin-top: 0;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .profile-page:last-child {
    page-break-after: auto;
    break-after: auto;
  }

  .product-banner,
  .global-reach__figure,
  .global-reach__grid,
  .global-reach__products,
  .cover__brand,
  .ecosystem,
  .next-hero,
  .info-panel,
  .professional-memberships {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .profile-page--ecosystem .ecosystem,
  .profile-page--about .professional-memberships {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .profile-page--global-reach {
    padding: var(--page-pad);
  }

  .profile-page--global-reach .page-foot {
    display: none !important;
  }

  .profile-page--global-reach .global-reach__map {
    min-height: 0;
    max-height: 118mm;
  }

  .profile-page--global-reach .global-reach__products {
    display: none !important;
  }

  .profile-page--global-reach .section-lead--compact {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .profile-page--global-reach .global-reach__caption {
    font-size: 0.88rem;
  }

  .profile-page--global-reach .global-reach__grid {
    gap: 6px;
    margin-bottom: 6px;
  }

  .profile-page--global-reach .global-reach__card {
    padding: 8px 10px;
  }

  .profile-page--global-reach .global-reach__card h3 {
    font-size: 0.92rem;
  }

  .profile-page--global-reach .global-reach__card p {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .profile-page--global-reach .global-reach__icon {
    width: 26px;
    height: 26px;
    font-size: 0.85rem;
  }

  .profile-page--church .product-banner__logo--church img {
    max-height: 52px;
  }

  .profile-page--church .feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-bottom: 6px;
  }

  .profile-page--church .feature-card--highlight {
    grid-column: span 1;
    background: linear-gradient(135deg, #eff6ff 0%, #fff 100%) !important;
    border-left: 3px solid #2563eb !important;
  }

  .profile-page--levy .feature-card--highlight {
    background: linear-gradient(135deg, #eff6ff 0%, #fff 100%) !important;
    border-left: 3px solid #1d4ed8 !important;
  }

  .profile-page--hive .feature-card--highlight {
    grid-column: span 1;
    background: linear-gradient(135deg, #fff8eb 0%, #fff 100%) !important;
    border-left: 3px solid #e8a317 !important;
  }

  .profile-page--novusas .feature-card--highlight {
    grid-column: span 1;
    background: linear-gradient(135deg, #eef3fb 0%, #fff 100%) !important;
    border-left: 3px solid #1e4488 !important;
  }

  .profile-page--hive .product-banner__logo--hive,
  .profile-page--novusas .product-banner__logo--novusas {
    width: 88px;
    height: 76px;
    padding: 8px 10px;
  }

  .profile-page--hive .product-banner__logo--hive img,
  .profile-page--novusas .product-banner__logo--novusas img {
    max-height: 56px;
  }

  .profile-page--church .page-head {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }

  .profile-page--levy .page-head,
  .profile-page--breeze .page-head,
  .profile-page--hive .page-head,
  .profile-page--novusas .page-head {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .profile-page--church .product-banner,
  .profile-page--levy .product-banner,
  .profile-page--breeze .product-banner,
  .profile-page--hive .product-banner,
  .profile-page--novusas .product-banner {
    margin-bottom: 8px;
    padding: 10px 12px;
  }

  .profile-page--church .product-banner__body h2,
  .profile-page--levy .product-banner__body h2,
  .profile-page--breeze .product-banner__body h2,
  .profile-page--hive .product-banner__body h2,
  .profile-page--novusas .product-banner__body h2 {
    font-size: 0.92rem;
    margin-bottom: 4px;
  }

  .profile-page--church .product-banner__body p,
  .profile-page--levy .product-banner__body p,
  .profile-page--breeze .product-banner__body p,
  .profile-page--hive .product-banner__body p,
  .profile-page--novusas .product-banner__body p {
    font-size: 0.7rem;
    line-height: 1.4;
  }

  .profile-page--church .product-banner__stats > div,
  .profile-page--levy .product-banner__stats > div,
  .profile-page--breeze .product-banner__stats > div,
  .profile-page--hive .product-banner__stats > div,
  .profile-page--novusas .product-banner__stats > div {
    padding: 5px 7px;
  }

  .profile-page--church .feature-grid,
  .profile-page--levy .feature-grid,
  .profile-page--breeze .feature-grid,
  .profile-page--hive .feature-grid,
  .profile-page--novusas .feature-grid {
    gap: 5px;
    margin-bottom: 8px;
  }

  .profile-page--church .feature-card,
  .profile-page--levy .feature-card,
  .profile-page--breeze .feature-card,
  .profile-page--hive .feature-card,
  .profile-page--novusas .feature-card {
    padding: 7px 9px 7px 11px;
  }

  .profile-page--church .feature-card h3,
  .profile-page--levy .feature-card h3,
  .profile-page--breeze .feature-card h3,
  .profile-page--hive .feature-card h3,
  .profile-page--novusas .feature-card h3 {
    font-size: 0.7rem;
    margin-bottom: 3px;
  }

  .profile-page--church .feature-card p,
  .profile-page--levy .feature-card p,
  .profile-page--breeze .feature-card p,
  .profile-page--hive .feature-card p,
  .profile-page--novusas .feature-card p {
    font-size: 0.66rem;
    line-height: 1.38;
  }

  .profile-page--church .two-col--panels,
  .profile-page--levy .two-col--panels,
  .profile-page--breeze .two-col--panels,
  .profile-page--hive .two-col--panels,
  .profile-page--novusas .two-col--panels {
    gap: 6px;
    margin-bottom: 6px;
  }

  .profile-page--church .info-panel,
  .profile-page--levy .info-panel,
  .profile-page--breeze .info-panel,
  .profile-page--hive .info-panel,
  .profile-page--novusas .info-panel {
    padding: 7px 9px;
  }

  .profile-page--church .bullet-list,
  .profile-page--levy .bullet-list,
  .profile-page--breeze .bullet-list,
  .profile-page--hive .bullet-list,
  .profile-page--novusas .bullet-list {
    font-size: 0.66rem;
    line-height: 1.4;
  }

  .profile-page--church .product-url,
  .profile-page--levy .product-url,
  .profile-page--breeze .product-url,
  .profile-page--hive .product-url,
  .profile-page--novusas .product-url {
    display: flex !important;
    margin-bottom: 6px;
    padding: 7px 10px;
    font-size: 0.66rem;
  }

  .profile-page[aria-label="How we work"] .section-lead {
    margin-bottom: 8px;
    font-size: 0.82rem;
  }

  .profile-page[aria-label="How we work"] .process-flow {
    gap: 5px;
    margin-bottom: 6px;
  }

  .profile-page[aria-label="How we work"] .process-step {
    padding: 7px 8px;
  }

  .profile-page[aria-label="How we work"] .process-step h3 {
    font-size: 0.7rem;
  }

  .profile-page[aria-label="How we work"] .process-step p {
    font-size: 0.64rem;
    line-height: 1.38;
  }

  .profile-page[aria-label="How we work"] .principles-row {
    gap: 5px;
    margin-top: 6px;
  }

  .profile-page[aria-label="How we work"] .principle-card {
    padding: 7px 8px;
  }

  .profile-page[aria-label="How we work"] .principle-card h3 {
    font-size: 0.7rem;
  }

  .profile-page[aria-label="How we work"] .principle-card p {
    font-size: 0.64rem;
  }

  .profile-page--services .services-pillars {
    gap: 6px;
    margin-bottom: 8px;
  }

  .profile-page--services .services-pillar {
    padding: 8px 8px 6px;
  }

  .profile-page--services .services-pillar p {
    font-size: 0.6rem;
  }

  .profile-page--services .services-catalog {
    gap: 6px;
  }

  .profile-page--services .services-cat {
    padding: 7px 9px 8px;
  }

  .profile-page--services .services-offerings {
    gap: 5px;
  }

  .profile-page--services .services-offering {
    padding: 5px 7px;
  }

  .profile-page--services .services-offering ul {
    font-size: 0.58rem;
    line-height: 1.42;
  }

  .profile-page--technologies .page-head {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .profile-page--technologies .tech-section__lead {
    margin-bottom: 12px;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .profile-page--technologies .tech-grid {
    gap: 10px;
  }

  .profile-page--technologies .tech-category {
    padding: 10px 12px;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .profile-page--technologies .tech-category h3 {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

  .profile-page--technologies .tech-icons {
    gap: 6px;
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
  }

  .profile-page--technologies .tech-icon {
    min-height: 58px;
    padding: 6px 4px;
    gap: 4px;
  }

  .profile-page--technologies .tech-icon figcaption {
    font-size: 0.58rem;
    line-height: 1.2;
  }

  .profile-page[aria-label="Clients"] .section-lead {
    margin-bottom: 10px;
    font-size: 0.82rem;
  }

  .profile-page[aria-label="Clients"] .clients-intro {
    gap: 5px;
    margin-bottom: 10px;
  }

  .profile-page[aria-label="Clients"] .clients-stat {
    padding: 8px;
  }

  .profile-page[aria-label="Clients"] .clients-grid {
    gap: 5px;
    margin-bottom: 10px;
  }

  .profile-page[aria-label="Clients"] .client-logo {
    min-height: 46px;
    padding: 7px 8px;
  }

  .profile-page[aria-label="Clients"] .client-logo img {
    max-height: 30px;
  }

  .profile-page[aria-label="Clients"] .client-logo--multichoice img {
    max-height: 40px;
  }

  .profile-page[aria-label="Clients"] .industries-panel {
    padding: 8px 10px;
  }

  .profile-page[aria-label="Clients"] .industries-panel__lead {
    margin-bottom: 6px;
    font-size: 0.68rem;
  }

  .profile-page[aria-label="Clients"] .industries-grid {
    gap: 5px;
  }

  .profile-page[aria-label="Clients"] .industry-tile {
    padding: 6px 8px;
  }

  .profile-page[aria-label="Clients"] .industry-tile h4 {
    font-size: 0.66rem;
    margin-bottom: 2px;
  }

  .profile-page[aria-label="Clients"] .industry-tile p {
    font-size: 0.58rem;
    line-height: 1.35;
  }

  .profile-page--inner > :not(.page-foot) {
    orphans: 3;
    widows: 3;
  }

  /* ── Print polish: crisp layout; keep solution colour shading ── */
  .cover::before,
  .profile-page--inner::before {
    display: none !important;
    content: none !important;
  }

  .cover {
    background: #fff !important;
  }

  .cover__title em {
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    color: var(--brand-orange) !important;
    -webkit-text-fill-color: var(--brand-orange) !important;
  }

  .cover__stat,
  .cover__products,
  .cover__product,
  .about-panel,
  .value-chip,
  .ecosystem__hub,
  .ecosystem__custom,
  .global-reach__map,
  .global-reach__card,
  .global-reach__products,
  .product-banner__logo,
  .product-banner__stats > div,
  .feature-card:not(.feature-card--highlight),
  .professional-memberships__item:not(.professional-memberships__item--dark),
  .info-panel,
  .process-step,
  .principle-card,
  .services-pillar,
  .services-cat,
  .services-offering,
  .tech-category,
  .service-tile,
  .clients-stat,
  .industries-panel,
  .industry-tile,
  .client-logo,
  .next-step,
  .next-cta {
    background: #fff !important;
    box-shadow: none !important;
    border: 1px solid #c4c4c4 !important;
  }

  .product-banner,
  .ecosystem,
  .solution-card,
  .professional-memberships,
  .feature-card--highlight {
    box-shadow: none !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .product-banner {
    background: transparent !important;
    border: 1px solid #c4c4c4 !important;
  }

  .product-banner::before {
    display: block !important;
    content: "" !important;
    opacity: 1 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .ecosystem {
    background:
      radial-gradient(circle at 50% 0%, rgba(234, 88, 12, 0.04) 0%, transparent 55%),
      #fff !important;
    border: 1px solid #c4c4c4 !important;
  }

  .solution-card {
    background: #fff !important;
    border: 1px solid #c4c4c4 !important;
  }

  .feature-card--highlight {
    background: linear-gradient(135deg, #fff7ed 0%, #fff 100%) !important;
    border: 1px solid #c4c4c4 !important;
    border-left: 3px solid var(--brand-orange) !important;
  }

  .services-pillar {
    background: linear-gradient(135deg, #fff7ed 0%, #fff 100%) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .professional-memberships {
    background: linear-gradient(135deg, #fffbeb 0%, #fff 72%) !important;
    border: 1px solid #fde68a !important;
  }

  .industries-panel {
    background: linear-gradient(135deg, #fff7ed 0%, #fff 72%) !important;
    border: 1px solid #fde68a !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .industry-tile--your {
    background: var(--brand-gradient) !important;
    border-color: transparent !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .global-reach__card--highlight {
    background: linear-gradient(135deg, #fff7ed 0%, #fff 100%) !important;
    border: 1px solid #c4c4c4 !important;
    border-top: 3px solid var(--brand-orange) !important;
  }

  .professional-memberships__item--dark {
    background: #14141a !important;
    border: 1px solid #3a3a3a !important;
    box-shadow: none !important;
  }

  .ecosystem__custom {
    border-style: solid !important;
  }

  .next-cta {
    border-left: 3px solid var(--brand-orange) !important;
  }

  .process-step,
  .next-step {
    border-top: 3px solid var(--brand-orange) !important;
  }

  .about-panel {
    border-left: 3px solid var(--brand-orange) !important;
  }

  /* About page print spacing */
  .profile-page--about .page-head {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .profile-page--about .about-grid {
    margin-bottom: 8px;
    gap: 10px;
  }

  .profile-page--about .values-block {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .profile-page--about .values-block__title {
    margin-bottom: 10px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-orange) !important;
  }

  .profile-page--about .values-row {
    gap: 5px;
  }

  .profile-page--about .value-chip {
    padding: 7px 6px;
    font-size: 0.62rem;
  }

  .profile-page--about .professional-memberships {
    margin-bottom: 8px;
    padding: 10px 12px 8px;
  }

  .profile-page--ecosystem .ecosystem-wrap .page-head {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .profile-page--ecosystem .ecosystem-wrap__lead {
    margin-bottom: 12px;
    font-size: 0.82rem;
  }

  .profile-page--ecosystem .ecosystem {
    padding: 12px 14px 10px;
  }

  .profile-page--ecosystem .ecosystem__connector {
    height: 20px;
  }

  .profile-page--ecosystem .solution-card {
    padding: 12px 10px 10px;
  }

  .profile-page--ecosystem .solution-card__logo {
    height: 48px;
    margin-bottom: 8px;
  }

  .profile-page--ecosystem .solution-card p {
    font-size: 0.66rem;
    line-height: 1.4;
  }

  .next-hero,
  .contact-card,
  .product-url {
    background: #0a0a0a !important;
    box-shadow: none !important;
    border: 1px solid #0a0a0a !important;
  }

  .solution-card::before,
  .clients-stat::before,
  .value-chip::before {
    background: var(--brand-orange) !important;
    opacity: 1 !important;
  }

  .page-head::after {
    background: var(--brand-orange) !important;
    height: 1px !important;
    opacity: 0.4;
  }

  .tech-icon {
    border: 1px solid #c4c4c4 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .tech-icon img,
  .tech-icon__svg {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .tech-icon__abbr {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .client-logo img {
    filter: none !important;
  }

  .global-reach__map .gr-beam {
    stroke: #f59e0b !important;
    stroke-width: 2.5 !important;
    stroke-dasharray: 7 6 !important;
    opacity: 0.65 !important;
  }

  .product-banner::before,
  .cover::before,
  .profile-page--inner::before,
  .next-hero,
  .clients-stat::before,
  .global-reach__map,
  .global-reach__map .gr-beam,
  .product-banner--breeze::before,
  .product-banner--church::before,
  .product-banner--levy::before,
  .ecosystem,
  .solution-card::before {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

@media screen and (max-width: 900px) {
  .profile-page { width: 100%; min-height: auto; padding: 20px; }
  .about-grid, .two-col, .feature-grid, .services-grid,
  .services-pillars, .services-offerings,
  .ecosystem__solutions,   .cover__meta, .values-row,
  .process-flow, .principles-row, .tech-grid, .cover__footer,
  .clients-intro, .clients-grid, .industries-grid, .next-steps, .cover__products,
  .global-reach__grid, .global-reach__product-row {
    grid-template-columns: 1fr;
  }
  .professional-memberships__grid {
    grid-template-columns: 1fr;
  }

  .professional-memberships__item--ciba {
    background: #0a0a10 !important;
  }

  .professional-memberships__logo--ciba {
    min-height: 72px;
    padding: 14px 16px;
    background: #000 !important;
    border-radius: 8px;
  }

  .professional-memberships__logo--ciba img {
    max-height: 56px;
    max-width: min(100%, 260px);
  }

  .cover__title { font-size: 2rem; }
  .cover__brand img { height: 120px; }
  .product-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .product-banner__logo {
    margin: 0 auto;
  }
  .product-banner__body p { max-width: none; }
  .product-banner__stats { justify-content: center; }
}

.fractional-callout {
  margin: 0 0 18px;
  padding: 18px 20px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f2744 0%, #1e3a5f 100%);
  color: #e2e8f0;
  break-inside: avoid;
}

.fractional-callout__label {
  margin: 0 0 4px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93c5fd;
  font-weight: 700;
}

.fractional-callout__head h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  color: #fff;
}

.fractional-callout__lead {
  margin: 0 0 10px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.fractional-callout__proof {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.fractional-callout__proof li {
  font-size: 0.76rem;
  font-weight: 600;
  color: #93c5fd;
}

.fractional-callout__proof li::before {
  content: "✓ ";
  color: #bfdbfe;
}

.fractional-callout__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.fractional-callout__grid article {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.fractional-callout__grid h4 {
  margin: 0 0 4px;
  font-size: 0.82rem;
  color: #fff;
}

.fractional-callout__grid p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: #cbd5e1;
}

.fractional-callout__url {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 600;
  color: #93c5fd;
}

@media print {
  .fractional-callout {
    background: #0f2744 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

@media (max-width: 900px) {
  .fractional-callout__grid {
    grid-template-columns: 1fr;
  }
}

/* Hive — 4th product */
.cover__products--four {
  grid-template-columns: repeat(4, 1fr);
}

.ecosystem__solutions--four {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.ecosystem__solutions--four .solution-card {
  padding: 14px 10px 12px;
}

.ecosystem__solutions--four .solution-card h4 {
  font-size: 0.88rem;
}

.ecosystem__solutions--four .solution-card p {
  font-size: 0.68rem;
  line-height: 1.4;
}

.ecosystem__solutions--four .solution-card__logo {
  height: 44px;
  margin-bottom: 8px;
}

.ecosystem__solutions--four .solution-card__logo img {
  max-height: 36px;
}

.product-banner--hive::before {
  background:
    radial-gradient(circle at 0% 50%, rgba(232, 163, 23, 0.22) 0%, transparent 52%),
    radial-gradient(circle at 100% 0%, rgba(232, 93, 4, 0.12) 0%, transparent 42%),
    linear-gradient(135deg, #fff8eb 0%, #fef3d6 48%, #fffbeb 100%);
}

.product-banner__logo--hive img {
  max-height: 72px;
}

.profile-page--hive .feature-card--highlight {
  background: linear-gradient(135deg, #fff8eb 0%, #fff 100%);
  border-left: 3px solid #e8a317;
}

.product-url--hive::before {
  background: linear-gradient(135deg, #f6c344 0%, #e8a317 55%, #e85d04 100%);
}

.product-url--hive a {
  color: #f6c344;
}

@media print {
  .cover__products--five {
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
  }

  .ecosystem__solutions--five {
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
  }
}

@media (max-width: 900px) {
  .cover__products--five,
  .ecosystem__solutions--five {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* NovuSAS — 5th product */
.cover__products--five {
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 12px 14px;
}

.cover__products--five .cover__product {
  min-height: 56px;
  padding: 8px 6px;
}

.cover__products--five .cover__product img {
  max-height: 36px;
}

.ecosystem__solutions--five {
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.ecosystem__solutions--five .solution-card {
  padding: 12px 8px 10px;
}

.ecosystem__solutions--five .solution-card h4 {
  font-size: 0.78rem;
}

.ecosystem__solutions--five .solution-card p {
  font-size: 0.62rem;
  line-height: 1.35;
}

.ecosystem__solutions--five .solution-card__logo {
  height: 40px;
  margin-bottom: 6px;
}

.ecosystem__solutions--five .solution-card__logo img {
  max-height: 32px;
}

.product-banner--novusas::before {
  background:
    radial-gradient(circle at 0% 50%, rgba(30, 68, 136, 0.18) 0%, transparent 52%),
    radial-gradient(circle at 100% 0%, rgba(199, 44, 97, 0.1) 0%, transparent 42%),
    linear-gradient(135deg, #eef3fb 0%, #f8fafc 48%, #fff 100%);
}

.profile-page--novusas .feature-card--highlight {
  background: linear-gradient(135deg, #eef3fb 0%, #fff 100%);
  border-left: 3px solid #1e4488;
}

.product-url--novusas::before {
  background: linear-gradient(135deg, #1e4488 0%, #c72c61 100%);
}

.product-url--novusas a {
  color: #93c5fd;
}
