/* ELEVO - index4 "hero full bleed"
   Banner foto full bleed com moldura de 24px, header em aba com notch
   acoplada ao topo do banner (vira barra flutuante no scroll), wordmark
   gigante mesclando com a base e ticker de logos.
   Todos os valores visuais resolvem para design_system/tokens.css. */

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; }

/* atalho fixo discreto entre versões (apresentação cliente) */
.ver-switch {
  position: fixed;
  z-index: 90;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(47, 21, 51, .14);
  background: rgba(237, 234, 229, .88);
  color: var(--primitive-roxo);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: lowercase;
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px -14px rgba(15, 15, 15, .45);
  opacity: .55;
  transition: opacity .2s var(--ease-out), transform .2s var(--ease-out),
              background-color .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.ver-switch:hover {
  opacity: 1;
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 12px 24px -14px rgba(15, 15, 15, .5);
}
.ver-switch:focus-visible {
  opacity: 1;
  outline: 2px solid var(--primitive-roxo);
  outline-offset: 3px;
}

:root {
  --canvas: var(--primitive-cinza);
  /* fundo da seção frentes: um passo mais escuro que o canvas (Figma 135:750) */
  --surface-frentes: #e5e3de;
  /* régua das linhas da lista de frentes (Figma color/border/on-cinza) */
  --border-on-cinza: rgba(47, 21, 51, .38);
  --frame-pad: 24px;
  --r-banner: 32px;
  --notch-r: 40px;
  /* largura da aba do header = largura do conteúdo da hero (1296 no desenho 1920).
     Cada lateral do banner mantém 96px de foto: canto (32) + filete (40) + respiro,
     senão o recorte vira "cogumelo" entre as duas curvas. */
  --notch-gap: 96px;
  --tab-w: min(1296px, calc(100vw - 2 * var(--frame-pad) - 2 * var(--notch-gap)));
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--canvas);
  color: var(--primitive-grafite);
  font-family: var(--font-ui);
  font-size: var(--text-body);
  font-weight: 500;
  line-height: var(--leading-normal);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
::selection { background: var(--primitive-malva); color: var(--primitive-roxo); }

:focus-visible {
  outline: 2px solid var(--primitive-roxo);
  outline-offset: 3px;
  border-radius: 4px;
}

.ic { fill: currentColor; }
.ic-stroke { fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  background: var(--primitive-roxo); color: var(--primitive-cinza);
  padding: 10px 18px; border-radius: var(--radius-pill);
  font-size: var(--text-small); text-decoration: none;
  transition: top var(--duration-base) var(--ease-out);
}
.skip-link:focus-visible { top: 12px; }

section[id] { scroll-margin-top: 96px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px;
  border: 0; border-radius: var(--radius-pill);
  font-family: var(--font-ui); font-size: 15px; font-weight: 700; line-height: 1.2;
  text-decoration: none; cursor: pointer;
  transition: transform var(--duration-base) var(--ease-out),
              box-shadow var(--duration-base) var(--ease-out),
              background-color var(--duration-base) var(--ease-out);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-dark { background: var(--primitive-roxo); color: var(--primitive-cinza); }
.btn-dark:hover { box-shadow: 0 14px 28px -14px rgba(47, 21, 51, .55); }

.btn-malva { background: var(--primitive-malva); color: var(--primitive-roxo); }
.btn-malva:hover { box-shadow: 0 14px 28px -12px rgba(184, 130, 232, .5); }

/* gradiente malva → laranja (mesmo do index2 / Figma) */
.btn-primary {
  background: linear-gradient(254deg, var(--primitive-malva) 0%, var(--primitive-laranja) 97%);
  color: var(--primitive-cinza);
  box-shadow: 0 14px 30px -16px rgba(255, 72, 23, .5);
}
.btn-primary:hover {
  box-shadow: 0 18px 38px -14px rgba(255, 72, 23, .6);
  filter: saturate(1.08);
}

/* vidro sobre a foto (CTA secundário da hero) */
.btn-glass {
  background: rgba(255, 255, 255, .08);
  color: var(--primitive-cinza);
  box-shadow: inset 0 0 0 1.5px rgba(237, 234, 229, .35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.btn-glass:hover { box-shadow: inset 0 0 0 1.5px rgba(237, 234, 229, .7); }

.btn-laranja { background: var(--primitive-laranja); color: #fbfaf8; }
.btn-laranja:hover { box-shadow: 0 14px 28px -12px rgba(255, 72, 23, .5); }

.btn-outline-roxo {
  background: transparent;
  color: var(--primitive-roxo);
  box-shadow: inset 0 0 0 1.5px rgba(47, 21, 51, .28);
}
.btn-outline-roxo:hover {
  background: rgba(47, 21, 51, .04);
  box-shadow: inset 0 0 0 1.5px rgba(47, 21, 51, .5);
}

.btn-sm { padding: 11px 20px; font-size: 14px; }

/* ---------- header (estado 1: aba com notch acoplada ao banner) ---------- */
.site-header {
  position: absolute;
  top: var(--frame-pad);
  left: 50%;
  transform: translateX(-50%);
  width: var(--tab-w);
  z-index: var(--z-header);
}

.header-tab {
  position: relative;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 27px 38px 30px 45px;
  background: var(--canvas);
  border-bottom-left-radius: var(--r-banner);
  border-bottom-right-radius: var(--r-banner);
}

/* filetes côncavos ligando a aba à borda superior do banner
   (ver design_system/specs/foundations/notch-corner.md) */
.header-tab::before, .header-tab::after {
  content: ""; position: absolute; top: 0;
  width: var(--notch-r); height: var(--notch-r);
  pointer-events: none;
}
.header-tab::before {
  right: 100%;
  background: radial-gradient(circle at 0 100%, transparent calc(var(--notch-r) - .5px), var(--canvas) var(--notch-r));
}
.header-tab::after {
  left: 100%;
  background: radial-gradient(circle at 100% 100%, transparent calc(var(--notch-r) - .5px), var(--canvas) var(--notch-r));
}

.brand-logo { display: flex; flex: none; }
.brand-logo img { width: 170px; height: auto; }

.header-right { display: flex; align-items: center; gap: 32px; }

.main-nav { display: flex; gap: 4px; }
.main-nav a {
  padding: 9px 14px;
  border-radius: var(--radius-pill);
  font-size: 15px; font-weight: 600;
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-out),
              background-color var(--duration-fast) var(--ease-out);
}
.main-nav a:hover { color: var(--primitive-roxo); background: rgba(47, 21, 51, .06); }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  border: 0; border-radius: 50%;
  background: transparent; color: var(--primitive-roxo);
  cursor: pointer;
}

/* ---------- header (estado 2: barra flutuante fixa) ---------- */
.site-header.is-floating {
  position: fixed;
  top: 12px;
  width: min(1296px, calc(100vw - 32px));
}
.site-header.is-floating .header-tab {
  padding: 10px 12px 10px 28px;
  background: rgba(249, 247, 244, .9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 18px 40px -30px rgba(47, 21, 51, .4);
  animation: float-in var(--duration-medium) var(--ease-out);
}
.site-header.is-floating .header-tab::before,
.site-header.is-floating .header-tab::after { display: none; }
.site-header.is-floating .brand-logo img { width: 118px; }

@keyframes float-in {
  from { transform: translateY(-115%); }
  to { transform: none; }
}

.mobile-nav {
  position: fixed; inset: 84px 16px auto 16px; z-index: var(--z-overlay);
  display: none;
  flex-direction: column; gap: 4px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: 28px;
  box-shadow: var(--shadow-card);
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a:not(.btn) {
  padding: 13px 16px;
  border-radius: 14px;
  font-size: 17px; font-weight: 600;
  color: var(--primitive-roxo);
  text-decoration: none;
}
.mobile-nav a:not(.btn):hover { background: rgba(47, 21, 51, .05); }
.mobile-nav .btn { margin-top: 10px; }

/* ---------- hero ---------- */
.hero { padding-bottom: 20px; }

.hero-frame {
  position: relative;
  margin: var(--frame-pad) var(--frame-pad) 0;
}

.hero-banner {
  position: relative;
  height: min(960px, calc(100svh - 155px));
  min-height: 540px;
  border-radius: var(--r-banner);
  overflow: hidden;
  background: var(--primitive-roxo);
}
.hero-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
/* réplica do layer "filter" do Figma: sombra à esquerda p/ texto + vinheta à direita */
.hero-filter {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0) 74.667%, rgba(15, 15, 15, .64) 104.24%),
    linear-gradient(90deg, rgba(15, 15, 15, .64) 17.253%, rgba(15, 15, 15, 0) 95.52%),
    linear-gradient(rgba(15, 15, 15, .2), rgba(15, 15, 15, .2));
}

/* palco alinhado à largura da aba do header
   z-index acima do wordmark p/ copy/CTAs nunca ficarem por baixo */
.hero-stage {
  position: absolute; inset: 0;
  z-index: 2;
  width: var(--tab-w);
  margin-inline: auto;
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  left: 45px;
  top: 30%; /* mais baixo / centrado no banner */
  width: min(640px, calc(100% - 60px));
  display: flex; flex-direction: column; gap: 24px;
}
.hero-copy a { pointer-events: auto; }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(44px, 3.91vw, 75px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.06em;
  color: #ffffff;
  text-wrap: balance;
}

/* sub + CTAs lado a lado no desktop: sobe os botões e foge do wordmark */
.hero-sub-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 22px;
}

.hero-sub {
  flex: 1 1 220px;
  min-width: min(100%, 220px);
  font-size: clamp(19px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--primitive-cinza);
  text-wrap: pretty;
}
.hero-sub em { font-style: italic; }

.hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  flex: 0 0 auto;
}
.hero-ctas .btn {
  white-space: nowrap;
}



/* ---------- ticker de logos ---------- */
.hero-ticker {
  display: flex; align-items: center; gap: 20px;
  width: var(--tab-w);
  margin: 0 auto;
  padding-top: 56px;
}
.ticker-label {
  flex: none;
  width: 148px;
  margin-left: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.32;
  color: var(--color-text-secondary);
}
.ticker {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  opacity: .48;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker-track { display: flex; width: max-content; }
.ticker-set {
  list-style: none; padding: 0;
  display: flex; align-items: center;
  gap: 60px;
  padding-inline: 30px;
}
.ticker-set li { display: flex; align-items: center; justify-content: center; }

@media (prefers-reduced-motion: no-preference) {
  .ticker-track { animation: ticker-scroll 38s linear infinite; }
  .ticker:hover .ticker-track { animation-play-state: paused; }
  html.is-static .ticker-track { animation-play-state: paused; } /* screenshots */
  @keyframes ticker-scroll { to { transform: translateX(-50%); } }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { flex-wrap: wrap; }
  .ticker-set[aria-hidden="true"] { display: none; }
}

/* ---------- shared labels / a11y ---------- */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.pill-label {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 18px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-pill);
  font-size: 12px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  line-height: 1.3;
  color: var(--color-text-secondary);
  width: fit-content;
}
.pill-label .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--primitive-laranja);
  flex: none;
}

