section { padding: 78px 0; }
section[id] { scroll-margin-top: 92px; }
.section-tint {
  position: relative;
  border-block: 1px solid rgba(219, 230, 232, .84);
  background: linear-gradient(180deg, rgba(247, 250, 251, .88), rgba(245, 251, 251, .76));
}
.section-tint::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(24, 167, 171, .13) 1px, transparent 1.2px);
  background-size: 26px 26px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  opacity: .22;
}

.section-head {
  position: relative;
  display: grid;
  gap: 13px;
  max-width: 790px;
  margin-bottom: 34px;
}
.section-label {
  color: var(--brand-strong);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-head h2 {
  margin-bottom: 0;
  color: var(--ink-strong);
  font-size: clamp(31px, 5vw, 50px);
  line-height: 1.08;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.section-head p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  text-wrap: pretty;
}

.team-grid { position: relative; display: grid; gap: 18px; align-items: start; }
.team-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .20s ease, border-color .20s ease, box-shadow .20s ease;
}
.team-pillar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), #6fd1d4);
}
.team-pillar::after {
  content: attr(data-number);
  position: absolute;
  right: 16px;
  bottom: -20px;
  color: rgba(24, 167, 171, .055);
  font-size: 112px;
  font-weight: 950;
  line-height: 1;
}
.team-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 167, 171, .36);
  box-shadow: 0 20px 44px rgba(17, 50, 56, .10);
}
.team-pillar-number {
  position: relative;
  z-index: 1;
  color: var(--brand-strong);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.team-pillar h3 { position: relative; z-index: 1; margin: 22px 0 14px; color: var(--ink-strong); font-size: 23px; line-height: 1.18; letter-spacing: -.025em; }
.team-pillar p { position: relative; z-index: 1; margin-bottom: 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.team-pillar .tags { position: relative; z-index: 1; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(24, 167, 171, .18);
  border-radius: 8px;
  color: #3e6064;
  background: var(--brand-pale);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
}

.technology-section { display: grid; gap: 8px; }
.technology-grid { display: grid; gap: 16px; }
.technology-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.technology-card::after {
  content: "";
  position: absolute;
  inset: auto -24px -48px auto;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(24, 167, 171, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(24, 167, 171, .025);
}
.technology-mark {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24, 167, 171, .28);
  border-radius: 18px;
  color: var(--brand-strong);
  background: linear-gradient(145deg, #f2fbfb, var(--brand-soft));
  box-shadow: 0 12px 26px rgba(24, 167, 171, .12);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -.04em;
}
.technology-mark img { width: 34px; height: 34px; }
.technology-card h3 { position: relative; z-index: 1; margin: 2px 0 8px; color: var(--ink-strong); font-size: 21px; }
.technology-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }

.integration-section { overflow: hidden; }
.integration-layout { position: relative; display: grid; gap: 38px; align-items: center; }
.integration-copy { margin-bottom: 0; }
.erp-ecosystem {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(rgba(24, 167, 171, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 167, 171, .045) 1px, transparent 1px),
    rgba(255, 255, 255, .96);
  background-size: 24px 24px;
  box-shadow: var(--shadow-lg);
}
.erp-systems { display: grid; gap: 11px; }
.erp-system {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.erp-system-primary { border-color: rgba(24, 167, 171, .42); box-shadow: 0 10px 24px rgba(24, 167, 171, .10); }
.erp-system-badge {
  width: 62px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--brand-strong);
  background: var(--brand-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 950;
}
.erp-system-primary .erp-system-badge { color: #fff; background: var(--brand-strong); }
.erp-system strong { display: block; color: var(--ink-strong); font-size: 15px; }
.erp-system div span { display: block; margin-top: 3px; color: var(--quiet); font-size: 10px; font-weight: 750; }
.ecosystem-connector { position: relative; height: 42px; }
.ecosystem-connector span:first-child { position: absolute; top: 0; bottom: 12px; left: 50%; width: 2px; background: var(--brand); transform: translateX(-50%); }
.ecosystem-connector span:last-child {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  transform: translateX(-50%) rotate(45deg);
}
.ecosystem-hub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 66px;
  padding: 14px 20px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-strong), var(--brand-deep));
  box-shadow: 0 16px 34px rgba(10, 105, 109, .21);
}
.ecosystem-hub span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 12px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; font-weight: 950; }
.ecosystem-hub strong { font-size: 15px; }
.ecosystem-outcomes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.ecosystem-outcome { min-width: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; align-items: center; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .96); }
.ecosystem-outcome-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--brand-soft); }
.ecosystem-outcome-icon img { width: 21px; height: 21px; }
.ecosystem-outcome > div > span { display: block; margin-bottom: 3px; color: var(--brand-strong); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; font-weight: 950; letter-spacing: .08em; }
.ecosystem-outcome strong { display: block; color: var(--ink); font-size: 11px; line-height: 1.35; }

