/* ===================================================================
   ENEAGRAMA CONECTA — Design tokens
   Bege quente + carvão profundo + dourado, com serif editorial (Fraunces)
   ecoando o wordmark da marca, e o próprio traçado do símbolo do
   eneagrama usado como elemento de assinatura visual em baixa opacidade.
=================================================================== */

:root {
  /* color — extraídas diretamente da logo (preto e dourado da marca) */
  --bg: #F6F1E6;
  --bg-alt: #EDE4D0;
  --ink: #201D1B;
  --ink-soft: #4A423A;
  --dark: #131110;
  --dark-2: #1B1816;
  --cream: #F3EBDA;
  --cream-soft: #D9CDB8;
  --gold: #F7AE28;
  --gold-deep: #C6870F;
  --gold-line: rgba(247, 174, 40, 0.28);
  --hairline: rgba(34, 29, 24, 0.14);
  --hairline-dark: rgba(243, 235, 218, 0.16);

  /* type */
  --font-display: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* layout */
  --wrap: 1180px;
  --wrap-narrow: 780px;
  --radius: 2px;
}

/* ===================== RESET ===================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; color: inherit; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }

:focus-visible {
  outline: 2px solid var(--gold-deep);
  outline-offset: 3px;
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 32px;
}
.wrap-narrow { max-width: var(--wrap-narrow); }

/* ===================== TYPE HELPERS ===================== */
.eyebrow {
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 18px;
}
.eyebrow-dark { color: var(--gold); }

.script-accent {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--gold-deep);
}
.section-title-dark .script-accent { color: var(--gold); }

.section-title {
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  max-width: 820px;
  margin-bottom: 26px;
}
.section-title-dark { color: var(--cream); }

.section-lead {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 680px;
  margin-bottom: 20px;
}
.section-lead-dark { color: var(--cream-soft); }

.section-close {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--cream);
  border-top: 1px solid var(--hairline-dark);
  padding-top: 32px;
  margin-top: 40px;
  max-width: 640px;
}
.section-close-light {
  color: var(--gold-deep);
  border-top: 1px solid var(--hairline);
}

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--gold);
  color: var(--dark);
}
.btn-primary:hover { background: var(--gold-deep); color: var(--cream); transform: translateY(-1px); }
.btn-lg { padding: 18px 40px; font-size: 15px; }
.btn-block { width: 100%; padding: 16px 30px; }
.btn-ghost {
  border-color: var(--ink);
  color: var(--ink);
  padding: 11px 22px;
}
.btn-ghost:hover { border-color: var(--gold-deep); color: var(--gold-deep); }

/* ===================== HEADER ===================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 241, 230, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hairline);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.brand-mark { height: 40px; width: auto; }
.main-nav { display: flex; gap: 30px; margin-left: auto; margin-right: 30px; }
.main-nav a {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft);
  transition: color 0.2s ease;
}
.main-nav a:hover { color: var(--gold-deep); }
.header-cta { flex-shrink: 0; }
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
}
.nav-toggle span { display: block; height: 2px; width: 24px; background: var(--ink); }

/* ===================== HERO ===================== */
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
  padding-bottom: 88px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.hero-title {
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.015em;
  margin-bottom: 26px;
}
.hero-sub {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 560px;
  margin-bottom: 26px;
}
.hero-signature {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 19px;
  color: var(--gold-deep);
  border-left: 2px solid var(--gold);
  padding-left: 18px;
  max-width: 500px;
  margin-bottom: 38px;
}
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.hero-note { font-size: 13.5px; color: var(--ink-soft); max-width: 340px; }

.hero-photo { position: relative; z-index: 2; }
.hero-photo-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 30px 60px -20px rgba(27, 22, 17, 0.35);
}
.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27,22,17,0) 55%, rgba(27,22,17,0.55) 100%);
}
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* enneagram watermark — signature element reused across sections */
.enneagram-mark {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.enneagram-mark svg { width: 100%; height: 100%; }
.e-circle { fill: none; stroke: var(--gold-line); stroke-width: 0.6; }
.e-line { fill: none; stroke: var(--gold-line); stroke-width: 0.6; }
.section-dark .e-circle, .section-dark .e-line { stroke: rgba(225, 161, 59, 0.18); }

.hero-mark {
  width: 780px;
  height: 780px;
  right: -260px;
  top: -220px;
  animation: spin 220s linear infinite;
}
.method-mark {
  width: 620px;
  height: 620px;
  left: -220px;
  bottom: -260px;
  animation: spin 220s linear infinite reverse;
}
.cta-mark {
  width: 560px;
  height: 560px;
  right: -200px;
  bottom: -220px;
  animation: spin 220s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ===================== SECTION SHELLS ===================== */
.section { position: relative; padding: 96px 0; overflow: hidden; }
.section-light { background: var(--bg); }
.section-bg-alt { background: var(--bg-alt); }
.section-dark { background: var(--dark); color: var(--cream); }

/* ===================== DOR / CONFRONT ===================== */
.confront-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--hairline-dark);
  border: 1px solid var(--hairline-dark);
  margin-top: 48px;
}
.confront-card {
  background: var(--dark);
  padding: 34px 32px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.confront-index {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--gold);
  flex-shrink: 0;
}
.confront-card p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--cream);
  max-width: 400px;
}

