/* Luxury, Ultra-Premium & Vector-Enhanced CartFlows Landing Page Styling */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800;900&family=Hind+Siliguri:wght@300;400;500;600;700&family=Inter:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

:root,
.zf-scope {
  /* ========================================================
     CENTRALIZED GLOBAL COLOR PALETTE (এক জায়গায় পরিবর্তন করুন)
     ======================================================== */
  --zf-primary: #6f4e37;              /* Primary Action Accent (Coffee Brown) */
  --zf-primary-hover: #573d2b;        /* Primary Hover */
  --zf-secondary: #a9744f;            /* Warm Caramel Accent */
  --zf-gold: #c69749;                 /* Gold / Star / Price Accent */
  --zf-cta-bg: #1a1410;               /* Checkout Confirm Button BG (Brown-Black) */
  --zf-cta-hover: #3a2a1c;            /* Checkout Confirm Button Hover */
  --zf-cta-text: #ffffff;             /* Checkout Confirm Button Text */
  --zf-btn-red-bg: linear-gradient(135deg, #6f4e37 0%, #a9744f 50%, #573d2b 100%);
  --zf-btn-red-hover: linear-gradient(135deg, #573d2b 0%, #3d2a1d 100%);
  --zf-price-box-bg: linear-gradient(135deg, #160f0a 0%, #2a1f17 50%, #160f0a 100%);
  --zf-price-box-border: #c69749;
  --zf-price-sale: #e0b25e;           /* Current Price Text */
  --zf-price-reg: #a8a29e;            /* Regular Price Text */
  --zf-text-main: #1c130d;            /* Headings & Main Dark Text */
  --zf-text-muted: #6b5d52;           /* Subtitles & Descriptions */
  --zf-text-light: #9c8f83;           /* Muted / Placeholders */
  --zf-card-bg: #ffffff;              /* Card Background */
  --zf-border-color: #e5ddd5;         /* Card & Input Borders */
  --zf-border-focus: #6f4e37;         /* Input Focus Border */
  --zf-badge-bg: linear-gradient(135deg, #f3e9df 0%, #e8d5c2 100%);
  --zf-badge-color: #6f4e37;
  --zf-badge-border: #d9bfa5;
  --zf-whatsapp: #25d366;             /* WhatsApp Green */
  --zf-call: #8a5a2b;                 /* Call Button (Brown) */
  --zf-success: #10b981;              /* Success Green */
  --zf-danger: #ef4444;               /* Error Red */

  /* ---- Neutrals & surfaces ---- */
  --zf-white: #ffffff;
  --zf-black: #000000;
  --zf-text-dark: #2e211a;            /* Body / label text */
  --zf-surface: #faf7f4;              /* Page & soft panel background */
  --zf-surface-alt: #f2ece7;          /* Divider / hover surface */
  --zf-ink: #160f0a;                  /* Deep ink (price box) */
  --zf-ink-2: #2a1f17;                /* Deep ink midtone */

  /* ---- Extended accents ---- */
  --zf-primary-deep: #3d2a1d;
  --zf-orange-deep: #8a5a2b;
  --zf-teal: #a9744f;
  --zf-sky: #8a5a2b;
  --zf-violet: #6f4e37;
  --zf-green-deep: #059669;
  --zf-pink: #b07a4e;
  --zf-pink-deep: #7b4b27;
  --zf-badge-bg-1: #f3e9df;
  --zf-badge-bg-2: #e8d5c2;

  /* ---- RGB channels (used inside rgba() shadows & overlays) ---- */
  --zf-primary-rgb: 111, 78, 55;
  --zf-secondary-rgb: 169, 116, 79;
  --zf-success-rgb: 16, 185, 129;
  --zf-border-focus-rgb: 111, 78, 55;
  --zf-ink-rgb: 22, 15, 10;
  --zf-text-main-rgb: 28, 19, 13;
  --zf-gold-rgb: 198, 151, 73;

  /* ---- Layout / shape tokens ---- */
  --zf-container-width: 980px;
  --zf-radius-sm: 6px;
  --zf-radius: 12px;
  --zf-radius-lg: 18px;
  --zf-radius-pill: 50px;
  --zf-font-heading: 'Baloo Da 2', 'Hind Siliguri', sans-serif;
  --zf-font-body: 'Hind Siliguri', 'Plus Jakarta Sans', sans-serif;
  --zf-font-num: 'Inter', sans-serif;
}

.zf-scope * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.zf-scope {
  font-family: var(--zf-font-body);
  color: var(--zf-text-main);
  background-color: var(--zf-surface, #f8fafc);
  line-height: 1.6;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}/* =======================================================
   BACKGROUND VECTORS & CLIPPING PATHS
   ======================================================= */


.zf-scope .bg-ambient-vectors {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.zf-scope .vector-shape-1 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(var(--zf-primary-rgb, 255, 0, 84), 0.12) 0%, rgba(var(--zf-secondary-rgb, 255, 84, 0), 0.05) 50%, transparent 70%);
  border-radius: 50%;
  filter: blur(50px);
}

.zf-scope .vector-shape-2 {
  position: absolute;
  top: 30%;
  left: -120px;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(0, 187, 249, 0.1) 0%, rgba(114, 9, 183, 0.05) 50%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
}

.zf-scope .vector-shape-3 {
  position: absolute;
  bottom: 10%;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 189, 0, 0.1) 0%, rgba(var(--zf-primary-rgb, 255, 0, 84), 0.05) 60%, transparent 80%);
  border-radius: 50%;
  filter: blur(60px);
}/* Geometric Clip Paths */


.zf-scope .clip-diagonal {
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
}

.zf-scope .clip-curve-top {
  position: relative;
}

.zf-scope .clip-curve-top::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 40px;
  background: inherit;
  clip-path: ellipse(55% 100% at 50% 100%);
}/* Background Luxury Dot Grid */


.zf-scope .bg-grid-pattern {
  background-image: radial-gradient(rgba(var(--zf-text-main-rgb, 15, 23, 42), 0.06) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}/* =======================================================
   ANIMATIONS & KEYFRAMES
   ======================================================= */


@keyframes flame-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--zf-primary-rgb, 255, 0, 84), 0.7), 0 8px 25px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(var(--zf-secondary-rgb, 255, 84, 0), 0), 0 14px 30px rgba(var(--zf-secondary-rgb, 255, 84, 0), 0.6);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--zf-primary-rgb, 255, 0, 84), 0.7), 0 8px 25px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.4);
    transform: scale(1);
  }
}

@keyframes cta-shake {
  0%, 100% { transform: rotate(0deg) scale(1); }
  2% { transform: rotate(-2.5deg) scale(1.02); }
  4% { transform: rotate(2.5deg) scale(1.02); }
  6% { transform: rotate(-2.5deg) scale(1.02); }
  8% { transform: rotate(2.5deg) scale(1.02); }
  10% { transform: rotate(0deg) scale(1); }
}

@keyframes float-badge {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(1.5deg); }
}

@keyframes light-sweep {
  0% { transform: translateX(-150%) skewX(-25deg); }
  100% { transform: translateX(250%) skewX(-25deg); }
}

.zf-scope .anim-flame-pulse {
  animation: flame-pulse 2.2s infinite ease-in-out;
}

.zf-scope .anim-shake {
  animation: cta-shake 5s infinite ease-in-out;
}

.zf-scope .anim-float {
  animation: float-badge 3s infinite ease-in-out;
}

.zf-scope .shine-container {
  position: relative;
  overflow: hidden;
}

.zf-scope .shine-container::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  transform: translateX(-150%) skewX(-25deg);
  animation: light-sweep 4.5s infinite;
  pointer-events: none;
}/* =======================================================
   CONTAINER & LAYOUT
   ======================================================= */


