.elementor-21940 .elementor-element.elementor-element-86013e0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-21940 .elementor-element.elementor-element-86013e0{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-cccf011 *//* HERO LAYOUT */
.da-hero-cta {
  background: #000;
  padding: 60px 20px;
}

.da-hero-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* TEXT */
.da-hero-text {
  color: #fff;
}

.da-badge {
  display: inline-block;
  background: #ff4f9a;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 14px;
}

.da-hero-text h1 {
  font-size: 42px;
  line-height: 1.1;
  margin: 10px 0;
}

.da-hero-text p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 20px;
}

/* CTA BUTTON */
.da-buy-now {
  background: linear-gradient(135deg, #ff5ca8, #ff2f7a);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  padding: 18px 34px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0 20px 50px rgba(255, 47, 122, 0.5);
  transition: transform .15s ease, box-shadow .15s ease;
}

.da-buy-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 70px rgba(255, 47, 122, 0.7);
}

.da-hero-text small {
  display: block;
  margin-top: 12px;
  opacity: 0.8;
}

/* IMAGE */
.da-hero-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

/* Pulse on real add to cart */
.da-pulse {
  animation: pulseGlow 1s ease-in-out infinite;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 rgba(255,47,122,0.0); }
  50% { box-shadow: 0 0 25px rgba(255,47,122,0.7); }
  100% { box-shadow: 0 0 0 rgba(255,47,122,0.0); }
}

/* MOBILE */
@media (max-width: 768px) {
  .da-hero-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .da-hero-text h1 {
    font-size: 32px;
  }

  .da-buy-now {
    width: 100%;
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b6a61a *//* ===== Donna Alxia — Part 2 WOW Section ===== */
.da2{
  --bg:#07070b;
  --card:rgba(255,255,255,.06);
  --stroke:rgba(255,255,255,.12);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.78);
  --pink:#ff2f7a;
  --pink2:#ff5ca8;

  background:
    radial-gradient(900px 520px at 18% 15%, rgba(255,47,122,.18), rgba(0,0,0,0) 55%),
    radial-gradient(700px 420px at 85% 25%, rgba(255,92,168,.12), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, #05050a 0%, #0a0a12 100%);
  color:var(--text);
  padding: clamp(28px, 4vw, 70px) 18px;
  border-radius: 26px;
  overflow:hidden;
}

.da2__wrap{
  max-width: 1200px;
  margin: 0 auto;
}

.da2__head{
  text-align:center;
  margin-bottom: clamp(18px, 3vw, 34px);
}

.da2__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,47,122,.14);
  border: 1px solid rgba(255,47,122,.28);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 13px;
}

.da2__title{
  margin: 14px 0 8px;
  font-size: clamp(26px, 3.1vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.da2__lead{
  margin: 0 auto 14px;
  max-width: 850px;
  color: var(--muted);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.6;
}

.da2__ctarow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top: 14px;
}

.da2__btn{
  appearance:none;
  border:1px solid var(--stroke);
  border-radius: 16px;
  padding: 14px 18px;
  font-weight: 900;
  text-decoration:none;
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  color: var(--text);
  background: rgba(255,255,255,.06);
}

.da2__btn--primary{
  background: linear-gradient(135deg, var(--pink2), var(--pink));
  border-color: rgba(255,47,122,.35);
  color: #0a0b10;
  box-shadow: 0 18px 55px rgba(255,47,122,.28);
}

.da2__btn--ghost{
  background: rgba(255,255,255,.05);
}

.da2__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
}

.da2__btn--big{
  width:100%;
  padding: 16px 18px;
  font-size: 18px;
}

.da2__micro{
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

/* GRID */
.da2__grid{
  display:grid;
  grid-template-columns: 1fr minmax(260px, 380px) 1fr;
  gap: 18px;
  align-items: start;
}

.da2__cards{
  display:grid;
  gap: 14px;
}

.da2__card{
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 16px 16px;
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
}

.da2__card h3{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
}

.da2__card p{
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14.5px;
}

.da2__ticks{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}

.da2__ticks li{
  position:relative;
  padding-right: 22px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}

.da2__ticks li::before{
  content:"✔";
  position:absolute;
  right:0;
  top:0;
  color: rgba(255,255,255,.85);
}

.da2__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top: 10px;
}

.da2__chips span{
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.85);
}

/* CENTER FIGURE */
.da2__figure{
  margin:0;
  position:relative;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.35);
  box-shadow: 0 28px 90px rgba(0,0,0,.55);
}

.da2__figure img{
  width:100%;
  height:auto;
  display:block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: scale(1.01);
}

.da2__figure::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(500px 320px at 40% 25%, rgba(255,47,122,.18), rgba(0,0,0,0) 55%),
    linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.55) 100%);
  pointer-events:none;
}

.da2__figure figcaption{
  position:absolute;
  right:14px;
  left:14px;
  bottom:12px;
  z-index:1;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  line-height: 1.45;
  font-size: 13.5px;
}

.da2__figure figcaption strong{ font-weight: 900; }

/* Proof pills */
.da2__proof{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 8px;
}

.da2__proofItem{
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.84);
}

.da2__card--cta{
  border-color: rgba(255,47,122,.30);
  background: linear-gradient(180deg, rgba(255,47,122,.12), rgba(255,255,255,.05));
}

.da2__micro2{
  margin: 10px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 13px;
}

/* CONTENTS */
.da2__contents{
  margin-top: clamp(22px, 4vw, 46px);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: clamp(16px, 2.8vw, 28px);
}

.da2__subtitle{
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 950;
}

.da2__sublead{
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.da2__cols{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.da2__col{
  background: rgba(0,0,0,.30);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 14px;
}

.da2__col h4{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
}

.da2__col ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}

.da2__col li{
  padding-right: 18px;
  position: relative;
  color: rgba(255,255,255,.82);
  font-size: 13.5px;
  line-height: 1.5;
}

.da2__col li::before{
  content:"•";
  position:absolute;
  right:6px;
  top:0;
  color: rgba(255,255,255,.70);
}

.da2__notice{
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,47,122,.10);
  border: 1px solid rgba(255,47,122,.18);
  color: rgba(255,255,255,.86);
  line-height: 1.6;
  font-size: 13.5px;
}

.da2__finalCta{
  margin-top: 16px;
  display:grid;
  gap: 10px;
  justify-items:center;
}

/* Pulse */
.da2-pulse{ animation: da2PulseGlow 1s ease-in-out infinite; }
@keyframes da2PulseGlow{
  0%{ box-shadow: 0 0 0 rgba(255,47,122,0); }
  50%{ box-shadow: 0 0 30px rgba(255,47,122,.75); }
  100%{ box-shadow: 0 0 0 rgba(255,47,122,0); }
}

/* Responsive */
@media (max-width: 980px){
  .da2__grid{ grid-template-columns: 1fr; }
  .da2__figure{ order: 2; }
  .da2__cols{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .da2__cols{ grid-template-columns: 1fr; }
  .da2__btn{ width: 100%; }
  .da2__btn--big{ font-size: 17px; }
}/* End custom CSS */