/*
Theme Name: Blossence Child
Theme URI: https://www.blossence.com
Description: Custom child theme for Blossence — Pure Essential Oils & Aromatherapy
Author: Blossence
Author URI: https://www.blossence.com
Template: w
Version: 2.0.0
Text Domain: blossence-child
*/

/* =============================================
   DESIGN SYSTEM TOKENS
   ============================================= */

:root {
  --bl-green: #2D4A3E;
  --bl-ivory: #F9F5EF;
  --bl-gold: #C9A84C;
  --bl-green-light: #3D5E50;
  --bl-green-dark: #1E332B;
  --bl-gold-light: #D4B96A;
  --bl-gold-dark: #A88B3D;
  --bl-text: #2C2C2C;
  --bl-text-light: #6B6B6B;
  --bl-font-heading: "Cormorant Garamond", Georgia, serif;
  --bl-font-body: "Lato", "Helvetica Neue", Arial, sans-serif;
  --bl-radius: 6px;
  --bl-radius-lg: 14px;
  --bl-shadow-sm: 0 2px 8px rgba(45,74,62,0.06);
  --bl-shadow-md: 0 8px 30px rgba(45,74,62,0.10);
  --bl-shadow-lg: 0 16px 50px rgba(45,74,62,0.14);
  --bl-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --bl-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* =============================================
   GLOBAL TYPOGRAPHY
   ============================================= */

body {
  font-family: var(--bl-font-body);
  color: var(--bl-text);
  background-color: var(--bl-ivory);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.page-title, .title,
.wd-entities-title,
.woodmart-title-container .title,
.category-title {
  font-family: var(--bl-font-heading);
  font-weight: 600;
  color: var(--bl-green);
}

/* =============================================
   SCROLL PROGRESS BAR
   ============================================= */

.bl-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--bl-green), var(--bl-gold));
  z-index: 100000;
  transition: width 0.1s linear;
  pointer-events: none;
}

/* =============================================
   TRANSPARENT HEADER OVER HERO (HOMEPAGE)
   ============================================= */

/* Hide top announcement bar on homepage */
.bl-has-hero .whb-top-bar,
.bl-has-hero .whb-row.whb-top-bar-row {
  display: none !important;
}

/* Make the ENTIRE header transparent — target every layer */
.bl-has-hero .whb-header,
.bl-has-hero .whb-header .whb-main-header,
.bl-has-hero .whb-header .whb-row,
.bl-has-hero .whb-header .whb-row.whb-general-header,
.bl-has-hero .whb-header .whb-row.whb-with-bg {
  background: transparent !important;
  background-color: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Position header OVER the hero */
.bl-has-hero .whb-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100 !important;
}

/* Top-level nav links, text, icons → white */
.bl-has-hero .whb-header .wd-nav-main > li > .woodmart-nav-link,
.bl-has-hero .whb-header .wd-nav-main > li > .woodmart-nav-link .nav-link-text,
.bl-has-hero .whb-header .wd-tools-element > a,
.bl-has-hero .whb-header .wd-header-my-account > a,
.bl-has-hero .whb-header .wd-tools-text,
.bl-has-hero .whb-header .wd-cart-subtotal,
.bl-has-hero .whb-header .wd-cart-subtotal *,
.bl-has-hero .whb-header .wd-tools-icon {
  color: var(--bl-ivory) !important;
}

.bl-has-hero .whb-header .wd-nav-main > li > .woodmart-nav-link:hover,
.bl-has-hero .whb-header .wd-tools-element > a:hover {
  color: var(--bl-gold) !important;
}

/* Dropdown menus — MUST be readable: dark text on white bg */
.bl-has-hero .whb-header .wd-dropdown-menu,
.bl-has-hero .whb-header .wd-dropdown,
.bl-has-hero .whb-header .wd-sub-menu {
  background: #fff !important;
}

.bl-has-hero .whb-header .wd-sub-menu a,
.bl-has-hero .whb-header .wd-dropdown-menu a,
.bl-has-hero .whb-header .wd-sub-menu .woodmart-nav-link {
  color: var(--bl-green) !important;
}

.bl-has-hero .whb-header .wd-sub-menu a:hover,
.bl-has-hero .whb-header .wd-dropdown-menu a:hover {
  color: var(--bl-gold) !important;
}

/* Logo — keep original colors, just make it smaller */
.bl-has-hero .whb-header .wd-logo img,
.bl-has-hero .whb-header .site-logo img {
  filter: none !important;
  max-width: 160px !important;
  max-height: 50px !important;
  transition: filter 0.4s var(--bl-ease);
}

/* Cart count badge */
.bl-has-hero .whb-header .wd-cart-number,
.bl-has-hero .whb-header .wd-tools-count {
  background-color: var(--bl-gold) !important;
  color: var(--bl-green-dark) !important;
}

/* ---- STICKY HEADER (on scroll) — solid ---- */
.bl-has-hero .whb-sticky-header.whb-sticked,
.bl-has-hero .whb-sticky-header.whb-sticked .whb-row,
.bl-has-hero .whb-header.whb-sticked,
.bl-has-hero .whb-header.whb-sticked .whb-row {
  background: var(--bl-ivory) !important;
  background-color: var(--bl-ivory) !important;
  box-shadow: var(--bl-shadow-sm) !important;
  border-bottom: 1px solid rgba(45,74,62,0.08) !important;
}

.bl-has-hero .whb-sticked .woodmart-nav-link,
.bl-has-hero .whb-sticked .nav-link-text,
.bl-has-hero .whb-sticked .wd-nav .wd-nav-link,
.bl-has-hero .whb-sticked .menu > li > a,
.bl-has-hero .whb-sticked .wd-tools-element > a,
.bl-has-hero .whb-sticked .wd-tools-text,
.bl-has-hero .whb-sticked .wd-cart-subtotal,
.bl-has-hero .whb-sticked .wd-cart-subtotal *,
.bl-has-hero .whb-sticked .wd-tools-icon {
  color: var(--bl-green) !important;
}

.bl-has-hero .whb-sticked .woodmart-nav-link:hover,
.bl-has-hero .whb-sticked .menu > li > a:hover {
  color: var(--bl-gold) !important;
}

.bl-has-hero .whb-sticked .wd-logo img,
.bl-has-hero .whb-sticked .site-logo img {
  filter: none !important;
}

/* =============================================
   HERO SECTION — FULL-SCREEN IMMERSIVE
   ============================================= */

/* Hero sits naturally — header is position:absolute so it overlays */
.bl-hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.bl-hero__bg {
  position: absolute;
  inset: 0;
  background: url('https://blossence.com/wp-content/uploads/blossence-hero-bg.jpg') center/cover no-repeat;
  transform: scale(1.05);
  will-change: transform;
}

.bl-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(30, 51, 43, 0.88) 0%,
    rgba(45, 74, 62, 0.72) 35%,
    rgba(45, 74, 62, 0.55) 65%,
    rgba(201, 168, 76, 0.12) 100%
  );
  z-index: 1;
}

/* Subtle grain texture overlay */
.bl-hero__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 128px 128px;
  opacity: 0.5;
}

