@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Be+Vietnam+Pro:wght@300;400;600;700;800&display=swap);

#ldp-frame-main-section-tam-soat-suc-khoe-toan-dien .ldp-frame-main-wrapper {
  background: radial-gradient(ellipse 80% 60% at 50% 40%, #1a6e80 0, #0d4f5c 35%, #0a3d49 65%, #062830 100%);
}

.hero-animation-wrapper {
  --cyan: #00e5ff;
  --teal: #00bcd4;
  --bg-brand: #0d4f5c;
  --bg-mid: #0a3d49;
  --bg-deep: #062830;
  --green-yellow: #c6ff00;
  --white: #ffffff;
  --glow-cyan: 0 0 20px #00e5ff88, 0 0 40px #00e5ff44;
  --glow-strong: 0 0 30px #00e5ffcc, 0 0 60px #00e5ff88;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  font-family: "Be Vietnam Pro", sans-serif;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, #1a6e80 0, #0d4f5c 35%, #0a3d49 65%, #062830 100%);
}
.hero-animation-wrapper,
.hero-animation-wrapper * {
  box-sizing: border-box;
}
.hero-animation-wrapper * {
  margin: 0;
  padding: 0;
}
.hero-animation-wrapper .title-main {
  font-family: "Be Vietnam Pro", sans-serif;
}
.hero-animation-wrapper .organ-label.highlight-label,
.hero-animation-wrapper .title-main .highlight {
  color: var(--green-yellow);
}
.hero-animation-wrapper .connector::after,
.hero-animation-wrapper .dot.active {
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
}
.hero-animation-wrapper .container {
  width: min(480px, 100%);
  max-width: 100%;
  position: relative;
  padding: 30px 20px 20px;
  margin-inline: auto;
}
.hero-animation-wrapper .stars,
.hero-animation-wrapper::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-animation-wrapper .stars {
  z-index: 0;
  overflow: hidden;
}
.hero-animation-wrapper::after {
  content: "";
  z-index: 1;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, transparent 40%, rgba(6, 28, 35, 0.45) 70%, rgba(5, 22, 28, 0.85) 100%);
}
.hero-animation-wrapper .star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(180, 240, 255, 0.9);
  border-radius: 50%;
  animation: twinkle var(--d) ease-in-out infinite alternate;
}
.hero-animation-wrapper .header,
.hero-animation-wrapper .main-area {
  position: relative;
  z-index: 10;
}
@keyframes twinkle {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 0.9;
  }
}
.hero-animation-wrapper .header {
  text-align: center;
  margin-bottom: 24px;
}
.hero-animation-wrapper .title-main {
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 0 20px #00e5ff88;
}
.hero-animation-wrapper .title-main .highlight {
  font-family: Orbitron, monospace;
  text-shadow: 0 0 15px #c6ff0099, 0 0 30px #c6ff0055;
}
.hero-animation-wrapper .subtitle {
  font-size: 13px;
  color: #a0d8ef;
  margin-top: 6px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.hero-animation-wrapper .main-area {
  height: 560px;
}
.hero-animation-wrapper .dna-wrap,
.hero-animation-wrapper .pair-row {
  position: absolute;
  display: flex;
}
.hero-animation-wrapper .dna-wrap {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scale: 1.1;
  transform-origin: center left;
}
.hero-animation-wrapper .dna-svg {
  width: 90px;
  height: 520px;
  filter: drop-shadow(0 0 12px #00e5ff) drop-shadow(0 0 24px #00e5ff88);
  animation: 3s ease-in-out infinite alternate dna-pulse;
}
@keyframes dna-pulse {
  from {
    filter: drop-shadow(0 0 10px #00e5ff) drop-shadow(0 0 20px #00e5ff66);
  }
  to {
    filter: drop-shadow(0 0 20px #00e5ff) drop-shadow(0 0 40px #00e5ffaa);
  }
}
.hero-animation-wrapper .pair-row {
  left: 0;
  right: 0;
  align-items: center;
  justify-content: space-between;
  transform: scale(0.85);
  transition: opacity 0.6s, transform 0.6s;
}
.hero-animation-wrapper .pair-row.active {
  opacity: 1;
  transform: scale(1);
  transform-origin: center center;
}
.hero-animation-wrapper .pair-row.dim {
  transform: scale(0.93);
}
.hero-animation-wrapper .pair-0 {
  top: 10px;
}
.hero-animation-wrapper .pair-1 {
  top: 118px;
}
.hero-animation-wrapper .pair-2 {
  top: 226px;
}
.hero-animation-wrapper .pair-3 {
  top: 334px;
}
.hero-animation-wrapper .pair-4 {
  top: 442px;
}
.hero-animation-wrapper .organ {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 130px;
}
.hero-animation-wrapper .organ-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid rgba(0, 229, 255, 0.4);
  background: radial-gradient(circle, rgba(10, 80, 100, 0.85) 0, rgba(6, 40, 50, 0.95) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s;
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.2), inset 0 0 15px rgba(0, 100, 180, 0.3);
}
.hero-animation-wrapper .organ-circle::after,
.hero-animation-wrapper .organ-circle::before {
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  content: "";
}
.hero-animation-wrapper .pair-row.active .organ-circle {
  border-color: var(--cyan);
  box-shadow: var(--glow-strong), inset 0 0 20px rgba(0, 180, 220, 0.4);
}
.hero-animation-wrapper .organ-circle::before {
  inset: -6px;
  border: 1.5px solid transparent;
  border-top-color: var(--cyan);
  border-right-color: var(--cyan);
  transition: opacity 0.4s;
}
.hero-animation-wrapper .pair-row.active .organ-circle::before {
  opacity: 1;
  animation: 2s linear infinite spin;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.hero-animation-wrapper .organ-circle::after {
  inset: -14px;
  border: 1px solid rgba(0, 229, 255, 0.25);
}
.hero-animation-wrapper .pair-row.active .organ-circle::after {
  opacity: 1;
  animation: 2s ease-out infinite pulse-ring;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
.hero-animation-wrapper .organ-label {
  font-size: 15px;
  font-weight: 600;
  color: rgba(160, 220, 255, 0.7);
  transition: color 0.4s, text-shadow 0.4s;
  white-space: nowrap;
  opacity: 1;
}
.hero-animation-wrapper .pair-row .organ-label {
  color: var(--cyan);
  text-shadow: 0 0 10px #00e5ff88;
}
.hero-animation-wrapper .pair-row .organ-label.highlight-label {
  color: var(--green-yellow);
  text-shadow: 0 0 10px #c6ff0088;
}
.hero-animation-wrapper .connector {
  flex: 1;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.1), rgba(0, 229, 255, 0.5), rgba(0, 229, 255, 0.1));
  position: relative;
  transition: 0.5s;
  margin: -22px 4px 0;
}
.hero-animation-wrapper .pair-row.active .connector {
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.4), rgba(198, 255, 0, 0.8), rgba(0, 229, 255, 0.4));
  box-shadow: 0 0 8px rgba(0, 229, 255, 0.6);
  animation: 1.5s ease-in-out infinite alternate connector-pulse;
}
@keyframes connector-pulse {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
.hero-animation-wrapper .connector::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
}
.hero-animation-wrapper .pair-row.active .connector::after {
  opacity: 1;
  animation: 2s ease-in-out infinite alternate travel;
}
@keyframes travel {
  from {
    left: 0;
  }
  to {
    left: calc(100% - 6px);
  }
}
.hero-animation-wrapper .price-banner {
  margin-top: 20px;
  position: relative;
  z-index: 10;
  text-align: center;
  border: 2px solid var(--cyan);
  border-radius: 12px;
  padding: 14px 20px;
  background: linear-gradient(135deg, rgba(10, 70, 90, 0.85) 0, rgba(6, 38, 50, 0.92) 100%);
  box-shadow: var(--glow-cyan), inset 0 0 30px rgba(0, 100, 180, 0.1);
  animation: 3s ease-in-out infinite alternate banner-glow;
}
@keyframes banner-glow {
  from {
    box-shadow: 0 0 20px #00e5ff66, 0 0 40px #00e5ff33, inset 0 0 20px rgba(0, 100, 180, 0.1);
  }
  to {
    box-shadow: 0 0 30px #00e5ffaa, 0 0 60px #00e5ff66, inset 0 0 30px rgba(0, 150, 220, 0.2);
  }
}
.hero-animation-wrapper .organ-icon {
  object-fit: contain;
  width: 42px;
  height: 42px;
  transition: filter 0.4s;
  filter: drop-shadow(0 0 2px rgba(0, 229, 255, 0.3));
}
.hero-animation-wrapper .pair-row.active .organ-icon {
  filter: drop-shadow(0 0 5px #00e5ff) drop-shadow(0 0 10px rgba(0, 229, 255, 0.5));
}
.hero-animation-wrapper .scan-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.4), transparent);
  animation: 4s linear infinite scan;
  pointer-events: none;
  z-index: 5;
}
@keyframes scan {
  0% {
    top: 0;
    opacity: 0;
  }
  5%,
  95% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.hero-animation-wrapper .progress-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  position: relative;
  z-index: 10;
}
.hero-animation-wrapper .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 229, 255, 0.25);
  border: 1px solid rgba(0, 229, 255, 0.4);
  transition: 0.4s;
}
.hero-animation-wrapper .dot.active {
  transform: scale(1.3);
}
.hero-animation-wrapper .corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: rgba(0, 180, 200, 0.45);
  border-style: solid;
  z-index: 10;
}
.hero-animation-wrapper .corner-tl {
  top: 4px;
  left: 4px;
  border-width: 2px 0 0 2px;
}
.hero-animation-wrapper .corner-tr {
  top: 4px;
  right: 4px;
  border-width: 2px 2px 0 0;
}
.hero-animation-wrapper .corner-bl {
  bottom: 4px;
  left: 4px;
  border-width: 0 0 2px 2px;
}
.hero-animation-wrapper .corner-br {
  bottom: 4px;
  right: 4px;
  border-width: 0 2px 2px 0;
}
.hero-animation-wrapper .shimmer-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.hero-animation-wrapper .shimmer-wrap.price-shimmer {
  border-radius: 10px;
}
.hero-animation-wrapper .shimmer-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 230, 100, 0.25) 60%, transparent 80%);
  animation: 3s ease-in-out infinite shimmer-slide;
  pointer-events: none;
  z-index: 5;
}
.hero-animation-wrapper .shimmer-wrap.price-shimmer::after {
  animation-delay: 1.5s;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.6) 50%, rgba(198, 255, 0, 0.3) 60%, transparent 80%);
}
@keyframes shimmer-slide {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
@media (max-width: 480px) {
  .hero-animation-wrapper .ldp-hero-animation {
    width: 100%;
    max-width: 100vw;
    padding: 20px 10px 16px;
  }
  .hero-animation-wrapper .ldp-hero-animation .header {
    margin-bottom: 16px;
  }
  .hero-animation-wrapper .ldp-hero-animation .main-area {
    height: 500px;
  }
  .hero-animation-wrapper .ldp-hero-animation .dna-svg {
    height: 460px;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ {
    width: 96px;
    gap: 4px;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ-circle {
    width: 54px;
    height: 54px;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ-circle::before {
    inset: -4px;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ-circle::after {
    inset: -9px;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ-icon {
    width: 34px;
    height: 34px;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ-label {
    max-width: 96px;
    font-size: 14px;
    line-height: 1.2;
    white-space: normal;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ.right .organ-label {
    text-align: right;
  }
  .hero-animation-wrapper .ldp-hero-animation .connector {
    margin: -18px 3px 0;
  }
  .hero-animation-wrapper .ldp-hero-animation .pair-0 {
    top: 8px;
  }
  .hero-animation-wrapper .ldp-hero-animation .pair-1 {
    top: 104px;
  }
  .hero-animation-wrapper .ldp-hero-animation .pair-2 {
    top: 200px;
  }
  .hero-animation-wrapper .ldp-hero-animation .pair-3 {
    top: 296px;
  }
  .hero-animation-wrapper .ldp-hero-animation .pair-4 {
    top: 392px;
  }
}
@media (max-width: 360px) {
  .hero-animation-wrapper .ldp-hero-animation {
    padding-inline: 6px;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ {
    width: 86px;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ-label {
    max-width: 86px;
    font-size: 10px;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ-circle {
    width: 50px;
    height: 50px;
  }
  .hero-animation-wrapper .ldp-hero-animation .organ-icon {
    width: 31px;
    height: 31px;
  }
}
