:root {
  --navy: #0b1f33;
  --navy-2: #123452;
  --teal: #14b8a6;
  --teal-dark: #0f8f84;
  --blue: #2563eb;
  --paper: #f7f9fc;
  --white: #ffffff;
  --ink: #172033;
  --muted: #657287;
  --line: #dce3ec;
  --shadow: 0 30px 80px rgba(11, 31, 51, .14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--teal); color: var(--navy); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(220,227,236,.88); background: rgba(247,249,252,.88); backdrop-filter: blur(18px); }
.nav-shell { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 220px; }
nav { display: flex; gap: 30px; margin-left: auto; }
nav a { text-decoration: none; font-size: 14px; font-weight: 750; }
nav a span, .button span, .text-link span { display: block; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .03em; }
.language-switch { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.language-code { color: var(--muted); font-size: 10px; font-weight: 850; transition: color .2s ease; }
.language-code-pt, html[lang="en"] .language-code-en { color: var(--navy); }
html[lang="en"] .language-code-pt { color: var(--muted); }
.language-toggle { position: relative; width: 42px; height: 24px; padding: 0; border: 1px solid #b8c5d2; border-radius: 999px; background: #dfe7ee; cursor: pointer; transition: border-color .25s ease, background .25s ease; }
.language-toggle span { position: absolute; width: 18px; height: 18px; left: 2px; top: 2px; border-radius: 50%; background: var(--navy); box-shadow: 0 2px 6px rgba(11,31,51,.2); transition: transform .25s cubic-bezier(.2,.72,.2,1), background .25s ease; }
.language-toggle[aria-checked="true"] { border-color: var(--teal-dark); background: rgba(20,184,166,.24); }
.language-toggle[aria-checked="true"] span { transform: translateX(18px); background: var(--teal-dark); }
.language-toggle:focus-visible { outline: 3px solid rgba(20,184,166,.3); outline-offset: 3px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 10px 24px; border-radius: 12px; color: var(--white); background: var(--navy); text-decoration: none; font-weight: 800; box-shadow: 0 12px 25px rgba(11,31,51,.14); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--navy-2); }
.button span { color: rgba(255,255,255,.68); margin-left: 10px; }
.button-small { min-height: 46px; padding: 8px 17px; font-size: 13px; }

.hero { padding: 88px 0 74px; overflow: hidden; background: radial-gradient(circle at 85% 20%, rgba(20,184,166,.12), transparent 29%), linear-gradient(180deg, #fff 0%, var(--paper) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--teal-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow span { margin-left: 12px; color: var(--muted); font-weight: 650; }
h1 { margin: 0; max-width: 760px; color: var(--navy); font-size: clamp(46px, 5.6vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
h1 em { color: var(--teal-dark); font-style: normal; }
.hero-en { margin: 18px 0 30px; color: var(--muted); font-size: 18px; }
.hero-en strong { color: var(--navy); }
.lead { max-width: 650px; margin: 0 0 8px; font-size: 18px; }
.lead-en { color: var(--muted); font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { font-weight: 800; text-decoration: none; }
.text-link span { margin-top: -2px; }
.text-link b { color: var(--teal-dark); margin-left: 8px; }
.trust-row { display: flex; gap: 28px; margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { color: var(--navy); font-size: 14px; }
.trust-row span { color: var(--muted); font-size: 11px; }
.scroll-cue { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--muted); font-size: 11px; font-weight: 750; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal-dark); font-style: normal; animation: scroll-pulse 1.8s ease-in-out infinite; }

.operations-card { position: relative; padding: 24px; border: 1px solid rgba(220,227,236,.9); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.operations-card::before { content: ""; position: absolute; inset: -20px; z-index: -1; border: 1px solid rgba(20,184,166,.18); border-radius: 38px; transform: rotate(2deg); }
.card-topline { display: flex; justify-content: space-between; padding-bottom: 18px; font-size: 12px; font-weight: 800; }
.status { color: var(--teal-dark); }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--teal); }
.project-heading { padding: 4px 2px 19px; }
.project-heading small { color: var(--teal-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.project-heading h2 { margin: 5px 0 7px; font-size: 24px; line-height: 1.12; letter-spacing: -.025em; }
.project-heading p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric-grid article { padding: 17px; border-radius: 15px; background: var(--paper); }
.metric-grid span, .metric-grid small { display: block; color: var(--muted); font-size: 10px; }
.metric-grid strong { display: block; color: var(--navy); font-size: 32px; line-height: 1.25; }
.metric-grid small { color: var(--teal-dark); }
.chart-panel { margin-top: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; }
.chart-heading { display: flex; justify-content: space-between; font-size: 12px; font-weight: 750; }
.chart-heading strong { color: var(--teal-dark); }
.bars { height: 105px; display: flex; align-items: end; gap: 10px; padding-top: 17px; }
.bars i { flex: 1; min-height: 10px; border-radius: 5px 5px 2px 2px; background: #d7e0ea; }
.bars .active { background: var(--teal); }
.chart-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.progress-panel { padding-bottom: 15px; }
.progress-track { height: 11px; margin: 19px 0 10px; overflow: hidden; border-radius: 999px; background: #dce4eb; }
.progress-track i { display: block; width: 66.666%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal-dark), var(--teal)); box-shadow: 0 0 18px rgba(20,184,166,.24); }
.workflow-list { margin-top: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; }
.workflow-list div { display: grid; grid-template-columns: 30px 1fr 24px; align-items: center; gap: 10px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.workflow-list div:last-child { border-bottom: 0; }
.workflow-list i { color: var(--muted); font-size: 9px; font-style: normal; }
.workflow-list span { font-size: 11px; font-weight: 800; }
.workflow-list small { display: block; color: var(--muted); font-weight: 500; }
.workflow-list b { color: var(--teal-dark); }
.review-status { font-size: 11px; animation: review-pulse 1.8s ease-in-out infinite; }
.pulse { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgba(20,184,166,.14); }
.project-disclaimer { margin: 12px 4px 0; color: var(--muted); font-size: 9px; line-height: 1.4; text-align: center; }

.problem-strip { padding: 34px 0; background: var(--teal); color: var(--navy); }
.split-statement { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.split-statement p { margin: 0; font-size: 18px; font-weight: 850; line-height: 1.4; }
.split-statement p:last-child { opacity: .68; font-weight: 650; }
.section { padding: 104px 0; }
.section-heading { max-width: 740px; margin-bottom: 48px; }
h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -.04em; }
.section-heading > p:last-child, .process-intro > p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 430px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .28s cubic-bezier(.2,.72,.2,1), border-color .28s ease, box-shadow .28s ease, background-color .28s ease; }
.service-card.featured { border-color: var(--line); transform: none; box-shadow: none; }
@media (hover: hover) and (pointer: fine) {
  .service-card:hover, .service-card.featured:hover { z-index: 1; border-color: rgba(20,184,166,.58); transform: translateY(-9px); background: #fff; box-shadow: 0 24px 60px rgba(11,31,51,.11); }
}
.service-number { position: absolute; right: 26px; top: 25px; color: #a4b0be; font-size: 12px; font-weight: 850; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 65px; border-radius: 14px; background: rgba(20,184,166,.12); color: var(--teal-dark); font-size: 25px; }
.service-card h3 { margin: 0; color: var(--navy); font-size: 24px; line-height: 1.15; }
.service-card h4 { margin: 9px 0 22px; color: var(--teal-dark); font-size: 13px; }
.service-card p { font-size: 14px; }
.service-card ul { display: grid; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.service-card li { position: relative; padding-left: 18px; color: var(--muted); font-size: 12px; font-weight: 650; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-dark); font-weight: 900; }
.translation { color: var(--muted); font-size: 13px !important; }

.brand-journey { overflow: hidden; color: var(--white); background: var(--navy); }
.brand-journey h2, .brand-journey h3 { color: var(--white); }
.journey-heading > p:last-child { color: #b7c6d5; }
.journey-grid { display: grid; grid-template-columns: 1fr 180px 1fr; align-items: stretch; gap: 24px; }
.journey-card { padding: 32px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.05); }
.journey-card > span { color: #92a6b9; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.journey-card h3 { margin: 24px 0 12px; font-size: 23px; line-height: 1.18; }
.journey-card p { margin-bottom: 0; color: #bdcad6; font-size: 14px; }
.journey-result { border-color: rgba(20,184,166,.52); background: linear-gradient(145deg, rgba(20,184,166,.15), rgba(255,255,255,.05)); }
.journey-icon { display: grid; width: 48px; height: 48px; margin-top: 22px; place-items: center; border-radius: 14px; color: var(--teal); background: rgba(20,184,166,.14); font-size: 22px; font-weight: 900; }
.journey-arrow { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; color: var(--teal); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.journey-arrow i { width: 1px; height: 42px; background: linear-gradient(transparent, var(--teal)); }
.journey-arrow i:last-child { background: linear-gradient(var(--teal), transparent); }
.instagram-panel { display: grid; grid-template-columns: 72px .75fr 1.25fr; gap: 26px; align-items: center; margin-top: 26px; padding: 28px 32px; border-radius: 22px; color: var(--navy); background: var(--white); }
.instagram-panel .eyebrow { margin-bottom: 5px; }
.instagram-panel h3, .instagram-panel p { margin: 0; color: var(--navy); }
.instagram-panel > p { color: var(--muted); font-size: 14px; }
.instagram-mark { display: grid; width: 64px; height: 64px; place-items: center; }
.instagram-mark img { width: 64px; height: 64px; object-fit: contain; }

.examples { background: #f3f7fb; }
.example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.example-card { min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; color: var(--ink); background: var(--white); box-shadow: 0 14px 38px rgba(11,31,51,.05); transition: transform .28s cubic-bezier(.2,.72,.2,1), border-color .28s ease, background-color .28s ease, box-shadow .28s ease, color .28s ease; }
.featured-example { color: var(--ink); border-color: var(--line); background: var(--white); }
.example-label { display: flex; align-items: center; gap: 12px; }
.example-label span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--teal-dark); background: rgba(20,184,166,.14); font-size: 12px; font-weight: 900; transition: color .28s ease, background-color .28s ease; }
.featured-example .example-label span { color: var(--teal-dark); background: rgba(20,184,166,.14); }
.example-label small { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .02em; text-transform: uppercase; transition: color .28s ease; }
.featured-example .example-label small { color: var(--muted); }
.example-card h3 { margin: 35px 0 13px; color: var(--navy); font-size: 23px; line-height: 1.12; transition: color .28s ease; }
.featured-example h3 { color: var(--navy); }
.example-card p { margin: 0; font-size: 14px; transition: color .28s ease; }
.featured-example p { color: inherit; }
.example-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.example-card li { padding: 7px 10px; border-radius: 999px; color: var(--teal-dark); background: rgba(20,184,166,.1); font-size: 11px; font-weight: 750; transition: color .28s ease, background-color .28s ease; }
.featured-example li { color: var(--teal-dark); background: rgba(20,184,166,.1); }
@media (hover: hover) and (pointer: fine) {
  .example-card:hover, .featured-example:hover { z-index: 1; color: var(--white); border-color: rgba(20,184,166,.62); background: var(--navy); box-shadow: 0 24px 60px rgba(11,31,51,.17); transform: translateY(-9px); }
  .example-card:hover h3, .featured-example:hover h3 { color: var(--white); }
  .example-card:hover p, .featured-example:hover p { color: #d3dce6; }
  .example-card:hover .example-label span, .featured-example:hover .example-label span { color: var(--navy); background: var(--teal); }
  .example-card:hover .example-label small, .featured-example:hover .example-label small { color: #9fb0c2; }
  .example-card:hover li, .featured-example:hover li { color: #d8fffa; background: rgba(20,184,166,.18); }
}
.examples-note { max-width: 820px; margin: 28px auto 0; color: var(--muted); text-align: center; font-size: 12px; }
.examples-note span { color: #8293a5; }

.section-dark { color: var(--white); background: var(--navy); }
.section-dark h2 { color: var(--white); }
.section-dark .eyebrow { color: var(--teal); }
.section-dark .eyebrow span, .section-dark .process-intro > p { color: #9fb0c2; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.button-light { margin-top: 28px; color: var(--navy); background: var(--teal); box-shadow: none; }
.button-light:hover { background: #31cbbb; }
.button-light span { color: rgba(11,31,51,.65); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li > span { color: var(--teal); font-size: 12px; font-weight: 900; }
.steps h3 { margin: 0 0 7px; font-size: 19px; }
.steps p { margin: 0; color: #d3dce6; }
.steps small { color: #889caf; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.about-copy { font-size: 17px; }
.about-copy hr { margin: 28px 0; border: 0; border-top: 1px solid var(--line); }
.assessment { padding-top: 0; }
.assessment-shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding: 58px; border-radius: 30px; background: linear-gradient(135deg, #eaf8f6 0%, #f0f4fb 100%); }
.contact-card { padding: 25px; border: 1px solid rgba(255,255,255,.85); border-radius: 20px; background: rgba(255,255,255,.83); box-shadow: 0 20px 50px rgba(11,31,51,.09); }
.contact-card > p { margin-top: 0; font-weight: 850; }
.contact-card > p span { display: block; color: var(--muted); font-size: 12px; font-weight: 600; }
.contact-option { display: grid; grid-template-columns: 44px 1fr 24px; align-items: center; gap: 12px; margin-top: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); text-decoration: none; transition: border .2s, transform .2s; }
.contact-option:hover { transform: translateY(-2px); border-color: var(--teal); }
.contact-option i { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; color: var(--teal-dark); background: rgba(20,184,166,.12); font-style: normal; font-weight: 900; }
.contact-option i img { width: 25px; height: 25px; object-fit: contain; }
.contact-option span { display: flex; flex-direction: column; }
.contact-option small { color: var(--muted); }
.contact-option b { color: var(--teal-dark); }
.contact-note { display: block; margin-top: 18px; color: var(--muted); }

footer { padding: 38px 0; color: #cfdae4; background: #071522; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-grid img { width: 190px; }
.footer-grid p { margin: 0; font-size: 12px; }
.footer-grid p span { color: #7990a5; }
.footer-contact { text-align: right; }
.footer-contact a { color: var(--teal); }

.js .reveal { opacity: 0; transform: translateY(34px) scale(.985); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.72,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.js .reveal-delay-1 { transition-delay: .08s; }
.js .reveal-delay-2 { transition-delay: .16s; }
.js .reveal-delay-3 { transition-delay: .24s; }

@keyframes scroll-pulse { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@keyframes review-pulse { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }

@media (max-width: 920px) {
  nav { display: none; }
  .nav-shell { gap: 18px; }
  .language-switch { margin-left: auto; }
  .hero-grid, .process-grid, .about-grid, .assessment-shell { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .process-grid, .about-grid { gap: 45px; }
  .service-grid, .example-grid { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-arrow { flex-direction: row; padding: 2px 0; }
  .journey-arrow i { width: 42px; height: 1px; background: linear-gradient(90deg, transparent, var(--teal)); }
  .journey-arrow i:last-child { background: linear-gradient(90deg, var(--teal), transparent); }
  .instagram-panel { grid-template-columns: 72px 1fr; }
  .instagram-panel > p { grid-column: 1 / -1; }
  .service-card, .service-card.featured { min-height: auto; transform: none; }
  .service-icon { margin-bottom: 36px; }
  .split-statement { gap: 35px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header .button { display: none; }
  .nav-shell { min-height: 68px; }
  .brand img { width: 190px; }
  .language-code { display: none; }
  .language-toggle { width: 44px; height: 26px; }
  .language-toggle span { width: 20px; height: 20px; }
  .language-toggle[aria-checked="true"] span { transform: translateX(18px); }
  .hero { padding: 64px 0 54px; }
  h1 { font-size: 47px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { padding-left: 4px; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .operations-card { padding: 15px; }
  .metric-grid { grid-template-columns: 1fr; }
  .instagram-panel { grid-template-columns: 1fr; padding: 24px; }
  .instagram-panel > p { grid-column: auto; }
  .split-statement { grid-template-columns: 1fr; }
  .section { padding: 78px 0; }
  .assessment { padding-top: 0; }
  .assessment-shell { padding: 28px 20px; gap: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .scroll-cue i { animation: none; }
  .review-status { animation: none; }
  .js .reveal { opacity: 1; transform: none; }
}
