@font-face {
    font-family: 'Fraunces';
    src: url('/fonts/fraunces-var.woff2') format('woff2');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('/fonts/fraunces-italic-var.woff2') format('woff2');
    font-weight: 300 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter-var.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces Fallback';
    src: local('Georgia');
    size-adjust: 106%;
    ascent-override: 92%;
    descent-override: 24%;
    line-gap-override: 0%;
}

@font-face {
    font-family: 'Inter Fallback';
    src: local('Arial');
    size-adjust: 107%;
    ascent-override: 90%;
    descent-override: 22.5%;
    line-gap-override: 0%;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --paper: #FFFCF7;
    --ivory: #FAF7F2;
    --bone: #F3EEE5;
    --bone-deep: #EDE7DC;
    --ghost: #E4DCCD;
    --navy-deep: #131F38;
    --navy: #1B2A4A;
    --navy-raised: #202B43;
    --ink-body: #3B4A6B;
    --ink-soft: #59647E;
    --on-dark: #F7F2E9;
    --on-dark-body: #DCD6CB;
    --on-dark-muted: #A9B4C8;
    --amber: #C88A3D;
    --amber-graphic: #B0742C;
    --amber-ink: #8F5A1E;
    --amber-light: #E3B071;
    --amber-tint: #F5E9D6;
    --rule: #E5DCCE;
    --rule-strong: #C6B9A4;
    --rule-dark: rgba(247, 242, 233, 0.14);
    --control-border: #9A8C72;
    --brick: #A2472E;
    --wa-green: #25D366;
    --shadow-1: 0 1px 1px rgba(19,31,56,.03), 0 4px 10px -4px rgba(19,31,56,.06);
    --shadow-2: 0 2px 3px rgba(19,31,56,.03), 0 18px 32px -16px rgba(19,31,56,.14);
    --shadow-3: 0 4px 6px rgba(19,31,56,.04), 0 40px 72px -32px rgba(19,31,56,.24);
    --font-display: 'Fraunces', 'Fraunces Fallback', Georgia, 'Times New Roman', serif;
    --font-body: 'Inter', 'Inter Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --ease-ui: cubic-bezier(0.32, 0.72, 0, 1);
    --ease-quiet: cubic-bezier(0.65, 0, 0.35, 1);
    --dur-press: 90ms;
    --dur-hover: 180ms;
    --dur-state: 240ms;
    --dur-header: 320ms;
    --dur-reveal: 620ms;
    --dur-lift: 720ms;
    --stagger: 0ms;
    --header-h: 68px;
    --sec-pad: clamp(4.5rem, 3rem + 6vw, 8rem);
}

@media (min-width: 768px) {
    :root {
        --stagger: 70ms;
        --header-h: 84px;
    }
}

html {
    scroll-padding-top: calc(var(--header-h) + 16px);
    font-optical-sizing: auto;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

body {
    font-family: var(--font-body);
    font-size: clamp(1rem, 0.979rem + 0.093vw, 1.0625rem);
    font-weight: 400;
    line-height: 1.75;
    color: var(--ink-body);
    background: var(--ivory);
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
}

::selection {
    background: var(--amber-tint);
    color: var(--navy);
}

h1, h2, h3 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

:where(a, button, input, textarea, [tabindex]):focus-visible {
    outline: 2px solid var(--navy);
    outline-offset: 3px;
    border-radius: 2px;
}

.section-dark :focus-visible,
.footer :focus-visible {
    outline-color: var(--amber-light);
}

:focus:not(:focus-visible) {
    outline: none;
}

main:focus {
    outline: none;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 1100;
    translate: 0 -120%;
    padding: 12px 20px;
    background: var(--amber);
    color: var(--navy);
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0 0 2px 2px;
    transition: translate 200ms var(--ease-ui);
}

.skip-link:focus {
    translate: 0 0;
}

.container {
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 0.667rem + 2.593vw, 3rem);
}

.section {
    padding-block: var(--sec-pad);
}

.section-alt {
    background: var(--bone);
}

.section-dark {
    background: var(--navy-deep);
    padding-block: calc(var(--sec-pad) * 1.12);
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 0.6em;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--amber-ink);
    margin-bottom: 14px;
}

.eyebrow::before {
    content: '\2014' / '';
    color: var(--amber-graphic);
    font-size: 1.1em;
    letter-spacing: 0;
}

.section-dark .eyebrow {
    color: var(--amber-light);
}

