/* =========================================================
   ELO18 — V20
   Limpeza editorial, clareza comercial e continuidade visual
   ========================================================= */

:root {
  --v20-panel-overlay: rgba(3, 12, 20, .88);
  --v20-panel-soft: rgba(7, 20, 33, .38);
  --v20-ribbon: #102c3c;
}

/* Evita microfrestas entre fundos com transparência. */
main > section {
  margin-block: -1px;
}

/* ---------------------------------------------------------------------
   01. HERO — palavra de marca e atalhos sutis
   --------------------------------------------------------------------- */
.hero-essence {
  font-style: normal;
  color: var(--aqua);
  text-shadow: 0 0 34px rgba(72, 169, 166, .18);
}

.hero-copy {
  width: min(92vw, 1140px);
  padding-right: min(31vw, 360px);
}

.hero-actions {
  position: absolute;
  top: 52%;
  right: 0;
  display: grid;
  justify-items: end;
  gap: .75rem;
  transform: translateY(-50%);
}

.hero-quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 46px;
  max-width: 48px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(7,20,33,.34);
  color: var(--white);
  white-space: nowrap;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: max-width .42s var(--ease), border-color .32s, background .32s, transform .32s var(--ease);
}

.hero-quick-link:hover,
.hero-quick-link:focus-visible {
  max-width: 245px;
  border-color: rgba(141,212,207,.62);
  background: rgba(7,20,33,.72);
  transform: translateX(-3px);
}

.hero-quick-link__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  color: var(--aqua-soft);
  font-size: 1rem;
  transition: transform .32s var(--ease);
}

.hero-quick-link:hover .hero-quick-link__icon,
.hero-quick-link:focus-visible .hero-quick-link__icon {
  transform: rotate(-45deg);
}

.hero-quick-link__text {
  padding: 0 1rem 0 .25rem;
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity .22s .08s, transform .32s .05s var(--ease);
}

.hero-quick-link:hover .hero-quick-link__text,
.hero-quick-link:focus-visible .hero-quick-link__text {
  opacity: 1;
  transform: none;
}

.hero-footer {
  grid-template-columns: 1fr;
}

/* Névoa orgânica mais ampla para apagar por completo a emenda. */
.hero-problem-transition {
  height: clamp(92px, 10vw, 155px);
  margin-top: calc(clamp(92px, 10vw, 155px) * -.72);
  margin-bottom: calc(clamp(92px, 10vw, 155px) * -.34);
  overflow: visible;
}

.hero-problem-transition::before,
.hero-problem-transition::after {
  content: "";
  position: absolute;
  inset-inline: -8vw;
  pointer-events: none;
}