.bl-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 740px;
  padding: 2rem 1.5rem;
  animation: bl-hero-enter 1.2s var(--bl-ease) both;
}

@keyframes bl-hero-enter {
  0%   { opacity: 0; transform: translateY(40px); filter: blur(4px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.bl-hero__eyebrow {
  display: inline-block;
  font-family: var(--bl-font-body);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bl-gold);
  margin-bottom: 24px;
  padding: 10px 28px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 40px;
  background: rgba(201, 168, 76, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: bl-hero-enter 1.2s var(--bl-ease) 0.2s both;
}

.bl-hero__title {
  font-family: var(--bl-font-heading) !important;
  font-size: clamp(3rem, 7vw, 5.5rem) !important;
  font-weight: 700 !important;
  color: var(--bl-ivory) !important;
  line-height: 1.05 !important;
  margin-bottom: 28px !important;
  letter-spacing: -0.02em;
  animation: bl-hero-enter 1.2s var(--bl-ease) 0.3s both;
}

.bl-hero__title em {
  font-style: italic;
  font-weight: 700;
  color: var(--bl-gold-light);
}

.bl-hero__sub {
  font-family: var(--bl-font-heading);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 600;
  font-style: italic;
  color: rgba(249, 245, 239, 0.88);
  line-height: 1.85;
  margin-bottom: 28px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  animation: bl-hero-enter 1.2s var(--bl-ease) 0.5s both;
}

.bl-hero__proof {
  font-family: var(--bl-font-body);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(249, 245, 239, 0.85);
  margin-bottom: 50px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.3);
  animation: bl-hero-enter 1.2s var(--bl-ease) 0.6s both;
}

.bl-hero__ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  animation: bl-hero-enter 1.2s var(--bl-ease) 0.7s both;
}

/* Scroll hint */
.bl-hero__scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0.4;
  transition: opacity 0.3s;
  animation: bl-hero-enter 1.2s var(--bl-ease) 1s both;
}

.bl-hero__scroll-hint span {
  font-size: 8px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bl-ivory);
  font-family: var(--bl-font-body);
}

.bl-hero__scroll-hint:hover { opacity: 0.8; }

/* =============================================
   BUTTONS
   ============================================= */

.bl-btn {
  display: inline-block;
  padding: 16px 40px;
  font-family: var(--bl-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  transition: all 0.35s var(--bl-ease);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.bl-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.bl-btn:hover::before {
  width: 300px;
  height: 300px;
}

.bl-btn--gold {
  background: var(--bl-gold) !important;
  color: var(--bl-green-dark) !important;
  border: 2px solid var(--bl-gold) !important;
}

.bl-btn--gold:hover {
  background: var(--bl-gold-dark) !important;
  border-color: var(--bl-gold-dark) !important;
  box-shadow: 0 8px 30px rgba(201, 168, 76, 0.35);
}

.bl-btn--outline {
  background: transparent !important;
  color: var(--bl-ivory) !important;
  border: 2px solid rgba(249, 245, 239, 0.3) !important;
}

.bl-btn--outline:hover {
  border-color: var(--bl-ivory) !important;
  background: rgba(249, 245, 239, 0.06) !important;
}

/* =============================================
   TRUST BAR
   ============================================= */

.bl-trust {
  background: var(--bl-ivory);
  border-bottom: 1px solid rgba(45, 74, 62, 0.06);
  padding: 18px 24px;
}

.bl-trust__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}

.bl-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--bl-font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bl-green);
  white-space: nowrap;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.bl-trust__item:hover { opacity: 1; }

.bl-trust__item--link {
  text-decoration: none !important;
  color: var(--bl-gold-dark) !important;
}

.bl-trust__item--link:hover {
  color: var(--bl-green) !important;
}

/* =============================================
   SCROLL ANIMATIONS
   ============================================= */

[data-bl-animate] {
  opacity: 0;
  transition: opacity 0.7s var(--bl-ease), transform 0.7s var(--bl-ease);
}

[data-bl-animate="fade-up"] {
  transform: translateY(30px);
}

[data-bl-animate="fade-in"] {
  transform: none;
}

[data-bl-animate="fade-left"] {
  transform: translateX(-30px);
}

[data-bl-animate="fade-right"] {
  transform: translateX(30px);
}

[data-bl-animate="scale-in"] {
  transform: scale(0.92);
}

[data-bl-animate].bl-visible {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

/* =============================================
   3D TILT SHINE OVERLAY
   ============================================= */

.bl-tilt-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  transition: background 0.2s ease;
}

/* =============================================
   GLASSMORPHISM CARD
   ============================================= */

.bl-glass {
  background: rgba(249, 245, 239, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(45, 74, 62, 0.08);
  border-radius: var(--bl-radius-lg);
  box-shadow: var(--bl-shadow-sm);
  transition: box-shadow 0.35s var(--bl-ease), transform 0.35s var(--bl-ease);
}

.bl-glass:hover {
  box-shadow: var(--bl-shadow-md);
  transform: translateY(-4px);
}

/* =============================================
   SACRED GEOMETRY SECTION DIVIDER
   ============================================= */

.bl-divider {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow: visible;
  position: relative;
}

.bl-divider svg {
  width: 60px;
  height: 60px;
  opacity: 0.12;
}

/* Lotus/mandala inline SVG divider */
.bl-divider--lotus::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='%232D4A3E' stroke-width='0.5' opacity='0.2'/%3E%3Ccircle cx='50' cy='50' r='30' fill='none' stroke='%232D4A3E' stroke-width='0.5' opacity='0.15'/%3E%3Ccircle cx='50' cy='50' r='15' fill='none' stroke='%23C9A84C' stroke-width='0.5' opacity='0.3'/%3E%3Cpath d='M50 5 Q55 25 50 50 Q45 25 50 5' fill='none' stroke='%232D4A3E' stroke-width='0.4' opacity='0.15'/%3E%3Cpath d='M50 95 Q55 75 50 50 Q45 75 50 95' fill='none' stroke='%232D4A3E' stroke-width='0.4' opacity='0.15'/%3E%3Cpath d='M5 50 Q25 55 50 50 Q25 45 5 50' fill='none' stroke='%232D4A3E' stroke-width='0.4' opacity='0.15'/%3E%3Cpath d='M95 50 Q75 55 50 50 Q75 45 95 50' fill='none' stroke='%232D4A3E' stroke-width='0.4' opacity='0.15'/%3E%3Cpath d='M15 15 Q35 35 50 50 Q35 35 15 15' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.12'/%3E%3Cpath d='M85 85 Q65 65 50 50 Q65 65 85 85' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.12'/%3E%3Cpath d='M85 15 Q65 35 50 50 Q65 35 85 15' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.12'/%3E%3Cpath d='M15 85 Q35 65 50 50 Q35 65 15 85' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
}

/* =============================================
   PRODUCT CARDS — ENHANCED
   ============================================= */

.wd-product,
.product-grid-item {
  border-radius: var(--bl-radius) !important;
  border: 1px solid rgba(45,74,62,0.06) !important;
  transition: box-shadow 0.4s var(--bl-ease), transform 0.4s var(--bl-ease) !important;
  will-change: transform;
  background: #fff !important;
}

