/** Shopify CDN: Minification failed

Line 18:0 All "@import" rules must come first

**/
/* Hide announcement bar on hairloss PDP */
.announcement-bar-section,
.announcement-bar,
#shopify-section-sections--25600936902951__announcement-bar {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

.hl-pdp, .hl-pdp * {
  box-sizing: border-box;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.hl-pdp {
  background-color: #FAF8F5;
  color: #17231E;
  direction: rtl;
  text-align: right;
  padding: 16px 0 60px;
}

.hl-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Breadcrumbs */
.hl-breadcrumbs {
  font-size: 13px;
  color: #7A7672;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hl-breadcrumbs a {
  color: #7A7672;
  text-decoration: none;
}

/* Hero Grid */
.hl-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 36px;
  align-items: start;
}

@media (max-width: 900px) {
  .hl-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Gallery (NO CROPPING) */
.hl-gallery {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hl-main-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E7E1D7;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.hl-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  background: #FFFFFF;
  display: block;
}

.hl-thumbs-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.hl-thumb-btn {
  background: #FFFFFF;
  border: 2px solid #E7E1D7;
  border-radius: 10px;
  padding: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  cursor: pointer;
}

.hl-thumb-btn.is-active {
  border-color: #C5A059;
}

.hl-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #FAF8F5;
}

/* Console */
.hl-console {
  background: #FFFFFF;
  border: 1px solid #E7E1D7;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

.hl-review-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  text-decoration: none;
}

.hl-stars {
  display: flex;
  gap: 2px;
  color: #C5A059;
}

.hl-star-icon {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor;
  display: inline-block !important;
}

.hl-review-text {
  font-size: 13px;
  font-weight: 700;
  color: #7A7672;
}

.hl-pill-tag {
  display: inline-block;
  padding: 4px 12px;
  background: #FAF8F5;
  border: 1.5px solid #C5A059;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  color: #8C6D2B;
  margin-bottom: 8px;
}

.hl-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  color: #17231E;
  margin: 0 0 6px 0;
}

.hl-subtitle {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* Bullets */
.hl-value-bullets {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 14px 0;
  padding: 12px 14px;
  background: #FAF8F5;
  border-radius: 12px;
  border: 1px solid #ECE7DE;
}

.hl-value-bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #17231E;
}

.hl-bullet-check {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  background: #17231E;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}

/* Scarcity Banner (SUMMER PROMO) */
.hl-scarcity-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #17231E;
  color: #FFFFFF;
  padding: 10px 14px;
  border-radius: 10px;
  margin: 16px 0;
  font-size: 13px;
  font-weight: 700;
}

.hl-timer-display {
  background: #C5A059;
  color: #17231E;
  font-weight: 800;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 6px;
}

/* Steps */
.hl-step-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.hl-step-num {
  width: 24px;
  height: 24px;
  background: #17231E;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hl-step-title {
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.hl-selected-shade-name {
  margin-right: auto;
  font-size: 12px;
  font-weight: 700;
  color: #8C6D2B;
  background: #FAF8F5;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid #E7E1D7;
}

/* Shade Swatches */
.hl-shade-picker {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.hl-shade-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 6px;
  background: #FFFFFF;
  border: 2px solid #E7E1D7;
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
}

.hl-shade-card.is-selected {
  border-color: #17231E !important;
  background: #FAF8F5 !important;
  box-shadow: 0 0 0 1px #17231E !important;
}

.hl-shade-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}

.hl-shade-name {
  font-size: 12px;
  font-weight: 700;
}

/* Bundles */
.hl-bundles-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.hl-bundle-card {
  position: relative;
  padding: 14px 16px;
  background: #FFFFFF;
  border: 2px solid #E7E1D7;
  border-radius: 14px;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}

.hl-bundle-card.is-selected {
  border-color: #C5A059 !important;
  background: #FFFDF9 !important;
  box-shadow: 0 4px 16px rgba(197, 160, 89, 0.18) !important;
}

.hl-bundle-ribbon {
  position: absolute;
  top: -11px;
  left: 14px;
  background: #C5A059;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 6px;
}

.hl-bundle-ribbon.dark {
  background: #17231E;
}

.hl-bundle-row {
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.hl-radio-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #C7C0B5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hl-bundle-card.is-selected .hl-radio-circle {
  border-color: #17231E !important;
}

.hl-radio-dot {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: transparent;
}

.hl-bundle-card.is-selected .hl-radio-dot {
  width: 12px !important;
  height: 12px !important;
  background: #17231E !important;
}

.hl-bundle-main {
  flex: 1;
}

