.elementor-6560 .elementor-element.elementor-element-91364c0{--display:flex;}/* Start custom CSS */:root {
  --bg: #F9F7F4;
  --text: #1E1E1E;
  --text-secondary: #444441;
  --muted: #888780;
  --accent: #C4541A;
  --accent-hover: #A8461A;
  --callout-bg: #FDF0E8;
  --testimonial-bg: #F4F1EB;
  --rule: #DCD7CE;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.container-wide { max-width: 880px; margin: 0 auto; padding: 0 24px; }

/* NAV */
.topnav { padding: 28px 0; border-bottom: 1px solid var(--rule); background: var(--bg); }
.topnav-inner { display: flex; justify-content: center; align-items: center; }
.brand { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 22px; letter-spacing: 0.3px; color: var(--text); text-decoration: none; }
.brand em { font-style: italic; color: var(--accent); font-weight: 700; }

/* HERO */
.hero { padding: 96px 0 80px; text-align: center; }
.eyebrow { font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 28px; }
h1 { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 56px; line-height: 1.08; letter-spacing: -0.5px; color: var(--text); margin-bottom: 28px; }
.hero-subhead { font-size: 19px; line-height: 1.6; color: var(--text-secondary); max-width: 600px; margin: 0 auto 44px; }

/* FORM MICROCOPY */
.form-microcopy { font-size: 13px; color: var(--muted); text-align: center; margin-top: 8px; }

/* DIVIDER */
.ornament { text-align: center; margin: 0 auto; color: var(--muted); font-family: 'Playfair Display', serif; font-size: 24px; letter-spacing: 8px; padding: 16px 0; }

/* DIAGNOSTIC SECTION */
.section { padding: 80px 0; }
.section-eyebrow { font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; text-align: center; }
h2 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 38px; line-height: 1.15; color: var(--text); text-align: center; margin-bottom: 64px; letter-spacing: -0.3px; }
.diagnostic-list { list-style: none; }
.diagnostic-item { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--rule); align-items: start; }
.diagnostic-item:last-child { border-bottom: none; }
.diagnostic-num { font-family: 'Playfair Display', serif; font-style: italic; font-size: 32px; font-weight: 700; color: var(--accent); line-height: 1; padding-top: 4px; }
.diagnostic-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.diagnostic-body { font-size: 16px; line-height: 1.6; color: var(--text-secondary); }

