:root {
  --red: #98241d;
  --red-dark: #6f1713;
  --red-soft: #efe0dc;
  --ink: #151413;
  --ink-soft: #242220;
  --paper: #f7f5f1;
  --white: #ffffff;
  --stone: #dfddd8;
  --muted: #686560;
  --blue: #1557d6;
  --line: rgba(21, 20, 19, 0.13);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(41, 25, 20, 0.12);
  --container: min(1280px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Avenir Next", Avenir, Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }

.skip-link { position: fixed; left: 20px; top: -100px; z-index: 999; background: var(--ink); color: var(--white); padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.045em; line-height: 1.03; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 5.4vw, 5.45rem); max-width: 720px; margin-bottom: 24px; }
h2 { font-size: clamp(2.55rem, 4.15vw, 4.1rem); margin-bottom: 24px; max-width: 720px; }
h3 { font-size: clamp(1.3rem, 1.8vw, 1.72rem); margin-bottom: 12px; }
p { color: var(--muted); font-size: 1.04rem; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.76rem; font-weight: 800; color: var(--red); margin-bottom: 20px; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.eyebrow-light { color: #f6c6c2; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 12px; background: var(--red); color: var(--white); font-weight: 750; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; box-shadow: 0 14px 34px rgba(143, 34, 27, 0.2); }
.button:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 18px 40px rgba(143, 34, 27, 0.26); }
.button-small { min-height: 44px; padding: 0 18px; border-radius: 10px; }
.button-light { background: var(--white); color: var(--ink); box-shadow: none; }
.button-light:hover { background: #f2efeb; }
.text-link { font-weight: 750; display: inline-flex; align-items: center; gap: 8px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 245, 241, 0.88); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 32px rgba(21, 20, 19, 0.05); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.02em; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; background: var(--red); flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 20px; font-size: .88rem; font-weight: 650; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--red); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .2s ease; }

.hero { min-height: calc(100vh - 80px); display: flex; align-items: center; overflow: hidden; padding-top: 72px; padding-bottom: 88px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 72px; align-items: start; }
.hero-copy, .hero-visual { padding-top: 8px; }
.hero-promise { font-size: clamp(1.18rem, 1.65vw, 1.48rem); color: var(--ink); max-width: 710px; line-height: 1.45; margin-bottom: 20px; }
.hero-text { max-width: 675px; font-size: 1.04rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; flex-wrap: wrap; }
.hero-lines { position: absolute; right: -120px; top: 10%; width: 500px; height: 240px; opacity: .09; background: repeating-linear-gradient(0deg, transparent 0 20px, var(--red) 20px 22px); transform: rotate(-8deg); }
.visual-card { background: var(--ink); border-radius: 32px; height: 600px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.visual-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 12%, rgba(152,36,29,.68), transparent 42%), linear-gradient(145deg, transparent, rgba(255,255,255,.035)); }
.visual-brand { position: absolute; top: 28px; left: 50%; transform: translateX(-50%); width: 92px; height: 92px; border-radius: 50%; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,.28); z-index: 3; }
.visual-brand img { width: 100%; height: 100%; object-fit: cover; }
.mindmap-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.mindmap-lines path { stroke: rgba(255,255,255,.28); stroke-width: 2; fill: none; stroke-linecap: round; }
.node { position: absolute; z-index: 2; display: inline-flex; align-items: center; justify-content: center; min-width: 90px; border-radius: 999px; color: var(--white); border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); font-size: .82rem; font-weight: 750; letter-spacing: .02em; padding: 10px 15px; }
.node-main { left: 50%; top: 52%; transform: translate(-50%,-50%); min-width: 142px; padding: 18px 22px; background: var(--red); border-color: var(--red); font-size: 1rem; }
.node-a { left: 8%; top: 25%; }
.node-b { right: 7%; top: 22%; }
.node-c { right: 4%; top: 60%; }
.node-d { right: 18%; bottom: 8%; }
.node-e { left: 7%; bottom: 10%; }

.section-editorial { border-top: 1px solid var(--line); background: var(--paper); }
.split-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 88px; }
.align-top { align-items: start; }
.align-top > * { padding-top: 0; }
.split-grid .eyebrow { margin-top: 0; }
.split-grid h2 { max-width: 650px; }
.editorial-copy p, .split-copy p { max-width: 720px; }
.statement { color: var(--ink); font-weight: 750; font-size: 1.16rem; margin-top: 26px; }