.metering-section { display: grid; gap: 32px; }
.metering-copy .section-head { margin-bottom: 17px; }
.industry-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.industry-tag { display: inline-flex; align-items: center; min-height: 34px; padding: 0 13px; border: 1px solid rgba(24, 167, 171, .25); border-radius: 999px; color: var(--brand-strong); background: var(--brand-soft); font-size: 11px; font-weight: 850; }
.industry-tag::before { content: ""; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px rgba(24, 167, 171, .10); }
.metering-flow {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(rgba(24, 167, 171, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 167, 171, .04) 1px, transparent 1px),
    linear-gradient(145deg, #fff, var(--brand-pale));
  background-size: 24px 24px;
  box-shadow: var(--shadow-sm);
}
.metering-step {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-areas: "icon title" "icon text";
  column-gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
}
.metering-number { position: absolute; top: 8px; right: 10px; color: rgba(24, 167, 171, .28); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; font-weight: 950; }
.metering-icon { grid-area: icon; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--brand-strong); background: var(--brand-soft); }
.metering-icon img { width: 34px; height: 34px; }
.metering-step h3 { grid-area: title; align-self: end; margin: 0 18px 2px 0; color: var(--ink-strong); font-size: 15px; line-height: 1.2; }
.metering-step p { grid-area: text; align-self: start; margin: 0; color: var(--quiet); font-size: 10px; line-height: 1.4; }
.metering-arrow { display: none; }

