:root {
  --ink: #153236;
  --muted: #587075;
  --paper: #f7fbfa;
  --surface: #ffffff;
  --surface-soft: #eef6f4;
  --line: #d7e5e2;
  --line-strong: #a9c2be;
  --accent: #066b65;
  --accent-strong: #07645e;
  --accent-soft: #ddf2ed;
  --design: #b7443b;
  --personality: #26323b;
  --focus: #0e746f;
  --shadow: 0 24px 70px rgba(20, 61, 60, .12);
  --radius: 18px;
  --serif: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

html { background: var(--paper); }
body { background: var(--paper); color: var(--ink); }
main { overflow: clip; }

.prototype-topbar {
  position: sticky;
  top: 0;
  min-height: 68px;
  padding: 10px clamp(18px, 5vw, 72px);
  border-color: var(--line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}
.prototype-brand { min-height: 44px; align-items: center; color: inherit; text-decoration: none; }
.prototype-brand strong { font-size: clamp(1.4rem, 2vw, 1.8rem); font-family: var(--sans); letter-spacing: -.04em; }
.prototype-brand strong span { color: var(--design); }
.prototype-brand small { color: var(--muted); }
.site-nav { display: flex; gap: 26px; align-items: center; margin-left: auto; }
.site-nav a { color: var(--ink); font-size: .82rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--accent); }
.site-nav .site-nav-cta { padding: 10px 15px; border-radius: 9px; background: var(--accent); color: white; }
.site-nav .site-nav-cta:hover { background: var(--accent-strong); color: white; }
.mobile-nav { display: none; }
.prototype-top-actions { margin-left: 12px; }
.prototype-top-actions button {
  min-width: 0;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--surface);
  font-size: .78rem;
  font-weight: 750;
}
.prototype-top-actions .demo-action { border-color: var(--line-strong); background: transparent; color: var(--ink); }