.wd-product:hover,
.product-grid-item:hover {
  box-shadow: var(--bl-shadow-md) !important;
}

.wd-product .wd-product-title,
.product-title a {
  font-family: var(--bl-font-heading);
  font-size: 1.1rem;
  color: var(--bl-green);
}

.wd-product .price,
.product-price .price {
  color: var(--bl-green-dark);
  font-weight: 700;
}

.wd-product .price ins {
  color: var(--bl-gold-dark);
}

/* =============================================
   SINGLE PRODUCT — ENHANCED
   ============================================= */

/* Hide SKU */
.single-product .sku_wrapper,
.single-product .product_meta .sku_wrapper {
  display: none !important;
}

/* Amazon button alignment */
.single-product .product_meta a[href*="amazon"] {
  display: inline-block;
  margin-top: 16px !important;
}

.single-product .product_title {
  font-family: var(--bl-font-heading);
  color: var(--bl-green);
  font-size: 2.2rem;
}

.woocommerce-tabs .tabs li.active a {
  color: var(--bl-green) !important;
  border-bottom-color: var(--bl-gold) !important;
}

.star-rating span::before,
.star-rating::before {
  color: var(--bl-gold) !important;
}

/* =============================================
   GLOBAL BUTTONS
   ============================================= */

.btn-color-primary,
.button.btn-color-primary,
.added_to_cart,
.woocommerce .button,
.wd-action-btn.wd-style-icon:hover,
.woodmart-shopping-icon .woodmart-cart-number,
.wd-action-btn .wd-tools-count {
  background-color: var(--bl-green) !important;
  color: var(--bl-ivory) !important;
  transition: all 0.3s var(--bl-ease) !important;
}

.btn-color-primary:hover,
.button.btn-color-primary:hover,
.woocommerce .button:hover {
  background-color: var(--bl-green-light) !important;
  box-shadow: 0 4px 16px rgba(45,74,62,0.2) !important;
}

.single_add_to_cart_button {
  position: relative;
  overflow: hidden;
}

.single_add_to_cart_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
}

.single_add_to_cart_button:hover::after {
  width: 400px;
  height: 400px;
}

/* =============================================
   FOOTER
   ============================================= */

.footer-container,
.woodmart-footer,
.wd-prefooter {
  background-color: var(--bl-green-dark) !important;
  color: var(--bl-ivory) !important;
}

.footer-container h5,
.woodmart-footer .widget-title,
.wd-prefooter .widget-title,
.footer-container .wd-title {
  font-family: var(--bl-font-heading);
  color: var(--bl-gold) !important;
}

.footer-container a,
.woodmart-footer a,
.wd-prefooter a {
  color: rgba(249, 245, 239, 0.75) !important;
  transition: color 0.2s;
}

.footer-container a:hover,
.woodmart-footer a:hover {
  color: var(--bl-gold) !important;
}

.copyrights-wrapper {
  background-color: rgba(30,51,43,0.95) !important;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
}

/* =============================================
   EXIT-INTENT POPUP
   ============================================= */

.bl-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(30, 51, 43, 0.6);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bl-fade-in 0.3s ease;
}

@keyframes bl-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }

.bl-popup {
  background: var(--bl-ivory);
  border-radius: var(--bl-radius-lg);
  padding: 48px 40px;
  max-width: 460px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: var(--bl-shadow-lg);
  animation: bl-popup-in 0.4s var(--bl-ease-bounce) both;
}

@keyframes bl-popup-in { 0% { opacity: 0; transform: scale(0.9) translateY(20px); } 100% { opacity: 1; transform: scale(1) translateY(0); } }

.bl-popup__close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--bl-text-light);
  cursor: pointer;
  line-height: 1;
}

.bl-popup__mandala {
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.4'/%3E%3Ccircle cx='50' cy='50' r='30' fill='none' stroke='%232D4A3E' stroke-width='0.6' opacity='0.3'/%3E%3Ccircle cx='50' cy='50' r='15' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.5'/%3E%3C/svg%3E");
  background-size: contain;
  animation: bqSpin 10s linear infinite;
}

.bl-popup h2 {
  font-family: var(--bl-font-heading) !important;
  font-size: 1.6rem !important;
  color: var(--bl-green) !important;
  margin-bottom: 10px !important;
}

.bl-popup p {
  font-size: 0.9rem;
  color: var(--bl-text-light);
  line-height: 1.7;
  margin-bottom: 20px;
}

.bl-popup__form {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.bl-popup__input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid rgba(45, 74, 62, 0.15);
  border-radius: var(--bl-radius);
  font-family: var(--bl-font-body);
  font-size: 14px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.bl-popup__input:focus {
  border-color: var(--bl-gold);
}

.bl-popup__btn {
  flex-shrink: 0;
  padding: 12px 24px !important;
  font-size: 11px !important;
  white-space: nowrap;
}

.bl-popup__note {
  font-size: 0.75rem;
  color: var(--bl-text-light);
  opacity: 0.6;
}

/* =============================================
   CHATBOT WIDGET
   ============================================= */

.bl-chat {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9998;
  font-family: var(--bl-font-body);
}

.bl-chat__trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--bl-green);
  color: var(--bl-ivory);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(45, 74, 62, 0.3);
  transition: all 0.3s var(--bl-ease);
}

.bl-chat__trigger:hover {
  background: var(--bl-green-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(45, 74, 62, 0.35);
}

.bl-chat__panel {
  display: none;
  position: absolute;
  bottom: 56px;
  right: 0;
  width: 340px;
  max-height: 440px;
  background: var(--bl-ivory);
  border-radius: var(--bl-radius-lg);
  box-shadow: var(--bl-shadow-lg);
  overflow: hidden;
  animation: bl-popup-in 0.3s var(--bl-ease) both;
}

.bl-chat--open .bl-chat__panel {
  display: block;
}

.bl-chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--bl-green);
  color: var(--bl-ivory);
  font-size: 14px;
}

