/* ACQ-20260802-002 — Acquiry × Entez acquisition partnership (private) */

body.ap-entez {
  background: #f0f4f8;
  color: #444;
}

.ap-conf-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: #08111c;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(8, 106, 216, 0.35);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  box-sizing: border-box;
}

body.ap-entez .site-header {
  top: var(--ap-conf-h, 32px);
  overflow: visible;
}

body.ap-entez .site-header .logo,
body.ap-entez .site-header .logo-light {
  height: 32px;
  width: auto;
  max-height: 32px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

body.ap-entez .primary-nav > ul {
  justify-content: center;
  width: 100%;
  gap: 4px;
}

body.ap-entez .nav-cta {
  display: flex !important;
  align-items: center;
  margin-left: auto;
}

.ap-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(8, 106, 216, 0.22);
  border: 1px solid rgba(8, 106, 216, 0.45);
  padding: 8px 12px;
  border-radius: 3px;
  white-space: nowrap;
}

/* ---- Hero ---- */
.ap-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: #0d1b2e;
  overflow: hidden;
  padding: 150px 0 72px;
}

.ap-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url(/assets/hero-generated.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.42;
  z-index: 0;
}

.ap-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(115deg, rgba(13, 27, 46, 0.95) 0%, rgba(13, 27, 46, 0.84) 50%, rgba(8, 106, 216, 0.28) 100%),
    radial-gradient(ellipse 55% 70% at 88% 30%, rgba(8, 106, 216, 0.35), transparent 60%);
}

.ap-hero-grid-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  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);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 80% at 78% 48%, #000 15%, transparent 72%);
}

.ap-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 40px;
  align-items: center;
}

.ap-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #086ad8;
  margin-bottom: 18px;
}

.ap-hero-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #086ad8;
}

.ap-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin-bottom: 18px;
}

.ap-hero h1 .accent {
  color: #086ad8;
}

.ap-hero-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 28px;
}

/* Brand lockup — never use /assets/logo-white.png (misnamed dark photo) */
.ap-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  margin-bottom: 28px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  overflow: visible;
  line-height: 0;
  box-sizing: border-box;
}

.ap-lockup--compact {
  margin: 18px 0 0;
  padding: 14px 16px;
  width: 100%;
  justify-content: center;
}

/* Tight-cropped lockup PNG. Never max-width + fixed height (squashes aspect). */
.ap-lockup-acq {
  display: block;
  height: 28px;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

.ap-lockup-entez {
  display: block;
  height: 26px;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

.ap-lockup--compact .ap-lockup-acq {
  height: 24px;
}

.ap-lockup--compact .ap-lockup-entez {
  height: 22px;
}

.ap-lockup-x {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
  padding: 0 4px;
}

.ap-brand-row {
  display: none; /* legacy */
}

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

.ap-hero-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 28px;
}

.ap-hero-nav a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.ap-hero-nav a:hover {
  color: #fff;
}

/* Recipient card */
.ap-recipient {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 28px 26px;
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.ap-recipient-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 18px;
}

.ap-recipient-person {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.ap-recipient-person img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  border: 2px solid rgba(8, 106, 216, 0.55);
  background: #0d1b2e;
  flex-shrink: 0;
}

.ap-recipient-person h3 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 4px;
}

.ap-recipient-person p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ap-recipient-meta {
  display: grid;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ap-recipient-meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.82rem;
}

.ap-recipient-meta span:first-child {
  color: rgba(255, 255, 255, 0.45);
}

.ap-recipient-meta span:last-child {
  color: rgba(255, 255, 255, 0.88);
  text-align: right;
  font-weight: 500;
}

/* ---- Sections ---- */
.ap-section {
  padding: 88px 0;
  scroll-margin-top: 118px;
}

#top {
  scroll-margin-top: 0;
}

.ap-section.alt {
  background: #fff;
}

.ap-section.navy {
  background: #0d1b2e;
  color: rgba(255, 255, 255, 0.78);
}

.ap-section.navy h2,
.ap-section.navy h3 {
  color: #fff;
}

.ap-section-head {
  max-width: 680px;
  margin-bottom: 40px;
}

.ap-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ap-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #086ad8;
  margin-bottom: 12px;
}

.ap-section h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  font-weight: 800;
  color: #0d1b2e;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.ap-lead {
  font-size: 1.02rem;
  color: #666;
  line-height: 1.75;
}

.ap-section.navy .ap-lead {
  color: rgba(255, 255, 255, 0.65);
}

.ap-grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

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

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

.ap-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 4px;
  padding: 28px 24px;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.ap-card:hover {
  border-color: #086ad8;
  box-shadow: 0 10px 36px rgba(8, 106, 216, 0.1);
  transform: translateY(-2px);
}

