.elementor-55 .elementor-element.elementor-element-57bcdf3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-55 .elementor-element.elementor-element-4034590{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-55 .elementor-element.elementor-element-f7e9f7e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5579b7f *//* ── RESET & BASE ── */
html, body { 
  max-width: 100% !important;
  overflow-x: hidden !important; 
  position: relative;
}

body { 
  font-family: var(--sans); 
  background: var(--sl-blush); 
  color: var(--ink); 
  line-height: 1.6; 
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}




:root {
  /* Original LifeLab Brand Colors */
  --navy: #0f1f45;
  --navy2: #1a2f5a;
  --orange: #e8650a;
  --orange2: #f07830;
  --cream: #fdf9f4;
  --warm: #f5ede0;
  --warm2: #ffeee0;
  --ink: #1c1c1e;
  --ink2: #3d3d3d;
  --ink3: #6b6b6b;
  --line: #e8e2d9;
  --white: #ffffff;
  
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(15, 31, 69, 0.08);
  --shadow2: 0 8px 40px rgba(15, 31, 69, 0.14);

  /* Page-Specific Color Theme */
  --sl-pink: #bc477b;          
  --sl-pink-light: #d65992;    
  --sl-plum: #4a1525;          
  --sl-plum-dark: #350d19;     
  --sl-blush: #fffafc;         
  --sl-pink-warm: #fdf2f6;     
  --sl-pink-warm2: #f7d6e4;    
  --sl-ink: #2b1a1f;           
  --sl-text-body: #5c4d52;     
  --sl-eyebrow: #7d5260;       
  --sl-line: #f3e5eb;          
  --sl-shadow: 0 4px 24px rgba(74, 21, 37, 0.04);
  --sl-shadow2: 0 8px 40px rgba(74, 21, 37, 0.08);
}

/* ── UTILITIES ── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 52px 0; }
.btn { display: inline-block; font-family: var(--sans); font-size: 14px; font-weight: 600; padding: 13px 28px; border-radius: 8px; transition: all .22s ease; cursor: pointer; border: none; text-decoration: none; text-align: center; }
.btn-primary { background: var(--sl-pink); color: #fff; }
.btn-primary:hover { background: var(--sl-pink-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(188, 71, 123, .3); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, .5); }
.btn-outline-white:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--cream); transform: translateY(-1px); }

/* ── BREADCRUMB ── */
.breadcrumb { font-size: 12px; color: var(--ink3); padding: 14px 24px; display: flex; align-items: center; gap: 6px; background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumb a { color: var(--ink3); transition: color .18s; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb .sep { color: var(--line); }
.breadcrumb .current { color: var(--orange); font-weight: 600; }

/* ── HEADINGS & TEXT ── */
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--sl-pink); margin-bottom: 10px; }
.section-title { font-family: var(--serif); font-size: clamp(26px, 3.5vw, 40px); color: var(--navy); font-weight: 600; line-height: 1.2; margin-bottom: 8px; }
.section-sub { font-size: 15px; color: var(--ink3); line-height: 1.65; margin-bottom: 40px; }

/* ── WHY SELF-LOVE ── */
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.why-card { background: var(--sl-pink-warm); border-radius: var(--radius); border: 1px solid var(--sl-line); padding: 28px; }
.why-accent { width: 36px; height: 3px; background: var(--sl-pink); border-radius: 2px; margin-bottom: 16px; }
.why-card h3 { font-family: var(--serif); font-size: 20px; color: var(--navy); font-weight: 600; margin-bottom: 12px; line-height: 1.3; }
.why-card p { font-size: 15px; color: var(--sl-text-body); line-height: 1.75; }

/* ── OFFERINGS ── */
.offerings-section { background: var(--sl-blush); }
.offerings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--sl-line); overflow: hidden; transition: transform .22s, box-shadow .22s; }
.offer-card:hover { transform: translateY(-4px); box-shadow: var(--sl-shadow2); }
/* FIXED: Image height explicitly set to 200px */
/* FIXED: Image height & width explicitly set to 200px and centered */
.offer-img-placeholder { 
  width: 200px !important; 
  height: 200px !important; 
  margin: 24px auto 0 auto; /* Centers the image and gives top spacing */
  border-radius: 12px; /* Softens the edges of the image */
  display: flex; 
  align-items: center; 
  justify-content: center; 
  background: var(--sl-pink-warm); 
  overflow: hidden; 
}

.offer-img-placeholder img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}
.offer-body { padding: 22px 22px 26px; }
.offer-num { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--sl-pink); margin-bottom: 8px; }
.offer-body h3 { font-family: var(--serif); font-size: 19px; color: var(--navy); font-weight: 600; margin-bottom: 10px; line-height: 1.3; }
.offer-body p { font-size: 14px; color: var(--sl-text-body); line-height: 1.7; }

