.elementor-4625 .elementor-element.elementor-element-9a711f9 ul.hfe-breadcrumbs li{margin-right:10px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0166a5b */<style>
/* === Heading & Contrast Upgrade === */

/* Headings now feel modern and luxurious */
.prs-wrap h1, 
.prs-wrap h2, 
.prs-wrap h3 {
  font-family: 'Playfair Display', serif !important;
  letter-spacing: -0.3px;
  line-height: 1.2;
  color: #2b2b2b;
}

/* Stronger hero title contrast */
.prs-hero h1 {
  color: #ffffff !important;
  text-shadow:
    0 2px 8px rgba(0,0,0,0.45),
    0 6px 18px rgba(255,255,255,0.15),
    0 0 30px rgba(178,47,74,0.35);
}

/* Subheadings (h2) get gradient + underline for luxury look */
.prs-wrap h2 {
  background: linear-gradient(90deg, #b22f4a 0%, #8b2c46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.prs-wrap h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, #b22f4a 0%, #f5a3b5 100%);
  border-radius: 3px;
  opacity: 0.6;
}

/* h3 subheadings (card titles) more readable + elegant */
.prs-wrap h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #b22f4a !important;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 8px;
}

/* Paragraphs softer, more readable */
.prs-wrap p {
  color: #4b4b4b;
  line-height: 1.7;
}

/* Add subtle divider space below section titles */
.prs-section h2 {
  margin-bottom: 28px;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-610132b */.hero-heading {
  text-align: center;
  padding: 80px 20px 40px;
  background: linear-gradient(180deg,#fff7f6 0%,#fdebed 100%);
}
.hero-heading h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 54px);
  color: #b22f4a;
  margin-bottom: 12px;
}
.hero-heading p {
  font-size: 18px;
  color: #555;
  max-width: 680px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-847febc */<style>
/* === Premium Gradient Hero Title === */
.prs-hero h1 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 800;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.15;
  background: linear-gradient(90deg, #b22f4a 0%, #ffb4a2 40%, #ffd8a8 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  animation: shimmerMove 6s infinite linear;
  background-size: 200%;
  display: inline-block;
  letter-spacing: -0.5px;
}

/* Smooth gradient shimmer animation */
@keyframes shimmerMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Optional: add subtle glow around hero heading */
.prs-hero h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, #ffb4a2, #ffd8a8, #b22f4a);
  opacity: 0.4;
  border-radius: 3px;
}
<style>
/* ===== Force gradient hero title (both prs- and pf- variants) ===== */
.prs-hero h1,
.pf-hero h1 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 800 !important;
  font-size: clamp(32px, 5vw, 58px) !important;
  line-height: 1.15 !important;
  background: linear-gradient(90deg, #b22f4a 0%, #ffb4a2 40%, #ffd8a8 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
  background-size: 200% !important;
  animation: shimmerMove 6s infinite linear !important;
  display: inline-block !important;
  letter-spacing: -0.5px !important;
}
@keyframes shimmerMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ===== Premium gradient CTAs (hit all your real buttons) ===== */
/* matches your hero/button classes */
.prs-wrap .btn-pill,
.pf-wrap .pf-btn--primary,
.footer-cta .btn-pill,
.promo-bar .pill,
.also-card a,
/* catches any anchor linking to your Stanstore products */
a[href*="stan.store/Purifico/p/"] {
  background: linear-gradient(90deg, #b22f4a 0%, #ffb4a2 50%, #ffd8a8 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 14px 30px !important;
  border: none !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 18px rgba(178,47,74,0.25), 0 0 10px rgba(255,184,160,0.25) !important;
  transition: all 0.25s ease !important;
  background-size: 200% !important;
  animation: ctaFlow 5s infinite linear !important;
  display: inline-block;
}
@keyframes ctaFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.prs-wrap .btn-pill:hover,
.pf-wrap .pf-btn--primary:hover,
.footer-cta .btn-pill:hover,
.promo-bar .pill:hover,
.also-card a:hover,
a[href*="stan.store/Purifico/p/"]:hover {
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 6px 22px rgba(178,47,74,0.35), 0 0 18px rgba(255,210,170,0.4) !important;
  filter: brightness(1.08) !important;
}

/* ===== Outline/secondary buttons (bundle) ===== */
.promo-bar .ghost,
.secondary-btn {
  border: 1.5px solid #b22f4a !important;
  color: #b22f4a !important;
  background: #fff !important;
  padding: 14px 30px !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}
.promo-bar .ghost:hover,
.secondary-btn:hover {
  background: linear-gradient(90deg, #ffe4e8 0%, #fff0f2 100%) !important;
  box-shadow: 0 4px 14px rgba(178,47,74,0.15) !important;
}/* End custom CSS */
/* Start custom CSS *//* Unified light gradient styling across benefits, carousel, FAQ, and footer with fade-up animations, cascading delay, synchronized shimmer-pulse CTAs, and chrome inner glow */
.benefit-item, .carousel-item, .faq-section, .footer-cta {
  background: linear-gradient(135deg, #f7f7f7 10%, #ffe4e8 90%);
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  color: #222;
  text-shadow: 0 1px 2px rgba(255,255,255,0.8);
  transition: transform .25s ease, box-shadow .25s ease, opacity .6s ease, transform .6s ease;
  padding: 20px;
  opacity: 0;
  transform: translateY(40px);
}
.benefit-item.is-visible, .carousel-item.is-visible, .faq-section.is-visible, .footer-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.benefit-item:hover, .carousel-item:hover, .faq-section:hover, .footer-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}
.benefit-item h3, .carousel-item h3, .faq-section h2, .footer-cta h2 {
  color: #b22f4a;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(255,255,255,0.9);
}
.carousel-item a, .benefit-item a, .footer-cta a, .btn-pill {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 18px;
  background: linear-gradient(90deg,#b22f4a 25%,#c94c64 50%,#b22f4a 75%);
  background-size: 200% 100%;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(178,47,74,0.4);
  transition: background .25s, transform .25s;
  animation: shimmer 2.2s linear infinite, pulse 3s infinite ease-in-out;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.carousel-item a:hover, .benefit-item a:hover, .footer-cta a:hover, .btn-pill:hover {
  background-position: -200% 0;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 18px rgba(178,47,74,0.5);
}

/* CTA shimmer and synchronized pulse */
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(178,47,74,0.5); }
  50% { transform: scale(1.04); box-shadow: 0 0 20px 4px rgba(178,47,74,0.25); }
}

.faq-section .faq h3 {
  color: #b22f4a;
  text-shadow: 0 1px 2px rgba(255,255,255,0.8);
}
.footer-cta p {
  color: #333;
  text-shadow: 0 1px 2px rgba(255,255,255,0.8);
}

/* Fade-up animation trigger */
@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal-on-scroll.is-visible {
  animation: fadeUp 0.8s ease forwards;
}

/* Cascading delays for FAQ, Benefits, and Carousel items */
.faq-section .faq:nth-child(1), .benefit-grid .benefit-item:nth-child(1), .carousel-container .carousel-item:nth-child(1) { animation-delay: 0.1s; }
.faq-section .faq:nth-child(2), .benefit-grid .benefit-item:nth-child(2), .carousel-container .carousel-item:nth-child(2) { animation-delay: 0.25s; }
.faq-section .faq:nth-child(3), .benefit-grid .benefit-item:nth-child(3), .carousel-container .carousel-item:nth-child(3) { animation-delay: 0.4s; }
.faq-section .faq:nth-child(4), .benefit-grid .benefit-item:nth-child(4), .carousel-container .carousel-item:nth-child(4) { animation-delay: 0.55s; }
.faq-section .faq:nth-child(5), .benefit-grid .benefit-item:nth-child(5), .carousel-container .carousel-item:nth-child(5) { animation-delay: 0.7s; }

/* Ripple + sheen effects on CTAs */
.btn-pill::after, .carousel-item a::after, .benefit-item a::after, .footer-cta a::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 12px; height: 12px;
  background: radial-gradient(circle, rgba(255,255,255,.55) 10%, rgba(255,255,255,0) 60%);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
  transition: transform .55s ease, opacity .8s ease;
}
.btn-pill:active::after, .carousel-item a:active::after, .benefit-item a:active::after, .footer-cta a:active::after {
  transform: translate(-50%, -50%) scale(14);
  opacity: .45;
}
.btn-pill::before, .carousel-item a::before, .benefit-item a::before, .footer-cta a::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 100%);
  transform: translateX(-150%) skewX(-20deg);
  filter: blur(.5px);
  z-index: 0;
}
.btn-pill:hover::before, .carousel-item a:hover::before, .benefit-item a:hover::before, .footer-cta a:hover::before {
  animation: sheen 1.2s ease forwards;
}
@keyframes sheen { to { transform: translateX(150%) skewX(-20deg); } }

