.elementor-40 .elementor-element.elementor-element-0903b25{--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-40 .elementor-element.elementor-element-0689e1b{--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-40 .elementor-element.elementor-element-a042606{--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-cc5d5e1 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', system-ui, sans-serif; background: var(--ls-cream); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: 'DM Sans', system-ui, sans-serif; cursor: pointer; border: none; }

:root {
  /* Original LifeLab Brand Colors (keeps navbar/footer intact) */
  --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 Colors (Life Skill / Purple Theme) */
  --ls-purple: #6b2fa0;
  --ls-purple2: #8040c0;
  --ls-purple-lt: #f3eeff;
  --ls-purple-mid: #d8c0f0;
  --ls-cream: #f9f6ff;
  --ls-warm: #f3eeff;
  --ls-warm2: #e8d8f8;
  --ls-line: #ddd0f0;
  --ls-shadow: 0 4px 24px rgba(107, 47, 160, 0.1);
  --ls-shadow2: 0 8px 40px rgba(107, 47, 160, 0.18);
}

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 52px 0; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ls-purple); 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; }
.img-ph { background: var(--ls-line); display: flex; align-items: center; justify-content: center; font-size: 12px; font-style: italic; color: var(--ink3); border-radius: 8px; overflow: hidden; }
.img-ph img { display: none; }
.btn { display: inline-block; font-family: var(--sans); font-size: 14px; font-weight: 600; padding: 13px 26px; border-radius: 8px; transition: all .22s ease; cursor: pointer; border: none; }
.btn-primary { background: var(--ls-purple); color: #fff; }
.btn-primary:hover { 
  background: #4a1a80 !important; 
  color: #fff !important;
  transform: translateY(-2px); 
  box-shadow: 0 8px 24px rgba(107, 47, 160, 0.4); /* Purple glow */
}
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, .5); }
.btn-outline-white:hover { 
  background: var(--ls-purple) !important; 
  color: #fff !important; 
  border-color: var(--ls-purple) !important; 
  transform: translateY(-2px);
}
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { 
  background: var(--ls-purple) !important; 
  color: #fff !important; 
  border-color: var(--ls-purple) !important;
  transform: translateY(-2px); 
}
/* ==========================================
   1. LAYOUT: FORCE 2-COLUMN GRID (WPForms)
   ========================================== */
@media (min-width: 600px) {
  .wpforms-form .wpforms-field-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
  }
  .wpforms-form .wpforms-field-container #wpforms-760-field_5-container {
    grid-column: span 2 !important;
    width: 100% !important;
  }
}

.wpforms-form, 
.wpforms-submit-container {
  width: 100% !important;
  clear: both !important;
}

.wpforms-form .wpforms-field {
  width: 100% !important;
  float: none !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
}

/* ==========================================
   2. TYPOGRAPHY & LABELS
   ========================================== */
.wpforms-form .wpforms-field-label {
  display: block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  color: var(--ink3) !important;
  margin-bottom: 6px !important;
  padding: 0 !important;
}

/* ==========================================
   3. INPUT FIELDS & TEXTAREA STYLING
   ========================================== */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form textarea {
  width: 100% !important;
  background: var(--white) !important;
  border: 1.5px solid var(--ls-line) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-family: var(--sans) !important;
  font-size: 14px !important;
  color: var(--ink) !important;
  outline: none !important;
  transition: border-color .2s, box-shadow .2s !important;
  box-sizing: border-box !important;
}

/* Focus States */
.wpforms-form input[type="text"]:focus,
.wpforms-form input[type="email"]:focus,
.wpforms-form input[type="tel"]:focus,
.wpforms-form textarea:focus {
  border-color: var(--ls-purple) !important;
  box-shadow: 0 0 0 3px rgba(107, 47, 160, .1) !important;
}

.wpforms-form textarea {
  resize: vertical !important;
  min-height: 110px !important;
  line-height: 1.6 !important;
}

