html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top right, rgba(233, 223, 207, 0.76), transparent 28rem),
    linear-gradient(180deg, #f6f0e6 0%, #fcf8f2 100%);
  color: #1f1f1f;
}

img {
  max-width: 100%;
  display: block;
}

input,
select,
textarea {
  font: inherit;
}

a {
  text-decoration: none;
}

.ap-topbar {
  background: #11253e;
}

.ap-topbar-link {
  color: #f7b184;
}

.ap-topbar-link:hover {
  color: #ffffff;
}

.ap-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ap-topbar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 9999px;
  background: rgba(247, 177, 132, 0.14);
  color: #f7b184;
}

.ap-nav-shell {
  position: relative;
  z-index: 80;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 22, 40, 0.88);
  backdrop-filter: blur(14px);
  transition: background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ap-nav-shell.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 95;
  background: rgba(7, 22, 40, 0.94);
  box-shadow: 0 14px 34px rgba(5, 12, 22, 0.18);
}

.ap-nav-placeholder {
  height: 0;
}

.ap-nav-shell a {
  color: rgba(255, 255, 255, 0.92);
}

.ap-nav-shell a:hover {
  color: #ffffff;
}

.ap-hero,
.ap-page-hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(7, 20, 36, 0.48) 0%, rgba(7, 20, 36, 0.72) 42%, rgba(7, 20, 36, 0.86) 100%),
    url("hero-bg.jpg") center/cover no-repeat;
}

.ap-hero {
  overflow: visible;
}

.ap-page-hero {
  overflow: visible;
}

.ap-hero::before,
.ap-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(247, 177, 132, 0.22), transparent 28rem),
    linear-gradient(120deg, rgba(11, 35, 65, 0.44), rgba(11, 35, 65, 0.1) 46%, rgba(11, 35, 65, 0.5));
  pointer-events: none;
}

.ap-hero > *,
.ap-page-hero > * {
  position: relative;
  z-index: 2;
}

.ap-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.1rem 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.ap-hero-lead {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 18px rgba(3, 10, 20, 0.45);
}

.ap-chip::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.26);
  flex: none;
}

.ap-chip-highlight {
  color: #f7b184;
}

.ap-chip-highlight::before {
  background: #f7b184;
  box-shadow: 0 0 0 0.28rem rgba(247, 177, 132, 0.14);
}

.ap-card {
  border-radius: 1.75rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.ap-trust-card {
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 246, 239, 0.95) 100%);
  padding: 1.2rem;
  backdrop-filter: blur(12px);
}

.ap-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.8rem;
  border-radius: 0.9rem;
  background:
    linear-gradient(180deg, rgba(247, 177, 132, 0.24) 0%, rgba(247, 177, 132, 0.12) 100%);
  color: #d96c54;
}

.ap-card-soft {
  border-radius: 1.5rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: rgba(251, 248, 243, 0.92);
}

.ap-dark-card {
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(16, 41, 69, 0.96) 0%, rgba(12, 32, 53, 0.98) 100%);
}

.ap-dark-card-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(14, 35, 58, 0.98) 0%, rgba(11, 28, 47, 0.98) 100%);
}

.ap-stage-card {
  border-radius: 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(18, 44, 72, 0.96) 0%, rgba(12, 31, 52, 0.98) 100%);
}

.ap-dark-band {
  background:
    radial-gradient(circle at top left, rgba(247, 177, 132, 0.12), transparent 24rem),
    linear-gradient(180deg, #0d233b 0%, #102945 100%);
}

.ap-section-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #d96c54;
}

.ap-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #d96c54;
  padding: 0.95rem 1.55rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ap-button-primary:hover {
  background: #c55942;
  transform: translateY(-1px);
}

.ap-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(31, 31, 31, 0.12);
  padding: 0.95rem 1.55rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0b2341;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.ap-button-secondary:hover {
  border-color: #d96c54;
  color: #d96c54;
  background: rgba(217, 108, 84, 0.04);
}

