/* ===================================================================
   JW Church Websites — shared stylesheet
   One system, used by every page. Green #00BF63 / Poppins, matching
   the wider JW brand family (JW Business Websites, JW Community
   Websites). No images anywhere by design — text-led, on purpose.
=================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:      #00BF63;
  --white:      #FFFFFF;
  --text:       #14231B;
  --pale:       #F4FBF7;
  font-size: 16px;
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: 'Poppins', Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4 { font-family: 'Poppins', Arial, sans-serif; line-height: 1.1; }
p { font-size: 0.9375rem; color: rgba(20,35,27,0.7); }
a { color: inherit; }

/* ── NAV ── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1.5px solid rgba(20,35,27,0.08);
  padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  height: 4.25rem;
  transition: box-shadow 0.2s;
}
.nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.nav-logo-jw {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.375rem; font-weight: 900; color: var(--green);
  line-height: 1; letter-spacing: -0.03em;
}
.nav-logo-divider { width: 1px; height: 1.25rem; background: rgba(20,35,27,0.15); }
.nav-logo-sub {
  font-size: 0.75rem; font-weight: 600; color: var(--text);
  letter-spacing: 0.02em; line-height: 1.15; max-width: 5.5rem;
}
.nav-links { display: flex; align-items: center; gap: 1.375rem; }
.nav-links a {
  font-size: 0.8438rem; font-weight: 500;
  color: rgba(20,35,27,0.75); text-decoration: none;
  transition: color 0.2s; white-space: nowrap;
}
.nav-links a:hover, .nav-links a.is-active { color: var(--green); }
.nav-contact {
  background: var(--green); color: var(--white);
  padding: 0.5rem 1.375rem; border-radius: 100px;
  font-size: 0.875rem; font-weight: 600;
  text-decoration: none; transition: filter 0.2s, transform 0.15s;
  white-space: nowrap; flex-shrink: 0;
}
.nav-contact:hover { filter: brightness(0.9); transform: translateY(-1px); }
.nav-back {
  color: rgba(20,35,27,0.7); text-decoration: none;
  font-size: 0.875rem; font-weight: 600;
  display: flex; align-items: center; gap: 0.375rem; transition: color 0.2s;
}
.nav-back:hover { color: var(--green); }

/* ── HERO (home only) ── */
.hero { padding: 8.5rem 5% 5rem; background: var(--white); width: 100%; overflow: visible; position: relative; }
.hero-inner {
  max-width: 70rem; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem; align-items: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--pale); border-radius: 100px;
  padding: 0.3125rem 0.875rem;
  font-size: 0.8125rem; font-weight: 600;
  color: var(--green); margin-bottom: 1.5rem; letter-spacing: 0.01em;
}
.hero-headline {
  font-size: clamp(2.25rem, 4.5vw, 3.625rem);
  font-weight: 800; color: var(--text);
  line-height: 1.05; letter-spacing: -0.03em;
  margin-bottom: 1.125rem;
}
.hero-sub {
  font-size: 1.0625rem; color: rgba(20,35,27,0.7);
  line-height: 1.7; margin-bottom: 2rem; font-weight: 400; max-width: 32rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.875rem; align-items: center; }
.btn-primary {
  background: var(--green); color: var(--white);
  padding: 0.875rem 2rem; border-radius: 100px;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 0.9375rem; font-weight: 600;
  text-decoration: none; transition: filter 0.2s, transform 0.15s;
  display: inline-block; border: none; cursor: pointer;
}
.btn-primary:hover { filter: brightness(0.9); transform: translateY(-2px); }
.btn-ghost {
  color: var(--text); font-size: 0.9375rem; font-weight: 500;
  text-decoration: none; display: inline-flex; align-items: center; gap: 0.375rem;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--green); }
.hero-trust {
  display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 2rem;
  padding-top: 2rem; border-top: 1.5px solid rgba(20,35,27,0.08);
}
.trust-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.875rem; font-weight: 500; color: rgba(20,35,27,0.7);
}