/* ---------- travando (dores → projetos) ---------- */
.sec-travando {
  padding: clamp(88px, 7.5vw, 140px) 0;
}

.travando-wrap {
  width: var(--tab-w);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.travando-title {
  max-width: 820px;
  text-wrap: pretty; /* reforço; a quebra fina vem do <br> + grifa */
}
/* grifa na 2ª linha: "seu próximo nível?" (evita órfão de uma palavra) */
.travando-title .hl-mark {
  background-size: 100% 0.88em;
  background-position: left 0.16em;
  padding-inline: 0.06em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.pain-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 920px;
}

.pain-chip {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-pill);
  background: #fafaf8;
  color: var(--primitive-roxo);
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--duration-base) var(--ease-out),
              border-color var(--duration-base) var(--ease-out),
              transform var(--duration-base) var(--ease-out),
              box-shadow var(--duration-base) var(--ease-out);
}
.pain-chip:hover {
  background: #fff;
  border-color: var(--primitive-malva);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -16px rgba(47, 21, 51, .35);
}
.pain-chip:focus-visible {
  outline: 2px solid var(--primitive-roxo);
  outline-offset: 3px;
}

/* grifa malva estilo seleção de texto (hero) */
.hl-mark {
  color: inherit;
  background: none;
  background-image: linear-gradient(var(--primitive-malva), var(--primitive-malva));
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* hero: faixa marca-texto (topo fixo; cresce p/ baixo via height) */
.hero-title .hl-mark {
  background-size: 100% 0.80em;
  background-position: left 0.24em;
  padding-inline: 0.04em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (prefers-reduced-motion: no-preference) {
  /* hero: grifa varre depois do title assentar (.35 delay + .9 duration + respiro) */
  html:not(.is-static) .hero-title .hl-mark { background-size: 0% 0.80em; }
  html.is-loaded:not(.is-static) .hero-title .hl-mark {
    background-size: 100% 0.80em;
    transition: background-size .7s var(--ease-out);
    transition-delay: 1.4s;
  }

  /* travando: mesma grifa, no scroll (hl-in via JS) */
  .travando-title .hl-mark { background-size: 0% 0.88em; }
  .travando-title.hl-in .hl-mark {
    background-size: 100% 0.88em;
    transition: background-size .7s var(--ease-out);
  }
}

/* ---------- projetos / áreas (como destravamos) ---------- */
.sec-frentes {
  background: var(--surface-frentes);
  padding: clamp(96px, 9.17vw, 176px) 0;
}

.frentes-wrap {
  width: var(--tab-w);
  margin-inline: auto;
  display: flex; flex-direction: column; gap: 56px;
}

.sec-head { display: flex; flex-direction: column; gap: 28px; }

.sec-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 3.02vw, 58px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.06em;
  color: var(--primitive-roxo);
  max-width: 820px;
}

.front {
  position: relative;
  border-top: 1px solid var(--border-on-cinza);
}
.front:last-child { border-bottom: 1px solid var(--border-on-cinza); }

/* cor de cada área (CTA + hover do título) */
.front:nth-of-type(1) { --f-accent: var(--primitive-roxo); --f-cta-fg: var(--primitive-cinza); }
.front:nth-of-type(2) { --f-accent: var(--primitive-laranja); --f-cta-fg: #fbfaf8; }
.front:nth-of-type(3) { --f-accent: var(--primitive-malva); --f-cta-fg: var(--primitive-roxo); }

/* head: num | título | tagline (1 linha, perto do +) | toggle */
.front-head {
  display: grid;
  grid-template-columns: 56px minmax(160px, 240px) minmax(0, 1fr) 52px;
  gap: 16px 32px;
  align-items: center;
  width: 100%;
  min-height: 148px;
  padding: 40px 0;
  background: none; border: 0; cursor: pointer;
  font-family: var(--font-ui);
  text-align: left;
  color: var(--primitive-roxo);
}

.front-num { font-size: 12px; font-weight: 400; letter-spacing: .04em; }

.front-titulo {
  font-family: var(--font-display);
  font-size: clamp(34px, 3.02vw, 58px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.06em;
  transition: color var(--duration-base) var(--ease-out);
}
.front:hover .front-titulo,
.front.open .front-titulo { color: var(--f-accent); }

/* frase de impacto: uma linha, empurrada p/ a direita (perto do +) */
.front-tagline {
  justify-self: end;
  margin-right: 8px;
  max-width: none;
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--primitive-roxo);
  white-space: nowrap;
  text-align: right;
}

.front-toggle {
  justify-self: end;
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.5px var(--border-strong);
  transition: transform var(--duration-medium) var(--ease-out),
              background-color var(--duration-base) var(--ease-out),
              color var(--duration-base) var(--ease-out),
              box-shadow var(--duration-base) var(--ease-out);
}
.front.open .front-toggle {
  transform: rotate(45deg);
  background: var(--f-accent);
  color: var(--f-cta-fg);
  box-shadow: none;
}

/* drop-down: 0fr -> 1fr */
.front-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .5s var(--ease-out);
}
.front.open .front-body { grid-template-rows: 1fr; }
.front-body-in { overflow: hidden; min-height: 0; }

/* body desktop: parágrafo | resultado | CTA (lado a lado, agrupados) */
.front-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 24px 32px;
  align-items: end;
  justify-content: start;
  width: fit-content;
  max-width: 100%;
  margin-left: 88px; /* alinha sob o título (56 + gap) */
  padding: 8px 0 52px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity var(--duration-medium) var(--ease-out) .08s,
              transform var(--duration-medium) var(--ease-out) .08s;
}
.front.open .front-body-grid { opacity: 1; transform: none; }