.ap-button-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.95rem 1.55rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ap-button-dark:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.ap-proof-section {
  background:
    radial-gradient(circle at top left, rgba(11, 35, 65, 0.08), transparent 23rem),
    linear-gradient(180deg, #f4eee4 0%, #fbf7f0 100%);
}

.ap-proof-shell {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .ap-proof-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

.ap-proof-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 2rem;
  min-height: 100%;
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(247, 177, 132, 0.2), transparent 16rem),
    linear-gradient(180deg, #0d233b 0%, #102945 100%);
  box-shadow: 0 24px 54px rgba(11, 35, 65, 0.16);
}

.ap-proof-intro::before {
  content: "";
  position: absolute;
  inset: auto -3.5rem -3.5rem auto;
  width: 9rem;
  height: 9rem;
  border-radius: 9999px;
  background: rgba(247, 177, 132, 0.08);
  pointer-events: none;
}

.ap-proof-note {
  display: inline-flex;
  align-items: center;
  margin-top: 1.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(247, 177, 132, 0.24);
  background: rgba(247, 177, 132, 0.08);
  padding: 0.85rem 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f7b184;
}

.ap-proof-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 640px) {
  .ap-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ap-proof-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.6rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: rgba(255, 255, 255, 0.97);
  min-height: 100%;
  padding: 1.35rem;
  box-shadow: 0 20px 42px rgba(11, 35, 65, 0.08);
}

.ap-proof-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  height: 2.1rem;
  border-radius: 9999px;
  background: rgba(217, 108, 84, 0.1);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d96c54;
}

.ap-proof-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: #d96c54;
}

.ap-proof-link:hover {
  color: #b7533d;
}

.ap-checklist {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ap-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.7;
}

.ap-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.25rem;
  border-radius: 9999px;
  background: rgba(217, 108, 84, 0.12);
  color: #d96c54;
  font-size: 0.72rem;
  font-weight: 800;
  flex: none;
}

.ap-note {
  border-radius: 1.1rem;
  background: rgba(247, 177, 132, 0.12);
  padding: 0.9rem 1rem;
  color: #5f7085;
}

.ap-package-card {
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(251, 247, 240, 0.98) 0%, rgba(243, 236, 224, 0.96) 100%);
  padding: 1.55rem;
}

.ap-package-card-featured {
  border-color: rgba(247, 177, 132, 0.45);
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.99) 0%, rgba(248, 238, 225, 0.98) 100%);
}

.ap-package-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ap-package-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(11, 35, 65, 0.12);
  padding: 0.42rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(11, 35, 65, 0.72);
  white-space: nowrap;
}

.ap-package-tag-featured {
  border-color: rgba(247, 177, 132, 0.6);
  background: rgba(247, 177, 132, 0.18);
  color: #0b2341;
}

.ap-package-price {
  margin-top: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.55rem;
  line-height: 1;
  color: #0b2341;
}

.ap-package-copy {
  margin-top: 1rem;
  font-size: 0.96rem;
  line-height: 1.8;
  color: #4b5d72;
}

.ap-package-meta {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.15rem;
}

.ap-package-item {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.46);
  padding: 0.9rem 1rem;
}

.ap-package-item span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d96c54;
}

.ap-package-item strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #0b2341;
  font-weight: 700;
}

.ap-package-note {
  position: relative;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.06) 100%);
  padding: 1.1rem 1.2rem 1.1rem 1.3rem;
  color: rgba(232, 239, 245, 0.95);
  backdrop-filter: blur(12px);
}

.ap-package-note::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.28rem;
  background: linear-gradient(180deg, #f7b184 0%, #d96c54 100%);
}