.bl-chat__header button {
  background: none;
  border: none;
  color: var(--bl-ivory);
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

.bl-chat__body {
  padding: 16px;
  max-height: 340px;
  overflow-y: auto;
}

.bl-chat__msg {
  margin-bottom: 12px;
  font-size: 0.85rem;
  line-height: 1.65;
}

.bl-chat__msg--bot {
  background: rgba(45, 74, 62, 0.06);
  padding: 12px 14px;
  border-radius: 12px 12px 12px 2px;
  color: var(--bl-text);
}

.bl-chat__options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.bl-chat__options button {
  padding: 8px 14px;
  background: #fff;
  border: 1px solid rgba(45, 74, 62, 0.12);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: var(--bl-green);
  cursor: pointer;
  transition: all 0.2s;
}

.bl-chat__options button:hover {
  background: var(--bl-green);
  color: var(--bl-ivory);
  border-color: var(--bl-green);
}

.bl-chat__link {
  display: inline-block;
  margin: 4px 0;
  padding: 6px 14px;
  background: var(--bl-gold);
  color: var(--bl-green-dark) !important;
  text-decoration: none !important;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background 0.2s;
}

.bl-chat__link:hover {
  background: var(--bl-gold-dark);
}

.bl-chat__restart {
  background: none;
  border: 1px solid rgba(45, 74, 62, 0.15);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  color: var(--bl-text-light);
  cursor: pointer;
  margin-top: 4px;
}

.bl-chat__restart:hover {
  border-color: var(--bl-green);
  color: var(--bl-green);
}

@media (max-width: 480px) {
  .bl-chat__panel {
    width: calc(100vw - 40px);
    right: -10px;
  }

  .bl-popup {
    padding: 36px 24px;
  }

  .bl-popup__form {
    flex-direction: column;
  }

  .bl-popup__btn {
    width: 100%;
  }
}

/* =============================================
   PARTICLE CANVAS
   ============================================= */

.bl-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* =============================================
   CUSTOM CURSOR (desktop only)
   ============================================= */

@media (hover: hover) and (pointer: fine) {
  /* Intentionally subtle — just the gold glow on interactive elements */
  .bl-btn:hover,
  .wd-product:hover,
  a:hover {
    cursor: pointer;
  }
}

/* =============================================
   HOMEPAGE SECTIONS — SHARED
   ============================================= */

.bl-section {
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
  /* Break out of parent container to go full-width */
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.bl-section__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.bl-section__eyebrow {
  display: inline-block;
  font-family: var(--bl-font-body);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bl-gold);
  margin-bottom: 12px;
}

.bl-section__title {
  font-family: var(--bl-font-heading) !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 600 !important;
  color: var(--bl-green) !important;
  margin-bottom: 12px !important;
}

.bl-section__subtitle {
  font-family: var(--bl-font-body);
  font-size: 1rem;
  color: var(--bl-text-light);
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.7;
}

/* =============================================
   HOW IT WORKS — 3 STEPS
   ============================================= */

/* =============================================
   BOTANICAL BACKGROUND ELEMENTS (positioned per section)
   ============================================= */

.bl-botanical {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Leaf SVG elements */
.bl-botanical--leaves-1 {
  width: 200px; height: 250px;
  top: 40px; left: -30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 140'%3E%3Cpath d='M50 0 C20 30 0 70 10 140 Q30 100 50 70 Q70 100 90 140 C100 70 80 30 50 0Z' fill='%232D4A3E'/%3E%3Cpath d='M50 20 L50 130' stroke='%232D4A3E' stroke-width='0.5' fill='none'/%3E%3Cpath d='M50 40 L30 60 M50 60 L70 45 M50 80 L25 95 M50 100 L75 85' stroke='%232D4A3E' stroke-width='0.3' fill='none'/%3E%3C/svg%3E");
  animation: bl-sway 8s ease-in-out infinite;
  opacity: 0.05;
}

.bl-botanical--leaves-2 {
  width: 150px; height: 200px;
  bottom: 20px; right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 140'%3E%3Cpath d='M50 0 C20 30 0 70 10 140 Q30 100 50 70 Q70 100 90 140 C100 70 80 30 50 0Z' fill='%23C9A84C'/%3E%3C/svg%3E");
  animation: bl-sway 10s ease-in-out infinite reverse;
  opacity: 0.04;
  transform: rotate(30deg);
}

/* Flower elements */
.bl-botanical--flower-1 {
  width: 180px; height: 180px;
  top: 30px; right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='8' fill='%23C9A84C' opacity='0.5'/%3E%3Cellipse cx='50' cy='25' rx='12' ry='22' fill='%232D4A3E' opacity='0.3'/%3E%3Cellipse cx='50' cy='75' rx='12' ry='22' fill='%232D4A3E' opacity='0.3'/%3E%3Cellipse cx='25' cy='50' rx='22' ry='12' fill='%232D4A3E' opacity='0.3'/%3E%3Cellipse cx='75' cy='50' rx='22' ry='12' fill='%232D4A3E' opacity='0.3'/%3E%3Cellipse cx='32' cy='32' rx='16' ry='10' fill='%232D4A3E' opacity='0.2' transform='rotate(-45 32 32)'/%3E%3Cellipse cx='68' cy='32' rx='16' ry='10' fill='%232D4A3E' opacity='0.2' transform='rotate(45 68 32)'/%3E%3Cellipse cx='32' cy='68' rx='16' ry='10' fill='%232D4A3E' opacity='0.2' transform='rotate(45 32 68)'/%3E%3Cellipse cx='68' cy='68' rx='16' ry='10' fill='%232D4A3E' opacity='0.2' transform='rotate(-45 68 68)'/%3E%3C/svg%3E");
  animation: bl-spin-slow 30s linear infinite;
  opacity: 0.05;
}

.bl-botanical--flower-2 {
  width: 120px; height: 120px;
  bottom: 60px; left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='6' fill='%23C9A84C' opacity='0.4'/%3E%3Cellipse cx='50' cy='25' rx='10' ry='18' fill='%23C9A84C' opacity='0.2'/%3E%3Cellipse cx='50' cy='75' rx='10' ry='18' fill='%23C9A84C' opacity='0.2'/%3E%3Cellipse cx='25' cy='50' rx='18' ry='10' fill='%23C9A84C' opacity='0.2'/%3E%3Cellipse cx='75' cy='50' rx='18' ry='10' fill='%23C9A84C' opacity='0.2'/%3E%3C/svg%3E");
  animation: bl-spin-slow 25s linear infinite reverse;
  opacity: 0.04;
}

/* Oil drop elements */
.bl-botanical--drops-1 {
  width: 140px; height: 200px;
  top: 50px; left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 120'%3E%3Cpath d='M40 10 Q20 50 20 70 A20 20 0 0 0 60 70 Q60 50 40 10Z' fill='%23C9A84C' opacity='0.3'/%3E%3Cpath d='M25 50 Q15 70 15 82 A10 10 0 0 0 35 82 Q35 70 25 50Z' fill='%232D4A3E' opacity='0.2'/%3E%3Cpath d='M58 40 Q50 55 50 63 A8 8 0 0 0 66 63 Q66 55 58 40Z' fill='%232D4A3E' opacity='0.15'/%3E%3C/svg%3E");
  animation: bl-float 6s ease-in-out infinite;
  opacity: 0.05;
}

/* Diffuser silhouette */
.bl-botanical--diffuser {
  width: 120px; height: 160px;
  bottom: 30px; right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 100'%3E%3Cellipse cx='30' cy='92' rx='18' ry='6' fill='%23F9F5EF' opacity='0.3'/%3E%3Cpath d='M22 35 Q22 85 20 90 L40 90 Q38 85 38 35 Z' fill='%23F9F5EF' opacity='0.15'/%3E%3Cpath d='M20 30 Q30 20 40 30 Q38 35 22 35 Z' fill='%23C9A84C' opacity='0.2'/%3E%3Cpath d='M28 25 Q30 5 32 25' stroke='%23F9F5EF' stroke-width='0.5' fill='none' opacity='0.2'/%3E%3Cpath d='M25 20 Q28 0 31 20' stroke='%23F9F5EF' stroke-width='0.3' fill='none' opacity='0.15'/%3E%3Cpath d='M31 22 Q34 2 37 22' stroke='%23F9F5EF' stroke-width='0.3' fill='none' opacity='0.15'/%3E%3C/svg%3E");
  animation: bl-float 7s ease-in-out infinite;
  opacity: 0.06;
}

/* Mandala for CTA */
.bl-botanical--mandala {
  width: 300px; height: 300px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle cx='100' cy='100' r='95' fill='none' stroke='%23C9A84C' stroke-width='0.4' opacity='0.3'/%3E%3Ccircle cx='100' cy='100' r='70' fill='none' stroke='%23F9F5EF' stroke-width='0.3' opacity='0.2'/%3E%3Ccircle cx='100' cy='100' r='45' fill='none' stroke='%23C9A84C' stroke-width='0.4' opacity='0.25'/%3E%3Ccircle cx='100' cy='100' r='20' fill='none' stroke='%23F9F5EF' stroke-width='0.3' opacity='0.15'/%3E%3Cpath d='M100 5 Q105 50 100 100 Q95 50 100 5' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.15'/%3E%3Cpath d='M100 195 Q105 150 100 100 Q95 150 100 195' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.15'/%3E%3Cpath d='M5 100 Q50 105 100 100 Q50 95 5 100' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.15'/%3E%3Cpath d='M195 100 Q150 105 100 100 Q150 95 195 100' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.15'/%3E%3C/svg%3E");
  animation: bl-spin-slow 40s linear infinite;
  opacity: 0.08;
}

@keyframes bl-sway {
  0%, 100% { transform: rotate(0deg) translateX(0); }
  25% { transform: rotate(2deg) translateX(5px); }
  75% { transform: rotate(-2deg) translateX(-5px); }
}

@keyframes bl-spin-slow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes bl-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* =============================================
   WHY BLOSSENCE — IVORY + LEAVES BG
   ============================================= */

.bl-why {
  background: var(--bl-ivory);
  position: relative;
  overflow: hidden;
}

.bl-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.bl-trust-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(45,74,62,0.06);
  border-radius: var(--bl-radius-lg);
  padding: 32px 22px;
  transition: all 0.4s var(--bl-ease);
}

.bl-trust-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--bl-shadow-md);
  border-color: rgba(201,168,76,0.2);
}

