.ab-institutional-shell {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.ab-social-proof {
  padding: 1.5rem 0 0;
}

.ab-social-proof-grid,
.ab-trust-grid,
.ab-footer-grid {
  display: grid;
  gap: 1rem;
}

.ab-social-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ab-proof-card,
.ab-trust-card {
  border: 1px solid #ead9dc;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 30px rgba(43, 38, 72, 0.05);
}

.ab-proof-card {
  border-radius: 1.25rem;
  padding: 1.15rem;
}

.ab-proof-card strong,
.ab-trust-card strong {
  display: block;
  color: #2b2648;
  font-weight: 800;
  line-height: 1.2;
}

.ab-proof-card span,
.ab-trust-card span,
.ab-footer p,
.ab-footer a,
.ab-footer li {
  color: #64748b;
}

.ab-proof-icon,
.ab-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: #faf7f7;
  color: #6f1821;
}

.ab-proof-icon {
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.25rem;
}

.ab-trust-section {
  padding: 1rem 0 2rem;
}

.ab-trust-panel {
  border: 1px solid #ead9dc;
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f9 100%);
  padding: 1.25rem;
  box-shadow: 0 16px 40px rgba(43, 38, 72, 0.06);
}

.ab-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ab-trust-card {
  border-radius: 1.15rem;
  padding: 1rem;
}

.ab-trust-icon {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1rem;
}

.ab-footer {
  border-top: 1px solid #ead9dc;
  background: #fff;
  padding: 2.25rem 0 1.25rem;
}

.ab-footer-grid {
  grid-template-columns: 1.25fr repeat(3, minmax(0, 0.85fr));
}

.ab-footer-brand {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.ab-footer-logo {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid #ead9dc;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(43, 38, 72, 0.07);
}

.ab-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.45rem;
}

.ab-footer h2,
.ab-footer h3 {
  color: #2b2648;
  font-weight: 800;
  line-height: 1.2;
}

.ab-footer h2 {
  font-size: 1.35rem;
}

.ab-footer h3 {
  margin-bottom: 0.8rem;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ab-footer ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ab-footer a {
  text-decoration: none;
}

.ab-footer a:hover {
  color: #6f1821;
}

.ab-privacy-note {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid #f0e5e7;
  border-radius: 1rem;
  background: #fff8f9;
}

.ab-privacy-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #2b2648;
  font-size: 0.9rem;
  font-weight: 800;
}

.ab-privacy-copy {
  max-width: 58rem;
}

.ab-privacy-list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ab-privacy-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.55;
}

.ab-privacy-list li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: #6f1821;
  font-size: 0.82rem;
  font-weight: 800;
}

.ab-privacy-contact {
  max-width: 58rem;
  margin: 0.65rem 0 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.6;
}

.ab-privacy-note a {
  flex: 0 0 auto;
  border: 1px solid #ead9dc;
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  background: #fff;
  color: #6f1821;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.ab-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f0e5e7;
  color: #64748b;
  font-size: 0.84rem;
}

.ab-footer-humanized {
  margin: 0.8rem 0 0;
  color: #6f1821;
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.ab-static-page {
  min-height: 100vh;
  margin: 0;
  background: #f6f6f4;
  color: #2b2648;
  font-family: Poppins, Arial, sans-serif;
}

.ab-static-header,
.ab-static-card {
  border: 1px solid #ead9dc;
  background: #fff;
  box-shadow: 0 10px 30px rgba(43, 38, 72, 0.05);
}

.ab-static-header {
  border-radius: 0 0 1.5rem 1.5rem;
}

.ab-static-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.ab-static-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #2b2648;
  font-weight: 800;
  text-decoration: none;
}

.ab-static-logo {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #ead9dc;
  border-radius: 999px;
  background: #fff;
}

.ab-static-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.35rem;
}

.ab-static-back {
  border: 1px solid #ead9dc;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  color: #6f1821;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.ab-static-main {
  padding: 2rem 0 4rem;
}

.ab-static-card {
  border-radius: 1.5rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.ab-static-card h1 {
  color: #2b2648;
  font-size: clamp(2rem, 6vw, 3.35rem);
  font-weight: 800;
  line-height: 1;
}

.ab-static-card h2 {
  margin-top: 1.5rem;
  color: #2b2648;
  font-size: 1.15rem;
  font-weight: 800;
}

.ab-static-card p,
.ab-static-card li {
  color: #64748b;
  line-height: 1.75;
}

.ab-static-link {
  color: #6f1821;
  font-weight: 700;
  text-decoration: none;
}

.ab-static-updated {
  margin-top: 0.85rem;
  color: #64748b;
  font-size: 0.92rem;
}

.ab-static-list {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.25rem;
}

@media (max-width: 900px) {
  .ab-social-proof-grid,
  .ab-trust-grid,
  .ab-footer-grid {
    grid-template-columns: 1fr;
  }

  .ab-footer {
    padding-bottom: 6rem;
  }

  .ab-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ab-privacy-note {
    flex-direction: column;
  }

  .ab-privacy-note a {
    align-self: flex-start;
  }

  .ab-static-topbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
