/*
Theme Name: Zeladoria 360
Theme URI: https://cbookchatbo.com/
Author: CBook Chatbot
Author URI: https://cbookchatbo.com/
Description: Landing page WordPress theme for Zeladoria 360° — a municipal zeladoria chatbot (CBook Chatbot). Faithful port of the V6 PDF design: cream-paper background, organic blob frames, hard-shadow cards, friendly modern type. Fully customizable through the WordPress Customizer — every text, color, image, and list item can be edited without touching code.
Version: 1.2.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zeladoria360
Tags: landing, custom-colors, custom-logo, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, one-page
*/

/* ============================================================
   Zeladoria 360 — V6 PDF aesthetic
   Cream-paper background · grid texture · cartoon illustrations
   in blob frames · CBook blue accents · friendly modern type
   ============================================================ */

:root {
  /* Brand · CBook Blue */
  --c-brand-50:  #eef6fd;
  --c-brand-100: #d8ecfa;
  --c-brand-200: #b6dbf5;
  --c-brand-300: #8cc4ee;
  --c-brand-400: #6bb1e5;
  --c-brand-500: #4a91d9;
  --c-brand-600: #3a7ec5;
  --c-brand-700: #2f66a3;
  --c-brand-800: #264f7d;
  --c-brand-900: #1d3a5c;

  /* Type */
  --font-display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --font-serif: 'Fraunces', Georgia, serif;

  /* V6 PDF palette (these get overridden by Customizer inline vars) */
  --paper:        #FBF8F3;
  --paper-2:      #F5F0E6;
  --paper-3:      #efe9da;
  --grid:         rgba(31, 39, 51, 0.045);
  --ink-page:     #1f2733;
  --ink-muted:    #5b6675;

  --blue:         #4a91d9;
  --blue-d:       #2f66a3;
  --blue-l:       #cfe5f7;
  --blue-pale:    #eaf3fc;

  --pink:         #ec4899;
  --pink-d:       #b32d6f;
  --pink-l:       #fbd0e4;

  --sun:          #f7c948;
  --sun-l:        #fde9a8;
  --coral:        #ee7e5f;
  --coral-l:      #f7c3b1;
  --leaf:         #6aab66;
  --leaf-l:       #cfe3c4;

  --r: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: transparent; }
/* Anti-overflow safety: kills any horizontal scroll that escapes a section. */
html { overflow-x: hidden; }
body { overflow-x: clip; }

/* Grid blowout protection — without min-width:0, grid items refuse to shrink below their content size. */
.hero-grid, .pillars, .module, .gestor-grid, .celina-grid, .pratica-grid,
.cta-grid, .foot-top, .pratica-grid, .gestor-bullets, .celina-traits, .submods,
.form-row-2, .pill-toggle, .hero-cta {
  min-width: 0;
}
.hero-grid > *, .module > *, .gestor-grid > *, .celina-grid > *,
.cta-grid > *, .pratica-grid > *, .foot-top > * {
  min-width: 0;
}
body {
  color: var(--ink-page);
  font-family: var(--font-body);
  line-height: 1.55;
  background-color: var(--paper-2);
  background-image:
    linear-gradient(to right, var(--grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--grid) 1px, transparent 1px),
    radial-gradient(ellipse at 80% 20%, var(--blue-pale) 0%, transparent 55%),
    radial-gradient(ellipse at 12% 80%, var(--sun-l) 0%, transparent 50%);
  background-size: 28px 28px, 28px 28px, 100% 100%, 100% 100%;
  background-position: -1px -1px, -1px -1px, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed, fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
  width: 1px; word-wrap: normal !important;
}
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; position: relative; }

/* Headings */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink-page);
  letter-spacing: -0.02em;
  line-height: 1.06;
  margin: 0;
}
h2 { font-size: clamp(34px, 4.5vw, 56px); text-wrap: balance; }
h3 { font-size: clamp(22px, 2vw, 28px); }
p  { margin: 0; }

.lede {
  font-size: 18px; line-height: 1.6;
  color: var(--ink-muted);
  max-width: 640px;
}
em.it, .it {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--blue-d);
}
.hl-blue {
  background: linear-gradient(180deg, transparent 60%, var(--blue-l) 60%, var(--blue-l) 95%, transparent 95%);
  padding: 0 4px;
}
.hl-sun {
  background: linear-gradient(180deg, transparent 60%, var(--sun-l) 60%, var(--sun-l) 95%, transparent 95%);
  padding: 0 4px;
}

