.elementor-915 .elementor-element.elementor-element-f4a4759{--display:flex;}/* Start custom CSS */<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --forest:     #3a4d37;
  --forest-mid: #4e6349;
  --forest-dim: #2c3a29;
  --sage:       #7a9e6b;
  --sage-light: #a8c4a0;
  --sage-pale:  #c8d9a8;
  --cream:      #f7f3ec;
  --cream-dark: #ede8df;
  --warm-white: #faf8f4;
  --stone:      #c2c9b8;
  --ink:        #1c2419;
  --charcoal:   #3d3d3a;
  --muted:      #6b7060;
  --border:     rgba(58,77,55,0.12);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm-white);
  color: var(--charcoal);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}



/* ── SHARED ── */
.btn-primary {
  background: var(--forest);
  color: var(--cream) !important;
  padding: 14px 28px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-primary:hover { background: var(--forest-dim); transform: translateY(-1px); }

.btn-ghost {
  font-size: 13px;
  color: var(--forest);
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: opacity 0.2s;
}
.btn-ghost:hover { opacity: 0.7; }

.section-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-tag::before {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--sage);
  flex-shrink: 0;
}

.section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.section-heading em {
  font-style: italic;
  color: var(--forest-mid);
}

/* ── PAGE HERO ── */
.page-hero {
  padding: 6rem 4rem 5rem;
  background: var(--warm-white);
}

.page-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: end;
}

.page-hero-copy .section-tag { margin-bottom: 1.5rem; }

.page-hero-copy h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}
.page-hero-copy h1 em {
  font-style: italic;
  color: var(--forest-mid);
}

.page-hero-copy .lead {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 480px;
}

/* Right side: commitment ladder visual */
.commitment-ladder {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.commitment-ladder::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(to bottom, var(--sage-pale), rgba(200,217,168,0.1));
}

.ladder-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.875rem 0;
  position: relative;
}

.ladder-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.ladder-dot.step-1 { background: var(--cream-dark); color: var(--sage); border: 1px solid var(--border); }
.ladder-dot.step-2 { background: var(--cream-dark); color: var(--sage); border: 1px solid var(--border); }
.ladder-dot.step-3 { background: var(--forest-mid); color: var(--sage-pale); }
.ladder-dot.step-4 { background: var(--forest); color: var(--sage-pale); }

.ladder-text strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 1px;
}

.ladder-text span {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.ladder-arrow {
  font-size: 11px;
  color: var(--stone);
  text-align: center;
  padding-left: 15px;
  margin: -2px 0;
  position: relative;
  z-index: 1;
}

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--forest);
  padding: 1.25rem 4rem;
}
.trust-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-item {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage-light);
  display: flex;
  align-items: center;
  gap: 8px;
}
.trust-item::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--sage);
  flex-shrink: 0;
}
.trust-divider {
  width: 1px; height: 20px;
  background: rgba(200,217,168,0.2);
}

/* ── OFFERINGS SECTION ── */
.offerings-section {
  padding: 6rem 4rem 7rem;
  background: var(--warm-white);
}

.offerings-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.offerings-header {
  margin-bottom: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
}

.offerings-header-note {
  max-width: 340px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  text-align: right;
}

/* Four-column card grid */
.offerings-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.offering-card {
  background: white;
  border: 0.5px solid var(--border);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  position: relative;
}

.offering-card:hover {
  border-color: var(--sage);
  box-shadow: 0 6px 32px rgba(58,77,55,0.09);
  transform: translateY(-3px);
}

/* Featured card — 6-month */
.offering-card.featured {
  border-color: var(--forest);
}
.offering-card.featured::before {
  content: 'Most comprehensive';
  position: absolute;
  top: 0; left: 0; right: 0;
  background: var(--forest);
  color: var(--sage-pale);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
}

.offering-card.featured .card-body {
  padding-top: 2rem; /* account for banner */
}

.card-body {
  padding: 1.75rem 1.75rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Commitment badge */
.commitment-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sage);
  background: var(--cream);
  padding: 3px 9px;
  border-radius: 20px;
  border: 0.5px solid var(--border);
  margin-bottom: 1rem;
  align-self: flex-start;
}

.commitment-badge::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--sage-pale);
  flex-shrink: 0;
}

/* Step number */
.card-step {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  font-style: italic;
  color: var(--stone);
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}

.card-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.card-body .card-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}

/* Includes list */
.card-includes {
  list-style: none;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.card-includes li {
  font-size: 12px;
  color: var(--charcoal);
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
}

.card-includes li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--sage);
  font-size: 10px;
}

