@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-grotesk.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Schibsted Grotesk";
  src: url("../fonts/schibsted-grotesk.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}

:root {
  --cream: #faf7f1;
  --sand: #f3ede2;
  --paper: #fffdf9;
  --ink: #1d1a15;
  --copy: #4a433a;
  --muted: #776d61;
  --line: #d8cbbb;
  --green: #0ae276;
  --green-dark: #00663e;
  --green-deep: #073523;
  --green-soft: #d8f8e6;
  --container: 1180px;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(29, 26, 21, .09);
  --font: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Schibsted Grotesk", var(--font);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: var(--display); font-weight: 750; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3.1rem, 5vw, 4.85rem); line-height: .98; }
h2 { font-size: clamp(2.2rem, 3.7vw, 3.6rem); line-height: 1.02; }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.08; }
p { margin: 0; color: var(--copy); }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(76px, 8vw, 118px) 0; }
.section-sand { background: var(--sand); }
.section-dark { background: var(--green-deep); color: var(--paper); }
.section-dark h2, .section-dark p { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 10px 14px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 12px; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--green-dark); font-size: .76rem; font-weight: 800; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 2px; flex: 0 0 25px; background: var(--green); }
.eyebrow-bright { color: var(--green); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.1; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--green); background: var(--green); color: #10261a; box-shadow: 0 12px 28px rgba(10, 226, 118, .18); }
.button-outline { border-color: var(--line); background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--paper); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); font-weight: 800; text-decoration: none; }
.text-link span, .post-read span { transition: transform .18s ease; }
.text-link:hover span, .post-read:hover span { transform: translateX(4px); }
.text-link-light { color: var(--green); }