.section-dark { background: var(--ink); color: var(--white); }
.section-dark p { color: rgba(255,255,255,.68); }
.section-heading { max-width: 860px; margin-bottom: 52px; }
.section-heading > p:last-child { max-width: 720px; }
.method-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.method-item { padding: 30px 22px 32px; border-right: 1px solid rgba(255,255,255,.15); min-height: 310px; }
.method-item:last-child { border-right: 0; }
.concept-icon { width: 64px; height: 64px; margin-bottom: 34px; color: #f3bbb7; }
.concept-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.method-item p { font-size: .93rem; }
.method-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 30px; }
.method-footer p { margin: 0; color: var(--white); font-weight: 700; }

.section-outcomes { background: var(--paper); }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.outcome { min-height: 250px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; }
.outcome-label { margin-bottom: auto; color: var(--red); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.outcome-accent { background: var(--red); border-color: var(--red); color: var(--white); }
.outcome-accent .outcome-label, .outcome-accent p { color: rgba(255,255,255,.78); }

.section-process { background: var(--stone); }
.process-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.process-card { background: rgba(255,255,255,.78); border: 1px solid rgba(21,20,19,.12); border-radius: var(--radius); padding: 30px; min-height: 260px; }
.process-icon { width: 64px; height: 64px; color: var(--red); margin-bottom: 30px; }
.process-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.process-card p { max-width: 560px; margin-bottom: 0; }
.process-note { margin-top: 28px; max-width: 780px; color: var(--ink); font-weight: 700; }

.section-experience { overflow: hidden; background: var(--white); }
.experience-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 74px; align-items: center; }
.experience-copy h2 { max-width: 580px; }
.experience-copy p { max-width: 620px; }
.experience-panel { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.experience-tile { border-radius: 24px; min-height: 250px; padding: 26px; background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.experience-tile:nth-child(2), .experience-tile:nth-child(3) { background: var(--red); }
.experience-tile svg { width: 100%; height: 150px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; opacity: .84; }
.experience-tile h3 { margin: 16px 0 0; color: var(--white); }

.section-stories { background: var(--paper); }
.featured-result { display: grid; grid-template-columns: minmax(0,.72fr) minmax(520px,1.28fr); gap: 48px; align-items: center; padding: 34px; margin-bottom: 64px; border-radius: 30px; background: var(--ink); color: var(--white); overflow: hidden; }
.featured-result-copy { padding: 12px 0 12px 10px; }
.featured-result-copy h3 { font-size: clamp(2rem, 3vw, 3.15rem); max-width: 470px; }
.featured-result-copy p { color: rgba(255,255,255,.68); max-width: 470px; }
.featured-result-copy .eyebrow { color: #f2b9b4; }
.stories-subheading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin: 0 0 28px; }
.stories-subheading h3 { margin: 0; font-size: clamp(1.75rem, 2.4vw, 2.45rem); }
.stories-subheading p { margin: 0; max-width: 520px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 20px; }
.testimonial-video { grid-column: span 2; min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.testimonial-video:nth-child(4) { grid-column: 2 / span 2; }
.testimonial-video:nth-child(5) { grid-column: 4 / span 2; }
.testimonial-video:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(152,36,29,.3); }
.video-shell { position: relative; aspect-ratio: 16 / 10; background: #0d0d0d; overflow: hidden; isolation: isolate; }
.video-shell-featured { aspect-ratio: 16 / 9; border-radius: 22px; box-shadow: 0 24px 60px rgba(0,0,0,.32); }
.video-shell video { display: block; width: 100%; height: 100%; object-fit: contain; background: #0d0d0d; }
.video-shell::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at 20% 10%, rgba(152,36,29,.28), transparent 45%), linear-gradient(145deg, rgba(255,255,255,.035), transparent 42%); opacity: .9; transition: opacity .2s ease; }
.video-shell.is-playing::before { opacity: 0; }
.video-play { position: absolute; inset: 50% auto auto 50%; z-index: 3; width: 68px; height: 68px; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(152,36,29,.92); box-shadow: 0 16px 42px rgba(0,0,0,.3); cursor: pointer; transition: transform .2s ease, background .2s ease, opacity .2s ease, visibility .2s ease; }
.video-play:hover { transform: translate(-50%,-50%) scale(1.06); background: var(--red-dark); }
.video-play span { position: absolute; left: 50%; top: 50%; width: 0; height: 0; transform: translate(-35%,-50%); border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid var(--white); }
.video-shell.is-playing .video-play { opacity: 0; visibility: hidden; }
.testimonial-meta { padding: 22px 24px 24px; }
.testimonial-meta h3 { margin-bottom: 4px; font-size: 1.2rem; }
.testimonial-meta p { margin: 0; font-size: .9rem; }

.section-founder { background: var(--red-soft); }
.founder-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 78px; align-items: center; }
.founder-photo { margin: 0; position: relative; }
.founder-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.founder-photo figcaption { margin-top: 16px; color: var(--muted); font-size: .9rem; }
.founder-copy h2 { max-width: 760px; }
.founder-copy p { max-width: 760px; }

.section-learning { background: var(--white); }
.section-expansion { background: var(--red); color: var(--white); overflow: hidden; }
.section-expansion::after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -140px; bottom: -200px; box-shadow: 0 0 0 80px rgba(255,255,255,.04), 0 0 0 160px rgba(255,255,255,.03); }
.expansion-grid { position: relative; z-index: 1; }
.expansion-grid p { color: rgba(255,255,255,.8); }
.statement-light { color: var(--white) !important; font-weight: 750; }