.ap-card.navy {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

.ap-card.navy:hover {
  border-color: rgba(8, 106, 216, 0.55);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.25);
}

.ap-card h3 {
  font-size: 1.02rem;
  margin-bottom: 10px;
  color: #0d1b2e;
}

.ap-card.navy h3 {
  color: #fff;
}

.ap-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
}

.ap-card.navy p {
  color: rgba(255, 255, 255, 0.62);
}

.ap-num {
  font-family: Poppins, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #086ad8;
  margin-bottom: 12px;
  display: block;
}

.ap-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.ap-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.93rem;
  color: #555;
  line-height: 1.65;
}

.ap-list li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.25' stroke='%23086AD8' stroke-width='1.5'/%3E%3Cpath d='M5.5 9l2.5 2.5 4.5-5' stroke='%23086AD8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Commercial */
.ap-fee-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.ap-fee-hero {
  background: #0d1b2e;
  color: #fff;
  border-radius: 6px;
  padding: 36px 32px;
  border: 1px solid rgba(8, 106, 216, 0.35);
}

.ap-fee-hero .rate {
  font-family: Poppins, sans-serif;
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin: 12px 0 8px;
}

.ap-fee-hero .rate span {
  color: #086ad8;
}

.ap-fee-hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.7;
}

.ap-fee-points {
  display: grid;
  gap: 14px;
}

.ap-fee-point {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 4px;
  padding: 18px 20px;
}

.ap-fee-point strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 0.92rem;
  color: #0d1b2e;
  margin-bottom: 6px;
}

.ap-fee-point p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

.ap-note {
  margin-top: 22px;
  padding: 16px 18px;
  background: #eef4fb;
  border-left: 3px solid #086ad8;
  font-size: 0.88rem;
  color: #445;
  line-height: 1.65;
}

/* Pipeline / criteria (pending NDA) */
.ap-criteria {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 4px;
  padding: 28px 30px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px rgba(13, 27, 46, 0.04);
}

.ap-criteria h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.ap-criteria-intro {
  font-size: 0.88rem;
  color: #6b7a8d;
  margin-bottom: 20px;
}

.ap-criteria-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}

.ap-criteria-grid > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f7;
}

.ap-criteria-grid span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7a8d;
  font-weight: 500;
}

.ap-criteria-grid strong {
  font-family: Rubik, sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: #0d1b2e;
  line-height: 1.5;
}

.ap-nda-gate {
  background: #0d1b2e;
  color: rgba(255, 255, 255, 0.82);
  border-radius: 4px;
  padding: 20px 24px;
  margin-bottom: 22px;
}

.ap-nda-gate strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7eb6f5;
  margin-bottom: 8px;
}

.ap-nda-gate p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.ap-opp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ap-opp {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 4px;
  padding: 24px 26px;
  box-shadow: 0 8px 28px rgba(13, 27, 46, 0.04);
}

.ap-opp.muted {
  opacity: 0.78;
  background: #f7f9fc;
}

.ap-opp-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
}

.ap-opp-status {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 3px;
}

.ap-opp-status.pending {
  background: #e8f1fc;
  color: #086ad8;
}

.ap-opp-status.prep {
  background: #fff4d6;
  color: #8a6a14;
}

.ap-opp-status.filtered {
  background: #eef2f7;
  color: #445;
}

.ap-opp-status.passed {
  background: #eceff3;
  color: #6b7a8d;
}

.ap-opp-geo {
  font-size: 0.78rem;
  color: #6b7a8d;
  font-weight: 500;
}

.ap-opp h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.ap-opp-meta {
  font-size: 0.85rem;
  color: #6b7a8d;
  line-height: 1.5;
  margin-bottom: 14px;
}

.ap-opp ul {
  margin: 0;
  padding-left: 1.1rem;
}

.ap-opp li {
  font-size: 0.9rem;
  color: #3a4654;
  line-height: 1.6;
  margin-bottom: 6px;
}

/* Process steps */
.ap-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ap-step {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 24px 22px;
  min-height: 168px;
}

.ap-step .n {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: rgba(8, 106, 216, 0.55);
  margin-bottom: 10px;
  line-height: 1;
}

.ap-step h3 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 8px;
}

.ap-step p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

/* Agreement */
.ap-section--agreement .ap-section-head {
  margin-bottom: 24px;
}

.ap-section--agreement .ap-lead {
  max-width: 68ch;
}

.ap-draft-banner,
.ap-exec-banner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff8e8;
  border: 1px solid #e8c56a;
  border-radius: 4px;
  padding: 18px 22px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}

