:root {
  --ap-ink: #101a30;
  --ap-ink-2: #1a2843;
  --ap-paper: #f5f3ee;
  --ap-panel: #ffffff;
  --ap-line: #e4e5e8;
  --ap-muted: #707887;
  /* Legacy variable names are retained for compatibility; the website accent
   * now follows the teal-green used in the Accounting Pilot logo. */
  --ap-blue: #08aaa5;
  --ap-blue-dark: #08757c;
  --ap-blue-soft: #e8f8f6;
  --ap-teal: #08aaa5;
  --ap-teal-dark: #08757c;
  --ap-green: #1d8b68;
  --ap-coral: #ef745d;
  --ap-coral-dark: #d85d48;
  --ap-shadow: 0 24px 70px rgba(16, 26, 48, 0.12);
  --ap-shadow-soft: 0 14px 38px rgba(16, 26, 48, 0.08);
  --ap-radius: 22px;
  --ap-font: "Aptos", "Segoe UI", Arial, Helvetica, sans-serif;
}

html.ap-js {
  scroll-behavior: smooth;
}

body.ap-landing-template {
  background: var(--ap-paper);
  color: var(--ap-ink);
  font-family: var(--ap-font);
  margin: 0;
  overflow-x: hidden;
}

body.ap-landing-template #top-header,
body.ap-landing-template #main-header,
body.ap-landing-template #main-footer,
body.ap-landing-template .et_pb_scroll_top {
  display: none !important;
}

body.ap-landing-template #page-container,
body.ap-landing-template.et_fixed_nav #page-container {
  padding-top: 0 !important;
}

body.ap-landing-template #et-main-area {
  overflow: visible;
}

.ap-divi-builder-page {
  min-height: 50vh;
  position: relative;
}

.ap-divi-builder-content,
.ap-divi-builder-content > .entry-content {
  margin: 0;
  padding: 0;
}

.ap-divi-builder-content > .entry-content::after {
  clear: both;
  content: "";
  display: table;
}

.ap-page *,
.ap-site-header *,
.ap-site-footer * {
  box-sizing: border-box;
}

.ap-page {
  background: var(--ap-paper);
  color: var(--ap-ink);
  font-family: var(--ap-font);
  font-size: 16px;
  line-height: 1.65;
}

.ap-page h1,
.ap-page h2,
.ap-page h3,
.ap-page h4,
.ap-page p,
.ap-site-footer p {
  margin: 0;
  padding: 0;
}

