:root {
  --green: #168f6f;
  --green-deep: #0d755a;
  --navy: #2a344d;
  --navy-deep: #10182d;
  --mint: #63dbbb;
  --periwinkle: #7e9be5;
  --ink: #1b2438;
  --muted: #697187;
  --paper: #f5f7fa;
  --white: #ffffff;
  --line: rgba(42, 52, 77, .13);
  --shell: min(1180px, calc(100% - 40px));
  --display: 'Manrope', sans-serif;
  --body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body, button, a { font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; background: var(--mint); color: var(--navy-deep); padding: 12px 18px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: .35s ease; }
.site-header.scrolled { background: rgba(16, 24, 45, .9); box-shadow: 0 12px 35px rgba(5, 10, 24, .18); backdrop-filter: blur(16px); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand img { width: 200px; height: 58px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.78); }
.nav > a:not(.nav-cta):not(.nav-partner) { font-size: .9rem; font-weight: 600; transition: color .2s; }
.nav > a:not(.nav-cta):not(.nav-partner):hover { color: var(--mint); }
.nav-cta { padding: 12px 18px; color: var(--white); border: 1px solid rgba(99,219,187,.55); border-radius: 9px; font-weight: 700; }
.nav-cta:hover { background: var(--green); border-color: var(--green); }
.nav-partner { padding: 12px 18px; color: var(--navy-deep); background: var(--mint); border: 1px solid var(--mint); border-radius: 9px; font-size: .9rem; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.nav-partner:hover { background: var(--white); border-color: var(--white); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: transparent; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: white; margin: 5px auto; }

.hero { position: relative; overflow: hidden; min-height: 880px; color: white; background: linear-gradient(135deg, var(--navy-deep), #25324f 72%, #183b4a); padding: 160px 0 0; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .22; }
.hero-glow-one { width: 520px; height: 520px; right: -190px; top: -140px; background: var(--green); }
.hero-glow-two { width: 280px; height: 280px; left: 42%; bottom: 50px; background: var(--periwinkle); opacity: .08; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.hero-copy { padding: 44px 0 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--mint); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--green); }
.eyebrow.light { color: var(--mint); }
h1, h2, h3 { font-family: var(--display); }
h1 { margin: 0; max-width: 760px; font-size: clamp(3rem, 5.4vw, 5.15rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 600; }
h1 em, h2 em { color: var(--mint); font-style: normal; }
.hero-text { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border-radius: 10px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; box-shadow: 0 16px 32px rgba(22,143,111,.2); }
.button-primary:hover { background: #1aa981; box-shadow: 0 18px 42px rgba(22,143,111,.34); }
.button-ghost { border: 1px solid rgba(255,255,255,.25); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-dark { background: var(--navy); color: white; }
.button-outline { border: 1px solid var(--navy); color: var(--navy); }
.button-outline:hover { color: white; background: var(--navy); }
.button-large { min-height: 62px; padding-inline: 30px; }
.hero-note { margin-top: 25px; color: rgba(255,255,255,.45); font-size: .86rem; }
.hero-note span { color: var(--mint); margin-right: 8px; }

.solution-map { position: relative; min-height: 560px; }
.map-orbit { position: absolute; border: 1px solid rgba(99,219,187,.17); border-radius: 50%; animation: breathe 6s ease-in-out infinite; }
.orbit-one { inset: 75px 35px; }
.orbit-two { inset: 140px 100px; animation-delay: -3s; }
.map-orbit::after { content: ''; position: absolute; width: 7px; height: 7px; border-radius: 50%; top: 49%; left: -4px; background: var(--mint); box-shadow: 0 0 20px var(--mint); }
.map-center { position: absolute; inset: 50%; width: 180px; height: 180px; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(16,24,45,.78); box-shadow: 0 0 0 16px rgba(255,255,255,.025), 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.map-center img { width: 66px; height: 66px; object-fit: contain; }
.map-center strong { margin-top: 10px; font-family: var(--display); }
.map-center span { color: rgba(255,255,255,.5); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.map-node { position: absolute; display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); background: rgba(42,52,77,.76); box-shadow: 0 20px 35px rgba(0,0,0,.18); color: rgba(255,255,255,.8); font-size: .77rem; font-weight: 700; backdrop-filter: blur(10px); }
.node-fgts { top: 62px; left: 50%; transform: translateX(-50%); }
.node-clt { top: 165px; right: 18px; }
.node-inss { top: 165px; left: 8px; }
.node-auto { bottom: 70px; left: 60px; }
.node-consorcio { bottom: 70px; right: 70px; }
.map-caption { position: absolute; right: 0; bottom: 0; color: rgba(255,255,255,.48); font-size: .85rem; line-height: 1.6; text-align: right; }
.map-caption strong { color: white; }
@keyframes breathe { 50% { transform: scale(1.025); border-color: rgba(99,219,187,.3); } }

.trust-strip { position: relative; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.trust-strip > div { display: flex; flex-direction: column; gap: 7px; padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip strong { color: var(--mint); font-family: var(--display); font-size: 1.05rem; }
.trust-strip span { color: rgba(255,255,255,.47); font-size: .79rem; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; column-gap: 90px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.4rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 600; }
.section-heading > p:last-child, .portfolio-intro > p, .process-copy > p, .about-copy > p { color: var(--muted); line-height: 1.75; }
.benefits { background: white; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.benefit-card { min-height: 370px; padding: 30px; border-right: 1px solid var(--line); transition: .3s ease; }
.benefit-card:last-child { border-right: 0; }
.benefit-card:hover { transform: translateY(-7px); background: #f8fbfa; box-shadow: 0 25px 50px rgba(42,52,77,.08); }
.benefit-card.featured { color: white; background: var(--green); }
.card-index { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.featured .card-index { color: rgba(255,255,255,.6); }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; margin: 75px 0 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: 1.6rem; }
.featured .icon-box { color: white; border-color: rgba(255,255,255,.3); }
.benefit-card h3 { margin: 0 0 16px; font-size: 1.22rem; }
.benefit-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .93rem; }
.featured p { color: rgba(255,255,255,.72); }

.portfolio { color: white; background: var(--navy); }
.portfolio-intro { display: grid; grid-template-columns: 1.1fr .55fr; gap: 100px; align-items: end; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.12); }
.portfolio-intro > p { color: rgba(255,255,255,.55); }
.product-row { display: grid; grid-template-columns: 70px 1.15fr .85fr 50px; gap: 20px; align-items: center; min-height: 96px; border-bottom: 1px solid rgba(255,255,255,.1); transition: .2s ease; }
.product-row:hover { padding-inline: 18px; background: rgba(99,219,187,.06); }
.product-row > span { color: var(--mint); font-size: .72rem; }
.product-row h3 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.6rem); font-weight: 600; }
.product-row p { color: rgba(255,255,255,.48); font-size: .9rem; }
.product-row i { color: var(--mint); font-style: normal; font-size: 1.2rem; text-align: right; }
.portfolio-cta { display: flex; justify-content: space-between; align-items: center; padding-top: 38px; color: rgba(255,255,255,.6); }
.text-link { color: white; padding-bottom: 7px; border-bottom: 1px solid var(--mint); font-weight: 700; }
.text-link span { color: var(--mint); margin-left: 12px; }

.process { background: #edf1f4; }
.process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }
.process-copy { position: sticky; top: 135px; align-self: start; }
.process-copy h2 { font-size: clamp(2.4rem, 4vw, 3.9rem); }
.process-copy .button { margin-top: 22px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 95px 1fr; gap: 25px; padding: 20px 0 55px; border-bottom: 1px solid rgba(42,52,77,.16); }
.steps li + li { padding-top: 55px; }
.steps > li > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--green); font-family: var(--display); font-weight: 800; }
.steps h3 { margin: 2px 0 13px; font-size: 1.5rem; }
.steps p { max-width: 550px; margin: 0; color: var(--muted); line-height: 1.7; }

.partnership-banner { overflow: hidden; color: white; background: linear-gradient(120deg, #0c7158, var(--green)); }
.partnership-inner { position: relative; padding: 110px 0; text-align: center; }
.partnership-inner .eyebrow { justify-content: center; }
.partnership-inner h2 { max-width: 860px; margin: 0 auto; }
.partnership-inner h2 em { color: white; text-decoration: underline; text-decoration-color: rgba(99,219,187,.6); text-underline-offset: 9px; }
.partnership-inner > p:not(.eyebrow) { max-width: 620px; margin: 24px auto 30px; color: rgba(255,255,255,.72); }
.partnership-inner .button-primary { color: var(--navy); background: white; }
.symbol-watermark { position: absolute; width: 480px; right: -170px; top: -130px; opacity: .08; transform: rotate(12deg); }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.about-mark { min-height: 490px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 30% 30%, #41506e, var(--navy-deep)); border-radius: 2px 100px 2px 2px; }
.about-mark img { width: 190px; }
.about-mark span { color: rgba(255,255,255,.55); margin-top: 20px; text-transform: uppercase; letter-spacing: .3em; font-size: .72rem; }
.about-copy .lead { margin-top: 28px; color: var(--ink); font-size: 1.18rem; }
.value-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.value-tags span { padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; color: var(--navy); font-size: .82rem; font-weight: 700; }

.customer-path { padding: 80px 0; background: linear-gradient(100deg, #dff9f2, #eef3ff); }
.customer-inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.customer-inner h2 { max-width: 750px; font-size: clamp(2rem, 3.4vw, 3.3rem); }
.customer-inner p { color: var(--muted); margin: 18px 0 0; }

.final-cta { overflow: hidden; color: white; background: var(--navy-deep); }
.final-inner { position: relative; padding: 120px 0; text-align: center; }
.final-inner::before, .final-inner::after { content: ''; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(99,219,187,.2); transform: rotate(45deg); }
.final-inner::before { left: -170px; top: 70px; }
.final-inner::after { right: -180px; bottom: -40px; }
.final-inner .eyebrow { justify-content: center; }
.final-inner h2 { max-width: 950px; margin: auto; }
.final-inner > p:not(.eyebrow) { max-width: 600px; margin: 24px auto 32px; color: rgba(255,255,255,.62); line-height: 1.7; }

.footer { color: rgba(255,255,255,.55); background: #0a1020; padding: 75px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .55fr .65fr; gap: 80px; }
.footer-brand img { width: 230px; }
.footer-brand p { line-height: 1.7; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid strong { color: white; margin-bottom: 6px; }
.footer-grid a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); font-size: .75rem; }
.floating-cta { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 13px 18px; border-radius: 99px; background: var(--green); color: white; box-shadow: 0 15px 35px rgba(22,143,111,.34); font-size: .85rem; }
.floating-cta span { font-size: 1.1rem; }
.config-toast { position: fixed; z-index: 80; left: 50%; bottom: -80px; transform: translateX(-50%); padding: 13px 18px; border-radius: 8px; color: white; background: var(--navy); box-shadow: 0 14px 32px rgba(0,0,0,.2); transition: bottom .3s ease; font-size: .86rem; }
.config-toast.show { bottom: 28px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--periwinkle); outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 76px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(16,24,45,.98); box-shadow: 0 20px 45px rgba(0,0,0,.25); }
  .nav.open { display: flex; }
  .nav a { padding: 14px; }
  .nav-cta, .nav-partner { margin-top: 8px; text-align: center; }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-text { margin-inline: auto; }
  .solution-map { min-height: 520px; max-width: 600px; width: 100%; margin: -20px auto 10px; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .trust-strip > div { border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-strip > div:first-child { padding-left: 28px; }
  .section-heading, .portfolio-intro, .process-grid, .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-card:nth-child(2) { border-right: 0; }
  .benefit-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-copy { position: static; }
  .customer-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1.4fr .7fr .7fr; gap: 35px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .nav-wrap { height: 74px; }
  .brand img { width: 174px; }
  .hero { min-height: auto; padding-top: 110px; }
  .hero-copy { padding: 25px 0 55px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.75rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .solution-map { min-height: 405px; transform: scale(.92); }
  .orbit-one { inset: 55px 5px; }
  .orbit-two { inset: 110px 60px; }
  .map-center { width: 142px; height: 142px; }
  .map-center img { width: 50px; }
  .map-node { width: 72px; height: 72px; font-size: .68rem; }
  .node-fgts { top: 35px; }
  .node-clt { top: 120px; right: -8px; }
  .node-inss { top: 120px; left: -8px; }
  .node-auto { bottom: 35px; left: 24px; }
  .node-consorcio { bottom: 35px; right: 24px; }
  .map-caption { display: none; }
  .trust-strip { margin-top: 0; }
  .trust-strip > div { padding: 20px 12px; }
  .trust-strip > div:first-child { padding-left: 12px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 35px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-card:last-child { border-bottom: 0; }
  .icon-box { margin: 35px 0 24px; }
  .portfolio-intro { padding-bottom: 35px; }
  .product-row { grid-template-columns: 38px 1fr 26px; gap: 12px; min-height: 82px; }
  .product-row p { display: none; }
  .portfolio-cta { align-items: flex-start; flex-direction: column; gap: 15px; }
  .steps li { grid-template-columns: 64px 1fr; gap: 12px; }
  .about-mark { min-height: 330px; border-radius: 2px 65px 2px 2px; }
  .about-mark img { width: 140px; }
  .partnership-inner, .final-inner { padding: 90px 0; }
  .customer-path { padding: 65px 0; }
  .customer-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .floating-cta { right: 14px; bottom: 14px; }
  .floating-cta b { display: none; }
}

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