/* ============================================================
   SEVINITY — CUSTOM CSS (CANONICAL)
   Stage-ready reorganization
   ============================================================ */


/* ============================================================
   1. COLOR VARIABLES
   ============================================================ */
:root {
  --sevinity-navy:   #264250;
  --sevinity-blue:   #2d5a6f;
  --sevinity-pink:   #eb928a;
  --sevinity-peach:  #f7cfc3;
  --sevinity-white:  #fcede6;
  --sevinity-gray:   #333333;

  --accent-dark-green:  #10797f;
  --accent-light-green: #76a1a7;
  --accent-pearl:       #ede2d0;
  --accent-tan:         #d9c5bc;
  --accent-gray:        #b6adae;

  --sevinity-peach-rgb: 247, 207, 195;
  --sevinity-navy-rgb:  38, 66, 80;
}


/* ============================================================
   2. BASE TYPOGRAPHY
   ============================================================ */
body {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  color: var(--sevinity-navy) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
}

p { font-size: 16px !important; }


/* ============================================================
   3. BENZIN WEB FONT (GOOGLE CLOUD HOSTED)
   ============================================================ */

@font-face {
  font-family: "Benzin";
  src: url("https://storage.googleapis.com/sevinity-assets/fonts/benzin/Benzin-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Benzin";
  src: url("https://storage.googleapis.com/sevinity-assets/fonts/benzin/Benzin-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Benzin";
  src: url("https://storage.googleapis.com/sevinity-assets/fonts/benzin/Benzin-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Benzin";
  src: url("https://storage.googleapis.com/sevinity-assets/fonts/benzin/Benzin-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Benzin";
  src: url("https://storage.googleapis.com/sevinity-assets/fonts/benzin/Benzin-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


/* ============================================================
   4. TEXT COLOR UTILITIES
   ============================================================ */
.text-sevinity-blue  { color: var(--sevinity-blue) !important; }
.text-sevinity-pink  { color: var(--sevinity-pink) !important; }
.text-sevinity-peach { color: var(--sevinity-peach) !important; }
.text-sevinity-white { color: var(--sevinity-white) !important; }
.text-sevinity-navy  { color: var(--sevinity-navy) !important; }
.text-sevinity-gray  { color: var(--sevinity-gray) !important; }


/* ============================================================
   5. HEADER / BENZIN UTILITIES
   ============================================================ */
.benzin-xl {
  font-family: "Benzin", sans-serif !important;
  font-size: 60px;
  font-weight: 400 !important;
  text-transform: lowercase;
  line-height: 1.1;
}

.benzin-lg {
  font-family: "Benzin", sans-serif !important;
  font-size: 24px;
  font-weight: 400 !important;
  text-transform: lowercase;
}


/* ============================================================
   6. BUTTON SYSTEM (GLOBAL)
   ============================================================ */
.btn.theme-primary,
a.btn.theme-primary {
  background-color: var(--sevinity-pink) !important;
  color: var(--sevinity-white) !important;
  border-radius: 9px !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  color: rgb(255, 255, 255);
    background: rgb(235, 146, 138) !important;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(235, 146, 138) !important;
    border-image: initial;
  
}

/* Hover state */
.btn.theme-primary,
a.btn.theme-primary:hover {
  background: #ffffff !important;
  color: #eb928a !important;
  border-color: #eb928a !important;
  text-decoration: none;
}

.btn.theme-secondary,
a.btn.theme-secondary {
  background-color: var(--sevinity-white) !important;
  color: var(--sevinity-pink) !important;
  border-radius: 9px !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
	color: #eb928a !important;
	background: #ffffff !important;
    border-width: 2px;
    border-style: solid;
    border-color: #eb928a !important;
    border-image: initial;
  
}

/* Hover state */
.btn.theme-secondary,
a.btn.theme-secondary:hover {
  background: rgb(235, 146, 138) !important;
  color: rgb(255, 255, 255) !important;
  border-color: rgb(235, 146, 138) !important;
  text-decoration: none;
}

/* ============================================================
   7. SITE-SPECIFIC OVERRIDES (HOME / SHOP / ENROLLMENT)
   ============================================================ */
/* (unchanged behavior — cleaned grouping only) */

.carousel-img > img { display: none !important; }
/*.discount-form { display: none !important; }
.badge-danger { display: none !important; }
.pricing-box-body .normal-text p {text-align: right;}
.pricing-box-body .normal-text ul li {
  font-family: 'Lato', sans-serif !important;
  font-style: normal !important;
  font-weight: 400;
}
.pricing-box .pricing-name,
.pricing-box .pricing-value {
  color: var(--sevinity-blue) !important;
}
.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
}
/* ============================================================
   HIDE RETAIL PRICE ON PRODUCT PAGE (STAGE FIX)
   ============================================================ */

.price-section > p.shipping {
  display: none !important;
}


/* ============================================================
   PRICE DISPLAY NORMALIZATION (PRODUCT PAGE ONLY)
   ============================================================ */

/* 1. Normalize main price + first strike to same size */
.price-section .product-price .pro_price_display,
.price-section .product-price .orignal-price.sale_price_color:not([data-price]) {
  font-size: 22px !important;
  font-weight: 600;
}

/* 2. Hide the redundant second struck-through price */
.price-section .product-price 
  .orignal-price.sale_price_color[data-price] {
  display: none !important;
}
/* Make remaining struck-through price Sevinity Gray */
.price-section .product-price 
  .orignal-price.sale_price_color:not([data-price]) strike {
  color: var(--accent-gray) !important;
}


/* =====================================================
   ENROLLMENT CONTINUE TO CHECKOUT BUTTON
   ===================================================== */

.pricing-footer .repProceedToNext {
  /* DO NOT set display */
  
  font-family: 'Lato', sans-serif !important;
  font-size: 18px;
  font-weight: 600;

  padding: 12px 20px;
  margin-left: 12px;

  color: #ffffff !important;
  background-color: var(--sevinity-pink) !important;
  border: 2px solid var(--sevinity-pink);
  border-radius: 8px;

  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;

  transition: background-color 0.3s ease, transform 0.15s ease;
}

/* Hover state — matches btn-autoship-alt */
.pricing-footer .repProceedToNext:hover,
.pricing-footer .repProceedToNext:focus {
  background-color: var(--sevinity-blue) !important;
  border-color: var(--sevinity-blue);
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Active tap feedback */
.pricing-footer .repProceedToNext:active {
  transform: translateY(1px);
}

/* ============================================================
   8. SEVINITY BLOG SYSTEM — v1.4 (CANONICAL, LOCKED)
   ============================================================ */

/* ============================================
   RAVE BLOG TEMPLATE OVERRIDES (STRUCTURAL)
   ============================================ */

.article .post-content h1,
.article .post-content h2 {
  font-size: inherit;
  font-family: inherit;
  text-transform: none;
}

/* ============================================
   BLOG CONTAINER
   ============================================ */

.blog-article {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 40px;
  font-family: "Lato", sans-serif;
}

/* ============================================
   BLOG TITLE & SUBTITLE (SENTENCE CASE LOCKED)
   ============================================ */

.article .post-content h1.blog-title {
  font-family: "Benzin", sans-serif !important;
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 1.2;
  text-transform: none !important; /* SENTENCE CASE */
  color: var(--sevinity-blue) !important;
  text-align: center;
  margin: 24px 0 6px;
}

.article .post-content h2.blog-subtitle {
  font-family: "Lato", sans-serif !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 1.4;
  text-transform: none !important; /* SENTENCE CASE */
  color: var(--sevinity-pink) !important;
  text-align: center;
  margin: 0 0 32px;
}

/* ============================================
   BLOG SECTION HEADERS
   ============================================ */

.article .post-content .blog-article h2:not(.blog-subtitle) {
  font-family: "Benzin", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.3;
  color: var(--sevinity-blue) !important;
  margin: 36px 0 16px;
}

.blog-article h3 {
  font-family: "Benzin", sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  margin: 24px 0 12px !important;
  color: var(--sevinity-blue) !important;
}

/* ============================================
   BLOG INGREDIENT NAME (INLINE H3-STYLE)
   ============================================ */

.blog-ingredient-name {
  font-family: "Benzin", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;   /* Matches h3 scale */
  line-height: 1.3;
  color: var(--sevinity-pink, #eb928a) !important;
  margin: 20px 0 6px;
}

/* ============================================
   BLOG IMAGES
   ============================================ */

.blog-image--full img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 36px 0;
  display: block;
}

.blog-image-float-left,
.blog-image-float-right {
  width: 33%;
  max-width: 320px;
  height: auto;
  border-radius: 12px;
  margin: 8px 24px 16px 0;
}

.blog-image-float-left { float: left; }

.blog-image-float-right {
  float: right;
  margin: 8px 0 16px 24px;
}

/* ============================================
   BLOG CALLOUTS (FLOAT-CONTAINED)
   ============================================ */

.blog-callout {
  background: var(--sevinity-peach);
  padding: 24px 28px;
  border-radius: 18px;
  font-style: normal;
  font-family: "Benzin", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 1.3;
  margin: 32px 0;
  display: block;
  overflow: auto;
}

/* ============================================
   BLOG PDF BUTTON
   ============================================ */

.blog-pdf-button {
  text-align: center;
  margin: 32px 0;
}

.blog-pdf-button a {
  background: var(--sevinity-pink);
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

/* ============================================
   BLOG BENEFIT PILLS
   ============================================ */

.blog-benefit-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.blog-benefit-pills li {
  background: var(--accent-pearl);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--sevinity-navy);
}

/* ============================================
   BLOG SEASONAL CTA — OUTLINED VERSION
   ============================================ */

.blog-seasonal-cta {
  border: 2px solid var(--sevinity-pink, #eb928a);
  border-radius: 16px;
  padding: 26px 32px;
  text-align: center;
  background: #ffffff;
  margin: 56px 0;
}

.blog-seasonal-cta .cta-title {
  font-family: "Benzin", sans-serif !important;
  font-size: 22px;
  font-weight: 600;
  color: var(--sevinity-teal, #10797f);
  line-height: 1.3;
}

.blog-seasonal-cta .cta-hashtag {
  margin-top: 10px;
  font-family: "Benzin", sans-serif !important;
  font-size: 22px;
  font-weight: 600;
  color: var(--sevinity-pink, #eb928a);
}

/* Mobile */
@media (max-width: 768px) {
  .blog-seasonal-cta {
    padding: 22px;
  }

  .blog-seasonal-cta .cta-title {
    font-size: 18px;
  }

  .blog-seasonal-cta .cta-hashtag {
    font-size: 16px;
  }
}


/* ============================================
   BLOG REFERENCES
   ============================================ */

.blog-references {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #ddd;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

.blog-references h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 12px;
  color: var(--sevinity-blue) !important;
}

.blog-references ol { padding-left: 20px; }

.blog-references li { margin-bottom: 8px; }

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
  .blog-image-float-left,
  .blog-image-float-right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 24px 0;
  }
}


.eternafy-activators {
  background: var(--sevinity-peach);
  text-align: center;
  padding: 60px 20px;
}

.eternafy-activators ol {
  list-style-position: inside;
  font-weight: 600;
}

.section-title {
  font-family: "Benzin", sans-serif;
  font-size: 40px;
  color: var(--sevinity-blue);
  margin-bottom: 10px;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  margin-bottom: 16px;
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.ingredient-grid div {
  background: var(--accent-pearl);
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 600;
}

.eternafy-disclaimer {
  font-size: 13px;
  color: #666;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .eternafy-overview {
    grid-template-columns: 1fr;
  }

  .eternafy-logo {
    font-size: 48px;
  }

  .section-title {
    font-size: 30px;
  }
}

/* ============================================
   SEVINITY HERO CTA (Independent of Theme)
   ============================================ */

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 320px;
  height: 72px;
  padding: 0 30px;

  border-radius: 15px;
  border: 2px solid #eb928a;

  background: #eb928a;
  color: #ffffff;

  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;

  transition: all 0.25s ease-in-out;
}

/* Outline version (for SEE HOW IT WORKS) */
.hero-cta.outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

/* Make SVG follow text color */
.hero-cta svg,
.hero-cta svg * {
  stroke: currentColor;
  fill: none;
}

/* Hover state */
.hero-cta:hover {
  background: #ffffff !important;
  color: #eb928a !important;
  border-color: #eb928a !important;
  text-decoration: none;
}
  
/* ============================================
   SEVINITY.COM v2 — HOME CUSTOM
   ============================================ */
/* HERO LAYOUT */
.hero-layout{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
/* HERO FULLSCREEN CONTROL */
.hero-section {
  min-height: calc(100vh - 140px); /* adjust after measuring header height */
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
/* Bottle */
.hero-image{
  flex: 0 0 280px; /* fixed width */
}

.hero-image img{
  width: 100%;
  height: auto;
}

/* Right column */
.hero-content{
  flex: 1;
  text-align: left;
}

/* Headline */
.hero-heading{
  font-size: 70px;
  line-height: 1em;
  margin: 0;
}

.hero-heading-large{
  font-size: 90px;
}

/* Paragraph spacing */
.hero-lead{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1.2;
}

.hero-body{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
}

/* CTA Row */
.hero-cta-row{
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

/* CTA Buttons */
.hero-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 72px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
}

.hero-cta.primary{
  background: #eb928a;
  border: 2px solid #eb928a;
  color: #ffffff;
}

.hero-cta.outline{
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

/* Subheading */
.hero-subhead{
  font-size: 30px;
  font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 992px){
  .hero-layout{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-content{
    text-align: center;
  }

  .hero-cta-row{
    flex-direction: column;
    align-items: center;
  }
}  
  
  .home-subhead {
  	font-size: 22px; 
    line-height: 1.2; 
    font-weight: 700;
  }
  
  .home-tagline {
    font-size: 24px !important;
  }
  

  
  /* ==========================================
   BENEFITS CAROUSEL (Widget 462)
   Rounded + subtle mask
   ========================================== */

/* Round the outer container */
#widget-462 .image-slice {
  border-radius: 22px !important;
  overflow: hidden !important;
  position: relative;
}

/* Make sure each slide respects the rounding */
#widget-462 .carousel-inner,
#widget-462 .carousel-item {
  border-radius: 22px !important;
  overflow: hidden !important;
}

/* Slight premium dark mask */
#widget-462 .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.08),
    rgba(0,0,0,0.18)
  );
  z-index: 1;
}

/* Make sure text sits above mask */
#widget-462 .carousel-content {
  position: relative;
  z-index: 2;
}

/* Improve overlay text styling */
#widget-462 .slideshowContentText {
  font-family: "Benzin", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
  text-transform: lowercase;
    line-height: 1;
  }
}

/* Optional: soften arrow controls */
#widget-462 .carousel-control-prev i,
#widget-462 .carousel-control-next i {
  color: #ffffff;
  opacity: .75;
  transition: opacity .2s ease;
}
#widget-462 .carousel-control-prev:hover i,
#widget-462 .carousel-control-next:hover i {
  opacity: 1;
}

  
/* ============================================
   SEVINITY.COM v2 — ETERNAFY SYSTEMS BLOCK
   ============================================ */

.eternafy-systems-block{
  width: 100% !important;
  max-width: none !important;
}

.eternafy-systems-title{
  font-size: 40px !important;
  margin-bottom: 40px !important;
}

/* Flex layout (replaces float) */
.eternafy-systems-row{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 80px !important;
}

/* Copy column */
.eternafy-systems-copy{
  flex: 1 1 0 !important;
  max-width: 760px; /* keeps line length readable */
}

/* List tweaks (since your inline styles are doing most of it) */
.eternafy-systems-list{
  margin: 0 !important;
  padding-left: 22px !important;
  font-weight: 700;
  line-height: 1.2;
}

/* Media column */
.eternafy-systems-media{
  flex: 0 0 400px !important;
  max-width: 400px !important;
}

/* “Rave-style” responsive image behavior */
img.img-fluid,
img.rr-img-fluid{
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Your image styling */
.eternafy-systems-img{
  width: 100% !important;
  height: auto !important;
  border-radius: 15px !important;
}

/* Full-width tagline (force it to not inherit any max-width rules) */
.eternafy-systems-tagline{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-top: 34px !important;
}

/* Default: keep it on the same line (no forced break) */
.eternafy-tagline-break{
  display: inline;
}

/* Mobile: stack + allow tagline to break cleanly */
@media (max-width: 992px){
  .eternafy-systems-row{
    flex-direction: column !important;
    gap: 24px !important;
  }

  .eternafy-systems-media{
    flex: 0 0 auto !important;
    max-width: 520px !important;
  }

  .eternafy-systems-title{
    font-size: 32px !important;
    margin-bottom: 24px !important;
  }

  /* Only on smaller screens, put the second clause on its own line */
  .eternafy-tagline-break{
    display: block;
    margin-top: 6px;
  }
}

/* ==========================================
   7 Pathways Toggle Button (Widget 459)
   Default: white outline
   Hover: pink outline on white
   ========================================== */

#widget-459 #sev-toggle-7pathways {
  appearance: none !important;
  -webkit-appearance: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 16px 28px !important;
  border-radius: 15px !important;

  background: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;

  font-family: Lato, sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  letter-spacing: .3px !important;

  cursor: pointer !important;
  transition: all .25s ease !important;
}

/* Hover state */
#widget-459 #sev-toggle-7pathways:hover {
  background: #ffffff !important;
  border-color: #eb928a !important;   /* sevinity-pink */
  color: #eb928a !important;
}

/* Focus state (keyboard accessibility) */
#widget-459 #sev-toggle-7pathways:focus-visible {
  outline: 3px solid rgba(255,255,255,.4) !important;
  outline-offset: 3px !important;
}