.hero-card {
  background: var(--pale); border: 2px solid rgba(20,35,27,0.08);
  border-radius: 20px; padding: 2.5rem 2rem; text-align: center;
}
.hero-card-label {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(20,35,27,0.5); margin-bottom: 0.75rem;
}
.hero-price {
  font-size: clamp(4rem, 9vw, 6.5rem); font-weight: 900; color: var(--text);
  line-height: 0.95; letter-spacing: -0.05em; display: block; margin-bottom: 0.25rem;
}
.hero-price-unit {
  font-size: 1rem; font-weight: 600; color: var(--green);
  letter-spacing: 0.04em; text-transform: uppercase; display: block; margin-bottom: 1.75rem;
}
.hero-card-divider { width: 2.5rem; height: 2px; background: rgba(20,35,27,0.12); margin: 0 auto 1.75rem; }
.hero-plans { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 0.375rem; }
.hero-plan-row {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--white); border: 1.5px solid rgba(20,35,27,0.08);
  border-radius: 10px; padding: 0.75rem 1rem;
}
.hero-plan-name { font-size: 0.9375rem; font-weight: 600; color: var(--text); text-align: left; }
.hero-plan-price { font-size: 1.0625rem; font-weight: 800; color: var(--green); letter-spacing: -0.02em; white-space: nowrap; }
.hero-plan-price small { font-size: 0.6875rem; font-weight: 600; color: rgba(20,35,27,0.5); letter-spacing: 0; }
.hero-plan-note { font-size: 0.8125rem; color: rgba(20,35,27,0.55); font-weight: 500; margin-bottom: 1.5rem; }
.hero-card-cta {
  display: block; width: 100%; margin-top: 1.75rem;
  background: var(--green); color: var(--white); padding: 0.875rem; border-radius: 100px;
  font-family: 'Poppins', Arial, sans-serif; font-size: 0.9375rem; font-weight: 600;
  text-decoration: none; text-align: center; transition: filter 0.2s, transform 0.15s;
}
.hero-card-cta:hover { filter: brightness(0.9); transform: translateY(-2px); }

/* ── CONTENT PAGE HEADER (every non-home page) ── */
.page-header { background: var(--green); padding: 8.5rem 5% 3.5rem; width: 100%; }
.page-header-inner { max-width: 46rem; margin: 0 auto; }
.page-header-eyebrow { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-bottom: 0.75rem; }
.page-header-title { font-size: clamp(2rem, 4.2vw, 3.125rem); font-weight: 800; color: var(--white); line-height: 1.08; margin-bottom: 0.875rem; letter-spacing: -0.03em; }
.page-header-sub { font-size: 1.0625rem; color: rgba(255,255,255,0.88); line-height: 1.7; max-width: 38rem; }

/* ── SECTION SHARED ── */
.section { padding: 5.5rem 5%; width: 100%; }
.section-inner { max-width: 70rem; margin: 0 auto; }
.section-inner.is-narrow { max-width: 46rem; }
.section-eyebrow {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--green); margin-bottom: 0.625rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.section-eyebrow::before { content: ''; width: 1.5rem; height: 2px; background: var(--green); flex-shrink: 0; }
.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem); font-weight: 800; color: var(--text);
  letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem;
}
.section-title.is-small { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.section-intro { font-size: 1.0625rem; color: rgba(20,35,27,0.7); line-height: 1.72; max-width: 38rem; }

/* Long-form prose used on content pages */
.prose { max-width: 46rem; }
.prose h2 { font-size: 1.5rem; font-weight: 800; color: var(--text); letter-spacing: -0.02em; margin: 2.25rem 0 0.875rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.125rem; font-weight: 700; color: var(--text); margin: 1.5rem 0 0.625rem; }
.prose p { font-size: 1rem; color: rgba(20,35,27,0.75); line-height: 1.85; margin-bottom: 1.125rem; }
.prose p strong { color: var(--text); font-weight: 600; }
.prose ul, .prose ol { padding-left: 1.25rem; margin: 0.875rem 0 1.25rem; }
.prose li { font-size: 1rem; color: rgba(20,35,27,0.75); line-height: 1.8; margin-bottom: 0.625rem; }
.prose a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; font-weight: 600; }
.prose a:hover { color: var(--text); }