.front-body-text {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--color-text-secondary);
  max-width: 36ch;
  text-wrap: pretty;
}

.front-resultado {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.45;
  color: var(--primitive-roxo);
  max-width: 32ch;
  text-wrap: pretty;
}

/* CTA na cor da área, à direita */
.front-cta {
  flex: none;
  align-self: end;
  justify-self: end;
  min-height: 52px;
  padding: 0 28px;
  background: var(--f-accent);
  color: var(--f-cta-fg);
  font-size: 16px;
}
.front-cta:hover {
  filter: saturate(1.06);
  box-shadow: 0 14px 28px -14px color-mix(in srgb, var(--f-accent) 70%, transparent);
}

@media (prefers-reduced-motion: reduce) {
  .front-body { transition: none; }
  .front-body-grid { transition: none; }
}

/* ---------- formatos de trabalho (cards + modal, estilo index2) ---------- */
.sec-formatos {
  padding: clamp(72px, 5.5vw, 100px) 0 clamp(48px, 4vw, 72px);
}

.formatos-inner {
  width: var(--tab-w);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.formatos-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.sec-title-center { text-align: center; margin-inline: auto; }

.formatos-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.formato-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 200px;
  padding: 28px 20px;
  border: 1px solid var(--border-default);
  border-radius: 24px;
  background: #fff;
  color: var(--primitive-roxo);
  font-family: var(--font-ui);
  text-align: center;
  cursor: pointer;
  transition: transform var(--duration-base) var(--ease-out),
              box-shadow var(--duration-base) var(--ease-out),
              border-color var(--duration-base) var(--ease-out),
              background-color var(--duration-base) var(--ease-out);
}
.formato-card:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: 0 18px 36px -20px rgba(47, 21, 51, .35);
}
.formato-card:focus-visible {
  outline: 2px solid var(--primitive-roxo);
  outline-offset: 3px;
}

.formato-card:nth-child(1):hover { background: linear-gradient(160deg, rgba(184, 130, 232, .18), #fff 55%); }
.formato-card:nth-child(2):hover { background: linear-gradient(160deg, rgba(255, 72, 23, .12), #fff 55%); }
.formato-card:nth-child(3):hover { background: linear-gradient(160deg, rgba(47, 21, 51, .08), #fff 55%); }
.formato-card:nth-child(4):hover { background: linear-gradient(160deg, rgba(184, 130, 232, .12), #fff 55%); }

.formato-card-num {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--color-text-secondary);
}
.formato-card-verbo {
  font-family: var(--font-display);
  font-size: clamp(28px, 2.2vw, 36px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.04em;
}
.formato-card-nome {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 14ch;
  text-wrap: balance;
}

/* modais dos formatos */
.fmt-modal {
  border: none;
  padding: 0;
  background: transparent;
  max-width: min(560px, calc(100vw - 32px));
  width: 100%;
  margin: auto;
}
.fmt-modal::backdrop {
  background: rgba(15, 5, 18, .6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.fmt-modal-inner {
  position: relative;
  background: #ffffff;
  color: var(--primitive-roxo);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 40px);
  max-height: min(86vh, 720px);
  overflow-y: auto;
  box-shadow: 0 24px 60px -28px rgba(15, 15, 15, .45);
}
.fmt-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 21, 51, .14);
  border-radius: 50%;
  background: transparent;
  color: var(--primitive-roxo);
  cursor: pointer;
  transition: background-color var(--duration-base) var(--ease-out);
}
.fmt-modal-close:hover { background: rgba(47, 21, 51, .05); }

.fmt-modal-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}
.fmt-modal-inner h3 {
  margin: 0 0 14px;
  padding-right: 48px;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--primitive-roxo);
}
.fmt-modal-intro {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(47, 21, 51, .75);
}
.fmt-modal-inner h4 {
  margin: 28px 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(47, 21, 51, .55);
}
.fmt-modal-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fmt-modal-chips li {
  padding: 6px 14px;
  border: 1px solid rgba(47, 21, 51, .14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primitive-roxo);
}
.fmt-modal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fmt-modal-list li {
  padding-left: 14px;
  border-left: 2px solid var(--primitive-malva);
  font-size: 15px;
  line-height: 1.45;
  color: rgba(47, 21, 51, .75);
}
.fmt-modal-list strong {
  color: var(--primitive-roxo);
  margin-right: 6px;
}
.fmt-modal-inner .btn { margin-top: 28px; width: 100%; }

/* ---------- a elevo (who we are) ---------- */
.sec-elevo { padding: clamp(88px, 6.46vw, 124px) 0; }

.elevo-wrap {
  width: var(--tab-w);
  margin-inline: auto;
  display: flex; flex-direction: column; gap: 56px;
}

.elevo-grid { display: flex; align-items: stretch; gap: 24px; }

.elevo-photo {
  position: relative;
  flex: 1.6;
  min-width: 0;
  height: 570px;
  /* canto inferior-esquerdo reto: o notch cobre esse canto e o clip arredondado
     deixava um arco de 1px da foto vazar por anti-aliasing */
  border-radius: 24px 24px 24px 0;
  overflow: hidden;
  background: var(--primitive-roxo);
}
.elevo-photo img {
  position: absolute; inset: 0; /* evita fresta subpixel do fundo na borda inferior */
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

/* notch no canto inferior-esquerdo da foto, abrigando o selo rotativo */
.elevo-photo-notch {
  --en-r: 28px;
  position: absolute; left: 0; bottom: 0;
  width: 184px; height: 172px;
  background: var(--canvas);
  border-top-right-radius: 32px;
  display: flex; align-items: flex-end;
}
.elevo-photo-notch::before, .elevo-photo-notch::after {
  content: ""; position: absolute;
  width: var(--en-r); height: var(--en-r);
  pointer-events: none;
}
.elevo-photo-notch::before {
  bottom: 100%; left: 0;
  background: radial-gradient(circle at 100% 0, transparent calc(var(--en-r) - .5px), var(--canvas) var(--en-r));
}
.elevo-photo-notch::after {
  bottom: 0; left: 100%;
  background: radial-gradient(circle at 100% 0, transparent calc(var(--en-r) - .5px), var(--canvas) var(--en-r));
}

/* selo rotativo: anel de texto girando + núcleo laranja com o símbolo (sem fill, só stroke) */
.selo {
  position: relative;
  width: 136px; height: 136px;
  margin: 0 0 12px 12px;
  border-radius: 50%;
  border: 1px solid var(--primitive-roxo);
  display: flex; align-items: center; justify-content: center;
}
.selo-ring { position: absolute; inset: 6px; }
.selo-texto {
  font-family: var(--font-ui);
  font-size: 13px; font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  fill: var(--primitive-roxo);
}
.selo-core {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--primitive-laranja);
  display: flex; align-items: center; justify-content: center;
}
@media (prefers-reduced-motion: no-preference) {
  .selo-ring { animation: selo-spin 18s linear infinite; }
  html.is-static .selo-ring { animation-play-state: paused; } /* screenshots */
  @keyframes selo-spin { to { transform: rotate(1turn); } }
}

/* coluna direita: card de história com aba notchada + foto menor */
.elevo-col {
  flex: 1;
  min-width: 0;
  height: 570px; /* mesma régua da foto grande */
  display: flex; flex-direction: column; gap: 16px;
}

/* card branco com mordida canvas no topo-esquerdo; o label fica FORA da área branca */
.story-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
}
.story-notch {
  position: absolute; top: 0; left: 0;
  width: 260px; height: 88px;
  background: var(--canvas);
  border-bottom-right-radius: 32px;
}
.story-notch::before, .story-notch::after {
  content: ""; position: absolute;
  width: 20px; height: 20px;
  background: radial-gradient(circle at 100% 100%, transparent 19.5px, var(--canvas) 20px);
}
.story-notch::before { left: 100%; top: 0; }
.story-notch::after { top: 100%; left: 0; }
.story-label {
  position: absolute; left: 44px; top: 31px;
  font-size: 24px; font-weight: 600;
  color: var(--primitive-roxo);
}
.story-body { padding: 119px 49px 38px; }
.story-body p { font-size: 18px; line-height: 1.6; font-weight: 400; color: var(--color-text-secondary); max-width: 389px; }
.story-body strong { font-weight: 700; color: var(--primitive-roxo); }

.elevo-photo-sm {
  position: relative;
  flex: 1;
  min-height: 0; /* sem isso o img impõe altura mínima e a coluna estoura a régua */
  border-radius: 20px;
  overflow: hidden;
  background: var(--primitive-roxo);
}
.elevo-photo-sm img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

/* indicadores + CTA */
.elevo-stats {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 8px 24px 0;
}
.elevo-stats-list {
  list-style: none; padding: 0;
  display: flex; justify-content: space-between; gap: 32px;
  flex: 1;
  max-width: 780px;
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(48px, 3.75vw, 72px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--primitive-roxo);
}
.stat-suf {
  font-size: .42em;
  color: var(--primitive-laranja);
  margin-left: 2px;
}
.stat-label {
  margin-top: 8px;
  font-size: 15px; font-weight: 500;
  color: var(--color-text-secondary);
}

/* ---------- S6 · método (escadinha + ferramentas tipográficas) ---------- */
.sec-metodo {
  background: var(--canvas);
  padding: clamp(88px, 7.5vw, 140px) 0;
}

.metodo-wrap {
  width: var(--tab-w);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 5vw, 72px);
}

.metodo-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: end;
}

.metodo-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.metodo-lead {
  max-width: 42ch;
  margin: 0;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-text-secondary);
}

/* ferramentas: faixa editorial, só display */
.metodo-tools {
  padding: 28px 0 8px;
  border-top: 1px solid var(--border-on-cinza, rgba(47, 21, 51, .18));
}

.metodo-tools-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-text-muted, rgba(47, 21, 51, .52));
}