/* ==========================================
   4. SUBMIT BUTTON STYLING
   ========================================== */
.wpforms-form .wpforms-submit {
  display: inline-block !important;
  font-family: var(--sans) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 13px 26px !important;
  border-radius: 8px !important;
  transition: all .22s ease !important;
  cursor: pointer !important;
  border: none !important;
  background: var(--ls-purple) !important;
  color: #fff !important;
}

.wpforms-form .wpforms-submit:hover {
  background: #4a1a80 !important; 
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(107, 47, 160, 0.4) !important;
}
.wpforms-form .wpforms-field-container input[type="text"],
.wpforms-form .wpforms-field-container input[type="email"],
.wpforms-form .wpforms-field-container input[type="tel"],
.wpforms-form .wpforms-field-container textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
}

.wpforms-form .wpforms-field {
  width: 100% !important;
  max-width: 100% !important;
}

/* ── 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(--ls-purple); }
.breadcrumb .sep { color: var(--line); }
.breadcrumb .current { color: var(--ls-purple); font-weight: 600; }

/* ── HERO ── */
.hero { padding: 0; margin: 0; overflow: hidden; }
.hero-img { display: block; width: 100%; height: auto; }

/* ── PERKS SECTION ── */
.perks-section { background: var(--white); }
.perks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.perk-card { background: var(--ls-cream); border-radius: var(--radius); border: 1px solid var(--ls-line); padding: 24px; transition: transform .22s, box-shadow .22s; }
.perk-card:hover { transform: translateY(-4px); box-shadow: var(--ls-shadow2); }
.perk-icon { font-size: 28px; margin-bottom: 12px; }
.perk-card h3 { font-family: var(--serif); font-size: 18px; color: var(--navy); font-weight: 600; margin-bottom: 8px; line-height: 1.3; }
.perk-card p { font-size: 14px; color: var(--ink2); line-height: 1.7; }