.site-eyebrow {
  margin: 0;
  color: var(--design);
  font: 750 .72rem/1.3 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.conversion-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, .98fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
  width: min(1260px, calc(100% - 40px));
  min-height: min(820px, calc(100dvh - 68px));
  margin: 0 auto;
  padding: clamp(48px, 6vw, 82px) 0;
}
.conversion-hero-copy { position: relative; min-width: 0; }
.conversion-hero-copy h1 {
  max-width: 13ch;
  margin: 17px 0 8px;
  font: 760 clamp(3rem, 5.2vw, 5.55rem)/.98 var(--sans);
  letter-spacing: -.055em;
  text-wrap: balance;
}
.conversion-hero-highlight { max-width: 16ch; margin: 0 0 22px; color: var(--accent); font: 760 clamp(2rem, 3.8vw, 4.1rem)/1.02 var(--sans); letter-spacing: -.045em; }
.conversion-hero-lead { max-width: 55ch; margin: 0; color: var(--muted); font-size: clamp(1.03rem, 1.35vw, 1.22rem); line-height: 1.65; }
.conversion-trust-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.conversion-trust-chips li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink); font-size: .76rem; font-weight: 700; }
.conversion-trust-chips li::before { margin-right: 6px; color: var(--accent); content: "✓"; }
.conversion-primary-link { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; margin-top: 26px; padding: 12px 22px; border-radius: 10px; background: var(--accent); color: white; font-weight: 780; text-decoration: none; box-shadow: 0 11px 24px rgba(11, 128, 120, .2); transition: transform .2s ease, background .2s ease; }
.conversion-primary-link:hover { transform: translateY(-2px); background: var(--accent-strong); }
.conversion-hero-note { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.atlas-calculator { position: relative; z-index: 1; }
.calculator-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; color: var(--muted); font-size: .76rem; }
.calculator-heading strong { color: var(--ink); font-size: .9rem; }
.atlas-calculator .prototype-birth-card { max-width: 620px; padding: clamp(24px, 3vw, 38px); border-color: var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.atlas-calculator .prototype-form-intro > span { top: -8px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-strong); }
.atlas-calculator .prototype-form-intro h2 { font: 760 clamp(1.7rem, 2.2vw, 2.25rem)/1.1 var(--sans); }
.atlas-calculator .prototype-birth-card input[type="datetime-local"],
.atlas-calculator .prototype-birth-card input:not([type]) { border-color: var(--line-strong); border-radius: 9px; background: #fff; }
.atlas-calculator .prototype-form-footer button { min-width: 210px; border-color: var(--accent); border-radius: 9px; background: var(--accent); transition: transform .28s cubic-bezier(.16, 1, .3, 1), background .28s cubic-bezier(.16, 1, .3, 1); }
.atlas-calculator .prototype-form-footer button:hover { transform: translateY(-2px); }
.atlas-calculator .prototype-form-footer button:active { transform: scale(.98); }

.recognition-section,
.free-delivery-section,
.how-section,
.trust-section,
.complete-reading-teaser,
.faq-section,
.final-cta-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 118px) 0;
}
.recognition-section > header,
.how-section > header,
.trust-section > header,
.faq-section > header { max-width: 760px; }
.recognition-section h2,
.free-delivery-section h2,
.how-section h2,
.trust-section h2,
.complete-reading-teaser h2,
.faq-section h2,
.final-cta-section h2 { margin: 14px 0 18px; font: 760 clamp(2rem, 3.8vw, 3.8rem)/1.05 var(--sans); letter-spacing: -.045em; text-wrap: balance; }
.recognition-section > header > p:last-child,
.free-delivery-copy > p,
.complete-reading-teaser p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.recognition-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.recognition-cards article { min-height: 170px; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.recognition-cards span { color: var(--accent); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.recognition-cards h3 { margin: 28px 0 0; font-size: 1.15rem; line-height: 1.45; }

.free-delivery-section {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(48px, 7vw, 90px);
  align-items: center;
}
.free-delivery-copy ul { display: grid; gap: 0; margin: 30px 0 24px; padding: 0; list-style: none; }
.free-delivery-copy li { display: grid; gap: 4px; padding: 16px 0; border-top: 1px solid var(--line); }
.free-delivery-copy li strong { font-size: .98rem; }
.free-delivery-copy li span { color: var(--muted); font-size: .88rem; line-height: 1.5; }
.conversion-text-link { color: var(--accent-strong); font-weight: 780; text-decoration: none; }
.conversion-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-preview { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 500px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.product-preview-chart { position: relative; display: grid; place-items: center; padding: 28px 16px; background: linear-gradient(150deg, #eff8f6, #f8fbfa); overflow: hidden; }
.product-preview-chart::before { position: absolute; width: 230px; height: 370px; border-radius: 48% 48% 42% 42%; background: #dfe9e7; content: ""; }
.product-preview-chart > span { position: absolute; top: 20px; left: 22px; z-index: 2; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-preview-chart img { position: relative; z-index: 1; width: min(100%, 240px); max-height: 420px; object-fit: contain; mix-blend-mode: multiply; }
.product-preview-reading { display: flex; flex-direction: column; justify-content: center; gap: 16px; padding: clamp(26px, 4vw, 48px); }
.product-preview-reading > p { margin: 0; color: var(--design); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-preview-reading h3 { margin: 0 0 8px; font-size: clamp(1.45rem, 2.2vw, 2.15rem); line-height: 1.18; letter-spacing: -.035em; }
.product-preview-reading div { display: grid; gap: 5px; padding: 15px; border-radius: 10px; background: var(--surface-soft); }
.product-preview-reading div strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.product-preview-reading div span { color: var(--muted); font-size: .85rem; line-height: 1.5; }

.how-section { width: 100%; padding-inline: max(20px, calc((100% - 1180px) / 2)); background: #143f41; color: white; }
.how-section .site-eyebrow { color: #7ed5cd; }
.how-section h2 { color: white !important; }
.how-section > header { margin-bottom: 45px; }
.how-section ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.how-section li { display: flex; gap: 16px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.06); }
.how-section li > span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #7ed5cd; color: #143f41; font-weight: 800; }
.how-section li strong { font-size: 1rem; }
.how-section li p { margin: 7px 0 0; color: #c7dedd; font-size: .86rem; line-height: 1.55; }
.how-section .conversion-primary-link { background: white; color: #143f41; box-shadow: none; }

.trust-section { text-align: center; }
.trust-section > header { margin: 0 auto; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 40px 0 24px; text-align: left; }
.trust-grid article { display: grid; gap: 8px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.trust-grid strong { font-size: 1.18rem; }
.trust-grid span { color: var(--muted); font-size: .88rem; line-height: 1.5; }

.complete-reading-teaser { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; width: 100%; padding-inline: max(20px, calc((100% - 1180px) / 2)); background: var(--accent-soft); }
.complete-reading-teaser > div:last-child { padding-bottom: 8px; }
.complete-reading-teaser a { display: inline-block; margin-top: 8px; color: var(--accent-strong); font-weight: 800; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-section > div { border-top: 1px solid var(--line-strong); }
.faq-section details { border-bottom: 1px solid var(--line); }
.faq-section summary { position: relative; padding: 20px 42px 20px 0; color: var(--ink); font-weight: 760; cursor: pointer; list-style: none; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary::after { position: absolute; right: 4px; color: var(--accent); content: "+"; font-size: 1.3rem; }
.faq-section details[open] summary::after { content: "−"; }
.faq-section details p { max-width: 65ch; margin: -5px 0 20px; color: var(--muted); line-height: 1.65; }

.final-cta-section { display: flex; gap: 40px; align-items: center; justify-content: space-between; margin-bottom: 80px; padding: 48px; border-radius: 20px; background: #143f41; color: white; }
.final-cta-section h2 { max-width: 17ch; }
.final-cta-section h2 { color: white !important; }
.final-cta-section p:not(.site-eyebrow) { color: #c7dedd; }
.final-cta-section .site-eyebrow { color: #7ed5cd; }
.final-cta-section .conversion-primary-link { flex: 0 0 auto; margin: 0; background: white; color: #143f41; box-shadow: none; }

.map-result { width: min(1680px, calc(100% - clamp(20px, 4vw, 72px))); padding-top: 34px; }
.prototype-result-head { align-items: center; margin-bottom: 22px; padding: 18px 0 26px; }
.prototype-result-head h1 { max-width: none; font-size: clamp(2.2rem, 4.3vw, 4.9rem); }
.prototype-result-head .export-trigger { border-radius: 8px !important; box-shadow: none; }
.result-mobile-nav { display: none; }
.map-evidence { width: 100%; margin: 0 0 54px; padding: 0; border: 0; }
.map-evidence > div:first-child { display: flex; gap: 18px 34px; align-items: baseline; justify-content: space-between; margin: 0 0 18px; }
.map-evidence > div:first-child > span { color: var(--design); font: 750 .7rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.map-evidence > div:first-child h2 { margin: 0 auto 0 0; font: 610 clamp(2rem, 3vw, 3.3rem)/1 var(--serif); letter-spacing: -.04em; }
.map-evidence > div:first-child p { max-width: 48ch; margin: 0; color: var(--muted); }
.map-evidence .bodygraph-layout { border-color: var(--line-strong); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.bodygraph-layout > h2 { background: var(--surface); }
.foundation-rail { background: var(--surface-soft); }
.bodygraph-column { background-color: #f8faf9; background-size: 32px 32px; }
.bodygraph-side-panel { background: var(--surface); }
.bodygraph-side-panel .inspector { background: var(--surface); }
.inspector-section-title { display: block; margin: 0 0 6px; color: var(--ink); font-size: .79rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.inspector-close { display: none; }
.element-navigator > summary { min-height: 48px; }
.whole-reading, .relationship-reading { width: 100%; margin: 0 0 54px; border-color: var(--line); border-radius: var(--radius); box-shadow: none; }
.whole-reading > header, .relationship-reading > header { background: var(--accent-soft); color: var(--ink); }
.life-chapter { border: 0; }
.life-chapter > summary { display: none; }
.reading-mode { border-radius: 8px; overflow: hidden; }
.reading-mode button { border-radius: 0; }
.life-hero, .life-domains article, .life-influences, .life-experiment { border-radius: 10px; }
.commercial-invite { width: 100%; margin: 54px 0; border-color: var(--line); border-radius: var(--radius); box-shadow: none; }
.prototype-result-tools { border-color: var(--line); border-radius: var(--radius); box-shadow: none; overflow: hidden; }
.prototype-tools-heading { background: var(--surface-soft); }

.content-page { width: min(1320px, calc(100% - 40px)); min-height: calc(100dvh - 68px); margin: 0 auto; padding: clamp(60px, 8vw, 110px) 0; }
.content-page > header { max-width: 900px; }
.content-page > header h1 { max-width: 15ch; margin: 20px 0 24px; font: 620 clamp(3rem, 6vw, 6.4rem)/.9 var(--serif); letter-spacing: -.06em; }
.content-page > header > p:last-child { max-width: 62ch; color: var(--muted); font-size: 1.15rem; line-height: 1.7; }
.content-page-blocks { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.content-page-blocks article { min-height: 250px; padding: 26px; border-right: 1px solid var(--line); }
.content-page-blocks article:first-child { border-left: 1px solid var(--line); }
.content-page-blocks article span { color: var(--design); font: 700 .7rem var(--mono); }
.content-page-blocks h2 { margin: 42px 0 14px; font: 610 1.65rem var(--serif); }
.content-page-blocks p { color: var(--muted); line-height: 1.65; }
.content-page > aside { display: flex; gap: 28px; align-items: center; justify-content: space-between; margin-top: 54px; padding: 34px; border-radius: var(--radius); background: var(--accent-soft); }
.content-page > aside h2 { margin: 0; font-family: var(--serif); }
.content-page > aside p { color: var(--muted); }
.site-primary-action { display: inline-flex; min-height: 48px; align-items: center; padding: 10px 18px; border-radius: 8px; background: var(--ink); color: white; text-decoration: none; font-weight: 750; white-space: nowrap; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px 60px; padding: 52px clamp(20px, 7vw, 106px) 28px; border-top: 1px solid var(--line); background: var(--surface); }
.footer-brand { color: var(--ink); font: 650 1.7rem var(--serif); text-decoration: none; }
.footer-brand span { color: var(--design); }
.site-footer p, .site-footer small { color: var(--muted); }
.site-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 8px 24px; }
.site-footer nav a { color: var(--ink); font-size: .82rem; }
.site-footer small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); }

@media (max-width: 980px) {
  .conversion-hero { grid-template-columns: 1fr; min-height: 0; padding-block: 54px 76px; }
  .conversion-hero-copy { max-width: 780px; }
  .conversion-hero-copy h1 { max-width: 14ch; }
  .conversion-calculator { width: 100%; max-width: 720px; }
  .free-delivery-section { grid-template-columns: 1fr; }
  .free-delivery-copy { max-width: 760px; }
  .product-preview { min-height: 470px; }
  .how-section ol { grid-template-columns: 1fr; }
  .complete-reading-teaser { grid-template-columns: 1fr; gap: 24px; }
  .faq-section { grid-template-columns: 1fr; gap: 30px; }
  .atlas-home { grid-template-columns: 1fr; min-height: 0; padding-top: 54px; }
  .atlas-intro { max-width: 760px; }
  .atlas-intro h1 { max-width: 13ch; }
  .atlas-preview { margin-top: 22px; }
  .atlas-calculator .prototype-birth-card { max-width: none; }
  .atlas-outcomes { grid-template-columns: 1fr; }
  .atlas-proof { grid-template-columns: 1fr 1fr; }
  .atlas-proof a { grid-column: 1 / -1; }
  .content-page-blocks { grid-template-columns: 1fr; }
  .content-page-blocks article, .content-page-blocks article:first-child { min-height: 0; border: 1px solid var(--line); border-top: 0; }
  .content-page-blocks article:first-child { border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  body { background: var(--paper); }
  .prototype-topbar { min-height: 60px; padding: 8px 14px; }
  .prototype-brand small, .site-nav { display: none; }
  .mobile-nav { position: relative; display: block; margin-left: auto; }
  .mobile-nav summary { display: grid; min-width: 58px; min-height: 44px; place-items: center; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; z-index: 90; top: 48px; right: 0; display: grid; width: min(80vw, 280px); padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow); }
  .mobile-nav nav a { display: flex; min-height: 48px; align-items: center; padding: 8px 12px; color: var(--ink); font-weight: 750; text-decoration: none; }
  .mobile-nav nav a:hover, .mobile-nav nav a:focus-visible { background: var(--surface-soft); }
  .prototype-top-actions { margin-left: auto; }
  .prototype-top-actions .demo-action { max-width: 124px; font-size: .7rem; }
  .conversion-hero { width: 100%; gap: 34px; padding: 38px 16px 56px; }
  .conversion-hero-copy h1 { margin-top: 12px; font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .conversion-hero-highlight { max-width: 14ch; margin-bottom: 17px; font-size: clamp(1.75rem, 8.8vw, 2.75rem); }
  .conversion-hero-lead { font-size: .98rem; line-height: 1.58; }
  .conversion-trust-chips { margin-top: 18px; }
  .conversion-primary-link { width: 100%; margin-top: 20px; }
  .calculator-heading { margin: 0 4px 10px; }
  .recognition-section,
  .free-delivery-section,
  .trust-section,
  .faq-section { width: calc(100% - 32px); padding: 64px 0; }
  .recognition-section h2,
  .free-delivery-section h2,
  .how-section h2,
  .trust-section h2,
  .complete-reading-teaser h2,
  .faq-section h2,
  .final-cta-section h2 { font-size: clamp(2rem, 9.8vw, 3rem); }
  .recognition-cards, .trust-grid { grid-template-columns: 1fr; }
  .recognition-cards article { min-height: 0; }
  .product-preview { grid-template-columns: 1fr; min-height: 0; }
  .product-preview-chart { min-height: 320px; }
  .product-preview-chart::before { width: 185px; height: 285px; }
  .product-preview-chart img { height: 290px; }
  .product-preview-reading { padding: 28px 22px; }
  .how-section { padding: 64px 16px; }
  .how-section > header { margin-bottom: 30px; }
  .complete-reading-teaser { padding: 64px 16px; }
  .faq-section summary { padding-block: 18px; }
  .final-cta-section { display: grid; width: calc(100% - 32px); margin-bottom: 56px; padding: 30px 22px; }
  .final-cta-section .conversion-primary-link { width: 100%; }
  .atlas-home { gap: 26px; padding: 34px 14px 46px; }
  .atlas-intro h1 { margin-top: 14px; font-size: clamp(2.7rem, 13vw, 4.1rem); line-height: .92; }
  .atlas-intro > p:not(.site-eyebrow) { max-width: 38ch; font-size: .98rem; }
  .atlas-intro > ul { gap: 7px 14px; margin-top: 20px; padding-top: 14px; }
  .atlas-preview { display: none; }
  .atlas-calculator .prototype-birth-card { gap: 14px; padding: 22px 16px; border-radius: 12px; box-shadow: 0 12px 34px rgba(29, 49, 48, .11); }
  .atlas-calculator .prototype-form-intro { padding-right: 54px; }
  .atlas-calculator .prototype-form-intro > span { top: -10px; }
  .atlas-calculator .prototype-form-intro h2 { font-size: 1.7rem; }
  .atlas-calculator .prototype-form-intro p { margin-bottom: 14px; }
  .atlas-calculator .prototype-form-footer { gap: 14px; padding-top: 18px; }
  .atlas-outcomes { gap: 30px; padding: 58px 18px; }
  .atlas-outcomes h2 { font-size: 2.7rem; }
  .atlas-outcomes li { grid-template-columns: 1fr; gap: 5px; padding: 18px 0; }
  .atlas-proof { grid-template-columns: 1fr; gap: 18px; padding: 30px 18px; }
  .atlas-proof a { grid-column: 1; }

  .map-result { width: 100%; padding: 18px 10px 98px; }
  .prototype-result-head { align-items: start; margin: 0 4px 16px; padding: 12px 0 18px; }
  .prototype-result-kicker { margin-bottom: 6px; }
  .prototype-result-head h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .prototype-result-head p { margin-top: 8px; }
  .result-mobile-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 0 14px;
    padding: 5px;
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    background: rgba(255, 253, 248, .96);
    box-shadow: none;
  }
  .result-mobile-nav a { display: grid; min-height: 44px; place-items: center; border-radius: 8px; color: var(--ink); font-size: .7rem; font-weight: 750; text-decoration: none; }
  .result-mobile-nav a:active { background: var(--accent-soft); }
  .map-evidence { margin-bottom: 26px; }
  .map-evidence > div:first-child { display: grid; gap: 4px; padding: 0 6px; }
  .map-evidence > div:first-child h2 { margin: 3px 0; font-size: 2rem; }
  .map-evidence > div:first-child p { font-size: .8rem; }
  .map-evidence .bodygraph-layout { border-radius: 12px; box-shadow: 0 12px 34px rgba(29, 49, 48, .1); }
  .bodygraph-layout { grid-template-areas: "title" "graph" "foundation" "inspector" "disclosures"; }
  .bodygraph-column { min-height: 66dvh; padding: 8px 0; }
  .bodygraph { min-height: 0; }
  .bodygraph svg { width: 100%; max-height: 76dvh; }
  .foundation-rail { padding: 20px 16px; }
  .bodygraph-side-panel[data-has-selection="false"] .inspector { display: none; }
  .bodygraph-side-panel[data-has-selection="true"] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: block;
    max-height: min(48dvh, 440px);
    border: 1px solid var(--line-strong);
    border-width: 1px 0 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -18px 48px rgba(23, 34, 38, .22);
    overflow-y: auto;
  }
  .bodygraph-side-panel[data-has-selection="true"] .element-navigator { display: none; }
  .bodygraph-side-panel[data-has-selection="true"] .inspector { display: block; padding: 54px 20px 92px; }
  .inspector-close {
    position: sticky;
    top: 12px;
    z-index: 2;
    display: flex;
    width: max-content !important;
    min-width: 0 !important;
    min-height: 38px;
    margin: 10px 14px -48px auto;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: var(--surface);
    color: var(--ink);
    font-size: .72rem;
    font-weight: 750;
  }
  .element-navigator { border-bottom: 0; }
  .element-navigator > summary { min-height: 52px; }
  .whole-reading, .relationship-reading { margin-bottom: 28px; padding: 16px 12px; border-radius: 12px; }
  .life-chapter {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--surface);
    overflow: hidden;
  }
  .life-chapter > summary {
    display: block;
    padding: 15px 42px 15px 16px;
    color: var(--ink);
    font-weight: 750;
    cursor: pointer;
    list-style: none;
    position: relative;
  }
  .life-chapter > summary::-webkit-details-marker { display: none; }
  .life-chapter > summary::after {
    position: absolute;
    right: 16px;
    content: "+";
    color: var(--accent);
    font-size: 1.2rem;
  }
  .life-chapter[open] > summary::after { content: "−"; }
  .life-chapter > .life-domains,
  .life-chapter > .life-influences,
  .life-chapter > .life-experiment { margin: 0 12px 12px; }
  .life-domains, .relationship-life-grid { grid-auto-flow: row; grid-auto-columns: auto; margin-inline: 0; padding: 0; overflow-x: visible; }
  .commercial-invite { margin: 28px 0; padding: 22px 16px; border-radius: 12px; }
  .commercial-invite form fieldset { grid-template-columns: 1fr !important; }
  .commercial-invite fieldset label {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    width: 100%;
    min-width: 0;
  }
  .commercial-invite fieldset input { width: 44px; min-width: 44px; height: 44px; }
  .commercial-invite fieldset span,
  .commercial-invite fieldset strong,
  .commercial-invite fieldset small { min-width: 0; overflow-wrap: anywhere; }
  .prototype-result-tools { margin-top: 28px; border-radius: 12px; }
  .content-page { width: calc(100% - 28px); padding: 48px 0 72px; }
  .content-page > header h1 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .content-page > aside { display: grid; padding: 24px; }
  .site-footer { grid-template-columns: 1fr; padding: 42px 18px 92px; }
  .site-footer nav { grid-template-columns: 1fr 1fr; }
  .site-footer small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Página comercial v2: a leitura vem antes da complexidade técnica. */
.landing-page {
  --landing-ink: #102927;
  --landing-muted: #526b68;
  --landing-paper: #f3f8f6;
  --landing-surface: #ffffff;
  --landing-line: #c9dcda;
  --landing-accent: #066b65;
  --landing-accent-dark: #075e59;
  --landing-soft: #e0efeb;
  background: var(--landing-paper);
  color: var(--landing-ink);
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page p { color: inherit; }

.landing-page .conversion-primary-link {
  min-height: 54px;
  margin: 0;
  padding: 14px 22px;
  border-radius: 12px;
  background: var(--landing-accent);
  color: #fff;
  box-shadow: 0 14px 32px rgba(8, 123, 115, .18);
  white-space: nowrap;
}

.landing-page .conversion-primary-link:hover { background: var(--landing-accent-dark); }

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr);
  gap: clamp(46px, 7vw, 104px);
  align-items: center;
  width: min(1260px, calc(100% - 48px));
  min-height: calc(100dvh - 68px);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 88px) 0;
}

.landing-hero-copy h1 {
  max-width: 17ch;
  margin: 16px 0 24px;
  font: 780 clamp(3.4rem, 5.5vw, 5.6rem)/.94 var(--sans);
  letter-spacing: -.065em;
  text-wrap: balance;
}

.landing-hero-lead {
  max-width: 52ch;
  margin: 0;
  color: var(--landing-muted) !important;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.landing-hero-actions { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; margin-top: 28px; }
.landing-secondary-link { color: var(--landing-accent-dark); font-weight: 760; text-underline-offset: 5px; }
.landing-privacy-note { max-width: 58ch; margin: 15px 0 0; color: var(--landing-muted) !important; font-size: .8rem; }

.landing-result-preview {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, .85fr) minmax(210px, 1.15fr);
  min-height: 520px;
  border: 1px solid var(--landing-line);
  border-radius: 24px;
  background: var(--landing-surface);
  box-shadow: 0 32px 86px rgba(16, 55, 52, .13);
  overflow: hidden;
}

.landing-preview-chart {
  display: grid;
  place-items: center;
  padding: 34px 10px;
  background: var(--landing-soft);
}

.landing-preview-chart img {
  width: min(100%, 250px);
  max-height: 440px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.landing-preview-copy { display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: clamp(26px, 4vw, 48px); }
.landing-preview-copy span { color: var(--landing-accent); font-size: .74rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.landing-preview-copy strong { font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.18; letter-spacing: -.035em; }
.landing-preview-copy p { margin: 0; color: var(--landing-muted) !important; line-height: 1.65; }

.landing-calculator {
  display: grid;
  grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) 0;
  border-top: 1px solid var(--landing-line);
}

.landing-calculator-intro { position: sticky; top: 108px; }
.landing-calculator-intro > span { color: var(--landing-accent); font-size: .76rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.landing-calculator-intro h2 { max-width: 10ch; margin: 14px 0 18px; font-size: clamp(2.4rem, 4.6vw, 4.9rem); line-height: .98; letter-spacing: -.055em; }
.landing-calculator-intro p { max-width: 34ch; margin: 0; color: var(--landing-muted) !important; line-height: 1.65; }
.landing-calculator .prototype-birth-card { grid-template-columns: 1fr 1fr; max-width: none; padding: clamp(26px, 4vw, 46px); border-color: var(--landing-line); border-radius: 20px; box-shadow: 0 24px 64px rgba(16, 55, 52, .1); }
.landing-calculator .prototype-form-intro { display: none; }
.landing-calculator .prototype-birth-card > label { grid-column: auto; }
.landing-calculator .prototype-birth-card > .location-picker,
.landing-calculator .prototype-birth-card > .location-confirmation,
.landing-calculator .prototype-birth-card > div[aria-live],
.landing-calculator .prototype-form-footer { grid-column: 1 / -1; }
.landing-calculator .prototype-birth-card input[type="datetime-local"],
.landing-calculator .prototype-birth-card input:not([type]) { border-color: #9bb7b3; border-radius: 10px; background: #fff; }
.landing-calculator .prototype-form-footer button { border-color: var(--landing-accent); border-radius: 10px; background: var(--landing-accent); }

.recognition-section,
.hd-explainer,
.landing-page .free-delivery-section,
.landing-page .how-section,
.landing-page .trust-section,
.landing-page .complete-reading-teaser,
.landing-page .faq-section,
.landing-page .final-cta-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 116px) 0;
}

.recognition-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(42px, 8vw, 110px); border-top: 1px solid var(--landing-line); }
.recognition-section header { max-width: none; }
.recognition-section h2,
.hd-explainer h2,
.landing-page .free-delivery-section h2,
.landing-page .how-section h2,
.landing-page .trust-section h2,
.landing-page .complete-reading-teaser h2,
.landing-page .faq-section h2,
.landing-page .final-cta-section h2 { margin: 0 0 20px; font: 770 clamp(2.25rem, 4.7vw, 4.8rem)/.98 var(--sans); letter-spacing: -.055em; text-wrap: balance; }
.recognition-section header p { color: var(--landing-muted) !important; font-size: 1.05rem; line-height: 1.7; }
.recognition-questions { border-top: 1px solid var(--landing-line); }
.recognition-questions p { display: grid; grid-template-columns: 110px 1fr; gap: 26px; margin: 0; padding: 22px 0; border-bottom: 1px solid var(--landing-line); font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.45; }
.recognition-questions span { color: var(--landing-accent); font-size: .74rem; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }

.hd-explainer { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 9vw, 120px); width: 100%; padding-inline: max(24px, calc((100% - 1180px) / 2)); background: #123c3a; color: #fff; }
.hd-explainer .site-eyebrow { color: #8ed4ce; }
.hd-explainer-copy > p:not(.site-eyebrow) { max-width: 62ch; color: #c9dedb !important; font-size: 1rem; line-height: 1.7; }
.hd-explainer details { margin-top: 28px; border-top: 1px solid rgba(255, 255, 255, .24); border-bottom: 1px solid rgba(255, 255, 255, .24); }
.hd-explainer summary { padding: 18px 0; font-weight: 760; cursor: pointer; }
.hd-explainer details p { color: #c9dedb !important; }
.hd-explainer-visual { display: grid; grid-template-columns: minmax(120px, .75fr) minmax(180px, 1.25fr); align-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 20px; background: rgba(255, 255, 255, .07); overflow: hidden; }
.hd-explainer-visual img { width: 100%; max-height: 410px; padding: 24px 8px; object-fit: contain; filter: brightness(0) invert(1); opacity: .78; }
.hd-explainer-visual p { margin: 0; padding: 28px; color: #dcebe9 !important; line-height: 1.65; }
.hd-explainer-visual strong { display: block; margin-bottom: 8px; color: #fff; font-size: 1.15rem; }

.landing-page .free-delivery-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(46px, 8vw, 108px); align-items: start; }
.free-delivery-copy > p:last-child { color: var(--landing-muted) !important; line-height: 1.7; }
.free-delivery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.free-delivery-grid article { min-height: 190px; padding: 24px; border: 1px solid var(--landing-line); border-radius: 16px; background: var(--landing-surface); }
.free-delivery-grid article:first-child { grid-row: span 2; min-height: 394px; padding-top: 48px; background: var(--landing-soft); }
.free-delivery-grid article:last-child { grid-column: 1 / -1; min-height: 0; background: #f8fbfa; }
.free-delivery-grid span { color: var(--landing-accent); font-size: .72rem; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.free-delivery-grid h3 { margin: 26px 0 10px; font-size: clamp(1.2rem, 2vw, 1.75rem); letter-spacing: -.03em; }
.free-delivery-grid p { margin: 0; color: var(--landing-muted) !important; line-height: 1.6; }

.landing-page .how-section { width: 100%; padding-inline: max(24px, calc((100% - 1180px) / 2)); background: var(--landing-soft); color: var(--landing-ink); }
.landing-page .how-section .site-eyebrow { color: var(--landing-accent); }
.landing-page .how-section h2 { color: var(--landing-ink) !important; }
.landing-page .how-section ol { display: grid; grid-template-columns: 1fr; gap: 0; margin: 38px 0; counter-reset: landing-step; }
.landing-page .how-section li { display: grid; grid-template-columns: 76px 1fr; gap: 22px; align-items: start; padding: 24px 0; border: 0; border-top: 1px solid #b8cfca; border-radius: 0; background: transparent; counter-increment: landing-step; }
.landing-page .how-section li:last-child { border-bottom: 1px solid #b8cfca; }
.landing-page .how-section li::before { content: "0" counter(landing-step); color: var(--landing-accent); font-size: 1.05rem; font-weight: 820; }
.landing-page .how-section li strong { font-size: 1.2rem; }
.landing-page .how-section li p { margin: 5px 0 0; color: var(--landing-muted); font-size: .95rem; }

.landing-page .trust-section { text-align: left; }
.landing-page .trust-section header { max-width: 760px; margin: 0; }
.trust-facts { display: grid; grid-template-columns: 1.2fr 1fr 1fr; margin: 42px 0 26px; border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); }
.trust-facts p { display: grid; gap: 7px; margin: 0; padding: 26px 24px 26px 0; }
.trust-facts p + p { padding-left: 24px; border-left: 1px solid var(--landing-line); }
.trust-facts strong { font-size: clamp(1.2rem, 2vw, 1.7rem); }
.trust-facts span { color: var(--landing-muted); line-height: 1.5; }

.landing-page .complete-reading-teaser { grid-template-columns: 1.12fr .88fr; width: 100%; padding-inline: max(24px, calc((100% - 1180px) / 2)); background: #cfe5df; }
.landing-page .complete-reading-teaser p { color: #3e5e5a; }
.landing-page .complete-reading-teaser a { color: var(--landing-accent-dark); }

.landing-page .faq-section { grid-template-columns: .58fr 1.42fr; }
.landing-page .faq-section details { border-color: var(--landing-line); }
.landing-page .faq-section summary { color: var(--landing-ink); }
.landing-page .faq-section details p { color: var(--landing-muted); }

.landing-page .final-cta-section { width: min(1180px, calc(100% - 48px)); margin-bottom: 80px; border-radius: 22px; background: #123c3a; }
.landing-page .final-cta-section h2 { max-width: 16ch; color: #fff !important; }
.landing-page .final-cta-section p { color: #c9dedb !important; }
.landing-page .final-cta-section .conversion-primary-link { background: #fff; color: #123c3a; box-shadow: none; }

.commercial-free-boundary { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.commercial-free-boundary li { padding-left: 16px; border-left: 3px solid var(--accent); color: var(--muted); font-size: .86rem; line-height: 1.5; }
.commercial-free-boundary strong { color: var(--ink); }
.map-result .commercial-invite fieldset { grid-template-columns: 1fr; }

@media (max-width: 980px) {
  .landing-hero { grid-template-columns: 1fr; min-height: 0; }
  .landing-hero-copy { max-width: 760px; }
  .landing-result-preview { max-width: 720px; }
  .landing-calculator { grid-template-columns: 1fr; }
  .landing-calculator-intro { position: static; max-width: 680px; }
  .landing-calculator-intro h2 { max-width: none; }
  .recognition-section,
  .hd-explainer,
  .landing-page .free-delivery-section { grid-template-columns: 1fr; }
  .hd-explainer-visual { max-width: 720px; }
}

@media (max-width: 760px) {
  .landing-hero,
  .landing-calculator,
  .recognition-section,
  .landing-page .free-delivery-section,
  .landing-page .trust-section,
  .landing-page .faq-section,
  .landing-page .final-cta-section { width: calc(100% - 28px); }
  .landing-hero { gap: 34px; padding: 42px 0 58px; }
  .landing-hero-copy h1 { max-width: 11ch; margin-block: 12px 18px; font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .landing-hero-actions { align-items: stretch; flex-direction: column; }
  .landing-hero-actions .conversion-primary-link { width: 100%; }
  .landing-secondary-link { padding: 10px 2px; text-align: center; }
  .landing-result-preview { grid-template-columns: 1fr; min-height: 0; border-radius: 18px; }
  .landing-preview-chart { min-height: 290px; }
  .landing-preview-chart img { height: 270px; }
  .landing-preview-copy { padding: 26px 22px; }
  .landing-calculator { padding-block: 64px; }
  .landing-calculator .prototype-birth-card { grid-template-columns: 1fr; padding: 22px 16px; border-radius: 16px; }
  .landing-calculator .prototype-birth-card > * { grid-column: 1 / -1; }
  .recognition-section { gap: 32px; }
  .recognition-questions p { grid-template-columns: 1fr; gap: 7px; }
  .hd-explainer { padding: 68px 18px; }
  .hd-explainer-visual { grid-template-columns: 1fr; }
  .hd-explainer-visual img { max-height: 300px; }
  .free-delivery-grid { grid-template-columns: 1fr; }
  .free-delivery-grid article:first-child { grid-row: auto; min-height: 0; padding-top: 24px; }
  .free-delivery-grid article:last-child { grid-column: auto; }
  .landing-page .how-section { padding: 68px 18px; }
  .landing-page .how-section li { grid-template-columns: 48px 1fr; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts p + p { padding-left: 0; border-top: 1px solid var(--landing-line); border-left: 0; }
  .landing-page .complete-reading-teaser { padding: 68px 18px; }
  .landing-page .faq-section { gap: 22px; }
}

/* Home aprovada: protótipo 2, editorial e humana. */
.marketing-header {
  min-height: 72px;
  border-bottom: 1px solid #cfc5b8;
  background: rgba(244, 240, 233, .96);
  box-shadow: none;
  backdrop-filter: blur(10px);
}
.marketing-header .prototype-brand strong,
.marketing-header .prototype-brand small,
.editorial-home h1,
.editorial-home h2,
.editorial-home h3 {
  font-family: Georgia, "Times New Roman", serif;
}
.marketing-header .prototype-brand { color: #282421; }
.marketing-header .prototype-brand strong { font-size: 1.46rem; letter-spacing: -.04em; }
.marketing-header .prototype-brand strong span { color: #7c3042; }
.marketing-header .prototype-brand small { color: #6d675f; font-size: .72rem; letter-spacing: .03em; }
.marketing-header .site-nav { gap: clamp(14px, 2.2vw, 30px); }
.marketing-header .site-nav a { color: #282421; font-size: .82rem; }
.marketing-header .site-nav a:hover { color: #7c3042; }
.marketing-header .site-nav .site-nav-cta {
  border-radius: 999px;
  background: #7c3042;
  color: #fff;
}
.marketing-header .site-nav .site-nav-cta:hover { background: #622536; }
.marketing-header .prototype-top-actions .demo-action {
  border-color: #b9aea0;
  border-radius: 999px;
  color: #5c3f47;
}

.editorial-home {
  --editorial-ink: #282421;
  --editorial-muted: #69645d;
  --editorial-paper: #f4f0e9;
  --editorial-surface: #fffdf9;
  --editorial-line: #cfc5b8;
  --editorial-wine: #7c3042;
  --editorial-wine-dark: #622536;
  width: 100%;
  overflow: hidden;
  background: var(--editorial-paper);
  color: var(--editorial-ink);
}
.editorial-home h1,
.editorial-home h2,
.editorial-home h3,
.editorial-home p { color: inherit; }
.editorial-home a { color: inherit; }
.editorial-kicker {
  margin: 0;
  color: var(--editorial-wine) !important;
  font: 780 .72rem/1.3 var(--mono);
  letter-spacing: .11em;
  text-transform: uppercase;
}
.editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr);
  gap: clamp(46px, 7vw, 112px);
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  min-height: min(760px, calc(100dvh - 72px));
  margin: 0 auto;
  padding: clamp(48px, 6vw, 84px) 0;
}
.editorial-hero-copy { max-width: 650px; }
.editorial-hero h1 {
  max-width: 10.5ch;
  margin: 18px 0 25px;
  font-size: clamp(3.3rem, 5.25vw, 5.7rem);
  font-weight: 600;
  letter-spacing: -.066em;
  line-height: .98;
  text-wrap: balance;
}
.editorial-hero h1 em {
  display: block;
  padding-bottom: .05em;
  color: var(--editorial-wine);
  font-style: italic;
  line-height: 1.08;
}
.editorial-hero-lead {
  max-width: 47ch;
  margin: 0;
  color: var(--editorial-muted) !important;
  font-size: clamp(1.02rem, 1.45vw, 1.19rem);
  line-height: 1.65;
}
.editorial-primary-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 13px 22px;
  border: 1px solid var(--editorial-wine);
  border-radius: 999px;
  background: var(--editorial-wine);
  color: #fff !important;
  font-size: .92rem;
  font-weight: 760;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.editorial-primary-action:hover { background: var(--editorial-wine-dark); transform: translateY(-1px); }
.editorial-primary-action:active { transform: translateY(0); }
.editorial-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: var(--editorial-muted); font-size: .82rem; }
.editorial-proof span::before { margin-right: 7px; color: var(--editorial-wine); content: "✓"; font-weight: 800; }

.editorial-calculator {
  padding: clamp(28px, 3.5vw, 46px);
  border: 1px solid #bdb2a5;
  border-radius: 0;
  background: var(--editorial-surface);
  box-shadow: 12px 12px 0 #dfd5c8;
}
.editorial-calculator header { max-width: 37ch; padding-bottom: 26px; border-bottom: 1px solid var(--editorial-line); }
.editorial-calculator header p { margin: 0 0 12px; color: var(--editorial-wine) !important; font-size: .78rem; font-weight: 760; }
.editorial-calculator header h2 { margin: 0 0 10px; font-size: clamp(2.1rem, 3.1vw, 3.25rem); font-weight: 600; letter-spacing: -.05em; line-height: 1; }
.editorial-calculator header span { color: var(--editorial-muted); font-size: .94rem; line-height: 1.5; }
.editorial-calculator-form { margin-top: 25px; }
.editorial-calculator .prototype-birth-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 24px;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.editorial-calculator .prototype-form-intro { display: none; }
.editorial-calculator .prototype-birth-card > label { grid-column: auto; }
.editorial-calculator .prototype-birth-card > .location-picker,
.editorial-calculator .prototype-birth-card > .location-confirmation,
.editorial-calculator .prototype-birth-card > div[aria-live],
.editorial-calculator .prototype-form-footer { grid-column: 1 / -1; }
.editorial-calculator label,
.editorial-calculator .location-picker label { color: #3f3a35; font-size: .8rem; font-weight: 760; }
.editorial-calculator input,
.editorial-calculator .location-picker input {
  min-height: 47px;
  padding: 11px 2px;
  border: 0 !important;
  border-bottom: 1px solid #8c847a !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--editorial-ink);
  box-shadow: none !important;
  font-size: .98rem;
}
.editorial-calculator input:focus,
.editorial-calculator .location-picker input:focus { border-bottom: 2px solid var(--editorial-wine) !important; outline: 0; }
.editorial-calculator input::placeholder { color: #817b72; opacity: 1; }
.editorial-calculator .location-picker ul { border-color: #bdb2a5; border-radius: 0; background: #fffdf9; box-shadow: 8px 8px 0 #dfd5c8; }
.editorial-calculator .prototype-form-footer { gap: 16px; padding-top: 4px; }
.editorial-calculator .prototype-form-footer p { max-width: 190px; font-size: .72rem; }
.editorial-calculator .prototype-form-footer button {
  min-width: 190px;
  min-height: 50px;
  padding: 12px 20px;
  border-color: var(--editorial-wine);
  border-radius: 999px;
  background: var(--editorial-wine);
  color: #fff;
  white-space: nowrap;
}
.editorial-calculator .prototype-form-footer button:hover { background: var(--editorial-wine-dark); }
.editorial-calculator .location-confirmation { border-left-color: var(--editorial-wine); background: #f4ecec; color: #4e3940; }

.editorial-manifesto,
.editorial-explainer,
.editorial-delivery,
.editorial-how,
.editorial-trust,
.editorial-reading,
.editorial-faq {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 126px) 0;
}
.editorial-manifesto { border-top: 1px solid var(--editorial-line); }
.editorial-manifesto h2 { max-width: 13ch; margin: 0 0 48px; font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 600; letter-spacing: -.065em; line-height: .98; }
.editorial-mini-benefits { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 0; border-top: 1px solid var(--editorial-line); }
.editorial-mini-benefits article { min-height: 180px; padding: 28px 28px 28px 0; border-bottom: 1px solid var(--editorial-line); }
.editorial-mini-benefits article + article { padding-left: 28px; border-left: 1px solid var(--editorial-line); }
.editorial-mini-benefits h3 { margin: 0 0 16px; font-size: 1.55rem; font-weight: 600; letter-spacing: -.035em; }
.editorial-mini-benefits p { max-width: 25ch; margin: 0; color: var(--editorial-muted) !important; line-height: 1.6; }

.editorial-explainer { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(38px, 9vw, 110px); align-items: end; }
.editorial-explainer > div { max-width: 600px; }
.editorial-explainer h2,
.editorial-delivery h2,
.editorial-how h2,
.editorial-trust h2,
.editorial-reading h2,
.editorial-faq h2 { margin: 16px 0 20px; font-size: clamp(2.45rem, 4.3vw, 4.75rem); font-weight: 600; letter-spacing: -.06em; line-height: .99; }
.editorial-explainer > div > p:last-child { max-width: 54ch; margin: 0; color: var(--editorial-muted) !important; line-height: 1.75; }
.editorial-explainer details { margin: 0; border-top: 1px solid var(--editorial-line); border-bottom: 1px solid var(--editorial-line); }
.editorial-explainer summary { padding: 18px 0; color: var(--editorial-wine); cursor: pointer; font-weight: 760; }
.editorial-explainer details p { margin: 0 0 18px; color: var(--editorial-muted) !important; line-height: 1.65; }
.editorial-map-column { display: grid; gap: 26px; }
.editorial-map-figure {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, .65fr) 1fr;
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--editorial-line);
  background: #eee7dc;
}
.editorial-map-figure::before {
  position: absolute;
  inset: 10px;
  border: 1px solid rgb(124 48 66 / .16);
  content: "";
  pointer-events: none;
}
.editorial-map-figure img { position: relative; z-index: 1; width: 100%; max-height: 210px; object-fit: contain; }
.editorial-map-figure figcaption { position: relative; z-index: 1; max-width: 21ch; color: #5d5048; font: 400 1.24rem/1.38 Georgia, "Times New Roman", serif; }

.editorial-delivery { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(38px, 8vw, 100px); border-top: 1px solid var(--editorial-line); }
.editorial-delivery header p { max-width: 33ch; margin: 0; color: var(--editorial-muted) !important; line-height: 1.65; }
.editorial-delivery > div { display: grid; }
.editorial-delivery article { display: grid; grid-template-columns: minmax(130px, .7fr) 1.3fr; gap: 24px; align-items: baseline; padding: 22px 0; border-top: 1px solid var(--editorial-line); }
.editorial-delivery article:last-child { border-bottom: 1px solid var(--editorial-line); }
.editorial-delivery strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 600; }
.editorial-delivery article p { margin: 0; color: var(--editorial-muted) !important; line-height: 1.6; }

.editorial-how { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(38px, 8vw, 110px); width: 100%; padding-inline: max(24px, calc((100% - 1120px) / 2)); background: #e7ded2; }
.editorial-how h2 { max-width: 8ch; }
.editorial-how ol { margin: 0; padding: 0; list-style: none; counter-reset: editorial-step; }
.editorial-how li { position: relative; padding: 0 0 30px 60px; counter-increment: editorial-step; }
.editorial-how li + li { padding-top: 30px; border-top: 1px solid #bdb2a5; }
.editorial-how li::before { position: absolute; top: 0; left: 0; color: var(--editorial-wine); content: "0" counter(editorial-step); font: 600 1.25rem/1 Georgia, "Times New Roman", serif; }
.editorial-how li strong { display: block; margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 600; }
.editorial-how li p { max-width: 40ch; margin: 0; color: #57514a !important; line-height: 1.6; }

.editorial-trust { text-align: center; }
.editorial-trust h2 { max-width: 13ch; margin-inline: auto; }
.editorial-trust > div { display: grid; grid-template-columns: repeat(3, 1fr); margin: 44px 0 28px; border-top: 1px solid var(--editorial-line); border-bottom: 1px solid var(--editorial-line); }
.editorial-trust p { display: grid; gap: 9px; margin: 0; padding: 25px; }
.editorial-trust p + p { border-left: 1px solid var(--editorial-line); }
.editorial-trust strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 600; }
.editorial-trust span { color: var(--editorial-muted); line-height: 1.5; }
.editorial-trust > a { color: var(--editorial-wine); font-weight: 760; text-underline-offset: 5px; }

.editorial-reading { display: grid; grid-template-columns: 1.05fr .6fr .35fr; gap: 34px; align-items: end; border-top: 1px solid var(--editorial-line); }
.editorial-reading h2 { max-width: 13ch; }
.editorial-reading > p { margin: 0; color: var(--editorial-muted) !important; line-height: 1.65; }
.editorial-reading > a { color: var(--editorial-wine); font-weight: 760; text-underline-offset: 5px; }

.editorial-faq { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(36px, 8vw, 100px); border-top: 1px solid var(--editorial-line); }
.editorial-faq h2 { margin-top: 0; }
.editorial-faq details { border-top: 1px solid var(--editorial-line); }
.editorial-faq details:last-child { border-bottom: 1px solid var(--editorial-line); }
.editorial-faq summary { padding: 20px 0; color: #3b3431; cursor: pointer; font-weight: 760; }
.editorial-faq details p { max-width: 57ch; margin: 0 0 20px; color: var(--editorial-muted) !important; line-height: 1.65; }

@media (max-width: 980px) {
  .editorial-hero { grid-template-columns: 1fr; min-height: 0; padding-block: 58px 82px; }
  .editorial-hero-copy { max-width: 760px; }
  .editorial-calculator { max-width: 720px; }
  .editorial-explainer,
  .editorial-delivery,
  .editorial-how,
  .editorial-faq { grid-template-columns: 1fr; }
  .editorial-reading { grid-template-columns: 1fr 1fr; }
  .editorial-reading > div { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .marketing-header { min-height: 60px; background: rgba(244, 240, 233, .98); }
  .marketing-header .prototype-brand small { display: none; }
  .marketing-header .mobile-nav nav { border-color: #bdb2a5; border-radius: 0; background: #fffdf9; box-shadow: 7px 7px 0 #dfd5c8; }
  .marketing-header .mobile-nav nav a { color: #282421; }
  .marketing-header .mobile-nav nav a:hover, .marketing-header .mobile-nav nav a:focus-visible { background: #f4ecec; }
  .editorial-hero,
  .editorial-manifesto,
  .editorial-explainer,
  .editorial-delivery,
  .editorial-trust,
  .editorial-reading,
  .editorial-faq { width: calc(100% - 32px); }
  .editorial-hero { gap: 36px; padding-block: 42px 62px; }
  .editorial-hero h1 { max-width: 10ch; margin-block: 14px 18px; font-size: clamp(2.85rem, 13.5vw, 4.25rem); }
  .editorial-hero-lead { font-size: 1rem; }
  .editorial-primary-action { width: 100%; }
  .editorial-proof { gap: 12px; font-size: .77rem; }
  .editorial-calculator { padding: 24px 20px; box-shadow: 7px 7px 0 #dfd5c8; }
  .editorial-calculator header { padding-bottom: 20px; }
  .editorial-calculator .prototype-birth-card { grid-template-columns: 1fr; gap: 18px; }
  .editorial-calculator .prototype-birth-card > * { grid-column: 1 / -1; }
  .editorial-calculator .prototype-form-footer { align-items: stretch; }
  .editorial-calculator .prototype-form-footer button { width: 100%; }
  .editorial-manifesto,
  .editorial-explainer,
  .editorial-delivery,
  .editorial-trust,
  .editorial-reading,
  .editorial-faq { padding-block: 68px; }
  .editorial-manifesto h2,
  .editorial-explainer h2,
  .editorial-delivery h2,
  .editorial-how h2,
  .editorial-trust h2,
  .editorial-reading h2,
  .editorial-faq h2 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .editorial-mini-benefits { grid-template-columns: 1fr; }
  .editorial-mini-benefits article,
  .editorial-mini-benefits article + article { min-height: 0; padding: 22px 0; border-left: 0; }
  .editorial-delivery article { grid-template-columns: 1fr; gap: 8px; }
  .editorial-map-figure { grid-template-columns: 120px 1fr; gap: 18px; padding: 18px; }
  .editorial-map-figure img { max-height: 170px; }
  .editorial-map-figure figcaption { font-size: 1.05rem; }
  .editorial-how { gap: 36px; padding: 68px 18px; }
  .editorial-trust { text-align: left; }
  .editorial-trust h2 { margin-inline: 0; }
  .editorial-trust > div { grid-template-columns: 1fr; margin-block: 32px 22px; }
  .editorial-trust p { padding: 20px 0; }
  .editorial-trust p + p { border-top: 1px solid var(--editorial-line); border-left: 0; }
  .editorial-reading { grid-template-columns: 1fr; gap: 18px; }
  .editorial-reading > div { grid-column: auto; }
  .editorial-faq { gap: 30px; }
}

/* Implementação literal do protótipo 2 aprovado. As regras abaixo existem
   separadas da página interna para que a home não herde a linguagem do app. */
.p2-runtime-header {
  position: relative;
  display: flex;
  width: min(100% - 40px, 1200px);
  min-height: 86px;
  margin: auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #cfc5b8;
  background: #f4f0e9;
  box-shadow: none;
  backdrop-filter: none;
}
.p2-runtime-header + .editorial-home { background: #f4f0e9; }
.p2-brand {
  display: inline-flex;
  min-height: 86px;
  align-items: center;
  gap: 10px;
  color: #282421;
  font: 400 20px/1 Georgia, "Times New Roman", serif;
  text-decoration: none;
}
.p2-brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #7c3042;
  border-radius: 50%;
  color: #7c3042;
  font: 800 12px/1 "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
.p2-site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.p2-site-nav a { color: #282421; font-size: 14px; text-decoration: none; }
.p2-site-nav .p2-nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #7c3042;
  color: #fff;
  font-weight: 650;
}
.p2-header-actions { display: flex; align-items: center; margin-left: 12px; }
.p2-demo-action {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #bdb2a5;
  border-radius: 999px;
  background: transparent;
  color: #5c3f47;
  font-size: 12px;
  font-weight: 700;
}
.p2-mobile-nav { display: none; }

.p2-runtime {
  --p2-type-display: clamp(52px, 6.2vw, 84px);
  --p2-type-section: 42px;
  --p2-type-body: 18px;
  --p2-pad-section: 84px;
  --p2-gap-wide: 110px;
  --editorial-ink: #282421;
  --editorial-muted: #6e625b;
  --editorial-paper: #f4f0e9;
  --editorial-surface: #fbf9f5;
  --editorial-line: #cfc5b8;
  --editorial-wine: #7c3042;
  --editorial-wine-dark: #622536;
  color: #282421;
  background: #f4f0e9;
}
.p2-runtime h1,
.p2-runtime h2,
.p2-runtime h3 { font-family: Georgia, "Times New Roman", serif; }
.p2-runtime .p2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  gap: 80px;
  align-items: start;
  width: min(100% - 40px, 1200px);
  min-height: 720px;
  margin: 0 auto;
  padding: 104px 0 70px;
}
.p2-runtime .p2-hero-copy { max-width: none; padding-top: 20px; }
.p2-runtime .p2-hero h1 {
  max-width: 10ch;
  margin: 0;
  color: #282421;
  font: 400 var(--p2-type-display)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.p2-runtime .p2-hero h1 em { display: inline; padding: 0; color: #7c3042; font-style: italic; font-weight: 400; line-height: inherit; }
.p2-runtime .p2-hero-lead {
  max-width: 48ch;
  margin: 28px 0;
  color: #6e625b !important;
  font-size: var(--p2-type-body);
  line-height: 1.58;
}
.p2-runtime .editorial-primary-action {
  min-height: 52px;
  margin-top: 0;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #7c3042;
  color: #fff !important;
  font-size: inherit;
  font-weight: 700;
  transform: none;
}
.p2-runtime .editorial-primary-action:hover { background: #622536; transform: none; }
.p2-runtime .editorial-proof { gap: 10px 18px; margin-top: 18px; color: #776a62; font-size: 13px; }
.p2-runtime .editorial-proof span::before { display: none; }
.p2-runtime .p2-form-card {
  padding: 34px;
  border: 1px solid #bdb2a5;
  border-radius: 0;
  background: #fbf9f5;
  box-shadow: 12px 12px 0 #dfd5c8;
}
.p2-runtime .p2-form-card header { max-width: none; padding: 0; border: 0; }
.p2-runtime .p2-form-card header h2 {
  margin: 0;
  color: #282421;
  font: 400 30px/1.08 Georgia, "Times New Roman", serif;
  letter-spacing: -.025em;
}
.p2-runtime .p2-form-card header span { display: block; margin: 8px 0 22px; color: #75685f; font-size: 14px; line-height: 1.5; }
.p2-runtime .editorial-calculator-form { margin-top: 0; }
.p2-runtime .p2-form-card .prototype-birth-card { gap: 14px; }
.p2-runtime .p2-form-card label,
.p2-runtime .p2-form-card .location-picker label { color: #282421; font-size: 13px; font-weight: 650; }
.p2-runtime .p2-form-card input,
.p2-runtime .p2-form-card .location-picker input {
  height: 50px;
  min-height: 50px;
  padding: 0 14px;
  border: 0 !important;
  border-bottom: 1px solid #94867c !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #282421;
  font-size: 14px;
}
.p2-runtime .p2-form-card input:focus,
.p2-runtime .p2-form-card .location-picker input:focus { border-bottom: 1px solid #7c3042 !important; }
.p2-runtime .p2-form-card .prototype-form-footer { gap: 12px; padding-top: 6px; }
.p2-runtime .p2-form-card .prototype-form-footer button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  margin-top: 20px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #7c3042;
  color: #fff;
  font-weight: 750;
}
.p2-runtime .p2-form-card .prototype-form-footer p { order: 2; max-width: none; margin: 0; color: #806f66; font-size: 12px; text-align: center; }
.p2-runtime .p2-form-card .location-confirmation { border-left-color: #7c3042; background: #f4ecec; color: #4e3940; }
.p2-runtime .p2-after-hero {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: var(--p2-gap-wide);
  width: min(100% - 40px, 1200px);
  margin: auto;
  padding: var(--p2-pad-section) 0 110px;
  border-top: 1px solid #cfc5b8;
}
.p2-runtime .p2-after-hero h2 { max-width: 12ch; margin: 0; font: 400 var(--p2-type-section)/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.p2-runtime .p2-after-hero .editorial-mini-benefits { grid-template-columns: 1fr 1fr; gap: 16px; border-top: 0; }
.p2-runtime .p2-after-hero .editorial-mini-benefits article { min-height: 0; padding: 0 0 20px; border: 0; border-bottom: 1px solid #cfc5b8; }
.p2-runtime .p2-after-hero .editorial-mini-benefits article + article { padding-left: 0; border-left: 0; }
.p2-runtime .p2-after-hero .editorial-mini-benefits h3 { font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; font-size: 16px; letter-spacing: 0; }
.p2-runtime .p2-after-hero .editorial-mini-benefits p { color: #75685f !important; font-size: 14px; }

@media (max-width: 1040px) {
  .p2-runtime .p2-hero { grid-template-columns: 1fr 420px; gap: 36px; }
}
@media (max-width: 760px) {
  .p2-runtime-header { width: min(100% - 28px, 1200px); min-height: 64px; }
  .p2-brand { min-height: 64px; font-size: 15px; }
  .p2-brand-mark { width: 30px; height: 30px; }
  .p2-site-nav { display: none; }
  .p2-header-actions { margin-left: auto; gap: 4px; }
  .p2-mobile-nav { position: relative; display: block; }
  .p2-mobile-nav summary { display: grid; min-width: 58px; min-height: 44px; place-items: center; cursor: pointer; list-style: none; font-size: 12px; }
  .p2-mobile-nav summary::-webkit-details-marker { display: none; }
  .p2-mobile-nav nav { position: absolute; z-index: 90; top: 48px; right: 0; display: grid; width: min(80vw, 280px); padding: 8px; border: 1px solid #bdb2a5; background: #fbf9f5; box-shadow: 7px 7px 0 #dfd5c8; }
  .p2-mobile-nav nav a { display: flex; min-height: 48px; align-items: center; padding: 8px 12px; color: #282421; font-size: 14px; font-weight: 650; text-decoration: none; }
  .p2-demo-action { min-height: 38px; padding: 0 11px; font-size: 11px; }
  .p2-runtime .p2-hero,
  .p2-runtime .p2-after-hero { width: min(100% - 28px, 1200px); }
  .p2-runtime .p2-hero { grid-template-columns: 1fr; min-height: 0; padding: 42px 0 56px; }
  .p2-runtime .p2-hero-copy { padding-top: 0; }
  .p2-runtime .p2-hero h1 { max-width: 12ch; font-size: 42px; }
  .p2-runtime .p2-hero-lead { font-size: 16px; }
  .p2-runtime .p2-form-card { padding: 24px; box-shadow: 7px 7px 0 #dfd5c8; }
  .p2-runtime .p2-form-card .prototype-birth-card { grid-template-columns: 1fr; }
  .p2-runtime .p2-form-card .prototype-birth-card > * { grid-column: 1 / -1; }
  .p2-runtime .p2-after-hero { grid-template-columns: 1fr; gap: 40px; padding: 60px 0 72px; }
  .p2-runtime .p2-after-hero .editorial-mini-benefits { grid-template-columns: 1fr; }
  .p2-runtime { --p2-type-section: 36px; --p2-pad-section: 60px; --p2-gap-wide: 40px; }
}