.hero-problem-transition::before {
  top: 4%;
  height: 110%;
  opacity: .96;
  background:
    radial-gradient(ellipse at 12% 52%, rgba(72,169,166,.52), transparent 52%),
    radial-gradient(ellipse at 42% 36%, rgba(7,20,33,.94), transparent 58%),
    radial-gradient(ellipse at 78% 55%, rgba(216,92,50,.22), transparent 48%),
    radial-gradient(ellipse at 95% 30%, rgba(244,240,233,.20), transparent 42%);
  filter: blur(28px) saturate(1.08);
  mask-image: linear-gradient(180deg, transparent, #000 17%, #000 81%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 17%, #000 81%, transparent);
}

.hero-problem-transition::after {
  top: 44%;
  height: 64%;
  background: linear-gradient(180deg, rgba(244,240,233,0), rgba(244,240,233,.82) 76%, rgba(244,240,233,.96));
  filter: blur(12px);
}

/* ---------------------------------------------------------------------
   02. PROBLEMA E TRANSIÇÃO PARA JORNADAS
   --------------------------------------------------------------------- */
.problem-intro .eyebrow {
  max-width: 560px;
  color: rgba(7,20,33,.58);
}

.problem-heading .display-title {
  max-width: 12ch;
}

.problem-heading .display-title em {
  color: var(--coral);
}

.problem-journey-transition {
  position: relative;
  z-index: 8;
  height: clamp(115px, 13vw, 190px);
  margin-top: calc(clamp(115px, 13vw, 190px) * -.72);
  margin-bottom: calc(clamp(115px, 13vw, 190px) * -.38);
  pointer-events: none;
  overflow: hidden;
}

.problem-journey-transition::before,
.problem-journey-transition::after {
  content: "";
  position: absolute;
  inset-inline: -10vw;
}

.problem-journey-transition::before {
  inset-block: 0;
  background:
    radial-gradient(ellipse at 16% 42%, rgba(244,240,233,.92), transparent 47%),
    radial-gradient(ellipse at 44% 59%, rgba(72,169,166,.32), transparent 52%),
    radial-gradient(ellipse at 74% 38%, rgba(7,20,33,.92), transparent 50%),
    radial-gradient(ellipse at 96% 68%, rgba(216,92,50,.18), transparent 42%);
  filter: blur(30px);
  mask-image: linear-gradient(180deg, transparent 0, #000 16%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 16%, #000 82%, transparent 100%);
}

.problem-journey-transition::after {
  bottom: 0;
  height: 55%;
  background: linear-gradient(180deg, transparent, rgba(4,11,18,.96));
  filter: blur(9px);
}

/* ---------------------------------------------------------------------
   03. JORNADAS — imagem como fundo e conteúdo integrado
   --------------------------------------------------------------------- */
.journeys {
  position: relative;  
}

.journey-grid {
  gap: clamp(0rem, 0vh, 0rem);
}

.journey-card,
.journey-card--reverse {
  position: relative;
  display: block;
  min-height: clamp(590px, 72vh, 760px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.10);
  background: #071421;
  box-shadow: 0 28px 90px rgba(0,0,0,.22);
}

.journey-card figure,
.journey-card--reverse figure {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  min-height: 0;
  height: 100%;
  margin: 0;
  order: initial;
}

.journey-card picture,
.journey-card img {
  width: 100%;
  height: 100%;
}

.journey-card img {
  object-fit: cover;
  object-position: center;
  opacity: .88;
  filter: saturate(.88) contrast(1.04) brightness(.83);
}

.journey-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,12,20,.96) 0%, rgba(3,12,20,.84) 36%, rgba(3,12,20,.26) 70%, rgba(3,12,20,.10) 100%),
    linear-gradient(180deg, rgba(3,12,20,.06), rgba(3,12,20,.26));
  pointer-events: none;
}

.journey-card--reverse::after {
  background:
    linear-gradient(270deg, rgba(3,12,20,.96) 0%, rgba(3,12,20,.84) 36%, rgba(3,12,20,.26) 70%, rgba(3,12,20,.10) 100%),
    linear-gradient(180deg, rgba(3,12,20,.06), rgba(3,12,20,.26));
}

.journey-content {
  position: relative;
  z-index: 2;
  width: min(54%, 620px);
  min-height: inherit;
  padding: clamp(3rem, 7vh, 5.5rem) clamp(2rem, 5vw, 5.5rem);
  justify-content: center;
  color: var(--white);
}

.journey-card--reverse .journey-content {
  
}

.journey-content h3 {
  font-size: clamp(2.55rem, 4.25vw, 5rem);
}

.journey-content p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255,255,255,.74);
}

.journey-card .card-index {
  z-index: 3;
}

/* ---------------------------------------------------------------------
   04. COMO AJUDAMOS — painéis fotográficos sem caixas brancas
   --------------------------------------------------------------------- */
.services {
  position: relative;
  padding-top: clamp(8rem, 12vh, 10rem);
}

.services .section-heading {
  margin-bottom: clamp(3rem, 7vh, 5.5rem);
}

.service-stack {
  gap: clamp(0rem, 0vh, 0rem);
}

.service-panel,
.service-panel--reverse {
  position: relative;
  display: block;
  min-height: clamp(620px, 76vh, 790px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(7,20,33,.12);
  background: #071421;
  box-shadow: 0 28px 90px rgba(7,20,33,.16);
}

.service-panel figure,
.service-panel--reverse figure {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
}

.service-panel picture,
.service-panel img {
  width: 100%;
  height: 100%;
}

.service-panel img {
  object-fit: cover;
  opacity: .92;
  filter: saturate(.86) contrast(1.05) brightness(.78);
}

.service-panel::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,12,20,.97) 0%, rgba(3,12,20,.86) 38%, rgba(3,12,20,.34) 68%, rgba(3,12,20,.08) 100%),
    radial-gradient(circle at 18% 50%, rgba(72,169,166,.12), transparent 42%);
  pointer-events: none;
}

