/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* === TOKENS DE COR === */
:root {
  --cor-primaria: #0b2942;
  --cor-primaria-hover: #174b68;
  --cor-secundaria: #245a70;
  --cor-acento: #54d6a6;
  --cor-acento-escuro: #238363;
  --cor-fundo: #f7faf9;
  --cor-superficie: #ffffff;
  --cor-texto: #122a3a;
  --cor-texto-suave: #58707d;
  --cor-borda: #dce8e7;
  --sombra-card: 0 12px 34px rgba(11,41,66,.08);
  --raio-btn: 10px;
  --raio-card: 18px;
  --fonte-titulo: "Segoe UI", Inter, Arial, sans-serif;
  --fonte-corpo: Inter, "Segoe UI", Arial, sans-serif;
  --espaco-secao: 104px;
  --largura-max: 1180px;
}
body { font-family: var(--fonte-corpo); color: var(--cor-texto); background: var(--cor-fundo); line-height: 1.6; font-size: 16px; overflow-x: hidden; }
h1 { font-family: var(--fonte-titulo); font-size: clamp(2.55rem, 5.3vw, 4.7rem); line-height: 1.04; letter-spacing: -.045em; }
h2 { font-family: var(--fonte-titulo); font-size: clamp(2rem, 3.7vw, 3.25rem); line-height: 1.13; letter-spacing: -.035em; }
h3 { font-family: var(--fonte-titulo); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.3; }
p { font-size: 1rem; line-height: 1.75; }
.container { max-width: var(--largura-max); margin: 0 auto; padding: 0 24px; }
section { padding: var(--espaco-secao) 0; }
.skip-link { position: fixed; top: -80px; left: 24px; z-index: 1000; background: var(--cor-acento); color: #08251d; padding: 12px 18px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #f2b84b; outline-offset: 3px; }

/* === HEADER === */
.header { position: sticky; top: 0; z-index: 100; background: rgba(247,250,249,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(220,232,231,.8); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.logo { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo-mark { position: relative; width: 39px; height: 39px; display: inline-block; }
.logo-mark span { position: absolute; width: 17px; height: 28px; border-radius: 20px 20px 6px 20px; background: var(--cor-acento-escuro); transform: rotate(40deg); }
.logo-mark span:nth-child(1) { left: 1px; bottom: 1px; }
.logo-mark span:nth-child(2) { right: 1px; bottom: 2px; transform: rotate(-40deg) scale(.84); background: #75dfb7; }
.logo-mark span:nth-child(3) { width: 11px; height: 19px; left: 14px; top: 1px; transform: rotate(3deg); background: var(--cor-primaria); }
.logo-copy { display: flex; flex-direction: column; line-height: 1; }
.logo-copy strong { color: var(--cor-primaria); font-size: 1.42rem; letter-spacing: -.035em; }
.logo-copy small { margin-top: 5px; color: var(--cor-texto-suave); font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; }
.nav { display: flex; align-items: center; gap: 3px; }
.nav a { padding: 9px 10px; color: #355565; border-radius: 7px; font-size: .9rem; font-weight: 600; transition: color .2s, background .2s; }
.nav a:hover { color: var(--cor-primaria); background: #eaf2f0; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border-radius: 8px; }
.menu-toggle span { display: block; height: 2px; background: var(--cor-primaria); margin: 5px 0; transition: transform .2s, opacity .2s; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 25px; border-radius: var(--raio-btn); font-weight: 750; font-size: .94rem; letter-spacing: .01em; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-header { min-height: 44px; padding: 10px 19px; background: var(--cor-primaria); color: #fff; box-shadow: 0 6px 16px rgba(11,41,66,.15); }
.btn-header:hover { background: var(--cor-primaria-hover); }

/* === HERO === */
.hero { min-height: calc(100vh - 82px); display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(128deg, #081f34 0%, #0d334e 56%, #155166 100%); padding: 90px 0 112px; }
.hero-grid { width: 100%; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 76px; position: relative; z-index: 2; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .17; }
.hero-glow-one { width: 460px; height: 460px; background: #50d2a0; right: -120px; top: -180px; }
.hero-glow-two { width: 280px; height: 280px; border: 1px solid #70e6ba; left: 44%; bottom: -180px; box-shadow: 0 0 90px #70e6ba; }
.hero h1 { color: #fff; max-width: 760px; }
.hero h1 em { color: var(--cor-acento); font-style: normal; }
.hero-content > p { color: #c8d9e1; font-size: clamp(1.04rem, 1.5vw, 1.17rem); max-width: 650px; margin: 27px 0 30px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--cor-acento-escuro); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; margin-bottom: 19px; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; }
.eyebrow-light { color: #79e4bc; }
.btn-group { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--cor-acento); color: #092a24; box-shadow: 0 10px 24px rgba(84,214,166,.19); }
.btn-primary:hover { background: #78e4ba; box-shadow: 0 14px 30px rgba(84,214,166,.26); }
.btn-secondary { color: #fff; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.04); }
.btn-secondary:hover { background: #fff; color: var(--cor-primaria); border-color: #fff; }
.hero-note { margin-top: 27px; display: flex; gap: 10px; align-items: center; color: #acc4cf; font-size: .86rem; }
.hero-note span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: rgba(84,214,166,.14); color: var(--cor-acento); }
.hero-visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(130,231,194,.19); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; }
.orbit-two { width: 340px; height: 340px; border-style: dashed; }
.visual-card { background: rgba(255,255,255,.96); box-shadow: 0 24px 70px rgba(2,18,29,.32); border: 1px solid rgba(255,255,255,.2); }
.visual-main { width: 310px; min-height: 355px; border-radius: 26px; text-align: center; padding: 28px; position: relative; z-index: 2; }
.visual-top { display: flex; gap: 8px; align-items: center; text-align: left; color: #667e88; border-bottom: 1px solid #e6efed; padding-bottom: 17px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cor-acento-escuro); box-shadow: 0 0 0 5px #dcf6ec; }
.person-icon { width: 90px; margin: 25px auto 14px; }
.visual-main strong { display: block; font-size: 1.22rem; color: var(--cor-primaria); }
.visual-main p { color: #66808a; font-size: .84rem; line-height: 1.6; margin-top: 8px; }
.wave { display: flex; align-items: center; justify-content: center; gap: 4px; height: 37px; margin-top: 19px; }
.wave i { display: block; width: 3px; border-radius: 5px; background: #4abe94; height: 13px; }
.wave i:nth-child(2),.wave i:nth-child(8) { height: 21px; }.wave i:nth-child(3),.wave i:nth-child(7) { height: 29px; }.wave i:nth-child(4),.wave i:nth-child(6) { height: 18px; }.wave i:nth-child(5) { height: 34px; }
.visual-float { position: absolute; z-index: 3; border-radius: 14px; padding: 15px 17px; display: flex; align-items: center; gap: 12px; min-width: 204px; }
.visual-float-one { top: 90px; right: -5px; }.visual-float-two { bottom: 78px; left: -21px; }
.float-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 10px; color: #fff; background: var(--cor-secundaria); font-weight: 800; }
.float-icon.heart { background: var(--cor-acento-escuro); }
.visual-float small,.visual-float strong { display: block; }.visual-float small { color: #78909a; font-size: .68rem; }.visual-float strong { color: var(--cor-primaria); font-size: .82rem; margin-top: 2px; }
.hero-bottom { position: absolute; bottom: -2px; left: 0; width: 100%; height: 48px; background: var(--cor-fundo); clip-path: polygon(0 62%,100% 0,100% 100%,0 100%); }

/* === CONTENT === */
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section-heading h2 { max-width: 720px; color: var(--cor-primaria); }
.section-heading > p { color: var(--cor-texto-suave); max-width: 650px; margin-top: 22px; font-size: 1.04rem; }
.challenge-copy > p { color: var(--cor-texto-suave); font-size: 1.05rem; padding-bottom: 27px; border-bottom: 1px solid var(--cor-borda); }
.challenge-points > div { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--cor-borda); }
.challenge-points span { color: var(--cor-acento-escuro); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.challenge-points p { font-weight: 650; line-height: 1.5; }
.solution { background: #edf5f2; }
.solution-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.solution-visual { min-height: 450px; display: grid; place-items: center; }
.rings { width: 335px; height: 335px; border: 1px solid #b8d8ce; border-radius: 50%; display: grid; place-items: center; position: relative; box-shadow: inset 0 0 0 52px rgba(255,255,255,.32), inset 0 0 0 53px #cfe3dc; }
.rings::before { content: ""; position: absolute; width: 465px; height: 465px; border: 1px dashed #c1dcd3; border-radius: 50%; }
.rings-core { width: 128px; height: 128px; display: grid; place-items: center; border-radius: 50%; color: var(--cor-acento-escuro); background: #fff; box-shadow: var(--sombra-card); }
.rings-core svg { width: 51px; }
.ring-label { position: absolute; background: #fff; color: var(--cor-primaria); padding: 10px 18px; border-radius: 30px; font-size: .78rem; font-weight: 750; box-shadow: 0 8px 22px rgba(11,41,66,.1); z-index: 2; }
.label-one { top: 8px; right: 12px; }.label-two { bottom: 38px; right: -42px; }.label-three { left: -32px; top: 137px; }
.check-list { list-style: none; margin: 27px 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: #365563; font-weight: 600; }
.check-list span,.audience-list span { flex: 0 0 auto; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #d6f4e8; color: #167353; font-size: .74rem; font-weight: 900; margin-top: 2px; }
.text-link { color: var(--cor-acento-escuro); font-weight: 800; display: inline-flex; gap: 9px; align-items: center; border-bottom: 1px solid #87cdb4; padding-bottom: 3px; }
.text-link:hover span { transform: translateX(4px); }.text-link span { transition: transform .2s; }
.centered { text-align: center; display: flex; flex-direction: column; align-items: center; }
.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 58px; }
.process-item { padding: 0 28px; position: relative; border-right: 1px solid var(--cor-borda); }
.process-item:first-child { padding-left: 0; }.process-item:last-child { border: none; padding-right: 0; }
.process-number { color: #8ca2ab; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.process-icon { display: grid; place-items: center; width: 53px; height: 53px; border-radius: 14px; background: #ddf5ec; color: var(--cor-acento-escuro); margin: 18px 0 20px; font-size: 1.55rem; font-weight: 700; }
.process-item h3 { color: var(--cor-primaria); min-height: 54px; }
.process-item p { color: var(--cor-texto-suave); font-size: .9rem; margin-top: 12px; line-height: 1.65; }
.services .section-heading { display: grid; grid-template-columns: 1fr .65fr; column-gap: 50px; }.services .section-heading .eyebrow { grid-column: 1/-1; }.services .section-heading p { margin-top: 3px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 50px; }
.card { background: var(--cor-superficie); border-radius: var(--raio-card); padding: 32px 28px; box-shadow: var(--sombra-card); border: 1px solid var(--cor-borda); transition: transform .25s, box-shadow .25s, border-color .25s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(11,41,66,.13); border-color: #a8d6c6; }
.card-icon { display: grid; place-items: center; width: 49px; height: 49px; border-radius: 13px; background: #e0f5ed; color: var(--cor-acento-escuro); font-size: 1.5rem; margin-bottom: 23px; }
.card h3 { color: var(--cor-primaria); }.card p { color: var(--cor-texto-suave); font-size: .91rem; margin-top: 11px; }
.differentials { background: var(--cor-primaria); color: #fff; position: relative; overflow: hidden; }
.differentials::before { content: ""; position: absolute; width: 550px; height: 550px; border: 1px solid rgba(84,214,166,.1); border-radius: 50%; right: -260px; top: -250px; box-shadow: 0 0 0 80px rgba(84,214,166,.025),0 0 0 160px rgba(84,214,166,.02); }
.differentials h2 { color: #fff; max-width: 790px; }
.diff-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; margin-top: 53px; position: relative; }
.diff-card { padding: 30px 25px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--raio-card); background: rgba(255,255,255,.045); }
.diff-card > span { color: var(--cor-acento); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }.diff-card h3 { color: #fff; margin: 27px 0 12px; }.diff-card p { color: #bcd0d9; font-size: .89rem; }
.audience-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 95px; align-items: center; }
.audience-list { display: grid; gap: 14px; }
.audience-list > div { display: flex; gap: 16px; background: #fff; border: 1px solid var(--cor-borda); border-radius: 14px; padding: 20px; box-shadow: 0 8px 24px rgba(11,41,66,.05); }
.audience-list p { color: var(--cor-texto-suave); font-size: .93rem; line-height: 1.55; }.audience-list strong { color: var(--cor-primaria); }
.final-cta { padding: 72px 0; background: linear-gradient(125deg,#17604f,#21836a); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.final-cta h2 { color: #fff; max-width: 830px; }.final-cta p { color: #d5eee5; margin-top: 17px; }.btn-large { min-width: 215px; min-height: 58px; }

/* === FOOTER === */
.footer { background: #071b2c; color: #d5e2e7; padding: 68px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr 1.1fr; gap: 50px; }
.logo-footer .logo-copy strong { color: #fff; }.logo-footer .logo-copy small { color: #9fb6c0; }
.footer-grid > div:first-child > p { color: #9fb4bd; max-width: 300px; margin-top: 23px; font-size: .9rem; }
.footer h3 { color: #fff; font-size: .9rem; margin-bottom: 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a:not(.logo) { color: #9fb4bd; font-size: .86rem; padding: 4px 0; transition: color .2s; }.footer-grid a:hover { color: var(--cor-acento); }
.footer-grid > div:last-child p { color: #9fb4bd; font-size: .86rem; line-height: 1.6; margin-bottom: 12px; }
.footer-contact { color: var(--cor-acento)!important; font-weight: 800; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; margin-top: 48px; display: flex; justify-content: space-between; font-size: .78rem; color: #829ba7; }.footer-bottom p { font-size: inherit; }.footer-bottom a:hover { color: var(--cor-acento); }

/* === MOTION / RESPONSIVE === */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }* { animation: none!important; transition-duration: .01ms!important; } }
@media (max-width: 980px) {
  :root { --espaco-secao: 80px; }
  .nav { gap: 0; }.nav a { padding: 8px 6px; font-size: .8rem; }.btn-header { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }.visual-main { width: 275px; }.orbit-one { width: 380px; height: 380px; }.visual-float-one { right: -10px; }.visual-float-two { left: -10px; }
  .split-grid,.solution-grid,.audience-grid { gap: 55px; }.process-grid { grid-template-columns: repeat(2,1fr); gap: 40px 0; }.process-item:nth-child(2) { border: 0; }.process-item:nth-child(3) { padding-left: 0; }
  .diff-grid { grid-template-columns: repeat(2,1fr); }.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2/4; }
}
@media (max-width: 768px) {
  html { scroll-padding-top: 72px; }.container { padding: 0 20px; }.header-inner { min-height: 72px; }.menu-toggle { display: block; margin-left: auto; }.header .btn-header { display: none; }
  .nav { display: none; position: absolute; top: 72px; left: 0; width: 100%; padding: 12px 20px 22px; background: #f7faf9; border-bottom: 1px solid var(--cor-borda); box-shadow: 0 12px 24px rgba(11,41,66,.1); flex-direction: column; align-items: stretch; }.nav.is-open { display: flex; }.nav a { padding: 13px; font-size: .95rem; }.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.is-open span:nth-child(2) { opacity: 0; }.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 74px 0 90px; text-align: center; }.hero-grid { grid-template-columns: 1fr; }.hero-content { display: flex; flex-direction: column; align-items: center; }.hero h1 { font-size: clamp(2.3rem,10vw,3.7rem); }.hero-visual { min-height: 440px; max-width: 520px; width: 100%; margin: 4px auto 0; }.visual-float-one { right: 0; }.visual-float-two { left: 0; }
  .split-grid,.solution-grid,.audience-grid { grid-template-columns: 1fr; gap: 42px; }.solution-visual { order: 2; min-height: 400px; }.services .section-heading { display: block; }.services .section-heading p { margin-top: 18px; }.services-grid { grid-template-columns: repeat(2,1fr); }.final-cta-inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }.final-cta-inner > div { display: flex; flex-direction: column; align-items: center; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1/-1; }.footer-grid > div:last-child { grid-column: auto; }
}
@media (max-width: 520px) {
  :root { --espaco-secao: 64px; }.container { padding: 0 16px; }.logo-copy strong { font-size: 1.25rem; }.logo-copy small { font-size: .52rem; }.hero { padding-top: 58px; }.btn-group { width: 100%; flex-direction: column; }.btn-group .btn { width: 100%; }.hero-note { text-align: left; }
  .hero-visual { min-height: 400px; transform: scale(.9); margin: -10px 0 -25px; }.visual-float { min-width: 184px; padding: 12px; }.visual-float-one { top: 55px; right: -22px; }.visual-float-two { bottom: 48px; left: -22px; }.orbit-one { width: 350px; height: 350px; }
  .rings { width: 270px; height: 270px; box-shadow: inset 0 0 0 42px rgba(255,255,255,.32), inset 0 0 0 43px #cfe3dc; }.rings::before { width: 330px; height: 330px; }.rings-core { width: 105px; height: 105px; }.label-two { right: -21px; }.label-three { left: -18px; top: 110px; }
  .process-grid,.services-grid,.diff-grid { grid-template-columns: 1fr; }.process-item,.process-item:first-child,.process-item:nth-child(3),.process-item:last-child { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid var(--cor-borda); }.process-item:last-child { border: 0; padding-bottom: 0; }.process-item h3 { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }.footer-grid > div:first-child,.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 12px; }.btn-large { width: 100%; }
}
@media (max-width: 360px) { .visual-float-one { right: -45px; }.visual-float-two { left: -45px; }.hero-visual { transform: scale(.82); margin-left: -8%; width: 116%; } }