.bl-trust-card__icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(45,74,62,0.06);
  color: var(--bl-green);
  margin: 0 auto 16px;
  transition: all 0.3s;
}

.bl-trust-card:hover .bl-trust-card__icon {
  background: var(--bl-green);
  color: var(--bl-ivory);
}

.bl-trust-card h4 {
  font-family: var(--bl-font-heading) !important;
  font-size: 1.15rem !important;
  color: var(--bl-green) !important;
  margin-bottom: 8px !important;
}

.bl-trust-card p {
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--bl-text-light);
}

/* --- HOW IT WORKS: dark green gradient + flower bg --- */
.bl-how-it-works {
  background: linear-gradient(160deg, var(--bl-green-dark) 0%, var(--bl-green) 60%, #1a3830 100%);
  position: relative;
  overflow: hidden;
}

.bl-how-it-works .bl-section__eyebrow { color: var(--bl-gold-light); }
.bl-how-it-works .bl-section__title { color: var(--bl-ivory) !important; }
.bl-how-it-works .bl-section__subtitle { color: rgba(249,245,239,0.55); }

.bl-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}

.bl-step {
  padding: 36px 28px;
  position: relative;
  background: rgba(249,245,239,0.06) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(249,245,239,0.1) !important;
  border-radius: var(--bl-radius-lg) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
  transition: all 0.4s var(--bl-ease) !important;
}

.bl-step:hover {
  background: rgba(249,245,239,0.1) !important;
  border-color: rgba(201,168,76,0.25) !important;
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.2) !important;
}

.bl-step__num {
  font-family: var(--bl-font-heading);
  font-size: 3rem;
  font-weight: 700;
  color: rgba(201,168,76,0.1);
  position: absolute;
  top: 16px;
  right: 20px;
  line-height: 1;
}

.bl-step__icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(201,168,76,0.12);
  color: var(--bl-gold);
  margin-bottom: 20px;
  transition: all 0.3s;
}

.bl-step:hover .bl-step__icon {
  background: var(--bl-gold);
  color: var(--bl-green-dark);
}

.bl-step h3 {
  font-family: var(--bl-font-heading) !important;
  font-size: 1.3rem !important;
  color: var(--bl-ivory) !important;
  margin-bottom: 10px !important;
}

.bl-step p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(249,245,239,0.6);
  margin-bottom: 16px;
}

.bl-step__link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bl-gold) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}

.bl-step__link:hover {
  color: var(--bl-gold-light) !important;
}

/* =============================================
   DOSHA EXPLAINER
   ============================================= */

/* --- DOSHA EXPLAINER: dark green with animated elemental canvas --- */
.bl-dosha-explainer {
  background: linear-gradient(160deg, var(--bl-green-dark) 0%, var(--bl-green) 50%, #1a3830 100%);
  position: relative;
  overflow: hidden;
}

.bl-dosha-explainer .bl-section__eyebrow {
  color: var(--bl-gold-light);
}

.bl-dosha-explainer .bl-section__title {
  color: var(--bl-ivory) !important;
}

.bl-dosha-explainer .bl-section__subtitle {
  color: rgba(249, 245, 239, 0.6);
}

/* Animated element canvas behind dosha cards */
.bl-dosha-explainer .bl-dosha-elements-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.bl-dosha-explainer .bl-section__inner {
  position: relative;
  z-index: 1;
}

.bl-doshas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
  margin-bottom: 40px;
}

.bl-dosha-card {
  padding: 36px 28px;
  text-align: center;
  background: rgba(249, 245, 239, 0.06) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(249, 245, 239, 0.1) !important;
  border-radius: var(--bl-radius-lg) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.4s var(--bl-ease) !important;
  position: relative;
  overflow: hidden;
}

/* Elemental glow behind each card on hover */
.bl-dosha-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.bl-dosha-card:nth-child(1)::before { background: radial-gradient(circle, rgba(180,210,240,0.08) 0%, transparent 70%); }
.bl-dosha-card:nth-child(2)::before { background: radial-gradient(circle, rgba(255,140,50,0.08) 0%, transparent 70%); }
.bl-dosha-card:nth-child(3)::before { background: radial-gradient(circle, rgba(100,180,220,0.08) 0%, transparent 70%); }

.bl-dosha-card:hover::before { opacity: 1; }

.bl-dosha-card:hover {
  background: rgba(249, 245, 239, 0.1) !important;
  border-color: rgba(201, 168, 76, 0.25) !important;
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25) !important;
}

.bl-dosha-card__symbol {
  font-size: 3rem;
  margin-bottom: 14px;
  display: block;
  animation: bl-dosha-float 3s ease-in-out infinite;
}

.bl-dosha-card:nth-child(1) .bl-dosha-card__symbol { animation-delay: 0s; }
.bl-dosha-card:nth-child(2) .bl-dosha-card__symbol { animation-delay: 0.5s; }
.bl-dosha-card:nth-child(3) .bl-dosha-card__symbol { animation-delay: 1s; }

@keyframes bl-dosha-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.bl-dosha-card h3 {
  font-family: var(--bl-font-heading) !important;
  font-size: 1.6rem !important;
  color: var(--bl-ivory) !important;
  margin-bottom: 4px !important;
}