.service-panel--reverse::after {
  background:
    linear-gradient(270deg, rgba(3,12,20,.97) 0%, rgba(3,12,20,.86) 38%, rgba(3,12,20,.34) 68%, rgba(3,12,20,.08) 100%),
    radial-gradient(circle at 82% 50%, rgba(72,169,166,.12), transparent 42%);
}

.service-copy,
.service-panel--reverse .service-copy {
  position: relative;
  z-index: 2;
  width: min(57%, 670px);
  min-height: inherit;
  padding: clamp(3.25rem, 7vh, 5.75rem) clamp(2rem, 5vw, 5.5rem);
  color: var(--white);
  background: transparent;
}

.service-panel--reverse .service-copy {
  margin-left: auto;
}

.service-index {
  margin-bottom: clamp(2rem, 4vh, 3rem);
  font-size: clamp(3.2rem, 5vw, 5.6rem);
  color: var(--aqua-soft);
  opacity: .76;
}

.service-copy h3 {
  font-size: clamp(2.55rem, 4.25vw, 5rem);
}

.service-copy > p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
}

.service-copy ul {
  border-color: rgba(255,255,255,.16);
}

.service-copy li {
  border-color: rgba(255,255,255,.16);
  color: rgba(255,255,255,.78);
}

/* ---------------------------------------------------------------------
   05. METODOLOGIA — órbita redonda, fina e legível
   --------------------------------------------------------------------- */
.method-cycle__desktop {
  width: min(100%, 760px);
  aspect-ratio: 1;
}

.method-cycle__routes,
.method-mobile-routes {
  transform-origin: 50% 50%;
}

.method-orbit {
  fill: none;
  vector-effect: non-scaling-stroke;
  transform-origin: center;
}

.method-orbit--base {
  stroke: rgba(255,255,255,.10);
  stroke-width: 1;
}

.method-orbit--moving {
  stroke: rgba(141,212,207,.62);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-dasharray: 3 13;
  filter: drop-shadow(0 0 8px rgba(72,169,166,.20));
  animation: v20OrbitSpin 24s linear infinite;
}

@keyframes v20OrbitSpin {
  to { transform: rotate(360deg); }
}

.method-node {
  width: clamp(10.5rem, 18vw, 12.4rem);
  padding: 1.35rem;
}

.method-node--attraction {
  left: 50%;
  top: 12.5%;
}

.method-node--confirmation {
  left: 79.5%;
  top: 68.5%;
}

.method-node--permanence {
  left: 20.5%;
  top: 68.5%;
}

.method-node strong {
  max-width: 100%;
  font-size: clamp(1.6rem, 2.35vw, 2.05rem);
  line-height: .92;
  overflow-wrap: anywhere;
  font-family: poppins, sans-serif;
}

.method-node--confirmation strong,
.method-node--permanence strong {
  font-size: clamp(1.4rem, 1.7vw, 1.9rem);
  
}

.method-node small {
  max-width: 9.4rem;
  font-size: clamp(.61rem, .78vw, .71rem);
}

.method .pillar > button {
  min-height: 88px;
}

.method .pillar-name {
  font-size: clamp(2rem, 3.75vw, 4rem);
}

.method .pillar-panel {
  position: relative;
  display: block;
  min-height: clamp(480px, 58vh, 610px);
  overflow: hidden;
  isolation: isolate;
  gap: 0;
  background: #071421;
}

.method .pillar.is-active .pillar-panel {
  max-height: 720px;
  padding: 0;
}

.method .pillar-panel figure {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
}

.method .pillar-panel picture,
.method .pillar-panel img {
  width: 100%;
  height: 100%;
}

.method .pillar-panel img {
  object-fit: cover;
  opacity: .82;
  filter: saturate(.88) contrast(1.05) brightness(.72);
}