/* Layout alignment */
#widget-459 .sev-7pathways-cta {
  margin-top: 20px !important;
  text-align: center !important; /* change to left if desired */
}

/* ---------------------------
   7 Pathways: default collapsed
---------------------------- */
#frontend-widget-430 {
  display: none;
}

/* Button styling (Sevinity pink) */
.sev-7pathways-cta {
  margin-top: 14px;
  text-align: center; /* change to left if you prefer */
}

.sev-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: Lato, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  border-radius: 15px;
  padding: 16px 26px;
  font-size: 18px;
  line-height: 1;
}

.sev-btn-pink {
  background: #eb928a;           /* sevinity-pink */
  color: #ffffff;
  border: 2px solid #eb928a;
}

.sev-btn-pink:hover {
  filter: brightness(0.97);
}

.sev-btn-pink:focus-visible {
  outline: 3px solid rgba(235, 146, 138, 0.45);
  outline-offset: 3px;
}

/* Hide only the top carousel image inside widget-451 */
#widget-451 .carousel-img.text-center {
    display: none !important;
}
#widget-432 .carousel-img.text-center {
    display: inline !important;
}
.author-name {
    font-size: 22px !important;
  	font-weight: 800;
  	font-family: Lato !important;
  	text-align: right;
  	color: #2d5a6f !important;
}
#widget-431 p {
    font-size: 18px !important;
    line-height: 1.6;
    color: #2d5a6f !important;
}