.ap-package-button {
  border-color: rgba(247, 177, 132, 0.72);
  background:
    linear-gradient(180deg, #ffd7bd 0%, #f7b184 100%);
  color: #0b2341;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 14px 36px rgba(4, 11, 22, 0.18),
    0 0 0 1px rgba(247, 177, 132, 0.18),
    0 0 28px rgba(247, 177, 132, 0.18);
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.ap-package-button:hover {
  background: linear-gradient(180deg, #ffc7a1 0%, #ef9d70 100%);
  border-color: rgba(247, 177, 132, 0.9);
  color: #0b2341;
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 18px 40px rgba(4, 11, 22, 0.22),
    0 0 0 1px rgba(247, 177, 132, 0.24),
    0 0 34px rgba(247, 177, 132, 0.28);
}

.ap-support-button {
  border: 1px solid rgba(247, 177, 132, 0.68);
  background:
    linear-gradient(180deg, #ffd8bf 0%, #f7b184 100%);
  color: #0b2341;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 12px 28px rgba(26, 30, 36, 0.12),
    0 0 0 1px rgba(247, 177, 132, 0.12);
}

.ap-support-button:hover {
  border-color: rgba(247, 177, 132, 0.9);
  background:
    linear-gradient(180deg, #ffc8a4 0%, #ef9f74 100%);
  color: #0b2341;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 16px 32px rgba(26, 30, 36, 0.16),
    0 0 0 1px rgba(247, 177, 132, 0.18),
    0 0 24px rgba(247, 177, 132, 0.16);
}

.ap-support-shell {
  background:
    radial-gradient(circle at top right, rgba(247, 177, 132, 0.12), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 242, 234, 0.98) 100%);
}

.ap-support-section {
  position: relative;
}

.ap-support-section::before {
  content: "";
  position: absolute;
  inset: 1.75rem 1.5rem auto;
  height: 10rem;
  border-radius: 2rem;
  background: radial-gradient(circle at left top, rgba(247, 177, 132, 0.08), transparent 60%);
  pointer-events: none;
}

.ap-audit-shell {
  position: relative;
  overflow: hidden;
  border-radius: 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(247, 177, 132, 0.22), transparent 18rem),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.06), transparent 18rem),
    linear-gradient(180deg, #112b48 0%, #0d233b 100%);
}

.ap-audit-section {
  position: relative;
}

.ap-audit-section::before {
  content: "";
  position: absolute;
  inset: 0 2rem auto;
  height: 11rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at center top, rgba(17, 40, 68, 0.22), transparent 68%);
  pointer-events: none;
}

.ap-audit-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 42%);
  pointer-events: none;
}

.ap-audit-shell > * {
  position: relative;
  z-index: 1;
}

.ap-audit-layout {
  display: grid;
  gap: 1.35rem;
}

@media (min-width: 1024px) {
  .ap-audit-layout {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
  }
}

.ap-audit-copy {
  color: rgba(235, 241, 247, 0.9);
  text-shadow: 0 1px 16px rgba(4, 10, 19, 0.22);
}

.ap-audit-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.ap-audit-point {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.7rem 0.95rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.ap-audit-point::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 9999px;
  background: #f7b184;
  box-shadow: 0 0 0 0.28rem rgba(247, 177, 132, 0.14);
}

.ap-audit-panel {
  border-radius: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.07) 100%);
  padding: 1.35rem;
  backdrop-filter: blur(14px);
}

.ap-audit-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ap-audit-list li {
  position: relative;
  padding-left: 1.3rem;
  color: rgba(236, 242, 247, 0.95);
  line-height: 1.8;
}

.ap-audit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 9999px;
  background: #f7b184;
}

.ap-audit-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.95rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.ap-audit-secondary:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(247, 177, 132, 0.36);
  color: #ffffff;
  transform: translateY(-1px);
}

.ap-final-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 236, 219, 0.24), transparent 22rem),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 18rem),
    linear-gradient(135deg, #d96c54 0%, #cb5f49 42%, #b54935 100%);
}

.ap-final-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 46%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.09), transparent 18rem);
  pointer-events: none;
}