.method .pillar-panel::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,12,20,.98) 0%, rgba(3,12,20,.88) 43%, rgba(3,12,20,.32) 72%, rgba(3,12,20,.08) 100%),
    linear-gradient(180deg, rgba(3,12,20,.08), rgba(3,12,20,.30));
  pointer-events: none;
}

.method .pillar-copy {
  position: relative;
  z-index: 2;
  width: min(58%, 650px);
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vh, 5rem) clamp(2rem, 5vw, 5.25rem);
}

.method .pillar-lead {
  font-size: clamp(2rem, 3.2vw, 3.7rem);
}

.method .business-impact {
  border-color: rgba(255,255,255,.14);
  background: rgba(7,20,33,.24);
  backdrop-filter: blur(8px);
}

.method .cycle-note {
  position: relative;  
  border-top: 1px solid rgba(255,255,255,.15);
  text-align: left;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.method .cycle-note strong {
 color:#48a9a6;
 font-size: clamp(1.6rem, 2.35vw, 2.05rem);
}

.method .cycle-note::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sand);
  box-shadow: calc(50% - 4px) 0 0 var(--aqua), calc(100% - 8px) 0 0 var(--coral);
}

.method .cycle-note p {
  min-height: 190px;
  margin: 0;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.6rem);
  border-right: 1px solid rgba(255,255,255,.10);
}

.method .cycle-note p:first-child {
  padding-left: 0;
}

.method .cycle-note p:last-child {
  padding-right: 0;
  border-right: 0;
}

.method .cycle-note span {
  display: block;
  margin-top: 1rem;
  color: rgba(255,255,255,.68);
  font-size: clamp(.92rem, 1.08vw, 1.05rem);
  line-height: 1.7;
}

.cycle-word {
  display: block;
  font-size: clamp(2.25rem, 3.5vw, 4rem);
}

/* ---------------------------------------------------------------------
   06. IMPACTO — mais visual, menos texto e sem cards genéricos
   --------------------------------------------------------------------- */
.outcomes {
  padding-block: clamp(7rem, 12vh, 10rem);
}

.outcomes-head {
  grid-template-columns: .55fr 1.45fr;
}

.outcomes-head .display-title {
  max-width: 13ch;
  font-size: clamp(3.55rem, 6.6vw, 7.7rem);
}

.outcome-grid {
  grid-template-columns: repeat(4, 1fr);
  border-left: 0;
  border-top: 1px solid rgba(7,20,33,.18);
}

.outcome-card {
  position: relative;
  min-height: 390px;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border-bottom: 0;
  border-right: 1px solid rgba(7,20,33,.14);
  overflow: hidden;
}

.outcome-card:last-child {
  border-right: 0;
}

.outcome-card::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 54px;
  aspect-ratio: 1;
  border: 1px solid rgba(72,169,166,.35);
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px rgba(72,169,166,.035);
}

.outcome-card::after {
  content: "";
  position: absolute;
  top: 3.65rem;
  right: 1.45rem;
  width: 66px;
  height: 1px;
  background: rgba(216,92,50,.45);
  transform: rotate(-35deg);
  transform-origin: center;
}

.outcome-card > span {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 5vw, 6rem);
  letter-spacing: -.06em;
  color: rgba(7,20,33,.12);
  opacity: 1;
}

.outcome-card h3 {
  margin: auto 0 1.5rem;
  font-size: clamp(2rem, 2.55vw, 3.05rem);
}

.outcome-card p {
  max-width: 29ch;
  color: rgba(7,20,33,.70);
  line-height: 1.65;
}

/* ---------------------------------------------------------------------
   07. PROJETOS — fita na paleta e sensação de continuidade
   --------------------------------------------------------------------- */
.projects.cases {
  --case-ribbon-bg: var(--v20-ribbon);
  --case-ribbon-logo: #9fc4c5;
  --case-ribbon-logo-active: #f4f0e9;
  background:
    radial-gradient(circle at 82% 14%, rgba(72,169,166,.16), transparent 28%),
    #183447;
}

.case-ribbon-wrap {
  background:
    linear-gradient(90deg, rgba(72,169,166,.055), transparent 25%, transparent 75%, rgba(216,92,50,.035)),
    var(--case-ribbon-bg);
  border-top-color: rgba(141,212,207,.13);
  border-bottom-color: rgba(3,12,20,.40);
}