.metodo-tools-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  align-items: baseline;
}

.metodo-tools-list li {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.01em;
  color: var(--primitive-roxo);
}

.metodo-tools-list li:not(:last-child)::after {
  content: "·";
  margin-inline: 12px;
  color: var(--primitive-laranja);
  font-weight: 700;
}

.etapas-escadinha {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  align-items: start;
}

.etapa-step {
  border-left: 1.5px solid rgba(47, 21, 51, .18);
  padding-left: clamp(14px, 1.5vw, 22px);
  margin-top: calc((3 - var(--i, 0)) * clamp(18px, 2.4vw, 42px));
}

.etapa-label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--primitive-laranja);
}

.etapa-step h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.12;
  color: var(--primitive-roxo);
}

.etapa-step p:last-child {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-text-secondary);
}

/* ---------- S7 · a elevo (bloco escuro index2) ---------- */
.sec-sobre {
  background: var(--surface-primary);
  color: var(--color-text);
  padding: clamp(96px, 8vw, 160px) 0;
}

.sobre-wrap {
  width: var(--tab-w);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 5.5vw, 88px);
}

.sobre-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.sobre-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.sec-sobre .pill-label {
  border-color: rgba(237, 234, 229, .28);
  color: rgba(237, 234, 229, .72);
}

.sec-sobre .sec-title {
  color: var(--primitive-cinza);
  max-width: 14ch;
  font-size: clamp(42px, 3.6vw, 68px);
}

.sobre-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.sobre-body p {
  margin: 0;
  max-width: 48ch;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(237, 234, 229, .72);
}

.sobre-body .btn { margin-top: 8px; }

.sobre-numeros {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}

.sobre-numeros li {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(184, 130, 232, .22);
}

.sobre-num {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(44px, 4.4vw, 68px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
  background: linear-gradient(100deg, var(--primitive-malva) 0%, var(--primitive-laranja) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sobre-num span {
  font-size: .55em;
  margin-left: 1px;
}

.sobre-num-label {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: rgba(237, 234, 229, .52);
}

/* ---------- S9 · agenda / formulário ---------- */
.sec-agenda {
  background: var(--surface-frentes, #e5e3de);
  padding: clamp(88px, 7vw, 140px) 0;
}

.agenda-wrap {
  width: var(--tab-w);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 4vw, 56px);
}

.agenda-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  max-width: 720px;
}

.agenda-lead {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-text-secondary);
}

.agenda-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.agenda-panel {
  background: #fff;
  border-radius: 24px;
  padding: clamp(28px, 2.5vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.agenda-panel-head h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--primitive-roxo);
}

.agenda-panel-head p {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-secondary);
}

.agenda-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.agenda-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(47, 21, 51, .14);
}

.agenda-field > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primitive-roxo);
}

.agenda-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 400;
  color: var(--primitive-roxo);
  caret-color: var(--primitive-laranja);
}

.agenda-field input::placeholder {
  color: rgba(47, 21, 51, .38);
}

.agenda-form-msg {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--primitive-roxo);
}

.agenda-form-msg.is-error { color: #d64545; }
.agenda-form-msg.is-ok { color: #5b9e73; }

.agenda-submit { margin-top: 16px; align-self: flex-start; }

.agenda-panel--side {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.agenda-panel--side .agenda-panel-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.agenda-panel--side .btn {
  width: 100%;
  max-width: 320px;
}

.agenda-or {
  margin: 4px 0;
  font-size: 13px;
  color: var(--color-text-muted, rgba(47, 21, 51, .52));
  text-align: center;
}

.agenda-back {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primitive-roxo);
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 21, 51, .25);
}
.agenda-back:hover { border-bottom-color: var(--primitive-laranja); color: var(--primitive-laranja); }

/* ---------- S10 · na mídia (cards compactos + notch seta) ---------- */
.sec-midia {
  --midia-notch-r: 22px;
  background: var(--canvas);
  padding: clamp(88px, 6.98vw, 134px) 0;
}

.midia-wrap {
  width: var(--tab-w);
  margin-inline: auto;
}

.midia-head {
  margin-bottom: clamp(36px, 3.5vw, 52px);
}

.midia-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.midia-card {
  --midia-surface: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 220px;
  padding: 28px 28px 72px;
  background: var(--midia-surface);
  border-radius: 20px;
  color: var(--primitive-roxo);
  text-decoration: none;
  overflow: hidden;
}

.midia-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 52px;
  max-width: 78%;
}

.midia-logo img {
  max-height: 42px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  /* cores originais da marca: sem grayscale */
  filter: none;
}

/* Folha: logo vermelha original, maior */
.midia-logo--folha {
  max-width: 92%;
  min-height: 64px;
}
.midia-logo--folha img {
  max-height: 64px;
  filter: none;
}

/* SEGS: um pouco maior + saturação da marca */
.midia-logo--segs {
  max-width: 78%;
  min-height: 60px;
}
.midia-logo--segs img {
  max-height: 60px;
  filter: saturate(1.2) contrast(1.06);
}