/* ===================== DIAGRAM (Metodologia) ===================== */
.diagram {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 48px 0 22px;
  flex-wrap: wrap;
}
.diagram-node {
  background: var(--bg-alt);
  border: 1px solid var(--hairline);
  padding: 26px 24px;
  flex: 1 1 200px;
  min-width: 180px;
}
.diagram-node-accent {
  background: var(--dark);
  border-color: var(--dark);
}
.diagram-node-accent strong { color: var(--gold); }
.diagram-label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 10px;
}
.diagram-node-accent .diagram-label { color: var(--gold); }
.diagram-node strong {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}
.diagram-arrow {
  flex: 0 0 44px;
  align-self: center;
  height: 1px;
  background: var(--gold-line);
  position: relative;
}
.diagram-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--gold-deep);
  border-bottom: 1.5px solid var(--gold-deep);
  transform: translate(-2px, -50%) rotate(-45deg);
}
.diagram-arrow-return::after { border-color: var(--gold); }
.diagram-caption {
  font-size: 15px;
  color: var(--ink-soft);
  max-width: 620px;
  margin-bottom: 56px;
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 56px;
}
.diff-card h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gold-line);
}
.diff-card p { font-size: 15.5px; color: var(--ink-soft); }

/* ===================== PILARES ===================== */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  margin-top: 48px;
}
.pillar-card {
  background: var(--bg-alt);
  padding: 36px 28px;
}
.pillar-card-wide { grid-column: span 2; }
.pillar-number {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--gold-deep);
  margin-bottom: 22px;
}
.pillar-card h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.3;
}
.pillar-card p { font-size: 15px; color: var(--ink-soft); }

/* ===================== FACILITADOR ===================== */
.facilitator-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 64px;
  align-items: start;
}
.facilitator-photo { position: relative; }
.facilitator-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(1) contrast(1.05);
}
.facilitator-badge {
  position: absolute;
  left: -1px;
  bottom: -1px;
  background: var(--gold);
  color: var(--dark);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 16px;
}
.facilitator-role {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 26px;
}
.pull-quote {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--cream);
  border-left: 2px solid var(--gold);
  padding-left: 24px;
  margin: 32px 0 36px;
  max-width: 600px;
}
.stats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 0;
  border-top: 1px solid var(--hairline-dark);
  padding-top: 24px;
}
.stats-bar span {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream-soft);
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--hairline-dark);
}
.stats-bar span:last-child { border-right: none; margin-right: 0; padding-right: 0; }

/* ===================== FORMATO / STATS / TIMELINE ===================== */
.stat-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  margin: 44px 0 44px;
}
.stat-block {
  background: var(--bg);
  padding: 32px 28px;
}
.stat-block strong {
  display: block;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 600;
  color: var(--gold-deep);
  line-height: 1;
  margin-bottom: 12px;
}
.stat-block span { font-size: 14.5px; color: var(--ink-soft); }

.timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 28px 32px;
  margin: 44px 0 12px;
  padding-top: 40px;
  border-top: 1px solid var(--hairline);
}
.timeline-item { padding-right: 12px; }
.timeline-number {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--gold-deep);
  margin-bottom: 10px;
}
.timeline-item p { font-size: 15px; color: var(--ink-soft); line-height: 1.5; }
.timeline-note { font-size: 13px; color: var(--ink-soft); opacity: 0.75; margin-top: 24px; font-style: italic; }

.center-cta { text-align: center; margin-top: 48px; }

/* ===================== CTA FINAL ===================== */
.cta-final { text-align: center; padding: 120px 0; }
.cta-title { max-width: 760px; margin-left: auto; margin-right: auto; }
.cta-final .section-lead-dark { margin-left: auto; margin-right: auto; }

/* ===================== FAQ ===================== */
.faq-list { margin-top: 40px; border-top: 1px solid var(--hairline); }
.faq-item {
  border-bottom: 1px solid var(--hairline);
  padding: 22px 0;
}
.faq-item summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 300;
  color: var(--gold-deep);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  font-size: 15.5px;
  color: var(--ink-soft);
  margin-top: 16px;
  max-width: 640px;
}

/* ===================== FORM ===================== */
.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  margin-top: 40px;
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
}
.field input, .field select {
  font-family: var(--font-body);
  font-size: 15px;
  padding: 13px 14px;
  border: 1px solid var(--hairline);
  background: var(--bg);
  border-radius: var(--radius);
  color: var(--ink);
}
.field input:focus, .field select:focus { border-color: var(--gold-deep); }
.field-checkbox { flex-direction: row; align-items: flex-start; gap: 10px; }
.field-checkbox input { margin-top: 4px; width: 16px; height: 16px; flex-shrink: 0; }
.field-checkbox label { font-size: 13px; font-weight: 400; }
.form-note {
  font-size: 12.5px;
  color: var(--ink-soft);
  opacity: 0.7;
  margin-top: 18px;
}
.form-note code {
  background: var(--hairline);
  padding: 2px 6px;
  border-radius: 3px;
}