.ap-exec-banner {
  background: #eef6ff;
  border-color: #9fc0e8;
}

.ap-draft-banner strong,
.ap-exec-banner strong {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6a14;
  background: #ffe9a8;
  padding: 4px 8px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.ap-exec-banner strong {
  color: #0b4f9c;
  background: #d6e8fb;
}

.ap-draft-banner p,
.ap-exec-banner p {
  font-size: 0.95rem;
  color: #5c4a1a;
  line-height: 1.65;
  margin: 0;
  max-width: none;
}

.ap-exec-banner p {
  color: #2a4058;
}

.ap-pdf-frame {
  background: #0d1b2e;
  border: 1px solid #e8eef5;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(13, 27, 46, 0.08);
  width: 100%;
}

.ap-pdf-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 22px;
  background: #0d1b2e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ap-pdf-toolbar span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
}

.ap-pdf-frame iframe,
.ap-pdf-frame object {
  width: 100%;
  height: min(72vh, 820px);
  border: 0;
  background: #525659;
  display: block;
}

/* Frank contact card / next step */
.ap-frank {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 32px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(8, 106, 216, 0.28);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 14px 40px rgba(13, 27, 46, 0.07);
}

.ap-frank img {
  width: 168px;
  height: 168px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(13, 27, 46, 0.12);
}

.ap-frank h3 {
  font-size: 1.45rem;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.ap-frank .title {
  color: #086ad8;
  font-size: 0.92rem;
  font-weight: 500;
  margin-bottom: 14px;
}

.ap-frank p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 54ch;
}

.ap-next {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  margin-top: 24px;
}

.ap-next-card {
  background: #0d1b2e;
  color: #fff;
  border-radius: 6px;
  padding: 32px 28px;
}

.ap-next-card h3 {
  color: #fff;
  margin-bottom: 10px;
}

.ap-next-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.93rem;
  line-height: 1.7;
  margin-bottom: 22px;
}

.ap-contact-mini {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 6px;
  padding: 28px;
}

.ap-contact-mini h4 {
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.ap-contact-mini a {
  display: block;
  color: #086ad8;
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.ap-contact-mini a:hover {
  text-decoration: underline;
}

/* Sticky mini TOC on desktop */
.ap-toc {
  position: sticky;
  top: 110px;
  background: #f8fafc;
  border: 1px solid #e8eef5;
  border-radius: 4px;
  padding: 18px 16px;
}

.ap-toc h4 {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #086ad8;
  margin-bottom: 12px;
}

.ap-toc a {
  display: block;
  font-size: 0.84rem;
  color: #555;
  padding: 6px 0;
  border-bottom: 1px solid #eef2f7;
}

.ap-toc a:last-child {
  border-bottom: 0;
}

.ap-toc a:hover {
  color: #086ad8;
}

.ap-rel-layout {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 32px;
  align-items: start;
}

/* Footer minimal */
body.ap-entez .site-footer .footer-top {
  display: none;
}

body.ap-entez .footer-bottom p,
body.ap-entez .footer-bottom a {
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 1024px) {
  .ap-hero-grid,
  .ap-grid-2,
  .ap-fee-panel,
  .ap-rel-layout,
  .ap-next,
  .ap-frank,
  .ap-opp-grid,
  .ap-criteria-grid {
    grid-template-columns: 1fr;
  }

  .ap-frank img {
    width: 140px;
    height: 140px;
  }

  .ap-toc {
    display: none;
  }

  .ap-grid-3,
  .ap-grid-6,
  .ap-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .ap-hero {
    padding: 130px 0 56px;
    min-height: auto;
  }

  .ap-section {
    padding: 64px 0;
    scroll-margin-top: 104px;
  }

  .ap-section--agreement .ap-fullwidth {
    padding: 0 16px;
  }

  .ap-grid-3,
  .ap-grid-6,
  .ap-steps {
    grid-template-columns: 1fr;
  }

  .ap-pdf-frame iframe,
  .ap-pdf-frame object {
    height: 70vh;
  }

  .ap-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .ap-lockup {
    width: 100%;
    justify-content: center;
    gap: 8px;
    padding: 14px 12px;
    flex-wrap: nowrap;
  }

  .ap-lockup-acq {
    height: 22px;
  }

  .ap-lockup-entez {
    height: 20px;
  }

  .ap-lockup--compact .ap-lockup-acq {
    height: 20px;
  }

  .ap-lockup--compact .ap-lockup-entez {
    height: 18px;
  }

  .ap-lockup-x {
    font-size: 1.05rem;
    padding: 0 2px;
  }

  /* Shorter privacy strip on narrow screens — avoid mid-word ellipsis */
  .ap-conf-bar {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    padding: 7px 10px;
  }

  .ap-recipient {
    margin-top: 8px;
  }

  .ap-frank {
    justify-items: center;
    text-align: center;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 22px;
  }

  .ap-frank > div {
    text-align: left;
  }

  .ap-frank img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }

  .ap-frank p {
    max-width: none;
  }

  .ap-hero-flow {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ap-cta-row {
    justify-content: center;
  }

  .ap-contact-links {
    justify-content: center;
  }
}

/* ---- 20260804 NDA-first simplify ---- */
.ap-hero--compact {
  min-height: auto;
  padding: 132px 0 56px;
}

.ap-hero-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 22px;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.02em;
}

.ap-hero-flow span[aria-hidden="true"] {
  color: rgba(8, 106, 216, 0.85);
  font-weight: 700;
}

.ap-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 22px;
}