.midia-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: var(--primitive-roxo);
  max-width: 22ch;
}

/* notch inferior-direito + flecha (receita dos cards de blog) */
.midia-arrow {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--canvas);
  border-top-left-radius: 22px;
  color: var(--primitive-roxo);
  transition: color var(--duration-base) var(--ease-out),
              transform var(--duration-base) var(--ease-out);
}

.midia-arrow::before,
.midia-arrow::after {
  content: "";
  position: absolute;
  width: var(--midia-notch-r);
  height: var(--midia-notch-r);
  pointer-events: none;
  background: radial-gradient(circle at 0 0,
    transparent calc(var(--midia-notch-r) - .5px),
    var(--canvas) var(--midia-notch-r));
}

.midia-arrow::before { bottom: 100%; right: 0; }
.midia-arrow::after { bottom: 0; right: 100%; }

.midia-arrow svg {
  transition: transform var(--duration-base) var(--ease-out);
}

.midia-card:hover .midia-arrow {
  color: var(--primitive-laranja);
}

.midia-card:hover .midia-arrow svg {
  transform: translate(2px, -2px);
}

/* ---------- blog ---------- */
.sec-blog {
  --blog-notch-r: 28px;
  padding: clamp(88px, 7.5vw, 128px) 0;
  background: var(--canvas);
}

.blog-inner {
  width: var(--tab-w);
  margin-inline: auto;
}

.blog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(32px, 3vw, 52px);
}

.blog-all { flex: none; margin-bottom: 2px; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-card {
  min-width: 0;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--duration-medium) var(--ease-out),
              transform var(--duration-medium) var(--ease-out);
  transition-delay: var(--blog-delay, 0ms);
}

.blog-card.in-view { opacity: 1; transform: none; }

.blog-link {
  display: block;
  color: var(--primitive-roxo);
  text-decoration: none;
}

.blog-media {
  position: relative;
  display: block;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  border-radius: 0 24px 0 24px;
  background: #d8d6d3;
}

.blog-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform var(--duration-slow) var(--ease-out),
              filter var(--duration-medium) var(--ease-out);
}