/* Eyebrow tag */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px;
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-page);
  box-shadow: 3px 3px 0 var(--ink-page);
}
.eyebrow::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--blue);
}
.eyebrow.sun::before  { background: var(--sun); }
.eyebrow.coral::before{ background: var(--coral); }
.eyebrow.leaf::before { background: var(--leaf); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  line-height: 1;
  padding: 14px 22px;
  border-radius: 14px;
  border: 1.5px solid var(--ink-page);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 4px 4px 0 var(--ink-page);
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink-page);
}
.btn:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 var(--ink-page);
}
.btn-primary {
  background: var(--blue);
  color: #fff;
}
.btn-primary:hover { background: var(--blue); }
.btn-secondary {
  background: #fff;
  color: var(--ink-page);
}
.btn-ghost {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--ink-page);
}
.btn-ghost:hover {
  background: rgba(31,39,51,0.06);
  transform: none;
  box-shadow: none;
}

/* ============ NAV ============ */
.nav-wrap {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 248, 243, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 200ms;
}
.nav-wrap.scrolled { border-bottom-color: rgba(31,39,51,0.08); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
  gap: 12px;
  min-width: 0;
}
.nav-brand { min-width: 0; flex-shrink: 1; }
.nav-brand .lab { min-width: 0; overflow: hidden; }
.nav .btn-zel { flex-shrink: 0; }

/* Mobile-only label inside a button — toggled by responsive CSS at narrow widths. */
.btn-label-mobile { display: none; }
.nav-brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--ink-page);
}
.nav-brand .mk {
  width: 40px; height: 40px;
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 12px;
  display: grid; place-items: center;
  box-shadow: 3px 3px 0 var(--ink-page);
  overflow: hidden;
}
.nav-brand .mk img { width: 76%; height: 76%; object-fit: contain; }
.nav-brand .lab {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  letter-spacing: -0.01em; line-height: 1;
}
.nav-brand .lab small {
  display: block; font-family: var(--font-mono); font-size: 8px;
  color: var(--ink-muted); font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; margin-top: 6px;
}
.nav-links { display: flex; gap: 4px; }
.nav-links a {
  color: var(--ink-page); text-decoration: none;
  font-size: 14.5px; font-weight: 600;
  padding: 8px 14px; border-radius: 8px;
  transition: background 140ms;
}
.nav-links a:hover { background: rgba(31,39,51,0.06); }
/* Per-button sizing comes from the Customizer; only target the base .btn (unscoped) so non-Customizer buttons keep their look. */
.nav .btn:not(.btn-zel) { padding: 11px 16px; font-size: 14px; }

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 56px 0 120px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1.5px solid var(--ink-page);
  padding: 8px 16px; border-radius: 999px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 28px;
  box-shadow: 3px 3px 0 var(--ink-page);
}
.hero-tag .pulse {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 0 0 0 rgba(106,171,102, 0.6);
  animation: pulse-dot 1.8s ease-out infinite;
}
@keyframes pulse-dot {
  0%   { box-shadow: 0 0 0 0 rgba(106,171,102, 0.6); }
  70%  { box-shadow: 0 0 0 10px rgba(106,171,102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(106,171,102, 0); }
}

h1.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(48px, 6.6vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin: 0 0 24px;
  text-wrap: balance;
}
h1.hero-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--blue-d);
}
.hero-sub {
  font-size: 19px; line-height: 1.6;
  color: var(--ink-muted);
  max-width: 540px;
  margin-bottom: 36px;
}
.hero-cta {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.hero-cta .btn:not(.btn-zel) { padding: 15px 24px; font-size: 15px; }

.hero-foot {
  display: flex; align-items: center; gap: 14px;
  margin-top: 28px;
  font-size: 13.5px; color: var(--ink-muted);
}
.hero-foot .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ink-muted); }

.hero-art {
  position: relative;
  min-height: 540px;
  display: grid; place-items: center;
}
.hero-blob {
  position: absolute; inset: 0;
  z-index: 1;
}
.hero-blob svg {
  width: 100%; height: 100%;
  filter: drop-shadow(0 24px 40px rgba(74, 145, 217, 0.18));
}