.section-dark .eyebrow::before {
    color: var(--amber);
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 1.25rem + 2.223vw, 3.25rem);
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: -0.015em;
    color: var(--navy);
    font-variation-settings: 'WONK' 0;
}

@media (min-width: 768px) {
    .section-title {
        line-height: 1.12;
    }
}

.section-dark .section-title {
    color: var(--on-dark);
}

.section-deck {
    font-size: clamp(1rem, 0.958rem + 0.185vw, 1.125rem);
    color: var(--ink-soft);
    line-height: 1.7;
    max-width: 44ch;
}

.section-head {
    position: relative;
    margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem);
}

.section-num {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 2rem + 6.667vw, 8rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
    font-variation-settings: 'opsz' 144, 'WONK' 0;
    font-variant-numeric: lining-nums tabular-nums;
    color: var(--ghost);
    user-select: none;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .section-num {
        position: absolute;
        left: -0.06em;
        top: -0.55em;
        z-index: 0;
        margin-bottom: 0;
    }

    .section-head > *:not(.section-num) {
        position: relative;
        z-index: 1;
    }
}

.section-dark .section-num {
    color: rgba(247, 242, 233, 0.07);
}

.rule {
    position: relative;
    height: 1px;
    background: var(--rule);
    border: 0;
}

.rule::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 40px;
    height: 3px;
    background: var(--amber-graphic);
}

.section-dark .rule {
    background: var(--rule-dark);
}

.section-dark .rule::before {
    background: var(--amber);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    padding: 14px 28px;
    white-space: nowrap;
    transition: background-color var(--dur-hover) var(--ease-ui),
                color var(--dur-hover) var(--ease-ui),
                transform var(--dur-press) var(--ease-ui);
}

.btn:active {
    transform: translateY(1px);
}

.btn-primary {
    background: var(--navy);
    color: var(--ivory);
}

.btn-lg {
    min-height: 54px;
    padding: 0 32px;
    font-size: 0.95rem;
}

.btn-full {
    width: 100%;
    min-height: 56px;
}

.btn-nav {
    padding: 12px 20px;
    font-size: 0.8125rem;
}

.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--navy);
    background-image: linear-gradient(var(--amber-graphic), var(--amber-graphic));
    background-repeat: no-repeat;
    background-position: 100% calc(100% - 1px);
    background-size: 0% 1px;
    padding-bottom: 3px;
    transition: background-size var(--dur-state) var(--ease-ui),
                color var(--dur-hover) linear;
}

.link-arrow::after {
    content: '\2192';
    font-size: 1.05em;
    color: var(--amber-graphic);
}

@media (hover: hover) and (pointer: fine) {
    .btn-primary:hover {
        background: var(--amber);
        color: var(--navy);
    }

    .link-arrow:hover {
        background-position: 0% calc(100% - 1px);
        background-size: 100% 1px;
        color: var(--amber-ink);
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    border-top: 3px solid var(--amber);
    border-bottom: 1px solid transparent;
    transition: background-color var(--dur-header) var(--ease-quiet),
                border-color var(--dur-header) var(--ease-quiet);
}

.header.scrolled {
    background: rgba(250, 247, 242, 0.94);
    backdrop-filter: blur(14px) saturate(1.08);
    -webkit-backdrop-filter: blur(14px) saturate(1.08);
    border-bottom-color: var(--rule);
}

@supports not (backdrop-filter: blur(2px)) {
    .header.scrolled {
        background: var(--ivory);
    }
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-h);
    transition: height var(--dur-header) var(--ease-quiet);
}

@media (min-width: 768px) {
    .header.scrolled .header-container {
        height: 68px;
    }
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.logo-mark {
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1;
    color: var(--navy);
    font-variation-settings: 'WONK' 0;
}

.logo-word {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-soft);
    padding-left: 12px;
    border-left: 1px solid var(--amber-graphic);
    line-height: 1.6;
}

.nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.nav-link {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-body);
    background-image: linear-gradient(var(--amber-graphic), var(--amber-graphic));
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 0% 1px;
    padding-bottom: 4px;
    transition: background-size var(--dur-state) var(--ease-ui),
                color var(--dur-hover) linear;
}

.nav-index {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .nav-link:hover {
        background-position: 0% 100%;
        background-size: 100% 1px;
        color: var(--navy);
    }
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    margin-right: -12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--navy);
    transition: transform var(--dur-state) var(--ease-ui),
                width var(--dur-state) var(--ease-ui),
                opacity var(--dur-state) var(--ease-ui);
}