.bl-dosha-card__element {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bl-gold);
  margin-bottom: 14px;
}

.bl-dosha-card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(249, 245, 239, 0.65);
  margin-bottom: 12px;
  position: relative;
}

.bl-dosha-card__oils {
  font-size: 0.85rem;
  color: var(--bl-gold-light) !important;
  position: relative;
}

.bl-dosha-card__oils strong {
  color: var(--bl-ivory) !important;
}

/* =============================================
   SHOP BY CONCERN — WHITE + OIL DROP BG
   ============================================= */

.bl-concerns {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.bl-concern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bl-concern-card {
  display: block;
  background: var(--bl-ivory);
  border: 1px solid rgba(45,74,62,0.06);
  border-radius: var(--bl-radius-lg);
  padding: 30px 22px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.4s var(--bl-ease);
  position: relative;
  overflow: hidden;
}

.bl-concern-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bl-green), var(--bl-gold));
  transform: scaleX(0);
  transition: transform 0.3s var(--bl-ease);
  transform-origin: left;
}

.bl-concern-card:hover::before { transform: scaleX(1); }

.bl-concern-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--bl-shadow-md);
  border-color: rgba(201,168,76,0.2);
}

.bl-concern-card__emoji {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 12px;
}

.bl-concern-card h4 {
  font-family: var(--bl-font-heading) !important;
  font-size: 1.15rem !important;
  color: var(--bl-green) !important;
  margin-bottom: 4px !important;
}

.bl-concern-card p {
  font-size: 0.8rem;
  color: var(--bl-text-light);
  margin: 0;
}

/* =============================================
   DOSHA CANVAS — FULL ANIMATED BACKGROUND
   ============================================= */

.bl-dosha-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* =============================================
   FEATURED KITS — LIFESTYLE IMAGE BG
   ============================================= */

.bl-kits {
  position: relative;
  overflow: hidden;
}

.bl-kits__bg {
  position: absolute;
  inset: 0;
  background: url('https://blossence.com/wp-content/uploads/2025/07/serene-aromatherapy-scene-with-essential-oil-diffuser-candles.jpg') center/cover no-repeat;
}

.bl-kits__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(30,51,43,0.92) 0%, rgba(45,74,62,0.88) 50%, rgba(30,51,43,0.92) 100%);
}

.bl-kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.bl-kit-card {
  display: block;
  background: rgba(249,245,239,0.06) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(249,245,239,0.1);
  border-radius: var(--bl-radius-lg);
  padding: 32px 24px;
  text-align: center;
  text-decoration: none !important;
  color: var(--bl-ivory) !important;
  transition: all 0.4s var(--bl-ease);
}

.bl-kit-card:hover {
  background: rgba(249,245,239,0.1) !important;
  border-color: rgba(201,168,76,0.3);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}

.bl-kit-card__emoji {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 14px;
}

.bl-kit-card h4 {
  font-family: var(--bl-font-heading) !important;
  font-size: 1.2rem !important;
  color: var(--bl-ivory) !important;
  margin-bottom: 8px !important;
}

.bl-kit-card p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(249,245,239,0.6);
  margin-bottom: 14px;
}

.bl-kit-card__price {
  display: block;
  font-family: var(--bl-font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--bl-gold);
  margin-bottom: 10px;
}

.bl-kit-card__cta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bl-gold-light);
}

/* =============================================
   FOOTER — GLASSMORPHIC BRAND ALIGNMENT
   ============================================= */

.footer-container,
.footer-container.color-scheme-dark {
  background: linear-gradient(180deg, var(--bl-green-dark) 0%, #162620 100%) !important;
  border-top: 1px solid rgba(201,168,76,0.1) !important;
}

.footer-container .elementor-heading-title {
  font-family: var(--bl-font-heading) !important;
  color: var(--bl-gold) !important;
}

.footer-container .elementor-widget-container p,
.footer-container .elementor-icon-list-text {
  color: rgba(249,245,239,0.6) !important;
}

.footer-container a {
  color: rgba(249,245,239,0.7) !important;
  transition: color 0.2s !important;
}

.footer-container a:hover {
  color: var(--bl-gold) !important;
}

.copyrights-wrapper,
[data-id="590b12e"] {
  background: rgba(0,0,0,0.15) !important;
  border-top: 1px solid rgba(201,168,76,0.08) !important;
}

.bl-dosha-cta {
  text-align: center;
}

.bl-btn--green {
  background: var(--bl-green) !important;
  color: var(--bl-ivory) !important;
  border: 2px solid var(--bl-green) !important;
}

.bl-btn--green:hover {
  background: var(--bl-green-light) !important;
  border-color: var(--bl-green-light) !important;
  box-shadow: 0 8px 30px rgba(45, 74, 62, 0.25);
}

/* =============================================
   TESTIMONIALS
   ============================================= */

.bl-testimonials {
  background: var(--bl-green-dark);
}

.bl-testimonials .bl-section__eyebrow {
  color: var(--bl-gold-light);
}

.bl-testimonials .bl-section__title {
  color: var(--bl-ivory) !important;
}

.bl-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}

.bl-testimonial {
  padding: 32px 28px;
  background: rgba(249, 245, 239, 0.06) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(249, 245, 239, 0.1) !important;
  border-radius: var(--bl-radius-lg) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.35s var(--bl-ease) !important;
}

.bl-testimonial:hover {
  background: rgba(249, 245, 239, 0.1) !important;
  border-color: rgba(201, 168, 76, 0.2) !important;
  transform: translateY(-4px) !important;
}

.bl-testimonial__stars {
  font-size: 1rem;
  color: var(--bl-gold);
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.bl-testimonial p {
  font-family: var(--bl-font-heading);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.7;
  color: rgba(249, 245, 239, 0.85);
  margin-bottom: 16px;
}

.bl-testimonial__author {
  font-family: var(--bl-font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(249, 245, 239, 0.5);
}

/* =============================================
   CTA BANNER — FULL WIDTH
   ============================================= */

.bl-cta-banner {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 24px;
}

.bl-cta-banner__bg {
  position: absolute;
  inset: 0;
  background: url('https://blossence.com/wp-content/uploads/2025/07/serene-aromatherapy-scene-with-essential-oil-diffuser-candles.jpg') center/cover no-repeat;
}

.bl-cta-banner__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 51, 43, 0.88) 0%, rgba(45, 74, 62, 0.82) 50%, rgba(30, 51, 43, 0.9) 100%);
}

.bl-cta-banner__overlay {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.08'/%3E%3Ccircle cx='50' cy='50' r='30' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.06'/%3E%3Ccircle cx='50' cy='50' r='15' fill='none' stroke='%23C9A84C' stroke-width='0.3' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.5;
}

.bl-cta-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 600px;
}

.bl-cta-banner__content h2 {
  font-family: var(--bl-font-heading) !important;
  font-size: clamp(2rem, 4vw, 2.8rem) !important;
  font-weight: 600 !important;
  color: var(--bl-ivory) !important;
  margin-bottom: 16px !important;
}