/* ── MEMBERSHIP TIERS ── */
.tiers-section { background: var(--ls-cream); }
.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 16px; }
.tier-card { background: var(--white); border-radius: var(--radius); border: 2px solid var(--ls-line); padding: 28px 24px; transition: transform .22s, box-shadow .22s; position: relative; overflow: hidden; }
.tier-card:hover { transform: translateY(-4px); box-shadow: var(--ls-shadow2); }
.tier-card.tier-cta { grid-column: 1 / -1; background: linear-gradient(135deg, rgba(107, 47, 160, 0.06), #fff); border-style: dashed; }
.tier-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; margin-bottom: 14px; background: var(--ls-purple-lt); color: var(--ls-purple); }
.tier-duration { font-family: var(--serif); font-size: 34px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.tier-desc { font-size: 13px; color: var(--ink3); margin-bottom: 20px; line-height: 1.5; }
.tier-divider { height: 1px; background: var(--ls-line); margin-bottom: 16px; }
.tier-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.tier-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: var(--ink2); line-height: 1.4; }
.tier-features li::before { content: '✓'; color: var(--ls-purple); font-weight: 700; font-size: 12px; flex-shrink: 0; margin-top: 1px; }
.tier-features li.muted { color: var(--ink3); }
.tier-features li.muted::before { content: '–'; color: var(--ls-line); font-weight: 400; }
.tier-note { font-size: 11px; color: var(--ink3); text-align: center; margin-top: 8px; }

/* ── WHAT YOU GET ── */
.features-section { background: var(--white); }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-dot { width: 36px; height: 36px; border-radius: 50%; background: var(--ls-purple-lt); border: 2px solid var(--ls-purple-mid); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.feature-item h4 { font-family: var(--serif); font-size: 16px; color: var(--navy); font-weight: 600; margin-bottom: 5px; }
.feature-item p { font-size: 14px; color: var(--ink2); line-height: 1.65; }

/* ── CTA BAND ── */
.cta-band { background: linear-gradient(135deg, var(--ls-purple) 0%, #4a1a80 100%); padding: 35px 24px; align-items: center; position: relative; overflow: hidden; display: flex; justify-content: space-between; gap: 24px; padding-left: 80px; padding-right: 100px; }
.cta-band::before { content: ''; position: absolute; top: -50px; right: -50px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255, 255, 255, .05); }
.cta-band::after { content: ''; position: absolute; bottom: -60px; left: -40px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255, 255, 255, .04); }
.cta-band > * { position: relative; }
.cta-band h2 { font-family: var(--serif); font-size: 32px; color: #fff; font-weight: 600; margin: 0 0 2px; }
.cta-band p { font-size: 16px; color: rgba(255, 255, 255, .8); max-width: 520px; margin: 0 auto 28px; line-height: 1.7; }

/* ── CROSS-SELL ── */
.crosssell-section { background: var(--ls-cream); }
.crosssell-box { background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); padding: 28px 32px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.crosssell-box p { font-size: 15px; color: var(--ink2); 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(107, 47, 160, .3); color: var(--ls-purple); background: rgba(107, 47, 160, .05); transition: all .2s; }
.cs-chip:hover { background: var(--ls-purple); color: #fff; border-color: var(--ls-purple); transform: translateY(-1px); }

/* ── REVIEWS ── */
.reviews-section { background: var(--white); }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.review-card { background: var(--ls-cream); border-radius: var(--radius); border: 1px solid var(--ls-line); padding: 32px 36px; display: flex; gap: 24px; align-items: flex-start; box-shadow: var(--ls-shadow); }
.review-av { width: 52px; height: 52px; border-radius: 50%; background: var(--ls-warm2); border: 2px solid var(--ls-line); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--ls-purple); flex-shrink: 0; font-family: var(--serif); }
.review-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 10px; }
.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; }

/* ── FAQ ── */
.faq-section { 
  background: var(--ls-cream); 
}

.faq-list { 
  max-width: 1100px; 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 10px; 
  align-items: start; 
}

.faq-item { 
  background: var(--white); 
  border-radius: var(--radius); 
  border: 1px solid var(--ls-line); 
  overflow: hidden; 
}

.faq-trigger { 
  width: 100%; 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  padding: 18px 22px; 
  background: transparent !important; 
  border: none !important; 
  box-shadow: none !important; 
  cursor: pointer; 
  text-align: left; 
  gap: 12px; 
  font-family: var(--sans); 
}

.faq-trigger:hover, 
.faq-trigger:active, 
.faq-trigger:focus, 
.faq-item.open .faq-trigger { 
  background: transparent !important; 
  color: inherit !important; 
  box-shadow: none !important; 
  transform: none !important; 
}

.faq-trigger p { 
  font-size: 15px; 
  font-weight: 600; 
  color: var(--navy); 
  line-height: 1.4; 
  margin: 0; 
}

/* Base Chevron Circle Container */
.faq-chevron { 
  width: 28px; 
  height: 28px; 
  border-radius: 50%; 
  background: var(--ls-cream); 
  border: 1.5px solid var(--ls-line); 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-shrink: 0; 
  transition: transform .25s, background .2s, border-color .2s; 
  color: #1c1c1e !important;
}

/* Force dark black icon color on both closed & active states */
.faq-chevron svg,
.faq-chevron svg path,
.faq-item.open .faq-chevron svg,
.faq-item.open .faq-chevron svg path {
  stroke: #1c1c1e !important; /* Dark black stroke */
  fill: #1c1c1e !important;
  color: #1c1c1e !important;
}

/* Open State Container styling */
.faq-item.open .faq-chevron { 
  background: var(--ls-purple); 
  border-color: var(--ls-purple); 
}

.faq-item.open .faq-chevron svg { 
  transform: rotate(180deg); 
}

.faq-body { 
  max-height: 0; 
  overflow: hidden; 
  transition: max-height .35s ease; 
  padding: 0 22px; 
}

.faq-body p { 
  font-size: 14px; 
  color: var(--ink2); 
  line-height: 1.8; 
  padding-bottom: 18px; 
  margin: 0; 
}

.faq-col { 
  display: flex; 
  flex-direction: column; 
  gap: 10px; 
  align-items: flex-start; 
}
/* ── COMMUNITY ── */
.community-section { background: var(--navy); padding: 64px 24px; }
.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(255, 255, 255, .6); line-height: 1.7; }
.community-form { display: flex; gap: 8px; }
.community-form input { flex: 1; background: rgba(255, 255, 255, .1); border: 1.5px solid rgba(255, 255, 255, .2); border-radius: 8px; padding: 12px 16px; font-family: var(--sans); font-size: 14px; color: #fff; outline: none; transition: border-color .2s; }
.community-form input::placeholder { color: rgba(255, 255, 255, .4); }
.community-form input:focus { border-color: rgba(107, 47, 160, .7); }

/* ── CONTACT ── */
.contact-section { background: var(--ls-cream); }
.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(--ink2); 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(--ink2); }
.ci-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--ls-warm2); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; border: 1px solid var(--ls-line); }