.menu-toggle span:nth-child(2) {
    width: 14px;
    align-self: flex-start;
    margin-left: 13px;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5.3px, 5.3px);
}

.menu-toggle.active span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5.3px, -5.3px);
}

.hero {
    position: relative;
    overflow: hidden;
    background: var(--ivory);
    padding: calc(var(--header-h) + clamp(40px, 4vw + 24px, 88px)) 0 clamp(56px, 7vw, 96px);
}

.hero-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
}

.hero-eyebrow {
    margin-bottom: 20px;
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 1.5rem + 3.334vw, 4.5rem);
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: -0.01em;
    color: var(--navy);
    font-variation-settings: 'WONK' 1;
    max-width: 19ch;
}

.hl-soft {
    font-style: italic;
    color: rgba(27, 42, 74, 0.62);
}

.hero-rule {
    width: 48px;
    height: 1px;
    background: var(--amber-graphic);
    margin: 26px 0 22px;
}

.hero-subtitle {
    font-size: clamp(1.0625rem, 1rem + 0.278vw, 1.25rem);
    color: var(--ink-soft);
    line-height: 1.7;
    max-width: 46ch;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 28px;
    margin-top: 36px;
}

.hero-note {
    margin-top: 20px;
    font-size: 0.78rem;
    color: var(--ink-soft);
    letter-spacing: 0.01em;
}

.hero-note .dot {
    color: var(--amber-graphic);
    margin-inline: 6px;
}

.hero-figure {
    position: relative;
    margin-top: 48px;
    margin-right: calc(-1 * clamp(1.25rem, 0.667rem + 2.593vw, 3rem));
}

.hero-figure img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 14%;
    border-radius: 0;
}

.hero-figure::before {
    content: '';
    position: absolute;
    z-index: 0;
    inset: -12px 0 12px 12px;
    border: 1px solid var(--amber);
}

.hero-figure figcaption {
    position: relative;
    z-index: 2;
    margin-top: -44px;
    width: min(74%, 280px);
    background: var(--navy);
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-figname {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--on-dark);
}

.hero-figrole {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--amber-light);
}

@media (min-width: 1024px) {
    .hero {
        padding-bottom: 0;
    }

    .hero::after {
        content: '';
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        top: 38%;
        width: min(44vw, 620px);
        background: var(--navy);
    }

    .hero-container {
        grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
        column-gap: clamp(40px, 5.5vw, 80px);
        align-items: start;
        align-content: start;
        grid-template-areas:
            'eyebrow figure'
            'title figure'
            'rule figure'
            'sub figure'
            'actions figure'
            'note figure';
    }

    .hero-eyebrow { grid-area: eyebrow; }
    .hero-title { grid-area: title; line-height: 1.08; letter-spacing: -0.02em; }
    .hero-rule { grid-area: rule; }
    .hero-subtitle { grid-area: sub; }
    .hero-actions { grid-area: actions; }
    .hero-note { grid-area: note; padding-bottom: 56px; }

    .hero-figure {
        grid-area: figure;
        margin: 0;
        align-self: end;
        max-width: 470px;
        width: 100%;
        justify-self: end;
        padding-bottom: 56px;
    }

    .hero-figure img {
        aspect-ratio: 3 / 4;
        object-position: 50% 12%;
        box-shadow: var(--shadow-3);
    }

    .hero-figure::before {
        inset: -18px -18px 74px 18px;
    }

    .hero-figure figcaption {
        margin: 0;
        width: auto;
        background: none;
        padding: 18px 0 0;
        max-width: 26ch;
    }
}

.credibilidade {
    background: var(--bone-deep);
    border-block: 1px solid var(--rule-strong);
}

.cred-grid {
    display: flex;
    flex-direction: column;
}

.cred-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid var(--rule);
}

.cred-item:first-child {
    border-top: 0;
}

.cred-lead {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    color: var(--navy);
    white-space: nowrap;
    font-variation-settings: 'WONK' 0;
}

.cred-cap {
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-soft);
    text-align: right;
    max-width: 60%;
}

@media (min-width: 768px) {
    .cred-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        min-height: 104px;
    }

    .cred-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        padding: 20px 0;
        border-top: 0;
    }

    .cred-item + .cred-item {
        border-left: 1px solid var(--rule);
        padding-left: clamp(24px, 3vw, 44px);
    }

    .cred-lead {
        font-size: 1.6rem;
    }

    .cred-cap {
        font-size: 0.66rem;
        text-align: left;
        max-width: none;
    }
}

.desafios-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.desafios-head .section-title {
    max-width: 14ch;
}