/* recorte côncavo superior-esquerdo: categoria dentro da aba do canvas */
.blog-category {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 48%;
  min-width: 150px;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 2px 0 0 30px;
  border-bottom-right-radius: 32px;
  background: var(--canvas);
  color: var(--primitive-laranja);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-category::before,
.blog-category::after,
.blog-arrow::before,
.blog-arrow::after {
  content: "";
  position: absolute;
  width: var(--blog-notch-r);
  height: var(--blog-notch-r);
  pointer-events: none;
}

.blog-category::before,
.blog-category::after {
  background: radial-gradient(circle at 100% 100%,
    transparent calc(var(--blog-notch-r) - .5px),
    var(--canvas) var(--blog-notch-r));
}

.blog-category::before { top: 0; left: 100%; }
.blog-category::after { top: 100%; left: 0; }

/* recorte côncavo inferior-direito: seta encaixada na foto */
.blog-arrow {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 8px 8px 0;
  border-top-left-radius: 32px;
  background: var(--canvas);
  color: var(--primitive-grafite);
}

.blog-arrow::before,
.blog-arrow::after {
  background: radial-gradient(circle at 0 0,
    transparent calc(var(--blog-notch-r) - .5px),
    var(--canvas) var(--blog-notch-r));
}

.blog-arrow::before { right: 100%; bottom: 0; }
.blog-arrow::after { right: 0; bottom: 100%; }

.blog-arrow svg { transition: transform var(--duration-base) var(--ease-out); }

.blog-card h3 {
  max-width: 350px;
  margin: 22px 0 0 30px;
  font-size: clamp(20px, 1.35vw, 24px);
  font-weight: 700;
  line-height: 1.28;
  text-wrap: balance;
}

.blog-link:hover .blog-media > img {
  transform: scale(1.035);
  filter: grayscale(.72);
}

.blog-link:hover .blog-arrow svg { transform: translate(3px, -3px); }

@media (prefers-reduced-motion: reduce) {
  .blog-card { opacity: 1; transform: none; transition: none; }
  .blog-media > img, .blog-arrow svg { transition: none; }
}

@media (max-width: 980px) {
  .blog-grid { gap: 18px; }
  .blog-category { min-width: 132px; padding-left: 22px; }
  .blog-card h3 { margin-left: 22px; font-size: 20px; }
}

@media (max-width: 720px) {
  .sec-blog {
    --blog-notch-r: 22px;
    padding: clamp(72px, 12vw, 96px) 0;
  }
  .blog-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  /* display:contents: sec-head e btn viram filhos do inner p/ reordenar */
  .blog-head { display: contents; }
  .blog-head .sec-head {
    order: 1;
    align-items: center;
    text-align: center;
    padding-inline: var(--frame-pad);
    margin-bottom: 32px;
  }
  .blog-head .sec-title {
    font-size: clamp(38px, 11vw, 48px);
    text-align: center;
    margin-inline: auto;
  }
  .blog-all {
    order: 3;
    align-self: center;
    margin: 28px auto 0;
    padding: 12px 17px;
    font-size: 14px;
  }
  .blog-all svg { display: none; }
  .blog-grid {
    order: 2;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 var(--frame-pad) 8px;
    scroll-padding-inline: var(--frame-pad);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .blog-grid::-webkit-scrollbar { display: none; }
  .blog-card {
    width: min(82vw, 352px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .blog-category {
    width: 51%;
    min-width: 140px;
    height: 58px;
    padding-left: 22px;
    font-size: 12px;
  }
  .blog-arrow { width: 60px; height: 60px; padding: 0 6px 6px 0; }
  .blog-card h3 { margin: 18px 16px 0 22px; font-size: 20px; }
}

/* ---------- quem conduz (executivos) ---------- */
.sec-exec { padding: clamp(88px, 6.46vw, 124px) 0; }

.exec-wrap {
  width: var(--tab-w);
  margin-inline: auto;
  display: flex; align-items: flex-start; gap: 48px;
}
.exec-head { flex: 0 0 34%; position: sticky; top: 120px; }

.exec-title-line {
  display: block;
}

.exec-cards {
  flex: 1;
  min-width: 0;
  display: flex; gap: 24px;
}

.exec-card {
  --xn-r: 20px;
  position: relative;
  flex: 1;
  min-width: 0;
  /* cantos sob os notches ficam retos (sem arco de anti-aliasing) */
  border-radius: 24px 0 24px 0;
  overflow: hidden;
  background: var(--primitive-roxo);
  aspect-ratio: 720 / 900;
}
.exec-card-offset { margin-top: 64px; }

.exec-card > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform var(--duration-slow) var(--ease-out);
}
.exec-card:hover > img { transform: scale(1.025); }

/* notches na cor do canvas (receita do banner) */
.xn { position: absolute; z-index: 2; background: var(--canvas); }
.xn::before, .xn::after {
  content: ""; position: absolute;
  width: var(--xn-r); height: var(--xn-r);
  pointer-events: none;
}

.xn-tr {
  top: 0; right: 0;
  border-bottom-left-radius: var(--xn-r);
  padding: 0 0 10px 10px;
}
.xn-tr::before {
  top: 0; right: 100%;
  background: radial-gradient(circle at 0 100%, transparent calc(var(--xn-r) - .5px), var(--canvas) var(--xn-r));
}
.xn-tr::after {
  top: 100%; right: 0;
  background: radial-gradient(circle at 0 100%, transparent calc(var(--xn-r) - .5px), var(--canvas) var(--xn-r));
}

.xn-bl {
  bottom: 0; left: 0;
  border-top-right-radius: var(--xn-r);
  padding: 14px 22px 0 10px; /* respiro lateral nos nomes */
}
.xn-bl::before {
  bottom: 100%; left: 0;
  background: radial-gradient(circle at 100% 0, transparent calc(var(--xn-r) - .5px), var(--canvas) var(--xn-r));
}
.xn-bl::after {
  bottom: 0; left: 100%;
  background: radial-gradient(circle at 100% 0, transparent calc(var(--xn-r) - .5px), var(--canvas) var(--xn-r));
}

.xn-btn {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--primitive-roxo);
  color: var(--primitive-cinza);
  transition: transform var(--duration-base) var(--ease-out),
              background-color var(--duration-base) var(--ease-out),
              color var(--duration-base) var(--ease-out);
}
.xn-btn:hover { transform: translateY(-2px); background: var(--primitive-malva); color: var(--primitive-roxo); }

/* nomes sem fill: texto direto sobre o canvas do notch */
.exec-id {
  display: flex; flex-direction: column; gap: 3px;
  max-width: 280px;
}
.exec-id b { font-size: 18px; font-weight: 700; color: var(--primitive-roxo); }
.exec-id span { font-size: 13.5px; font-weight: 500; line-height: 1.4; color: var(--color-text-secondary); }

/* ---------- depoimentos (card branco + notch só nas setas) ---------- */
.sec-depo {
  background: url("../img/bg-degrade-01.jpg") center / cover no-repeat;
  padding: clamp(64px, 6vw, 96px) 0 clamp(48px, 4vw, 72px);
  display: flex; flex-direction: column; align-items: center;
  gap: 28px;
}

/* shape SVG: topo limpo p/ logo colorida; notch inferior-direito p/ flechas */
.depo-stage {
  position: relative;
  width: var(--tab-w);
  aspect-ratio: 1296 / 595;
  container-type: inline-size;
}
.depo-shape {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: block;
  pointer-events: none;
}

/* logo no fundo branco do card, cores originais da marca */
.depo-logo {
  position: absolute;
  left: 5.5%;
  top: 7.5%;
  width: 16%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: opacity .22s ease;
}
.depo-logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.depo-quote-mark {
  position: absolute;
  left: 88%;
  top: 8%;
  margin: 0;
  font-family: var(--font-display);
  font-size: 5.56cqw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--primitive-laranja);
}

.depo-content {
  position: absolute;
  left: 5.5%;
  top: 24%;
  width: 68%;
  display: flex;
  flex-direction: column;
  gap: 2.24cqw;
  transition: opacity .28s var(--ease-out), transform .28s var(--ease-out);
}
.depo-content.swapping { opacity: 0; transform: translateY(8px); }
.depo-quote, .depo-author {
  margin: 0;
  font-size: 1.85cqw;
  font-weight: 400;
  line-height: 1.55;
  color: var(--primitive-roxo);
}
.depo-author span { color: var(--primitive-laranja); }

/* setas no vazio do notch (sobre o degradê) */
.depo-arrows {
  position: absolute;
  right: 0;
  bottom: 2.7%;
  width: 13.27%;
  display: flex;
  gap: 9.3%;
}
.depo-arrow {
  flex: 1;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(237, 234, 229, .45);
  border-radius: 50%;
  background: transparent;
  color: var(--primitive-cinza);
  cursor: pointer;
  transition: border-color var(--duration-base) var(--ease-out),
              background-color var(--duration-base) var(--ease-out),
              transform var(--duration-base) var(--ease-out);
}
.depo-arrow:hover {
  border-color: rgba(237, 234, 229, .85);
  background: rgba(255, 255, 255, .1);
  transform: translateY(-2px);
}

.depo-dots { display: none; }

/* faixa branca de logos colada na seção de depoimentos */
.logos-band {
  background: #ffffff;
  padding: 26px 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.band-track { display: flex; width: max-content; }
.band-set {
  list-style: none; padding: 0;
  display: flex; align-items: center;
  gap: clamp(48px, 5vw, 84px);
  padding-inline: clamp(24px, 2.5vw, 42px);
}
.band-set img {
  height: 32px; width: auto; max-width: 140px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .62;
}

@media (prefers-reduced-motion: no-preference) {
  .band-track { animation: ticker-scroll 38s linear infinite; }
  .logos-band:hover .band-track { animation-play-state: paused; }
  html.is-static .band-track { animation-play-state: paused; } /* screenshots */
}
@media (prefers-reduced-motion: reduce) {
  .band-track { flex-wrap: wrap; }
  .band-set[aria-hidden="true"] { display: none; }
}

/* ---------- o que entregamos (formas Figma / brand interlocking) ---------- */
.sec-entrega {
  background: var(--surface-frentes);
  padding: clamp(72px, 7.5vw, 140px) 0;
}

.entrega-stage {
  position: relative;
  width: var(--tab-w);
  margin-inline: auto;
  aspect-ratio: 1295 / 761;
  container-type: inline-size;
}

/* foto com recorte assimétrico (PNG com alpha) */
.entrega-photo {
  position: absolute;
  left: 43.67%;
  top: 0;
  width: 56.33%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.entrega-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.entrega-photo img:not(.entrega-mark) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

/* wordmark elevo no canto inferior-direito da composição
   (encaixa no recorte do shape; um pouco maior e puxado à esquerda) */
.entrega-mark {
  position: absolute;
  right: 4.2%;
  bottom: 2.4%;
  width: 21.5%;
  height: auto;
  z-index: 2;
}

/* card título (placa arredondada branca) */
.entrega-title-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 59.07%;
  height: 29.18%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(12px, 1.24cqw, 16px);
  padding: clamp(28px, 2.63cqw, 34px) clamp(48px, 5.64cqw, 73px);
  background: #fff;
  border-radius: clamp(18px, 1.93cqw, 25px);
  box-sizing: border-box;
}

.entrega-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.32cqw, 56px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.06em;
  color: var(--primitive-roxo);
  max-width: 18ch;
}

/* card lista com diagonal (EXPORT_1 / Figma path) */
.entrega-list-card {
  position: absolute;
  left: 0;
  top: 32.56%;
  width: 59.1%;
  height: 67.44%;
  z-index: 3;
}

.entrega-list-plate {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.entrega-list {
  position: absolute;
  left: 8.63%;
  top: 10%;
  width: 66.1%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.08cqw, 27px);
}

.entrega-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.47cqw, 19px);
  margin: 0;
}

.entrega-check {
  flex: none;
  width: clamp(20px, 1.85cqw, 24px);
  height: clamp(20px, 1.85cqw, 24px);
  margin-top: .15em;
  color: var(--primitive-laranja);
  fill: none;
  stroke: currentColor;
}

.entrega-list span {
  flex: 1;
  min-width: 0;
  font-size: clamp(15px, 1.85cqw, 24px);
  font-weight: 600;
  line-height: 1.3;
  color: var(--primitive-roxo);
}

/* pill na placa branca: borda clara como no Figma */
.entrega-title-card .pill-label {
  border-color: #fbfaf8;
  align-self: flex-start;
}

@media (max-width: 1100px) and (min-width: 861px) {
  .entrega-title { max-width: 16ch; }
  .entrega-list { width: 72%; left: 7%; }
}

