@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --navy: #111c4e;
  --navy-2: #1b2b70;
  --blue: #2d3d87;
  --blue-bright: #5268d9;
  --gold: #f3bb32;
  --gold-soft: #fff3cb;
  --green: #087a55;
  --red: #c6332c;
  --whatsapp: #1fae61;
  --orange: #ea7b1c;
  --ink: #172039;
  --slate: #5a6278;
  --line: #dce1ee;
  --cloud: #f4f6fb;
  --white: #fff;
  --danger: #b42318;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(17, 28, 78, .12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 400 17px/1.7 "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link {
  position: fixed; z-index: 200; left: 16px; top: -80px; padding: 12px 18px;
  background: var(--gold); color: var(--navy); font-weight: 800; border-radius: 10px;
}
.skip-link:focus { top: 16px; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; }
.section.soft { background: var(--cloud); }
.section.navy { background: var(--navy); color: var(--white); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px;
  color: var(--blue); font: 800 13px/1.2 "Manrope", sans-serif;
  text-transform: uppercase; letter-spacing: .13em;
}
.eyebrow::before { content: ""; width: 22px; height: 3px; background: var(--gold); border-radius: 10px; }
.navy .eyebrow, .hero .eyebrow { color: var(--gold); }
h1, h2, h3, h4 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(45px, 6.2vw, 80px); }
h2 { font-size: clamp(35px, 4.2vw, 56px); }
h3 { font-size: clamp(22px, 2vw, 28px); }
p { margin: 0; }
.lead { max-width: 720px; color: var(--slate); font-size: clamp(18px, 1.8vw, 21px); line-height: 1.65; }
.navy .lead { color: #d5dbf4; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-head > div:first-child { max-width: 760px; }
.section-head .lead { margin-top: 18px; }
.muted { color: var(--slate); }
.highlight-blue, .highlight-positive, .highlight-negative {
  position: relative; display: inline; color: var(--blue);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat; background-position: 0 100%; background-size: 100% 3px;
}
.highlight-positive { color: var(--green); }
.highlight-negative { color: var(--red); }
.navy .highlight-blue, .hero .highlight-blue, .process-story .highlight-blue { color: #c9d2ff; }
.navy .highlight-positive { color: #69dfa9; }
.navy .highlight-negative { color: #ff8f87; }
.hero .highlight-positive { color: #89f4c6; }
.hero .highlight-negative { color: #ffaaa3; }
.btn {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 0; border-radius: 12px; padding: 0 23px; text-decoration: none;
  font: 800 15px/1 "Manrope", sans-serif; transition: transform .22s, box-shadow .22s, background .22s, color .22s;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--gold); color: var(--navy); box-shadow: 0 10px 26px rgba(243, 187, 50, .25); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(243, 187, 50, .38); }
.btn-whatsapp { background: var(--whatsapp); color: var(--white); box-shadow: 0 10px 26px rgba(31, 174, 97, .24); }
.btn-whatsapp:hover { background: #168c4c; }
.btn-orange { background: var(--orange); color: var(--white); box-shadow: 0 10px 26px rgba(234, 123, 28, .28); text-transform: uppercase; letter-spacing: .04em; }
.btn-orange:hover { background: #cc6810; }
.btn-outline { border: 1px solid rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.06); }
.btn-outline:hover { background: var(--white); color: var(--navy); }
.btn-blue { color: var(--white); background: var(--blue); }
.btn-blue:hover { background: var(--navy); }
.text-link { color: var(--blue); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.text-link:hover { color: var(--navy); }
.icon { width: 21px; height: 21px; flex: none; }
/* Glifos de marca (WhatsApp) são preenchidos, não traçados. */
.icon-brand { stroke: none; }

/* Header */
.site-header {
  position: sticky; z-index: 50; top: 0; height: 84px; display: flex; align-items: center;
  background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,225,238,.8);
  backdrop-filter: blur(16px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: none; }
.brand img { width: 186px; height: 52px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.mobile-only { display: none; }
.main-nav > a {
  position: relative; color: #38415a; text-decoration: none; font-size: 15px; font-weight: 700;
  /* Sem isto, "Where's My Refund" quebra em três linhas quando o header aperta. */
  white-space: nowrap;
}
.main-nav > a:not(.btn)::after {
  content: ""; position: absolute; height: 3px; left: 0; right: 100%; bottom: -9px;
  background: var(--gold); transition: right .22s; border-radius: 5px;
}
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.lang-switch {
  height: 44px; padding: 0 7px; display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--white);
}
/* Todas as bandeiras com a mesma opacidade; só o anel dourado marca a ativa. */
.lang-flag {
  display: block; width: 31px; height: 21px; overflow: hidden; border-radius: 4px;
  transition: transform .2s, box-shadow .2s;
}
.lang-flag svg { display: block; width: 100%; height: 100%; }
.lang-flag:hover { transform: translateY(-1px); }
.lang-flag.is-active { box-shadow: 0 0 0 2px var(--gold); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: ""; display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy); transition: .2s;
}
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 92px 0 64px; color: var(--white); background: var(--navy); }
.hero::before {
  content: ""; position: absolute; width: 640px; height: 640px; top: -310px; right: -120px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 86px rgba(255,255,255,.025), 0 0 0 172px rgba(255,255,255,.025);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.hero h1 { max-width: 720px; }
.hero h1 .accent { color: var(--gold); }
.hero-copy > p { max-width: 670px; margin-top: 24px; color: #d9def3; font-size: clamp(18px, 1.8vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-visual { position: relative; min-height: 520px; }
.hero-photo {
  width: 100%; height: 520px; object-fit: cover; border-radius: 110px 22px 110px 22px;
  box-shadow: 22px 22px 0 var(--gold); filter: saturate(.82);
}
.hero-stamp {
  position: absolute; left: -36px; bottom: 44px; width: 155px; height: 155px; display: grid; place-items: center;
  border: 10px solid var(--white); border-radius: 50%; color: var(--navy); background: var(--gold);
  text-align: center; font: 800 16px/1.2 "Manrope", sans-serif; transform: rotate(-8deg);
}
.trust-strip { position: relative; margin-top: 60px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.trust-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 11px; color: #eef1ff; font-size: 14px; font-weight: 700; line-height: 1.35; }
.trust-item .check { width: 28px; height: 28px; display: grid; place-items: center; flex: none; color: var(--navy); background: var(--gold); border-radius: 50%; }
.page-hero { min-height: 560px; display: flex; align-items: center; padding: 104px 0 78px; }
.page-hero::after {
  content: ""; position: absolute; inset: auto -120px -180px auto; width: 440px; height: 440px;
  background: radial-gradient(circle, rgba(243,187,50,.18), transparent 62%); border-radius: 50%;
}
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 70px; }
.page-hero .hero-copy { max-width: 820px; }
.page-hero h1 { font-size: clamp(43px, 5.6vw, 72px); }
.page-hero.is-centered { min-height: 520px; text-align: center; }
.page-hero.is-centered .page-hero-grid { display: block; max-width: 900px; margin-inline: auto; }
.page-hero.is-centered .hero-copy { max-width: none; }
.page-hero.is-centered .hero-copy > p { margin-inline: auto; }
.page-hero-art {
  position: relative; min-height: 400px; display: grid; place-items: center; isolation: isolate;
}
.page-hero-art::before {
  content: ""; position: absolute; inset: 28px 22px 10px 50px; z-index: -1;
  border: 1px solid rgba(255,255,255,.16); border-radius: 42px;
  transform: rotate(4deg);
}
.page-hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  border-radius: 34px 96px 34px 96px; filter: saturate(.85) brightness(.82);
  box-shadow: 18px 18px 0 rgba(243,187,50,.9);
}
.page-hero-art.has-photo::after {
  content: ""; position: absolute; inset: 0; border-radius: 34px 96px 34px 96px;
  background: linear-gradient(145deg, rgba(17,28,78,.68), rgba(17,28,78,.16));
}
.document-stack {
  position: absolute; inset: 34px 30px 48px 42px; transform: rotate(-4deg);
}
.document-stack span {
  position: absolute; inset: 0; border-radius: 24px; background: rgba(255,255,255,.94);
  box-shadow: 0 22px 70px rgba(0,0,0,.18);
}
.document-stack span:nth-child(2) { transform: translate(30px, 28px) rotate(6deg); opacity: .74; }
.document-stack span:nth-child(3) { transform: translate(62px, 62px) rotate(11deg); opacity: .48; }
.document-stack span:first-child::before {
  content: ""; position: absolute; left: 32px; right: 32px; top: 54px; height: 10px;
  border-radius: 20px; background: var(--gold); box-shadow: 0 42px 0 #dbe1f0, 0 84px 0 #dbe1f0, 0 126px 0 #dbe1f0;
}
.hero-data-card {
  position: relative; z-index: 2; width: min(330px, 90%); padding: 30px;
  color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.72);
  border-radius: 26px; box-shadow: 0 28px 90px rgba(0,0,0,.25); backdrop-filter: blur(14px);
}
.hero-data-card .card-icon { margin-bottom: 20px; }
.hero-data-card strong { display: block; font: 800 clamp(36px, 5vw, 58px)/.95 "Manrope"; letter-spacing: -.06em; }
.hero-data-card p { margin-top: 12px; color: #3f4961; font-weight: 700; line-height: 1.35; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-chips span {
  display: inline-flex; min-height: 32px; align-items: center; padding: 0 12px;
  border-radius: 999px; color: var(--navy); background: var(--gold-soft);
  font: 800 12px/1 "Manrope"; letter-spacing: .02em;
}
.legal-hero-mark {
  position: relative; z-index: 1; width: min(620px, 100%); margin: 38px auto 0; padding: 24px;
  display: grid; justify-items: center; border: 1px solid rgba(255,255,255,.18);
  border-radius: 26px; background: rgba(255,255,255,.06);
}
.legal-hero-mark svg { width: 34px; height: 34px; color: var(--gold); }
.legal-hero-mark strong { margin-top: 12px; font: 800 30px/1 "Manrope"; }
.legal-hero-mark > span { margin-top: 10px; color: #d9def3; }
.legal-hero-mark .hero-chips { justify-content: center; }

/* Cards and signature document motion */
.pain-grid, .service-grid, .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--white); transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover { transform: translateY(-7px); border-color: #aeb8dd; box-shadow: var(--shadow); }
.card-icon {
  width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 25px;
  color: var(--blue); background: var(--gold-soft); border-radius: 15px; transition: transform .3s;
}
.card:hover .card-icon { transform: rotate(-6deg) scale(1.08); }
.card h3 { margin-bottom: 14px; }
.card p { color: var(--slate); }
.service-grid { grid-template-columns: repeat(4, 1fr); }
.home-services { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 290px; display: flex; flex-direction: column; }
.service-card .text-link { margin-top: auto; padding-top: 24px; }
.service-card::after {
  content: ""; position: absolute; width: 90px; height: 12px; right: -100px; top: 25px;
  background: var(--gold); border-radius: 10px 0 0 10px; transition: right .3s ease;
}
.service-card:hover::after { right: 0; }
.services-list { display: grid; gap: 20px; }
.service-row {
  display: grid; grid-template-columns: 70px 1fr auto; align-items: start; gap: 25px;
  padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.service-row:hover { transform: translateX(6px); border-color: #aeb8dd; box-shadow: 0 16px 45px rgba(17,28,78,.08); }
.service-row .number { color: var(--blue); font: 800 28px/1 "Manrope"; }
.service-row p { max-width: 760px; color: var(--slate); margin-top: 10px; }
.service-row ul { margin: 17px 0 0; padding: 0; list-style: none; color: #3f4961; }
.service-row li { margin-top: 7px; }
.service-row li::before { content: "✓"; color: var(--green); font-weight: 800; margin-right: 9px; }
.service-row .btn { align-self: center; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.photo-frame { position: relative; }
.photo-frame img { width: 100%; min-height: 540px; object-fit: cover; border-radius: 22px; }
.photo-frame::before { content: ""; position: absolute; inset: -16px 30px 30px -16px; z-index: -1; border: 2px solid var(--gold); border-radius: 22px; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; margin-top: 16px; font-weight: 600; }
.check-list .check { width: 25px; height: 25px; display: grid; place-items: center; flex: none; color: var(--white); background: var(--green); border-radius: 50%; font-size: 13px; }

/* Where's My Refund panel */
.refund-panel {
  padding: 64px 40px 60px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(180deg, #fbfcfe 0%, var(--cloud) 100%);
}
.refund-panel h2 { margin-bottom: 30px; color: var(--navy); }
.refund-panel p { max-width: 760px; margin: 0 auto 14px; color: var(--slate); font-size: 17px; }
.refund-panel .btn { margin-top: 26px; }
.refund-external { display: block; margin-top: 16px; color: var(--slate); font-size: 14px; }

/* Team cards — as 4 pessoas lado a lado numa linha só no desktop. */
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.team-card {
  display: flex; flex-direction: column; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.team-card:hover { transform: translateY(-7px); border-color: #aeb8dd; box-shadow: var(--shadow); }
.team-photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--cloud); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; transition: transform .45s ease; }
.team-card:hover .team-photo img { transform: scale(1.05); }
.team-photo::after {
  content: ""; position: absolute; inset: auto 0 0; height: 6px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.team-card:hover .team-photo::after { transform: scaleX(1); }
.team-info { display: flex; flex-direction: column; flex: 1; padding: 24px 20px 26px; }
.team-info h3 { margin-bottom: 15px; font-size: 21px; line-height: 1.2; }
.team-contacts { display: grid; gap: 11px; margin-bottom: 20px; }
.team-contact { display: flex; align-items: center; gap: 11px; color: var(--slate); font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; text-decoration: none; }
.team-contact-icon {
  width: 35px; height: 35px; display: grid; place-items: center; flex: none;
  color: var(--blue); background: var(--gold-soft); border-radius: 10px; transition: transform .3s;
}
.team-contact-icon.is-wa { color: var(--whatsapp); }
.team-contact-icon .icon { width: 18px; height: 18px; }
.team-card:hover .team-contact-icon { transform: rotate(-6deg) scale(1.08); }
.team-contact:hover .team-contact-text { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
/* margin-top:auto alinha os botões na base, mesmo quando um e-mail quebra em duas linhas */
.team-wa { margin-top: auto; padding-top: 13px; padding-bottom: 13px; justify-content: center; width: 100%; }

/* Attention system for the four brand principles */
.why-section { position: relative; overflow: hidden; }
.why-section::before {
  content: ""; position: absolute; width: 520px; height: 520px; left: -330px; top: 80px;
  border: 70px solid rgba(45,61,135,.045); border-radius: 50%;
}
.why-showcase { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 72px; }
.why-intro { position: sticky; top: 125px; }
.why-intro .lead { margin-top: 22px; }
.why-orbit {
  position: relative; width: 180px; height: 180px; display: grid; place-items: center; margin-top: 36px;
  color: var(--navy); background: var(--gold); border-radius: 50%; text-align: center;
  font: 800 20px/1.15 "Manrope";
}
.why-orbit::before, .why-orbit::after {
  content: ""; position: absolute; inset: -15px; border: 1px solid rgba(45,61,135,.35); border-radius: 50%;
  animation: orbit-pulse 3.5s ease-in-out infinite;
}
.why-orbit::after { inset: -31px; animation-delay: .8s; }
@keyframes orbit-pulse { 50% { transform: scale(1.06); opacity: .35; } }
.attention-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.attention-card {
  position: relative; min-height: 285px; overflow: hidden; padding: 30px; border: 1px solid var(--line);
  border-radius: var(--radius); background: var(--white); isolation: isolate;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), color .35s, border-color .35s;
}
.attention-card:nth-child(even) { transform: translateY(48px); }
.attention-card::before {
  content: ""; position: absolute; z-index: -1; width: 170px; height: 170px; right: -95px; bottom: -105px;
  background: var(--gold); border-radius: 50%; transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.attention-card:hover, .attention-card.is-active { color: var(--white); border-color: var(--navy); transform: translateY(-8px); }
.attention-card:nth-child(even):hover, .attention-card:nth-child(even).is-active { transform: translateY(40px); }
.attention-card:hover::before, .attention-card.is-active::before { transform: scale(5); background: var(--navy); }
.attention-card .card-icon { position: relative; z-index: 1; }
.attention-card p { color: var(--slate); transition: color .35s; }
.attention-card:hover p, .attention-card.is-active p { color: #dce1f8; }
.attention-index { position: absolute; right: 25px; top: 22px; color: #a8b0c7; font: 800 14px/1 "Manrope"; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: step; }
.step { position: relative; padding: 38px 32px; counter-increment: step; border-top: 1px solid #5b679d; }
.step::before {
  content: counter(step); width: 52px; height: 52px; display: grid; place-items: center; margin-top: -65px; margin-bottom: 28px;
  color: var(--navy); background: var(--gold); border: 7px solid var(--navy); border-radius: 50%;
  font: 800 18px/1 "Manrope";
}
.step h3 { margin-bottom: 14px; }
.step p { color: #cbd2ed; }
.steps.four { grid-template-columns: repeat(4, 1fr); }

/* Pinned process narrative */
.process-story { position: relative; height: 320vh; padding: 0; color: var(--white); background: var(--navy); }
.process-sticky { position: sticky; top: 84px; height: calc(100vh - 84px); display: grid; align-items: center; overflow: hidden; }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.process-story .eyebrow { color: #f7d56e; }
.process-copy h2 { max-width: 600px; }
.process-counter { margin-top: 34px; color: var(--gold); font: 800 15px/1 "Manrope"; letter-spacing: .12em; }
.process-stage { position: relative; min-height: 430px; }
.process-step {
  position: absolute; inset: 0; display: grid; align-content: center; padding: 62px;
  opacity: 0; transform: translateY(65px) scale(.96); pointer-events: none;
  border: 1px solid rgba(255,255,255,.18); border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
  transition: opacity .5s, transform .6s cubic-bezier(.2,.8,.2,1);
}
.process-step.is-active { opacity: 1; transform: none; }
.process-number { color: var(--gold); font: 800 80px/.9 "Manrope"; letter-spacing: -.08em; }
.process-step h3 { margin-top: 30px; font-size: clamp(32px, 4vw, 54px); }
.process-step p { max-width: 590px; margin-top: 18px; color: #d3d9f0; font-size: 19px; }
.process-progress { position: absolute; left: 0; bottom: -30px; width: 100%; height: 4px; overflow: hidden; background: rgba(255,255,255,.14); border-radius: 10px; }
.process-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }

/* Fallback sem scroll-driven (movimento reduzido, tela estreita, animações
   desligadas): o JS marca .is-static e todos os passos ficam ativos. Aqui eles
   são empilhados em fluxo normal para não se sobreporem em nenhuma largura. */
.process-story.is-static { height: auto; }
.process-story.is-static .process-sticky { position: static; height: auto; overflow: visible; }
.process-story.is-static .process-stage { display: grid; min-height: 0; gap: 18px; }
.process-story.is-static .process-step { position: relative; inset: auto; opacity: 1; transform: none; }
.process-story.is-static .process-progress { display: none; }

/* Boss seal */
.boss-band { overflow: hidden; padding: 22px 0; color: var(--navy); background: var(--gold); }
.boss-track { width: max-content; display: flex; gap: 28px; animation: marquee 28s linear infinite; font: 800 22px/1 "Manrope"; text-transform: uppercase; letter-spacing: .03em; }
.boss-track span::after { content: "◆"; margin-left: 28px; font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* FAQ, contact, CTA */
.faq-list { width: 100%; margin: 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 25px 4px; border: 0; color: var(--ink); background: transparent;
  text-align: left; font: 800 19px/1.35 "Manrope";
}
.faq-question .plus { position: relative; width: 32px; height: 32px; flex: none; border: 1px solid var(--line); border-radius: 50%; }
.faq-question .plus::before, .faq-question .plus::after { content: ""; position: absolute; left: 8px; right: 8px; top: 15px; height: 2px; background: var(--blue); }
.faq-question .plus::after { transform: rotate(90deg); transition: transform .2s; }
.faq-question[aria-expanded="true"] .plus::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { padding: 0 48px 24px 4px; color: var(--slate); }
.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }

.cta-panel {
  position: relative; min-height: 540px; overflow: hidden; display: grid; place-items: center;
  padding: 70px; color: var(--white); border-radius: 34px; text-align: center;
  background:
    linear-gradient(90deg, rgba(11,18,55,.96), rgba(11,18,55,.78)),
    linear-gradient(0deg, rgba(11,18,55,.18), rgba(11,18,55,.18)),
    url("consultation.jpg") center 38%/cover;
}
.cta-panel::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(243,187,50,.22), transparent 34%);
  animation: cta-light 7s ease-in-out infinite alternate;
}
@keyframes cta-light { to { transform: translateX(-8%) scale(1.12); } }
.cta-content { position: relative; z-index: 1; display: grid; justify-items: center; }
.cta-panel .eyebrow { color: #f7d56e; text-shadow: 0 2px 18px rgba(0,0,0,.24); }
.cta-panel .highlight-positive {
  color: #89f4c6;
  background-size: 100% 4px;
  text-shadow: 0 3px 22px rgba(0,0,0,.32);
}
.cta-panel h2 { max-width: 850px; font-size: clamp(42px, 6vw, 76px); text-shadow: 0 4px 26px rgba(0,0,0,.3); }
.cta-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; text-align: center; }
.cta-phone { color: var(--white); font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.contact-cards { display: grid; gap: 14px; align-content: start; }
.contact-card { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; background: var(--white); }
.contact-card:hover { border-color: var(--blue); }
.contact-card .card-icon { margin: 0; }
.contact-card strong, .contact-card span { display: block; }
.contact-card span { color: var(--slate); font-size: 15px; }
.form-card { padding: 34px; border-radius: var(--radius); background: var(--cloud); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: 14px; }
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid #bfc6d8; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: var(--white);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); outline: 3px solid rgba(82,104,217,.15); }
.field-hint { color: var(--slate); font-size: 13px; }
.form-note { margin-top: 14px; color: var(--slate); font-size: 13px; }
.form-card .btn { margin-top: 20px; }

/* Consentimento de SMS */
.consent-box { margin-top: 22px; padding: 18px 20px; border: 1px solid #bfc6d8; border-radius: 12px; background: var(--white); }
.consent-box legend { padding: 0 8px; font: 800 13px/1.2 "Manrope"; text-transform: uppercase; letter-spacing: .07em; color: var(--slate); }
.sms-consent { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.sms-consent input[type="checkbox"] { flex: none; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--blue); cursor: pointer; }
.sms-consent input[type="checkbox"]:focus-visible { outline: 3px solid rgba(82,104,217,.35); outline-offset: 2px; }
.sms-consent span { font-size: 14px; line-height: 1.55; color: #3d4560; }
.sms-consent a { color: var(--blue); font-weight: 700; }
.consent-optional { margin-top: 12px; padding-left: 32px; color: var(--slate); font-size: 13px; }
.consent-error { margin-top: 12px; padding: 11px 14px; color: #8a1c1c; background: #fdeaea; border-radius: 9px; font-size: 14px; font-weight: 700; }
.consent-error[hidden] { display: none; }
.form-success { display: none; padding: 16px; margin-top: 18px; color: #075b3e; background: #dff7ed; border-radius: 10px; font-weight: 700; }
.form-success.show { display: block; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.form-actions .btn { margin-top: 0; }
.form-error { padding: 16px; margin-top: 18px; color: #8a1c1c; background: #fdeaea; border-radius: 10px; font-weight: 700; }
.form-error[hidden] { display: none; }
.map-placeholder {
  min-height: 340px; display: grid; place-items: center; padding: 30px; color: var(--white);
  background: linear-gradient(135deg, rgba(17,28,78,.9), rgba(45,61,135,.82)), url("consultation.jpg") center/cover;
  border-radius: var(--radius); text-align: center;
}

/* Footer */
.site-footer { padding: 75px 0 28px; color: #cbd2ed; background: #0b1237; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1.1fr 1.1fr; gap: 46px; }
.footer-brand img { width: 205px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 390px; margin-top: 22px; }
.footer-title { margin-bottom: 18px; color: var(--white); font: 800 15px/1.2 "Manrope"; text-transform: uppercase; letter-spacing: .08em; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #cbd2ed; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-sms { margin-top: 46px; padding: 18px 20px; border: 1px solid #29335f; border-radius: 12px; background: #0f1743; color: #b8c1e4; font-size: 13px; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 28px; padding-top: 25px; border-top: 1px solid #29335f; font-size: 13px; }
.legal-note { max-width: 790px; }
.footer-identity { text-align: right; line-height: 1.7; white-space: nowrap; }
.photo-credit { margin-top: 15px; font-size: 11px; color: #8c96bd; }

/* Dialog, cookies, floating actions */
.dialog { width: min(560px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.dialog::backdrop { background: rgba(8,14,45,.72); backdrop-filter: blur(6px); }
.dialog-inner { position: relative; padding: 38px; }
.dialog-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--navy); background: var(--cloud); font-size: 24px; }
.dialog h2 { padding-right: 35px; font-size: 35px; }
.dialog p { margin: 13px 0 24px; color: var(--slate); }
.dialog-actions { display: grid; gap: 10px; }
.cookie-banner {
  position: fixed; z-index: 90; left: 20px; bottom: 20px; width: min(460px, calc(100% - 40px));
  padding: 22px; color: var(--white); background: var(--navy); border: 1px solid #46548c; border-radius: 18px;
  box-shadow: 0 18px 70px rgba(0,0,0,.25);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { color: #d5dbf4; font-size: 14px; }
.cookie-actions { display: flex; gap: 10px; margin-top: 15px; }
.cookie-actions .btn { min-height: 44px; }
.whatsapp-float {
  position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 62px; height: 62px; display: grid; place-items: center;
  color: white; background: var(--whatsapp); border-radius: 50%; box-shadow: 0 10px 35px rgba(31,174,97,.38);
  transition: transform .2s; text-decoration: none;
}
.whatsapp-float:hover { transform: translateY(-5px) rotate(-5deg); }
.whatsapp-float .icon { width: 29px; height: 29px; }
.cookie-banner:not([hidden]) ~ .whatsapp-float { bottom: 220px; }

/* Legal and 404 */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { margin: 52px 0 17px; font-size: 31px; }
.prose h3 { margin: 30px 0 12px; font-size: 23px; }
.prose p, .prose li { color: #465069; }
.prose p + p { margin-top: 14px; }
.prose ul { margin-top: 14px; padding-left: 22px; }
.prose ul li { margin-top: 8px; }
.prose ul + p { margin-top: 14px; }
.prose .contact-lines { list-style: none; padding: 18px 20px; margin-top: 16px; background: var(--cloud); border-radius: 12px; }
.prose .contact-lines li { margin-top: 4px; font-weight: 600; color: var(--ink); }
.legal-related { margin-top: 60px; padding-top: 26px; border-top: 1px solid #dfe3ee; }
.legal-related strong { display: block; margin-bottom: 14px; font-size: 15px; }
.legal-related div { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.error-page { min-height: calc(100vh - 84px); display: grid; place-items: center; padding: 60px 0; background: var(--cloud); }
.error-card { max-width: 720px; text-align: center; }
.error-code { color: var(--blue); font: 800 clamp(110px, 23vw, 220px)/.8 "Manrope"; letter-spacing: -.1em; }
.error-card h1 { margin-top: 35px; font-size: clamp(38px, 5vw, 58px); }
.error-card p { max-width: 620px; margin: 18px auto 28px; color: var(--slate); font-size: 19px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s, transform .65s; }
.reveal.visible { opacity: 1; transform: none; }

/* O header colapsa antes do resto do layout. Com 7 itens de menu e 3 bandeiras,
   o pior caso é o espanhol: menu mais largo + "Hablar por WhatsApp" no botão,
   pedindo ~1232px de conteúdo (~1250 de viewport, contando a barra de rolagem).
   Fica separado do breakpoint de conteúdo para não antecipar o resto do layout. */
@media (max-width: 1260px) {
  .main-nav {
    position: fixed; inset: 84px 0 auto; max-height: calc(100vh - 84px); overflow-y: auto;
    display: none; padding: 28px 20px 35px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .main-nav.open { display: grid; gap: 8px; }
  .main-nav > a { padding: 13px 8px; font-size: 18px; white-space: normal; }
  .main-nav > a::after { display: none; }
  .main-nav .btn { margin-top: 12px; }
  .main-nav .mobile-only { display: inline-flex; }
  .menu-toggle { display: block; }
  .nav-actions .desktop-cta { display: none; }
}

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .page-hero .hero-copy { max-width: 920px; }
  .page-hero-art { min-height: 360px; max-width: 620px; width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); max-width: none; }
  .home-services { grid-template-columns: repeat(3, 1fr); }
  .trust-list { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 30px, 620px); }
  body { font-size: 16px; }
  .section { padding: 72px 0; }
  .site-header { height: 76px; }
  .brand img { width: 155px; }
  .main-nav { inset: 76px 0 auto; }
  .hero { padding: 58px 0 44px; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; margin-top: 16px; }
  .hero-photo { height: 390px; border-radius: 70px 18px 70px 18px; box-shadow: 12px 12px 0 var(--gold); }
  .hero-stamp { left: -7px; bottom: 25px; width: 115px; height: 115px; border-width: 7px; font-size: 12px; }
  .trust-strip { margin-top: 48px; }
  .trust-list { grid-template-columns: 1fr; gap: 15px; }
  .page-hero { min-height: auto; padding: 72px 0 56px; }
  .page-hero h1 { font-size: clamp(38px, 11vw, 58px); }
  .page-hero-art { min-height: 310px; }
  .refund-panel { padding: 44px 22px 42px; }
  .refund-panel p { font-size: 16px; }
  .page-hero-photo { border-radius: 28px 64px 28px 64px; box-shadow: 10px 10px 0 rgba(243,187,50,.9); }
  .hero-data-card { width: min(310px, 92%); padding: 24px; }
  .document-stack { inset: 26px 18px 42px 22px; }
  .legal-hero-mark { margin-top: 28px; padding: 20px; }
  .section-head { display: block; margin-bottom: 34px; }
  .section-head .btn { margin-top: 24px; }
  .pain-grid, .service-grid, .value-grid { grid-template-columns: 1fr; }
  /* Card grande em coluna única ficaria altíssimo: vira linha foto + dados. */
  .team-grid { grid-template-columns: 1fr; gap: 16px; }
  .team-card { display: grid; grid-template-columns: 132px 1fr; align-items: stretch; }
  .team-card:hover { transform: none; }
  .team-photo { aspect-ratio: auto; height: 100%; min-height: 168px; }
  .team-photo::after { inset: 0 auto 0 0; width: 5px; height: auto; transform: scaleY(0); transform-origin: top; }
  .team-card:hover .team-photo::after { transform: scaleY(1); }
  .team-info { padding: 18px 16px; }
  .team-info h3 { margin-bottom: 12px; font-size: 19px; }
  .team-contacts { gap: 9px; margin-bottom: 16px; }
  .team-contact { gap: 10px; font-size: 13px; }
  .team-contact-icon { width: 32px; height: 32px; border-radius: 9px; }
  .team-contact-icon .icon { width: 16px; height: 16px; }
  .team-wa { padding: 11px 16px; font-size: 15px; }
  .home-services { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .home-services .service-card { min-height: 290px; padding: 20px 17px; }
  .home-services .card-icon { width: 46px; height: 46px; margin-bottom: 20px; }
  .home-services h3 { font-size: 19px; }
  .home-services p { font-size: 14px; line-height: 1.55; }
  .why-showcase { grid-template-columns: 1fr; gap: 42px; }
  .why-intro { position: static; }
  .why-orbit { width: 135px; height: 135px; font-size: 16px; }
  .attention-grid { grid-template-columns: 1fr; }
  .attention-card, .attention-card:nth-child(even) { min-height: auto; transform: none; }
  .attention-card:hover, .attention-card.is-active, .attention-card:nth-child(even):hover, .attention-card:nth-child(even).is-active { transform: translateY(-4px); }
  .process-story { height: auto; padding: 72px 0; }
  .process-sticky { position: static; height: auto; overflow: visible; }
  .process-layout { grid-template-columns: 1fr; gap: 38px; }
  .process-stage { display: grid; min-height: 0; gap: 14px; }
  .process-step { position: relative; inset: auto; min-height: 320px; padding: 32px 25px; opacity: 1; transform: none; }
  .process-number { font-size: 55px; }
  .process-step h3 { margin-top: 20px; }
  .process-progress, .process-counter { display: none; }
  .card { padding: 25px; }
  .service-card { min-height: 245px; }
  .steps, .steps.four { grid-template-columns: 1fr; gap: 0; }
  .step { padding: 32px 20px 32px 75px; border-top: 0; border-left: 1px solid #5b679d; }
  .step::before { position: absolute; left: -27px; top: 37px; margin: 0; }
  .service-row { grid-template-columns: 48px 1fr; padding: 24px; gap: 12px; }
  .service-row .btn { grid-column: 2; justify-self: start; margin-top: 8px; }
  .photo-frame img { min-height: 380px; }
  .cta-panel { min-height: 500px; padding: 45px 22px; border-radius: 22px; }
  .cta-actions { width: 100%; display: grid; }
  .cta-actions .btn { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { display: grid; }
  .footer-identity { text-align: left; white-space: normal; }
  .consent-optional { padding-left: 0; }
  .dialog-inner { padding: 32px 23px 25px; }
  .cookie-banner { left: 10px; bottom: 10px; width: calc(100% - 20px); }
  .whatsapp-float { width: 56px; height: 56px; right: 15px; bottom: 15px; }
  .cookie-banner:not([hidden]) ~ .whatsapp-float { bottom: 235px; }
}

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