.desafios-head .rule {
    margin-top: 28px;
    max-width: 220px;
}

.desafio {
    display: grid;
    grid-template-columns: 2.25rem 1fr;
    column-gap: 18px;
    padding: 22px 0;
    border-top: 1px solid var(--rule);
    transition: background-color var(--dur-state) var(--ease-ui),
                box-shadow var(--dur-state) var(--ease-ui);
}

.desafio:last-child {
    border-bottom: 1px solid var(--rule);
}

.desafio-icon {
    color: rgba(27, 42, 74, 0.42);
    padding-top: 4px;
    transition: color var(--dur-state) var(--ease-ui);
}

.desafio-icon svg {
    width: 20px;
    height: 20px;
}

.desafio h3 {
    font-family: var(--font-body);
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px;
}

.desafio p {
    font-size: 0.95rem;
    color: var(--ink-soft);
    line-height: 1.7;
    max-width: 46ch;
}

@media (hover: hover) and (pointer: fine) {
    .desafio:hover {
        background: rgba(200, 138, 61, 0.05);
        box-shadow: inset 2px 0 0 var(--amber-graphic);
    }

    .desafio:hover .desafio-icon {
        color: var(--amber-graphic);
    }
}

@media (min-width: 1024px) {
    .desafios-grid {
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        column-gap: clamp(48px, 7vw, 104px);
    }

    .desafios-head {
        position: sticky;
        top: calc(var(--header-h) + 28px);
        align-self: start;
        margin-bottom: 0;
    }

    .desafio {
        grid-template-columns: 3.25rem 1fr;
        column-gap: 20px;
        padding: 26px 0;
    }
}

.sec-head-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--rule-strong);
    position: relative;
}

@media (min-width: 1024px) {
    .sec-head-split {
        grid-template-columns: 1fr 1fr;
        column-gap: 80px;
        align-items: end;
    }

    .sec-head-split .section-deck {
        max-width: 40ch;
        justify-self: end;
    }

    .sec-head-split .section-title {
        max-width: 16ch;
    }
}

.servico-featured {
    background: var(--paper);
    border-block: 1px solid var(--rule-strong);
    margin-inline: -20px;
    padding: 32px 20px;
    margin-top: clamp(2.5rem, 2rem + 2vw, 4rem);
}

.servico-featured-head {
    margin-bottom: 16px;
}

.servico-index {
    font-family: var(--font-display);
    font-weight: 400;
    color: var(--amber-graphic);
    font-variant-numeric: lining-nums tabular-nums;
    font-variation-settings: 'opsz' 24, 'WONK' 0;
    line-height: 1;
}

.servico-featured .servico-index {
    display: block;
    font-size: 3rem;
    font-variation-settings: 'opsz' 144, 'WONK' 0;
    margin-bottom: 14px;
}

.servico-featured h3 {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.75rem);
    font-weight: 500;
    color: var(--navy);
    font-variation-settings: 'WONK' 0;
}

.servico-featured p {
    font-size: 1.02rem;
    color: var(--ink-soft);
    line-height: 1.75;
    max-width: 58ch;
}

@media (min-width: 1024px) {
    .servico-featured {
        margin-inline: -32px;
        padding: 40px 32px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: center;
    }

    .servico-featured-head {
        margin-bottom: 0;
    }
}

.servicos-rows {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 64px;
    margin-top: 8px;
}

.servico {
    border-top: 1px solid var(--rule);
    padding: 26px 0 30px;
    transition: border-color var(--dur-state) var(--ease-ui);
}

.servico-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.servico .servico-index {
    font-size: 1.05rem;
    transition: color var(--dur-state) var(--ease-ui);
}

.servico-glyph {
    color: rgba(27, 42, 74, 0.35);
}

.servico-glyph svg {
    width: 18px;
    height: 18px;
}

.servico h3 {
    font-family: var(--font-display);
    font-size: clamp(1.125rem, 1.042rem + 0.371vw, 1.375rem);
    font-weight: 600;
    line-height: 1.3;
    color: var(--navy);
    margin-bottom: 8px;
    font-variation-settings: 'WONK' 0;
}

.servico p {
    font-size: 0.95rem;
    color: var(--ink-soft);
    line-height: 1.7;
    max-width: 48ch;
}

@media (hover: hover) and (pointer: fine) {
    .servico:hover {
        border-top-color: var(--rule-strong);
    }

    .servico:hover .servico-index {
        color: var(--navy);
    }
}