/* Phone mockup (reusable) */
.phone-mockup {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 18.5;
  background: var(--ink-page);
  border: 1.5px solid var(--ink-page);
  border-radius: 38px;
  padding: 11px;
  box-shadow: 8px 8px 0 var(--ink-page), 0 32px 60px rgba(31, 39, 51, 0.18);
  box-sizing: border-box;
}
.phone-mockup::before {
  content: '';
  position: absolute;
  top: 18px; left: 50%; transform: translateX(-50%);
  width: 38%; height: 22px;
  background: var(--ink-page);
  border-radius: 14px;
  z-index: 5;
}
.phone-screen {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  display: flex; flex-direction: column;
}
.phone-appbar {
  background: var(--blue);
  color: #fff;
  padding: 42px 14px 12px;
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0;
}
.phone-appbar .mk {
  width: 32px; height: 32px;
  background: #fff;
  border-radius: 9px;
  display: grid; place-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.phone-appbar .mk img { width: 76%; height: 76%; object-fit: contain; }
.phone-appbar .info { line-height: 1.15; min-width: 0; }
.phone-appbar .info strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.01em;
}
.phone-appbar .info small {
  display: block;
  font-family: var(--font-mono);
  font-size: 8.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-top: 2px;
}
.phone-appbar .live-dot {
  margin-left: auto;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 0 0 0 rgba(106,171,102,0.6);
  animation: pulse-dot 1.8s ease-out infinite;
  flex-shrink: 0;
}
.phone-gif {
  flex: 1;
  position: relative;
  overflow: hidden;
  background: var(--blue-pale);
}
.phone-gif img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.hero-art .phone-mockup {
  position: relative;
  z-index: 2;
  width: 56%;
  max-width: 300px;
  margin: 0 auto;
  animation: float 6s ease-in-out infinite;
}

/* Celina phone (pink) */
.celina-art {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  max-width: 540px;
  margin: 0 auto;
}
.celina-art .phone-mockup {
  position: relative;
  z-index: 2;
  width: 78%;
  max-width: 320px;
  background: var(--pink);
  border-color: var(--pink-d);
  box-shadow:
    8px 8px 0 var(--pink-d),
    0 32px 60px rgba(236, 72, 153, 0.28);
  animation: phoneTilt 6s ease-in-out infinite;
}
.celina-art .phone-mockup::before { background: var(--pink-d); }
@keyframes phoneTilt {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50%      { transform: rotate(2deg) translateY(-12px); }
}
@keyframes float {
  0%, 100% { transform: translateY(-6px) rotate(-1deg); }
  50%      { transform: translateY(-18px) rotate(1deg); }
}

/* Floating stickers */
.sticker {
  position: absolute;
  z-index: 4;
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: 3px 3px 0 var(--ink-page);
  display: flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 13.5px;
}
.sticker .ic {
  width: 28px; height: 28px;
  border-radius: 8px;
  display: grid; place-items: center;
  color: #fff;
  flex-shrink: 0;
}
.sticker .ic svg { width: 16px; height: 16px; }
.sticker.s1 {
  top: 4%; left: -2%;
  animation: bobA 5s ease-in-out infinite;
}
.sticker.s1 .ic { background: var(--blue); }
.sticker.s2 {
  top: 32%; right: -4%;
  animation: bobB 5.4s ease-in-out infinite;
}
.sticker.s2 .ic { background: var(--coral); }
.sticker.s3 {
  bottom: 12%; left: 0%;
  animation: bobA 6.2s ease-in-out infinite reverse;
}
.sticker.s3 .ic { background: var(--leaf); }
@keyframes bobA {
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50%     { transform: translateY(-10px) rotate(2deg); }
}
@keyframes bobB {
  0%,100% { transform: translateY(0) rotate(2deg); }
  50%     { transform: translateY(-12px) rotate(-2deg); }
}

/* ============ PILLARS ============ */
section { padding: 96px 0; position: relative; }
.pillars-sec { padding: 80px 0 96px; }
.pillars-head { text-align: center; margin-bottom: 56px; }
.pillars-head .eyebrow { margin-bottom: 18px; }
.pillars-head h2 { margin-bottom: 14px; }
.pillars-head .lede { margin: 0 auto; }

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pillar {
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: var(--r);
  padding: 28px 26px 32px;
  position: relative;
  box-shadow: 4px 4px 0 var(--ink-page);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.pillar:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 var(--ink-page);
}
.pillar .num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.pillar .ic {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: grid; place-items: center;
  color: #fff;
  margin-bottom: 16px;
  border: 1.5px solid var(--ink-page);
  box-shadow: 3px 3px 0 var(--ink-page);
}
.pillar .ic svg { width: 26px; height: 26px; }
.pillar:nth-child(1) .ic { background: var(--blue); }
.pillar:nth-child(2) .ic { background: var(--sun); color: var(--ink-page); }
.pillar:nth-child(3) .ic { background: var(--leaf); }
.pillar h3 { margin-bottom: 10px; line-height: 1.15; }
.pillar p { color: var(--ink-muted); font-size: 15.5px; line-height: 1.55; }

/* ============ MODULES ============ */
.modules-sec { padding-bottom: 40px; }
.modules-intro {
  text-align: center;
  margin: 0 auto 80px;
  max-width: 760px;
}
.modules-intro .eyebrow { margin-bottom: 18px; }
.modules-intro h2 { margin-bottom: 16px; }
.modules-intro .lede { margin: 0 auto; }