.capability-grid { position: relative; display: grid; gap: 16px; }
.capability {
  position: relative;
  min-height: 218px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.capability::after {
  content: attr(data-number);
  position: absolute;
  right: 12px;
  bottom: -18px;
  color: rgba(24, 167, 171, .055);
  font-size: 94px;
  font-weight: 950;
  line-height: 1;
}
.capability-icon {
  position: relative;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(24, 167, 171, .23);
  border-radius: 13px;
  color: var(--brand-strong);
  background: var(--brand-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
}
.capability h3 { position: relative; margin-bottom: 9px; color: var(--ink-strong); font-size: 19px; }
.capability p { position: relative; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.handoff {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: clamp(25px, 5vw, 40px);
  border: 1px solid rgba(24, 167, 171, .28);
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(135deg, var(--brand-strong), var(--brand-deep));
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 28px 70px rgba(10, 105, 109, .22);
}
.handoff h2 { margin-bottom: 11px; font-size: clamp(29px, 5vw, 43px); line-height: 1.12; letter-spacing: -.035em; }
.handoff p { max-width: 690px; margin-bottom: 0; color: rgba(255, 255, 255, .92); font-size: 14px; line-height: 1.7; }
.manager-grid {
  display: grid;
  grid-template-columns: minmax(0, 520px);
  gap: 18px;
  justify-content: center;
  margin-top: 24px;
}
.capability-icon img { width: 25px; height: 25px; }
.manager-card {
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.manager-avatar {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px dashed rgba(24, 167, 171, .52);
  border-radius: 50%;
  color: var(--brand-strong);
  background: var(--brand-pale);
}
.manager-avatar svg { width: 40px; height: 40px; margin-bottom: 3px; }
.manager-avatar span { font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.manager-details { min-width: 0; }
.manager-details h3 { margin-bottom: 5px; color: var(--ink-strong); font-size: 24px; line-height: 1.15; }
.manager-details p { color: var(--brand-strong); font-size: 12px; font-weight: 700; line-height: 1.45; }
.handoff-fields { display: grid; gap: 9px; }
.handoff-field {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(4px);
}
.handoff-field span:first-child { color: rgba(255, 255, 255, .82); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.handoff-field span:last-child { color: #fff; font-size: 12px; font-weight: 750; }

footer { padding: 38px 0 46px; color: var(--quiet); font-size: 11px; }
.footer-row { display: flex; flex-direction: column; gap: 9px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer-row strong { color: var(--brand-strong); letter-spacing: .08em; }

@media (min-width: 720px) {
  .shell { width: min(calc(100% - 56px), var(--max)); }
  .hero { grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 54px; }
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .technology-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .technology-card { grid-template-columns: 1fr; }
  .integration-layout { grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 56px; }
  .metering-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 26px; }
  .metering-step { display: flex; min-height: 220px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 22px 18px; }
  .metering-icon { margin-bottom: 18px; }
  .metering-step h3 { align-self: flex-start; margin: 0 0 6px; font-size: 16px; }
  .metering-step p { align-self: flex-start; font-size: 11px; }
  .metering-arrow { position: absolute; right: -25px; top: 50%; z-index: 3; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--brand-strong); background: #fff; box-shadow: 0 7px 16px rgba(17, 50, 56, .10); font-size: 18px; transform: translateY(-50%); }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manager-grid { grid-template-columns: repeat(2, minmax(0, 520px)); }
  .footer-row { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (min-width: 1040px) {
  .nav-links { display: flex; }
  .language-switcher { margin-left: 0; }
  .capability-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 719px) {
  .nav { min-height: 68px; }
  .hero-board { min-height: auto; }
  .board-stats { grid-template-columns: 1fr; }
  section { padding: 58px 0; }
  .team-pillar { min-height: 0; }
  .technology-card { grid-template-columns: 58px minmax(0, 1fr); padding: 20px; }
  .technology-mark { width: 58px; height: 58px; border-radius: 15px; font-size: 12px; }
  .erp-ecosystem, .metering-flow { padding: 16px; border-radius: 22px; }
  .ecosystem-outcomes { grid-template-columns: 1fr; }
  .handoff { border-radius: 22px; }
  .manager-grid { margin-top: 18px; }
  .manager-card { grid-template-columns: 76px minmax(0, 1fr); padding: 17px; }
  .manager-avatar { width: 76px; height: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
  @page { size: A4; margin: 12mm; }

  html { font-size: 11pt; }
  body {
    background: #fff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body::before, .skip-link, .nav-links, .language-switcher, .hero-board, .hero-actions { display: none !important; }
  .shell { width: 100%; max-width: none; }
  .topbar { position: static; border: 0; background: #fff; backdrop-filter: none; }
  .nav { min-height: auto; padding: 0 0 10mm; }
  .brand-logo { width: 52mm; }
  .hero {
    min-height: 245mm;
    display: flex;
    align-items: center;
    padding: 0 8mm 20mm;
    break-after: page;
  }
  .hero > div { max-width: 165mm; }
  .hero h1 { max-width: 155mm; font-size: 45pt; }
  .hero-lead { max-width: 155mm; font-size: 14pt; }
  section { padding: 10mm 0; }
  .section-tint { border: 0; background: #fff; }
  .section-head { margin-bottom: 8mm; }
  #team { min-height: 245mm; display: flex; align-items: center; padding: 0; break-before: page; }
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team-pillar { min-height: 140mm; padding: 6mm; break-inside: avoid; box-shadow: none; }
  .team-pillar h3 { margin: 5mm 0 3mm; font-size: 15pt; }
  .team-pillar p { font-size: 9pt; }
  .tag { min-height: 6mm; padding: 0 2mm; font-size: 7.5pt; }
  #technology, #integrations, #metering { min-height: 245mm; display: flex; flex-direction: column; justify-content: center; padding: 0; break-before: page; }
  .technology-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .technology-card { grid-template-columns: 1fr; padding: 6mm; box-shadow: none; }
  .technology-mark { width: 18mm; height: 18mm; }
  .integration-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 8mm; }
  .erp-ecosystem { padding: 5mm; box-shadow: none; }
  .metering-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 5mm; box-shadow: none; }
  .metering-step { min-height: 58mm; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 4mm; }
  .metering-arrow { top: calc(50% - 4mm); right: -6mm; width: 8mm; height: 8mm; display: grid; box-shadow: none; font-size: 12pt; transform: none; }
  #capabilities { break-before: page; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability { min-height: 70mm; box-shadow: none; }
  .handoff-section {
    min-height: 235mm;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 8mm;
    padding: 0;
    break-before: page;
  }
  .handoff-section .handoff { width: 100%; }
  .handoff { break-inside: avoid; box-shadow: none; }
  .handoff { margin-top: 0; padding: 6mm; }
  .manager-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5mm; margin-top: 0; }
  .manager-card { width: 100%; grid-template-columns: 18mm minmax(0, 1fr); gap: 4mm; padding: 5mm; box-shadow: none; }
  .manager-avatar { width: 18mm; height: 18mm; }
  footer { padding: 5mm 0 0; }
}
