/* ========== Premium Exit Intent (Indent) Form ========== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap");

@keyframes indentCardIn {
  0% { opacity: 0; transform: translateY(40px) scale(0.94); filter: blur(4px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes indentFreeShine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes indentPulse {
  0%, 100% { box-shadow: 0 12px 32px rgba(122, 18, 18, 0.4), 0 0 0 0 rgba(208, 3, 4, 0.25); }
  50% { box-shadow: 0 18px 44px rgba(122, 18, 18, 0.55), 0 0 0 10px rgba(208, 3, 4, 0); }
}
@keyframes indentVeilIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes indentFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-14px) rotate(3deg); }
}
@keyframes indentFloatAlt {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(12px) rotate(-4deg); }
}
@keyframes indentSpinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes indentSpark {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.35); }
}

#ddexitpopwrapper .veil {
  display: block !important;
  background-color: transparent !important;
  background-image:
    radial-gradient(ellipse at 20% 20%, rgba(169, 28, 22, 0.35), transparent 45%),
    radial-gradient(ellipse at 80% 80%, rgba(255, 195, 40, 0.18), transparent 40%) !important;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(169, 28, 22, 0.35), transparent 45%),
    radial-gradient(ellipse at 80% 80%, rgba(255, 195, 40, 0.18), transparent 40%),
    rgba(10, 6, 6, 0.82) !important;
  backdrop-filter: blur(14px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.15) !important;
}
#ddexitpopwrapper.open .veil {
  animation: indentVeilIn 0.4s ease both;
}

.ddexitpop {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  padding: 28px 32px !important;
  height: auto !important;
  min-height: 100%;
  width: 100% !important;
  max-width: 100% !important;
  visibility: visible !important;
}

/* Card look works even if live still has OLD indent HTML (no .indent-card) */
.ddexitpop .indent_inn {
  width: 100%;
  max-width: 1320px !important;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  min-height: 420px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.97) 0%, rgba(252,246,240,0.98) 48%, rgba(255,250,245,0.96) 100%) !important;
  border: 1px solid rgba(169, 28, 22, 0.14) !important;
  border-radius: 28px !important;
  padding: 72px 70px 64px !important;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.55) inset,
    0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
  overflow: hidden;
  float: none !important;
}

/* When new markup with .indent-card is present, indent_inn is only a wrapper */
.ddexitpop .indent_inn:has(.indent-card) {
  min-height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: visible;
}

.ddexitpop .indent-card {
  position: relative;
  min-height: 420px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.97) 0%, rgba(252,246,240,0.98) 48%, rgba(255,250,245,0.96) 100%) !important;
  border: 1px solid rgba(169, 28, 22, 0.14) !important;
  border-radius: 28px !important;
  padding: 72px 70px 64px !important;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.55) inset,
    0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
  overflow: hidden;
}

#ddexitpopwrapper.open .ddexitpop .indent-card {
  animation: indentCardIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ddexitpop .indent-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ddexitpop .indent-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(169, 28, 22, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 28, 22, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
  opacity: 0.9;
}

.ddexitpop .indent-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(169, 28, 22, 0.18);
  box-shadow: 0 0 0 8px rgba(255, 195, 40, 0.05);
}
.ddexitpop .indent-ring-1 {
  width: 340px;
  height: 340px;
  top: -120px;
  left: -110px;
  animation: indentFloat 7s ease-in-out infinite;
  border-color: rgba(169, 28, 22, 0.22);
}
.ddexitpop .indent-ring-1::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 195, 40, 0.45);
}
.ddexitpop .indent-ring-2 {
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -80px;
  animation: indentFloatAlt 8s ease-in-out infinite;
  border-color: rgba(208, 3, 4, 0.2);
}
.ddexitpop .indent-ring-3 {
  width: 120px;
  height: 120px;
  top: 18%;
  right: 12%;
  border-color: rgba(255, 195, 40, 0.35);
  animation: indentSpinSlow 28s linear infinite;
}