/* ── OFFER / TILE GRIDS (What You Get, Who It's For, How It Works) ── */
.offer { background: var(--pale); }
.offer-header {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; margin-bottom: 3rem; align-items: end;
}
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.offer-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.offer-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.offer-card {
  background: var(--white); border-radius: 16px;
  border: 1.5px solid rgba(20,35,27,0.08); padding: 2rem 1.625rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  display: flex; flex-direction: column;
}
.offer-card:hover {
  border-color: var(--green); box-shadow: 0 8px 30px rgba(0,191,99,0.12); transform: translateY(-3px);
}
.offer-icon {
  width: 3rem; height: 3rem; border-radius: 12px; background: var(--pale);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem; font-size: 1.5rem;
}
.offer-title { font-size: 1.1875rem; font-weight: 700; color: var(--text); letter-spacing: -0.02em; margin-bottom: 0.625rem; }
.offer-desc { font-size: 0.9375rem; color: rgba(20,35,27,0.7); line-height: 1.7; margin-bottom: 1.25rem; flex: 1; }
.offer-list { list-style: none; }
.offer-list li {
  display: flex; align-items: flex-start; gap: 0.5rem;
  font-size: 0.875rem; color: rgba(20,35,27,0.7); padding: 0.25rem 0; font-weight: 500;
}

.tiles { background: var(--white); }
.tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 3rem; }
.tile-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.tile-card {
  background: var(--pale); border-radius: 14px; border: 1.5px solid rgba(20,35,27,0.08);
  padding: 1.625rem; transition: border-color 0.2s;
}
.tile-card:hover { border-color: var(--green); }
.tile-card-num {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--green); margin-bottom: 0.875rem;
}
.tile-card-title { font-size: 1.0625rem; font-weight: 700; color: var(--text); letter-spacing: -0.02em; margin-bottom: 0.5rem; }
.tile-card-desc { font-size: 0.9375rem; color: rgba(20,35,27,0.7); line-height: 1.7; }
.tile-card-desc p { margin-bottom: 0.625rem; }
.tile-card-desc p:last-child { margin-bottom: 0; }

/* Who-it's-for long sections (fuller than a tile) */
.who-section { border-top: 1.5px solid rgba(20,35,27,0.08); padding: 2.5rem 0; }
.who-section:first-of-type { border-top: none; padding-top: 0; }
.who-kicker { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); margin-bottom: 0.625rem; }
.who-title { font-size: 1.5rem; font-weight: 800; color: var(--text); letter-spacing: -0.02em; margin-bottom: 0.875rem; }
.who-body p { font-size: 1rem; color: rgba(20,35,27,0.75); line-height: 1.8; margin-bottom: 0.875rem; }

/* ── PRICING ── */
.pricing { background: var(--white); }
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; align-items: start; }
.pricing-card {
  background: var(--pale); border: 2px solid rgba(20,35,27,0.08); border-radius: 20px;
  padding: 2.25rem 2rem;
}
.pricing-card-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); margin-bottom: 0.75rem; }
.pricing-card-amount { font-size: 3rem; font-weight: 900; color: var(--text); letter-spacing: -0.03em; line-height: 1; }
.pricing-card-amount span { font-size: 1.0625rem; font-weight: 700; color: rgba(20,35,27,0.5); }
.pricing-card-desc { font-size: 0.9375rem; color: rgba(20,35,27,0.72); line-height: 1.7; margin: 1rem 0 1.5rem; }
.pricing-card-list { list-style: none; }
.pricing-card-list li {
  display: flex; align-items: flex-start; gap: 0.625rem;
  font-size: 0.9063rem; color: rgba(20,35,27,0.75); padding: 0.4375rem 0; font-weight: 500;
  border-top: 1px solid rgba(20,35,27,0.08);
}
.pricing-card-list li:first-child { border-top: none; }
.pricing-check { color: var(--green); flex-shrink: 0; margin-top: 0.125rem; }

