/* Estilos locais. Nenhuma biblioteca, fonte ou serviço externo é necessário. */
:root {
  --forest: #123c35;
  --forest-deep: #0b2c27;
  --ink: #172e28;
  --muted: #52655d;
  --lime: #d6f58a;
  --surface: #f3f6f3;
  --line: #dce4df;
  --white: #fff;
  --radius: 10px;
  --font: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; }
[hidden] { display: none !important; }
::selection { color: var(--forest-deep); background: var(--lime); }
:focus-visible { outline: 3px solid #167a65; outline-offset: 5px; border-radius: 3px; }
.method :focus-visible, .service-card-featured :focus-visible { outline-color: var(--lime); }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; left: 16px; top: -90px; z-index: 100; padding: 12px 20px; background: var(--forest); color: white; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid #e8ede9; background: rgba(255, 255, 255, .97); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; min-width: 0; }
.brand-mark { display: grid; place-items: center; height: 42px; width: 42px; border: 1px solid currentColor; color: var(--forest); border-radius: 50% 50% 42% 42%; }
.brand-mark .icon { width: 24px; height: 24px; stroke-width: 1.55; }
.brand-type { display: flex; flex-direction: column; gap: 2px; }
.brand-name { max-width: 290px; overflow-wrap: anywhere; font-size: 1.8rem; line-height: 1.05; font-weight: 650; letter-spacing: .06em; }
.brand-caption { font-size: .75rem; color: var(--muted); line-height: 1.3; }
.nav { display: flex; align-items: center; gap: 31px; font-size: .9375rem; font-weight: 500; }
.nav > a:not(.button) { padding-block: 14px; transition: color .18s ease; }
.nav > a:not(.button):hover { color: #167a65; }
.button { min-height: 56px; padding: 15px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; border-radius: 6px; font-size: 1rem; font-weight: 600; line-height: 1.4; transition: background .18s ease, transform .18s ease; text-align: center; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--forest); color: var(--white); }
.button-dark:hover { background: var(--forest-deep); }
.button-small { min-height: 46px; padding: 12px 16px; gap: 15px; font-size: .875rem; }
.button-small .icon { width: 20px; height: 20px; }
.menu-toggle { display: none; height: 46px; width: 46px; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--line); border-radius: 6px; color: var(--forest); flex-shrink: 0; }
.menu-close { display: none; }
.hero { display: grid; grid-template-columns: 1.04fr 1fr; gap: 58px; padding-top: 64px; padding-bottom: 76px; align-items: center; }
.eyebrow { display: flex; gap: 11px; align-items: center; font-size: .8125rem; line-height: 1.5; font-weight: 650; letter-spacing: .085em; text-transform: uppercase; color: var(--forest); }
.eyebrow-line { width: 25px; height: 2px; background: currentColor; flex: 0 0 auto; }
h1 { font-size: clamp(2.8rem, 4.2vw, 4rem); line-height: 1.08; letter-spacing: -.048em; margin-block: 25px 25px; }
h1 span { color: #3c695a; }
.hero-description { max-width: 450px; font-size: 1.25rem; line-height: 1.55; color: var(--ink); }
.hero-support { margin-top: 14px; max-width: 440px; color: var(--muted); font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 24px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: .9375rem; min-height: 44px; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link .icon { width: 19px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 25px; color: var(--muted); font-size: .875rem; }
.hero-note .icon { width: 17px; height: 17px; stroke-width: 2; color: #326d56; }
.hero-visual { position: relative; padding: 0 0 27px 20px; min-width: 0; }
.hero-image-frame { position: relative; height: 570px; background: var(--forest); border-radius: 12px 12px 80px 12px; overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero-image-frame::after { position: absolute; inset: 55% 0 0; content: ""; background: linear-gradient(transparent, rgba(5, 28, 23, .73)); pointer-events: none; }
.image-label { position: absolute; left: 25px; right: 20px; top: 23px; z-index: 1; font-size: .75rem; letter-spacing: .085em; line-height: 1.5; color: white; background: rgba(8, 34, 28, .76); padding: 9px 12px; width: fit-content; max-width: calc(100% - 45px); border-radius: 3px; }
.hero-image-card { position: absolute; bottom: 0; left: 0; right: 40px; z-index: 2; background: var(--forest); color: white; display: flex; align-items: center; gap: 21px; padding: 26px 28px; border-radius: 8px; box-shadow: 0 16px 32px -24px rgba(12, 48, 39, .6); }
.image-card-icon { display: grid; place-items: center; flex: 0 0 auto; width: 60px; height: 60px; color: var(--lime); border: 1px solid #60816d; border-radius: 50%; }
.image-card-icon .icon { height: 28px; width: 28px; }
.card-overline { color: var(--lime); font-size: .75rem; letter-spacing: .12em; }
.hero-image-card p { margin-top: 7px; font-size: 1.5rem; line-height: 1.25; letter-spacing: -.025em; }
.card-line { width: 42px; height: 2px; background: var(--lime); margin-left: auto; flex: 0 0 auto; }
.focus-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding: 26px 0; }
.focus-strip span { display: flex; gap: 13px; align-items: center; justify-content: center; font-size: .9375rem; font-weight: 500; }
.focus-strip span + span { border-left: 1px solid var(--line); }
.focus-strip .icon { width: 21px; height: 21px; color: #446e5e; }
.section { padding-block: 100px; }
h2 { font-size: clamp(2rem, 3.15vw, 2.8rem); letter-spacing: -.04em; line-height: 1.16; }
.section-intro h2, .section-heading h2 { margin-top: 22px; }
.challenges { background: var(--surface); }
.challenges-layout { display: grid; grid-template-columns: .92fr 1.15fr; gap: 85px; }
.section-intro > p:not(.eyebrow) { max-width: 410px; margin-top: 23px; color: var(--muted); }
.section-intro .intro-emphasis { color: var(--forest) !important; font-size: .9375rem; font-weight: 600; }
.challenge-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 35px; }
.challenge-item { border-top: 1px solid #cbd8ce; padding-top: 22px; }
.challenge-item > .icon { width: 26px; height: 26px; margin-bottom: 13px; color: #406953; }
.challenge-item h3 { font-size: 1.125rem; margin-bottom: 10px; letter-spacing: -.015em; }
.challenge-item p { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading > p { color: var(--muted); max-width: 310px; margin-bottom: 3px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card { display: flex; flex-direction: column; padding: 30px 27px 26px; background: var(--surface); border: 1px solid #e4eae5; border-radius: var(--radius); }
.service-card-featured { background: var(--forest); color: white; border-color: var(--forest); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 38px; }
.service-number { font-size: 1.0625rem; font-weight: 500; font-variant-numeric: tabular-nums; color: #667d6e; }
.service-top .icon { height: 31px; width: 31px; }
.service-category { font-size: .75rem; letter-spacing: .12em; font-weight: 650; color: #526b5c; margin-bottom: 12px; }
.service-card-featured .service-category, .service-card-featured .service-number, .service-card-featured .service-top .icon { color: var(--lime); }
.service-card h3 { font-size: 1.875rem; line-height: 1.15; letter-spacing: -.035em; margin-bottom: 17px; }
.service-description { color: var(--muted); }
.service-card-featured .service-description { color: #d0dfd4; }
.check-list { list-style: none; padding: 0; margin: 27px 0 29px; display: flex; flex-direction: column; gap: 13px; }
.check-list li { display: flex; align-items: start; gap: 10px; font-size: 1rem; line-height: 1.5; }
.check-list .icon { width: 17px; height: 17px; margin-top: 4px; stroke-width: 2; }
.service-card-featured .check-list .icon { color: var(--lime); }
.service-link { display: flex; align-items: center; gap: 12px; justify-content: space-between; padding-top: 22px; border-top: 1px solid #d0ddd1; margin-top: auto; font-size: .875rem; line-height: 1.55; font-weight: 600; min-height: 56px; }
.service-card-featured .service-link { border-color: #426257; }
.service-link .icon { width: 21px; height: 21px; transition: transform .18s ease; }
.service-link:hover .icon { transform: translate(2px, -2px); }
.service-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.method { background: var(--forest-deep); color: var(--white); }
.method .eyebrow { color: var(--lime); }
.method .section-heading > p { color: #bfd2c9; }
.method-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; list-style: none; margin: 65px 0 0; padding: 0; }
.method-steps li { display: flex; flex-direction: column; min-width: 0; }
.step-track { display: flex; align-items: center; gap: 23px; margin-bottom: 29px; }
.step-number { height: 48px; width: 48px; display: grid; place-items: center; border: 1px solid #567468; border-radius: 50%; color: var(--lime); font-size: .875rem; flex: 0 0 auto; }
.method-steps li:first-child .step-number { background: var(--lime); border-color: var(--lime); color: var(--forest); font-weight: 650; }
.step-line { flex: 1; height: 1px; background: #35584b; }
.method-steps h3 { font-size: 1.25rem; letter-spacing: -.02em; margin-bottom: 12px; overflow-wrap: break-word; }
.method-steps p { color: #bfd2c9; font-size: 1rem; margin-bottom: 24px; }
.step-outcome { color: var(--lime); margin-top: auto; font-size: .875rem; line-height: 1.5; }
.contact-section { padding-block: 80px; background: var(--lime); }
.contact-layout { display: grid; grid-template-columns: 1.45fr 1fr; gap: 70px; align-items: center; }
.contact-copy h2 { margin-top: 22px; }
.contact-copy > p:not(.eyebrow) { margin-top: 22px; max-width: 480px; color: #345134; }
.contact-actions { justify-self: end; width: 100%; max-width: 350px; }
.button-contact { width: 100%; gap: 11px; }
.button-contact > .icon:first-child { width: 22px; }
.button-contact > .icon:last-child { margin-left: auto; width: 20px; }
.contact-caption { font-size: .875rem; color: #345134; text-align: center; margin-top: 12px; }
.contact-unavailable { padding: 20px 24px; border: 1px solid #94af63; border-radius: 6px; font-size: 1rem; }
.contact-links { display: flex; flex-direction: column; gap: 7px; margin-top: 20px; }
.contact-links:empty { display: none; }
.contact-links a { display: inline-flex; gap: 11px; align-items: center; min-height: 42px; font-size: .9375rem; }
.contact-links a:hover span { text-decoration: underline; text-underline-offset: 4px; }
.contact-links span { overflow-wrap: anywhere; }
.contact-links .icon { width: 20px; height: 20px; }
.professional-name { margin-top: 18px; font-size: .9375rem; font-weight: 600; overflow-wrap: anywhere; }
.site-footer { padding-top: 42px; background: white; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 36px; }
.footer-top > p { color: var(--muted); font-size: .9375rem; line-height: 1.5; }
.back-top { display: flex; gap: 16px; align-items: center; min-height: 44px; font-size: .875rem; }
.back-top:hover { text-decoration: underline; text-underline-offset: 4px; }
.back-top .icon { height: 19px; width: 19px; }
.footer-bottom { padding-block: 21px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; font-size: .8125rem; color: var(--muted); }

@media (min-width: 1600px) { .hero { gap: 80px; } }
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 30px; padding-top: 46px; }
  h1 { font-size: 3.1rem; }
  .hero-image-frame { height: 570px; }
  .hero-actions { gap: 14px; }
  .nav { gap: 23px; }
  .brand-name { max-width: 210px; }
  .challenges-layout { gap: 45px; }
  .service-grid { gap: 15px; }
  .service-card { padding: 26px 23px; }
  .contact-layout { gap: 40px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 96px; }
  .header-inner { min-height: 78px; flex-wrap: wrap; gap: 0; }
  .brand-name { max-width: 430px; }
  .nav { width: 100%; flex-wrap: wrap; padding: 14px 0 22px; gap: 6px 24px; }
  .js .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 18px 32px 28px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 12px 15px -15px #10291c; }
  .js .nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 5px; }
  .js .menu-toggle { display: flex; }
  .menu-toggle[aria-expanded="true"] .menu-open { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close { display: block; }
  .nav .button { margin-top: 7px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 26px; padding-bottom: 55px; }
  h1 { font-size: 2.625rem; }
  .hero .eyebrow { font-size: .75rem; }
  .hero-description { font-size: 1.125rem; }
  .hero-image-frame { height: 560px; }
  .hero-image-card { right: 15px; padding: 23px 19px; gap: 14px; }
  .hero-image-card p { font-size: 1.25rem; }
  .image-card-icon { height: 45px; width: 45px; }
  .card-line { display: none; }
  .image-label { left: 17px; max-width: calc(100% - 34px); }
  .section { padding-block: 76px; }
  .challenges-layout { grid-template-columns: 1fr; gap: 36px; }
  .section-intro { max-width: 580px; }
  .section-intro > p:not(.eyebrow) { max-width: 530px; }
  .section-heading { display: block; }
  .section-heading > p { max-width: 530px; margin-top: 22px; }
  .service-grid { grid-template-columns: 1fr; gap: 22px; }
  .service-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 35px; padding: 30px; }
  .service-top { grid-column: 1 / -1; margin-bottom: 21px; }
  .service-card h3 br { display: none; }
  .check-list { margin: 0 0 26px; }
  .service-link { grid-column: 1 / -1; margin-top: 28px; }
  .method-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 35px; margin-top: 44px; }
  .contact-layout { grid-template-columns: 1.15fr 1fr; gap: 36px; }
  .button-contact { flex-wrap: wrap; }
  .button-contact > .icon:last-child { display: none; }
}
@media (max-width: 650px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 75px; }
  .brand-name { font-size: 1.55rem; max-width: min(220px, calc(100vw - 150px)); }
  .brand-mark { width: 36px; height: 38px; }
  .brand-caption { font-size: .75rem; }
  .brand { gap: 9px; }
  .js .nav { padding-inline: 20px; }
  .hero { display: flex; flex-direction: column; gap: 35px; padding-top: 34px; padding-bottom: 42px; }
  .hero-copy, .hero-visual { width: 100%; }
  h1 { font-size: clamp(2.4rem, 9.4vw, 3.6rem); letter-spacing: -.045em; margin-block: 23px 23px; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .055em; }
  .eyebrow-line { width: 20px; }
  .hero-description { font-size: 1.1875rem; max-width: 460px; }
  .hero-support { max-width: 490px; margin-top: 12px; }
  .hero-actions { gap: 15px 23px; margin-top: 25px; }
  .hero-actions .button { padding-inline: 19px; }
  .hero-note { margin-top: 15px; font-size: .875rem; align-items: start; }
  .hero-note .icon { margin-top: 3px; }
  .hero-visual { padding-left: 12px; padding-bottom: 25px; }
  .hero-image-frame { height: clamp(340px, 100vw, 500px); border-bottom-right-radius: 60px; }
  .hero-image { object-position: 59% center; }
  .hero-image-card { padding: 23px; right: 24px; gap: 19px; }
  .hero-image-card p { font-size: 1.5rem; }
  .image-card-icon { height: 51px; width: 51px; }
  .image-label { font-size: .75rem; padding: 8px 10px; top: 17px; }
  .focus-strip { padding-block: 8px 25px; grid-template-columns: 1fr; border-top: 0; gap: 0; }
  .focus-strip span { justify-content: flex-start; padding: 15px 4px; font-size: .9375rem; border-top: 1px solid var(--line); }
  .focus-strip span + span { border-left: 0; }
  .section { padding-block: 62px; }
  h2 { font-size: 2.0625rem; }
  .section-intro h2, .section-heading h2 { margin-top: 19px; }
  .challenge-grid { gap: 27px 20px; }
  .challenge-item h3 { font-size: 1.0625rem; line-height: 1.35; }
  .challenge-item p { font-size: 1rem; line-height: 1.6; }
  .section-heading { margin-bottom: 30px; }
  .service-card { display: flex; padding: 29px 26px 25px; }
  .service-top { margin-bottom: 29px; }
  .service-card h3 { font-size: 1.875rem; }
  .check-list { margin-top: 24px; margin-bottom: 25px; }
  .service-link { margin-top: auto; }
  .method-steps { grid-template-columns: 1fr; gap: 32px; }
  .method-steps li { display: grid; grid-template-columns: 47px minmax(0, 1fr); column-gap: 21px; }
  .step-track { grid-row: 1 / 4; align-items: start; margin: 0; position: relative; }
  .step-number { width: 44px; height: 44px; }
  .step-line { position: absolute; top: 58px; bottom: -18px; width: 1px; height: auto; left: 22px; }
  .method-steps h3 { padding-top: 5px; font-size: 1.25rem; }
  .method-steps p { margin-bottom: 15px; }
  .step-outcome { margin: 0; }
  .contact-section { padding-block: 58px; }
  .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .contact-copy h2 { font-size: 2.125rem; }
  .contact-copy h2 br { display: none; }
  .contact-actions { justify-self: start; max-width: 430px; }
  .button-contact { justify-content: center; }
  .button-contact > .icon:last-child { display: block; margin-left: 3px; }
  .contact-caption { text-align: left; }
  .footer-top { flex-wrap: wrap; gap: 25px; }
  .footer-top > p { flex-basis: 100%; order: 3; }
  .back-top { margin-left: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; font-size: .8125rem; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .challenge-grid { grid-template-columns: 1fr; }
  .hero-actions { align-items: start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero .eyebrow { letter-spacing: .025em; gap: 7px; }
  .hero-image-card { padding: 21px 17px; gap: 14px; right: 15px; }
  .hero-image-card p { font-size: 1.375rem; }
  .image-card-icon { width: 44px; height: 44px; }
  .footer-top { align-items: start; flex-direction: column; gap: 16px; }
  .back-top { margin: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header { position: static; }
  .nav, .menu-toggle, .hero-actions, .back-top, .skip-link { display: none !important; }
  .container { width: 100%; }
  .section, .contact-section { padding-block: 30px; }
  .hero { padding-block: 20px; }
  .hero-image-frame { height: 350px; }
  .hero-visual { break-inside: avoid; }
  .service-card, .challenge-item, .method-steps li { break-inside: avoid; }
  body { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