/* Card footer */
.card-footer {
  padding: 1.25rem 1.75rem;
  border-top: 0.5px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.card-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.card-cta.primary {
  background: var(--forest);
  color: var(--cream);
}
.card-cta.primary:hover { background: var(--forest-dim); transform: translateY(-1px); }

.card-cta.outline {
  background: transparent;
  color: var(--forest);
  border: 0.5px solid var(--forest);
}
.card-cta.outline:hover { background: var(--cream); }

.card-learn-more {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-decoration: none;
  text-align: center;
  transition: color 0.2s;
}
.card-learn-more:hover { color: var(--forest); }

/* ── CONNECTOR ARROWS between cards ── */
.offerings-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 1rem;
  pointer-events: none;
  position: relative;
}

/* Not sure which section callout */
.not-sure-strip {
  background: var(--cream);
  border: 0.5px solid var(--border);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.not-sure-text strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 3px;
}

.not-sure-text span {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

.not-sure-action {
  flex-shrink: 0;
}

/* ── HOW IT WORKS ── */
.how-section {
  background: var(--cream);
  padding: 7rem 4rem;
}

.how-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.how-header {
  text-align: center;
  margin-bottom: 4rem;
}

.how-header .section-tag {
  display: inline-flex;
  margin-bottom: 1.25rem;
}

.how-header .section-heading { margin-bottom: 0.75rem; }

.how-header p {
  font-size: 15px;
  color: var(--muted);
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.75;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

/* Connecting line */
.how-steps::before {
  content: '';
  position: absolute;
  top: 24px;
  left: calc(12.5% + 15px);
  right: calc(12.5% + 15px);
  height: 1px;
  background: linear-gradient(to right, var(--sage-pale), rgba(200,217,168,0.2));
}

.how-step {
  padding: 0 1.5rem;
  text-align: center;
  position: relative;
}

.how-step-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.how-step:nth-child(1) .how-step-num { background: var(--cream-dark); color: var(--sage); border: 1px solid var(--border); }
.how-step:nth-child(2) .how-step-num { background: var(--cream-dark); color: var(--sage); border: 1px solid var(--border); }
.how-step:nth-child(3) .how-step-num { background: var(--forest-mid); color: var(--sage-pale); }
.how-step:nth-child(4) .how-step-num { background: var(--forest); color: var(--sage-pale); }

.how-step h3 {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.how-step p {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.65;
}

/* ── TESTIMONIAL ── */
.testimonial-section {
  padding: 6rem 4rem;
  background: var(--warm-white);
}
.testimonial-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  line-height: 0.6;
  color: var(--sage-pale);
  display: block;
  margin-bottom: 1rem;
}
.testimonial-inner blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.75vw, 28px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 2rem;
}
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 40px; height: 40px;
  background: var(--forest);
  color: var(--sage-pale);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}
.testimonial-author-info { text-align: left; }
.testimonial-author-info strong { display: block; font-size: 14px; font-weight: 500; color: var(--ink); }
.testimonial-author-info span { font-size: 12px; color: var(--muted); }

/* ── CTA ── */
.cta-section {
  background: var(--cream);
  padding: 7rem 4rem;
  text-align: center;
}
.cta-section .section-tag { display: inline-flex; margin-bottom: 1.25rem; }
.cta-section .section-heading { margin-bottom: 1rem; }
.cta-section .section-sub {
  font-size: 16px;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 2.5rem;
  line-height: 1.75;
}
.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* ── FOOTER ── */
footer { background: var(--ink); padding: 2.5rem 4rem; }
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: 0.01em;
}
.footer-logo span {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: -2px;
}
.footer-links { display: flex; gap: 2rem; list-style: none; }
.footer-links a {
  font-size: 12px;
  font-weight: 500;
  color: rgba(250,248,244,0.45);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--cream); }
.footer-copy { font-size: 11px; color: rgba(250,248,244,0.3); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .offerings-grid { grid-template-columns: 1fr 1fr; }
  .how-steps { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .how-steps::before { display: none; }
}

@media (max-width: 900px) {
  nav { padding: 0 2rem; }

  .page-hero { padding: 4rem 2rem; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .commitment-ladder { display: none; }

  .trust-bar { padding: 1.25rem 2rem; }

  .offerings-section { padding: 4rem 2rem 5rem; }
  .offerings-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .offerings-header-note { text-align: left; }
  .offerings-grid { grid-template-columns: 1fr; }
  .not-sure-strip { flex-direction: column; gap: 1.25rem; }

  .how-section { padding: 5rem 2rem; }
  .how-steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .how-steps::before { display: none; }

  .testimonial-section { padding: 5rem 2rem; }
  .cta-section { padding: 5rem 2rem; }

  footer { padding: 2rem; }
  .footer-inner { flex-direction: column; gap: 1.25rem; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}
</style>/* End custom CSS */