.vm-atlas-landing {
  position: relative;
}

.vm-atlas-os {
  padding-top: clamp(138px, 15vw, 198px);
}

.vm-atlas-os-shell,
.vm-atlas-contact-grid {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.vm-atlas-os-shell {
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.9fr);
  max-width: 1120px;
}

.vm-atlas-contact-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
}

.vm-atlas-trust-row,
.vm-atlas-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vm-atlas-trust-row {
  margin-top: 28px;
}

.vm-atlas-signal-row {
  margin-top: 28px;
}

.vm-atlas-trust-row span,
.vm-atlas-signal-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(244, 251, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 760;
}

.vm-atlas-video-shell,
.vm-atlas-download-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(9, 25, 36, 0.84);
  box-shadow: var(--vm-shadow);
}

.vm-atlas-video-shell {
  padding: 22px;
}

.vm-atlas-video-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(154, 201, 62, 0.22);
  border-radius: 999px;
  background: rgba(154, 201, 62, 0.12);
  color: var(--vm-green);
  font-size: 0.79rem;
  font-weight: 800;
}

.vm-atlas-video {
  width: 100%;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: #02070d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vm-atlas-video-note {
  margin: 16px 0 0;
  color: var(--vm-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.vm-atlas-os-copy h2 {
  margin: 0 0 18px;
  font-family: var(--vm-display);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1;
}

.vm-atlas-os-copy > p:not(.vm-eyebrow) {
  margin: 0;
  color: var(--vm-muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.vm-atlas-benefit-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.vm-atlas-benefit-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(244, 251, 255, 0.92);
  font-weight: 620;
  line-height: 1.55;
}

.vm-atlas-benefit-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--vm-green);
  box-shadow: 0 0 0 6px rgba(154, 201, 62, 0.12);
}

.vm-atlas-os-actions {
  margin-top: 32px;
}

.vm-atlas-top-cta {
  border: 1px solid rgba(154, 201, 62, 0.72) !important;
  box-shadow: 0 0 0 1px rgba(154, 201, 62, 0.12);
}

.vm-atlas-top-cta:hover,
.vm-atlas-top-cta:focus-visible {
  border-color: var(--vm-green) !important;
  box-shadow: 0 0 0 1px rgba(154, 201, 62, 0.28);
}

.vm-atlas-problems .vm-section-head {
  max-width: 900px;
}

.vm-atlas-check-grid,
.vm-atlas-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.vm-atlas-check-card,
.vm-atlas-pillar-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--vm-shadow-soft);
}

.vm-atlas-check-card h3,
.vm-atlas-pillar-card h3 {
  margin: 0 0 10px;
  font-family: var(--vm-display);
  font-size: 1.3rem;
  line-height: 1.1;
}

.vm-atlas-check-card p,
.vm-atlas-pillar-card p,
.vm-atlas-contact-card p,
.vm-atlas-download-card span {
  margin: 0;
  color: var(--vm-muted);
  line-height: 1.62;
}

.vm-atlas-pillar-card small,
.vm-atlas-contact-details small,
.vm-atlas-download-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--vm-green);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vm-atlas-contact-card {
  align-self: stretch;
}

.vm-atlas-contact-actions {
  margin-top: 28px;
}

.vm-atlas-contact-details {
  display: grid;
  gap: 18px;
}

.vm-atlas-contact-details article {
  display: grid;
  gap: 8px;
}

.vm-atlas-download-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 100%;
  padding: 22px;
}

.vm-atlas-download-preview {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: #08131d;
}

.vm-atlas-download-card strong {
  font-family: var(--vm-display);
  font-size: 1.38rem;
  line-height: 1.12;
}

.vm-atlas-download-button {
  justify-self: start;
}

@media (max-width: 1080px) {
  .vm-atlas-os-shell,
  .vm-atlas-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .vm-atlas-check-grid,
  .vm-atlas-pillar-grid {
    grid-template-columns: 1fr;
  }

  .vm-atlas-video-shell,
  .vm-atlas-download-card {
    border-radius: 28px;
  }

  .vm-atlas-video-shell,
  .vm-atlas-download-card {
    padding: 16px;
  }

  .vm-atlas-download-preview {
    border-radius: 18px;
  }
}