.bl-cta-banner__content p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(249, 245, 239, 0.8);
  margin-bottom: 32px;
}

.bl-cta-banner__btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.bl-btn--outline-dark {
  background: transparent !important;
  color: var(--bl-ivory) !important;
  border: 2px solid rgba(249, 245, 239, 0.3) !important;
}

.bl-btn--outline-dark:hover {
  border-color: var(--bl-ivory) !important;
  background: rgba(249, 245, 239, 0.06) !important;
}

/* =============================================
   HOMEPAGE SECTIONS — RESPONSIVE
   ============================================= */

@media (max-width: 768px) {
  .bl-section {
    padding: 60px 20px;
  }

  .bl-steps,
  .bl-doshas,
  .bl-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bl-step,
  .bl-dosha-card,
  .bl-testimonial {
    padding: 28px 22px;
  }

  .bl-cta-banner {
    min-height: 320px;
    padding: 60px 20px;
  }

  .bl-cta-banner__btns {
    flex-direction: column;
    align-items: center;
  }

  .bl-cta-banner__btns .bl-btn {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
}

/* =============================================
   HIDE OLD ELEMENTOR SECTIONS ON HOMEPAGE
   Replace with PHP-injected sections
   ============================================= */

/* Hide ALL old Elementor sections on homepage EXCEPT the product heading + grid.
   Keep: 7dfc0f4f (heading), 138d997c (product grid)
   Hide: everything else — replaced by hero (PHP) and bottom sections (PHP) */
.bl-has-hero [data-id="b52571"],
.bl-has-hero [data-id="13d68d6e"],
.bl-has-hero [data-id="e7ada61"],
.bl-has-hero [data-id="685346f6"],
.bl-has-hero [data-id="9a5fe7e"],
.bl-has-hero [data-id="f95f679"],
.bl-has-hero [data-id="1151252"],
.bl-has-hero [data-id="7094ac46"],
.bl-has-hero [data-id="2a834b2b"],
.bl-has-hero [data-id="183760e5"],
.bl-has-hero [data-id="5e8642c8"],
.bl-has-hero [data-id="51c22eab"],
.bl-has-hero [data-id="6bd8ca5"],
.bl-has-hero [data-id="621eb68"],
.bl-has-hero .elementor-element-621eb68 {
  display: none !important;
}

/* Product section on homepage — clean white bg for contrast */
.bl-has-hero [data-id="7dfc0f4f"],
.bl-has-hero [data-id="138d997c"] {
  background: #fff !important;
}

.bl-has-hero [data-id="7dfc0f4f"] {
  padding-top: 60px !important;
}

/* Override "Featured Products" heading text and style */
.bl-has-hero [data-id="7dfc0f4f"] .elementor-heading-title {
  font-family: var(--bl-font-heading) !important;
  color: var(--bl-green) !important;
  font-weight: 600 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.bl-has-hero [data-id="7dfc0f4f"] .elementor-heading-title::after {
  content: "What Our Customer's Love";
  font-size: 40px;
  line-height: 1.2;
}

/* =============================================
   DOSHA QUIZ — STYLES
   ============================================= */

.bq {
  max-width: 680px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  font-family: var(--bl-font-body);
  min-height: 70vh;
  position: relative;
}

.bq-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(45, 74, 62, 0.08);
  z-index: 99999;
}

.bq-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--bl-green), var(--bl-gold));
  transition: width 0.5s var(--bl-ease);
}

.bq-screen {
  display: none;
  text-align: center;
  animation: bqSlideIn 0.5s var(--bl-ease) both;
}

.bq-screen--active {
  display: block;
}

@keyframes bqSlideIn {
  0%   { opacity: 0; transform: translateX(40px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes bqSlideOut {
  0%   { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(-40px); }
}

.bq-intro {
  padding: 80px 0 40px;
}

.bq-intro h1 {
  font-family: var(--bl-font-heading) !important;
  font-size: clamp(2.2rem, 5vw, 3.2rem) !important;
  font-weight: 600 !important;
  color: var(--bl-green) !important;
  margin-bottom: 16px !important;
}

.bq-intro p {
  font-size: 1rem;
  color: var(--bl-text-light);
  line-height: 1.75;
  margin-bottom: 12px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.bq-start {
  margin-top: 20px;
}

.bq-qnum {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bl-gold);
  margin-bottom: 20px;
  margin-top: 40px;
}

.bq-screen h2 {
  font-family: var(--bl-font-heading) !important;
  font-size: clamp(1.4rem, 3vw, 1.9rem) !important;
  font-weight: 600 !important;
  color: var(--bl-green) !important;
  margin-bottom: 32px !important;
  line-height: 1.3 !important;
}

.bq-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.bq-card {
  background: rgba(249, 245, 239, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(45, 74, 62, 0.08);
  border-radius: var(--bl-radius-lg);
  padding: 28px 18px;
  cursor: pointer;
  transition: all 0.3s var(--bl-ease);
  text-align: center;
}

.bq-card:hover {
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-4px);
  box-shadow: var(--bl-shadow-md);
}

.bq-card--selected {
  border-color: var(--bl-gold) !important;
  background: rgba(201, 168, 76, 0.08) !important;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.2) !important;
  transform: scale(1.03) !important;
}

.bq-card__emoji {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}

.bq-card strong {
  display: block;
  font-size: 0.95rem;
  color: var(--bl-green);
  margin-bottom: 6px;
}

.bq-card p {
  font-size: 0.8rem;
  color: var(--bl-text-light);
  line-height: 1.5;
  margin: 0;
}

/* Quiz Results */
.bq-result {
  padding: 40px 0;
  animation: bqResultIn 0.8s var(--bl-ease) both;
}

@keyframes bqResultIn {
  0%   { opacity: 0; transform: scale(0.9); }
  100% { opacity: 1; transform: scale(1); }
}

.bq-result__label {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bl-gold);
  margin-bottom: 8px;
  padding: 6px 20px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 30px;
}

.bq-result h1 {
  font-family: var(--bl-font-heading) !important;
  font-size: clamp(2.4rem, 5vw, 3.5rem) !important;
  font-weight: 700 !important;
  color: var(--bl-green) !important;
  margin: 12px 0 6px !important;
}

.bq-result__element {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bl-gold);
  margin-bottom: 20px;
}

.bq-result__desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--bl-text-light);
  max-width: 520px;
  margin: 0 auto 28px;
}

.bq-result h3 {
  font-family: var(--bl-font-heading) !important;
  font-size: 1.3rem !important;
  color: var(--bl-green) !important;
  margin-bottom: 20px !important;
}

.bq-recs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}

.bq-rec {
  display: block;
  background: rgba(249, 245, 239, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(45, 74, 62, 0.08);
  border-radius: 12px;
  padding: 22px 14px;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.3s var(--bl-ease);
  color: var(--bl-green) !important;
}

.bq-rec:hover {
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-3px);
  box-shadow: var(--bl-shadow-md);
}

.bq-rec__emoji {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 8px;
}

.bq-rec strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.bq-rec span {
  font-size: 0.75rem;
  color: var(--bl-text-light);
}