@media (max-width: 860px) {
  .sec-entrega {
    background: var(--surface-frentes);
    padding: 56px var(--frame-pad) 64px;
  }

  .sec-entrega .entrega-stage {
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    container-type: normal;
  }

  .sec-entrega .entrega-photo,
  .sec-entrega .entrega-title-card,
  .sec-entrega .entrega-list-card {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .sec-entrega .entrega-title-card {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 28px 22px;
    border-radius: 22px;
    gap: 14px;
  }

  .sec-entrega .entrega-title {
    font-size: clamp(28px, 7.2vw, 34px);
    max-width: none;
    width: 100%;
    letter-spacing: -.04em;
    line-height: 1.05;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .sec-entrega .entrega-list-card {
    order: 2;
    background: #fff;
    border-radius: 22px;
    padding: 28px 22px 32px;
  }

  .sec-entrega .entrega-list-plate { display: none; }

  .sec-entrega .entrega-list {
    position: static;
    inset: auto;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    gap: 16px;
  }

  .sec-entrega .entrega-list li {
    width: 100%;
    max-width: 100%;
  }

  .sec-entrega .entrega-list span {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .sec-entrega .entrega-check {
    width: 22px;
    height: 22px;
    margin-top: .1em;
  }

  .sec-entrega .entrega-photo {
    order: 3;
    aspect-ratio: 5 / 4;
    border-radius: 22px;
    overflow: hidden;
    background: #1a1a1a;
  }

  .sec-entrega .entrega-photo picture,
  .sec-entrega .entrega-photo img:not(.entrega-mark) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
  }

  .sec-entrega .entrega-mark {
    right: 6%;
    bottom: 7%;
    width: 22%;
    max-width: 88px;
    filter: brightness(0) invert(1);
    opacity: .92;
  }
}

@media (max-width: 860px) {
  .sec-depo { padding: 48px 16px 36px; gap: 20px; }

  .depo-stage {
    width: min(343px, 100%);
    aspect-ratio: 343 / 720;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
  }

  .depo-logo {
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    width: 42%;
    height: 7%;
    justify-content: center;
  }

  .depo-quote-mark {
    left: auto;
    right: 8%;
    top: 5%;
    font-size: 48px;
  }

  .depo-content {
    left: 10%;
    top: 18%;
    width: 80%;
    align-items: center;
    text-align: center;
  }
  .depo-quote, .depo-author { font-size: 17px; }

  .depo-arrows { display: none; }

  .depo-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .depo-dot {
    flex: none;
    box-sizing: content-box;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, .45);
    cursor: pointer;
    transition: background-color var(--duration-base) var(--ease-out),
                transform var(--duration-base) var(--ease-out);
  }
  .depo-dot.is-active { background: #ffffff; transform: scale(1.3); }
}

/* ---------- entrada (slide up) ---------- */
@media (prefers-reduced-motion: no-preference) {
  html:not(.is-static) .anim {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
  }
  html:not(.is-static) .anim-frame { transform: translateY(64px); transition-duration: 1s; }
  html:not(.is-static) .anim-copy   { transition-delay: .35s; }
  html:not(.is-static) .anim-sub    { transition-delay: .47s; }
  html:not(.is-static) .anim-ctas   { transition-delay: .59s; }
  html:not(.is-static) .anim-ticker { transition-delay: .75s; }
  html:not(.is-static) .site-header { transition: opacity .7s var(--ease-out); transition-delay: .5s; opacity: 0; }

  html.is-loaded .anim { opacity: 1; transform: none; }
  html.is-loaded .site-header { opacity: 1; }
}

/* ---------- responsivo ---------- */
@media (max-width: 1180px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-right { gap: 10px; }
  .header-tab { padding: 18px 24px 20px 32px; }
}

@media (max-width: 860px) {
  :root {
    --frame-pad: 12px;
    --r-banner: 24px;
    --notch-r: 28px;
    --notch-gap: 56px;
    --tab-w: calc(100vw - 2 * var(--frame-pad) - 2 * var(--notch-gap));
  }

  /* só logo + menu sanduíche, paddings laterais iguais */
  .header-tab { padding: 12px 22px 14px 22px; }
  .header-tab .btn { display: none; }
  .nav-toggle { margin-right: -11px; } /* compensa a área de toque para o ícone alinhar aos 22px */
  .brand-logo img { width: 132px; }

  .hero-banner { height: min(720px, calc(100svh - 210px)); min-height: 480px; }

  .hero-stage { width: auto; inset: 0 0 0 0; }
  .hero-copy { left: 24px; right: 24px; top: 26%; width: auto; }
  .hero-title { font-size: clamp(38px, 9vw, 54px); }
  .hero-sub { font-size: 18px; flex-basis: 100%; }
  /* mobile: sub em cima, CTAs em linha abaixo */
  .hero-sub-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .hero-ctas {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero-ticker {
    width: auto;
    margin-inline: var(--frame-pad);
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 18px;
  }
  .ticker-label {
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
  }
  .ticker { width: 100%; }
  .ticker-set { gap: 40px; padding-inline: 20px; zoom: .72; }
}

@media (max-width: 1180px) {
  .exec-wrap { flex-direction: column; gap: 40px; }
  .exec-head { position: static; flex: none; }
  .exec-cards { width: 100%; }

  .metodo-intro { grid-template-columns: 1fr; gap: 28px; }
  .sobre-grid { grid-template-columns: 1fr; gap: 32px; }
  .agenda-grid { grid-template-columns: 1fr; }
  .midia-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .formatos-inner { width: auto; padding-inline: var(--frame-pad); }
  .formatos-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .formato-card { min-height: 160px; padding: 22px 16px; }

  .front-head {
    grid-template-columns: 40px minmax(0, 1fr) 48px;
    grid-template-rows: auto auto;
    min-height: 0;
    padding: 32px 0;
    row-gap: 12px;
    column-gap: 16px;
  }
  .front-num { grid-column: 1; grid-row: 1; align-self: center; }
  .front-titulo { grid-column: 2; grid-row: 1; }
  .front-tagline {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    margin-right: 0;
    text-align: left;
    white-space: normal;
    max-width: 28ch;
  }
  .front-toggle { grid-column: 3; grid-row: 1; }
  .front-body-grid {
    margin-left: 56px;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
    padding-bottom: 36px;
  }
  .front-body-text,
  .front-resultado { max-width: none; }
  .front-cta { justify-self: start; }
}

@media (max-width: 860px) {
  .travando-wrap {
    width: auto;
    padding-inline: var(--frame-pad);
    gap: 28px;
  }
  .travando-title { text-align: center; margin-inline: auto; }
  .pain-chips { justify-content: center; gap: 10px; }
  .pain-chip { font-size: 14px; padding: 11px 16px; }

  /* heads centralizados */
  .sec-frentes .sec-head,
  .sec-exec .sec-head,
  .sec-metodo .metodo-head,
  .sec-sobre .sobre-head,
  .sec-agenda .agenda-head,
  .sec-midia .midia-head .sec-head {
    align-items: center;
    text-align: center;
  }
  .sec-frentes .sec-title,
  .sec-exec .sec-title,
  .sec-metodo .sec-title,
  .sec-sobre .sec-title,
  .sec-agenda .sec-title,
  .sec-midia .sec-title {
    text-align: center;
    margin-inline: auto;
  }

  .frentes-wrap { gap: 36px; }
  .front-head { grid-template-columns: 28px minmax(0, 1fr) 44px; padding: 28px 0; }
  .front-toggle { width: 44px; height: 44px; }
  .front-body-grid { margin-left: 0; }
  .front-cta { width: 100%; }

  .exec-cards { flex-direction: column; gap: 20px; }
  .exec-card-offset { margin-top: 0; }

  .metodo-wrap,
  .sobre-wrap,
  .agenda-wrap,
  .midia-wrap {
    width: auto;
    padding-inline: var(--frame-pad);
  }

  .metodo-head,
  .sobre-head,
  .agenda-head,
  .sobre-body {
    align-items: center;
  }

  .metodo-lead,
  .agenda-lead,
  .sobre-body p {
    text-align: center;
    margin-inline: auto;
  }

  .metodo-tools { text-align: center; }
  .metodo-tools-list { justify-content: center; }

  .etapas-escadinha {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .etapa-step { margin-top: 0; }

  .sobre-numeros {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sobre-numeros li { align-items: center; text-align: center; }

  .midia-grid { grid-template-columns: 1fr; gap: 14px; }
  .midia-card { min-height: 0; }

  .footer-main--cta { justify-items: center; text-align: center; }
  .footer-intro { align-items: center; }
  .footer-ctas { justify-content: center; }

  .formatos-cards { grid-template-columns: 1fr; }
  .formato-card { min-height: 140px; }
}

@media (max-width: 480px) {
  .hero-ctas .btn { width: 100%; }
  .hero-copy { top: 22%; }
}

/* ---------- footer / contato ---------- */
.site-footer {
  --footer-bg: #261129;
  --footer-fg: var(--primitive-cinza);
  --footer-muted: #898989;
  --footer-line: rgba(237, 234, 229, .24);
  --footer-w: min(1398px, calc(100vw - 48px));
  position: relative;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 0 28%, rgba(255, 72, 23, .09), transparent 27%),
    radial-gradient(circle at 98% 9%, rgba(255, 72, 23, .075), transparent 23%),
    var(--footer-bg);
  color: var(--footer-fg);
}

.footer-inner {
  position: relative;
  z-index: 2;
  width: var(--footer-w);
  margin-inline: auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(360px, 427px) minmax(0, 687px);
  gap: clamp(72px, 12.65vw, 243px);
  align-items: center;
  padding: clamp(112px, 6.98vw, 134px) 14px 0;
}

/* footer sem formulário: CTA à esquerda + flecha/redes à direita */
.footer-main--cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  justify-items: stretch;
  max-width: none;
  width: 100%;
  gap: clamp(32px, 4vw, 64px);
  padding-right: 14px;
}

.footer-main--cta .footer-intro {
  max-width: 760px;
  justify-self: start;
}

.footer-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

/* coluna direita: flecha + redes (área marcada no layout) */
.footer-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
  flex: none;
  padding-bottom: 4px;
}

.footer-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px 16px;
  text-align: right;
}

.footer-social-label {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .02em;
  color: var(--footer-muted);
  white-space: nowrap;
}

.footer-social-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(237, 234, 229, .28);
  color: var(--footer-fg);
  text-decoration: none;
  transition: border-color var(--duration-base) var(--ease-out),
              background-color var(--duration-base) var(--ease-out),
              color var(--duration-base) var(--ease-out),
              transform var(--duration-base) var(--ease-out);
}