#widget-431 h2 {
    font-size: 48px !important;
    line-height: 1.2;
    color: #2d5a6f !important;
}

/* ============================================================
   SEVINITY — TRUST BAR (10 items, SVG, AUTO-DRIFT + MANUAL SCROLL)
   - Full-bleed breakout
   - Real scroll (user can drag/swipe)
   - Auto-drift via JS (not transform animation)
   - Pauses on hover/focus/touch/drag
   - Respects prefers-reduced-motion
   - Brand color: sevinity-navy default, sevinity-pink on hover
   ============================================================ */

:root{
  --sev-trustbar-bg: #ffffff;
  --sev-trustbar-border: rgba(38,66,80,.10);
  --sev-trustbar-navy: var(--sevinity-navy, #264250);
  --sev-trustbar-pink: var(--sevinity-pink, #eb928a);
  --sev-trustbar-sub: rgba(38,66,80,.72);
  --sev-trustbar-pill: rgba(38,66,80,.05);
  --sev-trustbar-pill-hover: rgba(235,146,138,.08);
}

/* Full-bleed breakout even inside .container */
#widget-465 .sev-trustbar-wrap{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--sev-trustbar-bg);

  /* room for hover lift so nothing clips */
  padding: 18px 0 22px;

  /* if any parent tries to clip */
  overflow: visible;
}

/* If Rave container/row/col clips hover lift, force visible */
#widget-465 .container,
#widget-465 .row,
#widget-465 .col{
  overflow: visible !important;
}

