/* =========================
   PRICING PAGE (REPLACE FILE)
   Scope: #content.zt-price
   ========================= */

#content.zt-price { background: #ffffff; }

/* ---------- Typography ---------- */
#content.zt-price,
#content.zt-price .ztp-section-white{
  color: #0f172a;
  font-family: "futura-pt","Futura PT","Futura","Trebuchet MS",Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#content.zt-price h1,
#content.zt-price h2,
#content.zt-price h3,
#content.zt-price h4{
  font-family: "futura-pt","Futura PT","Futura","Trebuchet MS",Arial,sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
}

/* ---------- Layout wrapper ---------- */
#content.zt-price .ztp-wrap{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================
   HERO
   ========================= */

#content.zt-price .ztp-hero{
  padding: 180px 0 46px;
  background: linear-gradient(180deg, #fc1aff -33%, #5C0F81 30%, #37005b 51%, #13002d 90%);
  color: #fff;
  position: relative;
}

#content.zt-price .ztp-topbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 16px;
  margin-bottom: 22px;
}

#content.zt-price .ztp-title{
  margin:0;
  font-size: 34px;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

#content.zt-price .ztp-skip{
  font-size: 14px;
  opacity: .9;
  white-space: nowrap;
}
#content.zt-price .ztp-skip a{ color:#fff; text-decoration: underline; text-underline-offset: 3px; }
#content.zt-price .ztp-skip-sep{ margin: 0 10px; opacity:.7; }

#content.zt-price .ztp-hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

#content.zt-price .ztp-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 160, 0, 0.45);
  background: rgba(255, 160, 0, 0.12);
  color: #ffaa1c;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 10px 26px rgba(0,0,0,0.18),
    0 10px 24px rgba(255, 160, 0, 0.12);
}

#content.zt-price .ztp-pill-dot{
  width:10px;
  height:10px;
  border-radius: 50%;
  background: #ffa000;
  box-shadow: 0 0 12px rgba(255,160,0,0.9), 0 0 4px rgba(255,255,255,0.45);
}

#content.zt-price .ztp-hero-head{
  margin: 18px 0 14px;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

#content.zt-price .ztp-hero-sub{
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.45;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
}

#content.zt-price .ztp-hero-ctas{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Hero Buttons */
#content.zt-price .ztp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 28px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  letter-spacing:0.02em;
  border:1px solid transparent;
  transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  overflow: hidden;
  cursor:pointer;
  -webkit-tap-highlight-color: transparent;
}
#content.zt-price .ztp-btn:hover{ text-decoration:none; transform: translateY(-3px); }
#content.zt-price .ztp-btn:active{ transform: translateY(-1px); }
#content.zt-price .ztp-btn:before{
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
}

#content.zt-price .ztp-btn-primary{
  background: #ffa000;
  color:#111827;
  border: 1px solid rgba(255,255,255,0.30);
  box-shadow:
    0 14px 34px rgba(255, 160, 0, 0.42),
    0 0 0 6px rgba(255, 160, 0, 0.10);
}
#content.zt-price .ztp-btn-primary:hover{
  background: #ffb300;
  box-shadow:
    0 18px 45px rgba(255, 160, 0, 0.55),
    0 0 0 8px rgba(255, 160, 0, 0.20);
}

#content.zt-price .ztp-btn-ghost{
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.16);
}
#content.zt-price .ztp-btn-ghost:hover{
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.55);
}

#content.zt-price .ztp-hero-banner{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
#content.zt-price .ztp-hero-banner img{
  width: 100%;
}

/* =========================
   NEW MEMBER OFFER CARDS
   ========================= */

#content.zt-price .ztp-offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 50px auto -140px;
}

#content.zt-price .ztp-offer {
  border-radius: 26px;
  padding: 25px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#content.zt-price .ztp-offers .ztp-offer-sun{
  background:linear-gradient(180deg, #ffbc3d, #fea10d 50%, #ff5716);
}
#content.zt-price .ztp-offers .ztp-offer-sunless{
  background:linear-gradient(180deg, #ff77fb, #eb44ff, #9700ff);
}
#content.zt-price .ztp-offers .ztp-offer-wellness{
  background:linear-gradient(180deg, #ff82e1, #ff559e, #ff104b);
}