@media (min-width: 768px) {
    .servicos-rows {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .servico-glyph {
        display: none;
    }
}

.sec-head-narrow {
    max-width: 560px;
}

.sec-head-narrow .section-deck {
    margin-top: 16px;
}

.steps {
    display: flex;
    flex-direction: column;
}

.step {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 18px;
    padding: 24px 0;
    border-top: 1px solid var(--rule);
}

.step:last-child {
    border-bottom: 1px solid var(--rule);
}

.step-number {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(2.5rem, 1.8rem + 3.2vw, 4.75rem);
    line-height: 0.9;
    font-variant-numeric: lining-nums tabular-nums;
    font-variation-settings: 'opsz' 144, 'WONK' 0;
    color: var(--amber);
    -webkit-text-stroke: 1px rgba(27, 42, 74, 0.35);
    -webkit-text-fill-color: transparent;
    transition: -webkit-text-fill-color var(--dur-state) var(--ease-ui),
                -webkit-text-stroke-color var(--dur-state) var(--ease-ui);
}

.step-body h3 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 8px;
    max-width: 18ch;
    font-variation-settings: 'WONK' 0;
}

.step-body p {
    font-size: 0.98rem;
    color: var(--ink-soft);
    line-height: 1.7;
    max-width: 52ch;
}

@media (hover: hover) and (pointer: fine) {
    .step:hover .step-number {
        -webkit-text-fill-color: var(--amber);
        -webkit-text-stroke-color: transparent;
    }
}

@media (min-width: 1024px) {
    .step {
        grid-template-columns: minmax(120px, 1fr) minmax(0, 3fr) minmax(0, 4fr);
        column-gap: 40px;
        align-items: start;
        padding: 40px 0;
    }

    .step-body {
        display: contents;
    }

    .step:nth-child(2) { padding-left: 28px; }
    .step:nth-child(3) { padding-left: 56px; }
    .step:nth-child(4) { padding-left: 84px; }
}

.section-exit {
    margin-top: 32px;
    display: flex;
}

@media (min-width: 1024px) {
    .section-exit {
        justify-content: flex-end;
    }
}

.sobre-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.portrait-duo {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    margin-left: calc(-1 * clamp(1.25rem, 0.667rem + 2.593vw, 3rem));
}

.portrait-duo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 10%;
    transform: scale(1.2);
    transform-origin: 50% 20%;
    filter: grayscale(1) contrast(1.08) brightness(1.02);
}

.portrait-duo::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--navy);
    mix-blend-mode: multiply;
    opacity: 0.55;
}

.portrait-duo::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: var(--amber);
    mix-blend-mode: screen;
    opacity: 0.16;
}

.sobre-caption {
    margin-top: 24px;
}

.sobre-caption .rule {
    max-width: 180px;
    margin-bottom: 20px;
}

.sobre-name {
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(1.6rem, 1.4rem + 0.9vw, 2.1rem);
    font-weight: 400;
    color: var(--navy);
    line-height: 1.2;
}

.sobre-role {
    margin-top: 8px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--amber-ink);
}

.bio-lead {
    font-size: clamp(1.1rem, 1.05rem + 0.35vw, 1.22rem);
    line-height: 1.7;
    color: var(--navy);
    margin-bottom: 20px;
}

.bio-lead::first-letter {
    float: left;
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 0.82;
    padding: 6px 12px 0 0;
    color: var(--amber-graphic);
}

.sobre-bio p:not(.bio-lead) {
    font-size: 1.02rem;
    color: var(--ink-soft);
    line-height: 1.75;
    max-width: 62ch;
    margin-bottom: 16px;
}

.sobre-quote {
    margin-top: 16px;
}

.sobre-quote .rule {
    max-width: 64px;
    margin-bottom: 24px;
}

.pull-quote {
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.6rem);
    font-weight: 400;
    line-height: 1.3;
    color: var(--navy);
    max-width: 24ch;
}

@media (min-width: 1024px) {
    .sobre-grid {
        grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
        column-gap: clamp(48px, 6vw, 88px);
        row-gap: 56px;
    }

    .portrait-duo {
        aspect-ratio: 1 / 1;
        margin-left: 0;
    }

    .bio-lead::first-letter {
        font-size: 4.4rem;
    }

    .sobre-quote {
        grid-column: 1 / -1;
        margin-top: 0;
        padding-left: calc(33.333% + 24px);
    }
}

.sec-head-right {
    text-align: left;
}