/* Scroll viewport (manual scroll enabled) */
#widget-465 .sev-trustbar{
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  position: relative;
	scrollbar-gutter: stable;

  /* Premium feel */
  cursor: grab;

  /* optional: hide scrollbar */
  scrollbar-width: none; /* Firefox */

  /* subtle “landing” when user swipes */
  scroll-snap-type: x proximity;
}
#widget-465 .sev-trustbar::-webkit-scrollbar{ height: 0; }
#widget-465 .sev-trustbar:active{ cursor: grabbing; }

/* Track is just content */
#widget-465 .sev-trustbar-track{
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  padding: 0 22px;

  /* small bottom room in case iOS paints scrollbars briefly */
  padding-bottom: 2px;
}

/* Item pill */
#widget-465 .sev-trustbar-item{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent; /* keeps layout stable on hover */
  background: var(--sev-trustbar-pill);

  white-space: nowrap;
  user-select: none;

  color: var(--sev-trustbar-navy);
  scroll-snap-align: start;

  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease,
    color .18s ease,
    box-shadow .18s ease;
}

/* Keyboard focus should look intentional (subtle) */
#widget-465 .sev-trustbar-item:focus-visible{
  box-shadow: 0 0 0 3px rgba(235,146,138,.22);
  outline: none;
}