#content.zt-price .ztp-offer > *{ position: relative; z-index: 1; }
#content.zt-price .ztp-offer-top{ margin-bottom: 12px; }

#content.zt-price .ztp-offer-name {
  font-size: 23px;
  font-weight: 900;
  color: #111827;
}
#content.zt-price .ztp-offer-note{
  font-size: 16px;
  opacity: .9;
  margin-top: 3px;
  color: rgba(17,24,39,0.82);
}

#content.zt-price .ztp-offer-price{
  display:flex;
  align-items: baseline;
  gap: 10px;
  margin: 12px 0 14px;
}
#content.zt-price .ztp-offer-amount{
  font-size: 50px;
  font-weight: 900;
  color: #0b1020;
}
#content.zt-price .ztp-offer-term{
  font-size: 15px;
  opacity:.85;
  color: rgba(11,16,32,0.82);
}

#content.zt-price .ztp-offer .ztp-btn-block {
    width: 100%;
    border-radius: 50px;
    padding: 14px 16px;
    background: rgb(17 8 30);
    color: #ffffff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 57%), 0 0 0 6px rgba(255, 160, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
}
#content.zt-price .ztp-offer .ztp-btn-block:hover{
  transform: translateY(-3px);
  background: rgba(9, 13, 22, 0.92);
  box-shadow:
    0 24px 55px rgba(0,0,0,0.28),
    0 0 0 8px rgba(255,160,0,0.16);
}

#content.zt-price .ztp-linkbtn{
  margin-top: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  color: rgba(11,16,32,0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 16px;
  cursor:pointer;
  opacity: 0.95;
}
#content.zt-price .ztp-linkbtn:hover{ opacity: 1; }

.zt-price .ztp-more{
  margin-top: 18px;
  text-align:center;
}
.zt-price .ztp-more-text{
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .95;
}
.zt-price .ztp-more-arrow img{ width: 44px; margin-top: 8px; }

.ztp-offer-pillbox {
    background: #0000008a;
    padding: 7px 13px;
    max-width: 170px;
    display: block;
    border-radius: 20px;
    border: 1px solid #1414149e;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 14px;
    box-shadow: 0px 3px 15px #0000005e;
}
/* =========================
   STANDARD PRICING SECTION HEAD
   ========================= */
#content.zt-price #pricing.ztp-section {
  padding: 215px 0 0px;
  /*background: linear-gradient(180deg, #ffffff, #faf7ff);*/
}
#content.zt-price .ztp-section{ padding: 70px 0; }

#content.zt-price .ztp-section-head {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}

#content.zt-price .ztp-section-head h2 {
    margin: 0 0 10px;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #5c0f8c;
}

#content.zt-price .ztp-section-head p{
  margin: 0;
  font-size: 18px;
  color: #475569;
  line-height: 1.6;
}

/* =========================
   HERO MEDIA FRAME (Spray Style)
   ========================= */

#content.zt-price .ztp-media-glow{
  position: relative;
  padding: 3px;
  border-radius: 44px;
  background: linear-gradient(135deg, rgb(171 0 220) 0%, rgb(120 15 209) 52%, rgb(250 161 10) 110%);
  box-shadow: 0 55px 120px rgba(0, 0, 0, 0.45), 0 0 40px rgba(92, 15, 140, 0.35), 0 0 30px rgba(255, 160, 0, 0.18);
}

#content.zt-price .ztp-media-card {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  border: none;
  box-shadow: 0 55px 120px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.14);
}

#content.zt-price .ztp-media-card img{
  width: 100%;
  height: 365px;
  object-fit: cover;
  display: block;
}

/* =========================
   INJECTED PRICING (np_*)
   Correct styling for your existing markup
   ========================= */

#content.zt-price .ztp-injected .np_container{ margin-top: 18px;padding: 0 0 5%;margin-bottom:0px; }

/* Big outer panel */
#content.zt-price .ztp-injected .np_container_section{
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 28px;
  padding: 36px;
  margin-bottom: 26px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(15,23,42,.06);
}

/* Panel title */
#content.zt-price .ztp-injected .np_container_section > h2{
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0f172a;
}