.ap-final-shell > * {
  position: relative;
  z-index: 1;
}

.ap-final-section {
  position: relative;
}

.ap-final-section::before {
  content: "";
  position: absolute;
  inset: 0 1.5rem auto;
  height: 12rem;
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at center top, rgba(217, 108, 84, 0.14), transparent 70%);
  pointer-events: none;
}

.ap-final-actions {
  border-radius: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  padding: 1rem;
  backdrop-filter: blur(12px);
}

.ap-why-shell {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 1024px) {
  .ap-why-shell {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
  }
}

.ap-why-intro {
  border-radius: 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(13, 35, 58, 0.98) 0%, rgba(11, 28, 47, 0.98) 100%);
  padding: 1.45rem;
}

.ap-why-note {
  margin-top: 1.3rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.95rem 1rem;
}

.ap-why-note-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f7b184;
}

.ap-why-note strong {
  display: block;
  color: #ffffff;
  line-height: 1.75;
  font-size: 0.96rem;
}

.ap-why-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 700px) {
  .ap-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ap-why-card {
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(20, 46, 74, 0.94) 0%, rgba(13, 34, 57, 0.98) 100%);
  padding: 1.4rem;
}

.ap-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(247, 177, 132, 0.24) 0%, rgba(247, 177, 132, 0.12) 100%);
  color: #f7b184;
}

.ap-footer {
  background:
    radial-gradient(circle at top left, rgba(247, 177, 132, 0.12), transparent 26rem),
    linear-gradient(180deg, #0b2341 0%, #0d2036 100%);
}

.ap-footer-link {
  color: rgba(255, 255, 255, 0.84);
  transition: color 0.2s ease;
}

.ap-footer-link:hover {
  color: #ffffff;
}

.ap-footer-muted {
  color: rgba(255, 255, 255, 0.92);
}

.ap-footer-small {
  color: rgba(255, 255, 255, 0.74);
}

.ap-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.ap-footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.5rem 0.78rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f7b184;
}

.ap-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.9rem;
}

@media (min-width: 768px) {
  .ap-footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.ap-blog-content p,
.ap-blog-content li {
  line-height: 1.9;
  color: #5f7085;
}

.ap-blog-content h2,
.ap-blog-content h3 {
  color: #0b2341;
}

.ap-blog-content ul {
  padding-left: 1.1rem;
}

.ap-blog-shell,
.ap-article-shell {
  display: grid;
  gap: 1.35rem;
}

.ap-blog-main,
.ap-article-main {
  min-width: 0;
}

.ap-blog-overview {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ap-blog-overview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ap-blog-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(11, 35, 65, 0.09);
  background: rgba(251, 248, 243, 0.88);
  padding: 0.55rem 0.88rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b2341;
}

.ap-blog-stack {
  display: grid;
  gap: 1.35rem;
}

.ap-blog-post {
  overflow: hidden;
}

.ap-blog-post-grid {
  display: grid;
  gap: 0;
}

.ap-blog-post img {
  height: 100%;
  min-height: 16rem;
  width: 100%;
  object-fit: cover;
}

.ap-blog-post-copy {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 1.55rem;
}

.ap-blog-post-copy h2,
.ap-blog-post-copy h3 {
  margin: 0;
  color: #0b2341;
}

.ap-blog-post-copy p {
  margin: 0;
  color: #5f7085;
  line-height: 1.8;
}

.ap-blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5f7085;
}

.ap-blog-post-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 800;
  color: #d96c54;
}

.ap-blog-post-link::after {
  content: "->";
  transition: transform 0.18s ease;
}

.ap-blog-post-link:hover::after {
  transform: translateX(3px);
}

.ap-blog-sidebar {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.ap-blog-panel,
.ap-article-panel {
  border-radius: 1.45rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: rgba(255, 255, 255, 0.96);
  padding: 1.35rem;
}

.ap-blog-panel-title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0b2341;
}