/* ── MATTERS (dark tabbed) ── */
.matters-section { background: var(--sl-plum); padding: 72px 24px; font-family: var(--sans); }
.matters-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.matters-left .eyebrow { font-family: var(--sans); color: rgba(255,184,209,.9); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 12px; }
.matters-left .section-title { color: #fff; margin: 0 0 16px; }
.matters-left p { font-family: var(--sans); font-size: 15px; color: rgba(245,230,235,.75); line-height: 1.8; margin: 0 0 16px; }
.matters-right { padding-left: 40px; }
.tab-buttons { display: flex; gap: 6px; margin-bottom: 28px; flex-wrap: wrap; }
.mtab-btn { font-family: var(--sans); font-size: 13px; font-weight: 600; padding: 8px 20px; border-radius: 24px; border: none; cursor: pointer; transition: all .2s; outline: none; }
.mtab-btn.active { background: var(--sl-pink); color: #fff; }
.mtab-btn.inactive { background: rgba(255,255,255,.1); color: rgba(255,184,209,.7); }
.mtab-btn.inactive:hover { background: rgba(255,255,255,.18); color: #fff; }
.mtab-panel { display: none; }
.mtab-panel.active { display: block; }
.mtab-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.mtab-list li { font-family: var(--sans); display: flex; align-items: center; gap: 12px; font-size: 15px; color: rgba(245,230,235,.9); line-height: 1.4; }
.mtab-list li::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--sl-pink); flex-shrink: 0; }

/* ── CTA / RETURN BAND ── */
.return-container { background: var(--sl-blush); padding: 48px 0; }
.return-band { max-width: 1160px; margin: 0 auto; background: linear-gradient(135deg, #bc477b 0%, #a23966 60%, #7a2249 100%); padding: 40px 60px; border-radius: var(--radius); display: flex; justify-content: space-between; align-items: center; gap: 32px; color: #fff; position: relative; overflow: hidden; }
.return-band h2 { font-family: var(--serif); font-size: 28px; color: #fff; font-weight: 600; margin-bottom: 8px; }
.return-band p { font-size: 15px; color: rgba(255, 255, 255, 0.9); max-width: 600px; line-height: 1.6; }
.return-band .btn { background: #fff; color: var(--sl-plum); flex-shrink: 0; font-weight: 600; padding: 13px 28px; border-radius: 8px; transition: all .2s; }
.return-band .btn:hover { background: var(--sl-pink-warm); transform: translateY(-1px); }

/* ── CROSS-SELL ── */
.crosssell-section { background: var(--white); }
.crosssell-box { background: var(--sl-pink-warm); border-radius: var(--radius); border: 1px solid var(--sl-line); padding: 28px 32px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.crosssell-box p { font-size: 15px; color: var(--sl-text-body); flex: 1; min-width: 200px; line-height: 1.6; }
.crosssell-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.cs-chip { display: inline-block; font-size: 13px; font-weight: 600; padding: 9px 20px; border-radius: 24px; border: 1.5px solid rgba(188,71,123,.35); color: var(--sl-pink); background: rgba(188,71,123,.06); transition: all .2s; }
.cs-chip:hover { background: var(--sl-pink); color: #fff; border-color: var(--sl-pink); transform: translateY(-1px); }

/* ── REVIEWS ── */
.reviews-section { background: var(--sl-blush); }
.review-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--sl-line); padding: 32px 36px; display: flex; gap: 24px; align-items: flex-start; max-width: 720px; box-shadow: var(--sl-shadow); }
.review-av { width: 52px; height: 52px; border-radius: 50%; background: var(--sl-pink-warm2); border: 2px solid var(--sl-line); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--sl-plum); flex-shrink: 0; font-family: var(--serif); }
.review-stars { font-size: 16px; color: var(--sl-pink); margin-bottom: 10px; letter-spacing: 2px; }
.review-quote { font-family: var(--serif); font-size: 18px; font-style: italic; color: var(--navy); line-height: 1.6; margin-bottom: 14px; }
.review-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.review-tag { font-size: 12px; color: var(--ink3); margin-top: 3px; }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

/* ── FAQ ACCORDION ── */
.faq-section { background: var(--white); padding: 64px 0 80px; border-top: 1px solid var(--sl-line); }
.faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.faq-col { display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--sl-line); border-radius: 14px; overflow: hidden; transition: all .3s ease; box-shadow: 0 4px 15px rgba(74,21,37,.03); }

.faq-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; background: transparent; border: none; outline: none; cursor: pointer; text-align: left; -webkit-tap-highlight-color: transparent; appearance: none; }
.faq-trigger p { margin: 0; font-size: 15px; font-weight: 600; color: var(--navy); line-height: 1.45; }
.faq-chevron { width: 32px; height: 32px; border-radius: 50%; background: #fff0f5; display: flex; align-items: center; justify-content: center; color: var(--sl-pink); flex-shrink: 0; transition: all .3s ease; }
.faq-chevron svg { transition: transform .25s; stroke: var(--sl-pink); }
.faq-item.open .faq-chevron svg { transform: rotate(180deg); stroke: #fff; }
.faq-body { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height .35s ease, padding .35s ease; }
.faq-item.open .faq-body { padding: 0 20px 16px; }
.faq-body p { margin: 0; color: var(--sl-text-body); font-size: 14px; line-height: 1.8; }
.faq-item:hover, .faq-item:focus-within, .faq-item.open {
  border-color: var(--sl-pink) !important;
  background: #ffffff !important; 
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important;
}
.faq-trigger, .faq-trigger:hover, .faq-trigger:focus, .faq-trigger:active, .faq-item.open .faq-trigger {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
.faq-trigger:hover, .faq-trigger:focus { background: transparent !important; }
.faq-item:hover .faq-chevron, .faq-item.open .faq-chevron {
  background: var(--sl-pink) !important; color: #ffffff !important;
}
.faq-item:hover .faq-chevron svg, .faq-item.open .faq-chevron svg {
  stroke: #ffffff !important;
}

/* ── COMMUNITY OPT-IN ── */
.community-section { background: var(--sl-plum); padding: 64px 24px; color: #fff; }
.community-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.community-left h2 { font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); color: #fff; font-weight: 600; margin-bottom: 10px; }
.community-left p { font-size: 15px; color: rgba(245,230,235,.7); line-height: 1.7; }
.community-form { display: flex; gap: 8px; }

/* ── CONTACT ── */
.contact-section { background: var(--white); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 52px; align-items: start; }
.contact-left h2 { font-family: var(--serif); font-size: 28px; color: var(--navy); font-weight: 600; margin-bottom: 10px; }
.contact-left p { font-size: 15px; color: var(--sl-text-body); line-height: 1.75; margin-bottom: 24px; }
.contact-info { display: flex; flex-direction: column; gap: 12px; }
.ci { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--sl-text-body); }
.ci-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--sl-pink-warm2); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; color: var(--sl-plum); }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; color: var(--sl-eyebrow); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 6px; }
.form-group input, .form-group textarea { width: 100%; background: var(--sl-pink-warm); border: 1.5px solid var(--sl-line); border-radius: 8px; padding: 12px 16px; font-family: var(--sans); font-size: 14px; color: var(--sl-ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--sl-pink); box-shadow: 0 0 0 3px rgba(188, 71, 123, .1); background: #fff; }
.form-group textarea { resize: vertical; min-height: 110px; line-height: 1.6; }

/* ── FOOTER & CLOSING ── */
.footer { background: var(--navy); padding: 64px 24px 0; color: #fff; }
.footer-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; }
.footer-logo img { height: 100px; width: auto; display: block; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 20px; max-width: 260px; }
.footer-socials { display: flex; gap: 10px; }
.soc-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); font-size: 14px; transition: all .2s; }
.soc-icon:hover { background: var(--orange); border-color: var(--orange); color: #fff; transform: translateY(-2px); }
.footer-col h5 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: rgba(255,184,209,.5); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 10px; transition: color .18s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 24px 0; font-size: 12px; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,0.05); }
.footer-bottom a { color: rgba(255,255,255,.4); transition: color .15s; }
.footer-bottom a:hover { color: #fff; }

.closing { background: #1c050c; padding: 26px 24px; color: #fff; }
.closing-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 20px; }
.closing-quote { font-family: var(--serif); font-size: 14px; font-style: italic; color: rgba(245,230,235,.45); line-height: 1.65; }
.closing-quote em { color: var(--sl-pink); font-style: normal; font-weight: 600; }
.closing-right { text-align: right; }
.closing-name { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }

/* ── RESPONSIVE FIXES ── */
@media(max-width:900px){
  /* FIXED: Added .reviews-grid and .faq-list here to stack 1-column on mobile */
  .why-grid, .offerings-grid, .matters-inner, .community-inner, .contact-inner, .footer-grid, 
  .reviews-grid, .faq-list { 
    grid-template-columns: 1fr; 
    gap: 32px; 
  }
  
  .closing-inner { grid-template-columns: 1fr; text-align: center; }
  .closing-right { text-align: center; }

  /* FIXED: Stack the CTA section vertically on smaller screens */
  .return-band {
    flex-direction: column;
    text-align: center;
    padding: 40px 24px;
    gap: 24px;
  }
}

@media(max-width:640px){
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .form-row-2 { grid-template-columns: 1fr; }
  
  /* FIXED: Added align-items and text-align to center the content nicely when it stacks */
  .review-card { 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    padding: 24px;
  }
}/* End custom CSS */