#promotion-activity-1 {
  --primary: #f98715;
  --primary-hover: #f9a215;
  --bg-page: #070400;
  --bg-card: #0e0e0e;
  --border-muted: #989795;
  --text-main: #f9f9f9;
  --text-muted: #909090;
  --text-secondary: #ccc;
  --line: rgba(255, 255, 255, 0.12);
  --aifo-page-bg-height: 920px;
  --aifo-page-bg-image: url("../images/promotion-activity/bg-glow-top.png");
  --aifo-page-content-offset: 0;
  background: var(--bg-page);
  color: var(--text-main);
  overflow-x: clip;
}

#promotion-activity-1 .promo-page {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 80px;
}

#promotion-activity-1 .scaling-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  padding: 72px 0 40px;
}

#promotion-activity-1 .scaling-hero__content {
  flex: 1;
  max-width: 561px;
}

#promotion-activity-1 .scaling-hero__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

#promotion-activity-1 .scaling-hero__title {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.56px;
}

#promotion-activity-1 .scaling-hero__desc {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: var(--text-secondary);
}

#promotion-activity-1 .scaling-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

#promotion-activity-1 .btn-promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 10px;
  padding: 16px 24px;
  min-height: 52px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: var(--text-main);
  background: var(--primary);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

#promotion-activity-1 .btn-promo:hover {
  background: var(--primary-hover);
  box-shadow: inset 0 5px 10px rgba(249, 135, 21, 0.6), 0 5px 10px rgba(249, 135, 21, 0.6);
  color: var(--text-main);
  text-decoration: none;
}

#promotion-activity-1 .btn-promo--outline {
  background: rgba(15, 15, 15, 0.5);
  border: 0.657px solid #666;
  box-shadow: none;
}

#promotion-activity-1 .btn-promo--outline:hover {
  background: rgba(15, 15, 15, 0.8);
  box-shadow: none;
}

#promotion-activity-1 .scaling-requirements__title {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #666;
}

#promotion-activity-1 .scaling-requirements__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#promotion-activity-1 .scaling-requirements__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

#promotion-activity-1 .scaling-requirements__check {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #666;
  color: var(--bg-page);
}

#promotion-activity-1 .scaling-requirements__check svg {
  display: block;
  width: 12px;
  height: 12px;
}

#promotion-activity-1 .scaling-hero__visual {
  position: relative;
  flex-shrink: 0;
  width: min(100%, 510px);
  aspect-ratio: 510 / 560;
  border-radius: 20px;
  background: #eee;
  overflow: hidden;
}

#promotion-activity-1 .scaling-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#promotion-activity-1 .scaling-hero__badge {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 9px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
}

#promotion-activity-1 .scaling-hero__badge-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--primary);
  color: #fff;
}

#promotion-activity-1 .scaling-hero__badge-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

#promotion-activity-1 .scaling-hero__badge-label {
  margin: 0;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.24px;
  color: #666;
}

#promotion-activity-1 .scaling-hero__badge-value {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--bg-page);
}

#promotion-activity-1 .scaling-benefits {
  padding: 40px 0 72px;
}

#promotion-activity-1 .scaling-benefits__head {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

#promotion-activity-1 .scaling-benefits__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.2px;
}

#promotion-activity-1 .scaling-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 32px;
}

#promotion-activity-1 .scaling-benefit-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#promotion-activity-1 .scaling-benefit-card__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: var(--primary);
}

#promotion-activity-1 .scaling-benefit-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

#promotion-activity-1 .scaling-benefit-card__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

#promotion-activity-1 .scaling-benefit-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.29;
  font-weight: 300;
  letter-spacing: -0.14px;
  color: var(--text-secondary);
}

/* Growth Path modal */
#promotion-activity-1 .growth-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.7);
}

#promotion-activity-1 .growth-modal.is-open {
  display: flex;
}

#promotion-activity-1 .growth-modal__panel {
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #231f20;
}

#promotion-activity-1 .growth-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
}

#promotion-activity-1 .growth-modal__header-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

#promotion-activity-1 .growth-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

#promotion-activity-1 .growth-modal__close:hover {
  background: rgba(255, 255, 255, 0.08);
}

#promotion-activity-1 .growth-modal__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

#promotion-activity-1 .growth-modal__body {
  flex: 1;
  overflow: auto;
  padding: 20px 16px;
}

#promotion-activity-1 .growth-modal__intro {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.29;
  font-weight: 300;
  letter-spacing: -0.14px;
  color: var(--text-secondary);
}

#promotion-activity-1 .growth-table-wrap {
  overflow-x: auto;
}

#promotion-activity-1 .growth-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: left;
}

#promotion-activity-1 .growth-table th,
#promotion-activity-1 .growth-table td {
  padding: 16px 16px 16px 0;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.24px;
  font-weight: 500;
  white-space: nowrap;
}

#promotion-activity-1 .growth-table th {
  color: #666;
  padding-top: 0;
  padding-bottom: 12px;
}

#promotion-activity-1 .growth-table tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

#promotion-activity-1 .growth-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 0 16px 16px;
}

@media (max-width: 992px) {
  #promotion-activity-1 .scaling-hero {
    flex-direction: column;
    padding-top: 40px;
  }

  #promotion-activity-1 .scaling-hero__content {
    max-width: 100%;
  }

  #promotion-activity-1 .scaling-hero__visual {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
  }

  #promotion-activity-1 .scaling-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }
}

@media (max-width: 768px) {
  #promotion-activity-1 {
    --aifo-page-content-offset: 0;
  }

  #promotion-activity-1 .promo-page {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 56px;
  }

  #promotion-activity-1 .scaling-hero__title {
    font-size: 36px;
  }

  #promotion-activity-1 .scaling-hero__desc {
    font-size: 18px;
  }

  #promotion-activity-1 .scaling-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  #promotion-activity-1 .btn-promo {
    width: 100%;
  }

  #promotion-activity-1 .scaling-benefits__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #promotion-activity-1 .growth-modal__footer {
    flex-direction: column-reverse;
  }

  #promotion-activity-1 .growth-modal__footer .btn-promo {
    width: 100%;
  }
}

/* No top promo bar on this page — cancel homepage-only nav offset (theme.css top:35px) */
@media (min-width: 992px) {
  body.page-template-page-aifo-scaling-plan #nav.navbar-transparent,
  body#promotion-activity-1 #nav.navbar-transparent {
    top: 0;
  }
}