.hl-bundle-title {
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 2px;
}

.hl-bundle-subtext {
  display: block;
  font-size: 12px;
  color: #7A7672;
}

.hl-bundle-prices {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.hl-bundle-price {
  font-size: 18px;
  font-weight: 800;
}

.hl-bundle-compare {
  font-size: 12px;
  color: #888888;
  text-decoration: line-through;
}

.hl-bundle-gift-box {
  margin-top: 10px;
  padding: 8px 12px;
  background: #FAF8F5;
  border: 1px dashed #C5A059;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #8C6D2B;
  pointer-events: none;
}

/* Mix Shades Container (FOLDED BY DEFAULT) */
.hl-mix-container {
  margin-top: 14px;
  padding: 12px 14px;
  background: #FAF8F5;
  border: 1.5px dashed #D3C9BC;
  border-radius: 12px;
}

.hl-mix-toggle-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
}

/* FOLDED MIX GRID */
.hl-mix-grid {
  display: none; /* Hidden by default until checked */
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #E7E1D7;
}

.hl-mix-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #E7E1D7;
}

.hl-mix-row-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

.hl-mix-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hl-mix-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid #C7C0B5;
  background: #FAF8F5;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.hl-mix-count {
  font-size: 14px;
  font-weight: 800;
  width: 20px;
  text-align: center;
}

.hl-mix-status {
  display: none; /* Only visible when mix grid is open */
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19785A;
}

/* SECTION 4: INCLUDED ITEMS LUXURY CARDS (CENTERED ALIGNMENT) */
.hl-included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .hl-included-grid {
    grid-template-columns: 1fr;
  }
}

.hl-included-card {
  background: #FFFFFF;
  border: 1px solid #E7E1D7;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}

.hl-included-img-wrap {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.hl-included-img-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.hl-included-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #17231E;
  margin: 0 0 6px 0;
  text-align: center;
  width: 100%;
}

.hl-included-card p {
  font-size: 13px;
  color: #666666;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}

/* Order Summary */
.hl-order-summary-box {
  margin-top: 14px;
  padding: 10px 14px;
  background: #F4EFEA;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 800;
}

/* CTAs */
.hl-cta-wrap {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hl-buy-btn {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hl-buy-btn-primary {
  background: #17231E;
  color: #FFFFFF;
}

.hl-buy-btn-secondary {
  background: #FFFFFF;
  color: #17231E;
  border: 1.5px solid #17231E;
}

/* Trust Badges */
.hl-trust-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
  margin-top: 18px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hl-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: #2C241D;
  line-height: 1.4;
}

.hl-trust-check {
  color: #027A48;
  font-size: 15px;
  font-weight: 900;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .hl-trust-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.hl-story-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 900px) {
  .hl-story-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.hl-section-title-wrap {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 auto 28px auto !important;
}
.hl-section-title-wrap h2, .hl-section-title-wrap p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

/* INCLUDED CARDS: show full product photos (no crop) */
.hl-included-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}
.hl-included-card {
  background: #FFFFFF !important;
  border: 1.5px solid #ECE7DE !important;
  border-radius: 16px !important;
  padding: 16px !important;
  text-align: center !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.hl-included-img-wrap {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  margin-bottom: 12px !important;
  background: #FAF8F5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px !important;
  box-sizing: border-box !important;
}
.hl-included-img-wrap img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
  display: block !important;
}
.hl-included-card h3 {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #17231E !important;
  margin: 4px 0 6px 0 !important;
  text-align: center !important;
  width: 100% !important;
}
.hl-included-card p {
  font-size: 13px !important;
  color: #555555 !important;
  margin: 0 !important;
  text-align: center !important;
  line-height: 1.4 !important;
}

/* PERFECT FAILSAFE RADIO CIRCLE & DOT STYLES */
.hl-radio-circle,
.hl-radio-circle-box {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  border-radius: 50% !important;
  border: 2px solid #777777 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #FFFFFF !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
}

.hl-bundle-card.is-selected .hl-radio-circle,
.hl-bundle-card.is-selected .hl-radio-circle-box {
  border-color: #17231E !important;
}

.hl-radio-dot,
.hl-radio-inner-dot {
  width: 0px !important;
  height: 0px !important;
  border-radius: 50% !important;
  background: transparent !important;
  transition: all 0.2s ease !important;
}

.hl-bundle-card.is-selected .hl-radio-dot,
.hl-bundle-card.is-selected .hl-radio-inner-dot {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  background-color: #17231E !important;
  background: #17231E !important;
  display: block !important;
}

/* 7-IMAGE CRO CURATED CAROUSEL STYLES */
.hl-thumb-btn {
  flex: 1 0 calc(14.28% - 9px);
  min-width: 54px;
  max-width: 76px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  border: 1.5px solid #ECE7DE;
  background: #FFFFFF;
  padding: 3px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease;
}

.hl-thumb-btn.is-active {
  border: 2.5px solid #17231E !important;
  box-shadow: 0 2px 8px rgba(23, 35, 30, 0.15);
}

.hl-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.hl-thumbs-scroll-wrap::-webkit-scrollbar {
  display: none;
}

/* MOBILE GALLERY FIRST ORDER */
@media (max-width: 991px) {
  .hl-main-layout {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 20px !important;
  }
  .hl-gallery {
    order: -1 !important;
    width: 100% !important;
  }
  .hl-thumbs-scroll-wrap {
    overflow-x: auto !important;
    margin-top: 10px !important;
  }
  .hl-thumb-btn {
    min-width: 58px !important;
    height: 58px !important;
  }
}


/* ============================================================
   V3 MOBILE OVERHAUL + GALLERY ZOOM
   ============================================================ */

/* Desktop gallery zoom-follows-cursor */
.hl-pdp { overflow-x: clip !important; }
.hl-main-image-wrap { cursor: zoom-in; }
#hl-main-gallery-img {
  transition: transform 0.25s ease, opacity 0.2s ease;
  will-change: transform;
}
.hl-main-image-wrap.is-zooming { cursor: zoom-out; }
.hl-main-image-wrap.is-zooming #hl-main-gallery-img { transform: scale(2); }

@media (max-width: 900px) {
  /* HERO: gallery first, never clipped */
  .hl-hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }
  .hl-gallery {
    order: -1 !important;
    position: static !important;
    width: 100% !important;
  }
  .hl-main-image-wrap {
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 14px !important;
  }
  #hl-main-gallery-img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
  }
  .hl-pdp { padding-top: 8px !important; }
  .hl-breadcrumbs { margin-bottom: 10px !important; font-size: 12px !important; }
  .hl-console { padding: 18px 16px !important; }
  .hl-title { font-size: 21px !important; line-height: 1.3 !important; }
  .hl-shade-picker { gap: 6px !important; }
  .hl-shade-name { font-size: 11px !important; }
}