/* CALLOUT */
.callout { background: var(--callout-bg); padding: 36px 40px; margin-top: 0; border-left: 3px solid var(--accent); }
.callout-label { font-family: 'Lato', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.callout-text { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700; font-size: 20px; line-height: 1.5; color: var(--text); }
.callout-text strong { font-style: normal; font-weight: 700; }

/* TESTIMONIAL */
.testimonial-section { padding: 96px 0; }
.testimonial { background: var(--testimonial-bg); padding: 56px 48px; text-align: center; position: relative; }
.testimonial-quote { font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; font-size: 22px; line-height: 1.55; color: var(--text); margin-bottom: 28px; }
.testimonial-quote::before { content: '\201C'; font-size: 64px; color: var(--accent); line-height: 0; vertical-align: -20px; margin-right: 4px; }
.testimonial-attribution { font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }

/* FINAL CTA */
.final-cta { padding: 96px 0 120px; text-align: center; border-top: 1px solid var(--rule); }
.final-cta h2 { margin-bottom: 18px; }
.final-cta-sub { font-size: 17px; color: var(--text-secondary); margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* CTA SCROLL BUTTON */
.cta-scroll-button { display: inline-block; padding: 16px 32px; background: var(--accent); color: #FFFFFF !important; text-decoration: none; font-family: 'Lato', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 2px; transition: background 0.2s ease; margin-bottom: 14px; }
.cta-scroll-button:hover { background: var(--accent-hover); color: #FFFFFF !important; text-decoration: none; }

/* FOOTER */
footer { padding: 40px 0; text-align: center; border-top: 1px solid var(--rule); background: var(--bg); }
.footer-text { font-size: 13px; color: var(--muted); letter-spacing: 0.5px; }
.footer-text a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }

/* BREVO FORM OVERRIDES */
.opt-in-form-wrapper { max-width: 480px; margin: 0 auto 14px; scroll-margin-top: 40px; }
.opt-in-form-wrapper #sib-form-container,
.opt-in-form-wrapper #sib-container { background: transparent !important; border: none !important; padding: 0 !important; max-width: 100% !important; text-align: left !important; }
.opt-in-form-wrapper #sib-form { display: flex !important; flex-direction: row !important; gap: 8px !important; width: 100%; align-items: flex-start; }
.opt-in-form-wrapper .sib-input,
.opt-in-form-wrapper .sib-form-block { flex: 1; padding: 0 !important; margin: 0 !important; }
.opt-in-form-wrapper .sib-form-block:has(.sib-form-block__button) { flex: 0 0 auto; }
.opt-in-form-wrapper .form__entry,
.opt-in-form-wrapper .entry_block,
.opt-in-form-wrapper .form__label-row,
.opt-in-form-wrapper .entry__field { margin: 0 !important; padding: 0 !important; }
.opt-in-form-wrapper .entry__label { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.opt-in-form-wrapper .entry__specification { display: none !important; }
.opt-in-form-wrapper input[type="text"],
.opt-in-form-wrapper #EMAIL { width: 100% !important; padding: 16px 18px !important; border: 1px solid #DCD7CE !important; background: #FFFFFF !important; font-family: 'Lato', sans-serif !important; font-size: 16px !important; color: #1E1E1E !important; border-radius: 2px !important; outline: none !important; box-shadow: none !important; margin: 0 !important; height: auto !important; line-height: 1.5 !important; }
.opt-in-form-wrapper input[type="text"]:focus,
.opt-in-form-wrapper #EMAIL:focus { border-color: #C4541A !important; }
.opt-in-form-wrapper input::placeholder { color: #888780 !important; font-family: 'Lato', sans-serif !important; }
.opt-in-form-wrapper .sib-form-block__button { padding: 16px 28px !important; background: #C4541A !important; color: #FFFFFF !important; border: none !important; font-family: 'Lato', sans-serif !important; font-size: 15px !important; font-weight: 700 !important; letter-spacing: 0.5px !important; text-transform: uppercase !important; cursor: pointer !important; border-radius: 2px !important; white-space: nowrap !important; height: auto !important; line-height: 1.5 !important; transition: background 0.2s ease; }
.opt-in-form-wrapper .sib-form-block__button:hover { background: #A8461A !important; }
.opt-in-form-wrapper .sib-form-block__button .icon { display: none !important; }
.opt-in-form-wrapper .sib-form-block__button.sib-show-loader-icon .icon { display: inline-block !important; width: 14px; height: 14px; margin-right: 6px; fill: #FFFFFF; }
.opt-in-form-wrapper #error-message,
.opt-in-form-wrapper #success-message { margin-bottom: 12px !important; font-family: 'Lato', sans-serif !important; font-size: 14px !important; border-radius: 2px !important; max-width: 100% !important; padding: 12px 16px !important; }
.opt-in-form-wrapper .entry__error { font-family: 'Lato', sans-serif !important; font-size: 13px !important; margin-top: 6px !important; display: block; }

/* RESPONSIVE */
@media (max-width: 640px) {
  h1 { font-size: 38px; }
  h2 { font-size: 28px; margin-bottom: 44px; }
  .hero { padding: 56px 0 56px; }
  .section { padding: 56px 0; }
  .testimonial-section { padding: 64px 0; }
  .final-cta { padding: 64px 0 80px; }
  .hero-subhead { font-size: 17px; }
  .diagnostic-item { grid-template-columns: 40px 1fr; gap: 16px; padding: 24px 0; }
  .diagnostic-num { font-size: 24px; }
  .diagnostic-title { font-size: 19px; }
  .callout { padding: 28px 24px; }
  .callout-text { font-size: 17px; }
  .testimonial { padding: 40px 28px; }
  .testimonial-quote { font-size: 20px; }
  .opt-in-form-wrapper #sib-form { flex-direction: column !important; }
  .opt-in-form-wrapper .sib-form-block__button { width: 100% !important; }
  .cta-scroll-button { width: 100%; text-align: center; }
}/* End custom CSS */