.price-table-title { font-size: 1.0625rem; font-weight: 700; color: var(--text); margin-bottom: 0.375rem; }
.price-table-sub { font-size: 0.875rem; color: rgba(20,35,27,0.6); line-height: 1.6; margin-bottom: 1.25rem; }
.price-table { display: flex; flex-direction: column; gap: 0.625rem; }
.price-row {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--white); border: 1.5px solid rgba(20,35,27,0.08);
  border-radius: 10px; padding: 0.875rem 1.125rem;
}
.price-row.is-highlight { border-color: var(--green); background: rgba(0,191,99,0.06); }
.price-row-label { font-size: 0.9375rem; font-weight: 600; color: var(--text); }
.price-row-label small { display: block; font-size: 0.75rem; font-weight: 500; color: rgba(20,35,27,0.5); margin-top: 2px; }
.price-row-amount { font-size: 1.0625rem; font-weight: 800; color: var(--green); white-space: nowrap; }

/* ── CASE STUDIES (Our Work) ── */
.case-list { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 3rem; }
.case-card {
  background: var(--pale); border: 1.5px solid rgba(20,35,27,0.08); border-radius: 18px;
  padding: 2rem 2.25rem;
}
.case-card-top { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.75rem; margin-bottom: 0.375rem; }
.case-card-name { font-size: 1.3125rem; font-weight: 800; color: var(--text); letter-spacing: -0.02em; }
.case-card-tag { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); background: rgba(0,191,99,0.1); padding: 0.25rem 0.75rem; border-radius: 100px; white-space: nowrap; }
.case-card-loc { font-size: 0.875rem; color: rgba(20,35,27,0.55); font-weight: 500; margin-bottom: 1.125rem; }
.case-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1rem; }
.case-card-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(20,35,27,0.5); margin-bottom: 0.375rem; }
.case-card-text { font-size: 0.9375rem; color: rgba(20,35,27,0.75); line-height: 1.75; }
.case-stat-row { display: flex; gap: 1.75rem; flex-wrap: wrap; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(20,35,27,0.1); }
.case-stat-val { font-size: 1.25rem; font-weight: 800; color: var(--green); letter-spacing: -0.02em; line-height: 1; }
.case-stat-lab { font-size: 0.75rem; color: rgba(20,35,27,0.55); font-weight: 500; margin-top: 3px; }

/* Stat strip (used on About / Our Work) */
.stat-strip { display: flex; gap: 3rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 2rem; border-top: 1.5px solid rgba(20,35,27,0.1); }
.stat-val { font-size: 1.875rem; font-weight: 800; color: var(--green); letter-spacing: -0.03em; line-height: 1; }
.stat-lab { font-size: 0.8125rem; color: rgba(20,35,27,0.55); font-weight: 500; margin-top: 4px; }

/* ── ABOUT / QUOTES ── */
.about { background: var(--pale); }
.about-solo { max-width: 46rem; margin: 2.5rem auto 0; }
.about-quote {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem); font-weight: 700; color: var(--text);
  line-height: 1.5; letter-spacing: -0.02em; margin-bottom: 1.5rem;
  padding-left: 1.25rem; border-left: 4px solid var(--green);
}
.about-body { font-size: 1rem; color: rgba(20,35,27,0.75); line-height: 1.8; margin-bottom: 1rem; }
.about-body strong { color: var(--text); font-weight: 600; }