.ap-blog-panel-copy {
  margin-top: 0.7rem;
  font-size: 0.94rem;
  line-height: 1.8;
  color: #5f7085;
}

.ap-blog-sidebar-list,
.ap-article-toc,
.ap-article-takeaways {
  display: grid;
  gap: 0.78rem;
  margin-top: 1rem;
}

.ap-blog-sidebar-list a,
.ap-article-toc a {
  color: #0b2341;
  font-weight: 700;
  line-height: 1.55;
}

.ap-blog-sidebar-list a:hover,
.ap-article-toc a:hover {
  color: #d96c54;
}

.ap-blog-sidebar-item {
  display: grid;
  gap: 0.18rem;
  padding-bottom: 0.78rem;
  border-bottom: 1px solid rgba(31, 31, 31, 0.08);
}

.ap-blog-sidebar-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ap-blog-sidebar-item span,
.ap-article-takeaways li,
.ap-article-panel > p:not(.ap-blog-panel-title),
.ap-article-panel li {
  color: #5f7085;
}

.ap-blog-topic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.ap-blog-topic-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(11, 35, 65, 0.09);
  background: rgba(251, 248, 243, 0.88);
  padding: 0.6rem 0.9rem;
  font-size: 0.76rem;
  font-weight: 800;
  color: #0b2341;
}

.ap-blog-topic-links a:hover {
  border-color: rgba(217, 108, 84, 0.35);
  color: #d96c54;
}

.ap-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.ap-blog-pagination-pages {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.ap-pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  border-radius: 9999px;
  border: 1px solid rgba(11, 35, 65, 0.11);
  background: rgba(255, 255, 255, 0.94);
  padding: 0.78rem 1rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0b2341;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.ap-pagination-btn:hover:not(:disabled) {
  border-color: rgba(217, 108, 84, 0.35);
  color: #d96c54;
}

.ap-pagination-btn.is-active {
  border-color: #d96c54;
  background: #d96c54;
  color: #ffffff;
}

.ap-pagination-btn:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.ap-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.ap-article-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.55rem 0.82rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.ap-article-cover {
  overflow: hidden;
  border-radius: 1.45rem;
  margin-bottom: 1.45rem;
}

.ap-article-cover img {
  width: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.ap-article-summary {
  margin-bottom: 1.45rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: rgba(251, 248, 243, 0.92);
  padding: 1.2rem 1.2rem 1.15rem;
}

.ap-article-summary p:last-child {
  margin-bottom: 0;
}

.ap-blog-content > *:first-child {
  margin-top: 0;
}

.ap-blog-content p + p,
.ap-blog-content p + ul,
.ap-blog-content ul + p {
  margin-top: 1rem;
}

.ap-blog-content h2 {
  margin-top: 2.1rem;
  margin-bottom: 0.65rem;
}

.ap-blog-content h3 {
  margin-top: 1.55rem;
  margin-bottom: 0.55rem;
}

.ap-blog-content li + li {
  margin-top: 0.55rem;
}

.ap-blog-content strong {
  color: #0b2341;
}

.ap-blog-content a {
  color: #d96c54;
  font-weight: 700;
}

.ap-blog-feature-heading {
  margin: 0;
  color: #0b2341;
}

.ap-blog-feature-copy {
  margin: 0;
  color: #5f7085;
  line-height: 1.8;
}

.ap-blog-feature-card {
  overflow: hidden;
}

.ap-blog-feature-grid {
  display: grid;
}

.ap-blog-feature-media {
  position: relative;
}

.ap-blog-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 13rem;
  object-fit: cover;
}

.ap-blog-feature-body {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.ap-blog-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.ap-blog-post-standard .ap-blog-post-grid {
  gap: 0;
}

.ap-blog-post-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.65rem;
  border-radius: 9999px;
  border: 1px solid rgba(11, 35, 65, 0.09);
  background: rgba(251, 248, 243, 0.92);
  padding: 0.5rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #0b2341;
}

.ap-blog-post-standard .ap-blog-post-copy {
  gap: 0.8rem;
}

.ap-blog-post-standard .ap-blog-post-meta {
  justify-content: space-between;
}

.ap-blog-sidebar-stick {
  display: grid;
  gap: 1rem;
}

.ap-blog-pagination-wrap {
  padding: 1rem 1.15rem;
}

.ap-blog-pagination-note {
  color: #5f7085;
  font-size: 0.9rem;
  line-height: 1.7;
}

.ap-article-sidebar {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.ap-article-stick {
  position: sticky;
  top: 7.5rem;
}

.ap-article-toc a {
  position: relative;
  padding-left: 1rem;
}

.ap-article-toc a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 9999px;
  background: rgba(217, 108, 84, 0.4);
}

.ap-article-takeaways {
  margin: 0;
  padding-left: 1rem;
}

.ap-article-cta {
  margin-top: 2rem;
  padding: 1.35rem;
}

.ap-article-related {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.ap-article-related-grid {
  display: grid;
  gap: 1rem;
}

.ap-article-related-card {
  display: grid;
  gap: 0.5rem;
  padding: 1.2rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: rgba(251, 248, 243, 0.92);
}

.ap-article-related-card a {
  color: #0b2341;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.45;
}

.ap-article-related-card a:hover {
  color: #d96c54;
}

@media (min-width: 1024px) {
  .ap-blog-shell {
    grid-template-columns: minmax(0, 1.55fr) minmax(19rem, 0.75fr);
    align-items: start;
  }

  .ap-blog-feature-grid {
    grid-template-columns: minmax(11.5rem, 0.6fr) minmax(0, 1.4fr);
  }

  .ap-blog-post-featured .ap-blog-post-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  }

  .ap-blog-post-standard .ap-blog-post-grid {
    grid-template-columns: minmax(17rem, 0.82fr) minmax(0, 1.18fr);
  }

  .ap-article-shell {
    grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.72fr);
    align-items: start;
  }

  .ap-article-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ap-blog-sidebar-stick {
    position: sticky;
    top: 7.5rem;
  }
}