@media (max-width: 749px) {
  /* BEFORE/AFTER STORIES: one big card per view, swipeable */
  #hl-story-track { gap: 12px !important; }
  #hl-story-track > div {
    flex: 0 0 86% !important;
    min-width: 86% !important;
  }
  #hl-story-track img { max-height: none !important; }

  /* UGC WALL: swipeable carousel, one big readable card */
  .hl-ugc-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 12px !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 8px !important;
  }
  .hl-ugc-grid::-webkit-scrollbar { display: none !important; }
  .hl-ugc-card {
    flex: 0 0 78% !important;
    min-width: 78% !important;
    scroll-snap-align: start !important;
  }
  .hl-ugc-card p { font-size: 13.5px !important; line-height: 1.6 !important; }
  .hl-ugc-card div[style*='aspect-ratio'] { margin-bottom: 12px !important; }

  /* COMPARISON: stacked, soft, readable */
  .hl-compare-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .hl-compare-bad, .hl-compare-good { padding: 18px !important; }
  .hl-compare-bad h3, .hl-compare-good h3 { font-size: 16px !important; margin-bottom: 12px !important; }
  .hl-compare-bad li, .hl-compare-good li { font-size: 14px !important; line-height: 1.55 !important; }

  /* INCLUDED ITEMS: full-width cards, big images */
  .hl-included-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .hl-included-card { padding: 18px !important; }
  .hl-included-img-wrap { aspect-ratio: 16 / 10 !important; padding: 8px !important; }
  .hl-included-card h3 { font-size: 18px !important; }
  .hl-included-card p { font-size: 14px !important; line-height: 1.6 !important; }
}