.ap-opp-grid--ready {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}

.ap-contact-card--solo {
  max-width: 920px;
}

.ap-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ap-section--muted .ap-lead {
  max-width: 62ch;
}

.ap-section--muted .ap-list {
  max-width: 72ch;
}

@media (max-width: 900px) {
  .ap-opp-grid--ready {
    grid-template-columns: 1fr;
  }
}

/* ---- Timeline (20260804e) ---- */
.ap-timeline-wrap {
  margin: 0 0 36px;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 4px;
  padding: 28px 28px 22px;
  box-shadow: 0 8px 28px rgba(13, 27, 46, 0.04);
}

.ap-timeline-wrap > h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0d1b2e;
  margin: 0 0 6px;
}

.ap-timeline-intro {
  font-size: 0.92rem;
  color: #6b7a8d;
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 68ch;
}

.ap-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  margin: 0 0 28px;
}

.ap-timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, #086ad8 0%, #9fc0e8 55%, #d7e4f5 100%);
  z-index: 0;
}

.ap-timeline-item {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 8px;
}

.ap-timeline-dot {
  width: 14px;
  height: 14px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #086ad8;
  box-shadow: 0 0 0 4px rgba(8, 106, 216, 0.12);
}

.ap-timeline-item.is-active .ap-timeline-dot {
  background: #086ad8;
}

.ap-timeline-item.is-next .ap-timeline-dot {
  border-color: #9fc0e8;
  box-shadow: none;
}

.ap-timeline-item strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0d1b2e;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.ap-timeline-item span {
  display: block;
  font-size: 0.75rem;
  color: #6b7a8d;
  line-height: 1.45;
}

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

.ap-vert-track {
  background: #f5f8fc;
  border: 1px solid #e4ebf3;
  border-radius: 4px;
  padding: 16px 16px 14px;
}

.ap-vert-track strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: #0d1b2e;
  margin-bottom: 6px;
}

.ap-vert-track p {
  margin: 0;
  font-size: 0.82rem;
  color: #4a5563;
  line-height: 1.55;
}

.ap-vert-track .ap-track-meta {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #086ad8;
}

/* ---- Simple fees ---- */
.ap-fee-simple {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 18px;
}

.ap-fee-band {
  background: #0d1b2e;
  color: #fff;
  border-radius: 4px;
  padding: 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ap-fee-band .rate {
  font-family: Poppins, sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 8px 0 10px;
}

.ap-fee-band .rate span {
  color: #7eb6f5;
}

.ap-fee-band p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.ap-fee-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 4px;
  overflow: hidden;
}

.ap-fee-table th,
.ap-fee-table td {
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid #eef2f7;
  font-size: 0.92rem;
  line-height: 1.5;
}

.ap-fee-table th {
  width: 28%;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #0d1b2e;
  background: #f7f9fc;
  vertical-align: top;
}

.ap-fee-table tr:last-child th,
.ap-fee-table tr:last-child td {
  border-bottom: 0;
}

.ap-fee-table td {
  color: #3a4654;
}

.ap-section-subhead {
  margin: 32px 0 16px;
}

.ap-section-subhead h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0d1b2e;
  margin: 0 0 6px;
}

.ap-section-subhead p {
  margin: 0;
  font-size: 0.92rem;
  color: #6b7a8d;
  line-height: 1.55;
  max-width: 68ch;
}

@media (max-width: 900px) {
  .ap-timeline {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ap-timeline::before {
    top: 0;
    bottom: 0;
    left: 6px;
    right: auto;
    width: 2px;
    height: auto;
  }
  .ap-timeline-item {
    text-align: left;
    padding-left: 28px;
  }
  .ap-timeline-dot {
    position: absolute;
    left: 0;
    top: 4px;
    margin: 0;
  }
  .ap-vert-tracks,
  .ap-fee-simple {
    grid-template-columns: 1fr;
  }
}