.ap-page h1,
.ap-page h2,
.ap-page h3,
.ap-page h4 {
  color: var(--ap-ink);
  font-family: var(--ap-font);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.ap-page a,
.ap-site-header a,
.ap-site-footer a {
  text-decoration: none;
}

.ap-page img,
.ap-site-header img,
.ap-site-footer img {
  display: block;
  height: auto;
  max-width: 100%;
}

.ap-page button,
.ap-page input,
.ap-page select,
.ap-page textarea,
.ap-site-header button {
  font: inherit;
}

.ap-site-header .screen-reader-text,
.ap-page .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ap-container {
  margin: 0 auto;
  max-width: 1220px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.ap-section {
  padding: 112px 0;
}

.ap-eyebrow,
.ap-kicker {
  color: var(--ap-blue);
  display: inline-flex;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.ap-kicker {
  align-items: center;
  background: var(--ap-blue-soft);
  border: 1px solid #dcf4f2;
  border-radius: 999px;
  gap: 8px;
  padding: 10px 13px;
}

.ap-kicker > span {
  background: var(--ap-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(8, 170, 165, 0.12);
  height: 6px;
  width: 6px;
}

.ap-kicker-light {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.15);
  color: #bfeae7;
}

.ap-kicker-light > span {
  background: var(--ap-teal);
  box-shadow: 0 0 0 4px rgba(8, 170, 165, 0.16);
}

.ap-button {
  align-items: center;
  background: var(--ap-blue);
  border: 1px solid var(--ap-blue);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(8, 170, 165, 0.24);
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  line-height: 1;
  min-height: 52px;
  padding: 0 20px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ap-button:hover,
.ap-button:focus-visible {
  background: var(--ap-blue-dark);
  border-color: var(--ap-blue-dark);
  box-shadow: 0 16px 32px rgba(8, 117, 124, 0.28);
  transform: translateY(-2px);
}

.ap-button svg,
.ap-text-link svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 17px;
}

.ap-button-small {
  border-radius: 10px;
  font-size: 12px;
  min-height: 42px;
  padding: 0 15px;
}

.ap-button-light {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  color: var(--ap-ink) !important;
}

.ap-button-light:hover,
.ap-button-light:focus-visible {
  background: var(--ap-blue-soft);
  border-color: var(--ap-blue-soft);
  color: var(--ap-blue-dark) !important;
}

.ap-button-coral {
  background: var(--ap-coral);
  border-color: var(--ap-coral);
  box-shadow: 0 14px 30px rgba(239, 116, 93, 0.28);
}

.ap-button-coral:hover,
.ap-button-coral:focus-visible {
  background: var(--ap-coral-dark);
  border-color: var(--ap-coral-dark);
}

.ap-button-outline {
  background: transparent;
  border-color: #ccd1da;
  box-shadow: none;
  color: var(--ap-ink) !important;
  width: 100%;
}

.ap-button-outline:hover,
.ap-button-outline:focus-visible {
  background: var(--ap-blue-soft);
  border-color: #c9efec;
  box-shadow: none;
  color: var(--ap-blue-dark) !important;
}

.ap-text-link {
  align-items: center;
  color: var(--ap-ink) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
}

.ap-text-link span {
  color: var(--ap-blue);
  font-size: 18px;
  transition: transform 0.2s ease;
}

.ap-text-link:hover span,
.ap-text-link:focus-visible span {
  transform: translateX(4px);
}

.ap-skip-link {
  background: #fff;
  border-radius: 0 0 8px 8px;
  color: var(--ap-ink) !important;
  font: 700 13px/1 var(--ap-font);
  left: 20px;
  padding: 12px 16px;
  position: fixed;
  top: -60px;
  transition: top 0.2s ease;
  z-index: 99999;
}

.ap-skip-link:focus {
  top: 0;
}

/* Header */
.ap-site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(16, 26, 48, 0.08);
  font-family: var(--ap-font);
  height: 78px;
  position: sticky;
  top: 0;
  transition: box-shadow 0.25s ease;
  z-index: 999;
}

.ap-site-header.is-scrolled {
  box-shadow: 0 10px 32px rgba(16, 26, 48, 0.08);
}

@supports (backdrop-filter: blur(14px)) {
  .ap-site-header {
    backdrop-filter: blur(14px);
  }
}

.ap-nav-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.ap-brand {
  display: block;
  width: 224px;
}

.ap-brand img {
  width: 100%;
}

.ap-primary-nav {
  align-items: center;
  display: flex;
  gap: 30px;
}

.ap-primary-nav > a:not(.ap-button),
.ap-nav-parent-row > a {
  color: #4c5668;
  font-size: 13px;
  font-weight: 750;
  padding: 28px 0;
  position: relative;
  transition: color 0.2s ease;
}

.ap-primary-nav > a:not(.ap-button)::after,
.ap-nav-parent-row > a::after {
  background: var(--ap-blue);
  bottom: 16px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.2s ease;
  width: 100%;
}

.ap-primary-nav > a:not(.ap-button):hover,
.ap-primary-nav > a:not(.ap-button):focus-visible,
.ap-primary-nav > a[aria-current="page"],
.ap-nav-parent-row > a:hover,
.ap-nav-parent-row > a:focus-visible,
.ap-nav-business.is-current .ap-nav-parent-row > a {
  color: var(--ap-ink);
}

.ap-primary-nav > a[aria-current="page"]::after,
.ap-nav-business.is-current .ap-nav-parent-row > a::after {
  transform: translateX(-50%) scaleX(1);
}

.ap-nav-item { position: relative; }
.ap-nav-parent-row { align-items: center; display: flex; }
.ap-nav-parent-row > a { color: #4c5668; display: block; }
.ap-nav-parent-row > button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #697386;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  margin-left: 3px;
  padding: 0;
  width: 20px;
}
.ap-nav-parent-row > button > span:first-child {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  height: 6px;
  transform: rotate(45deg) translate(-1px, 1px);
  transition: transform 0.2s ease;
  width: 6px;
}
.ap-nav-business.is-open .ap-nav-parent-row > button > span:first-child { transform: rotate(225deg) translate(-1px, 1px); }

.ap-business-dropdown {
  background: #fff;
  border: 1px solid #e0e3e9;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(16, 26, 48, 0.17);
  display: none;
  padding: 22px;
  position: absolute;
  right: -430px;
  top: 61px;
  width: min(1060px, calc(100vw - 48px));
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}
.ap-nav-business:hover .ap-business-dropdown,
.ap-nav-business.is-open .ap-business-dropdown { display: block; }
.ap-dropdown-heading { align-items: center; border-bottom: 1px solid var(--ap-line); display: flex; justify-content: space-between; margin-bottom: 13px; padding: 1px 4px 17px; }
.ap-dropdown-heading span { color: var(--ap-blue); display: block; font-size: 7px; font-weight: 900; letter-spacing: 0.17em; margin-bottom: 4px; }
.ap-dropdown-heading strong { color: var(--ap-ink); display: block; font-size: 17px; }
.ap-dropdown-heading > a { color: var(--ap-blue); font-size: 10px; font-weight: 800; }
.ap-dropdown-hubs { display: grid; gap: 8px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ap-dropdown-hubs > a { align-items: center; border: 1px solid #e7e9ed; border-radius: 12px; color: var(--ap-ink); display: grid; gap: 9px; grid-template-columns: 32px minmax(0, 1fr); min-height: 70px; padding: 10px; position: relative; transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.ap-dropdown-hubs > a:hover,
.ap-dropdown-hubs > a:focus-visible,
.ap-dropdown-hubs > a[aria-current="page"] { background: var(--ap-blue-soft); border-color: #bce8e5; transform: translateY(-1px); }
.ap-dropdown-icon { align-items: center; background: #eef1f6; border-radius: 8px; color: var(--ap-blue); display: flex; height: 28px; justify-content: center; width: 28px; }
.ap-dropdown-icon svg { height: 14px; width: 14px; }
.ap-dropdown-hubs strong { display: block; font-size: 11px; line-height: 1.2; }
.ap-dropdown-hubs small { color: #818999; display: block; font-size: 7px; line-height: 1.35; margin-top: 3px; }
.ap-dropdown-hubs b { background: var(--ap-ink); border-radius: 999px; color: #fff; font-size: 6px; font-weight: 900; padding: 3px 5px; position: absolute; right: 7px; text-transform: uppercase; top: 6px; }

.ap-primary-nav .ap-nav-login {
  border-left: 1px solid var(--ap-line);
  margin-left: 2px;
  padding-left: 24px !important;
}

.ap-menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 42px;
  padding: 9px;
  width: 42px;
}

.ap-menu-toggle > span:not(.screen-reader-text) {
  background: var(--ap-ink);
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 24px;
}

/* Home page slider */
.ap-home-slider {
  background: #fff;
  min-height: 735px;
  overflow: hidden;
  position: relative;
}

.ap-slider-track {
  min-height: 735px;
  position: relative;
}

.ap-home-slide {
  align-items: center;
  display: flex;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  padding: 64px 0 96px;
  pointer-events: none;
  position: absolute;
  transform: translateX(28px);
  transition: opacity 0.55s ease, transform 0.65s ease, visibility 0.65s;
  visibility: hidden;
}

.ap-home-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
  z-index: 2;
}

.ap-home-slide-one {
  background:
    radial-gradient(circle at 82% 12%, rgba(8, 170, 165, 0.16), transparent 30%),
    linear-gradient(180deg, #fff 0%, var(--ap-paper) 100%);
}

.ap-home-slide-two {
  background:
    radial-gradient(circle at 78% 18%, rgba(8, 170, 165, 0.32), transparent 28%),
    var(--ap-ink);
}

.ap-home-slide-three {
  background:
    radial-gradient(circle at 85% 12%, rgba(8, 170, 165, 0.24), transparent 27%),
    linear-gradient(135deg, #17284d 0%, #243886 100%);
}

.ap-slide-grid-pattern {
  background-image:
    linear-gradient(rgba(8, 170, 165, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 170, 165, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 60%, transparent);
  position: absolute;
}

.ap-slide-grid-dark {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
}

.ap-slide-orbit {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  height: 520px;
  pointer-events: none;
  position: absolute;
  right: -170px;
  top: -235px;
  width: 520px;
}

.ap-slide-orbit-two {
  height: 330px;
  right: -75px;
  top: -140px;
  width: 330px;
}

.ap-home-slide-grid {
  align-items: center;
  display: grid;
  gap: 76px;
  grid-template-columns: minmax(0, 0.88fr) minmax(550px, 1.12fr);
  position: relative;
  z-index: 2;
}

.ap-home-slide-copy {
  position: relative;
}

.ap-slide-count {
  color: #9ca5b4;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.16em;
  margin-top: 31px !important;
}

.ap-home-slide-copy h1,
.ap-home-slide-copy h2 {
  font-size: clamp(52px, 5.2vw, 74px);
  margin: 12px 0 24px;
}

.ap-home-slide-copy h1 em,
.ap-home-slide-copy h2 em {
  color: var(--ap-blue);
  font-style: normal;
}

.ap-home-slide-two .ap-home-slide-copy h2,
.ap-home-slide-three .ap-home-slide-copy h2 {
  color: #fff;
}

.ap-home-slide-two .ap-home-slide-copy h2 em {
  color: #86e0db;
}

.ap-home-slide-three .ap-home-slide-copy h2 em {
  color: #6ce0dc;
}

.ap-home-slide-two .ap-lead,
.ap-home-slide-three .ap-lead {
  color: #b3bdcf;
}

.ap-home-slide-three .ap-slide-count,
.ap-home-slide-two .ap-slide-count {
  color: #76849f;
}

.ap-text-link-light {
  color: #fff !important;
}

/* Slide one: command view */
.ap-home-command {
  background: #f5f3ee;
  border: 1px solid rgba(16, 26, 48, 0.12);
  border-radius: 23px;
  box-shadow: 0 36px 85px rgba(16, 26, 48, 0.2);
  overflow: hidden;
  transform: perspective(1400px) rotateY(-3deg);
}

.ap-home-command > header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e6e8ed;
  color: #929ba9;
  display: grid;
  font-size: 7px;
  font-weight: 900;
  grid-template-columns: 1fr auto 1fr;
  height: 45px;
  letter-spacing: 0.14em;
  padding: 0 17px;
}

.ap-home-command > header > div {
  display: flex;
  gap: 5px;
}

.ap-home-command > header i {
  background: #d8dbe1;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.ap-home-command > header i:first-child { background: var(--ap-coral); }
.ap-home-command > header i:nth-child(2) { background: #f1bf55; }
.ap-home-command > header i:last-child { background: var(--ap-teal); }
.ap-home-command > header b { background: var(--ap-blue-soft); border-radius: 8px; color: var(--ap-blue); font-size: 8px; justify-self: end; letter-spacing: 0; padding: 6px 8px; }
.ap-command-body { padding: 25px; }
.ap-command-title { align-items: center; display: flex; justify-content: space-between; }
.ap-command-title small,
.ap-command-title strong { display: block; }
.ap-command-title small { color: #929aa8; font-size: 6px; font-weight: 900; letter-spacing: 0.14em; }
.ap-command-title strong { color: var(--ap-ink); font-size: 19px; margin-top: 3px; }
.ap-command-title > span { background: #e9f7f2; border-radius: 99px; color: var(--ap-green); font-size: 7px; font-weight: 900; padding: 6px 9px; }
.ap-command-metrics { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); margin-top: 19px; }
.ap-command-metrics article { background: #fff; border: 1px solid #e3e5ea; border-radius: 12px; padding: 14px; }
.ap-command-metrics small,
.ap-command-metrics strong,
.ap-command-metrics em { display: block; }
.ap-command-metrics small { color: #929aa8; font-size: 7px; font-weight: 800; }
.ap-command-metrics strong { color: var(--ap-ink); font-size: 16px; margin: 12px 0 3px; }
.ap-command-metrics em { color: #a0a7b3; font-size: 6px; font-style: normal; }
.ap-command-chart { background: #fff; border: 1px solid #e3e5ea; border-radius: 14px; height: 220px; margin-top: 11px; overflow: hidden; padding: 16px; position: relative; }
.ap-command-chart small,
.ap-command-chart strong { display: block; }
.ap-command-chart small { color: #929aa8; font-size: 6px; font-weight: 900; letter-spacing: 0.13em; }
.ap-command-chart strong { color: var(--ap-ink); font-size: 10px; margin-top: 3px; }
.ap-command-chart::before,
.ap-command-chart::after { border-top: 1px dashed #e9ecf1; content: ""; left: 16px; position: absolute; right: 16px; }
.ap-command-chart::before { top: 46%; }
.ap-command-chart::after { top: 70%; }
.ap-command-chart svg { bottom: 12px; height: 155px; left: 16px; position: absolute; width: calc(100% - 32px); }
.ap-command-chart path:not(.fill) { fill: none; stroke: var(--ap-blue); stroke-linecap: round; stroke-width: 3; }
.ap-command-chart .fill { fill: url(#homeChartFill); stroke: none; }

/* Slide two: document flow */
.ap-home-docflow {
  height: 470px;
  position: relative;
}

.ap-docflow-route {
  align-items: center;
  display: flex;
  left: 52px;
  position: absolute;
  right: 42px;
  top: 14px;
}

.ap-docflow-route span {
  align-items: center;
  background: #24324b;
  border: 1px solid #40506d;
  border-radius: 50%;
  color: #8490a6;
  display: flex;
  flex: 0 0 28px;
  font-size: 7px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
}

.ap-docflow-route span.is-complete { background: var(--ap-teal); border-color: var(--ap-teal); color: #fff; }
.ap-docflow-route i { background: linear-gradient(90deg, var(--ap-teal), #40506d); height: 2px; width: 50%; }
.ap-paper-card { background: #fff; border: 1px solid #e2e5eb; border-radius: 16px; box-shadow: 0 28px 65px rgba(0, 0, 0, 0.27); color: var(--ap-ink); padding: 23px; position: absolute; width: 245px; }
.ap-paper-card > header { align-items: center; border-bottom: 1px solid #e8eaee; display: flex; justify-content: space-between; padding-bottom: 14px; }
.ap-paper-card > header span { color: var(--ap-blue); font-size: 8px; font-weight: 950; letter-spacing: 0.15em; }
.ap-paper-card > header b { color: #9ba2ae; font-size: 8px; }
.ap-paper-brand { color: #7f8795; font-size: 6px; font-weight: 900; letter-spacing: 0.14em; margin-top: 20px; }
.ap-paper-card h3 { font-size: 16px; letter-spacing: -0.02em; margin: 8px 0 14px; }
.ap-paper-card footer { align-items: center; border-top: 1px solid #e8eaee; display: flex; justify-content: space-between; margin-top: 22px; padding-top: 14px; }
.ap-paper-card footer span { color: var(--ap-green); font-size: 7px; font-weight: 950; }
.ap-paper-card footer strong,
.ap-paper-card footer time { color: var(--ap-ink); font-size: 10px; font-style: normal; font-weight: 850; }
.ap-paper-lines { display: grid; gap: 8px; }
.ap-paper-lines i { background: #edf0f4; border-radius: 99px; height: 6px; }
.ap-paper-lines i:nth-child(2) { width: 78%; }
.ap-paper-lines i:last-child { width: 58%; }
.ap-paper-quote { left: 0; top: 78px; transform: rotate(-5deg); z-index: 2; }
.ap-paper-job { left: 31%; top: 98px; transform: rotate(1deg); z-index: 3; }
.ap-paper-invoice { right: 0; top: 65px; transform: rotate(5deg); z-index: 4; }
.ap-job-stamp { align-items: center; background: #eaf6f2; border-radius: 50%; color: var(--ap-green); display: flex; height: 52px; justify-content: center; margin: 22px auto 15px; width: 52px; }
.ap-job-stamp svg { fill: none; height: 25px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.4; width: 25px; }
.ap-paper-job h3,
.ap-paper-job p { text-align: center; }
.ap-paper-job p { color: #8e96a4; font-size: 8px; }
.ap-invoice-total { background: var(--ap-blue-soft); border-radius: 11px; margin-top: 20px; padding: 16px; }
.ap-invoice-total small,
.ap-invoice-total strong { display: block; }
.ap-invoice-total small { color: #8791a4; font-size: 7px; font-weight: 900; }
.ap-invoice-total strong { color: var(--ap-blue); font-size: 21px; margin-top: 4px; }

/* Slide three: operations */
.ap-home-operations {
  height: 480px;
  position: relative;
}

.ap-ops-radar {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  height: 370px;
  position: absolute;
  right: -30px;
  top: -20px;
  width: 370px;
}

.ap-ops-radar > i { border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 50%; inset: 70px; position: absolute; }
.ap-ops-radar > i:nth-child(2) { inset: 130px; }
.ap-ops-radar > i:nth-child(3) { border-radius: 0; border-width: 1px 0 0; inset: 50% 0 auto; }
.ap-ops-radar > span { background: linear-gradient(90deg, transparent, rgba(8, 170, 165, 0.72)); height: 1px; left: 50%; position: absolute; top: 50%; transform: rotate(-35deg); transform-origin: left; width: 175px; }
.ap-ops-radar > b { background: var(--ap-teal); border-radius: 99px; color: #fff; font-size: 7px; letter-spacing: 0.14em; padding: 6px 9px; position: absolute; right: 66px; top: 70px; }
.ap-ops-card { backdrop-filter: blur(16px); background: rgba(255, 255, 255, 0.96); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 17px; box-shadow: 0 28px 60px rgba(10, 19, 47, 0.28); color: var(--ap-ink); padding: 21px; position: absolute; }
.ap-ops-card > header { align-items: center; display: grid; gap: 10px; grid-template-columns: 39px 1fr auto; }
.ap-ops-card > header > span { align-items: center; background: var(--ap-blue-soft); border-radius: 10px; color: var(--ap-blue); display: flex; height: 39px; justify-content: center; width: 39px; }
.ap-ops-card svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 18px; }
.ap-ops-card header small,
.ap-ops-card header strong { display: block; }
.ap-ops-card header small { color: #999fac; font-size: 6px; font-weight: 900; letter-spacing: 0.13em; }
.ap-ops-card header strong { color: var(--ap-ink); font-size: 11px; margin-top: 2px; }
.ap-ops-card header > b { color: var(--ap-green); font-size: 15px; }
.ap-ops-stock { left: 0; top: 38px; width: 420px; z-index: 2; }
.ap-ops-bars { align-items: end; display: flex; gap: 8px; height: 92px; margin: 20px 0 14px; }
.ap-ops-bars i { background: linear-gradient(180deg, var(--ap-blue), #65d5d0); border-radius: 5px 5px 2px 2px; flex: 1; height: var(--stock); }
.ap-ops-bars i.is-low { background: linear-gradient(180deg, var(--ap-coral), #f5a292); }
.ap-ops-stock > footer { align-items: center; border-top: 1px solid #e8eaee; display: flex; justify-content: space-between; padding-top: 12px; }
.ap-ops-stock footer span { align-items: center; color: #7d8797; display: flex; font-size: 7px; gap: 5px; }
.ap-ops-stock footer span i { background: var(--ap-coral); border-radius: 50%; height: 6px; width: 6px; }
.ap-ops-stock footer b { color: var(--ap-blue); font-size: 7px; }
.ap-ops-jobs { bottom: 14px; right: 0; width: 390px; z-index: 3; }
.ap-ops-jobs > header { border-bottom: 1px solid #e8eaee; padding-bottom: 12px; }
.ap-ops-jobs > div { align-items: center; border-top: 1px solid #eef0f3; display: grid; gap: 10px; grid-template-columns: 42px 1fr auto; padding: 13px 0 4px; }
.ap-ops-jobs > div:first-of-type { border-top: 0; }
.ap-ops-jobs > div > span { color: #87909f; font-size: 8px; font-weight: 850; }
.ap-ops-jobs p strong,
.ap-ops-jobs p small { display: block; }
.ap-ops-jobs p strong { color: #495365; font-size: 8px; }
.ap-ops-jobs p small { color: #979eaa; font-size: 7px; margin-top: 2px; }
.ap-ops-jobs > div > b { background: #edf0f4; border-radius: 99px; color: #717b8e; font-size: 6px; padding: 5px 7px; }
.ap-ops-jobs > div > b.is-live { background: #eaf6f2; color: var(--ap-green); }

/* Slider controls */
.ap-slider-controls {
  align-items: center;
  bottom: 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 6;
}

.ap-slider-arrows { display: flex; gap: 8px; }
.ap-slider-arrows button { align-items: center; background: #fff; border: 1px solid #dfe2e8; border-radius: 50%; color: var(--ap-ink); cursor: pointer; display: flex; font-size: 17px; height: 40px; justify-content: center; padding: 0; transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease; width: 40px; }
.ap-slider-arrows button:hover,
.ap-slider-arrows button:focus-visible { background: var(--ap-blue); border-color: var(--ap-blue); color: #fff; transform: translateY(-2px); }
.ap-slider-dots { align-items: center; display: flex; gap: 8px; }
.ap-slider-dots button { background: transparent; border: 0; cursor: pointer; height: 20px; padding: 5px 0; width: 34px; }
.ap-slider-dots button span { background: #c9ced8; border-radius: 99px; display: block; height: 3px; overflow: hidden; position: relative; width: 100%; }
.ap-slider-dots button span::after { background: var(--ap-blue); border-radius: inherit; content: ""; inset: 0; position: absolute; transform: scaleX(0); transform-origin: left; }
.ap-slider-dots button.is-active span::after { animation: ap-slider-progress 10s linear forwards; }
.ap-home-slider.is-paused .ap-slider-dots button.is-active span::after { animation-play-state: paused; }
@keyframes ap-slider-progress { to { transform: scaleX(1); } }
.ap-slider-status { color: #8e97a5; font-size: 9px; justify-self: end; letter-spacing: 0.12em; }
.ap-slider-status strong { color: var(--ap-ink); font-size: 13px; }
.ap-home-slider[data-active="1"] .ap-slider-status,
.ap-home-slider[data-active="2"] .ap-slider-status { color: #8f9ab0; }
.ap-home-slider[data-active="1"] .ap-slider-status strong,
.ap-home-slider[data-active="2"] .ap-slider-status strong { color: #fff; }
.ap-home-slider[data-active="1"] .ap-slider-dots button span,
.ap-home-slider[data-active="2"] .ap-slider-dots button span { background: rgba(255, 255, 255, 0.18); }
.ap-home-slider[data-active="1"] .ap-slider-arrows button,
.ap-home-slider[data-active="2"] .ap-slider-arrows button { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.18); color: #fff; }
.ap-home-slider[data-active="1"] .ap-slider-arrows button:hover,
.ap-home-slider[data-active="2"] .ap-slider-arrows button:hover { background: #fff; color: var(--ap-ink); }

/* Home page sections */
.ap-home-intro { background: #fff; }
.ap-home-pillar-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.ap-home-pillar { background: #fbfbfc; border: 1px solid #e5e7eb; border-radius: 22px; color: var(--ap-ink) !important; min-height: 380px; padding: 30px; position: relative; transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
.ap-home-pillar:hover { border-color: #c9efec; box-shadow: var(--ap-shadow-soft); transform: translateY(-4px); }
.ap-home-pillar .ap-feature-icon { margin-bottom: 50px; }
.ap-home-pillar > small { color: #9ba2ae; display: block; font-size: 8px; font-weight: 900; letter-spacing: 0.15em; }
.ap-home-pillar h3 { font-size: 24px; margin: 9px 0 13px; }
.ap-home-pillar p { color: var(--ap-muted); font-size: 13px; line-height: 1.7; }
.ap-home-pillar > b { bottom: 28px; color: var(--ap-blue); font-size: 10px; left: 30px; position: absolute; }
.ap-home-trial-section { background: var(--ap-paper); }
.ap-home-trial-card { align-items: center; background: #fff; border: 1px solid #e1e4e9; border-radius: 26px; box-shadow: var(--ap-shadow-soft); display: grid; gap: 28px; grid-template-columns: 100px minmax(0, 1fr) auto; padding: 38px 42px; }
.ap-home-trial-mark { align-items: center; background: linear-gradient(135deg, var(--ap-blue), var(--ap-teal)); border-radius: 22px; color: #fff; display: flex; flex-direction: column; height: 92px; justify-content: center; transform: rotate(-4deg); width: 92px; }
.ap-home-trial-mark span { font-size: 34px; font-weight: 900; letter-spacing: -0.06em; line-height: 1; }
.ap-home-trial-mark small { font-size: 7px; font-weight: 900; letter-spacing: 0.16em; margin-top: 5px; }
.ap-home-trial-card h2 { font-size: 34px; margin: 10px 0 9px; }
.ap-home-trial-card p { color: var(--ap-muted); font-size: 13px; line-height: 1.65; }
.ap-home-trial-actions { align-items: center; display: flex; flex-direction: column; gap: 12px; }
.ap-home-trial-actions > a:last-child { color: var(--ap-blue) !important; font-size: 10px; font-weight: 850; }

/* Features hero */
.ap-hero {
  overflow: hidden;
  position: relative;
}

.ap-business-hero {
  background:
    radial-gradient(circle at 83% 12%, rgba(8, 170, 165, 0.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--ap-paper) 100%);
  min-height: 760px;
  padding: 96px 0 105px;
}

.ap-business-hero::before {
  background-image: radial-gradient(rgba(8, 170, 165, 0.19) 1px, transparent 1px);
  background-size: 20px 20px;
  content: "";
  height: 240px;
  opacity: 0.55;
  position: absolute;
  right: -55px;
  top: 40px;
  width: 350px;
}

.ap-hero-orbit {
  border: 1px solid rgba(8, 170, 165, 0.1);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.ap-hero-orbit-one {
  height: 560px;
  right: -280px;
  top: -160px;
  width: 560px;
}

.ap-hero-orbit-two {
  height: 330px;
  right: -160px;
  top: -45px;
  width: 330px;
}

.ap-hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  position: relative;
  z-index: 2;
}

.ap-hero-copy h1 {
  font-size: clamp(52px, 5.1vw, 74px);
  margin: 26px 0 25px;
  max-width: 680px;
}

.ap-hero-copy h1 em,
.ap-page-hero h1 em {
  color: var(--ap-blue);
  font-style: normal;
}

.ap-lead {
  color: #596474;
  font-size: 18px;
  line-height: 1.75;
  max-width: 620px;
}

.ap-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 34px;
}

.ap-trial-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 28px;
}

.ap-trial-notes span {
  align-items: center;
  color: #687284;
  display: inline-flex;
  font-size: 11px;
  font-weight: 750;
  gap: 6px;
}

.ap-trial-notes svg {
  fill: none;
  height: 14px;
  stroke: var(--ap-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 14px;
}

/* Product dashboard mockup */
.ap-dashboard-shell {
  background: #fff;
  border: 1px solid #e1e4eb;
  border-radius: 22px;
  box-shadow: 0 34px 80px rgba(16, 26, 48, 0.17), 0 2px 0 rgba(255, 255, 255, 0.8) inset;
  overflow: hidden;
  transform: perspective(1600px) rotateY(-3deg) rotateX(1deg);
}

.ap-dashboard-topbar {
  align-items: center;
  background: #f8f9fb;
  border-bottom: 1px solid #e7e9ee;
  color: #98a0af;
  display: grid;
  font-size: 7px;
  font-weight: 850;
  grid-template-columns: 1fr auto 1fr;
  height: 42px;
  letter-spacing: 0.13em;
  padding: 0 15px;
}

.ap-dashboard-topbar > b {
  background: var(--ap-blue-soft);
  border-radius: 8px;
  color: var(--ap-blue);
  font-size: 8px;
  justify-self: end;
  letter-spacing: 0;
  padding: 6px 7px;
}

.ap-window-dots {
  display: flex;
  gap: 5px;
}

.ap-window-dots i {
  background: #d4d8e0;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.ap-window-dots i:first-child { background: var(--ap-coral); }
.ap-window-dots i:nth-child(2) { background: #f2c15e; }
.ap-window-dots i:last-child { background: var(--ap-teal); }

.ap-dashboard-layout {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 430px;
}

.ap-dashboard-sidebar {
  align-items: center;
  background: var(--ap-ink);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 10px;
}

.ap-mini-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--ap-blue), var(--ap-teal));
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 16px;
  width: 34px;
}

.ap-dashboard-sidebar > span {
  align-items: center;
  border-radius: 9px;
  color: #78859e;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.ap-dashboard-sidebar > span.is-active {
  background: var(--ap-blue);
  color: #fff;
}

.ap-dashboard-sidebar svg,
.ap-stat-icon svg,
.ap-feature-icon svg,
.ap-security-icon svg,
.ap-contact-method svg,
.ap-contact-points svg,
.ap-form-mark svg,
.ap-form-submit svg,
.ap-pricing-note svg,
.ap-compare-wrap svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 17px;
}

.ap-dashboard-content {
  background: #f5f3ee;
  padding: 25px 23px 22px;
}

.ap-dashboard-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.ap-dashboard-heading small,
.ap-dashboard-heading strong {
  display: block;
}

.ap-dashboard-heading small,
.ap-chart-card small,
.ap-activity-card header small {
  color: #949cab;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.ap-dashboard-heading strong {
  color: var(--ap-ink);
  font-size: 18px;
  letter-spacing: -0.03em;
  margin-top: 4px;
}

.ap-dashboard-heading button {
  background: var(--ap-blue);
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 8px;
  font-weight: 850;
  padding: 9px 12px;
}

.ap-dashboard-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.ap-dashboard-stats article {
  background: #fff;
  border: 1px solid #e4e6eb;
  border-radius: 12px;
  min-height: 105px;
  padding: 12px;
  position: relative;
}

.ap-stat-icon {
  align-items: center;
  background: var(--ap-blue-soft);
  border-radius: 8px;
  color: var(--ap-blue);
  display: flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
}

.ap-stat-icon.ap-teal { background: #e8f8f6; color: var(--ap-teal-dark); }
.ap-stat-icon.ap-coral { background: #fff0ed; color: var(--ap-coral); }
.ap-dashboard-stats small,
.ap-dashboard-stats strong,
.ap-dashboard-stats i {
  display: block;
}

.ap-dashboard-stats small {
  color: #929aa8;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 12px;
  max-width: 66%;
}

.ap-dashboard-stats strong {
  color: var(--ap-ink);
  font-size: 15px;
}

.ap-dashboard-stats i {
  color: #9aa1ad;
  font-size: 6px;
  font-style: normal;
  margin-top: 5px;
}

.ap-dashboard-panels {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.55fr 0.9fr;
  margin-top: 10px;
}

.ap-chart-card,
.ap-activity-card {
  background: #fff;
  border: 1px solid #e4e6eb;
  border-radius: 12px;
  min-width: 0;
  padding: 13px;
}

.ap-chart-card header,
.ap-activity-card header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.ap-chart-card header small,
.ap-chart-card header strong,
.ap-activity-card header small,
.ap-activity-card header strong {
  display: block;
}

.ap-chart-card header strong,
.ap-activity-card header strong {
  color: var(--ap-ink);
  font-size: 9px;
  margin-top: 2px;
}

.ap-chart-card header > span {
  background: #f1f3f6;
  border-radius: 6px;
  color: #8992a1;
  font-size: 6px;
  padding: 5px 7px;
}

.ap-chart-grid {
  height: 125px;
  margin-top: 8px;
  overflow: hidden;
  position: relative;
}

.ap-chart-grid > i {
  border-top: 1px dashed #edf0f4;
  left: 0;
  position: absolute;
  right: 0;
}

.ap-chart-grid > i:nth-child(1) { top: 20%; }
.ap-chart-grid > i:nth-child(2) { top: 42%; }
.ap-chart-grid > i:nth-child(3) { top: 64%; }
.ap-chart-grid > i:nth-child(4) { top: 86%; }
.ap-chart-grid svg { bottom: 0; height: 115px; left: 0; overflow: visible; position: absolute; width: 100%; }
.ap-chart-grid path:not(.fill) { fill: none; stroke: var(--ap-blue); stroke-linecap: round; stroke-width: 3; }
.ap-chart-grid .fill { fill: url(#apChartFill); stroke: none; }

.ap-activity-card > div {
  align-items: center;
  border-top: 1px solid #eef0f3;
  display: grid;
  gap: 7px;
  grid-template-columns: 7px minmax(0, 1fr) auto;
  padding: 12px 0 9px;
}

.ap-activity-card > div:first-of-type { margin-top: 5px; }
.ap-activity-card p b,
.ap-activity-card p small { display: block; }
.ap-activity-card p b { color: #495365; font-size: 7px; }
.ap-activity-card p small { color: #a1a8b4; font-size: 6px; margin-top: 2px; }
.ap-activity-card time { color: #a1a8b4; font-size: 6px; }
.ap-dot { background: var(--ap-green); border-radius: 50%; height: 7px; width: 7px; }
.ap-blue-dot { background: var(--ap-blue); }
.ap-coral-dot { background: var(--ap-coral); }

.ap-signal-strip {
  background: var(--ap-ink);
  color: #8e99b0;
}

.ap-signal-strip .ap-container {
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: space-between;
  max-width: 920px;
}

.ap-signal-strip span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.ap-signal-strip i {
  background: var(--ap-teal);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(8, 170, 165, 0.1);
  height: 4px;
  width: 4px;
}

/* Shared section heading */
.ap-section-head {
  align-items: end;
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  margin-bottom: 54px;
}

.ap-section-head h2 {
  font-size: clamp(38px, 4vw, 54px);
  margin-top: 16px;
}

.ap-section-head > p {
  color: var(--ap-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* Feature grid */
.ap-feature-section {
  background: #fff;
}

.ap-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.ap-feature-card {
  background: #fbfbfc;
  border: 1px solid #e8e9ed;
  border-radius: var(--ap-radius);
  min-height: 360px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ap-feature-card:hover {
  border-color: #d8dce5;
  box-shadow: var(--ap-shadow-soft);
  transform: translateY(-4px);
}

.ap-feature-card::after {
  background: radial-gradient(circle, rgba(8, 170, 165, 0.12) 1px, transparent 1.5px);
  background-size: 14px 14px;
  content: "";
  height: 105px;
  opacity: 0.55;
  position: absolute;
  right: -26px;
  top: -20px;
  width: 120px;
}

.ap-feature-wide {
  grid-column: span 2;
}

.ap-feature-icon {
  align-items: center;
  background: var(--ap-blue-soft);
  border-radius: 13px;
  color: var(--ap-blue);
  display: flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 52px;
  width: 46px;
}

.ap-feature-icon svg { height: 21px; width: 21px; }
.ap-feature-icon.is-teal { background: #e6f8f6; color: var(--ap-teal-dark); }
.ap-feature-icon.is-coral { background: #fff0ed; color: var(--ap-coral); }
.ap-feature-icon.is-navy { background: #e9edf3; color: var(--ap-ink); }
.ap-feature-icon.is-blue { background: var(--ap-blue-soft); color: var(--ap-blue); }
.ap-feature-icon.is-green { background: #eaf6f2; color: var(--ap-green); }

.ap-feature-card > span {
  color: #a0a6b1;
  display: block;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
}

.ap-feature-card h3 {
  font-size: 25px;
  max-width: 520px;
}

.ap-feature-card > p {
  color: var(--ap-muted);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 13px;
  max-width: 540px;
}

.ap-document-flow {
  align-items: center;
  bottom: 30px;
  display: flex;
  gap: 9px;
  position: absolute;
  right: 30px;
}

.ap-document-flow b {
  background: #fff;
  border: 1px solid #e1e4ea;
  border-radius: 7px;
  color: #687184;
  font-size: 7px;
  letter-spacing: 0.1em;
  padding: 9px 10px;
}

.ap-document-flow i { color: var(--ap-blue); font-size: 12px; font-style: normal; }

.ap-mini-metric,
.ap-customer-line {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  bottom: 26px;
  left: 30px;
  padding: 12px 14px;
  position: absolute;
  right: 30px;
}

.ap-mini-metric {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto auto;
}

.ap-mini-metric small { color: #929aa8; font-size: 7px; font-weight: 900; }
.ap-mini-metric strong { color: var(--ap-ink); font-size: 13px; }
.ap-mini-metric em { background: #eaf6f2; border-radius: 999px; color: var(--ap-green); font-size: 7px; font-style: normal; font-weight: 900; margin-left: 8px; padding: 5px 7px; }

.ap-stock-bars {
  align-items: end;
  bottom: 28px;
  display: flex;
  gap: 7px;
  height: 58px;
  left: 30px;
  position: absolute;
  right: 30px;
}

.ap-stock-bars i {
  background: var(--ap-teal);
  border-radius: 5px 5px 2px 2px;
  flex: 1;
  height: var(--level);
}

.ap-stock-bars i.is-low { background: var(--ap-coral); }

.ap-status-pills {
  bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  left: 30px;
  position: absolute;
  right: 30px;
}

.ap-status-pills b {
  background: #edf0f4;
  border-radius: 999px;
  color: #667185;
  font-size: 7px;
  padding: 7px 9px;
}

.ap-status-pills b:nth-child(2) { background: var(--ap-blue-soft); color: var(--ap-blue-dark); }
.ap-status-pills b:last-child { background: #eaf6f2; color: var(--ap-green); }

.ap-customer-line {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 32px minmax(0, 1fr) auto;
}

.ap-customer-line > span {
  align-items: center;
  background: var(--ap-blue-soft);
  border-radius: 9px;
  color: var(--ap-blue);
  display: flex;
  font-size: 8px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.ap-customer-line p strong,
.ap-customer-line p small { display: block; }
.ap-customer-line p strong { color: #475166; font-size: 8px; }
.ap-customer-line p small { color: #98a0ad; font-size: 7px; margin-top: 2px; }
.ap-customer-line > b { color: var(--ap-green); font-size: 7px; }

.ap-report-row {
  align-items: end;
  bottom: 28px;
  display: flex;
  gap: 9px;
  height: 74px;
  left: 30px;
  position: absolute;
  right: 30px;
}

.ap-report-row i {
  background: linear-gradient(180deg, var(--ap-blue), #73dad5);
  border-radius: 6px 6px 2px 2px;
  flex: 1;
  height: var(--bar);
}

/* Flight path */
.ap-flightpath-section {
  background: var(--ap-paper);
}

.ap-flightpath-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 0.75fr 1.25fr;
}

.ap-flightpath-copy {
  position: sticky;
  top: 125px;
}

.ap-flightpath-copy h2 {
  font-size: clamp(40px, 4.5vw, 58px);
  margin: 18px 0 22px;
}

.ap-flightpath-copy p {
  color: var(--ap-muted);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
}

.ap-flightpath {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.ap-flightpath::before {
  background: linear-gradient(180deg, var(--ap-blue), var(--ap-teal), var(--ap-coral));
  bottom: 80px;
  content: "";
  left: 27px;
  position: absolute;
  top: 30px;
  width: 2px;
}

.ap-flightpath li {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 56px 1fr;
  margin-bottom: 18px;
  position: relative;
}

.ap-flightpath li > b {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe2e8;
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(16, 26, 48, 0.08);
  color: var(--ap-blue);
  display: flex;
  font-size: 9px;
  height: 56px;
  justify-content: center;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
}

.ap-flightpath li > div {
  background: #fff;
  border: 1px solid #e3e5e9;
  border-radius: 18px;
  padding: 27px 30px;
}

.ap-flightpath li span { color: #9ba2af; display: block; font-size: 8px; font-weight: 900; letter-spacing: 0.16em; }
.ap-flightpath li strong { color: var(--ap-ink); display: block; font-size: 18px; margin-top: 7px; }
.ap-flightpath li p { color: var(--ap-muted); font-size: 13px; line-height: 1.65; margin-top: 7px; }

/* Security */
.ap-security-section {
  background: #fff;
  padding-bottom: 90px;
  padding-top: 90px;
}

.ap-security-card {
  align-items: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(8, 170, 165, 0.26), transparent 30%),
    var(--ap-ink);
  border-radius: 28px;
  color: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 44px 48px;
  position: relative;
}

.ap-security-card::after {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
  height: 280px;
  position: absolute;
  right: -120px;
  top: -135px;
  width: 280px;
}

.ap-security-icon {
  align-items: center;
  background: rgba(8, 170, 165, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  color: #bfeae7;
  display: flex;
  height: 68px;
  justify-content: center;
  width: 68px;
}

.ap-security-icon svg { height: 30px; width: 30px; }
.ap-security-card h2 { color: #fff; font-size: 32px; margin: 9px 0 10px; }
.ap-security-card p { color: #aeb7c8; font-size: 13px; line-height: 1.7; max-width: 620px; }
.ap-security-card .ap-button { position: relative; z-index: 2; }

/* Page hero */
.ap-page-hero {
  background: var(--ap-ink);
  color: #fff;
  min-height: 500px;
  overflow: hidden;
  padding: 112px 0 104px;
  position: relative;
}

.ap-page-hero::before {
  background: radial-gradient(circle at 50% 0, rgba(8, 170, 165, 0.32), transparent 45%);
  content: "";
  inset: 0;
  position: absolute;
}

.ap-page-hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  inset: 0;
  mask-image: linear-gradient(to bottom, #000, transparent);
  position: absolute;
}

.ap-page-hero-inner {
  position: relative;
  text-align: center;
  z-index: 2;
}

.ap-page-hero h1 {
  color: #fff;
  font-size: clamp(50px, 6.3vw, 76px);
  margin: 25px auto 24px;
  max-width: 920px;
}

.ap-page-hero p {
  color: #b1bacb;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 700px;
}

.ap-trial-notes-light { justify-content: center; }
.ap-trial-notes-light span { color: #c1c9d8; }
.ap-trial-notes-light svg { stroke: var(--ap-teal); }

/* Pricing */
.ap-plans-section {
  padding-top: 0;
  position: relative;
}

.ap-plan-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: -52px;
  position: relative;
  z-index: 4;
}

.ap-plan-card {
  background: #fff;
  border: 1px solid #e2e4e9;
  border-radius: 24px;
  box-shadow: var(--ap-shadow-soft);
  min-height: 705px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}

.ap-plan-featured {
  border-color: #a8e0dd;
  box-shadow: 0 22px 60px rgba(8, 170, 165, 0.16);
}

.ap-plan-ribbon {
  background: var(--ap-blue);
  color: #fff;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.17em;
  padding: 8px 44px;
  position: absolute;
  right: -42px;
  top: 24px;
  transform: rotate(42deg);
}

.ap-plan-card header {
  align-items: center;
  display: flex;
  gap: 13px;
}

.ap-plan-code {
  align-items: center;
  background: var(--ap-blue-soft);
  border-radius: 13px;
  color: var(--ap-blue);
  display: flex;
  font-size: 10px;
  font-weight: 950;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.02em;
  width: 48px;
}

.ap-plan-code.is-teal { background: #e6f8f6; color: var(--ap-teal-dark); }
.ap-plan-code.is-pro { background: var(--ap-ink); color: #fff; }
.ap-plan-card header small { color: #9aa2af; display: block; font-size: 7px; font-weight: 900; letter-spacing: 0.14em; }
.ap-plan-card header h2 { font-size: 25px; margin-top: 3px; }

.ap-price {
  align-items: baseline;
  display: flex;
  gap: 9px;
  margin: 37px 0 19px;
}

.ap-price strong { color: var(--ap-ink); font-size: 44px; letter-spacing: -0.05em; line-height: 1; }
.ap-price span { color: #8a92a0; font-size: 11px; font-weight: 700; }
.ap-price-confirm { align-items: flex-start; flex-direction: column; gap: 3px; min-height: 50px; }
.ap-price-confirm strong { font-size: 23px; letter-spacing: -0.03em; }
.ap-plan-card > p { color: var(--ap-muted); font-size: 13px; line-height: 1.7; min-height: 90px; }
.ap-plan-card > .ap-button { margin-top: 24px; }
.ap-plan-rule { background: #e8eaee; height: 1px; margin: 30px 0 25px; }
.ap-plan-card h3 { font-size: 14px; letter-spacing: -0.01em; margin-bottom: 16px; }
.ap-plan-card ul { list-style: none; margin: 0; padding: 0; }
.ap-plan-card li { align-items: flex-start; color: #657083; display: flex; font-size: 12px; gap: 9px; line-height: 1.5; margin: 12px 0; }
.ap-plan-card li svg { fill: none; flex: 0 0 auto; height: 15px; margin-top: 1px; stroke: var(--ap-green); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; width: 15px; }

.ap-pricing-note {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e4e9;
  border-radius: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  margin-top: 22px;
  padding: 18px 21px;
}

.ap-pricing-note > div {
  align-items: center;
  background: var(--ap-blue-soft);
  border-radius: 11px;
  color: var(--ap-blue);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.ap-pricing-note p { color: var(--ap-muted); font-size: 11px; line-height: 1.55; }
.ap-pricing-note p strong { color: var(--ap-ink); }
.ap-pricing-note > a { color: var(--ap-blue) !important; font-size: 11px; font-weight: 850; white-space: nowrap; }

.ap-compare-section { background: #fff; }
.ap-compare-wrap { border: 1px solid #e2e5e9; border-radius: 22px; overflow: hidden; }
.ap-compare-wrap table { border: 0; border-collapse: collapse; margin: 0; width: 100%; }
.ap-compare-wrap th,
.ap-compare-wrap td { border: 0; border-bottom: 1px solid #e8eaee; padding: 18px 24px; }
.ap-compare-wrap th { background: var(--ap-ink); color: #aeb8ca; font-size: 9px; font-weight: 900; letter-spacing: 0.14em; text-align: center; text-transform: uppercase; }
.ap-compare-wrap th:first-child { color: #fff; text-align: left; }
.ap-compare-wrap th:nth-child(2) { background: #18243c; }
.ap-compare-wrap th:last-child { background: var(--ap-blue); color: #fff; }
.ap-compare-wrap td { color: #9299a6; text-align: center; }
.ap-compare-wrap td.is-included { color: var(--ap-green); font-weight: 900; }
.ap-compare-wrap td:first-child { align-items: center; display: flex; gap: 14px; text-align: left; }
.ap-compare-wrap td:first-child > span { align-items: center; background: var(--ap-blue-soft); border-radius: 10px; color: var(--ap-blue); display: flex; height: 38px; justify-content: center; width: 38px; }
.ap-compare-wrap td strong,
.ap-compare-wrap td small { display: block; }
.ap-compare-wrap td strong { color: #434e61; font-size: 12px; }
.ap-compare-wrap td small { color: #9ca3ae; font-size: 9px; margin-top: 2px; }
.ap-compare-wrap td.is-included svg { color: var(--ap-green); height: 20px; stroke-width: 2.5; width: 20px; }
.ap-compare-wrap tbody tr:last-child td { border-bottom: 0; }

/* FAQ */
.ap-faq-section { background: var(--ap-paper); }
.ap-faq-grid { display: grid; gap: 100px; grid-template-columns: 0.72fr 1.28fr; }
.ap-faq-intro h2 { font-size: clamp(38px, 4.5vw, 54px); margin: 17px 0 19px; }
.ap-faq-intro p { color: var(--ap-muted); font-size: 15px; line-height: 1.75; margin-bottom: 25px; }
.ap-accordions details { border-top: 1px solid #dfe2e6; }
.ap-accordions details:last-child { border-bottom: 1px solid #dfe2e6; }
.ap-accordions summary { color: var(--ap-ink); cursor: pointer; font-size: 16px; font-weight: 780; list-style: none; padding: 25px 48px 25px 0; position: relative; }
.ap-accordions summary::-webkit-details-marker { display: none; }
.ap-accordions summary span,
.ap-accordions summary span::after { background: var(--ap-blue); content: ""; height: 2px; position: absolute; right: 4px; top: 50%; width: 14px; }
.ap-accordions summary span::after { right: 0; top: 0; transform: rotate(90deg); transition: transform 0.2s ease; }
.ap-accordions details[open] summary span::after { transform: rotate(0); }
.ap-accordions details p { color: var(--ap-muted); font-size: 13px; line-height: 1.75; max-width: 640px; padding: 0 50px 25px 0; }

/* Contact */
.ap-contact-hero { min-height: 465px; }
.ap-contact-radar { border: 1px solid rgba(8, 170, 165, 0.18); border-radius: 50%; height: 520px; left: 50%; position: absolute; top: -290px; transform: translateX(-50%); width: 520px; }
.ap-contact-radar i { border: 1px solid rgba(8, 170, 165, 0.15); border-radius: 50%; inset: 70px; position: absolute; }
.ap-contact-radar i:nth-child(2) { inset: 140px; }
.ap-contact-radar i:nth-child(3) { inset: 210px; }
.ap-contact-radar span { background: linear-gradient(90deg, transparent, rgba(8, 170, 165, 0.45)); height: 1px; left: 50%; position: absolute; top: 50%; transform: rotate(-22deg); transform-origin: left; width: 250px; }

.ap-contact-section { background: #fff; }
.ap-contact-grid { display: grid; gap: 85px; grid-template-columns: 0.78fr 1.22fr; }
.ap-contact-aside h2 { font-size: clamp(38px, 4.4vw, 52px); margin: 17px 0 20px; }
.ap-contact-aside > p { color: var(--ap-muted); font-size: 15px; line-height: 1.75; }
.ap-contact-methods { display: grid; gap: 10px; margin: 32px 0; }

.ap-contact-method {
  align-items: center;
  background: var(--ap-ink);
  border-radius: 16px;
  display: grid;
  gap: 13px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  margin: 0;
  padding: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ap-contact-method:hover { box-shadow: var(--ap-shadow-soft); transform: translateY(-2px); }
.ap-contact-method > span { align-items: center; background: rgba(8, 170, 165, 0.25); border-radius: 11px; color: #c5f1ee; display: flex; height: 42px; justify-content: center; width: 42px; }
.ap-contact-method small,
.ap-contact-method strong { display: block; }
.ap-contact-method small { color: #7f8ca5; font-size: 7px; font-weight: 900; letter-spacing: 0.14em; }
.ap-contact-method strong { color: #fff; font-size: 12px; margin-top: 3px; overflow-wrap: anywhere; }
.ap-contact-method > i { color: var(--ap-teal); font-size: 20px; font-style: normal; }

.ap-contact-points { display: grid; gap: 18px; }
.ap-contact-points > div { align-items: start; display: grid; gap: 13px; grid-template-columns: 38px 1fr; }
.ap-contact-points > div > span { align-items: center; background: var(--ap-blue-soft); border-radius: 10px; color: var(--ap-blue); display: flex; height: 38px; justify-content: center; width: 38px; }
.ap-contact-points strong,
.ap-contact-points small { display: block; }
.ap-contact-points strong { color: #445064; font-size: 12px; }
.ap-contact-points small { color: #9299a6; font-size: 10px; line-height: 1.5; margin-top: 3px; }

.ap-contact-form-card {
  background: var(--ap-paper);
  border: 1px solid #e0e1e3;
  border-radius: 26px;
  box-shadow: var(--ap-shadow-soft);
  padding: 38px;
}

.ap-form-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 28px; }
.ap-form-heading h2 { font-size: 30px; margin-top: 7px; }
.ap-form-mark { align-items: center; background: var(--ap-blue); border-radius: 15px; color: #fff; display: flex; height: 52px; justify-content: center; transform: rotate(-5deg); width: 52px; }
.ap-form-mark svg { height: 22px; width: 22px; }
.ap-contact-form { display: grid; gap: 20px; }
.ap-form-row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.ap-contact-form label { display: block; }
.ap-contact-form label > span { color: #536074; display: block; font-size: 10px; font-weight: 800; margin-bottom: 7px; }
.ap-contact-form input,
.ap-contact-form select,
.ap-contact-form textarea {
  background: #fff;
  border: 1px solid #dfe2e7;
  border-radius: 10px;
  color: var(--ap-ink);
  font-size: 13px;
  outline: none;
  padding: 12px 13px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.ap-contact-form input,
.ap-contact-form select { height: 46px; }
.ap-contact-form textarea { min-height: 135px; resize: vertical; }
.ap-contact-form input:focus,
.ap-contact-form select:focus,
.ap-contact-form textarea:focus { border-color: var(--ap-blue); box-shadow: 0 0 0 3px rgba(8, 170, 165, 0.12); }
.ap-contact-form ::placeholder { color: #a5abb5; opacity: 1; }
.ap-honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.ap-form-submit { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.ap-form-submit p { align-items: center; color: #8b93a0; display: flex; font-size: 9px; gap: 6px; }
.ap-form-submit p svg { height: 13px; width: 13px; }
.ap-form-submit button { cursor: pointer; }

.ap-form-notice { align-items: center; background: #eaf6f2; border: 1px solid #cce9df; border-radius: 12px; color: var(--ap-green); display: flex; gap: 11px; margin-bottom: 22px; padding: 13px 15px; }
.ap-form-notice > svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 22px; }
.ap-form-notice p strong,
.ap-form-notice p span { display: block; }
.ap-form-notice p strong { font-size: 11px; }
.ap-form-notice p span { color: #6e7d77; font-size: 9px; margin-top: 2px; }
.ap-form-notice.is-error { background: #fff0ed; border-color: #f4cfc8; color: var(--ap-coral-dark); }
.ap-form-notice.is-error > b { align-items: center; border: 2px solid currentColor; border-radius: 50%; display: flex; height: 22px; justify-content: center; width: 22px; }

.ap-contact-options { background: var(--ap-paper); }
.ap-option-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.ap-option-card { align-items: center; background: #fff; border: 1px solid #e0e3e8; border-radius: 18px; display: grid; gap: 16px; grid-template-columns: 46px 1fr auto; min-height: 150px; padding: 22px; transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.ap-option-card:hover { border-color: #c9efec; box-shadow: var(--ap-shadow-soft); transform: translateY(-3px); }
.ap-option-card > span { align-items: center; background: var(--ap-blue-soft); border-radius: 12px; color: var(--ap-blue); display: flex; font-size: 9px; font-weight: 900; height: 46px; justify-content: center; width: 46px; }
.ap-option-card small { color: #9ba2ae; display: block; font-size: 7px; font-weight: 900; letter-spacing: 0.14em; }
.ap-option-card h3 { font-size: 16px; letter-spacing: -0.02em; margin: 5px 0; }
.ap-option-card p { color: var(--ap-muted); font-size: 10px; line-height: 1.5; }
.ap-option-card > i { color: var(--ap-blue); font-size: 20px; font-style: normal; }

/* Business module directory */
.ap-module-directory { background: #fff; }
.ap-module-directory-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-top: 46px; }
.ap-module-link {
  align-items: center;
  background: #f8f8f6;
  border: 1px solid #e7e7e3;
  border-radius: 16px;
  color: var(--ap-ink);
  display: grid;
  gap: 15px;
  grid-template-columns: 45px 1fr auto;
  min-height: 116px;
  padding: 19px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ap-module-link:hover,
.ap-module-link:focus-visible { border-color: #bce8e5; box-shadow: var(--ap-shadow-soft); transform: translateY(-3px); }
.ap-module-link > span { align-items: center; background: var(--ap-blue-soft); border-radius: 12px; color: var(--ap-blue); display: flex; height: 45px; justify-content: center; width: 45px; }
.ap-module-link > span svg { height: 20px; width: 20px; }
.ap-module-link small { color: #9ba2ae; display: block; font-size: 7px; font-weight: 900; letter-spacing: 0.14em; }
.ap-module-link h3 { font-size: 17px; margin: 4px 0; }
.ap-module-link p { color: var(--ap-muted); font-size: 9px; line-height: 1.4; }
.ap-module-link > b { color: var(--ap-blue); font-size: 18px; }

/* Individual business feature pages */
.ap-feature-hero {
  background: linear-gradient(135deg, #f5f3ee 0%, #fff 100%);
  min-height: 680px;
  overflow: hidden;
  padding: 92px 0 96px;
  position: relative;
}
.ap-feature-hero-grid {
  background-image: linear-gradient(rgba(16, 26, 48, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 26, 48, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  inset: 0;
  mask-image: linear-gradient(to right, #000, transparent 73%);
  position: absolute;
}
.ap-feature-hero-layout { align-items: center; display: grid; gap: 85px; grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr); position: relative; z-index: 2; }
.ap-breadcrumbs { align-items: center; color: #939aa7; display: flex; flex-wrap: wrap; font-size: 9px; font-weight: 800; gap: 8px; letter-spacing: 0.06em; margin-bottom: 30px; text-transform: uppercase; }
.ap-breadcrumbs a { color: #737c8d; }
.ap-breadcrumbs a:hover { color: var(--ap-blue); }
.ap-breadcrumbs strong { color: var(--ap-ink); }
.ap-feature-hero-copy h1 { font-size: clamp(44px, 5.2vw, 70px); margin: 26px 0 25px; max-width: 720px; }
.ap-feature-hero-copy .ap-lead { max-width: 670px; }

.ap-feature-cockpit {
  background: var(--ap-ink);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  box-shadow: 0 35px 80px rgba(16, 26, 48, 0.22);
  color: #fff;
  min-height: 445px;
  overflow: hidden;
  position: relative;
  transform: rotate(1.2deg);
}
.ap-feature-cockpit::after { border: 1px solid rgba(8, 170, 165, 0.2); border-radius: 50%; content: ""; height: 300px; position: absolute; right: -150px; top: 30px; width: 300px; }
.ap-feature-cockpit > header { align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.09); display: grid; gap: 12px; grid-template-columns: 44px 1fr auto; padding: 18px 20px; position: relative; z-index: 2; }
.ap-feature-cockpit-icon { align-items: center; background: var(--ap-blue); border-radius: 11px; display: flex; height: 44px; justify-content: center; width: 44px; }
.ap-feature-cockpit-icon svg { height: 20px; width: 20px; }
.ap-feature-cockpit > header small { color: #74809a; display: block; font-size: 7px; font-weight: 850; letter-spacing: 0.12em; }
.ap-feature-cockpit > header strong { display: block; font-size: 16px; margin-top: 3px; }
.ap-feature-cockpit > header > b { background: rgba(8, 170, 165, 0.15); border: 1px solid rgba(8, 170, 165, 0.35); border-radius: 999px; color: #43d1ca; font-size: 7px; letter-spacing: 0.12em; padding: 6px 9px; }
.ap-feature-cockpit-main { max-width: 390px; padding: 50px 34px 28px; position: relative; z-index: 2; }
.ap-feature-cockpit-main > span { color: #7180a0; font-size: 8px; font-weight: 900; letter-spacing: 0.15em; }
.ap-feature-cockpit-main h2 { color: #fff; font-size: 34px; margin: 13px 0 16px; }
.ap-feature-cockpit-main p { color: #aeb7c8; font-size: 12px; line-height: 1.7; }
.ap-feature-cockpit-signals { align-items: end; display: flex; gap: 9px; height: 64px; margin: 3px 34px 25px; position: relative; z-index: 2; }
.ap-feature-cockpit-signals i { background: linear-gradient(to top, var(--ap-blue), #5bcfc9); border-radius: 5px 5px 2px 2px; height: var(--signal); opacity: 0.9; width: 16%; }
.ap-feature-cockpit-signals i:nth-child(2) { background: linear-gradient(to top, var(--ap-teal-dark), var(--ap-teal)); }
.ap-feature-cockpit-signals i:nth-child(3) { background: linear-gradient(to top, var(--ap-coral-dark), var(--ap-coral)); }
.ap-feature-cockpit > footer { align-items: center; background: rgba(255, 255, 255, 0.035); border-top: 1px solid rgba(255, 255, 255, 0.08); color: #74809a; display: flex; font-size: 8px; justify-content: space-between; padding: 14px 20px; position: relative; z-index: 2; }
.ap-feature-cockpit > footer span { align-items: center; display: flex; gap: 7px; }
.ap-feature-cockpit > footer i { background: #43d1ca; border-radius: 50%; box-shadow: 0 0 0 4px rgba(67, 209, 202, 0.1); height: 6px; width: 6px; }

.ap-app-showcase { background: #fff; border-bottom: 1px solid var(--ap-line); border-top: 1px solid var(--ap-line); padding: 100px 0; }
.ap-app-showcase-layout { align-items: center; display: grid; gap: 72px; grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr); }
.ap-app-showcase-copy h2 { font-size: clamp(38px, 4.1vw, 54px); margin: 18px 0 20px; }
.ap-app-showcase-copy > p { color: var(--ap-muted); font-size: 15px; line-height: 1.75; max-width: 510px; }
.ap-app-showcase-copy ul { display: grid; gap: 12px; list-style: none; margin: 30px 0 0; padding: 0; }
.ap-app-showcase-copy li { align-items: start; background: #f8f8f6; border: 1px solid #e8e8e5; border-radius: 13px; color: var(--ap-ink-2); display: grid; font-size: 12px; gap: 11px; grid-template-columns: 22px 1fr; line-height: 1.55; padding: 14px 15px; }
.ap-app-showcase-copy li svg { background: var(--ap-blue-soft); border-radius: 50%; color: var(--ap-blue); fill: none; height: 22px; padding: 5px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 22px; }
.ap-app-frame { background: #fff; border: 1px solid #d8dce4; border-radius: 22px; box-shadow: 0 28px 70px rgba(16, 26, 48, 0.15); margin: 0; overflow: hidden; }
.ap-app-frame-bar { align-items: center; background: var(--ap-ink); color: #8f9ab0; display: flex; gap: 7px; min-height: 45px; padding: 0 17px; }
.ap-app-frame-bar i { background: #ef745d; border-radius: 50%; display: block; height: 7px; width: 7px; }
.ap-app-frame-bar i:nth-child(2) { background: #e8bd5c; }
.ap-app-frame-bar i:nth-child(3) { background: #43d1ca; }
.ap-app-frame-bar span { font-size: 8px; font-weight: 800; letter-spacing: 0.08em; margin-left: 7px; text-transform: uppercase; }
.ap-app-frame img { aspect-ratio: 16 / 9; display: block; height: auto; object-fit: cover; object-position: top; width: 100%; }
.ap-app-frame figcaption { border-top: 1px solid var(--ap-line); color: #8a919e; font-size: 9px; line-height: 1.5; padding: 12px 17px; }

.ap-feature-benefit-strip { background: #fff; border-bottom: 1px solid var(--ap-line); border-top: 1px solid var(--ap-line); }
.ap-feature-benefit-strip > .ap-container { display: grid; grid-template-columns: repeat(3, 1fr); }
.ap-feature-benefit-strip article { display: grid; gap: 17px; grid-template-columns: 36px 1fr; padding: 38px 34px; }
.ap-feature-benefit-strip article + article { border-left: 1px solid var(--ap-line); }
.ap-feature-benefit-strip article > span { color: var(--ap-blue); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; padding-top: 4px; }
.ap-feature-benefit-strip h2 { font-size: 20px; margin-bottom: 8px; }
.ap-feature-benefit-strip p { color: var(--ap-muted); font-size: 11px; line-height: 1.65; }

.ap-feature-workflow-section { background: var(--ap-paper); }
.ap-feature-workflow-layout { align-items: start; display: grid; gap: 105px; grid-template-columns: minmax(0, 0.78fr) minmax(470px, 1.1fr); }
.ap-feature-workflow-copy { position: sticky; top: 120px; }
.ap-feature-workflow-copy h2 { font-size: clamp(38px, 4vw, 54px); margin: 18px 0; }
.ap-feature-workflow-copy > p { color: var(--ap-muted); font-size: 15px; line-height: 1.75; margin-bottom: 28px; max-width: 490px; }
.ap-feature-workflow { list-style: none; margin: 0; padding: 0; }
.ap-feature-workflow li { align-items: start; background: #fff; border: 1px solid #e2e3e1; border-radius: 18px; display: grid; gap: 24px; grid-template-columns: 58px 1fr; margin-bottom: 14px; min-height: 150px; padding: 28px; position: relative; }
.ap-feature-workflow li::before { background: var(--ap-blue); bottom: 22px; content: ""; left: 0; position: absolute; top: 22px; width: 3px; }
.ap-feature-workflow li > b { color: #c3c8d1; font-size: 24px; letter-spacing: -0.03em; }
.ap-feature-workflow h3 { font-size: 23px; margin: 1px 0 9px; }
.ap-feature-workflow p { color: var(--ap-muted); font-size: 12px; line-height: 1.7; }

.ap-connected-section { background: #fff; }
.ap-connected-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); margin-top: 48px; }
.ap-connected-card { align-items: center; background: #f7f7f5; border: 1px solid #e5e6e3; border-radius: 18px; color: var(--ap-ink); display: grid; gap: 18px; grid-template-columns: 52px 1fr auto; min-height: 132px; padding: 23px; transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.ap-connected-card:hover,
.ap-connected-card:focus-visible { background: #fff; box-shadow: var(--ap-shadow-soft); transform: translateY(-3px); }
.ap-connected-card > span { align-items: center; background: var(--ap-blue-soft); border-radius: 14px; color: var(--ap-blue); display: flex; height: 52px; justify-content: center; width: 52px; }
.ap-connected-card > span svg { height: 22px; width: 22px; }
.ap-connected-card small { color: #9ba2ae; display: block; font-size: 7px; font-weight: 900; letter-spacing: 0.14em; }
.ap-connected-card h3 { font-size: 21px; margin: 4px 0; }
.ap-connected-card p { color: var(--ap-muted); font-size: 10px; }
.ap-connected-card > b { color: var(--ap-blue); font-size: 20px; }

/* Final CTA */
.ap-final-cta {
  background: var(--ap-ink);
  overflow: hidden;
  padding: 76px 0;
  position: relative;
}

.ap-final-cta::before,
.ap-final-cta::after {
  border: 1px solid rgba(8, 170, 165, 0.18);
  border-radius: 50%;
  content: "";
  height: 360px;
  position: absolute;
  right: -140px;
  top: -180px;
  width: 360px;
}

.ap-final-cta::after { height: 220px; right: -70px; top: -110px; width: 220px; }
.ap-final-cta-inner { align-items: center; display: grid; gap: 50px; grid-template-columns: minmax(0, 1fr) auto; position: relative; z-index: 2; }
.ap-final-cta h2 { color: #fff; font-size: clamp(36px, 4vw, 52px); margin: 17px 0 12px; }
.ap-final-cta p { color: #aeb7c8; font-size: 15px; line-height: 1.7; max-width: 650px; }

/* Footer */
.ap-site-footer {
  background: #0b1324;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: var(--ap-font);
  padding: 70px 0 26px;
}

.ap-footer-grid {
  display: grid;
  gap: 52px;
  grid-template-columns: 1.5fr 0.65fr 0.9fr 0.85fr;
}

.ap-footer-brand img { background: #fff; border-radius: 10px; max-width: 240px; padding: 6px 9px; }
.ap-footer-brand p { color: #7f8aa0; font-size: 12px; line-height: 1.65; margin-top: 18px; max-width: 330px; }
.ap-footer-grid > div:not(.ap-footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.ap-footer-label { color: #66738d; font-size: 8px; font-weight: 900; letter-spacing: 0.16em; margin-bottom: 6px; text-transform: uppercase; }
.ap-footer-grid a { color: #aab3c5 !important; font-size: 11px; font-weight: 650; transition: color 0.2s ease; }
.ap-footer-grid a:hover { color: #fff !important; }
.ap-footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.07); color: #58647b; display: flex; font-size: 8px; justify-content: space-between; letter-spacing: 0.08em; margin-top: 55px; padding-top: 23px; text-transform: uppercase; }

/* Reveal motion */
.ap-js .ap-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.ap-js .ap-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1120px) {
  .ap-primary-nav { gap: 19px; }
  .ap-business-dropdown { right: -275px; width: min(790px, calc(100vw - 48px)); }
  .ap-home-slide-grid { gap: 45px; grid-template-columns: 0.86fr minmax(510px, 1.14fr); }
  .ap-home-slide-copy h1,
  .ap-home-slide-copy h2 { font-size: 55px; }
  .ap-paper-card { width: 220px; }
  .ap-ops-stock { width: 380px; }
  .ap-hero-grid { gap: 48px; grid-template-columns: 0.85fr 1.15fr; }
  .ap-hero-copy h1 { font-size: 54px; }
  .ap-dashboard-shell { transform: none; }
  .ap-feature-card { min-height: 385px; }
  .ap-contact-grid { gap: 50px; }
  .ap-plan-card { padding: 27px; }
  .ap-feature-hero-layout { gap: 52px; grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr); }
  .ap-feature-workflow-layout { gap: 65px; }
}

@media (max-width: 980px) {
  .ap-site-header { height: 70px; }
  .ap-brand { width: 205px; }
  .ap-footer-grid { gap: 42px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ap-menu-toggle { display: block; }
  .ap-primary-nav {
    align-items: stretch;
    background: #fff;
    border: 1px solid #e2e5ea;
    border-radius: 16px;
    box-shadow: var(--ap-shadow);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 24px;
    padding: 14px;
    position: absolute;
    right: 24px;
    top: 62px;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
  }
  .ap-primary-nav.is-open { display: flex; }
  .ap-primary-nav > a:not(.ap-button),
  .ap-nav-parent-row > a { padding: 12px 10px; }
  .ap-primary-nav > a:not(.ap-button)::after,
  .ap-nav-parent-row > a::after { display: none; }
  .ap-nav-item { width: 100%; }
  .ap-nav-parent-row { width: 100%; }
  .ap-nav-parent-row > a { flex: 1; }
  .ap-nav-parent-row > button { height: 42px; margin-left: auto; width: 42px; }
  .ap-business-dropdown,
  .ap-nav-business:hover .ap-business-dropdown { border-radius: 14px; box-shadow: none; display: none; margin: 2px 0 10px; padding: 10px; position: static; width: 100%; }
  .ap-nav-business.is-open .ap-business-dropdown { display: block; }
  .ap-dropdown-heading { display: none; }
  .ap-dropdown-hubs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ap-primary-nav .ap-nav-login { border-left: 0; border-top: 1px solid var(--ap-line); margin: 5px 0 10px; padding-left: 10px !important; }
  .ap-menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(7px) rotate(45deg); }
  .ap-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .ap-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .ap-home-slider,
  .ap-slider-track { min-height: 1050px; }
  .ap-home-slide { align-items: start; padding-top: 70px; }
  .ap-home-slide-grid { gap: 52px; grid-template-columns: 1fr; }
  .ap-home-slide-copy { margin: 0 auto; max-width: 760px; text-align: center; }
  .ap-home-slide-copy h1,
  .ap-home-slide-copy h2 { font-size: 57px; }
  .ap-home-slide-copy .ap-lead { margin-left: auto; margin-right: auto; max-width: 680px; }
  .ap-home-slide-copy .ap-hero-actions { justify-content: center; }
  .ap-home-command,
  .ap-home-docflow,
  .ap-home-operations { margin: 0 auto; max-width: 690px; width: 100%; }
  .ap-home-command { transform: none; }
  .ap-home-pillar-grid { grid-template-columns: 1fr; }
  .ap-home-pillar { min-height: 330px; }
  .ap-home-trial-card { grid-template-columns: 92px 1fr; }
  .ap-home-trial-actions { align-items: flex-start; grid-column: 2; }
  .ap-business-hero { padding-top: 78px; }
  .ap-hero-grid { grid-template-columns: 1fr; }
  .ap-hero-copy { max-width: 760px; text-align: center; }
  .ap-hero-copy h1,
  .ap-lead { margin-left: auto; margin-right: auto; }
  .ap-hero-actions,
  .ap-trial-notes { justify-content: center; }
  .ap-dashboard-shell { margin: 0 auto; max-width: 720px; width: 100%; }
  .ap-section-head { align-items: start; gap: 22px; grid-template-columns: 1fr; }
  .ap-section-head > p { max-width: 680px; }
  .ap-feature-grid { grid-template-columns: 1fr 1fr; }
  .ap-feature-wide { grid-column: span 1; }
  .ap-document-flow { left: 30px; right: auto; }
  .ap-flightpath-grid,
  .ap-faq-grid,
  .ap-contact-grid { gap: 55px; grid-template-columns: 1fr; }
  .ap-flightpath-copy { position: static; }
  .ap-security-card { grid-template-columns: 68px 1fr; }
  .ap-security-card .ap-button { grid-column: 2; justify-self: start; }
  .ap-plan-grid { grid-template-columns: 1fr; margin-left: auto; margin-right: auto; max-width: 720px; }
  .ap-plan-card { min-height: 0; }
  .ap-plan-card > p { min-height: 0; }
  .ap-contact-aside { max-width: 720px; }
  .ap-option-grid { grid-template-columns: 1fr; }
  .ap-module-directory-grid { grid-template-columns: repeat(2, 1fr); }
  .ap-feature-hero { padding-top: 72px; }
  .ap-feature-hero-layout { grid-template-columns: 1fr; }
  .ap-feature-hero-copy { margin: 0 auto; max-width: 780px; text-align: center; }
  .ap-feature-hero-copy .ap-kicker,
  .ap-feature-hero-copy .ap-breadcrumbs { justify-content: center; }
  .ap-feature-hero-copy .ap-lead { margin-left: auto; margin-right: auto; }
  .ap-feature-cockpit { margin: 0 auto; max-width: 690px; transform: none; width: 100%; }
  .ap-app-showcase-layout { grid-template-columns: 1fr; }
  .ap-app-showcase-copy { max-width: 720px; }
  .ap-app-frame { max-width: 720px; }
  .ap-feature-benefit-strip > .ap-container { grid-template-columns: 1fr; }
  .ap-feature-benefit-strip article + article { border-left: 0; border-top: 1px solid var(--ap-line); }
  .ap-feature-benefit-strip article { padding-left: 10%; padding-right: 10%; }
  .ap-feature-workflow-layout { gap: 48px; grid-template-columns: 1fr; }
  .ap-feature-workflow-copy { position: static; }
}

@media (max-width: 720px) {
  .ap-container { padding-left: 20px; padding-right: 20px; }
  .ap-section { padding: 78px 0; }
  .ap-home-slider,
  .ap-slider-track { min-height: 720px; }
  .ap-home-slide { align-items: center; padding: 55px 0 100px; }
  .ap-home-slide-copy h1,
  .ap-home-slide-copy h2 { font-size: 45px; }
  .ap-home-slide-copy .ap-lead { font-size: 16px; }
  .ap-home-command,
  .ap-home-docflow,
  .ap-home-operations { display: none; }
  .ap-slider-controls { bottom: 25px; grid-template-columns: auto 1fr auto; }
  .ap-slider-dots { justify-content: center; }
  .ap-slider-dots button { width: 27px; }
  .ap-slider-arrows button { height: 36px; width: 36px; }
  .ap-home-pillar { min-height: 355px; }
  .ap-home-trial-card { grid-template-columns: 1fr; padding: 32px 26px; }
  .ap-home-trial-mark { height: 78px; width: 78px; }
  .ap-home-trial-card h2 { font-size: 30px; }
  .ap-home-trial-actions { align-items: stretch; grid-column: 1; }
  .ap-home-trial-actions .ap-button { width: 100%; }
  .ap-dropdown-hubs { grid-template-columns: 1fr; }
  .ap-dropdown-hubs > a { min-height: 58px; }
  .ap-business-hero { min-height: auto; padding: 62px 0 75px; }
  .ap-hero-copy h1 { font-size: 45px; }
  .ap-lead { font-size: 16px; }
  .ap-dashboard-layout { grid-template-columns: 45px 1fr; }
  .ap-dashboard-sidebar { gap: 8px; padding: 12px 6px; }
  .ap-mini-mark,
  .ap-dashboard-sidebar > span { height: 29px; width: 29px; }
  .ap-dashboard-content { padding: 18px 14px; }
  .ap-dashboard-heading strong { font-size: 14px; }
  .ap-dashboard-stats { gap: 7px; }
  .ap-dashboard-stats article { min-height: 95px; padding: 9px; }
  .ap-stat-icon { display: none; }
  .ap-dashboard-stats small { max-width: none; }
  .ap-dashboard-stats strong { font-size: 11px; }
  .ap-dashboard-panels { grid-template-columns: 1fr; }
  .ap-activity-card { display: none; }
  .ap-signal-strip .ap-container { gap: 13px; justify-content: center; overflow: hidden; }
  .ap-signal-strip span { font-size: 7px; }
  .ap-feature-grid { grid-template-columns: 1fr; }
  .ap-feature-card { min-height: 350px; }
  .ap-module-directory-grid { grid-template-columns: 1fr; }
  .ap-module-link { min-height: 105px; }
  .ap-section-head h2,
  .ap-flightpath-copy h2,
  .ap-faq-intro h2,
  .ap-contact-aside h2 { font-size: 38px; }
  .ap-flightpath li { gap: 16px; grid-template-columns: 48px 1fr; }
  .ap-flightpath li > b { height: 48px; width: 48px; }
  .ap-flightpath::before { left: 23px; }
  .ap-flightpath li > div { padding: 22px; }
  .ap-security-card { gap: 20px; grid-template-columns: 1fr; padding: 34px 28px; }
  .ap-security-card .ap-button { grid-column: 1; }
  .ap-page-hero { min-height: auto; padding: 90px 0 84px; }
  .ap-page-hero h1 { font-size: 45px; }
  .ap-page-hero p { font-size: 16px; }
  .ap-feature-hero { min-height: auto; padding: 64px 0 72px; }
  .ap-feature-hero-copy h1 { font-size: 44px; }
  .ap-feature-cockpit { min-height: 405px; }
  .ap-feature-cockpit-main { padding: 38px 25px 24px; }
  .ap-feature-cockpit-main h2 { font-size: 29px; }
  .ap-feature-cockpit-signals { margin-left: 25px; margin-right: 25px; }
  .ap-app-showcase { padding: 72px 0; }
  .ap-app-showcase-layout { gap: 42px; }
  .ap-app-showcase-copy h2 { font-size: 34px; }
  .ap-app-frame { border-radius: 16px; }
  .ap-app-frame-bar span { font-size: 7px; }
  .ap-feature-benefit-strip article { grid-template-columns: 30px 1fr; padding: 30px 20px; }
  .ap-feature-workflow li { gap: 14px; grid-template-columns: 43px 1fr; min-height: 0; padding: 24px 20px; }
  .ap-connected-grid { grid-template-columns: 1fr; }
  .ap-plan-grid { margin-top: -34px; }
  .ap-pricing-note { align-items: start; grid-template-columns: 42px 1fr; }
  .ap-pricing-note > a { grid-column: 2; }
  .ap-compare-wrap { overflow-x: auto; }
  .ap-compare-wrap table { min-width: 650px; }
  .ap-form-row { grid-template-columns: 1fr; }
  .ap-contact-form-card { padding: 28px 22px; }
  .ap-form-submit { align-items: stretch; flex-direction: column; }
  .ap-form-submit .ap-button { width: 100%; }
  .ap-final-cta-inner { align-items: start; grid-template-columns: 1fr; }
  .ap-footer-grid { gap: 38px; grid-template-columns: 1fr; }
  .ap-footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 480px) {
  .ap-brand { width: 178px; }
  .ap-hero-copy h1,
  .ap-page-hero h1 { font-size: 39px; }
  .ap-feature-hero-copy h1 { font-size: 38px; }
  .ap-breadcrumbs { font-size: 8px; }
  .ap-feature-cockpit > header { grid-template-columns: 38px 1fr auto; padding: 15px; }
  .ap-feature-cockpit-icon { height: 38px; width: 38px; }
  .ap-feature-cockpit > header small { display: none; }
  .ap-feature-cockpit > footer { font-size: 7px; }
  .ap-connected-card { gap: 13px; grid-template-columns: 44px 1fr auto; padding: 18px; }
  .ap-connected-card > span { height: 44px; width: 44px; }
  .ap-home-slide-copy h1,
  .ap-home-slide-copy h2 { font-size: 39px; }
  .ap-home-slider,
  .ap-slider-track { min-height: 750px; }
  .ap-home-slide-copy .ap-hero-actions { align-items: stretch; flex-direction: column; }
  .ap-home-slide-copy .ap-button { width: 100%; }
  .ap-slider-status { display: none; }
  .ap-slider-controls { grid-template-columns: auto 1fr; }
  .ap-kicker { font-size: 9px; }
  .ap-hero-actions { align-items: stretch; flex-direction: column; }
  .ap-hero-actions .ap-button { width: 100%; }
  .ap-dashboard-topbar > span { display: none; }
  .ap-dashboard-topbar { grid-template-columns: 1fr 1fr; }
  .ap-feature-card { min-height: 380px; padding: 25px; }
  .ap-mini-metric,
  .ap-customer-line { left: 25px; right: 25px; }
  .ap-document-flow,
  .ap-stock-bars,
  .ap-status-pills,
  .ap-report-row { left: 25px; right: 25px; }
  .ap-document-flow { gap: 5px; }
  .ap-document-flow b { font-size: 6px; padding: 7px; }
  .ap-plan-card { padding: 25px 22px; }
  .ap-contact-method { grid-template-columns: 40px minmax(0, 1fr); }
  .ap-contact-method > i { display: none; }
  .ap-option-card { grid-template-columns: 42px 1fr; }
  .ap-option-card > i { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html.ap-js { scroll-behavior: auto; }
  .ap-js .ap-reveal { opacity: 1; transform: none; transition: none; }
  .ap-home-slide { transition: none; }
  .ap-slider-dots button.is-active span::after { animation: none; transform: scaleX(1); }
  .ap-button,
  .ap-option-card,
  .ap-feature-card { transition: none; }
}

/* Editable Divi layouts (version 1.6). */
.ap-divi-builder-page {
  background: var(--ap-paper);
  color: var(--ap-ink);
  font-family: var(--ap-font);
}

.ap-divi-builder-page .et_pb_section.ap-db-section,
.ap-divi-builder-page .et_pb_section.ap-db-card-band {
  padding: 88px 0;
}

.ap-divi-builder-page .et_pb_row {
  max-width: 1180px;
  width: min(90%, 1180px);
}

.ap-divi-builder-page .et_pb_text h1,
.ap-divi-builder-page .et_pb_text h2,
.ap-divi-builder-page .et_pb_text h3,
.ap-divi-builder-page .et_pb_text p,
.ap-divi-builder-page .et_pb_text ul {
  font-family: var(--ap-font);
  margin: 0;
  padding: 0;
}

.ap-divi-builder-page .et_pb_text h1 {
  font-size: clamp(45px, 5.5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.ap-divi-builder-page .et_pb_text h2 {
  color: var(--ap-ink);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.ap-divi-builder-page .et_pb_text h3 {
  color: var(--ap-ink);
  font-size: 23px;
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.ap-divi-builder-page .et_pb_text p,
.ap-divi-builder-page .et_pb_text li {
  color: var(--ap-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ap-db-kicker,
.ap-db-card-code {
  color: var(--ap-blue);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.ap-db-paper { background: var(--ap-paper) !important; }
.ap-db-white { background: #fff !important; }

.ap-db-section-heading {
  max-width: 820px;
}

.ap-db-section-heading h2,
.ap-db-contact-details h2 {
  margin-bottom: 22px !important;
}

.ap-db-section-heading > .et_pb_text_inner > p,
.ap-db-contact-details > .et_pb_text_inner > p,
.ap-db-hero-copy > .et_pb_text_inner > p {
  font-size: 17px;
  margin-top: 22px !important;
  max-width: 720px;
}

.ap-divi-builder-page .et_pb_section.ap-db-feature-hero {
  background: radial-gradient(circle at 82% 15%, rgba(8, 170, 165, 0.42), transparent 34%), linear-gradient(135deg, #101a30, #182a50) !important;
  overflow: hidden;
  padding: 100px 0 92px;
}

.ap-db-feature-hero .et_pb_row {
  align-items: center;
  display: flex;
}

.ap-db-feature-hero .et_pb_text h1,
.ap-db-feature-hero .et_pb_text h2 {
  color: #fff;
}

.ap-db-feature-hero .et_pb_text p {
  color: #c4cede;
}

.ap-db-feature-hero .ap-db-kicker { color: #8fe0d7; }

.ap-db-centered-hero .et_pb_row { justify-content: center; }
.ap-db-centered-hero .et_pb_column { margin: 0 !important; max-width: 900px; text-align: center; width: 100%; }
.ap-db-centered-hero .ap-db-hero-copy > .et_pb_text_inner > p { margin-left: auto !important; margin-right: auto !important; }
.ap-db-centered-hero .et_pb_button_module_wrapper { text-align: center; }

.ap-divi-builder-page .et_pb_button.ap-db-button,
.ap-db-inline-button {
  background: var(--ap-blue) !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  display: inline-block;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-top: 24px;
  padding: 13px 22px !important;
}

.ap-divi-builder-page .et_pb_button.ap-db-button::after { display: none !important; }

.ap-payfast-subscription {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.ap-payfast-subscription .ap-payfast-button {
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.35;
  margin-top: 0;
}

.ap-payfast-note {
  color: var(--ap-muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-top: 9px;
}

.ap-payfast-legal {
  color: #7a8493;
  display: block;
  font-size: 10px;
  line-height: 1.55;
  margin-top: 7px;
}

.ap-payfast-legal a {
  color: var(--ap-blue);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ap-db-shot {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  padding: 10px;
}

.ap-db-shot img {
  aspect-ratio: 8 / 5;
  border-radius: 11px;
  display: block;
  object-fit: contain;
  object-position: top;
  width: 100%;
}

.ap-divi-builder-page .et_pb_section.ap-db-hub-tabs-section {
  border-bottom: 1px solid var(--ap-line);
  padding: 26px 0;
}

.ap-db-hub-tabs {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.ap-db-hub-tabs > a {
  align-items: center;
  border: 1px solid #e1e5ea;
  border-radius: 13px;
  color: var(--ap-ink);
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  min-height: 92px;
  padding: 10px 6px;
  position: relative;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ap-db-hub-tabs > a:hover,
.ap-db-hub-tabs > a:focus-visible,
.ap-db-hub-tabs > a.is-current {
  background: var(--ap-blue-soft);
  border-color: #9edbd7;
  box-shadow: 0 10px 24px rgba(8, 117, 124, 0.1);
  transform: translateY(-2px);
}

.ap-db-hub-tabs > a > span {
  align-items: center;
  background: #eef6f5;
  border-radius: 9px;
  color: var(--ap-blue);
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.ap-db-hub-tabs svg { fill: none; height: 16px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; width: 16px; }
.ap-db-hub-tabs strong { display: block; font-size: 10px; line-height: 1.2; }
.ap-db-hub-tabs small { background: var(--ap-ink); border-radius: 999px; color: #fff; font-size: 6px; font-weight: 900; padding: 3px 5px; position: absolute; right: 5px; text-transform: uppercase; top: 5px; }

.ap-db-feature-hub-icon {
  align-items: center;
  background: var(--ap-blue-soft);
  border: 1px solid #b9e8e5;
  border-radius: 14px;
  color: var(--ap-blue-dark);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 22px;
  width: 52px;
}

.ap-db-feature-hub-icon svg { fill: none; height: 24px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 24px; }
.ap-db-feature-hub-card .ap-db-card-code { margin-bottom: 12px; }

.ap-divi-builder-page .et_pb_section.ap-db-hub-index-section { padding-bottom: 62px; padding-top: 62px; }
.ap-db-hub-index { max-width: 100%; }
.ap-db-module-jumps { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.ap-db-module-jumps > a { background: #fff; border: 1px solid #d9dee5; border-radius: 999px; color: var(--ap-blue-dark); font-size: 11px; font-weight: 800; padding: 9px 14px; transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.ap-db-module-jumps > a:hover,
.ap-db-module-jumps > a:focus-visible { background: var(--ap-blue-soft); border-color: #9edbd7; transform: translateY(-1px); }

.ap-db-hub-module-row { align-items: center; display: flex; gap: 34px; }
.ap-db-hub-module-row-reverse { flex-direction: row-reverse; }
.ap-db-hub-module-row > .et_pb_column { margin-right: 0 !important; width: calc(50% - 17px) !important; }
.ap-db-hub-module-copy { padding: 10px 12px; }
.ap-db-hub-module-anchor { scroll-margin-top: 115px; }
.ap-db-hub-module-copy .ap-db-kicker { margin-bottom: 14px; }
.ap-db-hub-module-copy h2 { margin-bottom: 20px !important; }
.ap-db-hub-module-copy h3 { font-size: 18px !important; margin: 26px 0 9px !important; }
.ap-db-hub-module-lead { color: var(--ap-ink-2) !important; font-size: 17px !important; font-weight: 650; }
.ap-db-hub-shot { background: #fff; border-color: #dce2e8; box-shadow: var(--ap-shadow); padding: 9px; }

.ap-db-hub-details { margin-top: 42px; }
.ap-db-hub-detail-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ap-db-hub-detail-grid > section { background: #fff; border: 1px solid #e0e4e9; border-radius: 18px; padding: 28px; }
.ap-db-paper .ap-db-hub-detail-grid > section { background: #fbfbfa; }
.ap-db-hub-detail-grid article { border-top: 1px solid #e6e9ed; margin-top: 16px; padding-top: 16px; }
.ap-db-hub-detail-grid article:first-of-type { margin-top: 0; }
.ap-db-hub-detail-grid article h3 { font-size: 16px !important; margin-bottom: 6px !important; }
.ap-db-hub-detail-grid article p { font-size: 13px !important; line-height: 1.65 !important; }
.ap-db-hub-detail-grid > section:last-child article { display: grid; gap: 12px; grid-template-columns: 34px minmax(0, 1fr); }
.ap-db-hub-detail-grid > section:last-child article > p:empty { display: none !important; }
.ap-db-hub-detail-grid > section:last-child article > b { grid-column: 1; grid-row: 1; }
.ap-db-hub-detail-grid > section:last-child article > div { grid-column: 2; grid-row: 1; min-width: 0; width: 100%; }
.ap-db-hub-detail-grid article > b { align-items: center; background: var(--ap-blue-soft); border-radius: 9px; color: var(--ap-blue-dark); display: flex; font-size: 10px; height: 34px; justify-content: center; width: 34px; }

/* Divi may retain an older image as a module background and fade the current
 * image element out. Feature screenshots must always render their current,
 * cache-versioned image instead of that stale media-library background. */
body.ap-landing-template .ap-db-shot.et_pb_image .et_pb_image_wrap {
  background-image: none !important;
}

body.ap-landing-template .ap-db-shot.et_pb_image .et_pb_image_wrap img {
  opacity: 1 !important;
  visibility: visible !important;
}

.ap-db-shots .ap-db-shot {
  background: #fff;
  border-color: #e3e6eb;
  box-shadow: var(--ap-shadow-soft);
}

.ap-db-cards .et_pb_column,
.ap-db-steps .et_pb_column {
  display: flex;
}

.ap-db-card,
.ap-db-step,
.ap-db-plan-card {
  background: #fff;
  border: 1px solid #e2e5ea;
  border-radius: 20px;
  box-shadow: var(--ap-shadow-soft);
  min-height: 100%;
  padding: 32px;
  width: 100%;
}

.ap-db-card-icon {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 16px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 22px;
  transition: transform 0.2s ease;
  width: 58px;
}

.ap-db-card-icon svg {
  fill: none;
  height: 27px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 27px;
}

.ap-db-card:hover .ap-db-card-icon {
  transform: translateY(-3px);
}

.ap-db-card-icon-sales {
  background: #e8f8f6;
  border-color: #b9e8e5;
  color: #08757c;
}

.ap-db-card-icon-purchasing {
  background: #fff0ed;
  border-color: #f4cfc8;
  color: #d85d48;
}

.ap-db-card-icon-work {
  background: #fff7df;
  border-color: #f2dca0;
  color: #b9790f;
}

.ap-db-card-icon-accounting {
  background: #eaf6f2;
  border-color: #cce9df;
  color: #1d8b68;
}

.ap-db-card h3,
.ap-db-step h3,
.ap-db-plan-card h2 {
  margin-bottom: 14px !important;
}

.ap-package-yearly {
  color: #667287;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin: -4px 0 17px;
}

.ap-db-card p + p,
.ap-db-step p + p { margin-top: 16px !important; }

.ap-db-card a { color: var(--ap-blue); font-weight: 800; }

.ap-db-number {
  align-items: center;
  background: var(--ap-blue-soft);
  border-radius: 11px;
  color: var(--ap-blue);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 24px;
  width: 42px;
}

.ap-db-list {
  list-style: none;
  margin-top: 20px !important;
}

.ap-db-list li {
  border-top: 1px solid #e5e7eb;
  padding: 12px 0 12px 22px !important;
  position: relative;
}

.ap-db-list li::before {
  color: var(--ap-green);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

/* Keep pricing ticks without Divi's additional default bullet markers. */
body.ap-landing-template .ap-db-plan-card .ap-db-list,
body.ap-landing-template .ap-db-plan-card .ap-db-list > li,
body.ap-landing-template .ap-plan-card ul,
body.ap-landing-template .ap-plan-card ul > li {
  list-style: none !important;
}

body.ap-landing-template .ap-db-plan-card .ap-db-list > li::marker,
body.ap-landing-template .ap-plan-card ul > li::marker {
  content: "" !important;
}

.ap-db-plan-card { padding: 38px 32px; }
.ap-db-plan-grid .ap-db-plan-card { padding: 32px 24px; }
.ap-db-trial-row { margin-bottom: 22px; }
.ap-db-trial-banner { min-height: 0; }
.ap-db-pos-launch-row { margin-top: 22px; }
.ap-db-pos-launch { background: #eaf8f7; border-color: #9edbd7; min-height: 0; padding: 26px 30px; }
.ap-db-pos-launch h3 { margin: 7px 0 7px !important; }
.ap-db-pos-launch p { margin-bottom: 0 !important; }
.ap-db-pos-launch p:last-child { margin-top: 14px !important; }
.ap-db-pos-launch a { color: var(--ap-blue); font-weight: 850; }

.ap-db-banking-notice-row { margin-top: 22px; }
.ap-db-banking-notice { background: #eaf8f7; border-color: #9edbd7; min-height: 0; }
.ap-db-banking-notice a { color: var(--ap-blue); font-weight: 850; }
.ap-db-banking-summary { border-top: 4px solid var(--ap-blue); }
.ap-db-banking-summary.et_pb_text h2,
.ap-db-banking-summary.et_pb_text h3 { color: #101a30; }
.ap-db-banking-summary.et_pb_text p { color: #667287; }
.ap-db-banking-summary .ap-db-kicker { color: var(--ap-blue); }

@media (min-width: 981px) {
	.ap-db-plan-grid {
		display: grid !important;
		gap: 22px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ap-db-plan-grid > .et_pb_column {
		margin: 0 !important;
		width: 100% !important;
	}

	.ap-db-trial-banner .et_pb_text_inner {
		align-items: center;
		display: grid;
		gap: 8px 34px;
		grid-template-columns: minmax(210px, 0.7fr) minmax(330px, 1.1fr) auto;
	}

	.ap-db-trial-banner .ap-db-card-code,
	.ap-db-trial-banner h2 { grid-column: 1; }
	.ap-db-trial-banner .ap-db-price,
	.ap-db-trial-banner .ap-db-price + p { grid-column: 2; }
	.ap-db-trial-banner .ap-db-price { grid-row: 1; margin: 0; }
	.ap-db-trial-banner .ap-db-price + p { grid-row: 2; margin-bottom: 0 !important; }
	.ap-db-trial-banner > .et_pb_text_inner > p:last-child { align-self: center; grid-column: 3; grid-row: 1 / span 2; margin: 0 !important; }
}
.ap-db-plan-featured { border-color: var(--ap-blue); box-shadow: 0 26px 65px rgba(8, 170, 165, 0.18); }
.ap-db-price { color: var(--ap-ink); font-size: 48px; font-weight: 850; letter-spacing: -0.05em; margin: 20px 0; }
.ap-db-price small { color: var(--ap-muted); font-size: 13px; letter-spacing: 0; }
.ap-db-price-small { font-size: 24px; letter-spacing: -0.02em; }

.ap-db-table { border: 1px solid #e2e5e9; border-radius: 18px; overflow-x: auto; }
.ap-db-table table { border: 0; border-collapse: collapse; margin: 0; min-width: 650px; width: 100%; }
.ap-db-table th { background: var(--ap-ink); color: #fff; font-size: 11px; padding: 18px 22px; text-align: left; }
.ap-db-table td { border-bottom: 1px solid #e8eaee; color: #596476; padding: 16px 22px; }
.ap-db-table th:nth-child(n+2), .ap-db-table td:nth-child(n+2) { text-align: center; }

.ap-db-contact-links {
  background: var(--ap-ink);
  border-radius: 18px;
  margin-top: 32px;
  padding: 26px;
}

.ap-db-contact-links p { color: #aeb9ca !important; margin: 0 0 18px !important; }
.ap-db-contact-links p:last-child { margin-bottom: 0 !important; }
.ap-db-contact-links strong { color: #fff; }
.ap-db-contact-links a { color: #8fe0d7; }
.ap-db-contact-form-module .ap-contact-form-card { margin: 0; }

.ap-db-legal-hero .ap-db-hero-copy > .et_pb_text_inner > p {
  max-width: 790px;
}

.ap-db-effective-date {
  color: #8fe0d7 !important;
  font-size: 13px !important;
  letter-spacing: 0.02em;
}

.ap-divi-builder-page .et_pb_section.ap-db-legal-summary-section {
  padding-bottom: 44px;
  padding-top: 44px;
}

.ap-db-legal-summary {
  margin: 0 auto;
  max-width: 920px;
}

.ap-db-legal-summary h2 {
  margin-bottom: 18px !important;
}

.ap-db-legal-checklist {
  display: grid;
  gap: 12px 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ap-db-legal-checklist li {
  border-top: 1px solid #e5e7eb;
  padding: 13px 0 0 25px !important;
  position: relative;
}

.ap-db-legal-checklist li::before {
  color: var(--ap-green);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.ap-divi-builder-page .et_pb_section.ap-db-legal-body-section {
  padding-bottom: 110px;
  padding-top: 58px;
}

.ap-db-legal-copy {
  margin: 0 auto;
  max-width: 920px;
}

.ap-db-legal-copy .ap-db-legal-intro {
  background: var(--ap-blue-soft);
  border-left: 4px solid var(--ap-blue);
  border-radius: 0 12px 12px 0;
  color: var(--ap-ink) !important;
  font-size: 17px !important;
  margin-bottom: 42px !important;
  padding: 22px 24px;
}

.ap-db-legal-copy h2 {
  border-top: 1px solid #e6e9ee;
  font-size: 27px !important;
  margin-top: 44px !important;
  padding-top: 34px;
}

.ap-db-legal-copy h2:first-of-type {
  border-top: 0;
  margin-top: 0 !important;
  padding-top: 0;
}

.ap-db-legal-copy h3 {
  font-size: 19px !important;
  margin: 26px 0 8px !important;
}

.ap-db-legal-copy p,
.ap-db-legal-copy li {
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.ap-db-legal-copy p + p {
  margin-top: 15px !important;
}

.ap-db-legal-copy ul {
  margin: 18px 0 22px 22px !important;
}

.ap-db-legal-copy li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.ap-db-legal-copy a {
  color: var(--ap-blue);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ap-divi-builder-page .et_pb_section.ap-db-cta {
  background: linear-gradient(135deg, #08757c, var(--ap-blue)) !important;
  padding: 72px 0;
}

.ap-db-cta-row {
  align-items: center;
  display: flex;
}

.ap-db-cta-copy h2,
.ap-db-cta-copy p,
.ap-db-cta .ap-db-kicker { color: #fff !important; }
.ap-db-cta-copy p { margin-top: 16px !important; }
.ap-db-cta .et_pb_button_module_wrapper { text-align: right; }
.ap-db-cta .ap-db-button-light { background: #fff !important; color: var(--ap-blue) !important; }

.ap-divi-builder-page .et_pb_section.ap-db-home-hero {
  background: var(--ap-ink) !important;
  padding: 0;
}

.ap-db-slider,
.ap-db-slider .et_pb_slide {
  background: transparent !important;
}

.ap-db-slider .et_pb_slide { min-height: 650px; }
.ap-db-slider .et_pb_slide_description { padding: 150px 0 120px; }
.ap-db-slider .et_pb_slide_title { font-size: clamp(44px, 5vw, 70px) !important; font-weight: 800 !important; letter-spacing: -0.05em; line-height: 1.03; }
.ap-db-slider .et_pb_slide_content { color: #c4cede; font-size: 17px; line-height: 1.7; }
.ap-db-slider .et_pb_slide_image img { border-radius: 16px; box-shadow: 0 26px 70px rgba(0, 0, 0, 0.35); }

.ap-db-home-workflow .ap-db-card {
  padding: 28px 24px;
}

.ap-db-home-report-row {
  align-items: center;
  display: flex;
}

.ap-db-home-report-copy .ap-db-list {
  margin-top: 28px !important;
}

.ap-db-home-reporting .ap-db-shot {
  background: #fff;
  border-color: #e1e4e9;
  box-shadow: var(--ap-shadow);
}

@media (max-width: 980px) {
  .ap-db-feature-hero .et_pb_row,
  .ap-db-cta-row,
  .ap-db-home-report-row,
  .ap-db-hub-module-row { display: block; }
  .ap-db-feature-hero .et_pb_column,
  .ap-db-cta-row .et_pb_column,
  .ap-db-hub-module-row > .et_pb_column { margin-bottom: 34px !important; width: 100% !important; }
  .ap-db-hub-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ap-db-cta .et_pb_button_module_wrapper { text-align: left; }
  .ap-db-slider .et_pb_slide { min-height: 760px; }
  .ap-db-cards .et_pb_column,
  .ap-db-steps .et_pb_column { display: block; margin-bottom: 24px; width: 100% !important; }
}

@media (max-width: 600px) {
  .ap-divi-builder-page .et_pb_section.ap-db-section,
  .ap-divi-builder-page .et_pb_section.ap-db-card-band { padding: 62px 0; }
  .ap-divi-builder-page .et_pb_text h1 { font-size: 42px; }
  .ap-divi-builder-page .et_pb_text h2 { font-size: 34px; }
  .ap-db-card, .ap-db-step, .ap-db-plan-card { padding: 25px 22px; }
  .ap-db-hub-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ap-db-hub-detail-grid { grid-template-columns: 1fr; }
  .ap-db-module-jumps { gap: 7px; }
  .ap-db-module-jumps > a { font-size: 10px; padding: 8px 11px; }
  .ap-db-legal-checklist { grid-template-columns: 1fr; }
  .ap-divi-builder-page .et_pb_section.ap-db-legal-body-section { padding-bottom: 78px; padding-top: 38px; }
  .ap-db-legal-copy h2 { font-size: 23px !important; }
  .ap-db-slider .et_pb_slide { min-height: 720px; }
}