.site-header { position: sticky; top: 0; z-index: 100; border-top: 3px solid var(--ink); border-bottom: 1px solid rgba(216, 203, 187, .8); background: rgba(250, 247, 241, .94); backdrop-filter: blur(14px); }
.nav-shell { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 850; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--green); font-size: .62rem; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { color: var(--ink); font-size: .9rem; font-weight: 650; text-decoration: none; }
.main-nav a:hover { color: var(--green-dark); }
.main-nav .nav-cta { min-height: 40px; display: inline-flex; align-items: center; padding: 0 17px; border-radius: 999px; background: var(--green); color: #10261a; font-weight: 800; }
.menu-toggle { width: 42px; height: 42px; display: none; margin-left: auto; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle > span { width: 18px; height: 2px; display: block; margin: 4px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-6px) rotate(-45deg); }

.hero { overflow: hidden; padding: clamp(64px, 7vw, 104px) 0 clamp(76px, 8vw, 120px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr); grid-template-areas: "copy photo"; gap: clamp(48px, 7vw, 92px); align-items: center; }
.hero-copy { grid-area: copy; }
.hero-copy h1 { max-width: 760px; }
.hero-lead { max-width: 690px; margin-top: 28px; font-size: clamp(1.08rem, 1.7vw, 1.28rem); line-height: 1.62; }
.hero-actions { margin-top: 32px; }
.hero-photo { grid-area: photo; position: relative; width: min(100%, 390px); margin: 0 0 0 auto; }
.hero-photo::before { content: ""; position: absolute; inset: 9% -11% -7% 18%; z-index: -1; border-radius: 26px; background: var(--green-soft); transform: rotate(3deg); }
.hero-photo img { width: 100%; aspect-ratio: 363 / 527; border-radius: 18px; object-fit: cover; box-shadow: var(--shadow); }
.hero-photo figcaption { position: absolute; left: -25px; bottom: 24px; display: grid; min-width: 205px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: rgba(29, 26, 21, .9); box-shadow: 0 10px 28px rgba(0,0,0,.15); backdrop-filter: blur(10px); }
.hero-photo figcaption strong { color: var(--paper); font-size: .9rem; }
.hero-photo figcaption span { color: #d9d0c4; font-size: .72rem; }

.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { max-width: 680px; font-size: 1.05rem; }
.section-heading-wide { max-width: 900px; }
.section-heading-center { max-width: 850px; margin-inline: auto; text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.section-heading-center > p:last-child { margin-inline: auto; }
.section-action { display: flex; justify-content: center; margin-top: 36px; }

.start-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.start-card { min-height: 355px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.start-card-dark { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.start-card-dark h3 { color: var(--paper); }
.start-card-dark p { color: #d8cfc2; }
.start-card-top { display: flex; justify-content: space-between; gap: 20px; color: var(--green-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.start-card-dark .start-card-top { color: var(--green); }
.start-card h3 { margin: 42px 0 13px; }
.start-card p { max-width: 510px; }

.posts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.post-card { overflow: hidden; display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.post-visual { position: relative; min-height: 230px; display: flex; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 24px; color: var(--ink); text-decoration: none; }
.post-visual::before, .post-visual::after { content: ""; position: absolute; border-radius: 50%; }
.post-visual::before { width: 160px; height: 160px; right: -42px; top: -50px; border: 1px solid rgba(0, 102, 62, .22); }
.post-visual::after { width: 100px; height: 100px; right: -5px; top: -13px; border: 1px solid rgba(10, 226, 118, .28); }
.post-visual span, .post-visual strong, .post-visual small { position: relative; z-index: 1; }
.post-visual span { color: var(--green-dark); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.post-visual strong { margin: 4px 0 8px; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 500; letter-spacing: -.05em; line-height: .9; }
.post-visual small { color: var(--muted); font-size: .72rem; }
.post-visual-one { background: linear-gradient(145deg, #f1e8d9, #fffdf9); }
.post-visual-two { background: linear-gradient(145deg, #e4f5e9, #fffdf9); }
.post-visual-three { background: linear-gradient(145deg, #efe8dc, #e0efe2); }
.post-visual-four { background: linear-gradient(145deg, #e8e0d5, #faf7f1); }
.post-content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 22px; }
.post-category { color: var(--green-dark); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.post-content h3 { margin: 13px 0 11px; font-size: 1.16rem; }
.post-content h3 a { text-decoration: none; }
.post-content p { display: -webkit-box; overflow: hidden; font-size: .88rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.post-read { display: inline-flex; gap: 8px; margin-top: auto; padding-top: 20px; color: var(--green-dark); font-size: .82rem; font-weight: 800; text-decoration: none; }

.youtube-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: clamp(44px, 7vw, 90px); align-items: center; }
.youtube-copy h2 { max-width: 690px; color: var(--paper); }
.youtube-copy > p:not(.eyebrow) { max-width: 620px; margin: 22px 0 25px; color: #d8cfc2; font-size: 1.06rem; }
.channel-tags { display: flex; gap: 9px; flex-wrap: wrap; margin: 0 0 30px; padding: 0; list-style: none; }
.channel-tags li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #e8dfd3; font-size: .75rem; }
.channel-preview { position: relative; min-height: 445px; display: flex; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 28px; border-radius: 18px; background: linear-gradient(180deg, rgba(4,22,15,.1), rgba(4,22,15,.9)), url("../images/rob-moreira-about.webp") center 20% / cover no-repeat; box-shadow: 0 24px 55px rgba(0,0,0,.2); color: var(--paper); text-decoration: none; }
.channel-label { width: fit-content; padding: 6px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.play-button { position: absolute; inset: 50% auto auto 50%; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--green); box-shadow: 0 14px 35px rgba(10,226,118,.3); color: #10261a; transform: translate(-50%, -50%); }
.channel-preview-copy { display: grid; }
.channel-preview-copy strong { max-width: 400px; font-family: var(--display); font-size: 1.55rem; line-height: 1.15; }
.channel-preview-copy small { margin-top: 7px; color: #d8cfc2; }

.materials-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.material-card { overflow: hidden; display: grid; min-width: 0; grid-template-columns: minmax(190px, .82fr) minmax(0, 1.18fr); border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.book-cover { min-height: 370px; display: flex; overflow: hidden; flex-direction: column; justify-content: space-between; color: var(--paper); text-decoration: none; }
.book-cover-image img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; }
.book-cover-grito { position: relative; padding: 30px; background: radial-gradient(circle at 80% 18%, rgba(10,226,118,.2), transparent 22%), linear-gradient(145deg, #17261e, #090d0b); }
.book-cover-grito::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 250px; height: 250px; border: 1px solid rgba(10,226,118,.5); border-radius: 50%; box-shadow: 0 0 0 38px rgba(10,226,118,.05), 0 0 0 78px rgba(10,226,118,.035); }
.book-cover-grito span, .book-cover-grito strong, .book-cover-grito small { position: relative; z-index: 1; }
.book-cover-grito span { color: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.book-cover-grito strong { max-width: 90%; font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 500; letter-spacing: -.06em; line-height: .85; }
.book-cover-grito small { font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.material-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 25px; }
.chip { display: inline-flex; min-height: 28px; align-items: center; padding: 5px 10px; border: 1px solid rgba(0,102,62,.2); border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.material-copy h3 { margin: 17px 0 11px; }
.material-copy h3 a { text-decoration: none; }
.material-copy p { font-size: .92rem; }
.material-footer { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 26px; }
.material-footer strong { color: var(--green-dark); font-size: .95rem; }
.material-footer a { font-size: .84rem; font-weight: 800; text-decoration: none; }

.social-shell { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(42px, 7vw, 90px); align-items: center; }
.social-heading h2, .social-heading > p:last-child { max-width: 520px; }
.social-heading > p:last-child { margin-top: 18px; }
.social-grid { display: grid; gap: 12px; }
.social-card { display: grid; grid-template-columns: 46px 1fr auto; gap: 16px; align-items: center; padding: 19px 21px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.social-card:hover { border-color: #ab9c88; box-shadow: 0 12px 30px rgba(29,26,21,.07); transform: translateX(4px); }
.social-card svg { width: 42px; height: 42px; padding: 9px; border-radius: 12px; background: var(--sand); fill: none; stroke: var(--green-dark); stroke-width: 1.8; }
.social-card:nth-child(2) svg { fill: var(--green-dark); stroke: none; }
.social-card span { display: grid; }
.social-card strong { color: var(--ink); }
.social-card small { color: var(--muted); }
.social-card b { color: var(--green-dark); }

.about-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 8vw, 100px); align-items: center; }
.about-photo { width: min(100%, 410px); margin: 0; }
.about-photo img { width: 100%; aspect-ratio: 692 / 1100; border-radius: 18px; object-fit: cover; box-shadow: var(--shadow); }
.about-copy h2 { max-width: 700px; }
.about-copy > p:not(.eyebrow) { max-width: 690px; margin-top: 20px; }
.about-copy blockquote { max-width: 700px; margin: 27px 0; padding: 20px 0 20px 23px; border-left: 3px solid var(--green); color: var(--ink); font-family: Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.55rem); font-style: italic; line-height: 1.45; }

.mission-section { background: var(--ink); color: var(--paper); }
.mission-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr); gap: clamp(48px, 8vw, 100px); align-items: center; }
.mission-copy h2 { max-width: 720px; color: var(--paper); }
.mission-copy > p:not(.eyebrow) { max-width: 660px; margin-top: 22px; color: #d9d0c4; }
.mission-copy .mission-note { color: var(--green); font-weight: 750; }
.pix-card { padding: clamp(27px, 4vw, 38px); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #24211c; box-shadow: 0 24px 55px rgba(0,0,0,.2); }
.pix-label { color: var(--green); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pix-card dl { display: grid; gap: 0; margin: 23px 0 27px; }
.pix-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.pix-card dt { color: #bfb5a8; }
.pix-card dd { margin: 0; color: var(--paper); font-weight: 750; text-align: right; }
.pix-key { font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.copy-status { min-height: 22px; margin-top: 10px; color: var(--green); font-size: .8rem; text-align: center; }

.final-section { padding-bottom: clamp(88px, 10vw, 140px); }
.final-card { padding: clamp(38px, 6vw, 70px); border-radius: 22px; background: linear-gradient(135deg, #fffdf9, #f3ede2); box-shadow: inset 0 0 0 1px var(--line); text-align: center; }
.final-card h2 { max-width: 880px; margin: 0 auto 40px; }
.final-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); text-align: left; }
.final-links a { display: grid; grid-template-columns: 1fr auto; min-height: 155px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.final-links span { grid-column: 1 / -1; color: var(--green-dark); font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.final-links strong { align-self: end; font-family: var(--display); font-size: 1.16rem; line-height: 1.2; }
.final-links b { align-self: end; color: var(--green-dark); }

.site-footer { padding: 64px 0 22px; background: #12110e; color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 52px; }
.brand-footer { color: var(--paper); }
.footer-brand p { max-width: 360px; margin-top: 18px; color: #bfb5a8; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid strong { margin-bottom: 8px; }
.footer-grid a:not(.brand) { color: #cfc5b7; font-size: .9rem; text-decoration: none; }
.footer-grid a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #978d80; font-size: .78rem; }
.footer-bottom a { color: #cfc5b7; text-decoration: none; }

/* Blog */
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.blog-hero { padding: clamp(76px, 8vw, 128px) 0 clamp(58px, 7vw, 96px); }
.blog-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .55fr); gap: clamp(54px, 9vw, 120px); align-items: end; }
.blog-hero h1 { max-width: 810px; }
.blog-hero-grid > div > p:last-child { max-width: 720px; margin-top: 26px; font-size: 1.16rem; }
.blog-promise { padding: 30px; border-top: 3px solid var(--green); background: var(--paper); box-shadow: var(--shadow); }
.blog-promise span { color: var(--green-dark); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.blog-promise strong { display: block; margin: 15px 0 12px; font-family: var(--display); font-size: 1.4rem; line-height: 1.15; }
.blog-promise p { font-size: .91rem; }
.blog-controls { position: sticky; top: 75px; z-index: 20; padding: 18px 0; border-block: 1px solid var(--line); background: rgba(250,247,241,.96); backdrop-filter: blur(12px); }
.controls-shell { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 24px; align-items: center; }
.search-field { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.search-field > span:first-child { color: var(--green-dark); font-size: 1.35rem; }
.search-field input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; }
.search-field input::placeholder { color: #857a6e; }
.category-pills { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.category-pills button { min-height: 36px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--copy); font-size: .78rem; cursor: pointer; }
.category-pills button.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.blog-featured { padding-top: clamp(62px, 7vw, 92px); }
.featured-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.featured-visual { aspect-ratio: 16 / 10; min-height: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(32px, 5vw, 60px); background: radial-gradient(circle at 80% 18%, rgba(10,226,118,.22), transparent 27%), linear-gradient(145deg, #e8f5e8, #f4ebdc); text-decoration: none; }
.featured-visual img { width: 100%; height: 100%; object-fit: contain; background: var(--sand); }
.featured-visual span { color: var(--green-dark); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.featured-visual strong { margin: 12px 0 18px; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 5.7rem); font-weight: 500; letter-spacing: -.07em; line-height: .84; }
.featured-visual small { color: var(--muted); }
.featured-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(36px, 6vw, 72px); }
.featured-copy h2 a { text-decoration: none; }
.featured-copy > p:not(.eyebrow) { margin: 22px 0; font-size: 1.06rem; }
.article-meta { display: flex; gap: 10px 22px; flex-wrap: wrap; margin-bottom: 30px; color: var(--muted); font-size: .8rem; }
.list-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 42px; }
.list-heading .eyebrow { margin-bottom: 10px; }
.list-heading > span { color: var(--muted); font-size: .85rem; }
.blog-articles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.blog-article-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.blog-article-card .post-visual { width: 100%; min-height: 0; aspect-ratio: 16 / 9; }
.blog-article-card .post-visual img { width: 100%; height: 100%; object-fit: contain; background: var(--sand); }
.blog-card-copy { min-height: 300px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 26px; }
.blog-card-copy h3 { margin: 13px 0; font-size: 1.28rem; }
.blog-card-copy h3 a { text-decoration: none; }
.blog-card-copy > p { font-size: .9rem; }
.blog-card-copy > div { width: 100%; display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-top: auto; padding-top: 24px; }
.blog-card-copy > div small { color: var(--muted); }
.blog-card-copy > div a { color: var(--green-dark); font-size: .82rem; font-weight: 800; text-decoration: none; }
.empty-state { padding: 70px 30px; border: 1px dashed var(--line); border-radius: 18px; text-align: center; }
.empty-state strong { font-family: var(--display); font-size: 1.6rem; }
.empty-state p { margin: 8px 0 24px; }
.newsletter-section { background: var(--green-deep); }
.newsletter-card { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.newsletter-card h2, .newsletter-card p { color: var(--paper); }
.newsletter-card p:last-child { max-width: 650px; margin-top: 16px; color: #d8cfc2; }
.newsletter-card form { display: flex; gap: 10px; }
.newsletter-card input { min-width: 280px; height: 50px; padding: 0 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; outline: 0; background: rgba(255,255,255,.08); color: var(--paper); font: inherit; }
.newsletter-card input::placeholder { color: #bfb5a8; }

/* Article */
.article-mobile-menu { display: none; margin-left: auto; }
.article-mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; list-style: none; }
.article-mobile-menu summary::-webkit-details-marker { display: none; }
.article-mobile-menu summary span { width: 18px; height: 2px; display: block; margin: 2px; background: var(--ink); }
.article-mobile-menu nav { position: fixed; inset: 67px 0 auto; display: grid; padding: 16px 20px 24px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); }
.article-mobile-menu nav a { padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.article-hero { padding: clamp(62px, 8vw, 112px) 0 clamp(70px, 8vw, 110px); border-bottom: 1px solid var(--line); }
.article-hero-inner { max-width: 1020px; }
.article-back { display: inline-flex; margin-bottom: 42px; color: var(--green-dark); font-size: .84rem; font-weight: 800; text-decoration: none; }
.article-hero h1 { max-width: 1000px; font-size: clamp(3rem, 6vw, 5.4rem); }
.article-description { max-width: 790px; margin-top: 28px; font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.article-byline { display: flex; gap: 12px; align-items: center; margin-top: 34px; }
.author-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--green); font-weight: 850; }
.article-byline > span:last-child { display: grid; }
.article-byline small { color: var(--muted); }
.article-layout { display: grid; grid-template-columns: 270px minmax(0, 760px); gap: clamp(50px, 8vw, 110px); justify-content: center; padding-block: clamp(70px, 8vw, 112px); }
.article-sidebar { align-self: start; position: sticky; top: 110px; display: grid; gap: 16px; }
.toc-card, .share-card { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.toc-card > strong, .share-card > strong { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.toc-card nav { display: grid; margin-top: 15px; }
.toc-card a { display: grid; grid-template-columns: 26px 1fr; gap: 8px; padding: 10px 0; border-top: 1px solid var(--line); color: var(--copy); font-size: .79rem; line-height: 1.35; text-decoration: none; }
.toc-card a span { color: var(--green-dark); font-weight: 800; }
.share-card > div { display: flex; gap: 8px; margin-top: 13px; }
.share-card a { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--green-dark); font-size: .7rem; font-weight: 800; text-decoration: none; }
.article-content { min-width: 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.85; }
.article-content .article-intro { margin-bottom: 58px; color: var(--ink); font-size: 1.32rem; line-height: 1.75; }
.article-content section { scroll-margin-top: 110px; margin-top: 60px; }
.article-content section:first-of-type { margin-top: 0; }
.section-number { display: block; margin-bottom: 11px; color: var(--green-dark); font-family: var(--font); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.article-content h2 { margin-bottom: 23px; font-size: clamp(2rem, 3.5vw, 3rem); }
.article-content h3 { font-size: 1.65rem; }
.article-content section > p { margin-top: 20px; color: #38322b; }
.article-content ul { margin: 26px 0; padding-left: 24px; }
.article-content li { margin: 9px 0; padding-left: 5px; }
.article-content li::marker { color: var(--green-dark); }
.article-content blockquote { margin: 42px 0; padding: clamp(28px, 5vw, 48px); border: 0; border-left: 4px solid var(--green); background: var(--green-deep); color: var(--paper); }
.article-content blockquote p { color: var(--paper); font-size: clamp(1.45rem, 3vw, 2.2rem); font-style: italic; line-height: 1.35; }
.article-content blockquote cite { display: block; margin-top: 18px; color: var(--green); font-family: var(--font); font-size: .78rem; font-style: normal; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.inline-cta { margin: 48px 0; padding: clamp(28px, 5vw, 46px); border: 1px solid var(--line); border-radius: 18px; background: var(--sand); font-family: var(--font); }
.inline-cta > span { color: var(--green-dark); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.inline-cta h3 { margin-top: 10px; }
.inline-cta p { margin: 14px 0 24px; font-size: .98rem; line-height: 1.6; }
.article-closing { margin-top: 70px; padding: 40px; border-top: 3px solid var(--green); background: var(--paper); box-shadow: var(--shadow); }
.article-closing > span { color: var(--green-dark); font-family: var(--font); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-closing h2 { margin: 12px 0 18px; }
.article-closing p { font-size: 1.05rem; }
.author-card { display: grid; grid-template-columns: 120px 1fr; gap: 24px; margin-top: 30px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); font-family: var(--font); }
.author-photo { overflow: hidden; border-radius: 12px; }
.author-photo img { width: 100%; height: 100%; object-fit: cover; }
.author-card small { color: var(--green-dark); font-weight: 800; text-transform: uppercase; }
.author-card h3 { margin: 5px 0 10px; }
.author-card p { font-size: .9rem; line-height: 1.6; }
.author-card a { display: inline-block; margin-top: 11px; color: var(--green-dark); font-size: .82rem; font-weight: 800; text-decoration: none; }
.article-next { background: var(--sand); }
.article-next > .container > h2 { max-width: 780px; margin-bottom: 40px; }
.article-footer { margin-top: 0; }

@media (max-width: 1020px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .84rem; }
  .posts-grid, .materials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .material-card { grid-template-columns: 1fr; }
  .material-card:last-child { grid-column: auto; display: grid; grid-template-columns: 1fr; }
  .material-card:last-child .book-cover { min-height: 330px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .blog-articles-grid { grid-template-columns: 1fr; }
  .newsletter-card { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 68px; }
  .container { width: min(var(--container), calc(100% - 28px)); }
  .section { padding: 72px 0; }
  .nav-shell { min-height: 64px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 67px 0 auto; max-height: calc(100svh - 67px); display: none; overflow: auto; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 16px 14px 24px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 40px rgba(29,26,21,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .main-nav .nav-cta { justify-content: center; margin-top: 12px; border: 0; }
  .hero { padding: 54px 0 76px; }
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "photo"; gap: 29px; }
  .hero-copy { display: contents; }
  .hero-copy .eyebrow { order: 1; }
  .hero-copy h1 { order: 2; }
  .hero-photo { order: 3; width: min(78vw, 340px); margin: 5px auto 0; }
  .hero-lead { order: 4; margin-top: 4px; }
  .hero-actions { order: 5; margin-top: 0; }
  .hero-photo figcaption { left: -12px; bottom: 18px; min-width: 185px; }
  .start-grid, .youtube-panel, .social-shell, .about-grid, .mission-grid { grid-template-columns: 1fr; }
  .start-card { min-height: 320px; }
  .youtube-panel, .social-shell, .about-grid, .mission-grid { gap: 42px; }
  .channel-preview { min-height: 420px; }
  .about-photo { width: min(82vw, 390px); margin-inline: auto; }
  .final-links { grid-template-columns: 1fr; }
  .final-links a { min-height: 120px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .blog-hero-grid, .controls-shell, .featured-card { grid-template-columns: 1fr; }
  .blog-promise { max-width: 560px; }
  .blog-controls { position: static; }
  .category-pills { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; }
  .category-pills button { flex: 0 0 auto; }
  .featured-visual { min-height: 0; aspect-ratio: 16 / 9; }
  .article-desktop-nav { display: none; }
  .article-mobile-menu { display: block; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .toc-card { display: none; }
  .share-card { display: flex; justify-content: space-between; align-items: center; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.55rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 2.8rem); }
  .hero-copy h1 { max-width: 570px; }
  .hero-lead { font-size: 1.03rem; }
  .button { width: 100%; }
  .section-heading { margin-bottom: 32px; }
  .start-card { min-height: 300px; padding: 25px; }
  .posts-grid { grid-template-columns: 1fr; }
  .post-card { display: grid; grid-template-columns: 116px minmax(0, 1fr); }
  .post-visual { min-height: 100%; padding: 15px 10px; }
  .post-visual::before, .post-visual::after { display: none; }
  .post-visual strong { font-size: 1.45rem; }
  .post-visual small, .post-content p { display: none; }
  .post-content { padding: 17px 15px; }
  .post-content h3 { font-size: 1rem; }
  .post-card-fourth { display: none; }
  .section-action { margin-top: 28px; }
  .channel-preview { min-height: 380px; }
  .materials-grid { grid-template-columns: 1fr; }
  .material-card, .material-card:last-child { grid-column: auto; display: grid; grid-template-columns: 1fr; }
  .book-cover, .book-cover-image img, .material-card:last-child .book-cover { min-height: 300px; }
  .material-copy { padding: 21px; }
  .social-card { padding: 16px; }
  .pix-card dl div { display: grid; gap: 3px; }
  .pix-card dd { text-align: left; }
  .final-card { padding: 34px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-grid > div:last-child { display: flex; }
  .footer-bottom { flex-direction: column; }
  .blog-hero { padding-top: 58px; }
  .blog-hero h1 { font-size: clamp(2.65rem, 12vw, 3.55rem); }
  .featured-copy { padding: 28px 22px; }
  .featured-visual { min-height: 0; }
  .list-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .blog-article-card .post-visual { min-height: 0; padding: 20px; }
  .blog-card-copy { min-height: 0; padding: 20px 18px; }
  .blog-card-copy h3 { font-size: 1.02rem; }
  .blog-card-copy > p { display: none; }
  .blog-card-copy > div { display: grid; gap: 5px; }
  .newsletter-card form { display: grid; }
  .newsletter-card input { width: 100%; min-width: 0; }
  .article-hero h1 { font-size: clamp(2.6rem, 12vw, 3.55rem); }
  .article-description { font-size: 1.04rem; }
  .article-content { font-size: 1.08rem; line-height: 1.78; }
  .article-content .article-intro { font-size: 1.16rem; }
  .article-content blockquote, .article-closing { padding: 28px 22px; }
  .inline-cta { padding: 27px 22px; }
  .author-card { grid-template-columns: 76px 1fr; padding: 17px; }
  .author-photo { height: 106px; }
}

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

/* Sales pages */
.sales-page { min-height: 100vh; overflow: hidden; background: var(--cream); }
.sales-mobile-copy { display: none; }
.sales-product-o-grito-ebook,
.sales-product-o-grito-interativo {
  --cream: #f8f1e6;
  --sand: #eeeade;
  --paper: #fffaf2;
  --ink: #10110f;
  --copy: #423f39;
  --muted: #6c665d;
  --line: #d9cfbf;
  --green: #37d88b;
  --green-dark: #176b4c;
  --green-deep: #0e1713;
  --green-soft: #dce9df;
}
.sales-product-o-segredo-do-coracao {
  --cream: #f4eadb;
  --sand: #eadac5;
  --paper: #fff9ee;
  --ink: #2b1915;
  --copy: #5b453b;
  --muted: #78675c;
  --line: #d7c1a7;
  --green: #c79b61;
  --green-dark: #7e2426;
  --green-deep: #3a1718;
  --green-soft: #ecd8ca;
}
.sales-product-pare-de-implorar-interativo {
  --cream: #f8f0e4;
  --sand: #eee4d5;
  --paper: #fffaf3;
  --ink: #172019;
  --copy: #4e5149;
  --muted: #6e7169;
  --line: #d7c9b5;
  --green: #8abf6f;
  --green-dark: #1f633d;
  --green-deep: #15251b;
  --green-soft: #dfead5;
}
.sales-product-o-grito-ebook .sales-hero,
.sales-product-o-grito-interativo .sales-hero {
  background: linear-gradient(115deg, #f8f1e6 0%, #f8f1e6 58%, #e4ece2 100%);
}
.sales-product-o-grito-ebook .sales-hero::after,
.sales-product-o-grito-interativo .sales-hero::after {
  content: ""; position: absolute; right: 5vw; top: 8%; width: 190px; height: 190px; border: 1px solid rgba(23,107,76,.22); border-radius: 50%; box-shadow: 0 0 0 40px rgba(23,107,76,.04), 0 0 0 80px rgba(23,107,76,.025); pointer-events: none;
}
.sales-product-o-grito-ebook .sales-book-grito,
.sales-product-o-grito-interativo .sales-book-grito {
  border-color: #cfc3b1;
  background: linear-gradient(145deg, #fffaf2, #e3ebe1);
  color: #10110f;
}
.sales-product-o-grito-ebook .sales-book-grito::before,
.sales-product-o-grito-interativo .sales-book-grito::before {
  content: "A alma grita quando aquilo que alimentamos começa a nos governar."; position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 84px; padding: 17px 18px; border-radius: 18px; background: #10110f; color: #fffaf2; font-size: .72rem; font-weight: 650; line-height: 1.45;
}
.sales-product-o-grito-ebook .sales-book-grito::after,
.sales-product-o-grito-interativo .sales-book-grito::after { border-color: rgba(23,107,76,.33); box-shadow: 0 0 0 38px rgba(23,107,76,.045), 0 0 0 78px rgba(23,107,76,.025); }
.sales-product-o-grito-ebook .sales-book-grito span,
.sales-product-o-grito-interativo .sales-book-grito span { color: #176b4c; }
.sales-product-o-grito-ebook .sales-book-grito strong,
.sales-product-o-grito-interativo .sales-book-grito strong { align-self: flex-start; margin-top: 34px; font-family: var(--display); font-size: clamp(4rem, 6vw, 5.7rem); font-weight: 800; letter-spacing: -.09em; line-height: .72; }
.sales-product-o-segredo-do-coracao { background-image: radial-gradient(circle at 8% 16%, rgba(126,36,38,.055), transparent 24%), radial-gradient(circle at 92% 42%, rgba(199,155,97,.08), transparent 27%); }
.sales-product-o-segredo-do-coracao .sales-hero { background: linear-gradient(118deg, #f4eadb 0%, #f4eadb 52%, #ead6bd 100%); }
.sales-product-o-segredo-do-coracao .sales-hero h1,
.sales-product-o-segredo-do-coracao .sales-problem h2,
.sales-product-o-segredo-do-coracao .sales-outcomes h2,
.sales-product-o-segredo-do-coracao .sales-inside h2,
.sales-product-o-segredo-do-coracao .sales-audience h2,
.sales-product-o-segredo-do-coracao .sales-faq h2,
.sales-product-o-segredo-do-coracao .sales-order h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
.sales-product-o-segredo-do-coracao .sales-cover-stage::before { background: #d9b08c; }
.sales-product-o-segredo-do-coracao .sales-problem-grid article,
.sales-product-o-segredo-do-coracao .sales-chapters article { border-top: 3px solid #7e2426; }
.sales-product-o-segredo-do-coracao .sales-author { position: relative; background: linear-gradient(135deg, #3a1718, #5a2523); }
.sales-product-o-segredo-do-coracao .sales-author::after { content: "♡"; position: absolute; right: 6vw; bottom: -8vw; color: rgba(255,255,255,.04); font-family: Georgia, serif; font-size: 26vw; line-height: 1; }
.sales-product-pare-de-implorar-interativo .sales-hero { background: linear-gradient(118deg, #f8f0e4 0%, #f8f0e4 50%, #e5ecd9 100%); }
.sales-product-pare-de-implorar-interativo .sales-hero::after { content: ""; position: absolute; right: 8vw; bottom: -70px; width: 260px; height: 160px; opacity: .3; background: linear-gradient(145deg, transparent 49%, #1f633d 50% 53%, transparent 54%), linear-gradient(35deg, transparent 49%, #8abf6f 50% 53%, transparent 54%); transform: rotate(-2deg); pointer-events: none; }
.sales-product-pare-de-implorar-interativo .sales-cover-stage::before { background: #d9e7ca; }
.sales-product-pare-de-implorar-interativo .sales-problem-grid article > span,
.sales-product-pare-de-implorar-interativo .sales-chapters article > span { border-radius: 5px; }
.sales-product-pare-de-implorar-interativo .sales-interactive { background: linear-gradient(145deg, #15251b, #1f4c33); }
.sales-product-pare-de-implorar-interativo .order-card { background: linear-gradient(135deg, #172019, #243426); }
.sales-header { position: relative; z-index: 20; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--line); background: var(--cream); }
.sales-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sales-nav > a:last-child { color: var(--green-dark); font-size: .86rem; font-weight: 800; text-decoration: none; }

.sales-hero { position: relative; padding: clamp(70px, 8vw, 118px) 0 clamp(76px, 9vw, 132px); }
.sales-hero::before { content: ""; position: absolute; inset: 0 0 auto auto; width: 44vw; height: 100%; background: radial-gradient(circle at 50% 35%, rgba(10,226,118,.13), transparent 48%); pointer-events: none; }
.sales-hero-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr); gap: clamp(48px, 8vw, 104px); align-items: center; }
.sales-hero-copy { position: relative; z-index: 1; }
.sales-hero-copy h1 { max-width: 760px; font-size: clamp(3rem, 5.2vw, 5rem); line-height: .96; }
.sales-lead { max-width: 690px; margin-top: 26px; font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.6; }
.sales-quick-list { display: grid; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }
.sales-quick-list li { display: flex; align-items: center; gap: 10px; color: var(--copy); font-size: .92rem; font-weight: 700; }
.sales-quick-list li::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: .73rem; }
.sales-buy-row { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.sales-buy-row > span { display: grid; line-height: 1.2; }
.sales-buy-row small { color: var(--muted); font-size: .72rem; }
.sales-buy-row strong { color: var(--green-dark); font-size: 1.35rem; }
.sales-cover-stage { position: relative; width: min(100%, 430px); justify-self: end; padding: 20px; }
.sales-cover-stage::before { content: ""; position: absolute; inset: 44px -16px 4px 42px; border-radius: 24px; background: var(--green-soft); transform: rotate(4deg); }
.sales-book-cover { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5.35; overflow: hidden; border: 1px solid rgba(29,26,21,.16); border-radius: 20px; box-shadow: 0 28px 62px rgba(29,26,21,.17); }
.sales-book-grito { display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: radial-gradient(circle at 76% 22%, rgba(10,226,118,.17), transparent 26%), #111d17; color: var(--paper); }
.sales-book-grito::after { content: ""; position: absolute; right: -34%; bottom: -18%; width: 93%; aspect-ratio: 1; border: 1px solid rgba(10,226,118,.6); border-radius: 50%; box-shadow: 0 0 0 38px rgba(10,226,118,.055), 0 0 0 80px rgba(10,226,118,.035); }
.sales-book-grito span, .sales-book-grito strong, .sales-book-grito small { position: relative; z-index: 1; }
.sales-book-grito span { color: var(--green); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sales-book-grito strong { font-family: Georgia, serif; font-size: clamp(4.4rem, 7vw, 6.8rem); font-weight: 400; letter-spacing: -.08em; line-height: .72; }
.sales-book-grito small { font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sales-book-image { background: var(--sand); }
.sales-book-image img { width: 100%; height: 100%; object-fit: cover; }
.cover-note { position: absolute; z-index: 2; right: -18px; bottom: 45px; max-width: 170px; padding: 11px 15px; border: 1px solid rgba(0,102,62,.18); border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); color: var(--green-dark); font-size: .72rem; font-weight: 850; line-height: 1.25; text-transform: uppercase; }

.sales-trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.sales-trust .container { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.sales-trust span { padding: 0 20px; border-right: 1px solid var(--line); color: var(--copy); font-size: .78rem; font-weight: 800; text-align: center; }
.sales-trust span:last-child { border: 0; }

.section-heading-center { max-width: 850px; margin-inline: auto; text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.sales-problem .section-heading { max-width: 920px; }
.sales-problem .section-heading > p:last-child, .sales-inside .section-heading > p:last-child { max-width: 760px; margin-top: 20px; font-size: 1.05rem; }
.section-heading-center > p:last-child { margin-inline: auto; }
.sales-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.sales-problem-grid article { min-height: 250px; padding: 29px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.sales-problem-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--green-soft); color: var(--green-dark); font-size: .76rem; font-weight: 900; }
.sales-problem-grid h3 { margin: 32px 0 13px; font-size: 1.3rem; }
.sales-problem-grid p { font-size: .91rem; line-height: 1.65; }

.outcomes-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(52px, 8vw, 110px); align-items: start; }
.outcomes-grid > div > p:last-child { margin-top: 22px; }
.outcomes-grid ul, .sales-included ul, .interactive-copy ul, .order-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.outcomes-grid li, .sales-included li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; }
.outcomes-grid li span, .sales-included li span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #10261a; font-size: .75rem; }

.sales-chapters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.sales-chapters article { position: relative; min-height: 270px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.sales-chapters article > span { color: var(--green-dark); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.sales-chapters h3 { margin: 64px 0 13px; font-size: 1.25rem; }
.sales-chapters p { font-size: .88rem; line-height: 1.6; }
.sales-chapters article::after { content: ""; position: absolute; top: 27px; right: -28px; width: 86px; height: 1px; background: var(--green); }

.sales-interactive { background: var(--green-deep); color: var(--paper); }
.interactive-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(60px, 9vw, 120px); align-items: center; }
.interactive-copy h2, .interactive-copy p, .interactive-copy li { color: var(--paper); }
.interactive-copy > p:not(.eyebrow) { margin: 23px 0 28px; color: #d6e6dd; }
.interactive-copy li { position: relative; padding-left: 22px; color: #d6e6dd; }
.interactive-copy li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.phone-stage { min-height: 590px; position: relative; }
.phone { position: absolute; width: 260px; min-height: 500px; padding: 25px 21px; border: 8px solid #131713; border-radius: 34px; background: var(--cream); box-shadow: 0 30px 65px rgba(0,0,0,.3); color: var(--ink); }
.phone-back { left: 0; top: 28px; transform: rotate(-7deg); opacity: .82; }
.phone-front { right: 12px; top: 0; z-index: 2; transform: rotate(4deg); }
.phone-top { display: flex; justify-content: space-between; margin-bottom: 58px; font-size: .65rem; font-weight: 800; }
.phone-top i { width: 54px; height: 17px; border-radius: 999px; background: var(--ink); }
.phone > small { color: var(--green-dark); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.phone h3 { margin: 14px 0 22px; font-size: 1.45rem; }
.phone p { font-size: .82rem; }
.phone blockquote { margin: 24px 0; padding: 18px; border-left: 3px solid var(--green); background: var(--sand); color: var(--copy); font-family: Georgia, serif; font-size: .94rem; }
.phone button { width: 100%; min-height: 44px; margin-top: 16px; border: 0; border-radius: 999px; background: var(--green); color: #10261a; font-weight: 850; }
.mini-progress { height: 8px; overflow: hidden; margin: 28px 0 10px; border-radius: 999px; background: #e6ded2; }
.mini-progress span { height: 100%; display: block; border-radius: inherit; background: var(--green); }

.included-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(58px, 10vw, 130px); align-items: center; }
.included-cover { width: min(100%, 370px); }
.included-grid h2 { margin-bottom: 28px; }
.included-grid .button { margin-top: 30px; }
.audience-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(50px, 8vw, 110px); }
.audience-grid > div:last-child { border-top: 1px solid var(--line); }
.audience-grid > div:last-child p { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; }
.audience-grid p span { color: var(--green-dark); }

.sales-author { background: var(--green-deep); }
.author-sales-grid { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); gap: clamp(54px, 9vw, 120px); align-items: center; }
.author-sales-grid figure { width: min(100%, 390px); overflow: hidden; margin: 0; border-radius: 20px; }
.author-sales-grid figure img { width: 100%; height: 480px; object-fit: cover; object-position: center 20%; filter: grayscale(1); }
.author-sales-grid h2, .author-sales-grid p, .author-sales-grid blockquote { color: var(--paper); }
.author-sales-grid p { max-width: 680px; margin-top: 20px; color: #d8e6df; }
.author-sales-grid blockquote { margin: 32px 0 0; padding-left: 20px; border-left: 3px solid var(--green); font-family: Georgia, serif; font-size: 1.2rem; font-style: italic; }

.faq-grid { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.faq-grid > div:first-child > p:last-child { margin-top: 20px; }
.faq-grid details { border-bottom: 1px solid var(--line); }
.faq-grid summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--ink); font-family: var(--display); font-weight: 750; cursor: pointer; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: var(--green-dark); font-size: 1.35rem; }
.faq-grid details[open] summary span { transform: rotate(45deg); }
.faq-grid details p { max-width: 760px; padding: 0 38px 24px 0; font-size: .94rem; }

.sales-order { padding-top: 20px; }
.order-card { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(310px, .78fr); gap: clamp(46px, 8vw, 110px); padding: clamp(38px, 6vw, 72px); border-radius: 24px; background: var(--ink); color: var(--paper); }
.order-card h2, .order-card p, .order-card li { color: var(--paper); }
.order-card > div > p:not(.eyebrow) { max-width: 680px; margin: 20px 0 27px; color: #ded6ca; }
.order-card li { position: relative; padding-left: 21px; color: #ded6ca; font-size: .88rem; }
.order-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.order-card aside { display: flex; flex-direction: column; justify-content: center; padding: 27px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.055); }
.order-card aside > span { color: #bdb3a7; font-size: .75rem; text-transform: uppercase; }
.order-card aside > strong { color: var(--paper); font-family: var(--display); font-size: 2.5rem; line-height: 1.1; }
.order-card aside > small { margin-bottom: 24px; color: #bdb3a7; }
.order-card aside > p { margin-top: 14px; color: #bdb3a7; font-size: .69rem; line-height: 1.45; text-align: center; }
.sales-footer { margin-top: 0; }
.sales-footer div { display: flex; gap: 20px; }
.sales-footer a { color: #cfc5b8; font-size: .78rem; text-decoration: none; }

@media (max-width: 1020px) {
  .sales-hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(290px, .9fr); gap: 42px; }
  .sales-hero-copy h1 { font-size: clamp(2.8rem, 5vw, 4rem); }
  .sales-chapters { grid-template-columns: repeat(2, 1fr); }
  .interactive-grid { grid-template-columns: .9fr 1.1fr; gap: 36px; }
  .phone { width: 230px; min-height: 470px; }
}

@media (max-width: 760px) {
  .sales-nav { min-height: 64px; }
  .sales-nav > a:last-child { font-size: .75rem; }
  .sales-desktop-copy { display: none; }
  .sales-mobile-copy { display: inline; }
  .sales-hero { padding: 28px 0 46px; }
  .sales-hero-grid { display: flex; flex-direction: column; gap: 0; }
  .sales-hero-copy { display: contents; }
  .sales-hero-copy .eyebrow { order: 1; margin-bottom: 10px; font-size: .65rem; }
  .sales-hero-copy h1 { order: 2; max-width: 560px; font-size: clamp(2.05rem, 9vw, 2.8rem); line-height: .98; }
  .sales-cover-stage { order: 3; width: 100%; height: clamp(142px, 40vw, 178px); margin: 19px 0 17px; padding: 0; }
  .sales-cover-stage::before { inset: 9px 4px -5px 17px; border-radius: 17px; transform: rotate(1.4deg); }
  .sales-cover-stage .sales-book-cover { height: 100%; aspect-ratio: auto; border-radius: 16px; box-shadow: 0 15px 32px rgba(29,26,21,.14); }
  .sales-cover-stage .sales-book-image img { object-position: center 43%; }
  .sales-cover-stage .sales-book-grito { flex-direction: row; align-items: center; gap: 18px; padding: 19px 23px; }
  .sales-cover-stage .sales-book-grito strong { margin: 0; font-size: clamp(2.7rem, 13vw, 3.65rem); line-height: .7; }
  .sales-cover-stage .sales-book-grito small { align-self: flex-end; margin-left: auto; }
  .sales-cover-stage .sales-book-grito::before { display: none; }
  .sales-lead { order: 4; max-width: 590px; margin: 0; font-size: .96rem; line-height: 1.48; }
  .sales-buy-row { order: 5; width: 100%; align-items: stretch; flex-direction: column; gap: 0; margin-top: 18px; }
  .sales-buy-row .button { width: 100%; min-height: 52px; }
  .sales-buy-row > span { display: none; }
  .sales-quick-list { order: 6; grid-template-columns: 1fr; gap: 5px; margin-top: 20px; }
  .sales-quick-list li { font-size: .78rem; }
  .sales-quick-list li::before { width: 19px; height: 19px; }
  .cover-note { display: none; }
  .sales-trust .container { grid-template-columns: repeat(2, 1fr); padding: 10px 0; }
  .sales-trust span { padding: 11px 8px; border-right: 0; }
  .sales-problem-grid, .outcomes-grid, .included-grid, .audience-grid, .author-sales-grid, .faq-grid, .order-card { grid-template-columns: 1fr; }
  .sales-problem-grid { gap: 12px; margin-top: 34px; }
  .sales-problem-grid article { min-height: 0; padding: 23px; }
  .sales-problem-grid h3 { margin-top: 24px; }
  .sales-chapters { grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }
  .sales-chapters article { min-height: 0; }
  .sales-chapters h3 { margin-top: 38px; }
  .interactive-grid { grid-template-columns: 1fr; }
  .phone-stage { width: min(100%, 430px); min-height: 520px; margin-inline: auto; }
  .phone { width: 218px; min-height: 440px; padding: 22px 18px; }
  .phone-back { left: 0; }
  .phone-front { right: 0; }
  .phone-top { margin-bottom: 42px; }
  .included-cover { width: min(82vw, 330px); margin-inline: auto; }
  .author-sales-grid figure { width: min(82vw, 360px); margin-inline: auto; }
  .author-sales-grid figure img { height: 430px; }
  .order-card { padding: 30px 22px; }
  .sales-footer div { flex-wrap: wrap; }
}

@media (max-width: 460px) {
  .sales-nav .brand { font-size: .9rem; }
  .sales-nav > a:last-child { max-width: 115px; line-height: 1.25; text-align: right; }
  .sales-cover-stage .sales-book-grito { padding: 17px 19px; }
  .sales-cover-stage .sales-book-grito strong { font-size: clamp(2.55rem, 13vw, 3.25rem); }
  .phone-stage { min-height: 490px; }
  .phone { width: 202px; min-height: 420px; }
  .phone-back { left: -20px; }
  .phone-front { right: -18px; }
  .phone h3 { font-size: 1.2rem; }
}