/* Title/sub */
#widget-465 .sev-trustbar-title{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .2px;
  color: inherit;
  line-height: 1.1;
}

#widget-465 .sev-trustbar-sub{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--sev-trustbar-sub);
  margin-top: 2px;
  line-height: 1.1;
}

/* SVG icon uses currentColor */
#widget-465 .sev-trustbar-icon{
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: inherit;
  opacity: .95;

  transition: opacity .18s ease, transform .18s ease, color .18s ease;
}

/* Hover/focus: premium lift + brand accent */
#widget-465 .sev-trustbar-item:hover,
#widget-465 .sev-trustbar-item:focus{
  transform: translateY(-2px);
  background: var(--sev-trustbar-pill-hover);
  border-color: rgba(235,146,138,.35);
  color: var(--sev-trustbar-pink);
}

/* Keep hierarchy but tint subtext on hover/focus */
#widget-465 .sev-trustbar-item:hover .sev-trustbar-sub,
#widget-465 .sev-trustbar-item:focus .sev-trustbar-sub{
  color: rgba(235,146,138,.82);
}

/* Reduced motion: keep manual scroll only (JS also respects this) */
@media (prefers-reduced-motion: reduce){
  #widget-465 .sev-trustbar{
    scroll-behavior: auto;
  }
}