.bq-result__ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Mandala */
.bq-mandala-small {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='%232D4A3E' stroke-width='0.5' opacity='0.2'/%3E%3Ccircle cx='50' cy='50' r='30' fill='none' stroke='%23C9A84C' stroke-width='0.5' opacity='0.3'/%3E%3Ccircle cx='50' cy='50' r='15' fill='none' stroke='%232D4A3E' stroke-width='0.5' opacity='0.2'/%3E%3C/svg%3E");
  background-size: contain;
}

.bq-mandala {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.4'/%3E%3Ccircle cx='50' cy='50' r='30' fill='none' stroke='%232D4A3E' stroke-width='0.6' opacity='0.3'/%3E%3Ccircle cx='50' cy='50' r='15' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.5'/%3E%3C/svg%3E");
  background-size: contain;
}

.bq-mandala--spin {
  animation: bqSpin 8s linear infinite;
}

@keyframes bqSpin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Quiz Responsive */
@media (max-width: 600px) {
  .bq-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bq-recs {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bq-card {
    padding: 20px 16px;
  }

  .bq-result__ctas {
    flex-direction: column;
    align-items: center;
  }

  .bq-result__ctas .bl-btn {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }

  .bq-intro {
    padding: 40px 0 20px;
  }
}

/* =============================================
   PRODUCT PAGE — ACCORDION
   ============================================= */

.bl-product-intro {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(45,74,62,0.08);
}

.bl-product-intro h2 {
  font-family: var(--bl-font-heading);
  font-size: 1.8rem;
  color: var(--bl-green);
  margin-bottom: 14px;
}

.bl-product-intro p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--bl-text);
}

.bl-accordion {
  margin-top: 8px;
}

.bl-accordion__item {
  border: 1px solid rgba(45,74,62,0.08);
  border-radius: var(--bl-radius);
  margin-bottom: 8px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s var(--bl-ease), border-color 0.3s var(--bl-ease);
}

.bl-accordion__item:hover {
  border-color: rgba(45,74,62,0.15);
}

.bl-accordion__item--open {
  border-color: rgba(201,168,76,0.3);
  box-shadow: 0 2px 12px rgba(45,74,62,0.06);
}

.bl-accordion__trigger {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: var(--bl-font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--bl-green);
  letter-spacing: 0.02em;
  transition: background 0.2s;
}

.bl-accordion__trigger:hover {
  background: rgba(45,74,62,0.02);
}

.bl-accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(45,74,62,0.06);
  color: var(--bl-green);
  flex-shrink: 0;
  transition: background 0.3s, color 0.3s;
}

.bl-accordion__item--open .bl-accordion__icon {
  background: var(--bl-green);
  color: var(--bl-ivory);
}

.bl-accordion__title {
  flex: 1;
}

.bl-accordion__arrow {
  display: flex;
  align-items: center;
  color: var(--bl-text-light);
  transition: transform 0.3s var(--bl-ease);
}

.bl-accordion__item--open .bl-accordion__arrow {
  transform: rotate(180deg);
  color: var(--bl-gold);
}

.bl-accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--bl-ease);
}

.bl-accordion__panel-inner {
  padding: 0 20px 20px 70px;
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--bl-text);
}

.bl-accordion__panel-inner p {
  margin-bottom: 10px;
}

.bl-accordion__panel-inner strong {
  color: var(--bl-green);
}

/* =============================================
   STICKY ADD-TO-CART BAR
   ============================================= */

.bl-sticky-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  background: var(--bl-ivory);
  border-top: 1px solid rgba(45,74,62,0.1);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
  transform: translateY(100%);
  transition: transform 0.4s var(--bl-ease);
}

.bl-sticky-cart--visible {
  transform: translateY(0);
}

.bl-sticky-cart__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  gap: 16px;
}

.bl-sticky-cart__info {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.bl-sticky-cart__title {
  font-family: var(--bl-font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--bl-green);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bl-sticky-cart__price {
  font-weight: 700;
  color: var(--bl-green-dark);
  white-space: nowrap;
}

.bl-sticky-cart__price del {
  opacity: 0.5;
  margin-right: 6px;
}

.bl-sticky-cart__price ins {
  text-decoration: none;
  color: var(--bl-gold-dark);
}

.bl-sticky-cart__btn {
  flex-shrink: 0;
  padding: 12px 32px !important;
  font-size: 11px !important;
}

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

@media (max-width: 991px) {
  /* Disable transparent header on tablet/mobile — too complex with mobile menu */
  .bl-header-transparent .whb-header,
  .bl-header-transparent .whb-main-header,
  .bl-header-transparent header.site-header {
    position: relative !important;
    background: var(--bl-ivory) !important;
    border-bottom: 1px solid rgba(45,74,62,0.08) !important;
  }

  .bl-header-transparent .whb-header .woodmart-navigation .menu > li > a,
  .bl-header-transparent .whb-header .wd-nav .wd-nav-link {
    color: var(--bl-green) !important;
  }

  .bl-header-transparent .woodmart-logo img {
    filter: none;
  }

  .bl-header-transparent .wd-tools-element > a {
    color: var(--bl-green) !important;
  }

  .bl-has-hero .topbar-wrapp,
  .bl-has-hero .whb-top-bar {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .bl-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .bl-concern-grid { grid-template-columns: repeat(2, 1fr); }
  .bl-kit-grid { grid-template-columns: 1fr; }
  .bl-botanical { display: none; }
}

@media (max-width: 480px) {
  .bl-trust-grid { grid-template-columns: 1fr; }
  .bl-concern-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .bl-accordion__panel-inner {
    padding: 0 16px 16px 16px;
  }

  .bl-accordion__trigger {
    padding: 14px 16px;
    font-size: 13px;
    gap: 10px;
  }

  .bl-accordion__icon {
    width: 30px;
    height: 30px;
  }

  .bl-accordion__icon svg {
    width: 16px;
    height: 16px;
  }

  .bl-sticky-cart__title {
    font-size: 0.9rem;
    max-width: 140px;
  }

  .bl-sticky-cart__btn {
    padding: 10px 20px !important;
    font-size: 10px !important;
  }

  .bl-hero {
    min-height: 90vh;
  }

  .bl-hero__title {
    font-size: 2.6rem !important;
  }

  .bl-hero__sub {
    font-size: 0.92rem;
    padding: 0 8px;
  }

  .bl-hero__eyebrow {
    font-size: 8px;
    letter-spacing: 0.2em;
    padding: 6px 16px;
  }

  .bl-hero__proof {
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .bl-btn {
    padding: 14px 30px;
    font-size: 10px;
  }

  .bl-hero__scroll-hint {
    display: none;
  }

  .bl-trust__inner {
    gap: 16px;
    justify-content: center;
  }

  .bl-trust__item {
    font-size: 8px;
  }

  .bl-trust__item svg {
    width: 11px;
    height: 11px;
  }
}

@media (max-width: 480px) {
  .bl-hero {
    min-height: 85vh;
  }

  .bl-hero__title {
    font-size: 2.1rem !important;
    line-height: 1.1 !important;
  }

  .bl-hero__ctas {
    flex-direction: column;
    align-items: center;
  }

  .bl-btn {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }

  .bl-trust__inner {
    gap: 10px 20px;
  }
}