@media (min-width: 1024px) {
    .sec-head-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

    .sec-head-right .eyebrow {
        flex-direction: row-reverse;
    }

    .sec-head-right .section-num {
        left: auto;
        right: -0.06em;
    }

    .sec-head-right .section-title {
        max-width: 18ch;
    }
}

.beneficios-table {
    background: var(--paper);
    border-top: 1px solid var(--rule-strong);
    border-left: 1px solid var(--rule-strong);
    display: grid;
    grid-template-columns: 1fr;
}

.beneficio {
    padding: 28px 24px;
    border-right: 1px solid var(--rule-strong);
    border-bottom: 1px solid var(--rule-strong);
    transition: background-color var(--dur-state) var(--ease-ui);
}

.beneficio-icon {
    color: rgba(27, 42, 74, 0.4);
    margin-bottom: 16px;
    transition: color var(--dur-state) var(--ease-ui);
}

.beneficio-icon svg {
    width: 20px;
    height: 20px;
}

.beneficio-rule {
    width: 24px;
    height: 2px;
    background: var(--amber-graphic);
    margin-bottom: 16px;
}

.beneficio h3 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 8px;
    font-variation-settings: 'WONK' 0;
}

.beneficio p {
    font-size: 0.95rem;
    color: var(--ink-soft);
    line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
    .beneficio:hover {
        background: rgba(200, 138, 61, 0.045);
    }

    .beneficio:hover .beneficio-icon {
        color: var(--amber-graphic);
    }
}

@media (min-width: 768px) {
    .beneficios-table {
        grid-template-columns: 1fr 1fr;
    }

    .beneficio {
        padding: 40px;
    }
}

.depoimentos {
    border-top: 1px solid rgba(200, 138, 61, 0.4);
    background-image: radial-gradient(120% 80% at 88% 8%, rgba(200, 138, 61, 0.07), transparent 60%);
}

.sec-head-rule {
    margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem);
}

.head-row {
    display: flex;
    align-items: baseline;
    gap: 28px;
}

.head-row::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--rule-dark);
    align-self: center;
}

.depo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

.depo {
    position: relative;
}

.depo blockquote {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(247, 241, 231, 0.86);
}

.depo-featured blockquote {
    position: relative;
    z-index: 1;
    font-size: clamp(1.28rem, 1.1rem + 1.2vw, 2.1rem);
    line-height: 1.32;
    color: var(--on-dark);
    max-width: 30ch;
}

.depo-featured::before {
    content: '\201C';
    position: absolute;
    top: -0.34em;
    left: -0.06em;
    z-index: 0;
    font-family: var(--font-display);
    font-size: clamp(6rem, 4rem + 8vw, 12rem);
    line-height: 1;
    color: rgba(200, 138, 61, 0.12);
    user-select: none;
}

.depo figcaption {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.depo-caption-rule {
    width: 40px;
    height: 1px;
    background: var(--amber);
    margin-top: 28px;
}

.depo-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border: 1px solid var(--amber-light);
    border-radius: 2px;
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--amber-light);
}

.depo-featured .depo-mark {
    width: 56px;
    height: 56px;
    font-size: 1.1rem;
}

.depo-nome {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--on-dark);
}

.depo-cargo {
    display: block;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--on-dark-muted);
    margin-top: 4px;
}

.depo-stack {
    display: flex;
    flex-direction: column;
}

.depo-stack .depo {
    padding: 32px 0;
    border-top: 1px solid var(--rule-dark);
}

.depo-stack .depo:last-child {
    padding-bottom: 0;
}

.depo-grid > .depo-featured {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--rule-dark);
}

@media (min-width: 1024px) {
    .depo-grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
        column-gap: 72px;
    }

    .depo-grid > .depo-featured {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .depo-stack .depo:first-child {
        border-top: 0;
        padding-top: 0;
    }
}

.contato-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 48px;
}

.contato .section-title {
    max-width: 16ch;
    margin-bottom: 20px;
}

.contato-descricao {
    font-size: 1.04rem;
    color: var(--ink-soft);
    line-height: 1.75;
    max-width: 44ch;
    margin-bottom: 32px;
}

.contato-item {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid var(--rule);
}

.contato-icon {
    color: rgba(27, 42, 74, 0.45);
    padding-top: 6px;
}

.contato-icon svg {
    width: 18px;
    height: 18px;
}

.contato-item strong {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 4px;
}

.contato-value {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--navy);
    font-variant-numeric: lining-nums tabular-nums;
    font-variation-settings: 'WONK' 0;
}