/* Mobile sizing tweaks */
@media (max-width: 768px){
  #widget-465 .sev-trustbar-wrap{ padding: 14px 0 18px; }
  #widget-465 .sev-trustbar-item{ padding: 9px 12px; }
  #widget-465 .sev-trustbar-title{ font-size: 13px; }
  #widget-465 .sev-trustbar-sub{ font-size: 11px; }
}

/* Enable nice drag behavior */
#widget-465 .sev-trustbar.is-dragging{
  cursor: grabbing;
  scroll-snap-type: none; /* don’t fight the user while dragging */
}

/* Prevent accidental text selection only while dragging */
#widget-465 .sev-trustbar.is-dragging,
#widget-465 .sev-trustbar.is-dragging *{
  -webkit-user-select: none;
  user-select: none;
}
.sev-trustbar {
  scroll-snap-type: none !important;
}

.sev-trustbar-item {
  scroll-snap-align: none !important;
}
/* kill scroll-snap for this widget so it can't fight auto-drift */
#widget-465 .sev-trustbar{ scroll-snap-type: none !important; }
#widget-465 .sev-trustbar-item{ scroll-snap-align: none !important; }


/* TRUST BAR: marquee (no manual scroll) */
#widget-465 .sev-trustbar{
  overflow: hidden;           /* prevents manual scroll */
  position: relative;
}