.module {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 64px 0;
  position: relative;
}
.module.reverse { direction: rtl; }
.module.reverse > * { direction: ltr; }

.module-art {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.module-art .blob-frame {
  position: absolute; inset: 0;
  z-index: 1;
}
.module-art .blob-frame svg {
  width: 100%; height: 100%;
  filter: drop-shadow(0 18px 32px rgba(31,39,51,0.16));
}
.module-art .photo {
  position: absolute;
  inset: 8%;
  width: 84%;
  height: 84%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 4px 4px 0 var(--ink-page);
  border: 1.5px solid var(--ink-page);
  background: var(--paper-2);
  display: block;
}
.module-art .photo-tag {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  z-index: 3;
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 999px;
  padding: 7px 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-page);
  box-shadow: 3px 3px 0 var(--ink-page);
  display: inline-flex; align-items: center; gap: 8px;
  pointer-events: none;
}
.module-art .photo-tag::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--blue);
}
.module-2 .module-art .photo-tag::before { background: var(--sun); }
.module-3 .module-art .photo-tag::before { background: var(--leaf); }
.module-4 .module-art .photo-tag::before { background: var(--coral); }
.module-art .roman {
  position: absolute;
  z-index: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(120px, 18vw, 240px);
  line-height: 1;
  color: var(--ink-page);
  opacity: 0.07;
  letter-spacing: -0.02em;
}
.module:nth-of-type(odd) .roman { top: -20px; left: -30px; }
.module:nth-of-type(even) .roman { top: -20px; right: -30px; }

.module-body .module-num {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 18px;
}
.module-body .module-num::before {
  content: ''; width: 36px; height: 1.5px;
  background: var(--ink-page);
}
.module-body h2 { margin-bottom: 8px; }
.module-body .tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  color: var(--blue-d);
  margin-bottom: 26px;
}
.module-body .o-que {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-muted);
  margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}
.module-body .o-que::after {
  content: ''; flex: 1; height: 1px; background: rgba(31,39,51,0.12);
}
.check-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-page);
}
.check-list li .chk {
  width: 28px; height: 28px;
  border-radius: 8px;
  border: 1.5px solid var(--ink-page);
  background: #fff;
  display: grid; place-items: center;
  box-shadow: 2px 2px 0 var(--ink-page);
  color: var(--ink-page);
  flex-shrink: 0;
  margin-top: 1px;
}
.check-list li .chk svg { width: 16px; height: 16px; }