/* ===== BiotinRoot additions: how-it-works, how-to-use, table, FAQ, guarantee ===== */
.hl-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hl-step-card { background: #FFFFFF; border: 1.5px solid #ECE7DE; border-radius: 16px; padding: 22px; text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,0.03); }
.hl-step-badge { width: 40px; height: 40px; margin: 0 auto 12px; border-radius: 50%; background: #17231E; color: #FFFFFF; font-size: 17px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.hl-step-card h3 { font-size: 17px; font-weight: 800; color: #17231E; margin: 0 0 8px; }
.hl-step-card p { font-size: 13.5px; color: #555; line-height: 1.6; margin: 0; }

.hl-howto-box { max-width: 760px; margin: 0 auto; background: #FFFFFF; border: 1.5px solid #ECE7DE; border-radius: 16px; padding: 24px 26px; font-size: 15px; line-height: 1.8; color: #17231E; box-shadow: 0 4px 16px rgba(0,0,0,0.03); }

.hl-compare-table-wrap { max-width: 860px; margin: 0 auto; overflow-x: auto; }
.hl-compare-table { width: 100%; border-collapse: separate; border-spacing: 0; background: #FFFFFF; border: 1.5px solid #ECE7DE; border-radius: 16px; overflow: hidden; font-size: 14px; }
.hl-compare-table th, .hl-compare-table td { padding: 13px 14px; text-align: center; border-bottom: 1px solid #F0EBE3; }
.hl-compare-table tr:last-child td { border-bottom: none; }
.hl-compare-table thead th { background: #17231E; color: #FFFFFF; font-weight: 800; font-size: 14px; }
.hl-compare-table thead th.hl-col-product { background: #C5A059; color: #17231E; }
.hl-compare-table td:first-child, .hl-compare-table th:first-child { text-align: right; font-weight: 700; color: #17231E; }
.hl-compare-table td.hl-col-product { background: #FFFDF6; font-weight: 800; color: #17231E; }

.hl-faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.hl-faq-item { background: #FFFFFF; border: 1.5px solid #ECE7DE; border-radius: 12px; overflow: hidden; }
.hl-faq-item summary { cursor: pointer; padding: 15px 18px; font-size: 15px; font-weight: 800; color: #17231E; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.hl-faq-item summary::-webkit-details-marker { display: none; }
.hl-faq-item summary::after { content: '+'; font-size: 20px; font-weight: 800; color: #C5A059; }
.hl-faq-item[open] summary::after { content: '−'; }
.hl-faq-item .hl-faq-a { padding: 0 18px 16px; font-size: 14px; color: #555; line-height: 1.7; }

.hl-guarantee-box { max-width: 760px; margin: 0 auto; background: #FAF8F5; border: 1.5px solid #DFD7C9; border-radius: 16px; padding: 24px 26px; display: flex; align-items: center; gap: 16px; }
.hl-guarantee-box .hl-guarantee-icon { font-size: 34px; }
.hl-guarantee-box h3 { font-size: 17px; font-weight: 800; color: #17231E; margin: 0 0 4px; }
.hl-guarantee-box p { font-size: 14px; color: #17231E; margin: 0; line-height: 1.6; }

.hl-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hl-testi-card { background: #FFFFFF; border: 1.5px solid #ECE7DE; border-radius: 16px; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.03); }
.hl-testi-stars { color: #C5A059; font-size: 14px; margin-bottom: 8px; }
.hl-testi-text { font-size: 14px; color: #17231E; line-height: 1.7; margin: 0 0 12px; }
.hl-testi-name { font-size: 13px; font-weight: 800; color: #7A7672; }

@media (max-width: 900px) {
  .hl-steps-grid { grid-template-columns: 1fr; gap: 14px; }
  .hl-testi-grid { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 749px) {
  .hl-compare-table { font-size: 12.5px; }
  .hl-compare-table th, .hl-compare-table td { padding: 10px 8px; }
  .hl-guarantee-box { flex-direction: column; text-align: center; }
}

/* Staging Guarantee & Steps Responsive Enhancements */
.hl-steps-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .hl-guarantee-box {
    flex-direction: column-reverse !important;
    text-align: center !important;
    padding: 24px 20px !important;
    gap: 16px !important;
  }
  .hl-guarantee-content {
    text-align: center !important;
  }
  .hl-guarantee-img-wrap {
    width: 140px !important;
    margin: 0 auto !important;
  }
  .hl-testi-img-wrap {
    height: 240px !important;
  }
}

.hl-steps-caption { text-align: center !important; margin: 18px auto 0 !important; display: block !important; }

/* Force center for steps caption */
.hl-steps-caption-container {
  text-align: center !important;
  width: 100% !important;
  margin: 20px auto 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.hl-steps-caption {
  text-align: center !important;
  margin: 0 auto !important;
  display: inline-block !important;
}

/* Guarantee Box Centered & Responsive */
.hl-guarantee-box {
  flex-direction: column !important;
  text-align: center !important;
  align-items: center !important;
}
.hl-guarantee-box h3, .hl-guarantee-box p {
  text-align: center !important;
}
.hl-guarantee-img-wrap {
  width: 100% !important;
  max-width: 580px !important;
  margin: 0 auto !important;
}