.section-faq { background: var(--paper); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 24px 0; }
summary { cursor: pointer; list-style: none; font-size: 1.15rem; font-weight: 750; padding-right: 50px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: var(--red); font-size: 1.5rem; }
details[open] summary::after { content: "−"; }
details p { max-width: 820px; margin: 18px 0 0; }
.event-link { color: var(--blue); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.final-cta { background: var(--ink); color: var(--white); text-align: center; }
.final-cta-inner { max-width: 860px; }
.final-cta p { color: rgba(255,255,255,.7); max-width: 660px; margin-left: auto; margin-right: auto; }
.final-cta .button { margin-top: 24px; }

.site-footer { background: #0f0e0d; color: var(--white); padding: 68px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 70px; }
.brand-footer { margin-bottom: 18px; }
.site-footer p { color: rgba(255,255,255,.55); max-width: 430px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; color: rgba(255,255,255,.72); }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding-top: 20px; }
.footer-bottom p { margin: 0; font-size: .9rem; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { border-bottom: 1px solid var(--line); }
.legal-main { padding: 72px 0 110px; }
.legal-content { max-width: 880px; }
.legal-content h1 { font-size: clamp(2.7rem, 6vw, 4.8rem); }
.legal-content h2 { font-size: clamp(1.65rem, 3vw, 2.25rem); margin-top: 48px; }
.legal-content li, .legal-content p { color: var(--muted); }
.legal-content ul { padding-left: 1.25rem; }
.legal-content a:not(.button) { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { color: var(--muted); font-size: .92rem; margin-bottom: 34px; }
.legal-note { border: 1px solid rgba(152,36,29,.25); background: var(--red-soft); border-radius: 16px; padding: 18px 20px; color: var(--ink) !important; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1160px) {
  :root { --container: min(100% - 40px, 1040px); }
  .main-nav { gap: 13px; font-size: .8rem; }
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 48px; }
  .visual-card { height: 560px; }
  .method-grid { grid-template-columns: repeat(3,1fr); }
  .method-item:nth-child(3) { border-right: 0; }
  .method-item:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .method-item:nth-child(4) { grid-column: 1 / 2; }
  .method-item:nth-child(5) { grid-column: 2 / 3; border-right: 1px solid rgba(255,255,255,.15); }
  .featured-result { grid-template-columns: minmax(0,.7fr) minmax(430px,1.3fr); gap: 36px; }
}

@media (max-width: 920px) {
  :root { --container: min(100% - 28px, 760px); }
  .section { padding: 84px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 80px 14px auto; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 22px; display: grid; gap: 8px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a { padding: 10px 8px; }
  .hero { min-height: auto; }
  .hero-grid, .split-grid, .experience-grid, .founder-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy, .hero-visual { padding-top: 0; }
  .hero-visual { max-width: 650px; }
  .outcomes-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .featured-result { grid-template-columns: 1fr; padding: 28px; }
  .featured-result-copy { padding: 0; }
  .testimonials-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .testimonial-video, .testimonial-video:nth-child(4), .testimonial-video:nth-child(5) { grid-column: auto; }
  .testimonial-video:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 24px); --radius: 20px; }
  .header-inner { min-height: 72px; }
  .main-nav { inset: 72px 12px auto; }
  .brand-name { font-size: .96rem; }
  h1 { font-size: clamp(2.7rem, 12vw, 3.75rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3.05rem); }
  p { font-size: 1rem; }
  .hero { padding-top: 52px; padding-bottom: 72px; }
  .hero-grid { gap: 48px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .visual-card { height: 500px; border-radius: 26px; }
  .visual-brand { width: 78px; height: 78px; }
  .node { font-size: .7rem; min-width: 76px; padding: 8px 10px; }
  .node-main { font-size: .85rem; min-width: 120px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-item, .method-item:nth-child(3), .method-item:nth-child(5) { grid-column: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); min-height: auto; }
  .method-item:last-child { border-bottom: 0; }
  .method-footer { align-items: stretch; flex-direction: column; }
  .outcomes-grid, .process-grid, .testimonials-grid, .experience-panel { grid-template-columns: 1fr; }
  .outcome, .process-card { min-height: 220px; }
  .featured-result { padding: 22px; margin-bottom: 48px; border-radius: 22px; }
  .featured-result-copy h3 { font-size: 2rem; }
  .video-shell-featured { border-radius: 16px; }
  .stories-subheading { display: block; }
  .stories-subheading h3 { margin-bottom: 8px; }
  .video-play { width: 58px; height: 58px; }
  .video-play span { border-top-width: 8px; border-bottom-width: 8px; border-left-width: 13px; }
  .testimonial-video:last-child { grid-column: auto; width: 100%; justify-self: stretch; }
  .experience-tile { min-height: 230px; }
  .founder-grid { gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: span 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* V4 · Resultados individuales dentro de cada testimonio */
.testimonial-video { display: flex; flex-direction: column; }
.testimonial-meta { display: flex; flex: 1; flex-direction: column; }
.testimonial-meta h3 { margin-bottom: 5px; }
.testimonial-meta .testimonial-role { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.testimonial-meta .testimonial-achievement { margin: 18px 0 0; padding-top: 17px; border-top: 1px solid var(--line); color: var(--ink); font-size: .98rem; line-height: 1.55; }

@media (max-width: 640px) {
  .testimonial-meta { padding: 20px; }
  .testimonial-meta .testimonial-achievement { margin-top: 15px; padding-top: 14px; }
}

/* Publicación v2 · refinamientos exclusivos para móvil */
@media (max-width: 640px) {
  /* El recurso de líneas funciona en escritorio, pero compite con el titular en móvil. */
  .hero-lines { display: none; }

  /* Método: composición centrada y más equilibrada en una sola columna. */
  .method-item {
    text-align: center;
    padding: 30px 24px 32px;
  }
  .method-item .concept-icon {
    margin: 0 auto 24px;
  }
  .method-item p {
    max-width: 31rem;
    margin-left: auto;
    margin-right: auto;
  }
  .method-footer {
    text-align: center;
  }

  /* Las etiquetas de capacidades ganan legibilidad sin alterar escritorio/tableta. */
  .outcome-label {
    font-size: .84rem;
    letter-spacing: .12em;
  }

  /* Proceso: icono, título y explicación centrados. */
  .process-card {
    text-align: center;
    padding: 30px 24px;
  }
  .process-icon {
    margin: 0 auto 24px;
  }
  .process-card p,
  .process-note {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* Testimonios: la imagen previa ocupa todo el marco y el texto queda centrado. */
  .video-shell video {
    object-fit: cover;
  }
  .video-shell.is-playing video {
    object-fit: contain;
  }
  .testimonial-meta {
    text-align: center;
    align-items: center;
  }
  .testimonial-meta .testimonial-role,
  .testimonial-meta .testimonial-achievement {
    width: 100%;
  }

  /* Pie móvil compacto: marca arriba y dos columnas de enlaces debajo. */
  .site-footer {
    padding: 48px 0 20px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 22px;
  }
  .footer-grid > div:first-child {
    grid-column: 1 / -1;
    text-align: center;
  }
  .brand-footer {
    justify-content: center;
  }
  .site-footer p {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-links {
    align-items: flex-start;
    gap: 10px;
    font-size: .9rem;
    line-height: 1.4;
  }
  .footer-bottom {
    margin-top: 32px;
    padding-top: 18px;
    text-align: center;
  }
  .footer-bottom p {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Publicación v3 · hero centrado exclusivamente en móvil */
@media (max-width: 640px) {
  .hero-copy {
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-promise,
  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy h1 {
    max-width: 10ch;
  }

  .hero-promise {
    max-width: 34rem;
  }

  .hero-text {
    max-width: 33rem;
  }

  .hero-actions {
    align-items: center;
  }

  .hero-actions .button {
    max-width: 100%;
  }

  .hero-actions .text-link {
    justify-content: center;
  }
}
