.aaz-corporate {
  color: #111827;
  background: #f3f4f6;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.aaz-page {
  overflow: hidden;
}

.aaz-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.aaz-hero {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.aaz-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: 56px;
  align-items: center;
  min-height: 620px;
  padding: 76px 0 64px;
}

.aaz-kicker {
  margin: 0 0 12px;
  color: #c9a227;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.aaz-hero h1,
.aaz-detail-hero h1,
.aaz-article h1 {
  margin: 0;
  max-width: 780px;
  color: #0b1f3a;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 900;
}

.aaz-lead {
  margin: 22px 0 0;
  max-width: 740px;
  color: #1f2937;
  font-size: 1.24rem;
  line-height: 1.65;
  font-weight: 700;
}

.aaz-muted,
.aaz-section-text {
  margin: 18px 0 0;
  max-width: 700px;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
}

.aaz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.aaz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid #0b1f3a;
  border-radius: 8px;
  background: #0b1f3a;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
}

.aaz-btn:hover {
  background: #102c52;
  color: #ffffff;
}

.aaz-btn-secondary {
  border-color: #c9a227;
  background: #ffffff;
  color: #0b1f3a;
}

.aaz-btn-secondary:hover {
  background: #fbf7e8;
  color: #0b1f3a;
}

.aaz-hero-visual {
  min-height: 430px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #f9fafb;
  box-shadow: 0 24px 80px rgba(11, 31, 58, .14);
  overflow: hidden;
}

.aaz-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.aaz-platform-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: center;
  min-height: 430px;
  padding: 34px;
}

.aaz-platform-core {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  border-radius: 8px;
  background: #0b1f3a;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 900;
}

.aaz-platform-map span {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  font-weight: 900;
}

.aaz-section {
  padding: 76px 0;
  background: #ffffff;
}

.aaz-soft {
  background: #f3f4f6;
}

.aaz-two-col {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.aaz-section h2,
.aaz-cta h2,
.aaz-panel h2 {
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 900;
}

.aaz-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.aaz-card-grid {
  display: grid;
  gap: 16px;
}

.aaz-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

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

.aaz-card {
  display: flex;
  flex-direction: column;
  min-height: 168px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  text-decoration: none;
}

.aaz-card strong {
  color: #0b1f3a;
  font-size: 1.05rem;
  font-weight: 900;
}

.aaz-card span {
  margin-top: 12px;
  color: #4b5563;
  line-height: 1.65;
}

.aaz-card em {
  margin-top: auto;
  padding-top: 18px;
  color: #c9a227;
  font-style: normal;
  font-weight: 900;
}

.aaz-card:hover {
  border-color: #c9a227;
  box-shadow: 0 14px 40px rgba(11, 31, 58, .09);
}

.aaz-brand-card {
  min-height: 210px;
}

.aaz-accent-gold {
  border-top: 4px solid #c9a227;
}

.aaz-accent-blue {
  border-top: 4px solid #1d4ed8;
}

.aaz-accent-silver {
  border-top: 4px solid #94a3b8;
}

.aaz-accent-navy {
  border-top: 4px solid #0b1f3a;
}

.aaz-accent-dark {
  border-top: 4px solid #111827;
}

.aaz-why {
  background: #0b1f3a;
  color: #ffffff;
}

.aaz-why h2,
.aaz-why .aaz-kicker {
  color: #ffffff;
}

.aaz-check-list {
  display: grid;
  gap: 12px;
}

.aaz-check-list span {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  color: #f9fafb;
  font-weight: 800;
}

.aaz-cta {
  padding: 56px 0;
  background: #fbf7e8;
}

.aaz-cta-inner,
.aaz-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.aaz-cta p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #4b5563;
  line-height: 1.7;
}

.aaz-detail-page {
  padding: 48px 0 76px;
}

.aaz-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 36px;
  align-items: center;
  padding: 42px 0 48px;
}

.aaz-detail-compact {
  grid-template-columns: auto minmax(0, 1fr);
}

.aaz-detail-hero img,
.aaz-article-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}

.aaz-icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 8px;
  background: #0b1f3a;
  color: #ffffff;
  font-weight: 900;
}

.aaz-logo-panel,
.aaz-panel {
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.aaz-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  color: #0b1f3a;
  font-size: 2rem;
  font-weight: 900;
}

.aaz-logo-panel img {
  max-width: 260px;
  max-height: 180px;
  object-fit: contain;
}

.aaz-richtext {
  color: #374151;
  font-size: 1.04rem;
  line-height: 1.85;
}

.aaz-richtext h2,
.aaz-richtext h3 {
  margin: 28px 0 12px;
  color: #0b1f3a;
  font-weight: 900;
  letter-spacing: 0;
}

.aaz-richtext p {
  margin: 0 0 16px;
}

.aaz-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.aaz-meta-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.aaz-meta-list div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 16px;
}

.aaz-meta-list dt {
  color: #6b7280;
  font-weight: 900;
}

.aaz-meta-list dd {
  margin: 0;
  color: #111827;
  font-weight: 800;
}

.aaz-article {
  max-width: 860px;
  margin: 0 auto;
}

.aaz-article-image {
  margin: 32px 0;
}

.aaz-tags {
  margin-top: 28px;
  color: #c9a227;
  font-weight: 900;
}

.aaz-map {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}

.aaz-map iframe {
  display: block;
  width: 100%;
  min-height: 360px;
}

@media (max-width: 980px) {
  .aaz-hero-grid,
  .aaz-two-col,
  .aaz-detail-hero {
    grid-template-columns: 1fr;
  }

  .aaz-grid-5,
  .aaz-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aaz-grid-3,
  .aaz-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .aaz-container {
    width: min(100% - 24px, 1180px);
  }

  .aaz-hero-grid {
    min-height: auto;
    padding: 48px 0;
  }

  .aaz-hero h1,
  .aaz-detail-hero h1,
  .aaz-article h1 {
    font-size: 2.35rem;
  }

  .aaz-lead {
    font-size: 1.08rem;
  }

  .aaz-section {
    padding: 52px 0;
  }

  .aaz-grid-5,
  .aaz-grid-4,
  .aaz-grid-3 {
    grid-template-columns: 1fr;
  }

  .aaz-cta-inner,
  .aaz-inline-cta,
  .aaz-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .aaz-platform-map {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .aaz-meta-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
