/* --- Layout & Containers --- */
.promo-defense-attack {
  background: black;
  color: white;
}
.promo-defense-attack .promo-content-inner.promo-two-container {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xl);
  position: relative;
  align-items: center;
  overflow-x: hidden;
}
.promo-defense-attack .promo-two-container strong { font-weight: 700; }
.promo-defense-attack .bullet-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  color: inherit;
  position: relative;
}
.promo-defense-attack .bullet-list-inner {
  display: flex;
  align-items: stretch;
  position: relative;
  left: 10%;
}
.promo-defense-attack .bullet-list-one-container,
.promo-defense-attack .bullet-list-two-container {
  flex: 1;
  width: fit-content;
  position: relative;
}

/* --- Typography --- */
.promo-defense-attack .bullet-list-one-title,
.promo-defense-attack .bullet-list-two-title,
.promo-defense-attack .rewrite-rules,
.promo-defense-attack .ai-overlay-text {
  font-size: var(--text-larger);
}
.promo-defense-attack .strong-stat {
  font-size: var(--text-largest);
}
.promo-defense-attack .strong-message,
.promo-defense-attack .bullet,
.promo-defense-attack .stat,
.promo-defense-attack .ai-text,
.promo-defense-attack .deployment-subheader,
.promo-defense-attack .deployment-header,
.promo-defense-attack .govern {
  font-size: var(--text-small);
}
.promo-defense-attack .stat-caption,
.promo-defense-attack .subtitle, 
.promo-defense-attack .small-text {
  font-size: var(--text-smallest);
}

/* --- Bullets --- */
.promo-defense-attack .bullet-list-one,
.promo-defense-attack .bullet-list-two {
  display: flex;
  flex-direction: column;
}
.promo-defense-attack .bullet-row {
  display: flex;
  align-items: center;
}
.promo-defense-attack .govern {
  opacity: 0;
  position: absolute;
  transform: rotate(90deg) translateY(-50%) !important;
  transform-origin: left top;
}

.promo-defense-attack .govern::after {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  left: 100%;
  width: calc(100%);
  height: 2px;
  background-color: white;
}
.promo-defense-attack .bullet-list-one .bullet-row { justify-content: flex-end; }
.promo-defense-attack .bullet-list-two .bullet-row { justify-content: flex-start; }
.promo-defense-attack .bullet { min-width: 0; opacity: 0; white-space: nowrap; }
.promo-defense-attack .bullet-list-one-title,
.promo-defense-attack .bullet-list-one { text-align: end; }
.promo-defense-attack .bullet-list-one-title,
.promo-defense-attack .bullet-list-two-title { opacity: 0; }
.promo-defense-attack .bullet-list-one-title {
  display: flex; flex-direction: column; align-items: flex-end;
  margin-bottom: 95px; padding-right: 4.5rem; text-align: right;
}
.promo-defense-attack .bullet-list-two-title { text-align: left; padding-left: 4.5rem; }
.promo-defense-attack .subtitle { white-space: nowrap; }

/* --- Divider & Hazards --- */
.promo-defense-attack .list-divider {
  width: 5rem; height: inherit; align-self: stretch;
  display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative;
}
.promo-defense-attack .red-circle {
  position: absolute; width: 55px; height: 55px; background: red;
  border-radius: 50%; opacity: 0; z-index: 1;
}
.promo-defense-attack .ai-hazard, .promo-defense-attack .ai-hazard-white {
  width: 41px; transition: opacity 1s ease-in-out;
}
.promo-defense-attack .ai-hazard {
  z-index: 2; mix-blend-mode: difference; clip-path: circle(0% at center);
}
.promo-defense-attack .ai-hazard-white {
  z-index: 3; opacity: 0; position: absolute;
}

/* --- SVG Overlay --- */
.promo-defense-attack .svg-lines-overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none; z-index: 1; opacity: 0; transition: opacity 1s;
}
.promo-defense-attack .svg-lines-overlay.visible { opacity: 1; }

/* --- Strong Message --- */
.promo-defense-attack .strong-message-container {
  display: flex; flex-direction: column; align-items: flex-end; width: 100%; box-sizing: border-box;
}
.promo-defense-attack .rewrite-rules {
  align-self: flex-end; text-align: right; opacity: 0;
  padding-right: 3rem; margin-bottom: .3rem; color: white;
}
.promo-defense-attack .strong-message {
  background: red; color: white; padding: 1rem 3rem 1rem 1.5rem;
  border-radius: 10px; text-align: left; opacity: 0; width: 100%; max-width: 100%; box-sizing: border-box;
}