@media (max-width: 767px) {
  .ap-blog-post-copy,
  .ap-blog-panel,
  .ap-article-panel,
  .ap-article-cta,
  .ap-article-related-card {
    padding: 1.15rem;
  }

  .ap-blog-pagination-wrap {
    padding: 1.15rem;
  }

  .ap-blog-pagination {
    justify-content: center;
  }

  .ap-blog-pagination-pages {
    order: -1;
    width: 100%;
    justify-content: center;
  }

  .ap-article-meta span {
    width: auto;
  }
}

@media (max-width: 767px) {
  .ap-topbar {
    display: none;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .ap-topbar .ap-topbar-item:nth-child(n+3) {
    display: none;
  }
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-dismissible {
    padding-right: 3rem;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.auditForm .alert button,#auditForm_forms_flash .alert button,.contactForm .alert button,#contactForm_forms_flash .alert button{ display: none;}
.auditForm .alert ul, .contactForm .alert ul { margin-bottom: 0px; padding-left: 1rem;}
.auditForm .alert ul li,#auditForm_forms_flash .alert ul li,.contactForm .alert ul li,#contactForm_forms_flash .alert ul li{ list-style: disc;}
#auditForm_forms_flash .alert p, #contactForm_forms_flash .alert p{ color: #000; margin-bottom: 0px;}
.auditForm .alert p, .contactForm .alert p{ margin-bottom: 0px;}
#auditForm_forms_flash .alert-success, #contactForm_forms_flash .alert-success {
  padding: 12px 20px;
  border: 1px solid #a9c7ff;
  border-radius: 10px;
  background-color: #f5f8ff;
  color: #17479e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
}