/* ── FAQ ── */
.faq { background: var(--white); }
.faq-layout {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 4rem; margin-top: 3rem; align-items: start;
}
.faq-layout.is-full { grid-template-columns: 1fr; }
.faq-intro-title { font-size: 1.125rem; font-weight: 700; color: var(--text); margin-bottom: 0.75rem; }
.faq-intro-body { font-size: 0.9375rem; color: rgba(20,35,27,0.7); line-height: 1.75; margin-bottom: 1.5rem; }
.faq-contact-nudge { background: var(--pale); border-radius: 12px; padding: 1.25rem; border: 1.5px solid rgba(20,35,27,0.08); }
.faq-contact-nudge p { font-size: 0.9375rem; color: rgba(20,35,27,0.7); margin-bottom: 0.75rem; }
.faq-contact-nudge a {
  display: flex; align-items: center; gap: 0.5rem;
  color: var(--green); font-weight: 600; font-size: 0.9375rem; text-decoration: none; transition: color 0.2s;
}
.faq-contact-nudge a:hover { color: var(--text); }
.faq-group-title { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(20,35,27,0.5); margin: 2rem 0 0.75rem; }
.faq-group-title:first-child { margin-top: 0; }
.faq-list { display: flex; flex-direction: column; gap: 0.625rem; }
.faq-item {
  border: 1.5px solid rgba(20,35,27,0.1); border-radius: 12px; overflow: hidden;
  background: var(--pale); transition: border-color 0.2s;
}
.faq-item.is-open { border-color: var(--green); }
.faq-question {
  width: 100%; background: var(--pale); border: none;
  padding: 1.125rem 1.25rem; display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; text-align: left;
  font-family: 'Poppins', Arial, sans-serif; font-size: 0.9375rem; font-weight: 600;
  color: var(--text); gap: 0.75rem; transition: background 0.15s;
}
.faq-question:hover { background: rgba(0,191,99,0.08); }
.faq-item.is-open .faq-question { background: rgba(0,191,99,0.08); color: var(--text); }
.faq-chevron { width: 1.25rem; height: 1.25rem; flex-shrink: 0; transition: transform 0.25s; color: var(--green); }
.faq-item.is-open .faq-chevron { transform: rotate(180deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
  padding: 0 1.25rem; font-size: 0.9375rem; color: rgba(20,35,27,0.7); line-height: 1.75; background: var(--white);
}
.faq-item.is-open .faq-answer { max-height: 24rem; padding: 0.25rem 1.25rem 1.25rem; }

/* ── CONTACT / GET IN TOUCH ── */
.book-section {
  background: var(--text); padding: 5.5rem 5%; width: 100%;
  position: relative; overflow: hidden;
}
.book-section.is-band { padding: 3.25rem 5%; }
.book-section::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg,transparent,transparent 59px,rgba(255,255,255,0.02) 59px,rgba(255,255,255,0.02) 60px),
    repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(255,255,255,0.02) 59px,rgba(255,255,255,0.02) 60px);
  pointer-events: none;
}
.book-inner {
  max-width: 70rem; margin: 0 auto; position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start;
}
.book-inner.is-band { grid-template-columns: none; text-align: center; }
.book-left .section-eyebrow { color: var(--green); }
.book-left .section-eyebrow::before { background: var(--green); }
.book-title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem); font-weight: 800; color: var(--white);
  letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem;
}
.book-inner.is-band .book-title { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 0.5rem; }
.book-sub { font-size: 1rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 2rem; }
.book-inner.is-band .book-sub { margin-bottom: 1.5rem; }
.book-contact-methods { display: flex; flex-direction: column; gap: 0.875rem; }
.book-contact-item { display: flex; align-items: center; gap: 0.875rem; text-decoration: none; transition: opacity 0.2s; }
.book-contact-item:hover { opacity: 0.8; }
.book-contact-icon {
  width: 2.5rem; height: 2.5rem; border-radius: 10px;
  background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.book-contact-icon svg { width: 1.125rem; height: 1.125rem; }
.book-contact-label { font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.5); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1px; }
.book-contact-value { font-size: 0.9375rem; font-weight: 600; color: var(--white); }
.book-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 0.25rem 0; }

.form-card {
  background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 16px; padding: 2rem; align-self: start;
}
.form-card-title { font-family: 'Poppins', Arial, sans-serif; font-size: 1.0625rem; font-weight: 700; color: var(--white); margin-bottom: 0.375rem; }
.form-card-sub { font-size: 0.875rem; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; }