/* --- Stats --- */
.promo-defense-attack .stat-row {
  display: flex; gap: var(--gap-md); justify-content: space-between; align-items: flex-start;
  width: 100%; position: relative;
}
.promo-defense-attack .stat {
  color: white; text-align: center; flex: 1;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  padding: 1% 2%; border-radius: 10px;
}
.promo-defense-attack .strong-stat { opacity: 0; font-weight: bold; color: red !important; }
.promo-defense-attack .strong-stat .small-text { vertical-align: baseline; }
.promo-defense-attack .stat-caption { opacity: 0; }
.promo-defense-attack .stat-link {
  text-decoration: none; color: inherit; display: block; opacity: 0; pointer-events: none;
}
.promo-defense-attack .stat-link.visible { opacity: 1; pointer-events: auto; }
.promo-defense-attack .stat-link:hover .stat { background: rgba(255,255,255,0.1); }

/* --- AI Section --- */
.promo-defense-attack .ai-container {
  display: column; opacity: 0; transition: opacity 1s ease-in-out;
  width: 100%; box-sizing: border-box; position: relative;
}
.promo-defense-attack .ai-container.visible { opacity: 1; }
.promo-defense-attack .ai-overlay-text { margin-bottom: .3rem; color: #fff; }
.promo-defense-attack .ai-text-container {
  display: flex; align-items: flex-start; width: 100%; position: relative;
}
.promo-defense-attack .ai-text-container img {
  width: 15%; height: 100%; margin-right: 20px; object-fit: cover;
}
.promo-defense-attack .ai-text {
  color: whitesmoke; text-align: left; clip-path: inset(0 100% 0 0);
  opacity: 0; transition: opacity 1s ease-in-out;
}
.promo-defense-attack .ai-text.visible { opacity: 1; animation: revealText 2s forwards; }
.promo-defense-attack .ai-text span { display: inline-block; opacity: 0; }
.promo-defense-attack .ai-image,
.promo-defense-attack .ai-image-placeholder {
  width: 25px; height: auto; display: inline-block; margin: 0 1.5rem;
  opacity: 0; transition: opacity 1s;
}
.promo-defense-attack .ai-image-placeholder { background: transparent; }
.promo-defense-attack .ai-image { position: relative; }
.promo-defense-attack .ai-text.visible ~ .ai-image { opacity: 1; }

/* --- Fade Utilities --- */
.promo-defense-attack .fade-in { opacity: 1; }
.promo-defense-attack .fade-out { opacity: 0; }

/* --- Responsive --- */
@media (max-width: 1280px) {
  .promo-defense-attack .bullet-list-container { left: 0; }
  .promo-defense-attack .bullet-list-inner { left: 7%; }
  .promo-defense-attack .bullet-list-one-title { margin-bottom: var(--gap-lg); }
  .promo-defense-attack .ai-image,
  .promo-defense-attack .ai-image-placeholder { width: 20px; }
  .promo-defense-attack .red-circle { width: 40px; height: 40px; }
  .promo-defense-attack .ai-hazard,
  .promo-defense-attack .ai-hazard-white { width: 30px; }
  .promo-defense-attack .ai-text-container img { margin-right: 15px; }
  .promo-defense-attack .ai-bullet-defense,
  .promo-defense-attack .ai-bullet-attack { gap: 1.5rem; }
  .promo-defense-attack .ai-bullet-attack { transform: translateX(-3.3rem); }
}
@media (max-width: 768px) {
  .promo-defense-attack .promo-two-container { padding: 2rem 1rem !important; }
  .promo-defense-attack .bullet-list-inner { left: 0; }
  .promo-defense-attack .bullet-list-one-title { padding-right: 2rem; }
  .promo-defense-attack .bullet-list-two-title { padding-left: 2rem; }
  .promo-defense-attack .govern { transform: rotate(90deg) translateY(-100%) !important; }
  .promo-defense-attack .ai-image,
  .promo-defense-attack .ai-image-placeholder { width: 10px; margin: 0 .6rem; }
  .promo-defense-attack .red-circle { width: 20px; height: 20px; }
  .promo-defense-attack .ai-hazard,
  .promo-defense-attack .ai-hazard-white { width: 15px; }
  .promo-defense-attack .ai-text-container img { margin-right: 5px; margin-top: 3px !important; }
  .promo-defense-attack .stat-row {
    display: grid; grid-template-columns: repeat(2, 1fr); align-items: baseline;
  }
  .promo-defense-attack .strong-message { padding-right: 1rem !important; padding: .5rem .8rem !important; }
  .promo-defense-attack .rewrite-rules { padding-right: 1rem; }
  .promo-defense-attack .list-divider { width: 0; }
}

/* --- Animations --- */
@keyframes irisReveal {
  from { clip-path: circle(0% at center); }
  to { clip-path: circle(100% at center); }
}
@keyframes revealText {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}
@keyframes fadeInStat {
  from { opacity: 0; }
  to { opacity: 1; }
}