#widget-465 .sev-trustbar-track{
  display: flex;
  align-items: center;
  gap: 18px;                  /* adjust spacing */
  width: max-content;
  will-change: transform;
  animation: sevTrustMarquee var(--sev-marquee-duration, 36s) linear infinite;
}

/* Optional: pause on hover */
#widget-465 .sev-trustbar-wrap:hover .sev-trustbar-track{
  animation-play-state: paused;
}

/* If you want ZERO interaction (no drag/wheel), uncomment:
#widget-465 .sev-trustbar { pointer-events:none; }
#widget-465 .sev-trustbar * { pointer-events:none; }
*/

@keyframes sevTrustMarquee{
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-1 * var(--sev-marquee-distance, 1000px))); }
}


/* ============================================================
   AFFILIATE REWARDS — SHARE / EARN / GROW (sev-aeg)
   Fix: icon+title spacing + kill theme margins in this section
   ============================================================ */

.sev-aeg{
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.sev-aeg-headline{
  text-align: center;
  margin: 0 0 24px -60px !important;
  font-size: 42px !important;
  line-height: 1.05;
  font-weight: 800;
}

.sev-aeg-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: stretch;
  margin-top: 26px;
}

/* unified card look */
.sev-aeg-card{
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* image tiles */
.sev-aeg-photo{
  position: relative;
  min-height: 250px;
  background: #ddd;
}
.sev-aeg-photo img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* copy tiles */
.sev-aeg-copy{
  background: #ffffff;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* header: icon + word on same line */
.sev-aeg-copy .sev-aeg-header{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;                 /* <-- controls icon/title distance */
  margin: 0 auto 12px auto !important;
}

/* hard reset theme margins inside this section only */
.sev-aeg .sev-aeg-header,
.sev-aeg .sev-aeg-icon,
.sev-aeg h3.sev-aeg-title{
  float: none !important;
  padding: 0 !important;
}

/* 100x100 icons */
.sev-aeg-copy .sev-aeg-icon{
  width: 100px !important;
  height: 100px !important;
  flex: 0 0 100px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;      /* <-- kills the old “auto + bottom margin” */
  line-height: 0 !important;
}
.sev-aeg-copy .sev-aeg-icon svg{
  width: 100% !important;
  height: 100% !important;
  display: block;
}

/* title */
.sev-aeg h3.sev-aeg-title{
  margin: 0 !important;      /* <-- most important fix */
  line-height: 1 !important; /* prevents vertical drift */
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 700;
  color: var(--sevinity-pink, #eb928a) !important;
  text-transform: none;
}

/* description */
.sev-aeg-copy .sev-aeg-desc{
  margin: 0 !important;
  font-size: 22px !important;
  text-align: left;
  line-height: 1.2;
  max-width: 420px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* responsive */
@media (max-width: 980px){
  .sev-aeg-grid{ gap: 22px; }
  .sev-aeg-copy{ padding: 30px 26px; }
}

@media (max-width: 760px){
  .sev-aeg{ padding: 28px 16px; }
  .sev-aeg-grid{ grid-template-columns: 1fr; }
  .sev-aeg-photo{ min-height: 220px; }

  .sev-aeg-copy .sev-aeg-icon{
    width: 80px !important;
    height: 80px !important;
    flex-basis: 80px !important;
  }

  /* stack icon above word on small screens */
  .sev-aeg-copy .sev-aeg-header{
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px !important;
  }

  .sev-aeg h3.sev-aeg-title{
    font-size: 30px;
  }
}

  /* =====================================================
   MORNING RITUAL — WIDGET 441 (Scoped Only)
===================================================== */

#widget-441 .sev-ritual {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* Headline */
#widget-441 .sev-ritual h2 {
  margin: 0;
  font-family: "Benzin", sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.05;
  color: var(--sevinity-peach);
  text-transform: lowercase;
  font-size: 40px !important;
}

#widget-441 .sev-ritual h2 .accent {
  color: var(--sevinity-pink);
}

/* Subheadline */
#widget-441 .sev-ritual-sub {
  margin: 20px auto 0;
  max-width: 820px;
  color: rgba(255,255,255,.9);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

/* Grid */
#widget-441 .sev-ritual-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
#widget-441 .sev-ritual-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  padding: 32px 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  transition: transform .25s ease, box-shadow .25s ease;
}

#widget-441 .sev-ritual-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.35);
}