/* 2-column layout */
#content.zt-price .ztp-injected .membership_flex{
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 26px;
  align-items: start;
}

#content.zt-price .ztp-injected .mf_left,
#content.zt-price .ztp-injected .mf_right{ min-width: 0; }

/* Left inner details “card” */
#content.zt-price .ztp-injected .np_details{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding: 0px !important;
  border-radius: 0px;
  border: none !important;
  background: #fff;
}

#content.zt-price .ztp-injected .np_pic img{
  width: 100%;
  height: auto;
  display: block;
}

#content.zt-price .ztp-injected .np_info h3{
  margin: 2px 0 10px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0f172a;
}

#content.zt-price .ztp-injected .np_info ul{
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(15,23,42,.82);
}

/* Clickable monthly/yearly cards */
#content.zt-price .ztp-injected .np_month,
#content.zt-price .ztp-injected .np_year{
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  padding: 18px;
  margin-bottom: 14px;
  box-shadow: 0 16px 40px rgba(15,23,42,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
}

#content.zt-price .ztp-injected .np_month:hover,
#content.zt-price .ztp-injected .np_year:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(15,23,42,.10);
  border-color: rgba(255,160,0,.35);
}

/* Left copy */
#content.zt-price .ztp-injected .np_left h4{
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f172a;
}

#content.zt-price .ztp-injected .np_left p{
  margin: 0;
  font-size: 15.5px;
  line-height: 1.5;
  color: rgba(15,23,42,.78);
}

/* Right column: price + button */
#content.zt-price .ztp-injected .np_right{
  text-align: right;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.zt-price .ztp-injected .np_right p{
  margin: 0;
}

.zt-price .ztp-injected .np_right p:last-child{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

#content.zt-price .ztp-injected .np_price{
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #5c0f8c;
  white-space: nowrap;
}

#content.zt-price .ztp-injected .np_icon{ display: none; }

#content.zt-price .ztp-injected .buyonline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 50px;
    background: #ffa000;
    color: #111827;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .01em;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 14px 34px rgba(255, 160, 0, .42), 0 0 0 6px rgba(255, 160, 0, .12), 0 14px 34px rgba(15, 23, 42, .10);
    border: 1px solid rgba(255, 255, 255, .30);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

#content.zt-price .ztp-injected .np_month:hover .buyonline,
#content.zt-price .ztp-injected .np_year:hover .buyonline{
  transform: translateY(-2px);
  background: #ffb300;
  box-shadow:
    0 18px 45px rgba(255,160,0,.55),
    0 0 0 8px rgba(255,160,0,.18),
    0 18px 45px rgba(15,23,42,.14);
}
.np_pic.np_detail {
    max-width: 450px;
}

/* =========================
   EXTRAS (Package / Single)
   Must look DIFFERENT (non-clickable)
   ========================= */

#content.zt-price .ztp-injected .np_extras{
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

#content.zt-price .ztp-injected .np_extra{
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15,23,42,.06);
  padding: 16px 18px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  cursor: default;
}

#content.zt-price .ztp-injected .np_extra:hover{
  transform: none;
  box-shadow: 0 12px 28px rgba(15,23,42,.05);
  border-color: rgba(15,23,42,.08);
}

#content.zt-price .ztp-injected .np_extras_left h4{
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f172a;
}

#content.zt-price .ztp-injected .np_extras_left p{
  margin: 0;
  font-size: 15.5px;
  line-height: 1.45;
  color: rgba(15,23,42,.72);
}

.zt-price .ztp-injected .np_extras_right{
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  text-align: right;
}

.zt-price .ztp-injected .np_extras_right .np_extra_price{
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #5c0f8c;
  white-space: nowrap;
}

.zt-price .ztp-injected .np_extras_right p:last-child{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  white-space: nowrap;
  margin: 0;
  letter-spacing: .01em;
  color: rgba(15, 23, 42, .70);
  background: rgba(92, 15, 140, .08);
  border: 1px solid rgba(92, 15, 140, .16);
}

#content.zt-price .ztp-injected .np_extras_right{
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

#content.zt-price .ztp-injected .np_extra_price{
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #5c0f8c;
  white-space: nowrap;
}