/* ===================== VÍDEO INSTITUCIONAL ===================== */
.video-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 56px;
  align-items: center;
}
.video-copy .section-title { margin-bottom: 18px; }
.video-frame {
  justify-self: center;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(27, 22, 17, 0.3);
  border: 1px solid var(--hairline);
  background: var(--dark);
}
.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.promise-section { padding-top: 96px; }
.promise-intro { font-size: 18px; color: var(--ink-soft); margin-bottom: 32px; }
.promise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 40px;
}
.promise-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  color: var(--ink);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--hairline);
}
.promise-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--gold-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.promise-check svg { width: 11px; height: 11px; }

/* ===================== COMPROMISSO / MISSÃO ===================== */
.commit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  margin-top: 44px;
}
.commit-card { background: var(--bg); padding: 36px 34px; }
.commit-card h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 16px;
}
.commit-card p { font-size: 16px; color: var(--ink-soft); line-height: 1.6; }
.commit-card p + p { margin-top: 12px; }

/* ===================== CRITERIA CALLOUT ===================== */
.criteria-callout {
  margin-top: 36px;
  padding: 26px 28px;
  border: 1px solid var(--hairline-dark);
  border-left: 2px solid var(--gold);
  background: var(--dark-2);
}
.criteria-callout p {
  font-size: 15.5px;
  color: var(--cream-soft);
  line-height: 1.6;
}
.criteria-callout strong { color: var(--cream); }

/* ===================== IEA BADGE ===================== */
.iea-badge-img { height: 96px; width: auto; margin-bottom: 26px; }
.facilitator-credentials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.facilitator-credentials img { height: 170px; width: auto; }

/* ===================== DEPOIMENTOS / INSTAGRAM CTA ===================== */
.testimonial-panel { max-width: 720px; }
.instagram-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding: 24px 28px;
  border: 1px solid var(--hairline-dark);
  background: var(--dark-2);
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.instagram-cta:hover { border-color: var(--gold); transform: translateY(-2px); }
.instagram-cta-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.instagram-cta-icon svg { width: 24px; height: 24px; }
.instagram-cta-text { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.instagram-cta-text strong {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--cream);
}
.instagram-cta-text span { font-size: 13.5px; color: var(--cream-soft); }
.instagram-cta-arrow {
  font-size: 20px;
  color: var(--gold);
  transition: transform 0.25s ease;
}
.instagram-cta:hover .instagram-cta-arrow { transform: translateX(4px); }

/* ===================== SOCIAL LINKS ===================== */
.social-links { display: flex; gap: 14px; }
.social-links a {
  width: 38px;
  height: 38px;
  border: 1px solid var(--hairline-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream-soft);
  transition: border-color 0.2s ease, color 0.2s ease;
}
.social-links a:hover { border-color: var(--gold); color: var(--gold); }
.social-links svg { width: 17px; height: 17px; }

/* ===================== FOOTER ===================== */
.site-footer { background: var(--dark); padding: 56px 0 40px; }
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--hairline-dark);
  margin-bottom: 24px;
}
.footer-brand { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-logo { height: 58px; opacity: 0.95; }
.footer-seal { height: 140px; width: auto; }
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.site-footer p { font-size: 13px; color: var(--cream-soft); }

/* ===================== SCROLL REVEAL ===================== */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: 0.12s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .video-grid { grid-template-columns: 1fr; text-align: center; }
  .video-frame { max-width: 260px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { max-width: 420px; }
  .facilitator-grid { grid-template-columns: 1fr; }
  .facilitator-photo { max-width: 340px; }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-card-wide { grid-column: span 2; }
  .diff-grid { grid-template-columns: 1fr; gap: 28px; }
  .confront-grid { grid-template-columns: 1fr; }
  .stat-blocks { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    padding: 20px 32px 28px;
    border-bottom: 1px solid var(--hairline);
    gap: 16px;
    margin: 0;
  }
  .section { padding: 64px 0; }
  .promise-section { padding-top: 64px; }
  .hero { padding-top: 48px; padding-bottom: 56px; }
  .pillars-grid { grid-template-columns: 1fr; }
  .pillar-card-wide { grid-column: span 1; }
  .lead-form { grid-template-columns: 1fr; }
  .diagram { flex-direction: column; }
  .diagram-arrow { width: 1px; height: 32px; flex-basis: 32px; align-self: flex-start; margin-left: 24px; }
  .diagram-arrow::after { top: auto; bottom: 0; right: 50%; transform: translate(50%, 2px) rotate(45deg); }
  .cta-final { padding: 80px 0; }
  .wrap { padding: 0 22px; }
  .promise-grid { grid-template-columns: 1fr; }
  .commit-grid { grid-template-columns: 1fr; }
  .instagram-cta { flex-direction: column; align-items: flex-start; text-align: left; }
  .instagram-cta-arrow { display: none; }
  .footer-top { flex-direction: column; align-items: flex-start; }
  .facilitator-credentials img { height: 120px; }
  .footer-seal { height: 100px; }
}