.module-1 .check-list li .chk { background: var(--blue);  color: #fff; }
.module-2 .check-list li .chk { background: var(--sun);   color: var(--ink-page); }
.module-3 .check-list li .chk { background: var(--leaf);  color: #fff; }
.module-4 .check-list li .chk { background: var(--coral); color: #fff; }

.module-1 .module-body .tagline { color: var(--blue-d); }
.module-2 .module-body .tagline { color: #a87706; }
.module-3 .module-body .tagline { color: #3a7a36; }
.module-4 .module-body .tagline { color: #b7503a; }

.submods {
  margin-top: 20px;
  display: flex; flex-direction: column; gap: 26px;
}
.submod {
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 3px 3px 0 var(--ink-page);
}
.submod .sub-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
}
.submod .sub-head .badge {
  width: 30px; height: 30px;
  background: var(--coral);
  color: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 8px;
  display: grid; place-items: center;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 13px;
  box-shadow: 2px 2px 0 var(--ink-page);
  flex-shrink: 0;
}
.submod .sub-head h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--ink-page);
  letter-spacing: -0.01em;
  margin: 0;
}
.submod-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.submod-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 14.5px;
  color: var(--ink-muted);
  line-height: 1.55;
}
.submod-list li::before {
  content: ''; display: block; margin-top: 7px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 1.5px var(--ink-page);
}
.submod-list li strong {
  font-weight: 700;
  color: var(--ink-page);
}

/* ============ GESTOR ============ */
.gestor {
  background: transparent;
  border-top: 1.5px solid var(--ink-page);
  border-bottom: 1.5px solid var(--ink-page);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.gestor-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.gestor-copy .eyebrow { margin-bottom: 18px; }
.gestor-copy h2 { margin-bottom: 12px; }
.gestor-copy .tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  color: var(--blue-d);
  margin-bottom: 22px;
}
.gestor-copy .lede { margin-bottom: 28px; }
.gestor-bullets {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.gestor-bullets li {
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 3px 3px 0 var(--ink-page);
  display: flex; flex-direction: column; gap: 6px;
}
.gestor-bullets li .top {
  display: flex; align-items: center; gap: 10px;
}
.gestor-bullets li .ic {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--blue); color: #fff;
  border: 1.5px solid var(--ink-page);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.gestor-bullets li:nth-child(2) .ic { background: var(--sun); color: var(--ink-page); }
.gestor-bullets li:nth-child(3) .ic { background: var(--leaf); }
.gestor-bullets li:nth-child(4) .ic { background: var(--coral); }
.gestor-bullets li .ic svg { width: 14px; height: 14px; }
.gestor-bullets li strong {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--ink-page);
}
.gestor-bullets li span.desc {
  font-size: 13.5px;
  color: var(--ink-muted);
  line-height: 1.45;
}

.gestor-art {
  position: relative;
  aspect-ratio: 1.1;
}
.gestor-art .blob-frame {
  position: absolute; inset: 0;
  z-index: 1;
}
.gestor-art .blob-frame svg {
  width: 100%; height: 100%;
  filter: drop-shadow(0 24px 48px rgba(31,39,51,0.18));
}
.gestor-art img {
  position: absolute;
  inset: 8%;
  width: 84%;
  height: 84%;
  object-fit: contain;
  z-index: 2;
}
.gestor-art .floating {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 3px 3px 0 var(--ink-page);
  display: flex; align-items: center; gap: 10px;
  font-weight: 700;
  font-size: 14px;
}
.gestor-art .floating small {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--ink-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}
.gestor-art .fl1 { top: 8%; left: -6%; animation: bobA 5s ease-in-out infinite; }
.gestor-art .fl2 { bottom: 12%; right: -2%; animation: bobB 5.6s ease-in-out infinite; }

/* ============ CELINA ============ */
.celina-sec {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.celina-sec::before {
  content: '';
  position: absolute;
  top: 10%; right: -100px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--blue-pale) 0%, transparent 65%);
  pointer-events: none;
}

.celina-grid {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px;
  align-items: center;
}
.celina-copy .eyebrow { margin-bottom: 20px; }
.celina-copy h2 { margin-bottom: 16px; }
.celina-copy p {
  font-size: 17.5px; line-height: 1.6;
  color: var(--ink-muted);
  max-width: 540px;
  margin-bottom: 14px;
}
.celina-traits {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 520px;
}
.celina-trait {
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 3px 3px 0 var(--ink-page);
}
.celina-trait .label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-muted);
  margin-bottom: 6px;
}
.celina-trait .val {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--ink-page);
}
.celina-trait .val small {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13px;
  color: var(--ink-muted);
  letter-spacing: 0;
  margin-left: 4px;
}

/* ============ PRÁTICA — VIDEO ============ */
.pratica-sec {
  padding: 120px 0;
  background: transparent;
  border-top: 1.5px solid var(--ink-page);
  border-bottom: 1.5px solid var(--ink-page);
  position: relative;
  overflow: hidden;
}
.pratica-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.pratica-head .eyebrow { margin-bottom: 18px; }
.pratica-head h2 { margin-bottom: 14px; }
.pratica-head .lede { margin: 0 auto; }

.pratica-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.video-card {
  position: relative;
  background: #1f2733;
  border: 1.5px solid var(--ink-page);
  border-radius: 22px;
  box-shadow: 6px 6px 0 var(--ink-page);
  overflow: hidden;
  aspect-ratio: 16 / 11;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  display: block;
  text-decoration: none;
}
.video-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 var(--ink-page);
}
.video-card:hover .video-play { transform: translate(-50%, -50%) scale(1.06); }

.video-chrome {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 38px;
  background: rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center;
  padding: 0 14px;
  gap: 8px;
  z-index: 3;
}
.video-chrome .dots { display: flex; gap: 6px; }
.video-chrome .dots i {
  width: 11px; height: 11px; border-radius: 50%;
  display: block;
  background: rgba(255,255,255,0.25);
}
.video-chrome .dots i:nth-child(1) { background: #ee7e5f; }
.video-chrome .dots i:nth-child(2) { background: #f7c948; }
.video-chrome .dots i:nth-child(3) { background: #6aab66; }
.video-chrome .url {
  margin-left: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.06em;
}
.video-chrome .live {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.video-chrome .live::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: #ee7e5f;
  box-shadow: 0 0 0 0 rgba(238,126,95,0.6);
  animation: pulse-dot 1.6s ease-out infinite;
}

.video-thumb {
  position: absolute;
  inset: 38px 0 0 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(74,145,217,0.4) 0%, transparent 60%),
    radial-gradient(ellipse at 75% 75%, rgba(238,126,95,0.32) 0%, transparent 60%),
    linear-gradient(160deg, #2a3340 0%, #131923 100%);
  overflow: hidden;
}
.video-thumb::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
}
.video-thumb .scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center; justify-content: center;
  gap: clamp(8px, 4vw, 36px);
  padding: 16px;
}
.video-thumb .phone {
  width: clamp(120px, 24%, 180px);
  aspect-ratio: 180 / 360;
  background: #fff;
  border: 3px solid var(--ink-page);
  border-radius: 32px;
  box-shadow: 12px 12px 0 rgba(0,0,0,0.35);
  padding: 14px 10px;
  display: flex; flex-direction: column;
  transform: rotate(-6deg);
  flex-shrink: 0;
  overflow: hidden;
}
.video-thumb .phone .notch {
  width: 60px; height: 6px;
  background: var(--ink-page);
  border-radius: 6px;
  margin: 0 auto 14px;
}
.video-thumb .phone .bubble {
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink-page);
  margin-bottom: 6px;
}
.video-thumb .phone .bubble.bot {
  background: #f4f0e8;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  max-width: 88%;
}
.video-thumb .phone .bubble.user {
  background: #d9fdd3;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  max-width: 80%;
}
.video-thumb .phone .bubble.proto {
  background: var(--blue);
  color: #fff;
  align-self: center;
  border-radius: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  text-align: center;
  margin-top: auto;
}
.video-thumb .phone .bubble.proto strong {
  display: block;
  font-size: 11px;
  margin-top: 2px;
}

