#alertAdult.modal {
  background: rgba(5, 10, 24, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#alertAdult .modal-dialog.aag-dialog {
  max-width: 1060px !important;
  width: calc(100% - 2rem) !important;
  margin: 1rem auto !important;
}

.aag-card {
  display: grid !important;
  grid-template-columns: 44% 56%;
  border: none !important;
  border-radius: 20px !important;
  overflow: hidden;
  background: #091328;
  box-shadow:
    inset 0 0 0 1px rgba(64, 72, 93, 0.15),
    0 32px 90px rgba(0, 0, 0, 0.72);
  animation: aag-slide-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  min-height: 500px;
}

@keyframes aag-slide-in {
  from { opacity: 0; transform: scale(0.93) translateY(24px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.aag-left {
  position: relative;
  overflow: hidden;
}

.aag-left__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aag-left__overlay {
  position: absolute;
  inset: 0;
 
}

.aag-pill {
  position: absolute;
  top: 1.05rem;
  left: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 6px 16px;
  border-radius: 999px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px rgba(230, 122, 255, 0.2);
  background: rgba(124, 5, 153, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #81ecff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  z-index: 2;
}

.aag-pill__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #81ecff;
  box-shadow: 0 0 10px rgba(129, 236, 255, 0.85);
  flex-shrink: 0;
  animation: aag-pulse 2s ease-in-out infinite;
}

@keyframes aag-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.88); }
}

.aag-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 2.75rem 2.5rem 2.25rem;
  background: #091328;
}

.aag-micro {
  margin: 0;
  color: #f472b6;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.aag-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  min-width: 0;
  width: 100%;
  color: rgb(222 229 255);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 138, 165, 0.4);
}



.aag-heading-accent {
  display: block;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom right, #ff8aa5, #e67aff);
  -webkit-background-clip: text;
  background-clip: text;
}

@media (min-width: 768px) {
  .aag-heading {
    font-size: 4rem;
    line-height: 1;
  }
}

.aag-text {
  margin: 0;
  color: rgb(163 170 196);
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625;
  max-width: 28rem;
}

.aag-btn-enter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  padding: 1.1rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8aa5 0%, #e40a65 50%, #ff8aa5 100%);
  background-size: 200% auto;
  color: rgb(98, 0, 39) !important;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-transform: none;
  cursor: pointer;
  box-shadow:
    0 18px 36px rgba(228, 10, 101, 0.36),
    0 0 0 1px rgba(255, 138, 165, 0.22);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  animation: aag-shimmer 3s linear infinite;
}

@keyframes aag-shimmer {
  to { background-position: 200% center; }
}

.aag-btn-enter:hover,
.aag-btn-enter:focus {
  transform: translateY(-2px);
  filter: brightness(1.07);
  box-shadow:
    0 22px 48px rgba(228, 10, 101, 0.5),
    0 0 52px rgba(255, 138, 165, 0.28);
  outline: none;
}

.aag-btn-arrow {
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 300;
}

.aag-btn-leave {
  display: block;
  width: 100%;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  text-decoration: none !important;
  color: rgb(109, 117, 140) !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.aag-btn-leave:hover,
.aag-btn-leave:focus {
  color: rgb(163, 170, 196) !important;
  text-decoration: none !important;
}

.aag-shield {
  position: absolute;
  bottom: 1.1rem;
  right: 1.25rem;
  color: rgba(255, 138, 165, 0.22);
  display: inline-flex;
}

@media (max-width: 720px) {
  #alertAdult.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
  }

  #alertAdult .modal-dialog.aag-dialog {
    width: calc(100% - 1.25rem) !important;
    height: 80vh;
    height: 80dvh;
    max-height: 80vh !important;
    max-height: 80dvh !important;
    margin: auto !important;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  #alertAdult .modal-content.aag-card,
  .aag-card {
    flex: 1 1 auto;
    min-height: 0 !important;
    max-height: 100%;
    height: 100%;
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(0, 0.36fr) minmax(0, 0.64fr);
    overflow: hidden;
  }

  .aag-left {
    height: 100%;
    min-height: 0;
    max-height: 100%;
    aspect-ratio: unset;
  }

  .aag-left__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .aag-right {
    min-height: 0;
    overflow: hidden;
    padding: 0.85rem 1.1rem 0.75rem;
    gap: 0.65rem;
    justify-content: center;
  }

  .aag-micro {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 2px;
  }

  .aag-heading {
    font-size: clamp(1.25rem, 6.5vw, 1.65rem);
    line-height: 1.15;
  }

  .aag-text {
    font-size: 0.8125rem;
    line-height: 1.45;
    flex-shrink: 1;
    min-height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .aag-btn-enter {
    flex-shrink: 0;
    padding: 0.65rem 1rem;
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .aag-btn-arrow {
    font-size: 1.15rem;
  }

  .aag-btn-leave {
    flex-shrink: 0;
    margin-top: -0.35rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }

  .aag-shield {
    display: none;
  }
}

@media (max-width: 400px) {
  .aag-right {
    padding: 0.65rem 0.85rem 0.65rem;
    gap: 0.5rem;
  }

  .aag-text {
    -webkit-line-clamp: 4;
  }
}