a.contato-value {
    background-image: linear-gradient(var(--amber-graphic), var(--amber-graphic));
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 0% 1px;
    transition: background-size var(--dur-state) var(--ease-ui);
}

@media (hover: hover) and (pointer: fine) {
    a.contato-value:hover {
        background-position: 0% 100%;
        background-size: 100% 1px;
    }
}

.contato-form {
    border-top: 1px solid var(--rule);
    padding-top: 36px;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 8px;
    transition: color var(--dur-hover) linear;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 10px 2px;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--navy);
    box-shadow: inset 0 -1px 0 var(--control-border);
    transition: box-shadow var(--dur-state) var(--ease-ui);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-group::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--amber-graphic);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 340ms var(--ease);
}

.form-group:focus-within::after {
    transform: scaleX(1);
}

.form-group:focus-within label {
    color: var(--amber-ink);
}

.form-group:has(input:not(:placeholder-shown):invalid)::after,
.form-group:has(textarea:not(:placeholder-shown):invalid)::after {
    transform: scaleX(1);
    background: var(--brick);
}

.form-group ::placeholder {
    color: rgba(59, 74, 107, 0.55);
    font-style: italic;
    transition: opacity var(--dur-hover) linear;
}

.form-group :focus::placeholder {
    opacity: 0.5;
}

.form-group textarea {
    resize: vertical;
    min-height: 108px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.form-success {
    display: none;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 18px;
    background: rgba(200, 138, 61, 0.08);
    border-left: 2px solid var(--amber-graphic);
    color: var(--navy);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
}

.form-success svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--amber-ink);
}

.form-success.show {
    display: flex;
}