.case-tab + .case-tab {
  border-left-color: rgba(141,212,207,.08);
}

.case-tab img {
  opacity: .50;
}

.case-tab.is-active img {
  opacity: .96;
}

/* ---------------------------------------------------------------------
   08. ORIGEM — imagem permanente durante toda a narrativa
   --------------------------------------------------------------------- */
.origin-story {
  min-height: 355vh;
  background: #030c14;
}

.origin-story__stage {
  background: #030c14;
}

.origin-story__image {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .44;
  transform: scale(1.06);
  clip-path: none;
}

.origin-story__image::after {
  background:
    linear-gradient(90deg, rgba(3,12,20,.58), rgba(3,12,20,.22) 50%, rgba(3,12,20,.55)),
    linear-gradient(180deg, rgba(3,12,20,.62), rgba(3,12,20,.12) 42%, rgba(3,12,20,.64));
}

.origin-story__image img {
  object-position: center 48%;
  filter: saturate(.86) contrast(1.06) brightness(.82);
}

.origin-story__stage::before,
.origin-story__stage::after {
  z-index: 2;
}

.origin-story__word,
.origin-story__question,
.origin-story__value {
  z-index: 5;
  text-shadow: 0 8px 38px rgba(0,0,0,.52);
}

.origin-story__word {
  color: var(--sand);
}

/* ---------------------------------------------------------------------
   09. DIAGNÓSTICO — leitura rápida e visual mais elegante
   --------------------------------------------------------------------- */
.diagnostic.section-coral {
  min-height: auto;
  padding-block: clamp(7rem, 12vh, 10rem);
  background:
    radial-gradient(circle at 88% 8%, rgba(216,92,50,.22), transparent 30%),
    radial-gradient(circle at 12% 78%, rgba(72,169,166,.16), transparent 34%),
    #071421;
}

.diagnostic .eyebrow {
  color: var(--aqua-soft);
}

.diagnostic .display-title {
  max-width: 12ch;
  font-size: clamp(3.65rem, 7.2vw, 8.3rem);
}

.diagnostic .display-title em {
  color: var(--coral-light, #e77e50);
}

.diagnostic-intro {
  max-width: 760px;
  margin-top: 2.4rem;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
}

.diagnostic-steps {
  position: relative;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-top: clamp(4rem, 8vh, 6rem);
  border: 0;
}

.diagnostic-steps::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: linear-gradient(90deg, var(--aqua), rgba(255,255,255,.18), var(--coral));
}

.diagnostic-steps li {
  position: relative;
  min-height: 0;
  padding: 3.4rem 1rem 0;
  border: 0;
}

.diagnostic-steps li::before {
  content: "";
  position: absolute;
  top: .75rem;
  left: 1rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 7px rgba(72,169,166,.10);
}

.diagnostic-steps li:nth-child(2)::before {
  background: var(--sand);
  box-shadow: 0 0 0 7px rgba(244,240,233,.08);
}

.diagnostic-steps li:nth-child(3)::before {
  background: var(--coral);
  box-shadow: 0 0 0 7px rgba(216,92,50,.10);
}

.diagnostic-steps li > span {
  margin-bottom: 1.4rem;
  color: var(--aqua-soft);
  opacity: .72;
}

.diagnostic-steps strong {
  max-width: 13ch;
  font-size: clamp(2rem, 2.65vw, 3.1rem);
}

.diagnostic-steps p {
  max-width: 31ch;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
}

.diagnostic-bottom {
  margin-top: clamp(3.5rem, 7vh, 5rem);
  padding-top: clamp(2rem, 4vh, 3rem);
  border-top: 1px solid rgba(255,255,255,.12);
}

.diagnostic-bottom > p {
  max-width: 650px;
  color: rgba(255,255,255,.62);
}

.diagnostic-button {
  min-width: 260px;
  min-height: 58px;
  border-color: rgba(141,212,207,.55);
  background: rgba(72,169,166,.08);
}

.diagnostic-button:hover {
  background: var(--aqua);
  color: var(--ink);
}

.diagnostic-orbit {
  opacity: .48;
  border-color: rgba(141,212,207,.14);
}