/* --- Chrome-style inner glow for focus and luxury finish --- */
.btn-pill:focus-visible, .carousel-item a:focus-visible, .benefit-item a:focus-visible, .footer-cta a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.8), 0 0 10px 3px rgba(178,47,74,0.6), inset 0 0 10px rgba(255,255,255,0.45), inset 0 0 20px rgba(178,47,74,0.35);
  transition: box-shadow 0.4s ease;
}

/* --- Chrome inner glow for input and form fields --- */
input[type="text"], input[type="email"], input[type="number"], textarea, select {
  background: linear-gradient(135deg, #ffffff 10%, #fff5f6 90%);
  border: 1px solid rgba(178,47,74,0.3);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 16px;
  color: #333;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05), 0 0 0 0 rgba(178,47,74,0.4);
  transition: box-shadow .3s ease, border .3s ease;
}
input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: none;
  border-color: #b22f4a;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.8), 0 0 8px 3px rgba(178,47,74,0.6), inset 0 0 8px rgba(255,255,255,0.45), inset 0 0 14px rgba(178,47,74,0.35);
}


/* --- Subtle placeholder fade/shift animation for inputs --- */
input::placeholder, textarea::placeholder {
  color: #9a9a9a;
  opacity: 1;
  transition: opacity .25s ease, transform .25s ease;
}
input:focus::placeholder, textarea:focus::placeholder {
  opacity: .4;
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce){
  input::placeholder, textarea::placeholder { transition: none; }
}