.video-thumb .celina-mini {
  width: clamp(120px, 28%, 220px);
  transform: rotate(4deg);
  filter: drop-shadow(0 12px 22px rgba(0,0,0,0.4));
  flex-shrink: 0;
}
.video-thumb .celina-mini img {
  width: 100%; height: auto;
  display: block;
}

.video-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 96px; height: 96px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--ink-page);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
  display: grid; place-items: center;
  transition: transform 200ms ease;
}
.video-play svg {
  width: 36px; height: 36px;
  color: var(--ink-page);
  margin-left: 4px;
}
.video-play::before {
  content: '';
  position: absolute; inset: -16px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.4);
  animation: ring-pulse 2.2s ease-out infinite;
}
@keyframes ring-pulse {
  0%   { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.45); opacity: 0; }
}

.video-footer {
  position: absolute;
  left: 18px; right: 18px; bottom: 16px;
  z-index: 3;
  display: flex; justify-content: space-between; align-items: end;
  gap: 16px;
  color: #fff;
  pointer-events: none;
}
.video-footer .meta {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-wrap: balance;
  max-width: 60%;
}
.video-footer .meta small {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  margin-bottom: 6px;
}
.video-footer .dur {
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.chapters {
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 6px 6px 0 var(--ink-page);
  display: flex; flex-direction: column;
  min-width: 0;
  min-height: 0;
}
.chapters .ch-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
}
.chapters .ch-head h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin: 0;
}
.chapters .ch-head .ch-count {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ch-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 4px;
}
.ch-list li {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 4px;
  border-top: 1px dashed rgba(31,39,51,0.16);
  cursor: pointer;
  transition: background 140ms ease;
  border-radius: 8px;
}
.ch-list li:first-child { border-top: none; }
.ch-list li:hover { background: var(--paper-2); }
.ch-list li .t {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--blue-d);
  letter-spacing: 0.04em;
  background: var(--blue-pale);
  border-radius: 6px;
  padding: 4px 6px;
  text-align: center;
}
.ch-list li .lab {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink-page);
}
.ch-list li .lab small {
  display: block;
  font-weight: 400;
  color: var(--ink-muted);
  font-size: 12.5px;
  margin-top: 2px;
}
.ch-list li .arr {
  color: var(--ink-muted);
  transition: transform 140ms ease, color 140ms ease;
}
.ch-list li:hover .arr { color: var(--blue-d); transform: translateX(3px); }
.ch-list li .arr svg { width: 16px; height: 16px; }

.chapters .ch-foot {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed rgba(31,39,51,0.16);
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
  color: var(--ink-muted);
}
.chapters .ch-foot svg { width: 16px; height: 16px; color: var(--blue); }
.chapters .ch-foot strong { color: var(--ink-page); }

/* ============ QUOTE ============ */
.quote-sec {
  padding: 120px 0;
  background: transparent;
  border-top: 1.5px solid var(--ink-page);
  border-bottom: 1.5px solid var(--ink-page);
  position: relative;
  overflow: hidden;
}
.quote-sec::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--sun-l) 0%, transparent 60%);
  opacity: 0.6;
  pointer-events: none;
}
.quote-inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.quote-mark {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  font-size: 140px;
  line-height: 0.6;
  color: var(--coral);
  margin-bottom: -8px;
}
.quote-inner blockquote {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 36px;
  text-wrap: balance;
}
.quote-cite {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* ============ CTA / FORM ============ */
.cta-sec { padding: 120px 0; position: relative; overflow: hidden; }
.cta-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: start;
}
.cta-info .eyebrow { margin-bottom: 18px; }
.cta-info h2 { margin-bottom: 16px; }
.cta-info .lede { margin-bottom: 20px; }
.cta-info .lede.sm { font-size: 15.5px; }
.cta-points {
  list-style: none; padding: 0; margin: 24px 0 0;
  display: flex; flex-direction: column; gap: 14px;
}
.cta-points li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 16px; color: var(--ink-page);
  line-height: 1.5;
}
.cta-points li::before {
  content: '';
  width: 24px; height: 24px;
  border-radius: 8px;
  background: var(--blue) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12l5 5L20 7'/></svg>") center / 14px no-repeat;
  border: 1.5px solid var(--ink-page);
  flex-shrink: 0;
  margin-top: 1px;
  box-shadow: 2px 2px 0 var(--ink-page);
}