.footer-social-link:hover {
  border-color: rgba(237, 234, 229, .7);
  background: rgba(237, 234, 229, .06);
  color: var(--primitive-laranja);
  transform: translateY(-2px);
}

.footer-social-link .ic-stroke {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}



.footer-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.footer-intro .pill-label {
  border-color: rgba(237, 234, 229, .35);
  color: rgba(237, 234, 229, .78);
}

.footer-title {
  font-family: var(--font-display);
  font-size: clamp(58px, 3.75vw, 72px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.06em;
  color: var(--footer-fg);
}

.footer-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 6px;
}

.footer-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 0;
  border-bottom: 1px solid var(--footer-line);
  transition: border-color var(--duration-base) var(--ease-out);
}

.footer-field:focus-within { border-color: rgba(237, 234, 229, .72); }

.footer-field > span {
  color: var(--footer-fg);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.footer-field input {
  width: 100%;
  min-height: 30px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--footer-fg);
  font-family: var(--font-ui);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  caret-color: var(--primitive-laranja);
}

.footer-field input::placeholder { color: var(--footer-muted); opacity: 1; }
.footer-field input:-webkit-autofill {
  -webkit-text-fill-color: var(--footer-fg);
  box-shadow: 0 0 0 1000px var(--footer-bg) inset;
}

.footer-form-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding-top: 29px;
}

.footer-form-action > p {
  max-width: 420px;
  color: var(--footer-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.footer-form-action > p strong {
  color: var(--footer-fg);
  font-weight: 600;
}

.footer-form-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.footer-submit {
  flex: none;
  min-height: 50px;
  padding: 0 24px;
  color: var(--footer-fg);
  font-size: 16px;
}

/* CTA secundário: outline no fundo escuro do footer */
.footer-calendar {
  flex: none;
  min-height: 50px;
  padding: 0 22px;
  background: transparent;
  color: var(--footer-fg);
  font-size: 16px;
  box-shadow: inset 0 0 0 1.5px rgba(237, 234, 229, .35);
}
.footer-calendar:hover {
  background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 0 0 1.5px rgba(237, 234, 229, .72);
}

.footer-legal {
  margin-top: 108px;
  padding-top: 32px;
  border-top: 1px solid var(--footer-line);
}

.footer-legal-row,
.footer-contact,
.footer-meta,
.footer-nav {
  display: flex;
  align-items: center;
}

.footer-legal-row { justify-content: space-between; gap: 48px; }
.footer-contact { gap: 26px; }
.footer-meta { gap: 40px; }
.footer-nav { gap: 24px; }

.footer-contact a,
.footer-contact p,
.footer-nav a {
  color: var(--footer-fg);
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.footer-contact a { font-weight: 600; }
.footer-contact p,
.footer-nav a { font-weight: 400; }

.footer-contact a:hover,
.footer-nav a:hover { color: var(--primitive-laranja); }

.footer-agency {
  width: 84px;
  height: 23px;
  flex: none;
  filter: invert(1) hue-rotate(180deg) brightness(1.4) saturate(1.2);
}

.footer-wordmark {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: min(1810px, calc(100vw - 110px));
  max-width: none;
  pointer-events: none;
  user-select: none;
}

/* flecha: no topo da coluna direita */
.footer-top {
  position: static;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f0f0;
  color: var(--primitive-grafite);
  text-decoration: none;
  transition: transform var(--duration-base) var(--ease-out),
              box-shadow var(--duration-base) var(--ease-out);
}

.footer-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px -18px rgba(0, 0, 0, .5);
}

@media (min-width: 1361px) {
  .footer-main {
    position: relative;
    left: 15px;
    width: calc(100% - 15px);
  }
  .footer-legal {
    position: relative;
    left: 15px;
  }
}

@media (max-width: 1360px) {
  .footer-main:not(.footer-main--cta) {
    grid-template-columns: minmax(330px, 390px) minmax(0, 1fr);
    gap: clamp(64px, 8vw, 108px);
  }
  .footer-legal-row { align-items: flex-start; }
  .footer-contact { flex-wrap: wrap; row-gap: 12px; }
  .footer-contact p { flex-basis: 100%; }
}

@media (max-width: 980px) {
  .site-footer { min-height: 0; }
  .footer-main:not(.footer-main--cta) {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 48px;
  }
  .footer-title { font-size: clamp(48px, 6vw, 58px); }
  .footer-meta { flex-direction: column; align-items: flex-end; gap: 24px; }
  .footer-nav { flex-wrap: wrap; justify-content: flex-end; }
  .footer-wordmark { width: 130%; }
}

@media (max-width: 760px) {
  .site-footer {
    --footer-w: calc(100vw - 48px);
    min-height: 0;
    padding-bottom: 250px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 40px;
    padding: 72px 0 0;
  }
  .footer-intro {
    align-items: center;
    text-align: center;
  }
  .footer-title {
    max-width: 520px;
    margin-inline: auto;
    text-align: center;
    font-size: clamp(42px, 11vw, 56px);
  }
  .footer-main--cta {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 36px;
  }
  .footer-main--cta .footer-intro {
    align-items: center;
    text-align: center;
  }
  .footer-ctas {
    flex-direction: column;
    width: 100%;
  }
  .footer-ctas .btn { width: 100%; }
  .footer-aside {
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  .footer-social {
    justify-content: center;
    text-align: center;
  }
  .footer-top { width: 52px; height: 52px; }
  .footer-legal {
    margin-top: 72px;
    padding-top: 28px;
  }
  .footer-legal-row,
  .footer-contact,
  .footer-meta,
  .footer-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-legal-row { gap: 36px; }
  .footer-contact { gap: 14px; }
  .footer-meta { gap: 28px; }
  .footer-nav { gap: 18px; }
  .footer-contact a,
  .footer-contact p,
  .footer-nav a { white-space: normal; }
  .footer-wordmark {
    left: -20%;
    bottom: -8px;
    transform: none;
    width: 150%;
  }
}