/* --- Floating label form fields --- */
.form-group {
  position: relative;
  margin: 20px 0;
}
.form-group input,
.form-group textarea {
  width: 100%;
  background: linear-gradient(135deg, #ffffff 10%, #fff5f6 90%);
  border: 1px solid rgba(178,47,74,0.3);
  border-radius: 10px;
  padding: 14px 14px 14px 14px;
  font-size: 16px;
  color: #333;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}
.form-group label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 15px;
  pointer-events: none;
  background: linear-gradient(135deg, #ffffff 10%, #fff5f6 90%);
  padding: 0 6px;
  transition: all 0.25s ease;
}
.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: 12px;
  font-size: 13px;
  color: #b22f4a;
}

/* --- Smooth micro slide-up animation for floating labels --- */
@keyframes labelSlideUp {
  0% { transform: translateY(0); opacity: 0.7; }
  50% { transform: translateY(-4px); opacity: 1; }
  100% { transform: translateY(-8px); opacity: 1; }
}
.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label {
  animation: labelSlideUp 0.3s ease forwards;
}

/* --- Soft pink glow trail for floating labels --- */
@keyframes labelGlowTrail {
  0% { text-shadow: 0 0 0 rgba(178,47,74,0); }
  50% { text-shadow: 0 0 6px rgba(178,47,74,0.4); }
  100% { text-shadow: 0 0 0 rgba(178,47,74,0); }
}
.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label {
  animation: labelSlideUp 0.3s ease forwards, labelGlowTrail 1.2s ease-out;
}
/* --- Chrome glow for checkboxes and toggle switches --- */
input[type="checkbox"], input[type="radio"] {
  accent-color: #b22f4a;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0 0 rgba(178,47,74,0.3);
  border-radius: 4px;
}
input[type="checkbox"]:hover, input[type="radio"]:hover {
  transform: scale(1.05);
  box-shadow: 0 0 6px rgba(178,47,74,0.4);
}
input[type="checkbox"]:focus-visible, input[type="radio"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.8), 0 0 10px 3px rgba(178,47,74,0.6), inset 0 0 8px rgba(255,255,255,0.45), inset 0 0 14px rgba(178,47,74,0.35);
}