.cta-card {
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: var(--r);
  padding: 36px 36px 32px;
  box-shadow: 6px 6px 0 var(--ink-page);
  position: relative;
  max-width: 100%;
  min-width: 0;
}
.cta-card form { max-width: 100%; min-width: 0; }
.cta-card .input,
.cta-card input,
.cta-card textarea,
.cta-card select { max-width: 100%; min-width: 0; }
.cta-card::before {
  content: '';
  position: absolute;
  top: -14px; right: 32px;
  width: 28px; height: 28px;
  background: var(--coral);
  border: 1.5px solid var(--ink-page);
  border-radius: 8px;
  transform: rotate(45deg);
  box-shadow: 2px 2px 0 var(--ink-page);
}
.cta-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.cta-card .sub {
  font-size: 14.5px;
  color: var(--ink-muted);
  margin-bottom: 26px;
}
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-muted);
}
.field .input,
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"] {
  width: 100%;
  font: inherit;
  border: 1.5px solid var(--ink-page);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  background: #fff;
  box-shadow: 2px 2px 0 var(--ink-page);
  transition: all 140ms ease;
  color: var(--ink-page);
}
.field .input:focus,
.field input:focus {
  outline: none;
  box-shadow: 4px 4px 0 var(--blue);
  border-color: var(--blue-d);
}
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pill-toggle { display: flex; gap: 10px; }
.pill-opt {
  flex: 1;
  background: #fff;
  border: 1.5px solid var(--ink-page);
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 2px 2px 0 var(--ink-page);
  transition: all 140ms ease;
}
.pill-opt input { display: none; }
.pill-opt:has(input:checked) {
  background: var(--blue);
  color: #fff;
}
.form-foot {
  margin-top: 14px;
  display: flex; align-items: center; gap: 10px;
  font-size: 12px;
  color: var(--ink-muted);
}
.form-foot svg { width: 14px; height: 14px; color: var(--leaf); }
.cta-card .btn { width: 100%; margin-top: 8px; }
.cta-card .btn:not(.btn-zel) { padding: 16px; font-size: 15px; }

.form-status {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
}
.form-status.success {
  background: var(--leaf-l);
  color: #244f1f;
  border: 1.5px solid var(--leaf);
}
.form-status.error {
  background: var(--coral-l);
  color: #7c2f1a;
  border: 1.5px solid var(--coral);
}