/* ── FOOTER ── */
.footer { background: var(--navy); padding: 64px 24px 0; }
.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-logo { font-family: var(--serif); font-size: 28px; color: #fff; font-weight: 600; margin-bottom: 12px; }
.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(--ls-purple); border-color: var(--ls-purple); color: #fff; transform: translateY(-2px); }
.footer-col { padding-top: 50px; }
.footer-col h5 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: rgba(255, 255, 255, .4); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 16px; color: rgba(255, 255, 255, .55); margin-bottom: 10px; transition: color .18s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: 1160px; margin: 0 auto; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom span { font-size: 12px; color: rgba(255, 255, 255, .3); }
.footer-bottom a { font-size: 12px; color: rgba(255, 255, 255, .4); transition: color .18s; }
.footer-bottom a:hover { color: #fff; }

/* ── CLOSING ── */
.closing { background: #060d1a; padding: 26px 24px; }
.closing-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 20px; }
.closing-brand { font-family: var(--serif); font-size: 24px; color: #fff; font-weight: 600; }
.closing-quote { text-align: center; font-family: var(--serif); font-size: 14px; font-style: italic; color: rgba(255, 255, 255, .45); line-height: 1.65; }
.closing-quote em { color: var(--orange); font-style: normal; font-weight: 600; }
.closing-right { text-align: right; }
.closing-name { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.closing-creds { font-size: 11px; color: rgba(255, 255, 255, .4); line-height: 1.65; margin-bottom: 10px; }
.closing-phone { display: inline-block; font-size: 12px; font-weight: 600; color: var(--gold); border: 1px solid rgba(200, 153, 58, .4); padding: 6px 16px; border-radius: 20px; transition: all .2s; }
.closing-phone:hover { background: rgba(200, 153, 58, .15); color: #e8b840; }
.closing-accent { color: #e07b3c; }

/* ── RESPONSIVE ── */
@media(max-width:900px){
 .perks-grid, .tiers-grid, .features-grid, .community-inner, .contact-inner, .reviews-grid, .faq-list { 
    grid-template-columns: 1fr; 
  }
.footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .closing-inner { grid-template-columns: 1fr; text-align: center; }
  .closing-right { text-align: center; }
  .crosssell-box { flex-direction: column; }
  .review-card { flex-direction: column; }
}
@media(max-width:640px){
  .nav-links, .nav-cta-desk { display: none; }
  .nav-ham { display: flex; }
  .form-row-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .community-form { flex-direction: column; }
}

@media (max-width: 768px) {
  .cta-band {
    flex-direction: column !important;
    text-align: center !important;
    padding: 40px 20px !important;
    gap: 24px !important;
  }
  .cta-band div {
    width: 100% !important;
  }
  .cta-band .btn-white {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
  }
}/* End custom CSS */