/* --- Pink glow pulse for active toggle states --- */
input[type="checkbox"]:checked, input[type="radio"]:checked {
  animation: toggleGlow 1.5s ease-in-out;
}
@keyframes toggleGlow {
  0% { box-shadow: 0 0 0 rgba(178,47,74,0); }
  50% { box-shadow: 0 0 12px rgba(178,47,74,0.5); }
  100% { box-shadow: 0 0 0 rgba(178,47,74,0); }
}

/* =====================
   Custom Toggle Switch (High‑end slider)
   Usage:
   <label class="toggle">
     <input type="checkbox" class="toggle-input" aria-label="Enable notifications">
     <span class="track"><span class="thumb"></span></span>
     <span class="toggle-text">Enable feature</span>
   </label>
   ===================== */
.toggle { position: relative; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; }
.toggle-input { position: absolute; opacity: 0; width: 1px; height: 1px; overflow: hidden; }
.track { position: relative; width: 52px; height: 30px; border-radius: 999px; background: linear-gradient(135deg,#f2f2f2 10%, #ffe4e8 90%); box-shadow: inset 0 1px 2px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.06); transition: background .25s ease, box-shadow .25s ease; display: inline-block; }
.thumb { position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.15), inset 0 0 0 1px rgba(255,255,255,.8); transition: left .25s ease, transform .25s ease, box-shadow .25s ease; }

/* Checked state */
.toggle-input:checked + .track { background: linear-gradient(90deg,#b22f4a 20%, #c94c64 80%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.45), 0 6px 16px rgba(178,47,74,.25); }
.toggle-input:checked + .track .thumb { left: 25px; box-shadow: 0 6px 18px rgba(178,47,74,.35), inset 0 0 0 1px rgba(255,255,255,.9); }

/* Press feedback */
.toggle:active .thumb { transform: scale(.96); }

/* Focus (chrome-style inner glow) */
.toggle-input:focus-visible + .track { outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,.85), 0 0 10px 3px rgba(178,47,74,.55), inset 0 0 10px rgba(255,255,255,.45), inset 0 0 20px rgba(178,47,74,.35); }

/* Hover sheen */
.track::before { content:""; position:absolute; inset:0; border-radius:inherit; background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 100%); transform: translateX(-150%) skewX(-20deg); filter: blur(.5px); }
.toggle:hover .track::before { animation: sheen 1.2s ease forwards; }

/* Ripple at click (centered) */
.track::after { content:""; position:absolute; top:50%; left:50%; width: 10px; height:10px; background: radial-gradient(circle, rgba(255,255,255,.55) 10%, rgba(255,255,255,0) 60%); transform: translate(-50%,-50%) scale(0); opacity:0; transition: transform .55s ease, opacity .8s ease; border-radius:50%; pointer-events:none; }
.toggle:active .track::after { transform: translate(-50%,-50%) scale(14); opacity:.35; }

/* Optional size variants */
.toggle.toggle--sm .track { width: 38px; height: 22px; }
.toggle.toggle--sm .thumb { width: 18px; height: 18px; top: 2px; left: 2px; }
.toggle.toggle--sm .toggle-input:checked + .track .thumb { left: 18px; }
.toggle.toggle--lg .track { width: 64px; height: 36px; }
.toggle.toggle--lg .thumb { width: 30px; height: 30px; top: 3px; left: 3px; }
.toggle.toggle--lg .toggle-input:checked + .track .thumb { left: 31px; }

/* Label text */
.toggle-text { font-weight: 600; color: #333; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .thumb, .track, .track::before, .track::after { transition: none !important; animation: none !important; }
}/* End custom CSS */