/* ============ FOOTER ============ */
footer.site-footer {
  background: var(--ink-page);
  color: rgba(255,255,255,0.78);
  padding: 80px 0 32px;
  position: relative;
  overflow: hidden;
  border-top: 1.5px solid var(--ink-page);
}
footer.site-footer::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 145, 217, 0.18) 0%, transparent 70%);
}
.foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 56px;
  position: relative;
}
.foot-brand {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.foot-brand .mk {
  width: 44px; height: 44px;
  background: #fff;
  border-radius: 12px;
  display: grid; place-items: center;
  overflow: hidden;
}
.foot-brand .mk img { width: 78%; height: 78%; object-fit: contain; }
.foot-brand .lab {
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  color: #fff;
  line-height: 1;
}
.foot-brand small {
  display: block; font-family: var(--font-mono); font-size: 9px;
  color: rgba(255,255,255,0.55); font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-top: 6px;
}
.foot-tag {
  font-size: 14.5px; line-height: 1.55;
  max-width: 320px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.75);
}
.foot-col h4 {
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.55);
  margin: 0 0 16px;
}
.foot-col a {
  display: block;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 14.5px;
  padding: 5px 0;
  transition: color 140ms;
}
.foot-col a:hover { color: #fff; }
.foot-col .phone {
  font-family: var(--font-mono);
  font-size: 15px;
  color: #fff;
  margin-bottom: 6px;
}
.foot-base {
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.55);
}
.foot-base .ceo { color: rgba(255,255,255,0.85); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1080px) {
  .pillars { grid-template-columns: 1fr; gap: 14px; }
  .module {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 0;
  }
  .module.reverse { direction: ltr; }
  .module-art { max-width: 440px; }
  .gestor-grid { grid-template-columns: 1fr; gap: 48px; }
  .gestor-bullets { grid-template-columns: 1fr 1fr; }
  .celina-grid { grid-template-columns: 1fr; gap: 56px; }
  .cta-grid { grid-template-columns: 1fr; gap: 56px; }
  .foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-art { min-height: 440px; }
  h1.hero-title { font-size: clamp(42px, 9vw, 64px); }
  .hero-sub { font-size: 17px; }
  section { padding: 72px 0; }
  .module { padding: 36px 0; }
  .gestor-bullets { grid-template-columns: 1fr; }
  .celina-traits { grid-template-columns: 1fr 1fr; }
  .quote-inner blockquote { font-size: 26px; }
  .pratica-grid { grid-template-columns: 1fr; gap: 24px; }
  .video-card { aspect-ratio: 16 / 10; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .nav { padding: 14px 0; }
  /* Brand kicker stays visible at all sizes; only the font shrinks a touch. */
  .nav-brand .lab small { font-size: 7px; letter-spacing: 0.14em; margin-top: 4px; }
  .nav-brand .lab { font-size: 16px; }
  .nav-brand .mk { width: 36px; height: 36px; }
  .nav .btn:not(.btn-zel) { padding: 10px 14px; font-size: 13px; }
  h1.hero-title { font-size: 42px; line-height: 0.98; }
  .hero { padding: 32px 0 80px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .hero-art { min-height: 380px; }
  .sticker { font-size: 12px; padding: 8px 11px; }
  .sticker.s1 { left: -2%; top: 2%; }
  .sticker.s2 { right: -2%; top: 26%; }
  .sticker.s3 { left: 0; bottom: 8%; }
  .pillar { padding: 24px 22px; }
  .pillar h3 { font-size: 20px; }
  h2 { font-size: 32px; }
  .module-body .tagline { font-size: 18px; }
  .check-list li { font-size: 15px; }
  .submod { padding: 18px 20px; }
  .submod .sub-head h4 { font-size: 16px; }
  .submod-list li { font-size: 14px; }
  .gestor { padding: 80px 0; }
  .gestor-art .fl1, .gestor-art .fl2 { font-size: 12px; padding: 9px 11px; }
  .gestor-art { aspect-ratio: 1; }
  .celina-traits { grid-template-columns: 1fr; }
  .quote-sec { padding: 80px 0; }
  .quote-inner blockquote { font-size: 22px; }
  .quote-mark { font-size: 90px; }
  .pratica-sec { padding: 80px 0; }
  .video-thumb .scene { gap: 16px; }
  .video-thumb .phone { width: 130px; height: 260px; padding: 10px 8px; }
  .video-thumb .phone .bubble { font-size: 9px; padding: 6px 8px; }
  .video-thumb .celina-mini { width: 140px; }
  .video-play { width: 72px; height: 72px; }
  .video-play svg { width: 28px; height: 28px; }
  .video-footer .meta { font-size: 17px; max-width: 65%; }
  .chapters { padding: 22px; }
  .ch-list li { grid-template-columns: 46px 1fr auto; gap: 10px; padding: 10px 4px; }
  .cta-sec { padding: 80px 0; }
  .cta-card { padding: 26px 22px; }
  .cta-card h3 { font-size: 22px; }
  .form-row-2 { grid-template-columns: 1fr; gap: 0; }
  footer.site-footer { padding: 56px 0 28px; }
  .foot-top { grid-template-columns: 1fr; gap: 32px; }
  .foot-tag { max-width: none; }
  .foot-base { flex-direction: column; text-align: center; }
}

/* Ultra-small screens — final squeeze so the CTA card and form fit on tiny phones. */
@media (max-width: 480px) {
  .wrap { padding: 0 16px; }
  .cta-card { padding: 22px 18px; }
  .cta-card h3 { font-size: 20px; }
  .field { margin-bottom: 14px; }
  .field .input,
  .field input { padding: 12px 14px; font-size: 14.5px; }
  .pill-opt { padding: 10px 12px; font-size: 13.5px; }
  .field-label { font-size: 10.5px; }
  .cta-info h2 { font-size: 28px; }
  .cta-info .lede { font-size: 16px; }
  h1.hero-title { font-size: 36px; }
  h2 { font-size: 28px; }
}

/* Scroll-reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms cubic-bezier(.2,.6,.2,1),
              transform 720ms cubic-bezier(.2,.6,.2,1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 80ms; }
.reveal.d2 { transition-delay: 160ms; }
.reveal.d3 { transition-delay: 240ms; }