/* ===== Added: Learn More buttons + savings notes (injected pricing only) ===== */

#content.zt-price .ztp-injected .np_infobtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .01em;
  text-decoration: none;
  white-space: nowrap;

  background: rgba(92, 15, 140, 0.10);
  border: 1px solid rgba(92, 15, 140, 0.18);
  color: #5c0f8c;

  box-shadow: 0 12px 28px rgba(15,23,42,.06);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  margin-top: 14px;
}

#content.zt-price .ztp-injected .np_infobtn:hover{
  transform: translateY(-2px);
  background: rgba(92, 15, 140, 0.14);
  border-color: rgba(255,160,0,.28);
  box-shadow: 0 18px 45px rgba(15,23,42,.10);
}

#content.zt-price .ztp-injected .np_savings {
    margin: -2px 0 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .01em;
    color: rgba(15, 23, 42, .62);
    white-space: nowrap;
    display: block;
}


/* =========================
   DAILY SPECIALS
   Make it match spray white-section system
   ========================= */

#content.zt-price #UV.ztp-ds{
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  color: #0f172a; /* FIX: stop forcing white text on a white page */
  background:
    radial-gradient(900px 600px at 15% 10%, rgba(92,15,140,0.08), transparent 60%),
    radial-gradient(900px 600px at 85% 90%, rgba(255,160,0,0.08), transparent 62%),
    linear-gradient(180deg, #fbf9ff 0%, #ffffff 100%);
}

/* soft separators like spray split band */
#content.zt-price #UV.ztp-ds:before,
#content.zt-price #UV.ztp-ds:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(15,23,42,0.08), transparent);
  pointer-events:none;
}
#content.zt-price #UV.ztp-ds:before{ top:0; }
#content.zt-price #UV.ztp-ds:after{ bottom:0; }

/* Head */
#content.zt-price #UV .ztp-ds-head{
  display:flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

/* Pill matches hero pill language */
.ztp-ds-pill{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    border-radius: 999px;
    border: 1px solid rgb(255 160 0 / 36%);
    background: rgb(255 160 0 / 40%);
    color: #14002e;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0%), 0 7px 16px rgb(0 0 0 / 11%), 0 10px 24px rgba(255, 160, 0, 0.12);
    margin-bottom: 10px;
    width:fit-content;
}

.ztp-ds-pill-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffa000;
  box-shadow: 0 0 10px rgba(255,160,0,.50), 0 0 3px rgba(255,255,255,.18);
}

.ztp-ds-titlewrap{ max-width: 760px; }

#content.zt-price #UV .ztp-ds-title {
    margin: 0 0 10px;
    font-size: 44px;
    line-height: 1.06;
    letter-spacing: -0.04em;
    font-weight: 900;
    color: #5c0f8c;
    text-shadow: none;
}

#content.zt-price #UV .ztp-ds-sub{
  margin: 0;
  font-size: 18px;
  color: #475569;
  line-height: 1.6;
}

/* Grid */
#content.zt-price #UV .ztp-ds-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

/* Cards now become clean white panels w/ color accent */
#content.zt-price #UV .ztp-ds-card {
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    overflow: hidden;
    min-height: 100%;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(15, 23, 42, 0.03);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

#content.zt-price #UV .ztp-ds-card:hover{
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow:
    0 45px 110px rgba(92, 15, 140, 0.08),
    0 20px 60px rgba(255, 160, 0, 0.07),
    0 0 40px rgba(147, 51, 234, 0.05);
}

/* subtle wash per card type */
#content.zt-price #UV .ztp-ds-card:before{
  content:"";
  position:absolute;
  inset:-90px;
  filter: blur(28px);
  opacity: .85;
  pointer-events:none;
}
#content.zt-price #UV .ztp-ds-card-amber{
    border: 1px solid #ffa40a4a;
}

#content.zt-price #UV .ztp-ds-card-pink {
    border: 1px solid #fc2bff38;
}

#content.zt-price #UV .ztp-ds-card-fuchsia {
    border: 1px solid #ff53a545;
}

/* Top row */
#content.zt-price #UV .ztp-ds-card-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 18px 12px;
  position: relative;
  z-index: 1;
}