@media (min-width: 768px) {
    .form-row {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

@media (min-width: 1024px) {
    .contato-grid {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        column-gap: clamp(48px, 7vw, 104px);
        padding-bottom: 0;
    }

    .contato-form {
        border-top: 0;
        padding-top: 0;
        border-left: 1px solid var(--rule);
        padding-left: clamp(32px, 4vw, 64px);
    }
}

.footer {
    background: var(--navy-deep);
    border-top: 3px solid var(--amber);
    color: var(--on-dark-body);
    padding-top: 64px;
    overflow: hidden;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 44px;
    border-bottom: 1px solid var(--rule-dark);
}

.footer .logo-mark {
    color: var(--on-dark);
}

.footer .logo-word {
    color: rgba(247, 242, 233, 0.7);
    border-left-color: var(--amber);
}

.footer-about p {
    font-size: 0.9rem;
    color: rgba(247, 242, 233, 0.6);
    line-height: 1.7;
    margin-top: 16px;
    max-width: 34ch;
}

.footer-links h2 {
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--amber-light);
    margin-bottom: 16px;
}

.footer-links a,
.footer-links p {
    display: block;
    width: fit-content;
    font-size: 0.86rem;
    color: var(--on-dark-muted);
    padding: 9px 0;
}

.footer-links a {
    background-image: linear-gradient(var(--amber-light), var(--amber-light));
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 0% 1px;
    transition: background-size var(--dur-state) var(--ease-ui),
                color var(--dur-hover) linear;
}

@media (hover: hover) and (pointer: fine) {
    .footer-links a:hover {
        color: var(--on-dark);
        background-position: 0% 100%;
        background-size: 100% 1px;
    }
}

.footer-wordmark {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 15vw, 7.5rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: rgba(247, 242, 233, 0.08);
    white-space: nowrap;
    user-select: none;
    padding-block: 8px;
    font-variation-settings: 'WONK' 0;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 0 26px;
    border-top: 1px solid var(--rule-dark);
}

.footer-bottom p,
.footer-bottom a {
    font-size: 0.8125rem;
    color: var(--on-dark-muted);
}

.footer-bottom a {
    font-variant-numeric: lining-nums tabular-nums;
    transition: color var(--dur-hover) linear;
}

@media (hover: hover) and (pointer: fine) {
    .footer-bottom a:hover {
        color: var(--amber-light);
    }
}

@media (min-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-about {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: 2.4fr 1fr 1.2fr 1.2fr;
        column-gap: 56px;
    }

    .footer-about {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.whatsapp-float {
    position: fixed;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    right: 18px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: var(--navy);
    color: var(--ivory);
    box-shadow: 0 0 0 1px rgba(227, 176, 113, 0.35), 0 10px 30px -12px rgba(19, 31, 56, 0.5);
    transition: box-shadow 260ms var(--ease-ui),
                background-color var(--dur-state) var(--ease-ui),
                transform var(--dur-press) var(--ease-ui);
    animation: float-in 520ms 900ms var(--ease) both;
}

.whatsapp-float svg {
    width: 26px;
    height: 26px;
    fill: var(--wa-green);
    flex-shrink: 0;
}

.wa-label {
    display: none;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.whatsapp-float:active {
    transform: scale(0.95);
}

@keyframes float-in {
    from {
        opacity: 0;
        scale: 0.85;
    }
}

@media (hover: hover) and (pointer: fine) {
    .whatsapp-float:hover {
        background: #24314f;
        box-shadow: 0 0 0 7px rgba(200, 138, 61, 0.16), 0 10px 30px -12px rgba(19, 31, 56, 0.5);
    }
}

@media (min-width: 768px) {
    .whatsapp-float {
        width: auto;
        height: 52px;
        bottom: 28px;
        right: 28px;
        padding: 0 22px 0 18px;
    }

    .wa-label {
        display: inline;
    }
}

.js .fade-in {
    opacity: 0;
    translate: 0 14px;
    transition: opacity var(--dur-reveal) var(--ease),
                translate var(--dur-reveal) var(--ease);
}

.js .fade-in--still {
    translate: none;
    transition: opacity 560ms var(--ease);
}

.js .fade-in--soft {
    translate: 0 10px;
}

.js .fade-in--lift {
    translate: 0 20px;
    transition: opacity var(--dur-lift) var(--ease),
                translate var(--dur-lift) var(--ease);
}

.js .fade-in--figure {
    translate: 0 28px;
    scale: 1.03;
    clip-path: inset(0 0 8% 0);
    transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
                translate 900ms cubic-bezier(0.16, 1, 0.3, 1),
                scale 900ms cubic-bezier(0.16, 1, 0.3, 1),
                clip-path 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-in.visible {
    opacity: 1;
    translate: none;
    scale: none;
    clip-path: none;
}

.js .fade-in--group {
    opacity: 1;
    translate: none;
    transition: none;
}

.js .fade-in--group > * {
    opacity: 0;
    translate: 0 20px;
    transition: opacity var(--dur-lift) var(--ease),
                translate var(--dur-lift) var(--ease);
}

.fade-in--group.visible > * {
    opacity: 1;
    translate: none;
}

.fade-in--group.visible > :nth-child(1) { transition-delay: 0ms; }
.fade-in--group.visible > :nth-child(2) { transition-delay: var(--stagger); }
.fade-in--group.visible > :nth-child(3) { transition-delay: calc(var(--stagger) * 2); }
.fade-in--group.visible > :nth-child(n+4) { transition-delay: calc(var(--stagger) * 3); }

@media (max-width: 767px) {
    .menu-toggle {
        display: flex;
    }

    body.menu-open {
        overflow: hidden;
    }

    body.menu-open::after {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(19, 31, 56, 0.32);
        z-index: 998;
        pointer-events: none;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        height: 100dvh;
        background: var(--bone);
        border-left: 1px solid var(--rule-strong);
        flex-direction: column;
        align-items: stretch;
        padding: 96px 28px 32px;
        gap: 0;
        transition: right 420ms var(--ease-quiet),
                    visibility 0s linear 420ms;
        visibility: hidden;
        z-index: 999;
    }

    .nav.open {
        right: 0;
        visibility: visible;
        transition: right 420ms var(--ease-quiet), visibility 0s;
    }

    .nav-link {
        display: flex;
        align-items: baseline;
        gap: 14px;
        font-family: var(--font-display);
        font-size: 1.35rem;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
        color: var(--navy);
        padding: 18px 0;
        border-bottom: 1px solid var(--rule);
        background-image: none;
        font-variation-settings: 'WONK' 0;
    }

    .nav-index {
        display: inline;
        font-family: var(--font-body);
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        color: var(--amber-ink);
        font-variant-numeric: tabular-nums;
    }

    .btn-nav {
        margin-top: auto;
        width: 100%;
        min-height: 52px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .js .fade-in,
    .js .fade-in--group > * {
        opacity: 1;
        translate: none;
        scale: none;
        clip-path: none;
        transition-delay: 0ms !important;
    }

    .whatsapp-float {
        animation: none;
    }

    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (prefers-contrast: more) {
    .desafio, .servico, .step, .beneficio, .contato-form {
        border-color: var(--navy);
    }

    :focus-visible {
        outline-width: 3px;
    }

    .nav-link, .footer-links a, .link-arrow {
        background-size: 100% 1px;
    }
}