/* ---------------------------------------------------------------------
   10. RODAPÉ E WHATSAPP
   --------------------------------------------------------------------- */
.site-footer {
  padding: clamp(4.5rem, 7vh, 6rem) 5vw 2.5rem;
}

.footer-brand {
  align-items: center;
}

.footer-brand img {
  width: min(180px, 45vw);
}

.footer-brand p {
  max-width: 430px;
  font-size: clamp(1.25rem, 2vw, 2.15rem);
  line-height: 1.08;
  color: rgba(255,255,255,.76);
}

.footer-columns {
  margin-top: clamp(3.5rem, 6vh, 5rem);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 40px;
  padding: .45rem .7rem;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  color: rgba(255,255,255,.68);
  transition: border-color .25s, color .25s, transform .25s var(--ease), background .25s;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--white);
  border-color: rgba(141,212,207,.48);
  background: rgba(72,169,166,.07);
  transform: translateY(-2px);
}

.footer-social a[aria-disabled="true"] {
  opacity: .46;
  cursor: default;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social a:nth-child(2) svg,
.footer-social a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.footer-social span {
  margin: 0;
  color: inherit;
  font-size: .62rem;
}

.footer-top-link {
  margin-top: .65rem;
}

.footer-meta {
  margin-top: clamp(3.5rem, 6vh, 5rem);
}

.whatsapp-float {
  position: fixed;
  z-index: 70;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 50px;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid rgba(141,212,207,.42);
  border-radius: 999px;
  background: rgba(7,20,33,.82);
  color: var(--white);
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: width .38s var(--ease), background .28s, transform .28s var(--ease), border-color .28s;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  width: 240px;
  background: rgba(23,82,78,.94);
  border-color: rgba(141,212,207,.72);
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 22px;
  height: 22px;
  flex: 0 0 50px;
  fill: currentColor;
}

.whatsapp-float span {
  padding-right: 1rem;
  white-space: nowrap;
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity .2s .07s, transform .28s .05s var(--ease);
}

.whatsapp-float:hover span,
.whatsapp-float:focus-visible span {
  opacity: 1;
  transform: none;
}

/* ---------------------------------------------------------------------
   11. RESPONSIVIDADE
   --------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .hero-copy {
    padding-right: min(29vw, 285px);
  }

  .hero-quick-link:hover,
  .hero-quick-link:focus-visible {
    max-width: 215px;
  }

  .outcome-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .outcome-card:nth-child(2) {
    border-right: 0;
  }

  .outcome-card:nth-child(-n+2) {
    border-bottom: 1px solid rgba(7,20,33,.14);
  }
}

@media (max-width: 900px) {
  .hero-copy {
    width: 100%;
    padding-right: 0;
  }

  .hero-actions {
    position: static;
    display: flex;
    justify-content: flex-start;
    gap: .65rem;
    margin-top: 1.25rem;
    transform: none;
  }

  .hero-quick-link {
    max-width: none;
    min-height: 42px;
    overflow: visible;
    background: rgba(7,20,33,.56);
  }

  .hero-quick-link__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .hero-quick-link__text {
    padding-right: .85rem;
    opacity: 1;
    transform: none;
    font-size: .58rem;
  }

  .journey-card,
  .journey-card--reverse,
  .service-panel,
  .service-panel--reverse {
    min-height: 680px;
  }

  .journey-card::after,
  .journey-card--reverse::after,
  .service-panel::after,
  .service-panel--reverse::after {
    background:
      linear-gradient(180deg, rgba(3,12,20,.08) 0%, rgba(3,12,20,.32) 38%, rgba(3,12,20,.94) 70%, rgba(3,12,20,.98) 100%);
  }

  .journey-content,
  .journey-card--reverse .journey-content,
  .service-copy,
  .service-panel--reverse .service-copy {
    width: 100%;
    min-height: inherit;
    margin-left: 0;
    justify-content: flex-end;
    padding: 3rem clamp(1.5rem, 6vw, 3rem);
  }

  .journey-card figure,
  .service-panel figure {
    aspect-ratio: auto;
    height: 100%;
  }

  .method-cycle__mobile {
    width: min(100%, 360px);
    height: auto;
    aspect-ratio: 1;
  }

  .method-mobile-routes {
    width: 100%;
    height: 100%;
  }

  .method-mobile-node {
    width: 106px;
    height: 106px;
    min-width: 106px;
    min-height: 106px;
    flex-direction: column;
    gap: .35rem;
    padding: .75rem;
    border-radius: 50%;
  }

  .method-mobile-node span {
    width: 1.45rem;
    height: 1.45rem;
  }

  .method-mobile-node strong {
    max-width: 100%;
    font-size: 1.35rem;
    overflow-wrap: anywhere;
  }

  .method-mobile-node--attraction {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .method-mobile-node--attraction:hover,
  .method-mobile-node--attraction:focus-visible,
  .method-mobile-node--attraction.is-active {
    transform: translateX(-50%) scale(1.04);
  }

  .method-mobile-node--confirmation {
    right: 2%;
    top: 62%;
  }

  .method-mobile-node--permanence {
    left: 2%;
    bottom: 1%;
    transform: none;
  }

  .method-mobile-node--permanence:hover,
  .method-mobile-node--permanence:focus-visible,
  .method-mobile-node--permanence.is-active {
    transform: scale(1.04);
  }

  .method-mobile-node--confirmation strong,
  .method-mobile-node--permanence strong {
    font-size: 1.08rem;
  }

  .method-cycle__mobile-note {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .method .pillar-panel {
    min-height: 600px;
  }

  .method .pillar-panel::after {
    background: linear-gradient(180deg, rgba(3,12,20,.16), rgba(3,12,20,.34) 36%, rgba(3,12,20,.96) 67%, rgba(3,12,20,.98));
  }

  .method .pillar-copy {
    width: 100%;
    min-height: inherit;
    justify-content: flex-end;
    padding: 3rem clamp(1.4rem, 6vw, 3rem);
  }

  .method .cycle-note {
    grid-template-columns: 1fr;
  }

  .method .cycle-note::before {
    display: none;
  }

  .method .cycle-note p,
  .method .cycle-note p:first-child,
  .method .cycle-note p:last-child {
    min-height: 0;
    padding: 2rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }

  .method .cycle-note p:last-child {
    border-bottom: 0;
  }

  .outcomes-head {
    grid-template-columns: 1fr;
  }

  .diagnostic-steps {
    gap: 1rem;
  }

  .diagnostic-bottom {
    grid-template-columns: 1fr;
  }

  .diagnostic-button {
    width: min(100%, 360px);
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 68px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .hero-quick-link {
    width: 100%;
    justify-content: flex-start;
  }

  .problem-journey-transition,
  .hero-problem-transition {
    height: 110px;
  }

  .journey-card,
  .journey-card--reverse,
  .service-panel,
  .service-panel--reverse {
    min-height: 650px;
  }

  .journey-content h3,
  .service-copy h3 {
    font-size: clamp(2.25rem, 10vw, 3.45rem);
  }

  .service-copy ul {
    margin-bottom: 0;
  }

  .method .pillar-name {
    font-size: clamp(1.8rem, 8.7vw, 2.65rem);
  }

  .method .pillar-panel {
    min-height: 560px;
  }

  .method .pillar-lead {
    font-size: clamp(1.85rem, 8.3vw, 2.7rem);
  }

  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .outcome-card,
  .outcome-card:nth-child(2),
  .outcome-card:nth-child(-n+2) {
    min-height: 290px;
    border-right: 0;
    border-bottom: 1px solid rgba(7,20,33,.14);
  }

  .outcome-card:last-child {
    border-bottom: 0;
  }

  .diagnostic-steps {
    grid-template-columns: 1fr;
    margin-top: 3.5rem;
  }

  .diagnostic-steps::before {
    top: 0;
    bottom: 0;
    left: 1.2rem;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--aqua), rgba(255,255,255,.18), var(--coral));
  }

  .diagnostic-steps li {
    padding: .2rem 0 2.3rem 4rem;
  }

  .diagnostic-steps li::before {
    top: .35rem;
    left: .9rem;
  }

  .footer-brand {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-brand p {
    justify-self: start;
    text-align: left;
  }

  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-social {
    gap: .5rem;
  }

  .footer-social a {
    min-height: 38px;
  }

  .whatsapp-float,
  .whatsapp-float:hover,
  .whatsapp-float:focus-visible {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    justify-content: center;
    border: 0;
    border-top: 1px solid rgba(141,212,207,.38);
    border-radius: 0;
    background: rgba(7,20,33,.96);
    transform: none;
  }

  .whatsapp-float svg {
    flex-basis: 36px;
  }

  .whatsapp-float span {
    padding-right: 0;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 430px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-quick-link__text {
    font-size: .56rem;
  }

  .method-cycle__mobile {
    width: min(100%, 330px);
  }

  .method-mobile-node {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
    padding: .58rem;
  }

  .method-mobile-node strong {
    font-size: 1.2rem;
  }

  .method-mobile-node--confirmation strong,
  .method-mobile-node--permanence strong {
    font-size: .96rem;
  }

  .method-cycle__mobile-note {
    width: 105px;
    font-size: .54rem;
  }

  .footer-social a span {
    display: none;
  }

  .footer-social a {
    width: 40px;
    padding: 0;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .method-orbit--moving {
    animation: none;
  }

  .hero-quick-link,
  .whatsapp-float {
    transition: none;
  }

  .origin-story__image {
    opacity: .56 !important;
    transform: scale(1.03) !important;
    clip-path: none !important;
  }
}

/* V20.1 — neutraliza máscaras antigas e reforça os acionadores. */
.journey-card::before,
.journey-card--reverse::before,
.service-panel::before,
.service-panel--reverse::before {
  background: transparent !important;
}

.journey-card img {
  opacity: .94;
  filter: saturate(.94) contrast(1.04) brightness(.90);
}

.journey-card::after {
  background:
    linear-gradient(90deg, rgba(3,12,20,.91) 0%, rgba(3,12,20,.76) 37%, rgba(3,12,20,.22) 72%, rgba(3,12,20,.05) 100%),
    linear-gradient(180deg, rgba(3,12,20,.02), rgba(3,12,20,.22));
}

.journey-card--reverse::after {
  background:
    linear-gradient(270deg, rgba(3,12,20,.91) 0%, rgba(3,12,20,.76) 37%, rgba(3,12,20,.22) 72%, rgba(3,12,20,.05) 100%),
    linear-gradient(180deg, rgba(3,12,20,.02), rgba(3,12,20,.22));
}

.service-panel img {
  opacity: .96;
  filter: saturate(.92) contrast(1.05) brightness(.88);
}

.service-panel::after {
  background:
    linear-gradient(90deg, rgba(3,12,20,.92) 0%, rgba(3,12,20,.76) 39%, rgba(3,12,20,.25) 70%, rgba(3,12,20,.04) 100%),
    radial-gradient(circle at 18% 50%, rgba(72,169,166,.12), transparent 42%);
}

.service-panel--reverse::after {
  background:
    linear-gradient(270deg, rgba(3,12,20,.92) 0%, rgba(3,12,20,.76) 39%, rgba(3,12,20,.25) 70%, rgba(3,12,20,.04) 100%),
    radial-gradient(circle at 82% 50%, rgba(72,169,166,.12), transparent 42%);
}

.hero-quick-link__icon {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-shadow: 0 0 12px rgba(72,169,166,.65);
}

.whatsapp-float {
  background: rgba(8,34,39,.94);
}

.whatsapp-float svg {
  display: block;
  color: #ffffff;
  fill: #ffffff !important;
}

@media (max-width: 900px) {
  .journey-card::after,
  .journey-card--reverse::after,
  .service-panel::after,
  .service-panel--reverse::after {
    background: linear-gradient(180deg, rgba(3,12,20,.02) 0%, rgba(3,12,20,.18) 39%, rgba(3,12,20,.84) 70%, rgba(3,12,20,.96) 100%);
  }
}

/* V20.2 — contenção de efeitos full-bleed e ajuste final da órbita. */
html,
body {
  overflow-x: hidden;
  overflow-x: clip;
}

.method-node--attraction {
  top: 16%;
}

@media (max-width: 900px) {
  .method-mobile-node--attraction {
    top: 7px;
  }
}
