/* ═══════════════════════════════════════════════════════════
   FitnessByMaddy — Premium Program Page Components (v2)
   Adds: Guarantee box · Value-stack · Premium Final CTA · Urgency bar
   Used on: program-shred, program-12week, program-40plus, program-pcos, program-trial
   ═══════════════════════════════════════════════════════════ */

/* ─────── URGENCY BAR (top of page, below nav) ─────── */
.urgency-bar{
  position:relative;
  padding:14px 24px;
  background:linear-gradient(90deg,rgba(200,164,90,.18) 0%,rgba(200,164,90,.08) 50%,rgba(200,164,90,.18) 100%);
  border-top:1px solid rgba(200,164,90,.3);
  border-bottom:1px solid rgba(200,164,90,.3);
  text-align:center;
  font-family:'Space Mono',monospace;
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#EFE9DC;
  margin-top:72px;
  z-index:5;
}
.urgency-bar strong{color:#F0D28C;font-weight:700;}
.urgency-bar .dot{
  display:inline-block;width:8px;height:8px;border-radius:50%;
  background:#E2C07A;margin-right:8px;vertical-align:middle;
  animation:urgDot 1.8s ease-in-out infinite;
}
@keyframes urgDot{0%,100%{opacity:.45;transform:scale(1);}50%{opacity:1;transform:scale(1.25);}}

/* ─────── VALUE STACK (what you get, with $ values) ─────── */
.value-stack{
  padding:100px 28px 90px;
  background:linear-gradient(180deg,#1A1814 0%,#1F1C18 100%);
  position:relative;
}
.value-stack-inner{max-width:880px;margin:0 auto;}
.value-stack-header{text-align:center;margin-bottom:56px;}
.value-stack-header .eyebrow{
  font-family:'Space Mono',monospace;font-size:10px;letter-spacing:3px;
  color:#E2C07A;text-transform:uppercase;margin-bottom:18px;
  display:inline-flex;align-items:center;gap:12px;
}
.value-stack-header .eyebrow::before,.value-stack-header .eyebrow::after{
  content:"";width:28px;height:1px;background:#C8A45A;opacity:.5;
}
.value-stack-header h2{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(38px,5.5vw,60px);
  color:#EFE9DC;letter-spacing:1.5px;line-height:1.02;margin:0 0 12px 0;
}
.value-stack-header h2 em{
  font-family:'Cormorant Garamond',serif;font-style:italic;
  color:#E2C07A;font-weight:400;
}
.value-stack-header p{
  font-size:15px;color:rgba(239,233,220,.7);
  max-width:520px;margin:0 auto;line-height:1.7;
}

.value-list{
  display:flex;flex-direction:column;gap:0;
  background:#22201B;border:1px solid rgba(200,164,90,.22);
  border-radius:4px;overflow:hidden;
}
.value-item{
  display:grid;
  grid-template-columns:44px 1fr auto;
  align-items:center;
  gap:20px;
  padding:22px 26px;
  border-bottom:1px solid rgba(239,233,220,.06);
  transition:background .3s;
}
.value-item:last-child{border-bottom:none;}
.value-item:hover{background:rgba(200,164,90,.05);}
.value-item .v-check{
  width:36px;height:36px;border-radius:50%;
  background:linear-gradient(135deg,#C8A45A 0%,#8B6226 100%);
  display:flex;align-items:center;justify-content:center;
  color:#0F0D0B;font-size:18px;font-weight:700;
  box-shadow:0 4px 14px rgba(200,164,90,.3);
  flex-shrink:0;
}
.value-item .v-body{display:flex;flex-direction:column;gap:3px;min-width:0;}
.value-item .v-title{
  font-family:'DM Sans',sans-serif;font-size:15px;font-weight:600;
  color:#EFE9DC;line-height:1.4;
}
.value-item .v-sub{
  font-size:12px;color:rgba(239,233,220,.62);line-height:1.5;font-weight:400;
}
.value-item .v-worth{
  font-family:'Bebas Neue',sans-serif;font-size:18px;
  color:#E2C07A;letter-spacing:1px;
  white-space:nowrap;
}
.value-item .v-worth s{color:rgba(239,233,220,.45);text-decoration-color:rgba(224,81,81,.5);}

.value-total{
  margin-top:28px;padding:28px;
  background:linear-gradient(135deg,rgba(200,164,90,.22) 0%,rgba(200,164,90,.08) 100%);
  border:1px solid rgba(200,164,90,.4);border-radius:4px;
  display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:space-between;
}
.value-total-left{flex:1;min-width:200px;}
.value-total-left .tl-label{
  font-family:'Space Mono',monospace;font-size:10px;letter-spacing:2.5px;
  color:#E2C07A;text-transform:uppercase;
}
.value-total-left .tl-price{
  font-family:'Bebas Neue',sans-serif;font-size:42px;
  color:#F0D28C;line-height:1;letter-spacing:1px;margin-top:4px;
}
.value-total-left .tl-price s{
  font-size:22px;color:rgba(239,233,220,.5);
  text-decoration-color:rgba(224,81,81,.6);text-decoration-thickness:2px;
  margin-right:10px;vertical-align:middle;
}
.value-total-left .tl-sublabel{
  font-size:12px;color:rgba(239,233,220,.7);margin-top:4px;
}
.value-total-cta{
  display:inline-flex;align-items:center;gap:10px;
  padding:18px 32px;min-height:54px;
  background:linear-gradient(135deg,#C8A45A 0%,#E2C07A 100%);
  color:#0F0D0B !important;font-family:'DM Sans',sans-serif;
  font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  border-radius:3px;
  box-shadow:0 8px 24px rgba(200,164,90,.35);
  transition:all .3s;
}
.value-total-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 32px rgba(200,164,90,.5);
}
@media(max-width:600px){
  .value-stack{padding:72px 20px 60px;}
  .value-item{grid-template-columns:36px 1fr;gap:14px;padding:18px 20px;}
  .value-item .v-worth{grid-column:1/-1;justify-self:flex-end;margin-top:-4px;margin-left:50px;}
  .value-total{flex-direction:column;align-items:stretch;text-align:center;}
  .value-total-left .tl-price{font-size:36px;}
}

/* ─────── GUARANTEE BOX ─────── */
.guarantee{
  padding:90px 28px;
  background:var(--black,#1A1814);
  border-top:1px solid rgba(200,164,90,.15);
}
.guarantee-inner{max-width:780px;margin:0 auto;text-align:center;}
.guarantee-box{
  padding:52px 44px;
  background:
    radial-gradient(circle at 30% 30%,rgba(200,164,90,.15) 0%,transparent 55%),
    linear-gradient(145deg,#1F1C18 0%,#22201B 100%);
  border:2px solid rgba(200,164,90,.4);
  border-radius:6px;
  position:relative;
  box-shadow:
    0 24px 60px -20px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(200,164,90,.2);
}
.guarantee-seal{
  position:absolute;top:-36px;left:50%;transform:translateX(-50%);
  width:72px;height:72px;
  background:linear-gradient(135deg,#E2C07A 0%,#8B6226 100%);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  border:4px solid #1A1814;
  box-shadow:0 8px 24px rgba(200,164,90,.4);
  color:#0F0D0B;font-size:30px;
}
.guarantee-title{
  font-family:'Bebas Neue',sans-serif;font-size:clamp(30px,4vw,44px);
  color:#EFE9DC;letter-spacing:1.5px;line-height:1.05;margin:14px 0 18px;
}
.guarantee-title em{
  font-family:'Cormorant Garamond',serif;font-style:italic;
  color:#E2C07A;font-weight:400;
}
.guarantee-text{
  font-size:16px;color:rgba(239,233,220,.8);
  line-height:1.75;margin-bottom:28px;max-width:560px;margin-left:auto;margin-right:auto;
}
.guarantee-stats{
  display:flex;flex-wrap:wrap;justify-content:center;gap:42px;
  padding-top:30px;border-top:1px solid rgba(200,164,90,.18);
}
.guarantee-stats div{text-align:center;}
.guarantee-stats .g-num{
  font-family:'Bebas Neue',sans-serif;font-size:34px;color:#E2C07A;
  line-height:1;letter-spacing:1px;
}
.guarantee-stats .g-lbl{
  font-family:'Space Mono',monospace;font-size:10px;
  color:rgba(239,233,220,.6);letter-spacing:2px;
  text-transform:uppercase;margin-top:4px;
}
@media(max-width:600px){
  .guarantee{padding:70px 20px;}
  .guarantee-box{padding:40px 24px;}
  .guarantee-stats{gap:24px;}
  .guarantee-stats .g-num{font-size:28px;}
}

/* ─────── PREMIUM FINAL CTA (replaces generic final-cta) ─────── */
.premium-final-cta{
  position:relative;
  padding:140px 28px 120px;
  background:
    linear-gradient(135deg,rgba(26,24,20,.88) 0%,rgba(26,24,20,.95) 60%,rgba(26,24,20,1) 100%),
    url('maddy3.jpg') center/cover no-repeat;
  overflow:hidden;
  text-align:center;
}
.premium-final-cta::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(ellipse at center,rgba(200,164,90,.08) 0%,transparent 60%);
  pointer-events:none;
}
.pfc-inner{max-width:780px;margin:0 auto;position:relative;z-index:2;}
.pfc-eyebrow{
  font-family:'Space Mono',monospace;font-size:11px;letter-spacing:3px;
  color:#E2C07A;text-transform:uppercase;margin-bottom:22px;display:inline-flex;gap:14px;align-items:center;
}
.pfc-eyebrow::before,.pfc-eyebrow::after{content:"";width:32px;height:1px;background:#C8A45A;opacity:.6;}
.pfc-title{
  font-family:'Bebas Neue',sans-serif;font-size:clamp(44px,8vw,108px);
  color:#EFE9DC;letter-spacing:2px;line-height:.95;margin-bottom:28px;
  text-shadow:0 2px 32px rgba(0,0,0,.5);
}
.pfc-title em{
  font-family:'Cormorant Garamond',serif;font-style:italic;
  color:#E2C07A;font-weight:400;letter-spacing:0;
}
.pfc-sub{
  font-size:17px;color:rgba(239,233,220,.88);line-height:1.75;
  max-width:580px;margin:0 auto 40px;
  text-shadow:0 1px 14px rgba(0,0,0,.5);
}
.pfc-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:32px;}
.pfc-btn-primary{
  display:inline-flex;align-items:center;gap:12px;
  padding:20px 42px;min-height:56px;
  background:linear-gradient(135deg,#C8A45A 0%,#E2C07A 100%);
  color:#0F0D0B !important;font-family:'DM Sans',sans-serif;
  font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  border-radius:3px;
  box-shadow:0 12px 32px rgba(200,164,90,.35);
  transition:all .3s;
}
.pfc-btn-primary:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(200,164,90,.55);
  background:linear-gradient(135deg,#E2C07A 0%,#F0D28C 100%);
}
.pfc-btn-outline{
  display:inline-flex;align-items:center;gap:10px;
  padding:20px 36px;min-height:56px;
  border:1.5px solid rgba(239,233,220,.4);color:#EFE9DC;
  font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;
  letter-spacing:2px;text-transform:uppercase;border-radius:3px;
  transition:all .3s;background:rgba(26,24,20,.3);
}
.pfc-btn-outline:hover{
  border-color:#E2C07A;color:#E2C07A;
}
.pfc-micro{
  font-family:'Space Mono',monospace;font-size:11px;letter-spacing:2px;
  color:rgba(239,233,220,.55);text-transform:uppercase;
  display:inline-flex;flex-wrap:wrap;justify-content:center;gap:24px;
  padding-top:20px;border-top:1px solid rgba(200,164,90,.18);margin-top:12px;
}
.pfc-micro span::before{content:"✦  ";color:#E2C07A;}
@media(max-width:600px){
  .premium-final-cta{padding:100px 20px 90px;}
  .pfc-actions{flex-direction:column;align-items:stretch;}
  .pfc-micro{gap:12px;flex-direction:column;}
}

/* ─────── Section eyebrow (shared across new sections) ─────── */
.sec-eyebrow{
  font-family:'Space Mono',monospace;font-size:10px;letter-spacing:3px;
  color:#E2C07A;text-transform:uppercase;margin-bottom:16px;
  display:inline-flex;align-items:center;gap:12px;
}
.sec-eyebrow::before,.sec-eyebrow::after{
  content:"";width:32px;height:1px;background:#C8A45A;opacity:.5;
}

/* ─────── Hide the old generic final CTA when premium-final-cta used ─────── */
.premium-final-cta + .final-cta,
.premium-final-cta ~ .final-cta-old{display:none;}