.zf-scope .zf-container {
  max-width: var(--zf-container-width, 980px);
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.zf-scope .text-center { text-align: center; }
.zf-scope .my-4 { margin-top: 20px; margin-bottom: 20px; }
.zf-scope .my-6 { margin-top: 30px; margin-bottom: 30px; }
.zf-scope .py-6 { padding-top: 40px; padding-bottom: 40px; }
.zf-scope .py-8 { padding-top: 55px; padding-bottom: 55px; }
.zf-scope .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.zf-scope .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

@media (max-width: 767px) {
  .zf-scope .grid-2, .zf-scope .grid-4 { grid-template-columns: 1fr; }
}/* =======================================================
   VIBRANT BUTTONS & CTA
   ======================================================= */


.zf-scope .btn-elementor-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--zf-primary, #ff0054) 0%, var(--zf-secondary, #ff5400) 50%, var(--zf-primary-hover, #d90429) 100%);
  color: var(--zf-white, #ffffff) !important;
  font-weight: 900;
  font-size: 19px;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid var(--zf-badge-bg-1, #ffe5ec);
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.4);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: 0.4px;
}

.zf-scope .btn-elementor-red:hover {
  background: linear-gradient(135deg, var(--zf-primary-hover, #d90429) 0%, var(--zf-primary-deep, #990024) 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 40px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.6);
}

.zf-scope .btn-elementor-red:active {
  transform: translateY(0);
}

/* Slider Navigation Arrow Buttons */
.zf-scope .slider-nav-btn,
.zf-scope #hero-slide-prev,
.zf-scope #hero-slide-next,
.zf-scope #quality-slide-prev,
.zf-scope #quality-slide-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid var(--zf-surface-alt, #f1f5f9) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  color: var(--zf-primary, #ff0054) !important;
  font-size: 18px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
  z-index: 25 !important;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.zf-scope #hero-slide-prev,
.zf-scope #quality-slide-prev,
.zf-scope .slider-nav-btn.prev-btn {
  left: 14px !important;
  right: auto !important;
}

.zf-scope #hero-slide-next,
.zf-scope #quality-slide-next,
.zf-scope .slider-nav-btn.next-btn {
  right: 14px !important;
  left: auto !important;
}

.zf-scope .slider-nav-btn:hover,
.zf-scope #hero-slide-prev:hover,
.zf-scope #hero-slide-next:hover,
.zf-scope #quality-slide-prev:hover,
.zf-scope #quality-slide-next:hover {
  background: var(--zf-primary, #ff0054) !important;
  color: var(--zf-white, #ffffff) !important;
  border-color: var(--zf-primary, #ff0054) !important;
  transform: translateY(-50%) scale(1.1) !important;
  box-shadow: 0 8px 25px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.45) !important;
}

.zf-scope .slider-nav-btn:active,
.zf-scope #hero-slide-prev:active,
.zf-scope #hero-slide-next:active,
.zf-scope #quality-slide-prev:active,
.zf-scope #quality-slide-next:active {
  transform: translateY(-50%) scale(0.95) !important;
}

.zf-scope .slider-nav-btn i,
.zf-scope #hero-slide-prev i,
.zf-scope #hero-slide-next i,
.zf-scope #quality-slide-prev i,
.zf-scope #quality-slide-next i {
  font-size: 18px !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: auto !important;
  height: auto !important;
}

/* Headings */
.zf-scope .zf-heading {
  font-family: var(--zf-font-heading);
  font-weight: 900;
  color: var(--zf-text-main, #0f172a);
}/* Section Title Pill Badge */


.zf-scope .section-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 900;
  margin-bottom: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}/* 4 Model Cards with Floating Vectors */


.zf-scope .model-box {
  background: var(--zf-white, #ffffff);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--zf-border-color, #e2e8f0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  position: relative;
}

.zf-scope .model-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border-color: var(--zf-price-reg, #cbd5e1);
}

.zf-scope .model-box .model-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  color: var(--zf-white, #fff);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.4);
}

.zf-scope .model-box h3 {
  font-size: 16.5px;
  font-weight: 800;
  padding: 12px 10px;
  background: var(--zf-white, #ffffff);
  color: var(--zf-text-main, #0f172a);
  border-top: 1px solid var(--zf-surface-alt, #f1f5f9);
}

.zf-scope .model-box img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.zf-scope .model-box:hover img {
  transform: scale(1.03);
}

/* Feature List (Clean Unified Container) */
.zf-scope .why-choose-single-container {
  background: var(--zf-white, #ffffff);
  border: 1px solid var(--zf-border-color, #e2e8f0);
  border-radius: 12px;
  padding: 8px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  align-items: stretch;
}

.zf-scope .why-choose-row-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 4px;
  border-bottom: 1px solid var(--zf-surface-alt, #f1f5f9);
  transition: all 0.2s ease;
}

.zf-scope .why-choose-row-item:nth-last-child(-n+2) {
  border-bottom: none;
}

.zf-scope .why-choose-row-item:hover {
  transform: translateX(3px);
}

.zf-scope .why-choose-row-item .colorful-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  color: var(--zf-white, #ffffff);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.zf-scope .why-choose-row-item .feature-text {
  font-weight: 600;
  color: var(--zf-text-main, #0f172a);
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
}

.zf-scope .colorful-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--zf-white, #ffffff);
  border: 1px solid var(--zf-border-color, #e2e8f0);
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--zf-text-main, #0f172a);
  font-size: 14.5px;
  transition: all 0.2s ease;
}

.zf-scope .colorful-feature-item:hover {
  transform: translateX(4px);
  border-color: var(--zf-price-reg, #cbd5e1);
}

.zf-scope .colorful-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  color: var(--zf-white, #ffffff);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Perks Cards (Clean Minimalist List) */
.zf-scope .perk-card-vibrant {
  border-radius: 10px;
  padding: 12px 16px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  border: 1px solid var(--zf-border-color, #e2e8f0);
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.zf-scope .perk-card-vibrant:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.zf-scope .perk-card-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.zf-scope .perk-card-right {
  flex: 1;
  min-width: 0;
}

.zf-scope .perk-card-1 {
  background: #fffdf5;
  border: 1px solid #e8d5c2;
}
.zf-scope .perk-card-1 .perk-icon {
  background: linear-gradient(135deg, var(--zf-secondary, #a9744f), var(--zf-orange-deep, #8a5a2b));
  color: var(--zf-white, #fff);
}

.zf-scope .perk-card-2 {
  background: var(--zf-surface, #faf7f4);
  border: 1px solid #e0cdb8;
}
.zf-scope .perk-card-2 .perk-icon {
  background: linear-gradient(135deg, var(--zf-sky, #8a5a2b), var(--zf-call, #6f4e37));
  color: var(--zf-white, #fff);
}

.zf-scope .perk-card-3 {
  background: #faf6f0;
  border: 1px solid #dcc7ad;
}
.zf-scope .perk-card-3 .perk-icon {
  background: linear-gradient(135deg, var(--zf-gold, #c69749), var(--zf-orange-deep, #8a5a2b));
  color: var(--zf-white, #fff);
}

.zf-scope .perk-card-4 {
  background: linear-gradient(135deg, #faf3ea 0%, #f0e0cc 100%);
  border: 2px solid var(--zf-primary, #6f4e37);
}
.zf-scope .perk-card-4 .perk-icon {
  background: linear-gradient(135deg, var(--zf-primary, #6f4e37), var(--zf-pink-deep, #7b4b27));
  color: var(--zf-white, #fff);
}

.zf-scope .perk-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  margin: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.zf-scope .perk-card-vibrant h4,
.zf-scope .perk-card-vibrant .perk-title {
  font-size: 15.5px;
  font-weight: 800;
  margin-bottom: 3px;
  line-height: 1.25;
  color: var(--zf-text-main, #0f172a);
}

.zf-scope .perk-card-vibrant p,
.zf-scope .perk-card-vibrant .perk-desc {
  font-size: 12.5px;
  color: var(--zf-text-dark, #334155);
  line-height: 1.45;
  font-weight: 600;
}/* FAQ Accordion */


.zf-scope .accordion-wrapper .accordion-item {
  border: 2px solid var(--zf-border-color, #e2e8f0);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--zf-white, #ffffff);
  transition: all 0.3s;
}

.zf-scope .accordion-wrapper .accordion-item.active {
  border-color: var(--zf-primary, #ff0054);
  box-shadow: 0 6px 20px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.15);
}

.zf-scope .accordion-header {
  padding: 18px 22px;
  background: var(--zf-white, #ffffff);
  font-weight: 800;
  font-size: 17.5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  color: var(--zf-text-main, #0f172a);
}

.zf-scope .accordion-header:hover {
  background: #fff5f5;
}

.zf-scope .accordion-body {
  padding: 0 22px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease-out;
  background: #fffafa;
  color: var(--zf-text-dark, #334155);
  font-size: 15.5px;
  line-height: 1.7;
}

.zf-scope .accordion-item.active .accordion-body {
  padding: 18px 22px;
  max-height: 300px;
  border-top: 2px solid #ffe4e6;
}

.zf-scope .accordion-item.active .accordion-header i {
  transform: rotate(180deg);
  color: var(--zf-primary, #ff0054);
}
/* =======================================================
   CLEAN & GORGEOUS CHECKOUT STYLING (MINIMALIST & SLEEK)
   ======================================================= */

.zf-scope .zf-checkout-section {
  padding-top: 24px !important;
  padding-bottom: 36px !important;
}

.zf-scope .zf-checkout-container {
  max-width: var(--zf-container-width, 980px);
  margin: 0 auto;
  padding: 0 16px;
}

.zf-scope .wcf-embed-checkout-form {
  background: transparent;
  border-radius: 8px;
  padding: 0;
  box-shadow: none;
  border: none;
  position: relative;
}

/* Header & Badges */
.zf-scope .zf-checkout-main-title {
  font-size: 24px !important;
  font-weight: 800;
  color: var(--zf-text-main, #0f172a);
  margin-top: 6px !important;
  margin-bottom: 4px !important;
  font-family: var(--zf-font-heading);
}

.zf-scope .zf-checkout-subtitle {
  font-size: 14px !important;
  color: var(--zf-text-muted, #64748b);
  margin-top: 2px !important;
  margin-bottom: 16px !important;
}

/* Product Selection Cards (আপনার প্রোডাক্ট) */
.zf-scope .wcf-product-option-wrap h3#your_products_heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--zf-text-main, #0f172a);
  margin-bottom: 12px;
  border-bottom: none;
  display: block;
  font-family: var(--zf-font-heading);
}

.zf-scope .wcf-product-option-wrap h3#your_products_heading i {
  display: none;
}

.zf-scope .wcf-qty-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.zf-scope .wcf-qty-options.wcf-grid-2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.zf-scope .wcf-qty-options.wcf-grid-3-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 768px) {
  .zf-scope .wcf-qty-options.wcf-grid-2-col,
  .zf-scope .wcf-qty-options.wcf-grid-3-col {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.zf-scope .wcf-qty-row {
  border: 1px solid var(--zf-border-color, #e2e8f0);
  border-radius: 6px;
  padding: 12px 14px;
  background: var(--zf-white, #ffffff);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.zf-scope .wcf-qty-row:hover {
  border-color: var(--zf-price-reg, #cbd5e1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.zf-scope .wcf-qty-row.wcf-selected-product {
  border-color: var(--zf-text-light, #94a3b8);
  background: var(--zf-white, #ffffff);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.zf-scope .wcf-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.zf-scope .wcf-item-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.zf-scope .wcf-item-selector input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: var(--zf-text-main, #0f172a);
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
}

.zf-scope .wcf-item-image img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--zf-surface-alt, #f1f5f9);
  display: block;
  flex-shrink: 0;
}

.zf-scope .wcf-item-details {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
}

.zf-scope .wcf-item-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--zf-text-dark, #1e293b);
  line-height: 1.35;
  white-space: normal;
  word-break: break-word;
}

.zf-scope .wcf-item-price-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.zf-scope .wcf-item-regular {
  font-size: 12px;
  color: var(--zf-text-light, #94a3b8);
  text-decoration: line-through;
  font-family: var(--zf-font-num);
}

.zf-scope .wcf-item-price {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--zf-text-main, #0f172a);
  font-family: var(--zf-font-num);
}

.zf-scope .wcf-item-badge {
  display: none;
}

.zf-scope .wcf-qty-selection-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--zf-price-reg, #cbd5e1);
  border-radius: 4px;
  overflow: hidden;
  background: var(--zf-white, #ffffff);
  height: 26px;
}

.zf-scope .wcf-qty-btn {
  width: 24px;
  height: 24px;
  background: var(--zf-white, #ffffff);
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  color: var(--zf-border-focus, #475569);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.15s ease;
}

.zf-scope .wcf-qty-btn:hover {
  background: var(--zf-surface-alt, #f1f5f9);
  color: var(--zf-text-main, #0f172a);
}

.zf-scope .wcf-qty-selection {
  width: 28px;
  height: 24px;
  text-align: center;
  border: none;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--zf-font-num);
  color: var(--zf-text-main, #0f172a);
}

/* 2-Column Desktop Grid Layout */
.zf-scope .wcf-form-columns {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: start;
  margin-top: 10px;
}

@media (max-width: 820px) {
  .zf-scope .wcf-form-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.zf-scope .wcf-col-1 h3,
.zf-scope .wcf-customer-info-title,
.zf-scope .wcf-shipping-methods-title,
.zf-scope #order_review_heading {
  font-size: 17px;
  font-weight: 700;
  color: var(--zf-text-main, #0f172a);
  margin-bottom: 14px;
  padding-bottom: 0;
  border-bottom: none;
  display: block;
}

.zf-scope .wcf-col-1 h3 i,
.zf-scope .wcf-shipping-methods-title i,
.zf-scope #order_review_heading i {
  display: none;
}

/* Clean Minimal Form Inputs */
.zf-scope .form-row {
  margin-bottom: 12px;
}

.zf-scope .form-row label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--zf-text-dark, #1e293b);
  margin-bottom: 5px;
}

.zf-scope .form-row label .required {
  color: var(--zf-danger, #ef4444);
  font-weight: 700;
  margin-left: 2px;
}

.zf-scope .form-row input[type="text"],
.zf-scope .form-row input[type="tel"],
.zf-scope .form-row input[type="email"],
.zf-scope .form-row textarea,
.zf-scope select#billing_shoes-size,
.zf-scope select#billing_color,
.zf-scope select#billing_custom_attr,
.zf-scope .wcf-attr-field select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--zf-price-reg, #cbd5e1);
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: var(--zf-white, #ffffff);
  min-height: 40px;
  color: var(--zf-text-main, #0f172a);
}

.zf-scope .form-row input::placeholder,
.zf-scope .form-row textarea::placeholder {
  color: var(--zf-text-light, #94a3b8);
  font-size: 13.5px;
}

.zf-scope .form-row textarea {
  min-height: 56px;
  resize: vertical;
}

.zf-scope .form-row input:focus,
.zf-scope .form-row textarea:focus,
.zf-scope .wcf-attr-field select:focus {
  border-color: var(--zf-border-focus, #475569);
  box-shadow: 0 0 0 2px rgba(var(--zf-border-focus-rgb, 71, 85, 105), 0.12);
}

/* Vertical Size & Attribute Radios (Matching Screenshot) */
.zf-scope .wcf-size-radios {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}

.zf-scope .wcf-size-radios label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: var(--zf-text-dark, #1e293b);
  margin: 0;
  background: transparent;
  border: none;
  padding: 2px 0;
}

.zf-scope .wcf-size-radios input[type="radio"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  accent-color: var(--zf-text-main, #0f172a);
  margin: 0;
  cursor: pointer;
}

/* Color Swatches Attribute */
.zf-scope .wcf-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.zf-scope .wcf-color-item {
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid var(--zf-price-reg, #cbd5e1);
  border-radius: 4px;
  cursor: pointer;
  background: var(--zf-white, #ffffff);
  color: var(--zf-text-dark, #1e293b);
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s ease;
  user-select: none;
}

.zf-scope .wcf-color-item:hover,
.zf-scope .wcf-color-item.checked,
.zf-scope .wcf-color-item:has(input:checked) {
  border-color: var(--zf-text-main, #0f172a);
  background: var(--zf-surface, #f8fafc);
  color: var(--zf-text-main, #0f172a);
}

.zf-scope .wcf-color-item .wcf-swatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex: 0 0 auto;
}

.zf-scope .wcf-color-item input[type="radio"] {
  width: 14px;
  height: 14px;
  accent-color: var(--zf-text-main, #0f172a);
  margin: 0;
  cursor: pointer;
}

/* Clean Shipping Methods */
.zf-scope .woocommerce-shipping-methods {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 16px 0 !important;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--zf-border-color, #e2e8f0);
  border-radius: 6px;
  overflow: hidden;
}

.zf-scope .woocommerce-shipping-methods li,
.zf-scope .wcf-shipping-method-item {
  padding: 10px 14px !important;
  border: none !important;
  border-bottom: 1px solid var(--zf-surface-alt, #f1f5f9) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: transparent !important;
  cursor: pointer !important;
  font-size: 13.5px !important;
  transition: background 0.15s ease;
  box-shadow: none !important;
}

/* Delivery-charge box now sits under the billing form in the left column */
.zf-scope .wcf-col-1 .wcf-shipping-methods-wrapper {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--zf-border-color, #e2e8f0);
}

.zf-scope .woocommerce-shipping-methods li:last-child {
  border-bottom: none !important;
}

.zf-scope .woocommerce-shipping-methods li:hover,
.zf-scope .wcf-shipping-method-item:hover {
  background: var(--zf-surface, #f8fafc) !important;
}

.zf-scope .woocommerce-shipping-methods li:has(input:checked),
.zf-scope .wcf-shipping-method-item.wcf-selected-shipping {
  background: var(--zf-surface, #f8fafc) !important;
}

.zf-scope .woocommerce-shipping-methods input[type="radio"] {
  accent-color: var(--zf-text-main, #0f172a);
  width: 16px;
  height: 16px;
  margin: 0 !important;
  flex-shrink: 0;
  cursor: pointer;
}

.zf-scope .woocommerce-shipping-methods label {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--zf-text-dark, #1e293b) !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.zf-scope .wcf-shipping-name {
  color: var(--zf-text-dark, #1e293b);
}

.zf-scope .wcf-shipping-cost {
  color: var(--zf-text-main, #0f172a) !important;
  font-weight: 600 !important;
  font-family: var(--zf-font-num) !important;
  margin-left: 8px;
  white-space: nowrap;
}

/* Clean Order Summary Table */
.zf-scope .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  background: transparent;
  border: none;
}

/* 10px inner padding on the order-review summary table */
.zf-scope .woocommerce-checkout-review-order-table {
  padding: 10px;
  box-sizing: border-box;
}

.zf-scope .shop_table th,
.zf-scope .shop_table td {
  padding: 8px 0;
  font-size: 13.5px;
  border: none;
}

.zf-scope .shop_table thead th {
  background: transparent;
  font-weight: 600;
  color: var(--zf-border-focus, #475569);
  padding: 6px 0 10px;
  font-size: 13.5px;
  border-bottom: 1px solid var(--zf-border-color, #e2e8f0);
}

.zf-scope .shop_table tbody td {
  padding: 12px 0;
  border-bottom: 1px solid var(--zf-surface-alt, #f1f5f9);
  color: var(--zf-text-dark, #1e293b);
}

.zf-scope .shop_table tfoot tr.cart-subtotal th,
.zf-scope .shop_table tfoot tr.cart-subtotal td {
  border-top: 1px solid var(--zf-border-color, #e2e8f0);
  color: var(--zf-border-focus, #475569);
  font-size: 13.5px;
  padding: 10px 0;
}

.zf-scope .shop_table tfoot tr.order-total th,
.zf-scope .shop_table tfoot tr.order-total td {
  font-size: 16px !important;
  font-weight: 800;
  color: var(--zf-text-main, #0f172a);
  background: transparent;
  padding: 12px 0;
  border-top: 1px dashed var(--zf-price-reg, #cbd5e1);
  border-bottom: none;
}

/* Clean Payment Gateway Box */
.zf-scope .woocommerce-checkout-payment {
  background: var(--zf-surface, #f8fafc);
  border: 1px solid var(--zf-border-color, #e2e8f0);
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 12px;
}

.zf-scope .woocommerce-checkout-payment ul,
.zf-scope .woocommerce-checkout-payment ul.wc_payment_methods,
.zf-scope .woocommerce-checkout-payment ul.payment_methods,
.zf-scope ul.wc_payment_methods,
.zf-scope ul.payment_methods {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.zf-scope .wc_payment_methods li,
.zf-scope .wc_payment_method,
.zf-scope .woocommerce-checkout-payment li {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
}

.zf-scope .wc_payment_method input[type="radio"] {
  accent-color: var(--zf-text-main, #0f172a);
  width: 15px;
  height: 15px;
  margin: 0 6px 0 0;
}

.zf-scope .wc_payment_method label {
  font-size: 14px;
  font-weight: 700;
  color: var(--zf-text-main, #0f172a);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zf-scope .wc_payment_method label i {
  display: none;
}

.zf-scope .payment_box {
  margin-top: 8px;
  padding: 10px 14px;
  font-size: 13px;
  border-radius: 4px;
  background: var(--zf-surface-alt, #edf2f7);
  border: none;
  color: var(--zf-border-focus, #475569);
  line-height: 1.45;
}

.zf-scope .payment_box p i {
  display: none;
}

/* Privacy Text */
.zf-scope .woocommerce-privacy-policy-text {
  font-size: 11px;
  color: var(--zf-text-muted, #64748b);
  margin-top: 10px;
  margin-bottom: 12px;
  line-height: 1.45;
}

/* Sleek Premium Black Place Order Button */
.zf-scope #place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--zf-black, #000000);
  color: var(--zf-white, #ffffff);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, transform 0.15s ease;
  font-family: inherit;
  margin-top: 6px;
}

.zf-scope #place_order:hover {
  background: var(--zf-text-dark, #1e293b);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}/* =======================================================
   STICKY BOTTOM FLOATING BAR (PRICE & ORDER BUTTON)
   ======================================================= */


.zf-scope .sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 2px solid rgba(var(--zf-primary-rgb, 255, 0, 84), 0.25);
  padding: 12px 18px;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.4s ease;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.zf-scope .sticky-bottom-bar.hide-on-checkout,
.zf-scope .sticky-bottom-bar.zf-hidden {
  transform: translateY(130%) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.zf-scope .sticky-bar-container {
  max-width: var(--zf-container-width, 980px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.zf-scope .sticky-price-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.zf-scope .sticky-prod-thumb {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid var(--zf-primary, #ff0054);
}

.zf-scope .sticky-price-text {
  display: flex;
  flex-direction: column;
}

.zf-scope .sticky-price-text .offer-label {
  font-size: 12px;
  font-weight: 800;
  color: var(--zf-orange-deep, #ea580c);
  line-height: 1;
}

.zf-scope .sticky-price-text .main-price {
  font-size: 22px;
  font-weight: 900;
  color: var(--zf-primary, #ff0054);
  font-family: var(--zf-font-num);
  line-height: 1.1;
}

.zf-scope .sticky-price-text .regular-price {
  font-size: 13px;
  color: var(--zf-text-light, #94a3b8);
  text-decoration: line-through;
  font-family: var(--zf-font-num);
  margin-left: 6px;
}

.zf-scope .sticky-actions-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zf-scope .sticky-wa-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zf-teal, #00f5d4) 0%, var(--zf-green-deep, #059669) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zf-text-main, #0f172a);
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(var(--zf-success-rgb, 16, 185, 129), 0.4);
  transition: transform 0.2s;
  flex-shrink: 0;
}

.zf-scope .sticky-wa-btn:hover {
  transform: scale(1.1);
}

.zf-scope .sticky-order-btn {
  background: linear-gradient(135deg, var(--zf-primary, #ff0054) 0%, var(--zf-secondary, #ff5400) 50%, var(--zf-primary-hover, #d90429) 100%);
  color: var(--zf-white, #ffffff) !important;
  font-size: 17px;
  font-weight: 900;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.45);
  transition: all 0.25s;
  white-space: nowrap;
}

.zf-scope .sticky-order-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 25px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.6);
}

@media (max-width: 580px) {
  .zf-scope .sticky-prod-thumb {
    display: none;
  }
  .zf-scope .sticky-order-btn {
    padding: 10px 20px;
    font-size: 15px;
  }
  .zf-scope .sticky-price-text .main-price {
    font-size: 19px;
  }
}/* Modal Popup */


.zf-scope .order-modal {
  position: fixed;
  inset: 0;
  background: rgba(var(--zf-ink-rgb, 9, 13, 22), 0.82);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.zf-scope .order-modal.active {
  opacity: 1;
  visibility: visible;
}

.zf-scope .order-modal-content {
  background: var(--zf-white, #ffffff);
  border-radius: 24px;
  max-width: 490px;
  width: 100%;
  padding: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  transform: translateY(25px);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 4px solid var(--zf-success, #10b981);
}

.zf-scope .order-modal.active .order-modal-content {
  transform: translateY(0);
}/* ============================================================
   Funnel Order Bump (fke-order-bump)
   A one-click checkbox offer shown near the checkout.
   ============================================================ */


.zf-scope .fke-order-bump {
  --fke-bump-accent: var(--zf-primary, #ff0054);
  border: 2px dashed var(--fke-bump-accent);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff8fa 0%, var(--zf-white, #ffffff) 100%);
  padding: 16px 18px;
  margin: 22px 0;
  position: relative;
  transition: box-shadow .25s ease, transform .25s ease;
}

.zf-scope .fke-order-bump.fke-bump-active {
  box-shadow: 0 8px 26px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.18);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #fff0f4 0%, var(--zf-white, #ffffff) 100%);
}

.zf-scope .fke-order-bump-head {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 800;
  color: var(--fke-bump-accent);
  font-size: 16px;
  line-height: 1.4;
}

.zf-scope .fke-order-bump-checkbox {
  width: 22px;
  height: 22px;
  accent-color: var(--fke-bump-accent);
  cursor: pointer;
  flex-shrink: 0;
}

.zf-scope .fke-order-bump-body {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f2d5de;
}

.zf-scope .fke-order-bump-img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  border: 1px solid #f0e0e5;
}

.zf-scope .fke-order-bump-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.zf-scope .fke-order-bump-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--zf-text-main, #1f2937);
}

.zf-scope .fke-order-bump-desc {
  font-size: 13px;
  color: var(--zf-text-muted, #6b7280);
  margin: 0;
  line-height: 1.5;
}

.zf-scope .fke-order-bump-price {
  font-size: 16px;
  font-weight: 900;
  color: var(--fke-bump-accent);
  font-family: var(--zf-font-num);
}

@media (max-width: 480px) {
  .zf-scope .fke-order-bump-body { flex-direction: column; align-items: flex-start; }
  .zf-scope .fke-order-bump-img { width: 100%; height: auto; max-height: 160px; }
}/* ============================================================
   Funnel Upsell / Downsell (fke-upsell)
   ============================================================ */


.zf-scope .fke-upsell {
  --fke-upsell-accent: var(--zf-primary, #ff0054);
  max-width: 560px;
  margin: 32px auto;
  padding: 0 16px;
}

.zf-scope .fke-upsell-card {
  background: var(--zf-white, #ffffff);
  border: 2px solid var(--fke-upsell-accent);
  border-radius: 18px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.12);
}

.zf-scope .fke-upsell-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--zf-text-main, #1f2937);
  line-height: 1.35;
  margin: 0 0 16px;
}

.zf-scope .fke-upsell-img {
  width: 200px;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0 auto 14px;
  display: block;
  border: 1px solid #f0e0e5;
}

.zf-scope .fke-upsell-product-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--zf-text-dark, #374151);
  margin: 0 0 6px;
}

.zf-scope .fke-upsell-desc {
  font-size: 14px;
  color: var(--zf-text-muted, #6b7280);
  line-height: 1.6;
  margin: 0 0 14px;
}

.zf-scope .fke-upsell-price {
  font-size: 26px;
  font-weight: 900;
  color: var(--fke-upsell-accent);
  font-family: var(--zf-font-num);
  margin-bottom: 20px;
}

.zf-scope .fke-upsell-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zf-scope .fke-upsell-accept {
  background: linear-gradient(135deg, var(--fke-upsell-accent) 0%, var(--zf-secondary, #ff5400) 100%);
  color: var(--zf-white, #fff);
  border: none;
  border-radius: 12px;
  padding: 16px 22px;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 6px 18px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.28);
}

.zf-scope .fke-upsell-accept:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.36);
}

.zf-scope .fke-upsell-reject {
  background: transparent;
  color: var(--zf-text-light, #9ca3af);
  border: none;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

.zf-scope .fke-upsell-accept:disabled, .zf-scope .fke-upsell-reject:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.zf-scope .fke-upsell-status {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 700;
  color: var(--zf-green-deep, #059669);
}

.zf-scope .fke-upsell-notice {
  max-width: 560px;
  margin: 24px auto;
  padding: 16px;
  border: 1px dashed var(--zf-border-color, #d1d5db);
  border-radius: 10px;
  text-align: center;
  color: var(--zf-text-muted, #6b7280);
  font-size: 14px;
}/* ============================================================
   Funnel Thank You / Order Details (fke-thankyou)
   ============================================================ */


.zf-scope .fke-thankyou {
  --fke-ty-accent: var(--zf-success, #10b981);
  max-width: 600px;
  margin: 40px auto;
  padding: 0 16px;
}

.zf-scope .fke-ty-card {
  background: var(--zf-white, #ffffff);
  border-radius: 18px;
  border: 1px solid var(--zf-border-color, #e5e7eb);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  padding: 34px 28px;
  text-align: center;
}

.zf-scope .fke-ty-check {
  font-size: 60px;
  color: var(--fke-ty-accent);
  line-height: 1;
  margin-bottom: 14px;
}

.zf-scope .fke-ty-heading {
  font-size: 26px;
  font-weight: 900;
  color: var(--zf-text-main, #1f2937);
  margin: 0 0 10px;
  line-height: 1.35;
}

.zf-scope .fke-ty-sub {
  font-size: 15px;
  color: var(--zf-text-muted, #6b7280);
  line-height: 1.6;
  margin: 0 0 22px;
}

.zf-scope .fke-ty-order {
  text-align: left;
  border: 1px solid var(--zf-border-color, #eef0f2);
  border-radius: 12px;
  overflow: hidden;
}

.zf-scope .fke-ty-order-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--zf-surface, #f9fafb);
  padding: 12px 16px;
  font-weight: 800;
  font-size: 14px;
  color: var(--zf-text-dark, #374151);
  border-bottom: 1px solid var(--zf-border-color, #eef0f2);
}

.zf-scope .fke-ty-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.zf-scope .fke-ty-table td, .zf-scope .fke-ty-table th {
  padding: 12px 16px;
  text-align: left;
}

.zf-scope .fke-ty-table td.fke-ty-item-total, .zf-scope .fke-ty-table tfoot td {
  text-align: right;
  font-family: var(--zf-font-num);
  font-weight: 700;
  white-space: nowrap;
}

.zf-scope .fke-ty-table tbody tr {
  border-bottom: 1px solid var(--zf-surface-alt, #f3f4f6);
}

.zf-scope .fke-ty-item-qty {
  color: var(--fke-ty-accent);
  font-weight: 700;
  margin-left: 4px;
}

.zf-scope .fke-ty-table tfoot th {
  text-align: left;
  font-weight: 700;
  color: var(--zf-text-muted, #6b7280);
}

.zf-scope .fke-ty-grand th, .zf-scope .fke-ty-grand td {
  font-size: 17px;
  color: var(--zf-text-main, #1f2937);
  font-weight: 900;
  border-top: 2px solid var(--zf-border-color, #eef0f2);
}

.zf-scope .fke-ty-customer {
  padding: 16px;
  font-size: 14px;
  color: var(--zf-text-dark, #374151);
  line-height: 1.7;
  background: var(--zf-surface, #f9fafb);
  border-top: 1px solid var(--zf-border-color, #eef0f2);
}

.zf-scope .fke-ty-noorder {
  color: var(--zf-text-light, #9ca3af);
  font-size: 14px;
}

/* =======================================================
   MIGRATED FROM index.html inline <style> (were never in
   style.css, so these widgets rendered unstyled once the
   page was rebuilt in Elementor). Scoped under .zf-scope.
   ======================================================= */
@keyframes rainbow-sweep {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes zf-heartbeat {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}

.zf-scope .rainbow-banner {
  background: linear-gradient(90deg, var(--zf-primary, #ff0054), var(--zf-secondary, #ff5400), var(--zf-gold, #ffbd00), var(--zf-teal, #00f5d4), var(--zf-sky, #00bbf9), var(--zf-violet, #7209b7), var(--zf-primary, #ff0054));
  background-size: 400% 400%;
  animation: rainbow-sweep 8s ease infinite;
  color: var(--zf-white, #ffffff);
  padding: 12px 16px;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 4px 18px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.35);
  position: sticky;
  top: 0;
  z-index: 50;
}

.zf-scope .fiery-price-box {
  background: linear-gradient(135deg, var(--zf-ink, #090d16) 0%, var(--zf-ink-2, #1a2234) 50%, var(--zf-ink, #090d16) 100%);
  color: var(--zf-white, #ffffff);
  padding: 14px 28px;
  border-radius: 16px;
  display: inline-block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  border: 2px solid var(--zf-gold, #ffbd00);
  position: relative;
}

.zf-scope .hero-reg-price {
  color: var(--zf-price-reg, #cbd5e1);
}

.zf-scope .hero-sale-price {
  color: var(--zf-gold, #ffbd00);
}

.zf-scope .bg-icon-vector {
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.zf-scope .anim-heartbeat {
  animation: zf-heartbeat 1.4s ease-in-out infinite;
}

.zf-scope .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

/* =======================================================
   COMPREHENSIVE MOBILE RESPONSIVE OPTIMIZATIONS (ALL WIDGETS)
   ======================================================= */
@media (max-width: 767px) {
  /* Layout Spacing */
  .zf-scope.zf-scope .py-6 { padding-top: 18px; padding-bottom: 18px; }
  .zf-scope.zf-scope .py-8 { padding-top: 20px; padding-bottom: 20px; }
  .zf-scope.zf-scope .my-4 { margin-top: 10px; margin-bottom: 10px; }
  .zf-scope.zf-scope .my-6 { margin-top: 14px; margin-bottom: 14px; }
  .zf-scope.zf-scope .zf-container { padding: 0 12px; }

  /* Section Headings (Single-Line Balance & Proportional Font Size) */
  .zf-scope.zf-scope .zf-heading,
  .zf-scope.zf-scope .hero-main-title,
  .zf-scope.zf-scope .hero-title,
  .zf-scope.zf-scope .section-title,
  .zf-scope.zf-scope .why-choose-title,
  .zf-scope.zf-scope .quality-title,
  .zf-scope.zf-scope .perks-section-title,
  .zf-scope.zf-scope .helpline-title,
  .zf-scope.zf-scope .faq-title,
  .zf-scope.zf-scope .zf-checkout-main-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 6px;
    word-break: normal;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  /* Subtitles */
  .zf-scope.zf-scope .hero-subtitle,
  .zf-scope.zf-scope .quality-subtitle,
  .zf-scope.zf-scope .zf-checkout-subtitle,
  .zf-scope.zf-scope .section-subtitle {
    font-size: 13.5px;
    line-height: 1.35;
    margin-top: 2px;
    margin-bottom: 12px;
  }

  /* Section Pill Badges */
  .zf-scope.zf-scope .section-pill-badge {
    padding: 3px 10px;
    font-size: 11px;
    margin-bottom: 8px;
    white-space: nowrap;
  }

  /* Compact CTA Order Buttons */
  .zf-scope.zf-scope .btn-elementor-red {
    font-size: 14.5px;
    padding: 10px 18px;
    width: 100%;
    max-width: 290px;
    margin: 10px auto;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  /* Price Highlight Box */
  .zf-scope.zf-scope .hero-price-box,
  .zf-scope.zf-scope .fiery-price-box {
    padding: 8px 14px;
    font-size: 13.5px;
    margin: 8px auto;
    max-width: 300px;
    border-radius: 10px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .zf-scope.zf-scope .fiery-price-box .hero-reg-price {
    font-size: 12.5px;
    margin-right: 0;
  }

  .zf-scope.zf-scope .fiery-price-box .hero-sale-price {
    font-size: 19px;
  }

  /* Hero Quote Box */
  .zf-scope.zf-scope .hero-quote-box {
    padding: 14px 16px;
    margin-top: 14px;
    border-radius: 12px;
  }

  .zf-scope.zf-scope .hero-quote-box p {
    font-size: 13.5px;
    line-height: 1.55;
  }

  /* Product Models Grid (4 Models) */
  .zf-scope.zf-scope .model-box {
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .zf-scope.zf-scope .model-box h3 {
    font-size: 15px;
    padding: 10px 8px;
  }

  /* Quality Materials Slider & Bullets */
  .zf-scope.zf-scope .quality-bullet-item {
    padding: 8px 12px;
    font-size: 13px;
    gap: 10px;
    border-radius: 10px;
    margin-bottom: 8px;
  }

  .zf-scope.zf-scope .quality-bullet-item i {
    font-size: 14px;
  }

  /* Why Choose Us - Compact 2-Column Grid on Mobile */
  .zf-scope.zf-scope .why-choose-single-container {
    padding: 6px 12px;
    border-radius: 14px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
  }

  .zf-scope.zf-scope .why-choose-row-item {
    padding: 8px 2px;
    gap: 8px;
  }

  .zf-scope.zf-scope .why-choose-row-item .colorful-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    font-size: 12px;
    border-radius: 7px;
  }

  .zf-scope.zf-scope .why-choose-row-item .feature-text {
    font-size: 11.5px;
    line-height: 1.3;
  }

  /* Perks Section (Image 3) - Sleek Horizontal Rows */
  .zf-scope.zf-scope .perks-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
  }

  .zf-scope.zf-scope .perk-card-vibrant {
    padding: 10px 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    margin: 0;
  }

  .zf-scope.zf-scope .perk-card-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 42%;
    min-width: 120px;
  }

  .zf-scope.zf-scope .perk-card-right {
    flex: 1;
  }

  .zf-scope.zf-scope .perk-card-vibrant .perk-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 16px;
    margin: 0;
    border-radius: 9px;
  }

  .zf-scope.zf-scope .perk-card-vibrant h4,
  .zf-scope.zf-scope .perk-card-vibrant .perk-title {
    font-size: 14.5px;
    margin: 0;
    line-height: 1.2;
  }

  .zf-scope.zf-scope .perk-card-vibrant p,
  .zf-scope.zf-scope .perk-card-vibrant .perk-desc {
    font-size: 11.5px;
    margin: 0;
    line-height: 1.35;
  }

  /* Helpline Widget */
  .zf-scope.zf-scope .helpline-btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .zf-scope.zf-scope .helpline-call-btn,
  .zf-scope.zf-scope .helpline-wa-btn {
    width: 100%;
    max-width: 280px;
    padding: 9px 14px;
    font-size: 13.5px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 50px;
  }

  /* FAQ Accordions */
  .zf-scope.zf-scope .accordion-wrapper .accordion-item {
    border-radius: 10px;
    margin-bottom: 8px;
  }

  .zf-scope.zf-scope .accordion-header {
    padding: 12px 14px;
    font-size: 14.5px;
  }

  .zf-scope.zf-scope .accordion-body {
    font-size: 13px;
    padding: 0 14px;
  }

  .zf-scope.zf-scope .accordion-item.active .accordion-body {
    padding: 12px 14px;
  }

  /* Checkout Form Container (Image 1) */
  .zf-scope.zf-scope .zf-checkout-container {
    padding: 0 10px;
  }

  .zf-scope.zf-scope .wcf-embed-checkout-form {
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }

  .zf-scope.zf-scope .wcf-form-columns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 10px;
    width: 100%;
  }

  /* Full-width stacking on mobile so no empty space is left beside the fields */
  .zf-scope.zf-scope .wcf-col-1,
  .zf-scope.zf-scope .wcf-col-2,
  .zf-scope.zf-scope .wcf-customer-info,
  .zf-scope.zf-scope .woocommerce-billing-fields__field-wrapper,
  .zf-scope.zf-scope .wcf-shipping-methods-wrapper,
  .zf-scope.zf-scope .wcf-order-wrap {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .zf-scope.zf-scope .wcf-col-1 .wcf-shipping-methods-wrapper {
    margin-top: 14px;
    padding-top: 14px;
  }

  /* Checkout Product Cards */
  .zf-scope.zf-scope .wcf-qty-options.wcf-grid-2-col,
  .zf-scope.zf-scope .wcf-qty-options.wcf-grid-3-col {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .zf-scope.zf-scope .wcf-qty-row {
    padding: 10px 12px;
    border-radius: 6px;
    margin: 0;
  }

  .zf-scope.zf-scope .wcf-item {
    gap: 8px;
  }

  .zf-scope.zf-scope .wcf-item-left {
    gap: 10px;
  }

  .zf-scope.zf-scope .wcf-item-image img {
    width: 46px;
    height: 46px;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .zf-scope.zf-scope .wcf-item-title {
    font-size: 12.5px;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
    font-weight: 600;
  }

  .zf-scope.zf-scope .wcf-item-price {
    font-size: 13px;
    font-weight: 700;
  }

  /* Form Inputs */
  .zf-scope.zf-scope .form-row {
    margin-bottom: 10px;
  }

  .zf-scope.zf-scope .form-row label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
  }

  .zf-scope.zf-scope .form-row input[type="text"],
  .zf-scope.zf-scope .form-row input[type="tel"],
  .zf-scope.zf-scope .form-row input[type="email"],
  .zf-scope.zf-scope .form-row textarea,
  .zf-scope.zf-scope select#billing_shoes-size,
  .zf-scope.zf-scope select#billing_color,
  .zf-scope.zf-scope select#billing_custom_attr,
  .zf-scope.zf-scope .wcf-attr-field select {
    padding: 9px 12px;
    font-size: 13.5px;
    border-radius: 4px;
    min-height: 38px;
  }

  .zf-scope.zf-scope .wcf-col-1 h3,
  .zf-scope.zf-scope .wcf-shipping-methods-title,
  .zf-scope.zf-scope #order_review_heading {
    font-size: 15.5px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  /* Shipping Methods */
  .zf-scope.zf-scope .woocommerce-shipping-methods li,
  .zf-scope.zf-scope .wcf-shipping-method-item {
    padding: 9px 12px;
    font-size: 13px;
  }

  .zf-scope.zf-scope .woocommerce-shipping-methods label {
    font-size: 13px;
  }

  /* Order Summary Table */
  .zf-scope.zf-scope .shop_table {
    margin-bottom: 10px;
  }

  .zf-scope.zf-scope .shop_table th,
  .zf-scope.zf-scope .shop_table td {
    padding: 6px 0;
    font-size: 13px;
  }

  .zf-scope.zf-scope .shop_table thead th {
    padding: 6px 0 8px;
    font-size: 13px;
  }

  .zf-scope.zf-scope .shop_table tfoot tr.order-total th,
  .zf-scope.zf-scope .shop_table tfoot tr.order-total td {
    font-size: 15px;
    padding: 10px 0;
  }

  /* Place Order Button */
  .zf-scope.zf-scope #place_order {
    padding: 12px 18px;
    font-size: 15px;
    border-radius: 4px;
    width: 100%;
  }

  /* Sticky Bottom Floating Bar on Mobile */
  .zf-scope.zf-scope .sticky-bottom-bar {
    padding: 6px 10px calc(6px + env(safe-area-inset-bottom, 0px)) 10px;
  }

  .zf-scope.zf-scope .sticky-bar-container {
    gap: 6px;
  }

  .zf-scope.zf-scope .sticky-price-text .offer-label {
    font-size: 10.5px;
  }

  .zf-scope.zf-scope .sticky-price-text .main-price {
    font-size: 15.5px;
  }

  .zf-scope.zf-scope .sticky-price-text .regular-price {
    font-size: 11px;
    margin-left: 4px;
  }

  .zf-scope.zf-scope .sticky-wa-btn {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .zf-scope.zf-scope .sticky-order-btn {
    padding: 8px 12px;
    font-size: 13px;
    gap: 5px;
  }
}

/* =======================================================
   TABLET RANGE (768px - 1024px) — Elementor "tablet" device
   ======================================================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .zf-scope.zf-scope .zf-container,
  .zf-scope.zf-scope .zf-checkout-container { padding: 0 20px; }

  .zf-scope.zf-scope .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .zf-scope.zf-scope .wcf-form-columns { grid-template-columns: 1fr; gap: 22px; }

  .zf-scope.zf-scope .hero-main-title { font-size: 32px; }
  .zf-scope.zf-scope .hero-subtitle { font-size: 20px; }

  .zf-scope.zf-scope .perk-icon { width: 46px; height: 46px; min-width: 46px; font-size: 20px; }
  .zf-scope.zf-scope .accordion-header { font-size: 16px; padding: 15px 18px; }
}

/* =======================================================
   GLOBAL RESPONSIVE HARDENING
   Applies at every width: prevents horizontal overflow and
   makes media / tables behave on small screens.
   ======================================================= */
.zf-scope img,
.zf-scope video,
.zf-scope svg { max-width: 100%; height: auto; }

.zf-scope table { max-width: 100%; }

.zf-scope .zf-container,
.zf-scope .zf-checkout-container,
.zf-scope .sticky-bar-container { width: 100%; }

/* Fluid headings: scale smoothly between mobile and desktop instead of
   snapping at a single breakpoint. Elementor typography controls, being
   more specific, still override these. */
.zf-scope .hero-main-title  { font-size: clamp(20px, 5.2vw, 42px); }
.zf-scope .hero-subtitle    { font-size: clamp(14px, 3.2vw, 24px); }
.zf-scope .fke-upsell-title { font-size: clamp(19px, 4.4vw, 24px); }
.zf-scope .fke-ty-heading   { font-size: clamp(20px, 4.8vw, 26px); }

/* Narrow phones. */
@media (max-width: 480px) {
  .zf-scope.zf-scope .fke-ty-table td,
  .zf-scope.zf-scope .fke-ty-table th { padding: 10px 12px; font-size: 13px; }

  .zf-scope.zf-scope .fke-upsell,
  .zf-scope.zf-scope .fke-thankyou { padding: 0 12px; margin: 20px auto; }

  .zf-scope.zf-scope .fke-ty-card { padding: 24px 18px; }
  .zf-scope.zf-scope .fke-upsell-card { padding: 22px 16px; }
  .zf-scope.zf-scope .order-modal-content { padding: 22px 18px; border-radius: 18px; }
}

/* Landscape phones: keep the sticky bar from eating the viewport. */
@media (max-height: 460px) and (orientation: landscape) {
  .zf-scope.zf-scope .sticky-bottom-bar { padding: 4px 10px; }
  .zf-scope.zf-scope .sticky-order-btn { padding: 6px 14px; font-size: 13px; }
}

/* Respect reduced-motion preferences. */
@media (prefers-reduced-motion: reduce) {
  .zf-scope *,
  .zf-scope *::before,
  .zf-scope *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* =======================================================
   WIDGET ELEMENT CLASSES
   These carry the defaults that the widget render() methods
   used to emit as inline style="..." attributes.

   An inline style beats every selector Elementor can generate
   for a Style-tab control, so while those attributes existed
   the affected elements simply could not be restyled from the
   editor (nor follow the global palette). Moving the defaults
   here keeps the appearance identical while letting both the
   Style tab and the palette take effect.
   ======================================================= */

/* ---------- Shared badge variants ---------- */
.zf-scope .zf-badge-primary {
  background: var(--zf-badge-bg, linear-gradient(135deg, #ffe5ec 0%, #ffccd5 100%));
  color: var(--zf-badge-color, #ff0054);
  border: 2px solid var(--zf-badge-border, #ffb3c1);
}

.zf-scope .zf-badge-green {
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
  color: #15803d;
  border: 2px solid #86efac;
}

.zf-scope .zf-badge-green i { color: #16a34a; }

.zf-scope .zf-badge-amber {
  background: #fef3c7;
  color: #b45309;
  border: 2px solid #fde68a;
}

.zf-scope .zf-badge-amber i { color: var(--zf-orange-deep, #ea580c); }

.zf-scope .zf-badge-indigo {
  background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
  color: #4338ca;
  border: 2px solid #818cf8;
}

.zf-scope .zf-badge-indigo i { color: #6366f1; }

.zf-scope .zf-badge-slate {
  background: var(--zf-surface-alt, #f1f5f9);
  color: var(--zf-text-main, #0f172a);
  border: 2px solid var(--zf-price-reg, #cbd5e1);
}

.zf-scope .zf-badge-slate i { color: var(--zf-primary, #ff0054); }

.zf-scope .zf-badge-blue {
  background: #dbeafe;
  color: #1e40af;
  border: 2px solid #bfdbfe;
}

.zf-scope .zf-badge-blue i { color: #2563eb; }

.zf-scope .zf-badge-gold {
  background: rgba(var(--zf-gold-rgb, 245, 158, 11), 0.25);
  color: var(--zf-gold, #ffbd00);
  border: 2px solid var(--zf-gold, #ffbd00);
}

.zf-scope .zf-badge-primary i { color: var(--zf-secondary, #ff5400); }

/* Shared accent-icon helpers used across the checkout markup. */
.zf-scope .zf-accent-icon    { color: var(--zf-primary, #ff0054); }
.zf-scope .zf-secondary-icon { color: var(--zf-secondary, #ff5400); }
.zf-scope .zf-success-icon   { color: var(--zf-success, #10b981); }
.zf-scope .zf-gold-icon      { color: var(--zf-gold, #ffbd00); }
.zf-scope .zf-label-icon     { margin-right: 4px; }
.zf-scope .zf-align-right    { text-align: right; }
.zf-scope .zf-valign-middle  { vertical-align: middle; }

/* ---------- Top Urgency Bar ---------- */
.zf-scope .zf-urgency-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.zf-scope .zf-urgency-text {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.zf-scope .zf-urgency-timer-label {
  font-weight: 600;
  opacity: 0.9;
}

.zf-scope .rainbow-banner.zf-not-sticky { position: static; }

.zf-scope .rainbow-banner.zf-no-sweep {
  animation: none;
  background-size: 100% 100%;
}

.zf-scope .top-timer-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 14px;
  border-radius: var(--zf-radius-pill, 50px);
  font-size: 14px;
  font-family: var(--zf-font-num);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.zf-scope .zf-urgency-clock-icon { color: var(--zf-gold, #ffbd00); }

.zf-scope .zf-countdown-timer {
  color: var(--zf-gold, #ffbd00);
  font-weight: 900;
}

/* ---------- Hero Showcase ---------- */
.zf-scope .zf-hero-section {
  background: radial-gradient(circle at 50% 10%, #fff0f3 0%, rgba(255, 255, 255, 0.85) 70%);
}

.zf-scope .zf-hero-slider-wrap {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.15);
  border: 4px solid var(--zf-white, #ffffff);
}

.zf-scope .zf-hero-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  display: flex;
  gap: 8px;
}

.zf-scope .zf-hero-badge {
  padding: 7px 16px;
  border-radius: var(--zf-radius-pill, 50px);
  font-size: 13.5px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.zf-scope .zf-hero-badge-primary {
  background: linear-gradient(135deg, var(--zf-primary, #ff0054), var(--zf-primary-hover, #d90429));
  color: var(--zf-white, #ffffff);
  box-shadow: 0 6px 15px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.5);
}

.zf-scope .zf-hero-badge-gold {
  background: linear-gradient(135deg, var(--zf-secondary, #ff5400), var(--zf-gold, #ffbd00));
  color: var(--zf-text-main, #0f172a);
  box-shadow: 0 6px 15px rgba(var(--zf-secondary-rgb, 255, 84, 0), 0.4);
}

.zf-scope .zf-hero-img-frame {
  aspect-ratio: 1;
  width: 100%;
  max-height: 520px;
  overflow: hidden;
  background: var(--zf-white, #ffffff);
}

.zf-scope .zf-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.zf-scope .zf-hero-copy {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.zf-scope .hero-main-title {
  font-weight: 900;
  color: var(--zf-text-main, #0f172a);
  margin-bottom: 6px;
  font-family: var(--zf-font-heading);
}

.zf-scope .hero-subtitle {
  font-weight: 800;
  color: var(--zf-orange-deep, #ea580c);
  margin-bottom: 22px;
}

.zf-scope .hero-reg-price {
  font-size: 18px;
  margin-right: 16px;
  opacity: 0.95;
}

.zf-scope .zf-hero-reg-value {
  opacity: 0.8;
  font-family: var(--zf-font-num);
}

.zf-scope .hero-sale-price {
  font-size: 28px;
  font-weight: 900;
  color: var(--zf-price-sale, #ffbd00);
  font-family: var(--zf-font-num);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.zf-scope .zf-hero-cta-wrap { margin-top: 28px; }

.zf-scope .hero-quote-box {
  background: linear-gradient(135deg, var(--zf-white, #ffffff) 0%, #fffbeb 100%);
  padding: 24px 26px;
  border-radius: var(--zf-radius-lg, 18px);
  border: 3px solid #fde68a;
  box-shadow: 0 8px 25px rgba(var(--zf-gold-rgb, 245, 158, 11), 0.12);
  margin-top: 26px;
  text-align: left;
}

.zf-scope .zf-hero-quote-text {
  font-size: 18px;
  color: var(--zf-text-dark, #1e293b);
  line-height: 1.8;
  font-weight: 600;
}

.zf-scope .zf-hero-quote-icon {
  color: var(--zf-secondary, #ff5400);
  margin-right: 10px;
  font-size: 22px;
}

/* ---------- Product Models ---------- */
.zf-scope .zf-models-section {
  background: linear-gradient(180deg, var(--zf-surface, #f8fafc) 0%, var(--zf-surface-alt, #f1f5f9) 100%);
  border-top: 3px solid var(--zf-border-color, #e2e8f0);
  border-bottom: 3px solid var(--zf-border-color, #e2e8f0);
  position: relative;
}

.zf-scope .zf-models-header { margin-bottom: 30px; }

.zf-scope .zf-models-grid {
  max-width: 820px;
  margin: 0 auto 30px;
}

.zf-scope .model-box { cursor: pointer; }

.zf-scope .models-section-title { font-size: 34px; }

/* ---------- Why Choose Us ---------- */
.zf-scope .zf-why-choose-section {
  background: var(--zf-white, #ffffff);
  position: relative;
}

.zf-scope .zf-why-choose-container { max-width: 720px; }
.zf-scope .zf-why-choose-header { margin-bottom: 24px; }
.zf-scope .why-choose-title { font-size: 34px; }
.zf-scope .why-choose-single-container { margin-bottom: 28px; }

/* ---------- Quality Materials ---------- */
.zf-scope .zf-quality-section {
  background: radial-gradient(circle at 50% 50%, #1e1b4b 0%, var(--zf-ink, #090d16) 100%);
  color: var(--zf-white, #ffffff);
  border-top: 3px solid var(--zf-secondary, #ff5400);
  border-bottom: 3px solid var(--zf-secondary, #ff5400);
  position: relative;
}

.zf-scope .zf-quality-container { max-width: 860px; }

.zf-scope .zf-quality-grid {
  align-items: center;
  gap: 35px;
}

.zf-scope .zf-quality-slider-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(var(--zf-secondary-rgb, 255, 84, 0), 0.35);
  border: 3px solid rgba(255, 189, 0, 0.4);
}

.zf-scope .zf-quality-img-frame {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--zf-text-main, #0f172a);
}

.zf-scope .zf-quality-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.zf-scope .quality-section-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--zf-white, #ffffff);
  margin-bottom: 22px;
  font-family: var(--zf-font-heading);
}

.zf-scope .zf-quality-bullets {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 26px;
}

.zf-scope .quality-bullet-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
  border-radius: var(--zf-radius, 12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.zf-scope .quality-bullet-item i { font-size: 20px; }

.zf-scope .quality-bullet-text {
  font-weight: 700;
  font-size: 16.5px;
}

.zf-scope .zf-quality-cta { width: 100%; }

/* ---------- FAQ ---------- */
.zf-scope .zf-faq-section {
  background: var(--zf-white, #ffffff);
  position: relative;
}

.zf-scope .zf-faq-container { max-width: 820px; }
.zf-scope .zf-faq-header { margin-bottom: 25px; }
.zf-scope .faq-section-title { font-size: 34px; }

.zf-scope .zf-faq-q {
  display: flex;
  align-items: center;
  gap: 12px;
}

.zf-scope .zf-faq-icon { font-size: 20px; }

/* ---------- Perks ---------- */
.zf-scope .zf-perks-section {
  background: linear-gradient(180deg, var(--zf-surface, #f8fafc) 0%, #fef2f2 100%);
  border-top: 3px solid var(--zf-border-color, #e2e8f0);
  border-bottom: 3px solid var(--zf-border-color, #e2e8f0);
  position: relative;
}

.zf-scope .zf-perks-container { max-width: 940px; }
.zf-scope .zf-perks-header { margin-bottom: 30px; }
.zf-scope .perks-section-title { font-size: 34px; }
.zf-scope .perks-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 30px;
}

/* ---------- Helpline ---------- */
.zf-scope .zf-helpline-section {
  background: var(--zf-white, #ffffff);
  position: relative;
}

.zf-scope .zf-helpline-container { max-width: 640px; }

.zf-scope .helpline-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--zf-text-main, #0f172a);
  margin-bottom: 6px;
  font-family: var(--zf-font-heading);
}

.zf-scope .helpline-subtitle {
  font-size: 22px;
  font-weight: 800;
  color: var(--zf-text-muted, #64748b);
  margin-bottom: 26px;
}

.zf-scope .helpline-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.zf-scope .helpline-call-btn,
.zf-scope .helpline-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 15px 26px;
  border-radius: var(--zf-radius-pill, 50px);
  font-weight: 900;
  font-size: 17px;
}

.zf-scope .helpline-call-btn {
  background: linear-gradient(135deg, var(--zf-sky, #00bbf9) 0%, var(--zf-call, #0284c7) 100%);
  color: var(--zf-white, #ffffff);
  box-shadow: 0 8px 25px rgba(2, 132, 199, 0.4);
  border: 2px solid #bae6fd;
}

.zf-scope .helpline-wa-btn {
  background: linear-gradient(135deg, var(--zf-teal, #00f5d4) 0%, var(--zf-green-deep, #059669) 100%);
  color: var(--zf-text-main, #0f172a);
  box-shadow: 0 8px 25px rgba(var(--zf-success-rgb, 16, 185, 129), 0.4);
  border: 2px solid #a7f3d0;
}

.zf-scope .helpline-wa-btn i { color: #064e3b; }

.zf-scope .zf-helpline-cta {
  width: 100%;
  font-size: 22px;
  padding: 18px;
}

/* ---------- Checkout ---------- */
.zf-scope .zf-checkout-section { position: relative; }
.zf-scope .zf-checkout-header { margin-bottom: 12px; }

.zf-scope .wcf-product-item-badge {
  position: absolute;
  top: -10px;
  right: 16px;
  background: linear-gradient(135deg, var(--zf-primary, #ff0054), var(--zf-secondary, #ff5400));
  color: var(--zf-white, #ffffff);
  font-size: 11.5px;
  font-weight: 900;
  padding: 2px 9px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(var(--zf-primary-rgb, 255, 0, 84), 0.3);
  z-index: 2;
}

.zf-scope .zf-review-name-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zf-scope .zf-review-thumb {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--zf-border-color, #e2e8f0);
  flex-shrink: 0;
}

.zf-scope .zf-review-name {
  font-weight: 600;
  font-size: 13px;
  color: var(--zf-text-dark, #1e293b);
  line-height: 1.35;
}

.zf-scope .zf-review-qty {
  color: var(--zf-text-muted, #64748b);
  font-size: 12.5px;
  margin-left: 4px;
}

.zf-scope .zf-review-subtotal {
  font-weight: 600;
  font-family: var(--zf-font-num);
  font-size: 13.5px;
  color: var(--zf-text-main, #0f172a);
}

.zf-scope .zf-review-amount {
  font-weight: 800;
  font-family: var(--zf-font-num);
}

.zf-scope .zf-review-total { font-family: var(--zf-font-num); }

.zf-scope .wc_payment_method label {
  cursor: pointer;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.zf-scope .zf-payment-note { margin: 0; }

.zf-scope .zf-place-order-icon {
  margin-right: 8px;
  font-size: 20px;
}

/* ---------- Order Success Modal (sticky bar widget) ---------- */
.zf-scope .zf-modal-head {
  text-align: center;
  margin-bottom: 20px;
}

.zf-scope .zf-modal-check {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--zf-teal, #00f5d4) 0%, var(--zf-green-deep, #059669) 100%);
  color: var(--zf-text-main, #0f172a);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 12px;
  box-shadow: 0 6px 20px rgba(0, 245, 212, 0.4);
}

.zf-scope .zf-modal-title {
  font-size: 26px;
  font-weight: 900;
  color: var(--zf-text-main, #0f172a);
  font-family: var(--zf-font-heading);
}

.zf-scope .zf-modal-sub {
  font-size: 15px;
  color: var(--zf-text-muted, #64748b);
}

.zf-scope .zf-modal-summary {
  background: linear-gradient(135deg, #fff5f5 0%, var(--zf-surface, #f8fafc) 100%);
  border: 3px solid #ffe4e6;
  border-radius: 16px;
  padding: 20px;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.85;
}

.zf-scope .zf-modal-accent {
  color: var(--zf-primary, #ff0054);
  font-weight: 900;
}

.zf-scope .zf-modal-value { font-weight: 700; }
.zf-scope .zf-modal-num { font-family: var(--zf-font-num); }

.zf-scope .zf-modal-product {
  font-weight: 700;
  color: var(--zf-secondary, #ff5400);
}

.zf-scope .zf-modal-total-row {
  border-top: 2px solid #ffd5dc;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
}

.zf-scope .zf-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zf-scope .zf-modal-wa-btn {
  background: linear-gradient(135deg, var(--zf-teal, #00f5d4) 0%, var(--zf-green-deep, #059669) 100%);
  color: var(--zf-text-main, #0f172a);
  text-decoration: none;
  padding: 15px;
  border-radius: var(--zf-radius-pill, 50px);
  text-align: center;
  font-weight: 900;
  font-size: 16.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(0, 245, 212, 0.4);
}

.zf-scope .zf-modal-wa-btn i { color: #064e3b; }

.zf-scope .zf-modal-ok-btn {
  background: var(--zf-text-main, #0f172a);
  color: var(--zf-white, #ffffff);
  border: none;
  padding: 14px;
  border-radius: var(--zf-radius-pill, 50px);
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
}

/* Section titles shrink on phones; these mirror the sizes the inline styles
   used to hardcode, but as overridable defaults. */
@media (max-width: 767px) {
  .zf-scope.zf-scope .models-section-title,
  .zf-scope.zf-scope .why-choose-title,
  .zf-scope.zf-scope .faq-section-title,
  .zf-scope.zf-scope .perks-section-title,
  .zf-scope.zf-scope .quality-section-title,
  .zf-scope.zf-scope .helpline-title {
    font-size: 20px;
  }

  .zf-scope.zf-scope .helpline-subtitle { font-size: 15px; margin-bottom: 16px; }
  .zf-scope.zf-scope .zf-hero-badges { top: 10px; left: 10px; gap: 6px; }
  .zf-scope.zf-scope .zf-hero-badge { padding: 5px 11px; font-size: 11.5px; }
  .zf-scope.zf-scope .zf-modal-check { width: 56px; height: 56px; font-size: 26px; }
  .zf-scope.zf-scope .zf-modal-title { font-size: 21px; }
  .zf-scope.zf-scope .zf-modal-summary { padding: 15px; font-size: 14px; }
  .zf-scope.zf-scope .zf-helpline-cta { font-size: 17px; padding: 14px; }
  .zf-scope.zf-scope .quality-bullet-text { font-size: 14px; }
  .zf-scope.zf-scope .zf-hero-quote-text { font-size: 14.5px; }
}

/* =========================================================
 * SIMPLE FOOTER WIDGET
 * ========================================================= */
.zf-scope .zf-footer-section {
  background: var(--zf-ink, #160f0a);
  padding: 40px 20px 28px;
}

.zf-scope .zf-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.zf-scope .zf-footer-title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: var(--zf-surface, #faf7f4);
  font-family: var(--zf-font-heading);
  letter-spacing: 0.3px;
}

.zf-scope .zf-footer-tagline {
  margin: 0;
  max-width: 640px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--zf-price-reg, #cbb9a8);
}

.zf-scope .zf-footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 22px;
  margin-top: 6px;
}

.zf-scope .zf-footer-contact a,
.zf-scope .zf-footer-contact span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--zf-surface-alt, #f2ece7);
  text-decoration: none;
  transition: color 0.15s ease;
}

.zf-scope .zf-footer-contact a:hover {
  color: var(--zf-gold, #c69749);
}

.zf-scope .zf-footer-contact i {
  color: var(--zf-gold, #c69749);
  font-size: 14px;
}

.zf-scope .zf-footer-bottom {
  width: 100%;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.zf-scope .zf-footer-copy {
  font-size: 13px;
  color: var(--zf-price-reg, #a8a29e);
}

@media (max-width: 767px) {
  .zf-scope.zf-scope .zf-footer-section { padding: 30px 16px 22px; }
  .zf-scope.zf-scope .zf-footer-title { font-size: 19px; }
  .zf-scope.zf-scope .zf-footer-tagline { font-size: 13px; }
  .zf-scope.zf-scope .zf-footer-contact { gap: 8px 16px; }
  .zf-scope.zf-scope .zf-footer-contact a,
  .zf-scope.zf-scope .zf-footer-contact span { font-size: 13px; }
  .zf-scope.zf-scope .zf-footer-copy { font-size: 12px; }
}
