/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --purple:         #501c66;
  --purple-dark:    #451a54;
  --purple-mid:     #774e88;
  --lavender:       #d9c4e8;
  --lavender-light: #f6e8ff;
  --white:          #ffffff;
  --off-white:      #f8f8f8;
  --body-text:      #515151;
  --border:         #e0e0e0;
  --red:            #c0392b;
  --red-light:      #fdf4f3;
}
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.7; color: var(--body-text); background: var(--white); }
.es-hero { background: var(--purple); padding: 90px 40px; text-align: center; color: var(--white); }
.es-hero-inner { max-width: 760px; margin: 0 auto; }
.es-hero-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.45); color: rgba(255,255,255,0.9); padding: 6px 18px; border-radius: 2px; margin-bottom: 28px; }
.es-hero h1 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1.3; color: var(--white); margin-bottom: 18px; }
.es-hero-sub { font-size: 16px; font-weight: 300; opacity: 0.88; line-height: 1.7; margin-bottom: 36px; max-width: 580px; margin-left: auto; margin-right: auto; }
.es-hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.es-urgency { background: var(--purple-dark); padding: 14px 40px; text-align: center; color: var(--white); }
.es-urgency p { font-size: 13px; font-weight: 400; letter-spacing: 0.04em; }
.es-urgency a { color: var(--white); font-weight: 700; text-decoration: underline; }.es-lavender-band { background: var(--lavender); padding: 22px 40px; text-align: center; }
.es-lavender-band-inner { max-width: 1080px; margin: 0 auto; display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.es-trust-item { font-size: 13px; color: var(--purple-dark); font-weight: 400; letter-spacing: 0.03em; }
.es-trust-item strong { font-weight: 700; display: block; font-size: 14px; }
.es-section { padding: 70px 40px; }
.es-section-inner { max-width: 780px; margin: 0 auto; }
.es-section-inner-wide { max-width: 1000px; margin: 0 auto; }
.es-bg-white { background: var(--white); }
.es-bg-off { background: var(--off-white); }
.es-section-heading { font-size: clamp(1.1rem, 2.2vw, 1.5rem); font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--purple); text-align: center; margin-bottom: 8px; }
.es-section-divider { width: 50px; height: 2px; background: var(--lavender); margin: 12px auto 32px; display: block; }
.es-section-intro { font-size: 15px; color: var(--body-text); font-weight: 300; text-align: center; line-height: 1.8; }
.es-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; max-width: 960px; margin: 0 auto; }
.es-intro-image { width: 100%; border-radius: 4px; overflow: hidden; aspect-ratio: 4/3; background: var(--lavender-light); }
.es-intro-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.es-body p { font-size: 15px; color: var(--body-text); font-weight: 300; line-height: 1.8; margin-bottom: 18px; text-align: center; }
.es-body p:last-child { margin-bottom: 0; }
.es-body p strong { font-weight: 700; color: var(--purple-dark); }
.es-btn-outline { display: inline-block; padding: 13px 34px; border: 2px solid var(--white); color: var(--white); font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: background 0.2s, color 0.2s; background: transparent; }
.es-btn-outline:hover { background: var(--white); color: var(--purple); }
.es-btn-outline-purple { display: inline-block; padding: 13px 34px; border: 2px solid var(--purple); color: var(--purple); font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: background 0.2s, color 0.2s; background: transparent; }
.es-btn-outline-purple:hover { background: var(--purple); color: var(--white); }
.es-btn-solid { display: inline-block; padding: 13px 34px; background: var(--white); color: var(--purple); font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: opacity 0.2s; border: 2px solid var(--white); }
.es-btn-solid:hover { opacity: 0.88; }.es-warning { background: var(--red-light); border-left: 3px solid var(--red); padding: 18px 24px; margin: 28px 0; text-align: left; }
.es-warning p { font-size: 14px; color: #7b2020; line-height: 1.7; text-align: left; }
.es-warning p strong { color: #7b2020; font-weight: 700; }
.es-warning a { color: #7b2020; font-weight: 700; }
.es-info-box { background: var(--lavender-light); border-left: 3px solid var(--purple); padding: 18px 24px; margin: 28px 0; text-align: left; }
.es-info-box p { font-size: 14px; color: var(--purple-dark); line-height: 1.7; font-weight: 400; text-align: left; }
.es-info-box a { color: var(--purple); font-weight: 700; }
.es-stages { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 860px; margin: 0 auto; border: 1px solid var(--border); }
.es-stage-item { padding: 36px 32px; border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); }
.es-stage-item:nth-child(2n) { border-right: none; }
.es-stage-item:nth-last-child(-n+2) { border-bottom: none; }
.es-stage-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: var(--purple-mid); margin-bottom: 8px; display: block; }
.es-stage-item h3 { font-size: 15px; font-weight: 700; color: var(--purple); margin-bottom: 12px; }
.es-stage-item p { font-size: 13px; color: var(--body-text); font-weight: 300; line-height: 1.8; }
.es-check-list { list-style: none; max-width: 580px; margin: 24px auto 0; display: flex; flex-direction: column; }
.es-check-list li { font-size: 15px; color: var(--body-text); font-weight: 300; line-height: 1.7; padding: 14px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 14px; }
.es-check-list li:first-child { border-top: 1px solid var(--border); }
.es-check-list li::before { content: '—'; color: var(--purple); font-weight: 700; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.es-check-list li strong { color: var(--purple-dark); font-weight: 700; }
.es-causes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 900px; margin: 0 auto; border: 1px solid var(--border); }
.es-cause-item { padding: 32px 28px; border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); }
.es-cause-item:nth-child(3n) { border-right: none; }
.es-cause-item:nth-last-child(-n+3) { border-bottom: none; }
.es-cause-item h3 { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--purple); margin-bottom: 12px; }
.es-cause-item p { font-size: 13px; color: var(--body-text); font-weight: 300; line-height: 1.8; }.es-why-list { list-style: none; max-width: 640px; margin: 0 auto; }
.es-why-list li { padding: 20px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 18px; }
.es-why-list li:first-child { border-top: 1px solid var(--border); }
.es-why-list li .es-why-marker { width: 8px; height: 8px; background: var(--purple); border-radius: 50%; flex-shrink: 0; margin-top: 8px; }
.es-why-list li h4 { font-size: 14px; font-weight: 700; color: var(--purple-dark); margin-bottom: 4px; }
.es-why-list li p  { font-size: 14px; color: var(--body-text); font-weight: 300; line-height: 1.7; }
.es-review { max-width: 580px; margin: 48px auto 0; text-align: center; padding: 32px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.es-review-stars { color: #c9a227; font-size: 17px; letter-spacing: 3px; margin-bottom: 14px; }
.es-review blockquote { font-size: 15px; font-style: italic; font-weight: 300; color: var(--body-text); line-height: 1.8; margin-bottom: 12px; }
.es-review cite { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--purple-mid); font-style: normal; font-weight: 700; }
.es-faq-list { max-width: 680px; margin: 0 auto; }
.es-faq-item { border-bottom: 1px solid var(--border); }
.es-faq-item:first-child { border-top: 1px solid var(--border); }
.es-faq-btn { width: 100%; background: none; border: none; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; text-align: left; font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 400; color: var(--body-text); letter-spacing: 0.02em; transition: color 0.15s; }
.es-faq-btn:hover { color: var(--purple); }
.es-faq-chevron { width: 22px; height: 22px; border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 12px; color: var(--purple-mid); transition: transform 0.25s, border-color 0.15s; }
.es-faq-item.open .es-faq-chevron { transform: rotate(180deg); border-color: var(--purple); color: var(--purple); }
.es-faq-item.open .es-faq-btn { color: var(--purple); font-weight: 700; }
.es-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.es-faq-item.open .es-faq-answer { max-height: 300px; }
.es-faq-answer p { font-size: 14px; color: var(--body-text); font-weight: 300; line-height: 1.8; padding-bottom: 20px; }.es-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); max-width: 860px; margin: 0 auto; }
.es-related-item { background: var(--white); padding: 30px 24px; text-decoration: none; color: var(--body-text); transition: background 0.15s; }
.es-related-item:hover { background: var(--off-white); }
.es-related-item h3 { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; color: var(--purple); margin-bottom: 10px; }
.es-related-item p { font-size: 13px; font-weight: 300; line-height: 1.6; color: var(--body-text); }
.es-related-item .es-arrow { font-size: 11px; color: var(--purple); font-weight: 700; letter-spacing: 0.05em; margin-top: 12px; display: block; }
.es-cta-band { background: var(--purple-dark); padding: 70px 40px; text-align: center; color: var(--white); }
.es-cta-band-inner { max-width: 640px; margin: 0 auto; }
.es-cta-band h2 { font-size: clamp(1.2rem, 2.5vw, 1.8rem); font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: var(--white); margin-bottom: 14px; line-height: 1.35; }
.es-cta-band p { font-size: 15px; font-weight: 300; opacity: 0.85; line-height: 1.7; margin-bottom: 34px; }
.es-cta-band-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.es-tel { font-size: 13px; opacity: 0.75; margin-top: 16px; }
.es-tel a { color: var(--white); }
.es-mid-cta { text-align: center; padding: 44px 0 8px; }
@media (max-width: 900px) {
  .es-causes-grid { grid-template-columns: 1fr 1fr; }
  .es-cause-item:nth-child(2n) { border-right: none; }
  .es-cause-item:nth-child(3n) { border-right: 1px solid var(--border); }
  .es-cause-item:nth-last-child(-n+2) { border-bottom: none; }
  .es-cause-item:nth-last-child(-n+3) { border-bottom: 1px solid var(--border); }
}@media (max-width: 760px) {
  .es-hero,.es-section,.es-urgency,.es-lavender-band,.es-cta-band { padding-left: 24px; padding-right: 24px; }
  .es-stages,.es-causes-grid { grid-template-columns: 1fr; }
  .es-stage-item { border-right: none; border-bottom: 1px solid var(--border); }
  .es-stage-item:last-child { border-bottom: none; }
  .es-cause-item { border-right: none; border-bottom: 1px solid var(--border); }
  .es-cause-item:last-child { border-bottom: none; }
  .es-related-grid { grid-template-columns: 1fr; }
  .es-hero-actions,.es-cta-band-actions { flex-direction: column; align-items: center; }
  .es-lavender-band-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; justify-items: center; }
  .es-mid-cta { display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .es-mid-cta a { margin-right: 0 !important; }
  .es-intro-grid { grid-template-columns: 1fr; gap: 28px; }
}/* End custom CSS */