.als-coa-native {
  --coa-navy: #071a33;
  --coa-blue: #1677e8;
  --coa-cyan: #16b7c8;
  --coa-ink: #0b1830;
  --coa-copy: #566a83;
  --coa-line: #d8e3ef;
  display: block;
  min-height: 100vh;
  overflow: hidden;
  background: #f5f8fc;
  color: var(--coa-ink);
}

.als-coa-native *,
.als-coa-native *::before,
.als-coa-native *::after {
  box-sizing: border-box;
}

.als-coa-native .hero {
  position: relative;
  display: block;
  min-height: 0;
  padding: 72px 24px 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(28, 189, 207, .24), transparent 32%),
    linear-gradient(135deg, #06172e 0%, #0a2d55 58%, #075b78 100%);
  color: #fff;
}

.als-coa-native .hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.als-coa-native .hero-inner {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1180px, 100%);
  min-height: 0;
  margin: 0 auto;
  color: #fff;
}

.als-coa-native .eyebrow,
.als-coa-native .kicker {
  display: block;
  color: #19d2dc;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.als-coa-native .hero h1 {
  max-width: 760px;
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(2.5rem, 5.3vw, 4.65rem);
  line-height: .99;
  letter-spacing: -.055em;
}

.als-coa-native .hero > .hero-inner > p {
  max-width: 760px;
  margin: 24px 0 0;
  color: #d9e7f4;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.als-coa-native .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.als-coa-native .hero-actions a,
.als-coa-native .actions a {
  text-decoration: none;
}

.als-coa-native .hero-primary,
.als-coa-native .hero-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 800;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.als-coa-native .hero-primary {
  border: 1px solid #1bcad7;
  background: #16b7c8;
  color: #041d30;
}

.als-coa-native .hero-secondary {
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.als-coa-native .hero-primary:hover,
.als-coa-native .hero-secondary:hover {
  transform: translateY(-1px);
}

.als-coa-native .metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 820px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(2, 18, 38, .28);
  backdrop-filter: blur(8px);
}

.als-coa-native .metrics > div {
  padding: 17px 20px;
}

.als-coa-native .metrics > div + div {
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.als-coa-native .metrics strong,
.als-coa-native .metrics span {
  display: block;
}

.als-coa-native .metrics strong {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
}

.als-coa-native .metrics span {
  margin-top: 7px;
  color: #bed1e4;
  font-size: .86rem;
}

.als-coa-native .section {
  width: min(1230px, 100%);
  margin: 0 auto;
  padding: 68px 24px;
}

.als-coa-native .latest {
  scroll-margin-top: 120px;
}

.als-coa-native .section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.als-coa-native .section-heading h2,
.als-coa-native .pending h2 {
  margin: 8px 0 0;
  color: var(--coa-ink);
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.als-coa-native .section-heading > p {
  margin: 0;
  color: var(--coa-copy);
  line-height: 1.6;
}

.als-coa-native .featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.als-coa-native .featured-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--coa-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 42, 72, .08);
}

.als-coa-native .doc-preview {
  position: relative;
  display: flex;
  height: 330px;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--coa-line);
  background: #edf3f8;
}

.als-coa-native .doc-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.als-coa-native .new-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #08315b;
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.als-coa-native .card-body {
  padding: 24px;
}

.als-coa-native .verified {
  color: #058875;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.als-coa-native .card-body h3,
.als-coa-native .archive-grid h3 {
  margin: 10px 0 0;
  color: var(--coa-ink);
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.als-coa-native dl {
  display: grid;
  gap: 0;
  margin: 19px 0 0;
}

.als-coa-native dl > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 0;
  border-top: 1px solid #edf1f5;
}

.als-coa-native dt {
  color: #72839a;
  font-size: .84rem;
}

.als-coa-native dd {
  margin: 0;
  color: var(--coa-ink);
  font-size: .84rem;
  font-weight: 750;
  text-align: right;
}

.als-coa-native .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.als-coa-native .actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid #cbd9e8;
  border-radius: 9px;
  color: #24415f;
  font-size: .8rem;
  font-weight: 750;
}