/* Step Label (Awaken / Activate / Advance) */
#widget-441 .sev-step-label {
  font-size: 24px !important;
  font-weight: 800;
  color: rgba(255,255,255,.95);
  margin-bottom: 16px;
}

/* Icon */
#widget-441 .sev-ritual-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 18px;
}

#widget-441 .sev-ritual-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Main line under icon */
#widget-441 .sev-ritual-title {
  font-size: 20px !important;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0;
}

/* Supporting line */
#widget-441 .sev-ritual-desc {
  margin-top: 0px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255,255,255,.85) !important;
}

/* Footnote */
#widget-441 .sev-ritual-footnote {
  margin: 34px auto 0;
  max-width: 900px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,.75);
}

/* Responsive */
@media (max-width: 900px) {
  #widget-441 .sev-ritual-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* ADDED AUG12, 2026 */
/* Hide mobile hero by default */
.hero-mobile {
    display: none;
}

@media (max-width: 767px) {

    /* Hide desktop hero */
    .hero-layout {
        display: none !important;
    }

    /* Mobile hero */
    .hero-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 36px 22px 40px;
        box-sizing: border-box;
        text-align: center;
    }

    .hero-mobile-heading h1 {
        margin: 0;
        font-size: clamp(32px, 9vw, 44px) !important;
        line-height: 1.05 !important;
    }

    .hero-mobile-reawaken {
        display: inline-block;
        font-size: 1.25em;
        line-height: 1;
        margin-bottom: 5px;
    }

    .hero-mobile-image {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 22px auto 20px;
    }

    .hero-mobile-image img {
        display: block;
        width: auto;
        max-width: 72%;
        max-height: 390px;
        object-fit: contain;
        margin: 0 auto;
    }

    .hero-mobile-content {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
    }

    .hero-mobile-lead {
        font-size: 17px;
        line-height: 1.5;
        margin: 0 auto 18px;
    }

    .hero-mobile-renew {
        font-size: 25px;
        line-height: 1.2;
        margin: 4px 0 26px;
    }

    .hero-mobile-cta-row {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        margin-top: 4px;
    }

    .hero-mobile-cta-row .hero-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 52px;
        box-sizing: border-box;
        margin: 0;
    }
}