#content.zt-price #UV .ztp-ds-kicker{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(75,85,99,0.85);
}

/* Badge becomes clean (not dark glass) */
#content.zt-price #UV .ztp-ds-badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.70);
  color: rgba(17,24,39,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}

#content.zt-price #UV .ztp-ds-ic{
  width: 16px;
  height: 16px;
  display:inline-flex;
}
#content.zt-price #UV .ztp-ds-ic svg{
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.6;
}

/* Body */
#content.zt-price #UV .ztp-ds-body{
  padding: 0 18px 18px;
  display:flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  position: relative;
  z-index: 1;
}

#content.zt-price #UV .ztp-ds-h3{
  margin: 0;
  font-size: 24px;    /* match spray card h3 size */
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #111827;
}

#content.zt-price #UV .ztp-ds-price{
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #5c0f8c;
}

#content.zt-price #UV .ztp-ds-price span{
  font-weight: 700;
  color: rgba(75,85,99,0.85);
  margin-left: 6px;
  font-size: 14px;
}

#content.zt-price #UV .ztp-ds-text{
  margin: 0;
  font-size: 16px;   /* match spray body copy */
  line-height: 1.7;
  color: #4b5563;
}

#content.zt-price #UV .ztp-ds-list{
  margin: 0;
  padding-left: 20px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
}
#content.zt-price #UV .ztp-ds-list li{ margin: 6px 0; }

/* CTA row */
#content.zt-price #UV .ztp-ds-cta{
  margin-top: auto;
  padding-top: 10px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* CTA buttons stay branded */
/* ===== Daily Specials CTA buttons (match "Watch Spray Tan Demo" style) ===== */

#content.zt-price #UV .ztp-ds-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .01em;
  text-decoration: none;
  cursor: pointer;

  /* Demo button vibe */
  border: 1px solid rgba(255,255,255,0.34);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.12),
    0 0 0 10px rgba(255, 160, 0, 0.12);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

#content.zt-price #UV .ztp-ds-btn:hover{
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow:
    0 26px 70px rgba(15, 23, 42, 0.16),
    0 0 0 14px rgba(255, 160, 0, 0.16);
}

#content.zt-price #UV .ztp-ds-btn:active{
  transform: translateY(-1px);
}

/* Color variants keep your 3-color system but use the softer halo */
#content.zt-price #UV .ztp-ds-btn-amber{
  background: #ffa000;
  color: #111827;
  box-shadow:
    0 18px 45px rgba(255, 160, 0, 0.26),
    0 0 0 5px rgba(255, 160, 0, 0.14);
}
#content.zt-price #UV .ztp-ds-btn-amber:hover{
  filter: brightness(1.04);
  box-shadow:
    0 26px 70px rgba(255, 160, 0, 0.30),
    0 0 0 8px rgba(255, 160, 0, 0.18);
}

#content.zt-price #UV .ztp-ds-btn-pink{
  background: #fc1aff;
  color: #111827;
  box-shadow:
    0 18px 45px rgba(252, 26, 255, 0.22),
    0 0 0 5px rgba(252, 26, 255, 0.14);
}
#content.zt-price #UV .ztp-ds-btn-pink:hover{
  filter: brightness(1.04);
  box-shadow:
    0 26px 70px rgba(252, 26, 255, 0.26),
    0 0 0 8px rgba(252, 26, 255, 0.18);
}

#content.zt-price #UV .ztp-ds-btn-fuchsia{
  background: #ff409b;
  color: #111827;
  box-shadow:
    0 18px 45px rgba(255, 64, 155, 0.20),
    0 0 0 5px rgba(255, 64, 155, 0.14);
}
#content.zt-price #UV .ztp-ds-btn-fuchsia:hover{
  filter: brightness(1.04);
  box-shadow:
    0 26px 70px rgba(255, 64, 155, 0.24),
    0 0 0 8px rgba(255, 64, 155, 0.18);
}

/* keep your min-width behavior */
#content.zt-price #UV .ztp-ds-btn-amber,
#content.zt-price #UV .ztp-ds-btn-pink,
#content.zt-price #UV .ztp-ds-btn-fuchsia{
  min-width: 220px;
}