.als-coa-native .actions a.primary {
  border-color: var(--coa-blue);
  background: var(--coa-blue);
  color: #fff;
}

.als-coa-native .pending {
  display: grid;
  grid-template-columns: auto 1fr;
  width: min(1182px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px;
  gap: 24px;
  align-items: center;
  border: 1px solid #c9e3ea;
  border-radius: 20px;
  background: #eaf8fa;
}

.als-coa-native .pending-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 18px;
  background: #08355f;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 850;
}

.als-coa-native .pending h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

.als-coa-native .pending p {
  margin: 10px 0 0;
  color: var(--coa-copy);
  line-height: 1.65;
}

.als-coa-native .archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.als-coa-native .archive-grid article {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--coa-line);
  border-radius: 16px;
  background: #fff;
}

.als-coa-native .archive-grid article > img {
  display: block;
  width: 112px;
  height: 100%;
  min-height: 156px;
  object-fit: cover;
  object-position: top center;
  border-right: 1px solid var(--coa-line);
  background: #eef3f8;
}

.als-coa-native .archive-grid article > div {
  min-width: 0;
  padding: 18px;
}

.als-coa-native .archive-grid h3 {
  margin: 0;
  font-size: 1rem;
}

.als-coa-native .archive-grid p {
  margin: 8px 0 15px;
  color: var(--coa-copy);
  font-size: .82rem;
}

.als-coa-native .archive-grid a,
.als-coa-native .note a {
  color: #0967ca;
  font-size: .84rem;
  font-weight: 800;
}

.als-coa-native .note {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 4px solid var(--coa-cyan);
  border-radius: 6px 12px 12px 6px;
  background: #fff;
  color: var(--coa-copy);
  line-height: 1.55;
}

.als-coa-native .note strong {
  flex: 0 0 auto;
  color: var(--coa-ink);
}

body.als-coa-viewer-open {
  overflow: hidden;
}

.als-coa-native-viewer {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 14, 29, .84);
}

.als-coa-native-viewer-sheet {
  display: flex;
  width: min(1000px, 100%);
  max-height: calc(100vh - 40px);
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

.als-coa-native-viewer-sheet > div {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--coa-line);
}

.als-coa-native-viewer-sheet button {
  min-height: 40px;
  padding: 8px 14px;
  border: 0;
  border-radius: 9px;
  background: #0a2e56;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.als-coa-native-viewer-sheet > img {
  display: block;
  width: 100%;
  height: auto;
  overflow: auto;
  object-fit: contain;
  object-position: top center;
}

@media (max-width: 960px) {
  .als-coa-native .featured-grid,
  .als-coa-native .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .als-coa-native .hero {
    padding: 48px 18px 42px;
  }

  .als-coa-native .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .als-coa-native .hero-actions a {
    width: 100%;
  }

  .als-coa-native .metrics {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .als-coa-native .metrics > div + div {
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .als-coa-native .section {
    padding: 48px 18px;
  }

  .als-coa-native .section-heading {
    display: block;
  }

  .als-coa-native .section-heading > p {
    margin-top: 12px;
  }

  .als-coa-native .featured-grid,
  .als-coa-native .archive-grid {
    grid-template-columns: 1fr;
  }

  .als-coa-native .doc-preview {
    height: 380px;
  }

  .als-coa-native .pending {
    display: block;
    width: calc(100% - 36px);
    padding: 24px;
  }

  .als-coa-native .pending-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 14px;
  }

  .als-coa-native .note {
    display: block;
  }

  .als-coa-native .note strong {
    display: block;
    margin-bottom: 7px;
  }
}

@media (max-width: 390px) {
  .als-coa-native .archive-grid article {
    grid-template-columns: 94px 1fr;
  }

  .als-coa-native .archive-grid article > img {
    width: 94px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .als-coa-native .hero-primary,
  .als-coa-native .hero-secondary {
    transition: none;
  }
}