.cf-field { margin-bottom: 1rem; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 1rem; }
.cf-label {
  display: block; font-size: 0.75rem; font-weight: 600;
  color: rgba(255,255,255,0.65); margin-bottom: 0.375rem;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.cf-input, .cf-select, .cf-textarea {
  width: 100%; border: 1.5px solid rgba(255,255,255,0.18);
  border-radius: 8px; padding: 0.6875rem 0.875rem;
  font-family: 'Poppins', Arial, sans-serif; font-size: 0.9375rem;
  color: var(--white); background: rgba(255,255,255,0.06);
  outline: none; transition: border-color 0.15s, background 0.15s;
  -webkit-appearance: none;
}
.cf-select option { color: var(--text); }
.cf-input::placeholder, .cf-textarea::placeholder { color: rgba(255,255,255,0.35); }
.cf-input:focus, .cf-select:focus, .cf-textarea:focus { border-color: var(--green); background: rgba(255,255,255,0.1); }
.cf-textarea { resize: vertical; min-height: 5.5rem; font-family: 'Poppins', Arial, sans-serif; }

.cf-submit {
  display: flex; align-items: center; justify-content: center; gap: 0.625rem;
  width: 100%; background: var(--green); color: var(--white);
  padding: 1rem 1.5rem; border-radius: 100px; border: none; cursor: pointer;
  font-family: 'Poppins', Arial, sans-serif; font-size: 1rem; font-weight: 700;
  transition: filter 0.2s, transform 0.15s; letter-spacing: -0.01em;
}
.cf-submit:hover { filter: brightness(0.92); transform: translateY(-2px); }
.cf-submit svg { flex-shrink: 0; }
.cf-note { font-size: 0.8125rem; color: rgba(255,255,255,0.45); text-align: center; margin-top: 0.875rem; }
.cf-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ── FOOTER ── */
.site-footer { background: var(--text); padding: 3.5rem 5% 1.75rem; width: 100%; }
.footer-top {
  max-width: 70rem; margin: 0 auto 2.5rem;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem;
}
.footer-brand-sub { font-size: 0.875rem; color: rgba(255,255,255,0.45); line-height: 1.7; margin-top: 0.75rem; max-width: 20rem; }
.footer-col-title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1rem; }
.footer-col-links { display: flex; flex-direction: column; gap: 0.625rem; }
.footer-col-links a { font-size: 0.875rem; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; }
.footer-col-links a:hover { color: var(--green); }
.footer-bottom {
  max-width: 70rem; margin: 0 auto; padding-top: 1.75rem; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
.footer-copy { font-size: 0.8125rem; color: rgba(255,255,255,0.4); }
.footer-legal-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-legal-links a { font-size: 0.8125rem; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.footer-legal-links a:hover { color: var(--green); }

/* Minimal footer (utility pages: 404, thank-you) */
.site-footer.is-minimal { padding: 1.5rem 5%; }
.footer-inner-minimal { max-width: 70rem; margin: 0 auto; display: flex; justify-content: center; align-items: center; }

/* ── UTILITY PAGE CARD (404, thank-you) ── */
.util-main {
  min-height: calc(100vh - 4.25rem);
  display: flex; align-items: center; justify-content: center;
  padding: 5rem 5%; background: var(--pale); width: 100%;
  position: relative; overflow: visible;
}
.util-main::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg,transparent,transparent 59px,rgba(0,191,99,0.025) 59px,rgba(0,191,99,0.025) 60px),
    repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(0,191,99,0.025) 59px,rgba(0,191,99,0.025) 60px);
  pointer-events: none;
}
.util-card {
  position: relative; z-index: 2;
  background: var(--white); border-radius: 20px;
  border: 1.5px solid rgba(20,35,27,0.08);
  padding: 3rem 2.5rem; max-width: 34rem; width: 100%;
  text-align: center;
  box-shadow: 0 1.5rem 3.5rem rgba(20,35,27,0.08);
  opacity: 0; transform: translateY(0.75rem); animation: fadeUp 0.5s ease 0.1s forwards;
}
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.util-icon {
  width: 4.5rem; height: 4.5rem; border-radius: 50%;
  background: var(--pale); margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
}
.util-icon svg { width: 2.25rem; height: 2.25rem; }
.util-code { font-size: clamp(3.5rem, 9vw, 5rem); font-weight: 900; color: var(--green); line-height: 1; letter-spacing: -0.04em; margin-bottom: 0.5rem; }
.util-eyebrow {
  font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--green);
  margin-bottom: 0.75rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem;
}
.util-title { font-size: clamp(1.5rem, 3.6vw, 2.125rem); font-weight: 800; color: var(--text); letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 0.875rem; }
.util-body { font-size: 1rem; color: rgba(20,35,27,0.7); line-height: 1.75; margin-bottom: 1.75rem; }
.util-body strong { color: var(--text); font-weight: 600; }
.util-next { background: var(--pale); border-radius: 12px; padding: 1.375rem 1.5rem; text-align: left; margin-bottom: 1.75rem; }
.util-next-title { font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--green); margin-bottom: 0.75rem; }
.util-steps { list-style: none; }
.util-steps li { display: flex; gap: 0.625rem; align-items: flex-start; font-size: 0.875rem; color: rgba(20,35,27,0.7); padding: 0.3125rem 0; line-height: 1.55; }
.util-step-num {
  width: 1.25rem; height: 1.25rem; border-radius: 50%;
  background: var(--green); color: var(--white);
  font-size: 0.6875rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;
}
.util-actions { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.5rem; }
.util-links { border-top: 1px solid rgba(20,35,27,0.08); padding-top: 1.5rem; margin-bottom: 1.5rem; }
.util-links-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(20,35,27,0.5); margin-bottom: 0.75rem; }
.util-links-grid { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; }
.util-links-grid a {
  font-size: 0.875rem; font-weight: 600; color: rgba(20,35,27,0.7);
  text-decoration: none; padding: 0.4375rem 0.9375rem;
  background: var(--pale); border-radius: 100px; transition: background 0.15s, color 0.15s;
}
.util-links-grid a:hover { background: rgba(0,191,99,0.12); color: var(--text); }
.util-contact { display: flex; flex-wrap: wrap; gap: 0.625rem; justify-content: center; }
.util-contact a {
  display: flex; align-items: center; gap: 0.375rem;
  color: rgba(20,35,27,0.7); font-size: 0.875rem; font-weight: 600;
  text-decoration: none; padding: 0.5rem 1rem;
  border: 1.5px solid rgba(20,35,27,0.1); border-radius: 100px;
  transition: border-color 0.15s, color 0.15s;
}
.util-contact a:hover { border-color: var(--green); color: var(--green); }
.util-contact svg { width: 0.875rem; height: 0.875rem; flex-shrink: 0; }

