:root {
  --green-950: #073d32;
  --green-900: #0b4f40;
  --green-800: #0b5f4a;
  --green-700: #14775c;
  --green-600: #1b906d;
  --green-500: #2db584;
  --green-300: #8bdbbd;
  --green-100: #dcf5eb;
  --green-50: #f1fbf7;
  --ink: #102a25;
  --muted: #5d716c;
  --line: #dbe8e3;
  --paper: #fff;
  --surface: #f5f9f7;
  --warm: #f5b940;
  --shadow-sm: 0 10px 30px rgba(5, 54, 43, .08);
  --shadow-lg: 0 28px 70px rgba(5, 54, 43, .16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(3rem, 5.7vw, 5.35rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.55rem); }
h3 { font-size: 1.25rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; color: white; background: var(--green-950); border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.section { padding: 112px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--green-100); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--green-300); }
.eyebrow.dark { color: var(--green-700); }
.eyebrow.dark span { background: var(--green-500); }
.eyebrow.light { color: var(--green-100); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 760; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(245, 185, 64, .9); outline-offset: 3px; }
.button-primary { color: white; background: var(--green-600); box-shadow: 0 12px 24px rgba(10, 105, 79, .2); }
.button-primary:hover { background: var(--green-700); box-shadow: 0 16px 30px rgba(10, 105, 79, .26); }
.button-small { min-height: 42px; padding-inline: 20px; }
.button-large { min-height: 56px; padding-inline: 27px; }
.button-light { color: white; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button-light:hover { background: rgba(255,255,255,.16); }
.button-white { color: var(--green-800); background: white; box-shadow: var(--shadow-sm); }
.button-outline-white { color: white; border-color: rgba(255,255,255,.42); background: transparent; }
.button-ghost { color: var(--green-800); border-color: var(--line); background: white; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-700); font-weight: 800; }
.text-link svg { transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.utility-bar { min-height: 36px; color: #dbf7ec; background: var(--green-950); font-size: .78rem; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.utility-inner span, .utility-inner a { display: inline-flex; align-items: center; gap: 7px; }
.utility-inner a:hover { color: white; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); transition: box-shadow .2s, border-color .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(12,63,51,.08); }
.header-inner { display: flex; align-items: center; min-height: 78px; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 48px; height: 48px; border-radius: 13px; object-fit: cover; box-shadow: 0 6px 16px rgba(10,75,60,.12); }
.brand span { display: grid; }
.brand strong { color: var(--green-800); font-size: 1.08rem; line-height: 1.2; }
.brand small { color: var(--muted); font-size: .71rem; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: 26px; }
.main-nav > a { position: relative; color: #36514a; font-size: .89rem; font-weight: 670; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green-500); transition: right .2s; }
.main-nav > a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.portal-link { color: var(--green-800); font-size: .88rem; font-weight: 780; }
.portal-link:hover { color: var(--green-500); }
.menu-button, .mobile-actions { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; color: white; background: radial-gradient(circle at 75% 20%, #137a60 0, transparent 34%), linear-gradient(125deg, var(--green-950) 0%, var(--green-800) 56%, #0e6e55 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.hero-glow-one { width: 440px; height: 440px; right: -160px; top: -220px; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 0 0 80px rgba(255,255,255,.03), 0 0 0 160px rgba(255,255,255,.02); }
.hero-glow-two { width: 220px; height: 220px; left: 46%; bottom: -150px; background: rgba(45,181,132,.18); filter: blur(50px); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; min-height: 690px; padding-top: 76px; padding-bottom: 82px; gap: 64px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 730px; margin-bottom: 24px; }
.hero-lead { max-width: 620px; margin-bottom: 32px; color: #d7eee7; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 13px 24px; padding: 0; margin: 30px 0 0; list-style: none; color: #cde9e1; font-size: .86rem; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list svg { width: 18px; height: 18px; padding: 3px; color: var(--green-950); border-radius: 50%; background: var(--green-300); stroke-width: 2.6; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 365px; height: 365px; border-style: dashed; transform: rotate(18deg); }
.journey-card { position: relative; z-index: 2; width: min(100%, 405px); padding: 23px; color: var(--ink); border: 1px solid rgba(255,255,255,.65); border-radius: 26px; background: rgba(255,255,255,.97); box-shadow: 0 38px 90px rgba(0,34,26,.35); transform: rotate(1.4deg); }
.journey-head { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: var(--green-900); font-size: .79rem; font-weight: 800; }
.live-dot { display: inline-flex; align-items: center; gap: 6px; color: var(--green-600); }
.live-dot i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 4px var(--green-100); }
.journey-person { display: flex; align-items: center; gap: 12px; padding: 19px 0; }
.person-icon { display: grid; place-items: center; width: 44px; height: 44px; color: var(--green-700); border-radius: 13px; background: var(--green-100); }
.journey-person > div:nth-child(2) { display: grid; flex: 1; }
.journey-person small, .journey-steps small, .journey-footer small { color: var(--muted); font-size: .71rem; }
.journey-person strong { font-size: .9rem; }
.status-pill { padding: 6px 9px; color: var(--green-700); border-radius: 999px; background: var(--green-50); font-size: .63rem; font-weight: 800; }
.journey-steps { display: grid; gap: 10px; padding: 0; margin: 0 0 17px; list-style: none; }
.journey-steps li { display: flex; align-items: center; gap: 11px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 13px; background: #fbfdfc; }
.journey-steps li > span { display: grid; place-items: center; width: 31px; height: 31px; color: var(--muted); border-radius: 9px; background: #eef3f1; }
.journey-steps li.active > span { color: white; background: var(--green-500); }
.journey-steps div { display: grid; }
.journey-steps strong { font-size: .78rem; }
.journey-footer { display: flex; align-items: center; gap: 11px; padding: 12px; color: var(--green-800); border-radius: 12px; background: var(--green-50); }
.journey-footer > svg { width: 25px; height: 25px; }
.journey-footer span { display: grid; }
.journey-footer strong { font-size: .73rem; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 160px; padding: 12px 14px; color: var(--ink); border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-lg); backdrop-filter: blur(10px); }
.floating-card > svg { width: 27px; height: 27px; padding: 6px; color: white; border-radius: 9px; background: var(--green-500); }
.floating-card span { display: grid; }
.floating-card strong { font-size: .73rem; }
.floating-card small { color: var(--muted); font-size: .65rem; }
.floating-left { left: -15px; bottom: 88px; animation: float 5s ease-in-out infinite; }
.floating-right { right: -10px; top: 76px; animation: float 5.6s .7s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.audience-strip { position: relative; z-index: 5; margin-top: -1px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 15px 40px rgba(10,68,53,.05); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.audience-grid article { display: flex; align-items: center; min-height: 126px; padding: 23px 30px; gap: 15px; border-right: 1px solid var(--line); }
.audience-grid article:first-child { border-left: 1px solid var(--line); }
.audience-icon { display: grid; place-items: center; flex: 0 0 auto; width: 48px; height: 48px; color: var(--green-700); border-radius: 15px; background: var(--green-50); }
.audience-grid article > div:nth-child(2) { display: grid; flex: 1; }
.audience-grid strong { font-size: .93rem; }
.audience-grid span { color: var(--muted); font-size: .77rem; }
.audience-grid article > a { display: grid; place-items: center; width: 34px; height: 34px; color: var(--green-700); border: 1px solid var(--line); border-radius: 50%; transition: color .2s, background .2s, transform .2s; }
.audience-grid article:hover > a { color: white; background: var(--green-600); transform: translateX(3px); }
.services-section { background: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 46px; gap: 60px; }
.section-heading h2 { max-width: 680px; margin-bottom: 0; }
.section-heading > p { max-width: 400px; margin-bottom: 5px; color: var(--muted); font-size: 1rem; }
.section-heading.centered { display: grid; justify-items: center; text-align: center; gap: 16px; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 300px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); border-color: var(--green-300); box-shadow: var(--shadow-sm); }
.service-card.featured { color: white; border-color: var(--green-800); background: linear-gradient(145deg, var(--green-900), var(--green-700)); }
.service-card.featured::after { content: ""; position: absolute; right: -50px; bottom: -90px; width: 200px; height: 200px; border: 35px solid rgba(255,255,255,.06); border-radius: 50%; }
.service-number { position: absolute; right: 24px; top: 25px; color: #afc0bb; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.featured .service-number { color: var(--green-300); }
.service-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 34px; color: var(--green-700); border-radius: 15px; background: var(--green-50); }
.featured .service-icon { color: white; background: rgba(255,255,255,.13); }
.service-card h3 { margin-bottom: 12px; }
.service-card p { min-height: 69px; margin-bottom: 22px; color: var(--muted); font-size: .91rem; }
.featured p { color: #d7eee7; }
.service-card a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 7px; color: var(--green-700); font-size: .82rem; font-weight: 800; }
.featured a { color: white; }
.service-card a:hover svg { transform: translateX(4px); }
.service-card a svg { transition: transform .2s; }
.company-section { overflow: hidden; }
.company-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.company-visual { position: relative; min-width: 0; padding: 28px 0 28px 20px; }
.company-visual::before { content: ""; position: absolute; inset: -40px 50px -40px -80px; z-index: -1; border-radius: 60px; background: var(--green-50); transform: rotate(-3deg); }
.portal-preview { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-lg); }
.browser-bar { display: flex; align-items: center; height: 44px; padding: 0 16px; gap: 6px; color: var(--muted); border-bottom: 1px solid var(--line); background: #f8faf9; font-size: .65rem; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c3d1cc; }
.browser-bar i:first-child { background: #f19c93; }
.browser-bar i:nth-child(2) { background: #f4c86d; }
.browser-bar i:nth-child(3) { background: #68c89f; }
.browser-bar span { margin-left: 10px; }
.preview-body { display: grid; grid-template-columns: 94px 1fr; min-height: 360px; }
.preview-sidebar { display: grid; align-content: start; justify-items: center; gap: 22px; padding-top: 25px; background: var(--green-900); }
.preview-sidebar b { width: 42px; height: 11px; border-radius: 5px; background: var(--green-300); }
.preview-sidebar span { width: 42px; height: 6px; border-radius: 5px; background: rgba(255,255,255,.22); }
.preview-main { padding: 30px; }
.preview-main > small { color: var(--green-600); font-weight: 800; text-transform: uppercase; }
.preview-main h3 { margin: 7px 0 22px; font-size: 1.35rem; }
.preview-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.preview-stats div { display: grid; padding: 14px; border: 1px solid var(--line); border-radius: 12px; }
.preview-stats strong { color: var(--green-700); font-size: .78rem; }
.preview-stats span { color: var(--muted); font-size: .62rem; }
.preview-list { display: grid; gap: 8px; }
.preview-list p { display: flex; align-items: center; gap: 10px; padding: 10px; margin: 0; border-radius: 10px; background: var(--surface); }
.preview-list i { width: 8px; height: 8px; border: 2px solid var(--green-500); border-radius: 50%; }
.preview-list i.done { background: var(--green-500); }
.preview-list span { display: grid; flex: 1; }
.preview-list b { font-size: .67rem; }
.preview-list small { color: var(--muted); font-size: .57rem; }
.preview-list em { padding: 4px 6px; color: var(--green-700); border-radius: 99px; background: var(--green-100); font-size: .55rem; font-style: normal; }
.security-note { position: absolute; right: -28px; bottom: 0; display: flex; align-items: center; gap: 11px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: var(--shadow-sm); }
.security-note svg { width: 27px; height: 27px; color: var(--green-600); }
.security-note div { display: grid; }
.security-note strong { font-size: .75rem; }
.security-note span { color: var(--muted); font-size: .64rem; }
.company-copy h2 { margin-bottom: 22px; }
.company-copy > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); font-size: 1.03rem; }
.feature-list { display: grid; gap: 20px; padding: 0; margin: 0 0 32px; list-style: none; }
.feature-list li { display: flex; gap: 14px; }
.feature-list li > span { display: grid; place-items: center; flex: 0 0 auto; width: 29px; height: 29px; color: white; border-radius: 50%; background: var(--green-500); }
.feature-list li > div { display: grid; }
.feature-list strong { font-size: .92rem; }
.feature-list small { color: var(--muted); font-size: .8rem; }
.company-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.process-section { border-top: 1px solid var(--line); background: var(--green-50); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 50px 0 0; list-style: none; }
.process-grid::before { content: ""; position: absolute; left: 12%; right: 12%; top: 47px; height: 1px; border-top: 1px dashed var(--green-300); }
.process-grid li { position: relative; z-index: 1; padding: 0 23px; text-align: center; }
.step-number { display: inline-block; margin-bottom: 12px; color: var(--green-600); font-size: .69rem; font-weight: 900; letter-spacing: .12em; }
.step-icon { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 24px; color: var(--green-700); border: 8px solid var(--green-50); border-radius: 50%; background: white; box-shadow: 0 0 0 1px var(--green-300), var(--shadow-sm); }
.step-icon svg { width: 25px; height: 25px; }
.process-grid h3 { margin-bottom: 10px; }
.process-grid p { color: var(--muted); font-size: .85rem; }
.location-section { position: relative; overflow: hidden; color: white; background: var(--green-900); }
.location-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0); background-size: 28px 28px; }
.location-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.location-copy h2 { margin-bottom: 20px; }
.location-copy > p:not(.eyebrow) { max-width: 520px; color: #cfe8e1; }
.location-detail { display: flex; align-items: flex-start; gap: 13px; margin: 28px 0; }
.location-detail > svg { width: 30px; height: 30px; color: var(--green-300); }
.location-detail > div { display: grid; }
.location-detail span { color: #cfe8e1; font-size: .8rem; }
.location-art { position: relative; min-height: 360px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: #0c5a47; box-shadow: inset 0 0 80px rgba(0,0,0,.16); }
.map-lines { position: absolute; inset: 0; opacity: .25; background: repeating-linear-gradient(32deg, transparent 0 48px, rgba(255,255,255,.18) 49px 50px), repeating-linear-gradient(120deg, transparent 0 70px, rgba(255,255,255,.14) 71px 73px); }
.map-pin { position: absolute; left: 55%; top: 47%; display: grid; justify-items: center; transform: translate(-50%,-50%); }
.map-pin > span { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 12px; color: var(--green-900); border: 7px solid rgba(255,255,255,.3); border-radius: 50% 50% 50% 8px; background: white; box-shadow: 0 20px 40px rgba(0,0,0,.25); transform: rotate(-45deg); }
.map-pin svg { width: 29px; height: 29px; transform: rotate(45deg); }
.map-pin strong { font-size: .9rem; }
.map-pin small { color: var(--green-300); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 100px; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { margin-bottom: 20px; }
.faq-intro > p:not(.eyebrow) { margin-bottom: 25px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 24px 4px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 auto; width: 24px; height: 24px; margin-left: 20px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 6px; right: 6px; top: 11px; height: 1px; background: var(--green-700); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details[open] summary { color: var(--green-700); }
.faq-list details p { padding: 0 40px 24px 4px; margin: 0; color: var(--muted); font-size: .92rem; }
.final-cta { padding: 0 0 90px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 52px 58px; color: white; border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--green-800), var(--green-600)); box-shadow: var(--shadow-lg); }
.cta-card h2 { max-width: 680px; margin-bottom: 13px; font-size: clamp(2rem, 3.4vw, 3rem); }
.cta-card p:not(.eyebrow) { margin-bottom: 0; color: #d6eee7; }
.cta-actions { display: grid; flex: 0 0 auto; gap: 10px; }
.site-footer { color: #cde3dc; background: var(--green-950); }
.footer-main { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 70px; padding-top: 70px; padding-bottom: 60px; }
.brand-footer strong { color: white; }
.brand-footer small { color: var(--green-300); }
.footer-brand > p { max-width: 290px; margin-top: 20px; color: #9ebbb2; font-size: .84rem; }
.footer-main > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.footer-main h2 { margin-bottom: 8px; color: white; font-size: .86rem; letter-spacing: 0; }
.footer-main a, .footer-main span { color: #9ebbb2; font-size: .8rem; }
.footer-main a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7fa59a; font-size: .7rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 17px; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: #18a96b; box-shadow: 0 15px 35px rgba(4,67,45,.28); font-size: .79rem; font-weight: 800; transition: transform .2s, background .2s; }
.whatsapp-float:hover { transform: translateY(-3px); background: #128b58; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav { gap: 17px; }
  .main-nav > a { font-size: .82rem; }
  .header-actions .portal-link { display: none; }
  .hero-grid { gap: 30px; }
  .floating-left { left: 0; }
  .floating-right { right: 0; }
  .audience-grid article { padding-inline: 20px; }
  .company-grid { gap: 55px; }
  .faq-grid { gap: 60px; }
  .footer-main { gap: 35px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 82px; }
  .utility-bar { display: none; }
  .header-inner { min-height: 72px; }
  .header-actions { margin-left: auto; }
  .menu-button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--green-800); border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; order: 3; }
  .menu-button svg { width: 23px; height: 23px; }
  .menu-button .menu-close { display: none; }
  .menu-button[aria-expanded="true"] .menu-open { display: none; }
  .menu-button[aria-expanded="true"] .menu-close { display: block; }
  .main-nav { position: fixed; inset: 72px 0 auto; display: none; align-items: stretch; max-height: calc(100vh - 72px); padding: 20px; overflow-y: auto; border-top: 1px solid var(--line); background: white; box-shadow: 0 22px 40px rgba(10,60,47,.12); }
  .main-nav.open { display: grid; }
  .main-nav > a { padding: 13px 5px; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .main-nav > a::after { display: none; }
  .mobile-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 8px; gap: 10px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 90px; text-align: center; }
  .hero-copy .eyebrow, .trust-list { justify-content: center; }
  .hero-copy h1, .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 470px; }
  .journey-card { transform: none; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 104px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .company-grid { grid-template-columns: 1fr; gap: 70px; }
  .company-visual { max-width: 670px; margin: 0 auto; order: 2; }
  .company-copy { order: 1; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 0; }
  .process-grid::before { display: none; }
  .location-grid { grid-template-columns: 1fr; }
  .location-art { min-height: 310px; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro { position: static; }
  .cta-card { display: grid; }
  .cta-actions { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .header-actions { display: none; }
  .brand img { width: 44px; height: 44px; }
  .header-inner { gap: 15px; }
  .menu-button { margin-left: auto; }
  .mobile-actions { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-top: 68px; padding-bottom: 76px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; justify-content: start; margin-inline: auto; width: fit-content; text-align: left; }
  .hero-visual { min-height: 410px; margin-top: 20px; }
  .visual-orbit { display: none; }
  .journey-card { padding: 18px; }
  .floating-card { min-width: 140px; padding: 10px; }
  .floating-left { left: -7px; bottom: 18px; }
  .floating-right { right: -7px; top: -34px; }
  .audience-grid article { padding: 18px 14px; }
  .section-heading { display: grid; margin-bottom: 34px; gap: 16px; }
  .section-heading > p { margin: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: 0; }
  .company-visual { padding-left: 0; }
  .company-visual::before { inset: -20px; }
  .preview-body { grid-template-columns: 62px 1fr; min-height: 330px; }
  .preview-main { padding: 20px 14px; }
  .preview-stats { grid-template-columns: 1fr; }
  .security-note { right: -5px; }
  .company-actions .button { width: 100%; }
  .process-grid { grid-template-columns: 1fr; gap: 34px; }
  .process-grid li { padding-inline: 10px; }
  .location-art { min-height: 260px; }
  .faq-list summary { font-size: .9rem; }
  .cta-card { padding: 36px 25px; border-radius: 24px; }
  .cta-actions { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 50px; padding: 0; justify-content: center; border-radius: 50%; }
}

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

@media print {
  .utility-bar, .site-header, .whatsapp-float, .hero-actions, .cta-actions { display: none !important; }
  .hero, .location-section, .site-footer, .cta-card { color: black; background: white; }
  .section { padding: 32px 0; }
  .reveal { opacity: 1; transform: none; }
}

/* ===== [P-57] Faixa de impacto (fórmula Salú: números como selos) ===== */
.impact-strip{background:linear-gradient(150deg,#0a5f4a,#0f9d6e);padding:34px 0;color:#eafaf3}
.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:18px;margin-bottom:22px}
.impact-item{text-align:center}
.impact-item strong{display:block;font-size:30px;font-weight:800;color:#fff;letter-spacing:-.01em}
.impact-item span{font-size:13px;color:#d4f4e7;line-height:1.4;display:inline-block;max-width:210px}
.impact-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);border-radius:16px;padding:16px 22px}
.impact-cta strong{display:block;font-size:16px;color:#fff}
.impact-cta span{font-size:13px;color:#d4f4e7}
@media (max-width:640px){.impact-cta{justify-content:center;text-align:center}}

/* [P-57] Depoimentos reais (11/08/2026) — publicados com autorização */
.depo-section { border-top: 1px solid var(--line); background: #fbfdfc; }
.depo-head { max-width: 640px; }
.depo-sub { margin-top: 10px; color: var(--muted); }
.depo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 36px; }
.depo-card { position: relative; margin: 0; padding: 30px 26px 24px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.depo-card::before { content: "\201C"; position: absolute; top: 6px; left: 20px; color: var(--green-300); font-size: 64px; font-weight: 800; line-height: 1; }
.depo-card blockquote { margin: 18px 0 0; color: var(--ink); font-size: 1.02rem; line-height: 1.62; }
.depo-card figcaption { display: flex; flex-direction: column; gap: 2px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.depo-card figcaption strong { color: var(--green-800); font-weight: 800; }
.depo-card figcaption span { color: var(--muted); font-size: .82rem; }
@media (max-width: 860px) { .depo-grid { grid-template-columns: 1fr; } }
