/* ARRM commercial launch surface.
   Extends the established ZEODEC corporate site without replacing its palette. */

.product-stack {
  display: grid;
  gap: 28px;
}

.product-card-arrm .status-dot,
.arrm-status-dot {
  background: var(--zeodec-teal);
}

.arrm-preview {
  position: relative;
  min-height: 390px;
  padding: 24px;
  border: 1px solid rgba(10,10,10,0.22);
  border-radius: 12px;
  background: #0E0F10;
  color: var(--off-white);
  overflow: hidden;
}

.arrm-preview-head,
.arrm-preview-foot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #AEB4BB;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.arrm-preview-head {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.arrm-gate {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
}

.arrm-gate-label {
  color: #81929A;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.arrm-gate strong {
  display: block;
  margin-top: 8px;
  color: var(--zeodec-amber);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.arrm-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.arrm-metrics div {
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
}

.arrm-metrics span,
.arrm-metrics strong {
  display: block;
}

.arrm-metrics span {
  color: #81929A;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.arrm-metrics strong {
  margin-top: 7px;
  color: #F1F5F6;
  font-size: 14px;
  font-weight: 500;
}

.arrm-preview-foot {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.arrm-page {
  background: var(--black);
}

.arrm-hero {
  position: relative;
  background: var(--off-white);
  color: var(--black);
}

.arrm-hero::after,
.arrm-section::after,
.arrm-dark-section::after,
.arrm-access-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
}

.arrm-hero::after,
.arrm-section::after,
.arrm-access-section::after {
  background: var(--anthracite);
}

.arrm-dark-section::after {
  background: var(--cool-gray);
}

.arrm-hero-grid {
  min-height: calc(100vh - 123px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 72px;
  align-items: center;
  padding: 105px 0 118px;
}

.arrm-hero h1 {
  max-width: 860px;
  font-size: clamp(58px, 7vw, 102px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 500;
}

.arrm-hero h1 span {
  display: block;
  color: #747A81;
}

.arrm-hero-lead {
  max-width: 700px;
  margin-top: 32px;
  color: var(--dark-text);
  font-size: 19px;
}

.arrm-hero-note {
  max-width: 660px;
  margin-top: 18px;
  color: #5A6066;
  font-size: 14px;
}

.arrm-panel {
  padding: 26px;
  border: 1px solid rgba(10,10,10,0.22);
  border-radius: 14px;
  background: var(--black);
  color: var(--off-white);
}

.arrm-panel-header,
.arrm-panel-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #AEB4BB;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.arrm-panel-header {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.arrm-decision {
  margin-top: 32px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
}

.arrm-decision span,
.arrm-decision small {
  display: block;
}

.arrm-decision span {
  color: #81929A;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.arrm-decision strong {
  display: block;
  margin-top: 10px;
  color: var(--zeodec-amber);
  font-size: 38px;
  font-weight: 500;
}

.arrm-decision small {
  margin-top: 8px;
  color: #B7C4C9;
}

.arrm-panel-footer {
  margin-top: 28px;
}

.arrm-section {
  background: var(--off-white);
  color: var(--black);
}

.arrm-dark-section {
  background: var(--black);
  color: var(--off-white);
}

.arrm-dark-section .section-label {
  color: #B8BEC5;
}

.arrm-dark-section .section-intro,
.arrm-dark-section p {
  color: #C2C7CD;
}

.arrm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.arrm-feature {
  padding: 28px;
  border: 1px solid rgba(10,10,10,0.20);
  border-radius: 12px;
}

.arrm-dark-section .arrm-feature {
  border-color: rgba(255,255,255,0.16);
}

.arrm-feature span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zeodec-teal);
  color: #0A0A0A;
  font-size: 12px;
  font-weight: 600;
}

.arrm-feature h3 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
}

.arrm-feature p {
  margin-top: 12px;
  color: #5A6066;
  font-size: 15px;
}

.arrm-access-section {
  background: var(--off-white);
  color: var(--black);
}

.arrm-access-box {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 64px;
  align-items: center;
  padding: 52px;
  border: 1px solid rgba(10,10,10,0.22);
  border-radius: 16px;
}

.arrm-access-box p {
  margin-top: 18px;
  color: #5A6066;
}

.arrm-access-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.arrm-access-actions small {
  color: #737981;
  font-size: 12px;
}

@media (max-width: 980px) {
  .arrm-hero-grid,
  .arrm-access-box {
    grid-template-columns: 1fr;
  }

  .arrm-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .arrm-hero-grid {
    padding: 86px 0 96px;
    gap: 52px;
  }

  .arrm-metrics {
    grid-template-columns: 1fr;
  }

  .arrm-access-box {
    padding: 30px;
  }
}