/* ── LEGAL PAGES (kept from the original build) ── */
.legal-content { max-width: 42rem; margin: 0 auto; padding: 3rem 5% 4rem; }
.legal-content section { margin-bottom: 2.5rem; }
.legal-content h2 { font-size: 1.375rem; font-weight: 800; color: var(--text); margin-bottom: 0.875rem; letter-spacing: -0.02em; }
.legal-content h3 { font-size: 1.0625rem; font-weight: 700; color: var(--text); margin: 1.25rem 0 0.625rem; }
.legal-content p { font-size: 0.9375rem; color: rgba(20,35,27,0.72); line-height: 1.8; margin-bottom: 0.875rem; }
.legal-content p strong { color: var(--text); font-weight: 600; }
.legal-content a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.legal-content a:hover { color: var(--text); }
.legal-content ul { padding-left: 1.125rem; margin: 0.75rem 0 1rem; }
.legal-content li { font-size: 0.9375rem; color: rgba(20,35,27,0.72); line-height: 1.7; margin-bottom: 0.5rem; }
.legal-note { background: var(--pale); border-left: 4px solid var(--green); border-radius: 8px; padding: 1rem 1.25rem; margin: 1.25rem 0; font-size: 0.9375rem; color: var(--text); line-height: 1.7; }
.legal-note strong { color: var(--green); }
.price-line { display: flex; align-items: baseline; gap: 0.625rem; margin: 0.25rem 0 0.5rem; }
.price-line .amount { font-size: 1.75rem; font-weight: 800; color: var(--green); letter-spacing: -0.02em; }
.price-line .label { font-size: 0.9375rem; color: rgba(20,35,27,0.72); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner, .offer-header, .pricing-layout, .faq-layout, .book-inner, .case-card-grid { grid-template-columns: 1fr; }
  .offer-grid, .offer-grid.cols-2 { grid-template-columns: 1fr; }
  .tile-grid, .tile-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .nav-links { display: none; }
}
@media (max-width: 560px) {
  .tile-grid, .offer-grid.cols-4 { grid-template-columns: 1fr; }
  .cf-row { grid-template-columns: 1fr; }
  .case-stat-row { gap: 1.25rem; }
  .stat-strip { gap: 2rem; }
}

/* ── SCROLL ANIMATION ── */
.anim-ready { opacity: 0; transform: translateY(1.25rem); transition: opacity 0.55s ease, transform 0.55s ease; }
.anim-ready.anim-done { opacity: 1; transform: translateY(0); }