.ddexitpop .indent-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.ddexitpop .indent-blob-1 {
  width: 280px;
  height: 280px;
  top: -80px;
  right: -40px;
  background: radial-gradient(circle, rgba(208, 3, 4, 0.16), transparent 70%);
  animation: indentFloat 9s ease-in-out infinite;
}
.ddexitpop .indent-blob-2 {
  width: 320px;
  height: 220px;
  left: -60px;
  bottom: -70px;
  background: radial-gradient(circle, rgba(255, 195, 40, 0.22), transparent 70%);
  animation: indentFloatAlt 10s ease-in-out infinite;
}
.ddexitpop .indent-blob-3 {
  width: 180px;
  height: 180px;
  left: 42%;
  top: -60px;
  background: radial-gradient(circle, rgba(169, 28, 22, 0.1), transparent 70%);
}

.ddexitpop .indent-spark {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffc328;
  box-shadow: 0 0 12px rgba(255, 195, 40, 0.8);
  animation: indentSpark 2.4s ease-in-out infinite;
}
.ddexitpop .indent-spark-1 { top: 22%; left: 8%; animation-delay: 0s; }
.ddexitpop .indent-spark-2 { top: 30%; right: 10%; animation-delay: 0.6s; background: #d00304; box-shadow: 0 0 12px rgba(208,3,4,0.7); }
.ddexitpop .indent-spark-3 { bottom: 24%; left: 18%; animation-delay: 1.1s; }
.ddexitpop .indent-spark-4 { bottom: 18%; right: 20%; animation-delay: 1.7s; background: #a91c16; }

.ddexitpop .indent-corner {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(169, 28, 22, 0.28);
}
.ddexitpop .indent-corner-tl {
  top: 22px;
  left: 22px;
  border-right: 0;
  border-bottom: 0;
  border-radius: 12px 0 0 0;
}
.ddexitpop .indent-corner-br {
  right: 22px;
  bottom: 22px;
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 12px 0;
  border-color: rgba(255, 195, 40, 0.55);
}

.ddexitpop .indent-card::before,
.ddexitpop .indent_inn:not(:has(.indent-card))::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #7a1212 0%, #d00304 35%, #ffc328 70%, #a91c16 100%);
  z-index: 2;
}

.ddexitpop .indent-card::after,
.ddexitpop .indent_inn:not(:has(.indent-card))::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 195, 40, 0.65), transparent);
  z-index: 2;
}

.ddexitpop .indent-content {
  position: relative;
  z-index: 3;
}

