/* ============================================================
   ÍCARO IASBECK · PROTÓTIPO V3 — estrutura estilo Mel Robbins
   paleta: Deep Sea · Anchor Navy · Sail Cloth · Snow · Cobalto
   ============================================================ */
:root {
  --deep: #141B2D;
  --anchor: #0E3661;
  --sail: #F3F3F0;
  --snow: #FFFFFF;
  --cobalto: #1B47F2;
  --cobalto-2: #163ECC;
  --ink: #1A2030;
  --muted: #5C6272;
  --line: rgba(20, 27, 45, 0.10);
  --serif: 'Lora', Georgia, serif;
  --sans: 'Figtree', system-ui, sans-serif;
  --w: 1200px;
  --gut: clamp(20px, 4vw, 48px);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); font-size: 16.5px; line-height: 1.65; color: var(--ink); background: var(--sail); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
::selection { background: var(--cobalto); color: #fff; }
.wrap { max-width: var(--w); margin-inline: auto; padding-inline: var(--gut); }
h1, h2 { font-family: var(--sans); font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; color: var(--deep); }
h2 { font-size: clamp(30px, 3.6vw, 46px); }
.serif-touch { font-family: var(--serif); font-style: italic; font-weight: 600; }

/* ---- topbar ---- */
.topbar { background: var(--cobalto); text-align: center; padding: 8px 16px; }
.topbar a { color: #fff; font-size: 13.5px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ---- header ---- */
.hdr { position: absolute; top: 36px; left: 0; right: 0; z-index: 40; }
.hdr-in { max-width: 1320px; margin-inline: auto; padding-inline: var(--gut); display: flex; align-items: center; justify-content: space-between; }
.brand img { height: 34px; width: auto; }
.hdr nav { display: flex; align-items: center; gap: 4px; background: rgba(20, 27, 45, 0.55); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; padding: 6px 10px; }
.hdr nav a { color: #fff; font-size: 13.5px; font-weight: 600; padding: 8px 14px; border-radius: 999px; transition: background 160ms ease; }
.hdr nav a:hover { background: rgba(255,255,255,0.12); }
.hdr nav a.cta { background: var(--cobalto); }
.hdr nav a.cta:hover { background: var(--cobalto-2); }
@media (max-width: 900px) { .hdr nav a:not(.cta) { display: none; } }

/* ---- hero (foto escura full-bleed) ---- */
.hero { position: relative; min-height: min(92vh, 780px); background: var(--deep); overflow: hidden; display: flex; align-items: flex-end; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 20%; filter: brightness(0.88); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background:
  linear-gradient(0deg, rgba(20,27,45,0.92) 0%, rgba(20,27,45,0.25) 40%, rgba(20,27,45,0.35) 100%),
  linear-gradient(90deg, rgba(20,27,45,0.55) 0%, transparent 45%);
}
.hero-in { position: relative; z-index: 2; width: 100%; max-width: 1320px; margin-inline: auto; padding: 140px var(--gut) 56px; display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; }

/* card de captura (esquerda) */
.capture { background: rgba(243, 243, 240, 0.92); backdrop-filter: blur(6px); border-radius: 14px; padding: 24px 22px; width: 300px; }
.capture h3 { font-size: 17.5px; font-weight: 800; line-height: 1.3; color: var(--deep); text-align: center; }
.capture p { font-size: 12.5px; color: var(--muted); text-align: center; margin: 6px 0 14px; }
.capture input { width: 100%; font-family: var(--sans); font-size: 13.5px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; margin-bottom: 10px; outline: none; }
.capture input:focus-visible { border-color: var(--cobalto); }
.capture .consent { display: flex; gap: 8px; font-size: 10.5px; color: var(--muted); line-height: 1.45; margin: 4px 0 12px; text-align: left; }
.capture button { display: block; margin-inline: auto; font-family: var(--sans); font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: var(--deep); color: #fff; border: 0; border-radius: 999px; padding: 12px 26px; cursor: pointer; transition: background 160ms ease; }
.capture button:hover { background: var(--anchor); }

/* citações rotativas (direita) */
.quotes { width: 380px; text-align: center; color: #fff; padding-bottom: 8px; }
.quote-slide { display: none; }
.quote-slide.on { display: block; }
.quote-slide blockquote { font-size: clamp(19px, 1.8vw, 24px); font-weight: 700; line-height: 1.35; }
.quote-slide blockquote .hl { color: #7C9BFF; }
.quote-slide cite { display: block; margin-top: 14px; font-style: normal; font-family: var(--serif); font-size: 14px; letter-spacing: 0.06em; color: rgba(255,255,255,0.85); }
.quote-dots { display: flex; gap: 7px; justify-content: center; margin-top: 18px; }
.quote-dots button { width: 7px; height: 7px; border-radius: 50%; border: 0; background: rgba(255,255,255,0.35); cursor: pointer; padding: 0; }
.quote-dots button.on { background: #fff; }
.novo-aqui { position: absolute; right: 36px; bottom: 36px; z-index: 3; width: 74px; height: 74px; border-radius: 50%; background: var(--cobalto); color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 700; text-align: center; line-height: 1.2; box-shadow: 0 10px 28px rgba(27, 71, 242, 0.45); transition: transform 160ms ease; }
.novo-aqui:hover { transform: scale(1.06); }
@media (max-width: 980px) {
  .hero-in { flex-direction: column; align-items: stretch; padding-top: 120px; }
  .capture { width: 100%; }
  .quotes { width: 100%; }
  .novo-aqui { display: none; }
}

/* ---- seções ---- */
section { padding-block: clamp(56px, 7vw, 104px); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--anchor); display: block; margin-bottom: 14px; }
.body-txt { margin-top: 18px; color: #3C4252; font-size: 16px; max-width: 52ch; }
.body-txt strong { color: var(--deep); }
.pill { display: inline-block; margin-top: 26px; font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: var(--cobalto); color: #fff; padding: 14px 26px; border-radius: 999px; transition: background 160ms ease, transform 160ms ease; }
.pill:hover { background: var(--cobalto-2); transform: translateY(-2px); }
.pill.ghost { background: transparent; border: 1.5px solid var(--deep); color: var(--deep); }
.pill.ghost:hover { background: var(--deep); color: #fff; }

/* media card (yt/palestra) */
.media-card { border-radius: 16px; overflow: hidden; position: relative; box-shadow: 0 22px 60px rgba(20, 27, 45, 0.18); }
.media-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.media-card .badge { position: absolute; left: 0; bottom: 0; background: var(--cobalto); color: #fff; padding: 18px 22px; font-weight: 800; font-size: clamp(18px, 1.8vw, 24px); line-height: 1.15; clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 100%); padding-top: 30px; }
.media-card.video { background: var(--deep); }
.media-card.video .ph { aspect-ratio: 16 / 10; display: grid; place-items: center; }
.media-card.video .play { width: 78px; height: 78px; border-radius: 50%; border: 2px solid #fff; color: #fff; display: grid; place-items: center; font-size: 20px; }
.media-card.video .nota { position: absolute; left: 16px; bottom: 12px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); }

/* episódios */
.eps { background: var(--snow); }
.eps-label { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--deep); margin-bottom: 22px; }
.eps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.ep .thumb { aspect-ratio: 16 / 10; border-radius: 10px; background: linear-gradient(135deg, var(--deep), var(--anchor)); display: grid; place-items: center; color: rgba(255,255,255,0.55); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.ep .num { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin: 12px 0 4px; }
.ep h4 { font-size: 14.5px; font-weight: 700; line-height: 1.35; color: var(--deep); }
@media (max-width: 980px) { .eps-grid { grid-template-columns: repeat(2, 1fr); } }

/* temas / chips */
.temas { text-align: center; }
.temas h2 { max-width: 24ch; margin-inline: auto; }
.temas .sub { margin: 10px auto 28px; color: var(--muted); font-size: 15px; max-width: 60ch; }
.busca { display: flex; max-width: 560px; margin: 0 auto 34px; background: var(--snow); border: 1px solid var(--line); border-radius: 999px; padding: 6px 8px 6px 22px; align-items: center; gap: 10px; }
.busca input { flex: 1; border: 0; background: transparent; font-family: var(--sans); font-size: 15px; outline: none; color: var(--ink); }
.busca button { border: 0; background: var(--cobalto); color: #fff; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 15px; }
.chips { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; max-width: 860px; margin-inline: auto; }
.chip { display: flex; align-items: center; gap: 10px; background: var(--snow); border: 1px solid var(--line); border-radius: 12px; padding: 14px 22px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--deep); transition: border-color 160ms ease, transform 160ms ease; }
.chip:hover { border-color: var(--cobalto); transform: translateY(-2px); }
.chip .dot { width: 26px; height: 26px; border-radius: 50%; background: var(--cobalto); color: #fff; display: grid; place-items: center; font-size: 12px; }

/* palestra (split invertido) */
.palestra { background: var(--snow); }

/* newsletter box */
.news-wrap { display: grid; place-items: center; }
.news-box { background: linear-gradient(135deg, var(--cobalto) 0%, var(--anchor) 100%); color: #fff; border-radius: 18px; padding: clamp(32px, 4.5vw, 56px); max-width: 660px; width: 100%; text-align: center; }
.news-box h2 { color: #fff; font-size: clamp(26px, 3vw, 38px); }
.news-box .sub { margin: 10px 0 24px; font-size: 15px; color: rgba(255,255,255,0.85); }
.news-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 460px; margin-inline: auto; }
.news-form input { font-family: var(--sans); font-size: 14px; padding: 13px 16px; border: 0; border-radius: 8px; outline: none; }
.news-form button { grid-column: 1 / -1; justify-self: center; font-family: var(--sans); font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: var(--deep); color: #fff; border: 0; border-radius: 999px; padding: 13px 30px; cursor: pointer; margin-top: 6px; transition: background 160ms ease; }
.news-form button:hover { background: #0C1120; }
@media (max-width: 560px) { .news-form { grid-template-columns: 1fr; } }

/* sobre / carrossel */
.sobre { text-align: center; }
.sobre-carousel { position: relative; max-width: 640px; margin: 0 auto 30px; }
.sobre-carousel img { border-radius: 14px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.sobre h2 { font-size: clamp(28px, 3.2vw, 42px); }
.sobre .bio { margin: 12px auto 0; max-width: 62ch; color: #3C4252; font-size: 15.5px; }
.sobre .bio strong { color: var(--deep); }

/* footer */
footer { background: var(--snow); border-top: 1px solid var(--line); padding: clamp(40px, 5vw, 64px) 0 28px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; }
.foot-grid img { height: 42px; width: auto; filter: invert(1) brightness(0.2); }
.foot-col h5 { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--deep); margin-bottom: 12px; }
.foot-col a { display: block; font-size: 14px; color: var(--muted); padding: 4px 0; }
.foot-col a:hover { color: var(--cobalto); }
.foot-base { margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: var(--muted); }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }

/* reveal */
@media (prefers-reduced-motion: no-preference) {
  html.js .rv { opacity: 0; transform: translateY(14px); transition: opacity 550ms ease, transform 550ms ease; }
  html.js .rv.in { opacity: 1; transform: none; }
}

/* ============ rev.02 — Lora nos títulos ("antiga e chique") ============ */
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.01em; }
.capture h3, .news-box h2 { font-family: var(--serif); font-weight: 600; }
.quote-slide blockquote { font-family: var(--serif); font-weight: 600; }

/* ============ seletor de idioma ============ */
.lang { position: relative; }
.lang > a { display: inline-flex; align-items: center; gap: 6px; }
.lang-menu { position: absolute; top: calc(100% + 8px); right: 0; background: #fff; border-radius: 10px; box-shadow: 0 12px 34px rgba(20,27,45,0.25); padding: 6px; min-width: 150px; display: none; }
.lang:hover .lang-menu, .lang:focus-within .lang-menu { display: block; }
.lang-menu a { display: flex; justify-content: space-between; gap: 12px; color: var(--ink) !important; font-size: 13px; padding: 9px 12px; border-radius: 7px; }
.lang-menu a:hover { background: var(--sail); }
.lang-menu .soon { font-size: 10.5px; color: var(--muted); align-self: center; }

/* ============ livro (pré-lançamento) ============ */
.livro { background: var(--sail); }
.livro-stage { background: linear-gradient(135deg, #DCE4F5 0%, #C6D4F0 100%); border-radius: 16px; display: grid; place-items: center; padding: clamp(36px, 5vw, 64px); }
.book { width: min(280px, 70%); aspect-ratio: 2 / 3; background: linear-gradient(160deg, var(--anchor) 0%, var(--deep) 78%); border-radius: 6px 14px 14px 6px; position: relative; box-shadow: -18px 24px 48px rgba(20, 27, 45, 0.35), inset 8px 0 12px -8px rgba(255,255,255,0.35); padding: 26px 22px; display: flex; flex-direction: column; color: #fff; }
.book::before { content: ''; position: absolute; left: 10px; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,0.18); }
.book .pre { align-self: flex-start; font-size: 9.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; background: var(--cobalto); padding: 5px 10px; border-radius: 999px; }
.book .btitle { font-family: var(--serif); font-weight: 600; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.15; margin-top: 34px; }
.book .bsub { font-size: 11.5px; color: rgba(255,255,255,0.75); margin-top: 10px; line-height: 1.5; }
.book .bauthor { margin-top: auto; }
.book .bauthor img { height: 30px; width: auto; }
.book .bauthor span { display: block; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-top: 6px; }

/* ============ bloco assinatura de newsletter (foto + card gradiente) ============ */
.news-sig { padding-block: 0; }
.news-sig .foto { width: 100%; max-height: 560px; overflow: hidden; }
.news-sig .foto img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; aspect-ratio: 21 / 10; }
.news-sig .card { background: linear-gradient(135deg, var(--cobalto) 0%, #6E8BFF 130%); color: #fff; text-align: center; padding: clamp(40px, 6vw, 84px) var(--gut); }
.news-sig .card h2 { color: #fff; font-size: clamp(30px, 3.8vw, 50px); }
.news-sig .card .sub { margin: 12px 0 28px; font-size: clamp(15px, 1.4vw, 18px); font-weight: 600; color: rgba(255,255,255,0.92); }
.sig-form { max-width: 880px; margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sig-form input[type="text"], .sig-form input[type="email"] { font-family: var(--sans); font-size: 15px; padding: 17px 20px; border: 0; border-radius: 999px; outline: none; }
.sig-form .consent { grid-column: 1 / -1; display: flex; gap: 10px; justify-content: center; align-items: flex-start; font-size: 12.5px; color: rgba(255,255,255,0.9); max-width: 60ch; margin-inline: auto; text-align: left; }
.sig-form .consent a { text-decoration: underline; }
.sig-form button { grid-column: 1 / -1; justify-self: center; font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: var(--deep); color: #fff; border: 0; border-radius: 999px; padding: 16px 36px; cursor: pointer; transition: background 160ms ease; }
.sig-form button:hover { background: #0C1120; }
@media (max-width: 640px) { .sig-form { grid-template-columns: 1fr; } }

/* ============ páginas internas (newsletter / sobre) ============ */
.page-band { background: #B9BFC9; padding: clamp(44px, 6vw, 72px) 0 clamp(36px, 5vw, 56px); text-align: center; }
.page-band h1 { font-size: clamp(34px, 4.4vw, 56px); color: var(--deep); }
.foto-strip { max-height: 460px; overflow: hidden; background: var(--deep); }
.foto-strip img { width: 100%; object-fit: cover; object-position: center 22%; aspect-ratio: 21 / 8; filter: brightness(0.85); }
.split-page { align-items: center; }
.split-page .foto-r { border-radius: 14px; overflow: hidden; }
.split-page .foto-r img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.checklist { margin-top: 18px; display: grid; gap: 10px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; color: #3C4252; }
.checklist li::before { content: '✓'; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--cobalto); color: #fff; font-size: 11px; display: grid; place-items: center; margin-top: 3px; }
.form-card { background: var(--snow); border: 1px solid var(--line); border-radius: 16px; padding: clamp(28px, 4vw, 52px); max-width: 720px; margin-inline: auto; text-align: center; }
.form-card h2 { font-size: clamp(24px, 2.8vw, 34px); }
.form-card .sub { margin: 8px 0 22px; color: var(--muted); font-size: 15px; }
.form-card .sig-form input { border: 1px solid var(--line); }
.form-card .after { margin-top: 16px; font-size: 12.5px; color: var(--muted); }
.carta { max-width: 680px; margin-inline: auto; }
.carta p { margin-bottom: 18px; font-size: 16.5px; color: #2E3444; }
.carta strong { color: var(--deep); }
.carta .ass { margin-top: 28px; }
.carta .ass img { height: 52px; width: auto; filter: invert(1) brightness(0.15); }
.quote-block { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 0; }
.quote-card { background: var(--sail); border-radius: 14px; padding: clamp(28px, 3.6vw, 48px); margin-right: -60px; position: relative; z-index: 2; box-shadow: 0 18px 44px rgba(20,27,45,0.12); }
.quote-card p { font-family: var(--serif); font-size: clamp(20px, 2.2vw, 27px); font-weight: 600; line-height: 1.45; color: var(--deep); }
.quote-card mark { background: var(--cobalto); color: #fff; padding: 1px 7px; border-radius: 4px; }
.quote-card cite { display: block; margin-top: 20px; font-style: normal; font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 14px; }
.quote-foto { border-radius: 14px; overflow: hidden; }
.quote-foto img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
@media (max-width: 900px) { .quote-block { grid-template-columns: 1fr; } .quote-card { margin: 0 0 -60px; } }
.bio-pro h2 { margin-bottom: 18px; }
.bio-pro p { max-width: 72ch; margin-bottom: 16px; color: #2E3444; font-size: 16px; }

/* ============ página do livro ============ */
.book-hero { background: var(--deep); color: #fff; }
.book-hero .split { align-items: center; }
.book-hero .book { transform: rotate(-4deg); margin-inline: auto; box-shadow: -26px 34px 60px rgba(0, 0, 0, 0.5); }
.book-hero h1 { color: #fff; font-size: clamp(34px, 4.2vw, 56px); }
.book-hero .lead { margin-top: 14px; font-size: clamp(16px, 1.5vw, 19px); color: rgba(255,255,255,0.85); max-width: 48ch; }
.book-hero .pre-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; background: var(--cobalto); color: #fff; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.band-quote { background: var(--deep); color: #fff; text-align: center; }
.band-quote p { font-family: var(--serif); font-weight: 600; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.25; max-width: 22ch; margin-inline: auto; }
.band-quote .hl { color: #7C9BFF; font-style: italic; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { background: var(--snow); border: 1px solid var(--line); border-radius: 14px; padding: clamp(22px, 2.6vw, 34px); text-align: center; }
.step-card .n { width: 34px; height: 34px; border-radius: 50%; background: var(--cobalto); color: #fff; font-weight: 700; display: grid; place-items: center; margin: 0 auto 14px; }
.step-card h3 { font-size: 17px; margin-bottom: 8px; }
.step-card p { font-size: 14px; color: var(--muted); }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

/* ============ página de palestras ============ */
.talk-card { background: var(--snow); border: 1px solid var(--line); border-radius: 14px; padding: clamp(22px, 2.8vw, 36px); display: grid; grid-template-columns: 72px 1fr 240px; gap: clamp(16px, 2vw, 28px); }
.talk-card + .talk-card { margin-top: 18px; }
.talk-num { font-family: var(--serif); font-weight: 600; font-size: clamp(26px, 2.6vw, 36px); color: var(--cobalto); line-height: 1; }
.talk-card h3 { font-family: var(--serif); font-weight: 600; font-size: clamp(20px, 2vw, 26px); margin-bottom: 6px; }
.talk-card .promessa { font-weight: 600; color: var(--deep); font-size: 15.5px; margin-bottom: 8px; }
.talk-card .desc { font-size: 14.5px; color: #454B62; }
.talk-meta { border-left: 1px solid var(--line); padding-left: clamp(16px, 1.8vw, 24px); font-size: 13px; }
.talk-meta dt { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 10px; }
.talk-meta dt:first-child { margin-top: 0; }
.talk-meta dd { margin: 2px 0 0; color: var(--deep); font-weight: 600; }
.talk-meta .pill { margin-top: 16px; padding: 10px 18px; font-size: 11.5px; }
@media (max-width: 900px) { .talk-card { grid-template-columns: 1fr; } .talk-meta { border-left: 0; border-top: 1px solid var(--line); padding: 14px 0 0; } }
.faq-mini details { border-bottom: 1px solid var(--line); }
.faq-mini summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; font-weight: 600; font-size: 15.5px; color: var(--deep); }
.faq-mini summary::-webkit-details-marker { display: none; }
.faq-mini summary::after { content: '+'; color: var(--cobalto); font-size: 18px; }
.faq-mini details[open] summary::after { content: '−'; }
.faq-mini details p { padding-bottom: 16px; font-size: 14.5px; color: #454B62; max-width: 68ch; }

/* ============ blog / artigos ============ */
.art-featured { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(24px, 3.5vw, 52px); align-items: center; background: var(--deep); border-radius: 18px; overflow: hidden; color: #fff; }
.art-featured .thumb { aspect-ratio: 4 / 3; background: linear-gradient(135deg, var(--anchor), var(--deep)); display: grid; place-items: center; color: rgba(255,255,255,0.5); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; height: 100%; }
.art-featured .txt { padding: clamp(24px, 3vw, 48px); }
.art-featured .cat { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: var(--cobalto); color: #fff; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.art-featured h2 { color: #fff; font-size: clamp(24px, 2.8vw, 38px); }
.art-featured .resumo { margin-top: 12px; color: rgba(255,255,255,0.8); font-size: 15px; }
.art-featured .meta { margin-top: 16px; font-size: 12.5px; color: rgba(255,255,255,0.55); }
@media (max-width: 860px) { .art-featured { grid-template-columns: 1fr; } }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.post-card { background: var(--snow); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: transform 160ms ease, box-shadow 160ms ease; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(20, 27, 45, 0.12); }
.post-card .thumb { aspect-ratio: 16 / 9; background: linear-gradient(135deg, var(--deep), var(--anchor)); display: grid; place-items: center; color: rgba(255,255,255,0.5); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.post-card .txt { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.post-card .cat { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cobalto); }
.post-card h3 { font-family: var(--serif); font-weight: 600; font-size: 17.5px; line-height: 1.3; margin: 8px 0 6px; color: var(--deep); }
.post-card p { font-size: 13.5px; color: var(--muted); }
.post-card .meta { margin-top: auto; padding-top: 14px; font-size: 12px; color: var(--muted); }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr; } }

.filtros { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 22px; }
.filtro { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--snow); color: var(--deep); }
.filtro.on, .filtro:hover { background: var(--deep); color: #fff; border-color: var(--deep); }

/* artigo individual */
.post-hero { background: var(--deep); color: #fff; text-align: center; padding-block: clamp(48px, 6vw, 88px); }
.post-hero .cat { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: var(--cobalto); padding: 5px 12px; border-radius: 999px; margin-bottom: 18px; }
.post-hero h1 { color: #fff; font-size: clamp(30px, 4vw, 52px); max-width: 22ch; margin-inline: auto; }
.post-hero .meta { margin-top: 18px; font-size: 13.5px; color: rgba(255,255,255,0.6); }
.prose { max-width: 680px; margin-inline: auto; }
.prose p { font-size: 17px; line-height: 1.75; color: #2E3444; margin-bottom: 20px; }
.prose h2 { font-size: clamp(22px, 2.4vw, 30px); margin: 36px 0 14px; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 20px; }
.prose ul li { font-size: 16.5px; color: #2E3444; margin-bottom: 8px; }
.prose blockquote { border-left: 3px solid var(--cobalto); padding: 6px 0 6px 22px; margin: 26px 0; font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--deep); }
.autor-box { display: flex; gap: 18px; align-items: center; max-width: 680px; margin: 40px auto 0; background: var(--snow); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.autor-box img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: top center; }
.autor-box .nome { font-weight: 700; color: var(--deep); font-size: 15px; }
.autor-box p { font-size: 13.5px; color: var(--muted); margin-top: 2px; }

/* ============ hero do blog (rev — header de artigos) ============ */
.blog-hero { position: relative; background: var(--deep); color: #fff; text-align: center; padding: clamp(56px, 7vw, 100px) 0 clamp(44px, 5.5vw, 76px); overflow: hidden; }
.blog-hero::before { content: ''; position: absolute; inset: -40% -20% auto; height: 140%; background:
  radial-gradient(ellipse 640px 420px at 22% 8%, rgba(27, 71, 242, 0.38), transparent 65%),
  radial-gradient(ellipse 560px 400px at 82% 96%, rgba(14, 54, 97, 0.55), transparent 70%);
  pointer-events: none; }
.blog-hero .wrap { position: relative; z-index: 2; }
.blog-hero .selo { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #7C9BFF; border: 1px solid rgba(157, 185, 255, 0.35); border-radius: 999px; padding: 7px 16px; margin-bottom: 22px; }
.blog-hero .selo::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--cobalto); }
.blog-hero h1 { color: #fff; font-size: clamp(38px, 5vw, 66px); max-width: 20ch; margin-inline: auto; }
.blog-hero h1 em { font-style: italic; color: #7C9BFF; }
.blog-hero .sub { margin: 14px auto 0; max-width: 56ch; font-size: clamp(15px, 1.4vw, 17.5px); color: rgba(255, 255, 255, 0.78); }
.blog-hero .regua { margin-top: 22px; display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; font-size: 12.5px; letter-spacing: 0.04em; color: rgba(255, 255, 255, 0.55); }
.blog-hero .regua strong { color: #fff; font-weight: 700; }
.blog-hero .busca { margin: 32px auto 0; border: 0; box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35); }
.blog-hero .filtros { margin-top: 20px; }
.blog-hero .filtro { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.85); }
.blog-hero .filtro.on, .blog-hero .filtro:hover { background: var(--cobalto); border-color: var(--cobalto); color: #fff; }
.blog-hero .assin { margin-top: 30px; opacity: 0.5; }
.blog-hero .assin img { height: 34px; width: auto; margin-inline: auto; }

/* ============ seção Experiências (logos de clientes, marquee) ============ */
.exper { background: var(--snow); text-align: center; overflow: hidden; }
.exper .kicker { display: block; text-align: center; }
.exper h2 { font-size: clamp(26px, 3.2vw, 42px); max-width: 22ch; margin-inline: auto; }
.exper .sub { margin: 12px auto 0; max-width: 58ch; color: var(--muted); font-size: 15.5px; }
.marquee { margin-top: clamp(28px, 3.5vw, 44px); position: relative; }
.marquee::before, .marquee::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(90deg, var(--snow), transparent); }
.marquee::after { right: 0; background: linear-gradient(270deg, var(--snow), transparent); }
.marquee-track { display: flex; align-items: center; gap: clamp(48px, 6vw, 96px); width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; gap: 32px; }
  .marquee-track img[aria-hidden] { display: none; }
}

/* ============ rev.09 — volta à tipografia original (sans pesada, estilo da referência) ============ */
h1, h2 { font-family: var(--sans); font-weight: 800; letter-spacing: -0.02em; }
.capture h3, .news-box h2 { font-family: var(--sans); font-weight: 800; }
.quote-slide blockquote { font-family: var(--sans); font-weight: 700; }
.post-card h3, .talk-card h3 { font-family: var(--sans); font-weight: 700; }
.prop-form h2, .prop-info h2, .form-card h2, .step-card h3 { font-family: var(--sans); }
.exper h2, .post-hero h1, .blog-hero h1 { font-family: var(--sans); font-weight: 800; }
/* a serifada permanece só como acento itálico e em citações editoriais */
.blog-hero h1 em, h1 .eng, .serif-touch { font-family: var(--serif); font-style: italic; font-weight: 600; }
.quote-card p, .prose blockquote, .band-quote p { font-family: var(--serif); }
.book .btitle { font-family: var(--serif); } /* capa de livro segue serifada, como livro físico */

/* ============ reconhecimentos & certificações ============ */
.awards { position: relative; background: var(--deep); color: #fff; overflow: hidden; }
.awards::before { content: ''; position: absolute; inset: 0; background:
  radial-gradient(ellipse 560px 380px at 15% 10%, rgba(27, 71, 242, 0.32), transparent 65%),
  radial-gradient(ellipse 520px 360px at 88% 92%, rgba(14, 54, 97, 0.5), transparent 70%);
  pointer-events: none; }
.awards .wrap { position: relative; z-index: 2; }
.awards .kicker { color: #7C9BFF; display: block; text-align: center; }
.awards h2 { color: #fff; text-align: center; max-width: 24ch; margin-inline: auto; }
.awards .sub { text-align: center; margin: 12px auto 0; max-width: 56ch; color: rgba(255,255,255,0.75); font-size: 15.5px; }
.award-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(28px, 3.5vw, 44px); }
.award-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 16px; padding: clamp(22px, 2.6vw, 34px); text-align: center; backdrop-filter: blur(4px); transition: transform 160ms ease, border-color 160ms ease; }
.award-card:hover { transform: translateY(-4px); border-color: rgba(157, 185, 255, 0.4); }
.award-card .medal { width: 54px; height: 54px; border-radius: 50%; background: var(--cobalto); display: grid; place-items: center; margin: 0 auto 16px; font-size: 22px; }
.award-card h3 { color: #fff; font-family: var(--sans); font-weight: 800; font-size: 18px; line-height: 1.3; }
.award-card .por { margin-top: 6px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #7C9BFF; }
.award-card p { margin-top: 10px; font-size: 13.5px; color: rgba(255,255,255,0.7); }
@media (max-width: 860px) { .award-grid { grid-template-columns: 1fr; } }
.cert-head { margin-top: clamp(36px, 4.5vw, 56px); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.cert-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 18px; }
.cert-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; padding: 9px 16px; }
.cert-chip::before { content: '✓'; width: 16px; height: 16px; border-radius: 50%; background: var(--cobalto); color: #fff; font-size: 9px; display: grid; place-items: center; }

/* ============ awards rev.2 — vitrine Elite (padrão referências) ============ */
.awards2 { background: var(--snow); text-align: center; }
.awards2 h2 { font-size: clamp(28px, 3.6vw, 46px); max-width: 24ch; margin-inline: auto; }
.awards2 .sub { margin: 12px auto 0; max-width: 56ch; color: var(--muted); font-size: 15.5px; }
.vitrine { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 22px; align-items: stretch; max-width: 980px; margin: clamp(30px, 4vw, 48px) auto 0; }
.vit-card { background: var(--sail); border: 1px solid var(--line); border-radius: 18px; padding: clamp(24px, 3vw, 38px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.vit-card .ico { font-size: 34px; }
.vit-card h3 { font-family: var(--sans); font-weight: 800; font-size: 18px; line-height: 1.25; color: var(--deep); }
.vit-card .por { font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cobalto); }
.vit-card p { font-size: 13px; color: var(--muted); }
.vit-card.elite { background: var(--cobalto); color: #fff; box-shadow: 0 24px 60px rgba(27, 71, 242, 0.35); transform: scale(1.04); }
.vit-card.elite h3 { color: #fff; font-size: 21px; }
.vit-card.elite .por { color: rgba(255,255,255,0.8); }
.vit-card.elite img { width: min(170px, 70%); height: auto; margin-bottom: 8px; filter: drop-shadow(0 10px 24px rgba(0,0,0,0.3)); }
@media (max-width: 900px) { .vitrine { grid-template-columns: 1fr; } .vit-card.elite { transform: none; order: -1; } }
.cert-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 980px; margin: clamp(30px, 4vw, 48px) auto 0; }
.cert-tile { background: var(--snow); border: 1px solid var(--line); border-radius: 14px; padding: 22px 16px; display: grid; place-items: center; gap: 8px; box-shadow: 0 4px 18px rgba(20, 27, 45, 0.05); transition: transform 160ms ease, box-shadow 160ms ease; }
.cert-tile:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(20, 27, 45, 0.1); }
.cert-tile .mark { width: 34px; height: 34px; border-radius: 10px; background: rgba(27, 71, 242, 0.1); color: var(--cobalto); display: grid; place-items: center; font-size: 15px; font-weight: 700; }
.cert-tile span { font-size: 13.5px; font-weight: 700; color: var(--deep); line-height: 1.3; }
.cert-tile small { font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 900px) { .cert-tiles { grid-template-columns: repeat(2, 1fr); } }
.cert-mais { display: inline-block; margin-top: 26px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); border: 1.5px dashed var(--line); border-radius: 999px; padding: 11px 24px; }
.awards2 .rodape { margin-top: 30px; font-size: 15px; color: var(--muted); font-style: italic; font-family: var(--serif); }

/* cert-tiles com selos oficiais */
.cert-tile img { width: 64px; height: 64px; object-fit: contain; }

/* ============ ajustes V1 one-page ============ */
.capture .mailto-cta { display: block; text-align: center; font-family: var(--sans); font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: var(--deep); color: #fff; border-radius: 999px; padding: 13px 24px; margin-top: 4px; transition: background 160ms ease; }
.capture .mailto-cta:hover { background: var(--anchor); }
.contato-v1 { text-align: center; }
.contato-v1 .botoes { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.contato-v1 .botoes .pill.ghost { border-color: rgba(255,255,255,0.35); color: #fff; }
.contato-v1 .botoes .pill.ghost:hover { background: #fff; color: var(--deep); }
.carta-mini { max-width: 640px; }
.carta-mini p { font-size: 16.5px; color: #2E3444; margin-bottom: 16px; }
.carta-mini .ass img { height: 46px; width: auto; filter: invert(1) brightness(0.15); margin-top: 8px; }

/* ============ formulário de proposta (V1) ============ */
.prop-form { background: var(--snow); border: 1px solid var(--line); border-radius: 16px; padding: clamp(24px, 3vw, 40px); box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35); }
.prop-form form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.prop-form label { display: grid; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.prop-form input, .prop-form select, .prop-form textarea { font-family: var(--sans); font-size: 15px; color: var(--deep); background: var(--sail); border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; outline: none; transition: border-color 160ms ease; width: 100%; }
.prop-form input:focus-visible, .prop-form select:focus-visible, .prop-form textarea:focus-visible { border-color: var(--cobalto); }
.prop-form .full { grid-column: 1 / -1; }
.prop-form textarea { min-height: 96px; resize: vertical; }
.prop-form button { grid-column: 1 / -1; justify-self: center; font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: var(--cobalto); color: #fff; border: 0; border-radius: 999px; padding: 15px 34px; cursor: pointer; transition: background 160ms ease, transform 160ms ease; }
.prop-form button:hover { background: var(--cobalto-2); transform: translateY(-2px); }
.prop-form .after { grid-column: 1 / -1; font-size: 12px; color: var(--muted); text-align: center; }
@media (max-width: 600px) { .prop-form form { grid-template-columns: 1fr; } }

/* ============ footer barra escura (ref. estilo Riza) ============ */
.foot-riza { background: #0B101E; color: rgba(255,255,255,0.72); padding: clamp(48px, 6vw, 76px) 0 0; }
.foot-riza-in { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 4vw, 56px); }
.fr-brand img { height: 46px; width: auto; display: block; }
.fr-nav { display: flex; gap: clamp(20px, 3vw, 44px); justify-content: center; flex-wrap: wrap; }
.fr-nav a { font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: 0.02em; color: rgba(255,255,255,0.72); transition: color 160ms ease; white-space: nowrap; }
.fr-nav a:hover { color: #fff; }
.fr-social { display: flex; gap: 12px; }
.fr-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.18); display: grid; place-items: center; color: rgba(255,255,255,0.72); transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.fr-social a:hover { color: var(--deep); background: #fff; border-color: #fff; }
.fr-copy { text-align: center; margin-top: clamp(36px, 4.5vw, 56px); padding: 22px 0 26px; border-top: 1px solid rgba(255,255,255,0.10); font-size: 12.5px; color: rgba(255,255,255,0.42); }
@media (max-width: 900px) {
  .foot-riza-in { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 28px; }
  .fr-nav { gap: 18px 22px; }
}

/* logos coloridos — sempre 100%% opacos, sem filtro */
.marquee-track img { filter: none !important; opacity: 1 !important; height: 38px; width: auto; max-width: 160px; object-fit: contain; transition: transform 200ms ease; }
.marquee-track img:hover { opacity: 1 !important; transform: scale(1.06); }
.marquee-track img:nth-child(n) { transition-delay: 0ms !important; }
/* normalização óptica dos logos (pesos visuais diferentes) */
.marquee-track img[alt="Ambev"], .marquee-track img[alt="Britânia"] { height: 30px; }
.marquee-track img[alt="O Boticário"], .marquee-track img[alt="Suzano"] { height: 42px; }
.marquee-track img[alt="SEBRAE"] { height: 34px; }

/* ============ HERO 2 colunas (texto | foto) ============ */
.hero2 { position: relative; background: var(--deep); color: #fff; overflow: hidden; }
.hero2::before { content: ''; position: absolute; inset: 0; background:
  radial-gradient(ellipse 700px 520px at 12% 18%, rgba(27,71,242,0.30), transparent 62%),
  radial-gradient(ellipse 520px 420px at 62% 92%, rgba(14,54,97,0.55), transparent 70%); pointer-events: none; }
.hero2-in { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: min(94vh, 860px); max-width: 1440px; margin-inline: auto; }
.hero2-txt { padding: clamp(90px, 10vw, 130px) clamp(24px, 4vw, 64px) clamp(60px, 7vw, 90px) clamp(28px, 5vw, 88px); }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #7C9BFF; border: 1px solid rgba(157,185,255,0.4); border-radius: 999px; padding: 9px 20px; margin-bottom: clamp(20px, 3vw, 34px); }
.hero2 h1 { font-family: var(--sans); font-weight: 800; font-size: clamp(42px, 5.6vw, 82px); line-height: 0.98; letter-spacing: -0.03em; color: #fff; text-transform: uppercase; }
.hero2 h1 .hl { color: var(--cobalto); }
.hero2 .lead { margin-top: clamp(22px, 3vw, 34px); max-width: 46ch; font-size: clamp(15.5px, 1.3vw, 18px); line-height: 1.6; color: rgba(255,255,255,0.72); }
.hero2 .lead strong { color: #fff; font-weight: 600; }
.hero2-ctas { margin-top: clamp(26px, 3.4vw, 40px); display: flex; gap: 14px; flex-wrap: wrap; }
.h2-btn { font-family: var(--sans); font-size: 15px; font-weight: 700; padding: 16px 32px; border-radius: 999px; transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.h2-btn.primary { background: var(--cobalto); color: #fff; box-shadow: 0 10px 30px rgba(27,71,242,0.4); }
.h2-btn.primary:hover { background: #2E58FF; transform: translateY(-2px); }
.h2-btn.ghost { border: 1px solid rgba(255,255,255,0.3); color: #fff; }
.h2-btn.ghost:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.hero2-social { margin-top: clamp(30px, 4vw, 46px); display: flex; gap: 18px; }
.hero2-social a { color: rgba(255,255,255,0.5); transition: color 160ms ease, transform 160ms ease; }
.hero2-social a:hover { color: #fff; transform: translateY(-2px); }

.hero2-foto { position: relative; align-self: stretch; min-height: 100%; }
.hero2-foto img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 18%; }
.hero2-foto::after { content: ''; position: absolute; inset: 0; background:
  linear-gradient(90deg, var(--deep) 0%, rgba(20,27,45,0.55) 22%, transparent 52%),
  linear-gradient(0deg, rgba(20,27,45,0.85) 0%, transparent 42%); }
.hero2-quotes { position: absolute; z-index: 3; left: 8%; right: 8%; bottom: clamp(28px, 4vw, 56px); text-align: center; }
.hero2-quotes blockquote { font-family: var(--sans); font-weight: 700; font-size: clamp(16px, 1.45vw, 21px); line-height: 1.35; color: #fff; }
.hero2-quotes .hl2 { color: #7C9BFF; }
.hero2-quotes cite { display: block; margin-top: 10px; font-style: normal; font-family: var(--serif); font-size: 13.5px; color: rgba(255,255,255,0.7); }
.scroll-hint { position: absolute; z-index: 3; left: 50%; transform: translateX(-50%); bottom: 22px; display: grid; justify-items: center; gap: 8px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.24em; color: rgba(255,255,255,0.55); }
.scroll-hint i { display: block; width: 1px; height: 26px; background: linear-gradient(180deg, rgba(255,255,255,0.6), transparent); }
.scroll-hint:hover { color: #fff; }

@media (max-width: 940px) {
  .hero2-in { grid-template-columns: 1fr; min-height: auto; }
  .hero2-foto { min-height: 420px; order: -1; }
  .hero2-foto::after { background: linear-gradient(0deg, var(--deep) 6%, rgba(20,27,45,0.35) 55%, transparent 100%); }
  .hero2-quotes { position: static; margin-top: 0; padding: 0 20px 20px; }
  .hero2-txt { padding-top: clamp(30px, 6vw, 50px); }
  .scroll-hint { display: none; }
}

/* foto recortada (PNG sem fundo) no hero */
.hero2-foto img { object-fit: contain; object-position: bottom center; padding: clamp(40px, 6vw, 80px) 0 0; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.45)); }
.hero2-foto::after { background: linear-gradient(90deg, var(--deep) 0%, rgba(20,27,45,0.35) 16%, transparent 34%); }
@media (max-width: 940px) { .hero2-foto img { padding-top: 20px; } .hero2-foto::after { background: none; } }

/* ============ hero compacto: cabe em 1 tela ============ */
.hero2-in { min-height: calc(100svh - 44px); max-height: none; align-items: center; }
.hero2-txt {
  padding-top: clamp(72px, 9vh, 104px);
  padding-bottom: clamp(28px, 5vh, 56px);
}
.hero2 .eyebrow { margin-bottom: clamp(12px, 2vh, 22px); font-size: 11.5px; padding: 8px 18px; }
.hero2 h1 { font-size: clamp(34px, min(4.6vw, 7.4vh), 66px); line-height: 1.0; }
.hero2 .lead { margin-top: clamp(14px, 2.2vh, 24px); font-size: clamp(14.5px, 1.15vw, 16.5px); line-height: 1.55; max-width: 44ch; }
.hero2-ctas { margin-top: clamp(16px, 2.6vh, 28px); }
.hero2 .h2-btn { padding: 14px 26px; font-size: 14.5px; }
.hero2-social { margin-top: clamp(16px, 2.6vh, 30px); }
.hero2-quotes { bottom: clamp(20px, 3.4vh, 44px); }
.hero2-quotes blockquote { font-size: clamp(15px, 1.25vw, 18px); }
.hero2-foto img { padding-top: clamp(24px, 4vh, 56px); }
.scroll-hint { bottom: 14px; }
.scroll-hint i { height: 20px; }

/* telas baixas (notebooks 13") — aperta mais */
@media (max-height: 800px) {
  .hero2 h1 { font-size: clamp(30px, 6.6vh, 52px); }
  .hero2 .lead { font-size: 14.5px; }
  .hero2-social { margin-top: 14px; }
  .scroll-hint { display: none; }
}
/* zera o padding global de section no hero */
section.hero2 { padding-block: 0 !important; }

/* foto do hero: cortada no cotovelo + abaixo do menu */
.hero2-foto { display: flex; align-items: flex-end; justify-content: center; }
.hero2-foto img { position: static; width: auto; max-width: 92%; height: auto; max-height: calc(100% - 150px); align-self: flex-end; padding: 0; margin-bottom: clamp(70px, 12vh, 130px); }
@media (max-width: 940px) {
  .hero2-foto { min-height: 300px; }
  .hero2-foto img { max-height: 300px; margin-bottom: 12px; }
}
/* escala da foto do hero */
.hero2-foto img { max-width: 74%; max-height: calc(100% - 250px); margin-bottom: clamp(96px, 15vh, 170px); }
@media (max-height: 800px) { .hero2-foto img { max-height: calc(100% - 200px); margin-bottom: clamp(80px, 12vh, 120px); } }

/* ============ SOBRE 2 colunas (história | tese) ============ */
.sobre2 { background: var(--sail); }
.sobre2-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 84px); align-items: start; }
.s2-pill { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cobalto); border: 1px solid rgba(27,71,242,0.35); border-radius: 999px; padding: 8px 18px; margin-bottom: 20px; }
.sobre2 h2 { font-size: clamp(30px, 3.6vw, 46px); text-transform: uppercase; letter-spacing: -0.02em; margin-bottom: 18px; }
.sobre2 h2 .hl, .sobre2 h3 .hl { color: var(--cobalto); }
.s2-lead { font-size: clamp(17px, 1.5vw, 20px); font-weight: 700; color: var(--deep); margin-bottom: 18px; }
.sobre2-col p { font-size: 15.5px; line-height: 1.7; color: #454B62; margin-bottom: 15px; max-width: 56ch; }
.sobre2-col p strong { color: var(--deep); font-weight: 700; }
.sobre2-col p .hl { color: var(--cobalto); font-weight: 600; }
.s2-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.s2-stats > div { background: var(--snow); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.s2-stats .n { display: block; font-family: var(--sans); font-weight: 800; font-size: clamp(26px, 2.8vw, 36px); color: var(--deep); letter-spacing: -0.03em; line-height: 1; }
.s2-stats .l { display: block; margin-top: 6px; font-size: 12.5px; color: var(--muted); }
.sobre2-col.tese { background: var(--deep); border-radius: 18px; padding: clamp(28px, 3.4vw, 46px); }
.sobre2-col.tese h3 { font-family: var(--sans); font-weight: 800; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.2; text-transform: uppercase; letter-spacing: -0.02em; color: #fff; margin-bottom: 20px; }
.sobre2-col.tese h3 .hl { color: #7C9BFF; }
.sobre2-col.tese p { color: rgba(255,255,255,0.72); max-width: none; }
.sobre2-col.tese p strong { color: #fff; }
.sobre2-col.tese p .hl { color: #7C9BFF; }
.s2-assin img { height: 44px; width: auto; opacity: 0.9; margin-top: 6px; }
.s2-foto { position: relative; margin-top: 26px; border-radius: 14px; overflow: hidden; }
.s2-foto img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 22%; }
.s2-foto .badge { position: absolute; left: 0; bottom: 0; background: var(--cobalto); color: #fff; font-family: var(--sans); font-weight: 800; font-size: clamp(14px, 1.4vw, 18px); line-height: 1.15; padding: 22px 20px 14px; clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); }
@media (max-width: 900px) { .sobre2-grid { grid-template-columns: 1fr; } .s2-stats { grid-template-columns: 1fr 1fr; } }
/* hero sem ícones sociais: mais respiro nos CTAs */
.hero2-ctas { margin-top: clamp(22px, 3.4vh, 36px); }
.hero2 .h2-btn { padding: 15px 30px; font-size: 15px; }

/* ============ CONTEÚDOS (vídeos do YouTube) ============ */
.conteudos { background: var(--snow); text-align: center; }
.conteudos .kicker { display: block; }
.conteudos h2 { font-size: clamp(28px, 3.4vw, 44px); max-width: 22ch; margin-inline: auto; }
.conteudos .sub { margin: 12px auto 0; max-width: 56ch; color: var(--muted); font-size: 15.5px; }
.vid-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); margin-top: clamp(28px, 3.5vw, 44px); text-align: left; }
.vid-card { background: var(--sail); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease; }
.vid-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(20,27,45,0.14); }
.vid-frame { position: relative; aspect-ratio: 16 / 9; background: var(--deep); }
.vid-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vid-card .vid-cat { display: block; padding: 16px 18px 0; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cobalto); }
.vid-card h3 { padding: 6px 18px 20px; font-family: var(--sans); font-weight: 700; font-size: 16px; line-height: 1.35; color: var(--deep); }
.yt-cta { display: inline-flex; align-items: center; gap: 10px; background: #FF0000; color: #fff; font-family: var(--sans); font-size: 15px; font-weight: 700; padding: 15px 30px; border-radius: 999px; transition: background 180ms ease, transform 180ms ease; }
.yt-cta:hover { background: #D90000; transform: translateY(-2px); }
.yt-nota { margin-top: 12px; font-size: 13.5px; color: var(--muted); }
@media (max-width: 900px) { .vid-grid { grid-template-columns: 1fr; } }

/* ============ correções finais: sem topbar, foto integrada, quebra de cor ============ */
/* header volta ao topo (sem a barra azul) */
.hdr { top: 18px; }

/* foto: remove a emenda vertical e integra com halo de luz atrás */
.hero2-foto::after { display: none !important; }
.hero2-foto::before {
  content: ''; position: absolute; z-index: 0;
  left: 50%; top: 50%; transform: translate(-50%, -46%);
  width: min(78%, 620px); aspect-ratio: 1 / 1.15;
  background: radial-gradient(ellipse at center, rgba(58,104,255,0.30) 0%, rgba(27,71,242,0.14) 42%, transparent 72%);
  filter: blur(10px); pointer-events: none;
}
.hero2-foto img { position: relative; z-index: 1; filter: drop-shadow(0 24px 50px rgba(0,0,0,0.5)); }
/* fundo do hero: gradiente contínuo, sem divisão de colunas */
.hero2::before {
  background:
    radial-gradient(ellipse 900px 620px at 18% 22%, rgba(27,71,242,0.26), transparent 60%),
    radial-gradient(ellipse 760px 620px at 72% 58%, rgba(27,71,242,0.16), transparent 66%),
    radial-gradient(ellipse 620px 520px at 96% 96%, rgba(14,54,97,0.5), transparent 70%);
}
.hero2-quotes { z-index: 4; }

/* quebra de cor: seção de reconhecimentos fica escura */
.awards2 { background: var(--deep); color: #fff; }
.awards2 h2 { color: #fff; }
.awards2 .sub { color: rgba(255,255,255,0.7); }
.awards2 .vit-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); }
.awards2 .vit-card h3 { color: #fff; }
.awards2 .vit-card p { color: rgba(255,255,255,0.65); }
.awards2 .vit-card .por { color: #7C9BFF; }
.awards2 .vit-card.elite { background: var(--cobalto); border-color: transparent; }
.awards2 .vit-card.elite .por { color: rgba(255,255,255,0.85); }
.awards2 .cert-tile { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); box-shadow: none; }
.awards2 .cert-tile span { color: #fff; }
.awards2 .cert-tile small { color: rgba(255,255,255,0.5); }
.awards2 .cert-mais { color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.2); }
.awards2 .rodape { color: rgba(255,255,255,0.6); }
.hero2-foto picture { position: relative; z-index: 1; display: block; max-width: 74%; max-height: calc(100% - 250px); margin-bottom: clamp(96px, 15vh, 170px); }
.hero2-foto picture img { max-width: 100%; max-height: 100%; margin: 0; width: auto; height: auto; }

/* ritmo de cores após reordenação (Sobre antes de Reconhecimentos) */
.exper { background: var(--snow); }          /* logos: branco */
.sobre2 { background: var(--sail); }          /* sobre: cinza claro */
.awards2 { background: var(--deep); }         /* reconhecimentos: escuro (quebra) */
.conteudos { background: var(--sail) !important; }  /* conteúdos: cinza claro */
.livro { background: var(--snow) !important; }      /* livro: branco */

/* ============ selo de credencial (substitui citações sobre a foto) ============ */
.hero2-quotes { display: none !important; }
.cred-strip { margin-top: clamp(24px, 3.4vh, 40px); padding-left: 18px; border-left: 2px solid var(--cobalto); max-width: 42ch; }
.cs-label { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #7C9BFF; margin-bottom: 8px; }
.cs-slides { position: relative; min-height: 62px; }
.cred-strip .quote-slide { display: none; }
.cred-strip .quote-slide.on { display: block; animation: csIn 400ms ease both; }
@keyframes csIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.cred-strip p { font-family: var(--sans); font-size: clamp(14px, 1.15vw, 16px); line-height: 1.45; color: rgba(255,255,255,0.82); margin: 0; }
.cred-strip p strong { color: #fff; font-weight: 700; }
.cred-strip cite { display: block; margin-top: 6px; font-family: var(--serif); font-style: normal; font-size: 12.5px; color: rgba(255,255,255,0.5); }
.cred-strip .quote-dots { justify-content: flex-start; margin-top: 12px; gap: 6px; }
.cred-strip .quote-dots button { width: 6px; height: 6px; background: rgba(255,255,255,0.28); }
.cred-strip .quote-dots button.on { background: var(--cobalto); }
@media (max-width: 940px) { .cred-strip { max-width: none; } }
/* grade de vídeos: 2 colunas */
.vid-grid { grid-template-columns: repeat(2, 1fr) !important; max-width: 980px; margin-inline: auto; }
.vid-card h3 { font-size: 17px; }
@media (max-width: 900px) { .vid-grid { grid-template-columns: 1fr !important; } }

/* ============ hero ocupa a tela inteira (a topbar não existe mais) ============ */
.hero2-in { min-height: 100svh; }
@supports not (height: 100svh) { .hero2-in { min-height: 100vh; } }

/* ============ indicador de scroll animado ============ */
.scroll-hint { bottom: 26px; gap: 10px; opacity: 0.85; transition: opacity 200ms ease; }
.scroll-hint:hover { opacity: 1; }
.scroll-hint span { animation: shPulse 2.6s ease-in-out infinite; }
.scroll-hint i {
  position: relative; width: 22px; height: 34px; border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 12px; background: none;
}
.scroll-hint i::before {
  content: ''; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px;
  border-radius: 2px; background: var(--cobalto); transform: translateX(-50%);
  animation: shDot 2s cubic-bezier(.4,0,.2,1) infinite;
}
.scroll-hint i::after {
  content: ''; position: absolute; left: 50%; bottom: -16px; width: 8px; height: 8px;
  border-right: 1.5px solid rgba(255,255,255,0.5); border-bottom: 1.5px solid rgba(255,255,255,0.5);
  transform: translateX(-50%) rotate(45deg);
  animation: shArrow 2s ease-in-out infinite;
}
@keyframes shDot {
  0% { transform: translateX(-50%) translateY(0); opacity: 0; }
  25% { opacity: 1; }
  70% { transform: translateX(-50%) translateY(13px); opacity: 0; }
  100% { transform: translateX(-50%) translateY(13px); opacity: 0; }
}
@keyframes shArrow {
  0%, 100% { transform: translateX(-50%) rotate(45deg) translate(0, 0); opacity: 0.45; }
  50% { transform: translateX(-50%) rotate(45deg) translate(3px, 3px); opacity: 0.9; }
}
@keyframes shPulse { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .scroll-hint span, .scroll-hint i::before, .scroll-hint i::after { animation: none; }
}
@media (max-height: 800px) { .scroll-hint { display: grid; bottom: 16px; } }

/* ============ SOBRE (foto + texto, ref. lasarodocarmo) ============ */
.sobre3 { background: var(--sail); }
.sobre3-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 5vw, 76px); align-items: center; }
.s3-foto { position: relative; border-radius: 18px; overflow: hidden; background: linear-gradient(160deg, #E4E7EE 0%, #D6DBE6 55%, #C8CFDD 100%); display: grid; place-items: end center; min-height: 420px; }
.s3-foto::before { content: ''; position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%); width: 74%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.85), transparent 68%); }
.s3-foto picture { position: relative; z-index: 1; display: block; width: 100%; }
.s3-foto img { width: 100%; height: auto; display: block; filter: drop-shadow(0 20px 40px rgba(20,27,45,0.28)); }
.sobre3 h2 { font-size: clamp(38px, 5vw, 68px); text-transform: uppercase; letter-spacing: -0.03em; line-height: 0.95; margin: 14px 0 18px; }
.sobre3 h2 .hl { color: var(--cobalto); }
.s3-lead { font-size: clamp(16px, 1.4vw, 18.5px); line-height: 1.6; color: #454B62; max-width: 52ch; }
.s3-bullets { margin: 20px 0 0; display: grid; gap: 9px; }
.s3-bullets li { position: relative; padding-left: 20px; font-size: 15.5px; line-height: 1.55; color: #454B62; }
.s3-bullets li::before { content: ''; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 2px; background: var(--cobalto); }
.s3-bullets strong { color: var(--deep); font-weight: 700; }
.s3-fecho { margin-top: 20px; font-size: 15.5px; line-height: 1.65; color: #454B62; max-width: 56ch; }
.s3-assin { height: 46px; width: auto; margin-top: 16px; filter: invert(1) brightness(0.15); }
.sobre3 .s2-stats { margin-top: 26px; }
@media (max-width: 900px) { .sobre3-grid { grid-template-columns: 1fr; } .s3-foto { min-height: 340px; } }

/* ============ faixa da tese ============ */
.tese-band { background: var(--deep); color: #fff; }
.tese-in h3 { font-family: var(--sans); font-weight: 800; font-size: clamp(24px, 3.2vw, 42px); line-height: 1.15; text-transform: uppercase; letter-spacing: -0.02em; color: #fff; max-width: 26ch; }
.tese-in h3 .hl { color: #7C9BFF; }
.tese-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px); margin-top: clamp(24px, 3vw, 40px); }
.tese-cols p { font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,0.72); }
.tese-cols p .hl { color: #7C9BFF; font-weight: 600; }
@media (max-width: 900px) { .tese-cols { grid-template-columns: 1fr; gap: 16px; } }

/* fundo claro: cinza original (#F2F2F2) */
.s3-foto { background: linear-gradient(160deg, #E6E9EF 0%, #D9DDE6 55%, #CBD1DC 100%); }
.s2-stats > div, .vid-card { border-color: rgba(20,27,45,0.10); }
.busca { border-color: rgba(20,27,45,0.10); }

/* ============ TREINAMENTOS ============ */
.trein { background: var(--snow); }
.trein .kicker { display: block; }
.trein h2 { font-size: clamp(28px, 3.4vw, 44px); max-width: 24ch; }
.trein .sub { margin-top: 12px; max-width: 62ch; color: var(--muted); font-size: 15.5px; }
.tr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.4vw, 28px); margin-top: clamp(28px, 3.5vw, 44px); }
.tr-card { position: relative; background: var(--sail); border: 1px solid var(--line); border-radius: 16px; padding: clamp(24px, 3vw, 38px); display: flex; flex-direction: column; }
.tr-num { font-family: var(--serif); font-weight: 600; font-size: clamp(24px, 2.4vw, 32px); color: var(--cobalto); line-height: 1; }
.tr-card h3 { font-family: var(--sans); font-weight: 800; font-size: clamp(20px, 2.2vw, 27px); color: var(--deep); margin: 10px 0 6px; }
.tr-meta { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cobalto); }
.tr-desc { margin-top: 14px; font-size: 15.5px; line-height: 1.65; color: #454B62; }
.tr-mods { margin: 18px 0 24px; display: grid; gap: 8px; }
.tr-mods li { position: relative; padding-left: 22px; font-size: 14.5px; line-height: 1.5; color: #454B62; }
.tr-mods li::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border: 1.5px solid var(--cobalto); border-radius: 2px; }
.tr-card .pill { margin-top: auto; align-self: flex-start; }
@media (max-width: 900px) { .tr-grid { grid-template-columns: 1fr; } }
.tr-formatos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-top: clamp(20px, 2.6vw, 30px); }
.tr-formatos > div { background: var(--snow); padding: 20px 22px; display: grid; gap: 4px; }
.f-l { font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.f-v { font-size: 15px; font-weight: 600; color: var(--deep); }
@media (max-width: 900px) { .tr-formatos { grid-template-columns: 1fr 1fr; } }

/* ============ NPS + DEPOIMENTOS ============ */
.depo-band { background: var(--deep); color: #fff; }
.depo-band .kicker { color: #7C9BFF; }
.nps-row { display: grid; grid-template-columns: 0.9fr 1.6fr; gap: clamp(20px, 3vw, 40px); align-items: stretch; }
.nps-big { background: var(--cobalto); border-radius: 16px; padding: clamp(26px, 3.4vw, 44px); display: grid; align-content: center; gap: 8px; }
.nps-big .n { font-family: var(--sans); font-weight: 800; font-size: clamp(40px, 5.4vw, 76px); line-height: 1; letter-spacing: -0.03em; }
.nps-big .l { font-size: 14px; color: rgba(255,255,255,0.85); }
.nps-side { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 20px); }
.nps-side > div { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: clamp(20px, 2.4vw, 30px); display: grid; align-content: center; gap: 6px; }
.nps-side .n { font-family: var(--sans); font-weight: 800; font-size: clamp(24px, 2.8vw, 38px); line-height: 1; letter-spacing: -0.02em; }
.nps-side .l { font-size: 12.5px; color: rgba(255,255,255,0.6); }
@media (max-width: 900px) { .nps-row { grid-template-columns: 1fr; } .nps-side { grid-template-columns: 1fr; } }
.depo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); margin-top: 18px; }
.depo-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: clamp(22px, 2.6vw, 32px); margin: 0; }
.depo-card p { font-family: var(--serif); font-style: italic; font-size: clamp(15px, 1.35vw, 17px); line-height: 1.55; color: rgba(255,255,255,0.85); }
.depo-card p::before { content: '“'; color: #7C9BFF; }
.depo-card p::after { content: '”'; color: #7C9BFF; }
.depo-card cite { display: grid; gap: 2px; margin-top: 18px; font-style: normal; }
.depo-card cite strong { font-size: 14px; font-weight: 700; color: #fff; }
.depo-card cite span { font-size: 12.5px; color: rgba(255,255,255,0.55); }
.depo-nota { margin-top: 20px; text-align: center; font-size: 12.5px; color: rgba(255,255,255,0.4); }
@media (max-width: 900px) { .depo-grid { grid-template-columns: 1fr; } }