#content.zt-price #UV .ztp-ds-note{
  margin: 0;
  font-size: 12px;
  color: rgba(75,85,99,0.80);
}

/* Bottom legal */
#content.zt-price #UV .ztp-ds-legal{
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(15,23,42,0.08);
  color: #475569;
  font-size: 12.5px;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}


p.np_savings span {
    display: block;
}



/* =========================
   Popup
   ========================= */


.imgpopup {
    width: 95%;
    background: white;
    padding: 20px 20px 40px;
    position: absolute;
    top: 15%;
    max-width: 650px;
    margin: 0px auto;
    left: 0;
    right: 0;
    z-index: 1002;
    display: none;
    border-radius: 25px;
}
a.imgpopupbutton {
    margin: 20px auto;
    text-align: center;
    display: block;
    background: orange;
    width: 300px;
    padding: 10px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
}
.closeimgpopup {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ffffff;
    padding: 10px 18px;
    border-radius: 121px;
    font-weight: bold;
    font-size: 20px;
    color: #848484;
    border: 5px solid #eaeaea;
    cursor: pointer;
    box-shadow: 0px 2px 4px grey;
}
.imgpopupinner
 {
    text-align: center;
    padding: 30px;
    text-align: left;
}
.offerdescription
 {
    margin-bottom: 20px;
    font-size: 20px;
}
.offerdescription span {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: red;
}
.imgpopup h4 {
    font-size: 16px;
    font-weight: bold;
}
.membenefits {
    font-size: 14px;
}
.offerlegal {
    font-size: 10px;
}
h2.poptitle.montserrat-medium {
    color: #5c0f8c;
}







/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991px){
  #content.zt-price .ztp-hero-grid{ grid-template-columns: 1fr; }
  #content.zt-price .ztp-hero-banner{ justify-content:flex-start; }
  #content.zt-price .ztp-offers{ grid-template-columns: 1fr; margin: 40px auto 0px; }
  #content.zt-price #pricing.ztp-section { padding: 70px 0 0; }

  #content.zt-price .ztp-injected .np_container_section{ padding: 22px; }
  #content.zt-price .ztp-injected .membership_flex{ grid-template-columns: 1fr; }

  #content.zt-price .ztp-injected .np_month,
  #content.zt-price .ztp-injected .np_year{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  /* Mobile: make Learn More button full width like your Buy Online */

  #content.zt-price .ztp-injected .np_infobtn{ width: 100%; }
  #content.zt-price .ztp-injected .np_savings{ white-space: normal; margin: 5px 0px 0px 5px; }


  #content.zt-price .ztp-injected .np_right{
    align-items: stretch;
    text-align: left;
    gap: 10px;
    width: 100%;
  }

  #content.zt-price .ztp-injected .np_price{
    font-size: 30px;
    text-align: left;
  }

  #content.zt-price .ztp-injected .buyonline{
    width: 100%;
    justify-content: center;
    padding: 14px 16px;
  }

  #content.zt-price .ztp-injected .np_extra{
    grid-template-columns: 1fr;
    align-items: start;
  }

  #content.zt-price .ztp-injected .np_extras_right{
    align-items: flex-start;
    text-align: left;
  }

  #content.zt-price .ztp-hero-head{ font-size: 34px; }
  #content.zt-price .ztp-section-head h2{ font-size: 30px; }

  /* Daily Specials */
  #content.zt-price #UV.ztp-ds{ padding: 72px 0; }

  #content.zt-price #UV .ztp-ds-title{ font-size: 32px; }
  #content.zt-price #UV .ztp-ds-sub{ font-size: 16px; }

  #content.zt-price #UV .ztp-ds-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  p.np_savings span {
      display: inline-block;
      margin-left: 5px;

  }
  #content.zt-price #UV .ztp-ds-card-top{ padding: 14px 16px 10px; }
  #content.zt-price #UV .ztp-ds-body{ padding: 0 16px 16px; }

  /* CTA stacks and becomes full width */
  #content.zt-price #UV .ztp-ds-btn{ width: 100%; }
  #content.zt-price #UV .ztp-ds-cta{ align-items: stretch; }

  #content.zt-price #UV .ztp-ds-legal{
    margin-top: 22px;
    padding-top: 16px;
  }
}