.ddexitpop .indent_inn h2 {
  font-family: "Playfair Display", Georgia, serif !important;
  font-weight: 700 !important;
  font-size: clamp(42px, 5.6vw, 72px) !important;
  line-height: 1.12 !important;
  text-align: center !important;
  color: #161010 !important;
  margin: 0 0 36px !important;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.ddexitpop .indent_inn h2 > span {
  color: #a91c16 !important;
  font-style: italic !important;
  display: inline !important;
  position: relative;
}

.ddexitpop .indent_inn h2 b {
  display: block !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(26px, 3.2vw, 40px) !important;
  font-weight: 600 !important;
  color: #6e1714 !important;
  margin-top: 18px !important;
  letter-spacing: -0.02em;
  max-width: 920px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ddexitpop .indent_inn h2 b span {
  background: linear-gradient(120deg, #ffc328 0%, #ffe59a 40%, #ffc328 80%, #f5b400 100%) !important;
  background-size: 220% 100% !important;
  animation: indentFreeShine 3.2s ease-in-out infinite;
  color: #1a1008 !important;
  padding: 3px 14px !important;
  border-radius: 8px !important;
  font-style: italic !important;
  line-height: 1.35 !important;
  box-shadow: 0 3px 0 rgba(169, 28, 22, 0.15), 0 8px 18px rgba(255, 195, 40, 0.35);
}

.ddexitpop .indent-pop {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.ddexitpop .indent-pop ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 !important;
  padding: 22px !important;
  list-style: none !important;
  float: none !important;
  width: 100% !important;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(169, 28, 22, 0.1);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(80, 20, 20, 0.06);
  backdrop-filter: blur(6px);
}

.ddexitpop .indent-pop ul li.ind-line {
  position: relative;
  float: none !important;
  width: auto !important;
  flex: 1 1 200px;
  padding: 0 !important;
  margin: 0 !important;
}

.ddexitpop .indent-pop ul li.ind-line.last {
  flex: 0 0 auto;
  width: auto !important;
  min-width: 230px;
}

.ddexitpop .indent-pop ul li.ind-line > i.fa {
  position: absolute !important;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #a91c16 !important;
  font-size: 15px !important;
  opacity: 0.9;
  display: inline-block !important;
  pointer-events: none;
}

.ddexitpop .indent-pop ul li.ind-line input {
  height: 64px !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1.5px solid rgba(20, 20, 20, 0.12) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  padding: 16px 18px 16px 46px !important;
  font-family: Manrope, sans-serif !important;
  font-size: 16px !important;
  color: #1a1a1a !important;
  transition: border-color .25s ease, box-shadow .25s ease, transform .2s ease;
}

.ddexitpop .indent-pop ul li.ind-line input:focus {
  outline: none !important;
  border-color: #d00304 !important;
  box-shadow: 0 0 0 5px rgba(208, 3, 4, 0.12), 0 8px 20px rgba(208, 3, 4, 0.08) !important;
  transform: translateY(-2px);
}

.ddexitpop .indent-pop ul li.ind-line input[type=submit] {
  padding: 0 34px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #e10606 0%, #a91c16 55%, #7a1212 100%) !important;
  color: #fff !important;
  font-family: Manrope, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  cursor: pointer;
  animation: indentPulse 2.8s ease-in-out infinite;
  transition: transform .2s ease, filter .2s ease;
  text-transform: none;
}

.ddexitpop .indent-pop ul li.ind-line input[type=submit]:hover {
  filter: brightness(1.08);
  transform: translateY(-3px) scale(1.03);
}

.ddexitpop .indent-pop ul li.ind-line.last > i.fa {
  display: none !important;
}

.ddexitpop div.closeexitpop {
  background: #fff !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  top: 22px !important;
  right: 22px !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  transition: transform .25s ease, background .25s ease;
  position: fixed !important;
  border: 1px solid rgba(169, 28, 22, 0.12);
}
.ddexitpop div.closeexitpop::before,
.ddexitpop div.closeexitpop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #a91c16;
  border-radius: 2px;
}
.ddexitpop div.closeexitpop::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ddexitpop div.closeexitpop::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ddexitpop div.closeexitpop:hover {
  transform: scale(1.08) rotate(90deg);
  background: #a91c16 !important;
}
.ddexitpop div.closeexitpop:hover::before,
.ddexitpop div.closeexitpop:hover::after {
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .ddexitpop {
    padding: 18px !important;
  }
  .ddexitpop .indent-card {
    padding: 48px 28px 40px;
    min-height: 0;
    border-radius: 22px;
  }
  .ddexitpop .indent_inn h2 {
    font-size: clamp(32px, 8vw, 48px) !important;
    margin-bottom: 24px !important;
  }
  .ddexitpop .indent_inn h2 b {
    font-size: clamp(20px, 5vw, 28px) !important;
  }
  .ddexitpop .indent-pop ul {
    flex-direction: column;
    padding: 16px !important;
    gap: 12px;
  }
  .ddexitpop .indent-pop ul li.ind-line,
  .ddexitpop .indent-pop ul li.ind-line.last {
    width: 100% !important;
    min-width: 0;
    flex: 1 1 auto;
  }
  .ddexitpop .indent-pop ul li.ind-line input,
  .ddexitpop .indent-pop ul li.ind-line input[type=submit] {
    width: 100% !important;
    height: 56px !important;
  }
  .ddexitpop .indent-ring-3,
  .ddexitpop .indent-spark {
    display: none;
  }
}

/* Never show indent / exit-intent form on mobile */
@media (max-width: 991px) {
  #ddexitpopwrapper,
  #ddexitpopwrapper.open,
  #ddexitpop,
  .ddexitpop {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
}