:root {
    --red: #c92d32;
    --red-dark: #9f2024;
    --red-soft: #f7e9ea;
    --graphite: #343031;
    --graphite-2: #252223;
    --ink: #151515;
    --muted: #68666c;
    --line: #e8e6e2;
    --soft: #f7f6f3;
    --white: #ffffff;
    --cream: #fbfaf6;
    --warm: #efe9df;
    --shadow: 0 24px 70px rgba(22, 22, 24, 0.10);
    --shadow-soft: 0 18px 46px rgba(27, 24, 25, 0.075);
    --radius: 28px;
    --radius-sm: 18px;
    --container: 1340px;
    --container-reading: 760px;
    --header-h: 94px;
    --hero-visible-h: 625px;
    --font-body: Aptos, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-display: Georgia, "Iowan Old Style", "Times New Roman", serif;
    --font-ui: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--white);
    line-height: 1.62;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16.5px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 520;
    line-height: 1.02;
    letter-spacing: -0.026em;
}
h1 { font-size: clamp(2.35rem, 5vw, 4.7rem); }
h2 { font-size: clamp(1.85rem, 3.15vw, 3.08rem); }
h3 { font-size: 1.28rem; }
strong { font-weight: 760; }
.container { width: min(var(--container), calc(100% - clamp(32px, 5vw, 76px))); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: white; padding: .7rem 1rem; z-index: 9999; }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 94px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 190px; height: auto; max-height: 64px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.primary-nav a { padding: .75rem .95rem; border-radius: 999px; font-family: var(--font-ui); font-size: .93rem; font-weight: 720; color: var(--graphite); letter-spacing: -.01em; }
.primary-nav a:hover, .primary-nav a.active { background: var(--soft); color: var(--red); }
.nav-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav-dropdown::before { content: ''; position: absolute; top: 100%; left: 50%; z-index: 119; width: min(340px, 90vw); height: 18px; transform: translateX(-50%); pointer-events: auto; }
.primary-nav .nav-dropdown-trigger { display: inline-flex; align-items: center; gap: .35rem; }
.primary-nav .nav-dropdown-trigger::after { content: ''; width: .42rem; height: .42rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .7; }
.nav-submenu { position: absolute; top: calc(100% + 10px); left: 50%; z-index: 120; width: min(340px, 90vw); padding: .65rem; border: 1px solid rgba(0,0,0,.08); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(35,31,32,.16); transform: translate(-50%, 8px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; }
.primary-nav .nav-submenu a { display: block; padding: .62rem .78rem; border-radius: 14px; font-size: .88rem; line-height: 1.15; white-space: normal; }
.primary-nav .nav-submenu a + a { margin-top: .1rem; }
.primary-nav .nav-submenu a:first-child { font-weight: 850; color: var(--red); background: var(--soft); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.1rem; border-radius: 999px; background: var(--red); color: white; font-family: var(--font-ui); font-weight: 780; letter-spacing: -.01em; box-shadow: 0 12px 30px rgba(201,45,50,.18); }
.header-cta:hover { background: var(--red-dark); }
.menu-toggle { display: none; }

.hero, .page-hero { padding: 80px 0 52px; background: linear-gradient(135deg, #fff 0%, #fff 55%, #f8f0f1 100%); overflow: hidden; }
.compact-hero { padding: 72px 0 56px; }
.hero-grid, .feature-split, .two-columns { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.hero-copy p { font-size: clamp(1.08rem, 1.8vw, 1.32rem); max-width: 660px; margin: 1.3rem 0 0; color: #4d4b4e; }
.kicker { display: inline-flex; align-items: center; gap: .45rem; color: var(--red); text-transform: uppercase; font-family: var(--font-ui); font-size: .75rem; letter-spacing: .18em; font-weight: 780; margin-bottom: 1rem; }
.kicker::before { content: ''; width: 32px; height: 2px; background: currentColor; display: inline-block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .9rem 1.25rem; border-radius: 999px; font-family: var(--font-ui); font-weight: 780; letter-spacing: -.012em; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 16px 34px rgba(201,45,50,.18); }
.btn-primary:hover { background: var(--red-dark); }
.btn-ghost { background: #fff; color: var(--graphite); border-color: #dedee2; }
.btn-outline { background: transparent; border-color: var(--graphite); color: var(--graphite); }
.btn-light { background: #fff; color: var(--ink); }
.text-link { color: var(--red); font-family: var(--font-ui); font-weight: 780; display: inline-flex; margin-top: .5rem; }
.text-link::after { content: '→'; margin-left: .4rem; }
.trust-row { display: flex; gap: 14px; align-items: center; margin-top: 2rem; padding: 1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); width: min(100%, 520px); }
.trust-row strong { color: var(--red); font-size: 1.8rem; white-space: nowrap; }
.trust-row span { color: var(--graphite); font-family: var(--font-ui); font-weight: 680; }

.image-panel { position: relative; margin: 0; min-height: 420px; border-radius: var(--radius); overflow: hidden; background: #e9e8e8; box-shadow: var(--shadow); }
.image-panel img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.image-fallback { min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end; gap: .45rem; padding: 2rem; background: radial-gradient(circle at 20% 15%, rgba(201,45,50,.26), transparent 34%), linear-gradient(135deg, #eeeeef, #d9d8d8 52%, #bfc0c2); color: var(--graphite); }
.image-fallback span { text-transform: uppercase; font-family: var(--font-ui); font-weight: 780; letter-spacing: .16em; color: var(--red); font-size: .75rem; }
.image-fallback strong { font-family: var(--font-display); font-weight: 520; font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1; letter-spacing: -.035em; max-width: 390px; }
.image-fallback small { color: #555; font-family: var(--font-ui); font-weight: 650; }
.image-panel figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); border-radius: 20px; padding: 1rem; backdrop-filter: blur(14px); }
.image-panel figcaption span { display: block; color: var(--red); font-family: var(--font-ui); font-size: .73rem; font-weight: 780; text-transform: uppercase; letter-spacing: .13em; }
.image-panel figcaption strong { display: block; color: var(--ink); font-family: var(--font-display); font-weight: 520; font-size: 1.15rem; letter-spacing: -.025em; }
.image-panel figcaption small { color: var(--muted); }
.dark-panel .image-fallback { background: radial-gradient(circle at 80% 20%, rgba(201,45,50,.32), transparent 36%), linear-gradient(135deg, #252223, #474143); color: white; }
.dark-panel .image-fallback small { color: rgba(255,255,255,.72); }

/* Home padrão-ouro: hero compacto, proporcional e pensado para notebook/celular. */
.hero-home {
    min-height: min(var(--hero-visible-h), calc(100svh - var(--header-h)));
    display: flex;
    align-items: center;
    padding: clamp(28px, 4.8vh, 46px) 0 clamp(26px, 4.2vh, 42px);
    background:
        radial-gradient(circle at 88% 18%, rgba(201,45,50,.13), transparent 31%),
        linear-gradient(135deg, #fff 0%, #fff 58%, #f8f0f1 100%);
}
.hero-home .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .85fr);
    gap: clamp(30px, 4.2vw, 68px);
}
.hero-home .hero-copy {
    max-width: 690px;
}
.hero-home .kicker {
    margin-bottom: .75rem;
}
.hero-home h1 {
    font-size: clamp(2.38rem, 4.38vw, 4.1rem);
    line-height: .98;
    letter-spacing: -.034em;
    max-width: 760px;
}
.hero-home .hero-copy p {
    font-size: clamp(1.02rem, 1.32vw, 1.16rem);
    line-height: 1.56;
    max-width: 640px;
    margin-top: 1rem;
}
.hero-home .hero-actions {
    margin-top: 1.35rem;
    gap: .7rem;
}
.hero-home .btn {
    min-height: 46px;
    padding: .78rem 1.12rem;
}
.hero-home .hero-proof {
    width: min(100%, 610px);
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    gap: 0;
    margin-top: 1.25rem;
    padding: .72rem;
    background: rgba(255,255,255,.94);
}
.hero-home .hero-proof > div {
    padding: .15rem .85rem;
}
.hero-home .hero-proof > div + div {
    border-left: 1px solid var(--line);
}
.hero-home .hero-proof strong {
    display: block;
    color: var(--red);
    font-size: clamp(1.05rem, 1.6vw, 1.34rem);
    line-height: 1.05;
    white-space: normal;
}
.hero-home .hero-proof span {
    display: block;
    margin-top: .28rem;
    color: var(--graphite);
    font-family: var(--font-ui);
    font-size: .88rem;
    line-height: 1.25;
    font-weight: 680;
}
.hero-home .hero-visual {
    min-height: clamp(350px, 52vh, 425px);
    aspect-ratio: 4 / 3;
    align-self: center;
}
.hero-home .hero-visual img,
.hero-home .hero-visual .image-fallback {
    min-height: clamp(350px, 52vh, 425px);
}
.hero-home .hero-visual figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: .86rem .95rem;
    border-radius: 18px;
}
.hero-home .hero-visual figcaption strong {
    font-size: 1rem;
}
.hero-home .hero-visual figcaption small {
    display: block;
    line-height: 1.25;
}

.section { padding: clamp(64px, 8vw, 108px) 0; }
.section-muted { background: var(--soft); }
.section-dark { background: var(--graphite); color: white; }
.section-title { max-width: 760px; margin-bottom: 2.3rem; }
.section-title span { display: inline-flex; color: var(--red); text-transform: uppercase; font-family: var(--font-ui); font-size: .76rem; letter-spacing: .17em; font-weight: 780; margin-bottom: .8rem; }
.section-title h2 { margin-bottom: 1rem; }
.section-title p { font-size: 1.08rem; }
.center-gap { align-items: start; }
.soft-card-list { display: grid; gap: 14px; }
.soft-card-list article, .audience-grid article, .values-grid article, .service-detail, .contact-card, .quote-card, .empty-portfolio { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.45rem; box-shadow: var(--shadow-soft); }
.soft-card-list span, .values-grid span { color: var(--red); font-family: var(--font-ui); font-weight: 780; }
.soft-card-list h3, .values-grid h2 { margin: .25rem 0 .55rem; }
.feature-copy p { font-size: 1.08rem; }
.feature-copy .mini-grid { margin-top: 1.5rem; }
.mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.mini-grid a { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: .95rem; font-family: var(--font-ui); font-weight: 760; color: var(--graphite); }
.mini-grid a:hover { color: var(--red); border-color: rgba(201,45,50,.35); }
.audience-grid, .values-grid, .service-detail-grid, .contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.audience-grid article h3 { margin-bottom: .55rem; }
.reverse { grid-template-columns: minmax(320px, .98fr) minmax(0, 1.02fr); }
.reverse .image-panel { order: 2; }
.light-copy h2, .light-copy p { color: white; }
.light-copy p { opacity: .86; }
.portfolio-callout { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 46px); }
.portfolio-callout p { max-width: 700px; }
.final-cta { padding-top: 0; }
.final-cta-box { text-align: center; border-radius: var(--radius); padding: clamp(34px, 6vw, 70px); background: radial-gradient(circle at 20% 20%, rgba(201,45,50,.18), transparent 36%), linear-gradient(135deg, var(--ink), var(--graphite)); color: #fff; }
.final-cta-box h2, .final-cta-box p { color: #fff; }
.final-cta-box p { opacity: .82; font-size: 1.12rem; }

.section-muted { background:
    radial-gradient(circle at 8% 12%, rgba(201,45,50,.055), transparent 28%),
    var(--soft);
}
.section-dark {
    background:
        radial-gradient(circle at 88% 18%, rgba(201,45,50,.22), transparent 34%),
        linear-gradient(135deg, #252223, #383334);
}
.final-cta-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(21,21,21,.13);
}
.final-cta-box::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius) - 1px);
    border: 1px solid rgba(255,255,255,.14);
    pointer-events: none;
}
.final-cta-box > * {
    position: relative;
    z-index: 1;
}

.service-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-detail { scroll-margin-top: 120px; }
.service-detail h2 { font-size: clamp(1.25rem, 2vw, 1.75rem); margin-bottom: 1rem; }
.service-detail p { margin-bottom: .85rem; }
.service-detail strong { color: var(--graphite); }
.service-detail a { color: var(--red); font-family: var(--font-ui); font-weight: 760; }


/* Página Serviços: 11 linhas horizontais em duas colunas alternadas. */
.service-showcase {
    --service-photo-height: clamp(390px, 32vw, 470px);
    display: grid;
    gap: 0;
}
.service-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 52px);
    align-items: stretch;
    padding-block: clamp(34px, 5vw, 62px);
    scroll-margin-top: 120px;
}
.service-row:first-child {
    padding-top: clamp(10px, 2.2vw, 28px);
}
.service-row:last-child {
    padding-bottom: clamp(10px, 2.2vw, 28px);
}
.service-row + .service-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: clamp(18px, 6vw, 96px);
    right: clamp(18px, 6vw, 96px);
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(66,58,61,.16) 16%, rgba(201,45,50,.28) 50%, rgba(66,58,61,.16) 84%, transparent 100%);
}
.service-row.is-reverse .service-row-card { order: 2; }
.service-row.is-reverse .service-row-image { order: 1; }
.service-row-card,
.service-row-image {
    min-width: 0;
    min-height: var(--service-photo-height);
}
.service-card {
    position: relative;
    min-height: var(--service-photo-height);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, #fff 68%, #fff6f6 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: clamp(26px, 3.8vw, 44px);
    box-shadow: var(--shadow-soft);
}
.service-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, var(--red), rgba(201,45,50,.22));
}
.service-card::after {
    content: '';
    position: absolute;
    right: -70px;
    top: -70px;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    background: rgba(201,45,50,.075);
    pointer-events: none;
}
.service-card > * {
    position: relative;
    z-index: 1;
}
.service-card-topline {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-bottom: .95rem;
}
.service-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 999px;
    background: var(--red);
    color: #fff;
    font-family: var(--font-ui);
    font-weight: 820;
    font-size: .86rem;
    letter-spacing: -.02em;
    box-shadow: 0 14px 30px rgba(201,45,50,.22);
}
.service-eyebrow {
    color: var(--red);
    text-transform: uppercase;
    font-family: var(--font-ui);
    font-size: .72rem;
    letter-spacing: .16em;
    font-weight: 800;
}
.service-card h2 {
    font-size: clamp(1.65rem, 2.55vw, 2.35rem);
    max-width: 720px;
    margin-bottom: .9rem;
}
.service-lead {
    color: #4d4b4e;
    font-size: clamp(1rem, 1.25vw, 1.1rem);
    line-height: 1.55;
    max-width: 680px;
    margin-bottom: .9rem;
}
.service-solution {
    color: var(--muted);
    line-height: 1.5;
    margin-bottom: .9rem;
}
.service-solution strong {
    color: var(--graphite);
}
.service-points {
    list-style: none;
    display: grid;
    gap: .82rem;
    margin: 1.25rem 0 1.1rem;
    padding: 0;
}
.service-points li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--muted);
    line-height: 1.52;
}
.service-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .68rem;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--red);
}
.service-points strong {
    color: var(--graphite);
}
.service-invite {
    color: var(--graphite);
    font-family: var(--font-ui);
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 1.2rem;
}
.service-card .btn {
    width: fit-content;
    margin-top: auto;
}
.service-row-image .image-panel.service-photo {
    width: 100%;
    height: var(--service-photo-height);
    min-height: var(--service-photo-height);
    border-radius: var(--radius);
}
.service-row-image .image-panel.service-photo img,
.service-row-image .image-panel.service-photo .image-fallback {
    width: 100%;
    height: var(--service-photo-height);
    min-height: var(--service-photo-height);
    object-fit: cover;
}
.service-row-image .image-panel.service-photo figcaption strong {
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 2rem; }
.filter-btn { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: .75rem 1rem; font-family: var(--font-ui); font-weight: 760; cursor: pointer; color: var(--graphite); }
.filter-btn.active, .filter-btn:hover { background: var(--red); color: #fff; border-color: var(--red); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.portfolio-card { background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.portfolio-card .image-panel { min-height: 250px; border-radius: 0; box-shadow: none; }
.portfolio-card .image-panel img, .portfolio-card .image-fallback { min-height: 250px; }
.portfolio-card-copy { padding: 1.2rem; }
.portfolio-card-copy span { color: var(--red); font-family: var(--font-ui); font-weight: 780; text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; }
.portfolio-card-copy h2 { font-size: 1.3rem; margin: .4rem 0 .6rem; }
.empty-portfolio { text-align: center; padding: clamp(28px, 5vw, 56px); }
.empty-portfolio h2 { margin-bottom: .9rem; }
.portfolio-preview-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 1.4rem; }
.portfolio-preview-row span { background: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: .65rem .9rem; font-family: var(--font-ui); font-weight: 720; color: var(--graphite); }

.quote-card { background: var(--graphite); }
.quote-card p { color: #fff; font-family: var(--font-display); font-weight: 520; font-size: clamp(1.4rem, 2.4vw, 2.2rem); line-height: 1.15; letter-spacing: -.035em; margin: 0; }
.values-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-grid { grid-template-columns: 1.2fr .9fr .9fr; align-items: stretch; }
.contact-card h2 { margin-bottom: .75rem; }
.contact-card a:not(.btn) { color: var(--red); font-family: var(--font-ui); font-weight: 760; }
.main-contact-card { background: linear-gradient(135deg, #fff, #fff5f5); }


/* Página Contato - Atendimento técnico via WhatsApp */
.contact-whatsapp-section {
    background:
        radial-gradient(circle at 92% 8%, rgba(201, 45, 50, .08), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
}

.contact-service-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: clamp(22px, 3vw, 34px);
    align-items: stretch;
}

.contact-service-copy,
.contact-whatsapp-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-soft);
}

.contact-service-copy {
    padding: clamp(28px, 4vw, 46px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.contact-service-copy h2 {
    line-height: 1;
    margin-bottom: 1rem;
}

.contact-service-lead {
    font-size: clamp(1.05rem, 1.6vw, 1.22rem);
    color: var(--graphite);
    margin-bottom: .9rem;
}

.contact-info-list {
    display: grid;
    gap: 16px;
    margin-top: .15rem;
}
 
.contact-info-item {
    padding: 1.15rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: linear-gradient(135deg, #fff, #fff8f8);
}

.contact-info-item span {
    display: block;
    margin-bottom: .45rem;
    color: var(--red);
    font-family: var(--font-ui);
	font-size: clamp(1.12rem, 1.35vw, 1.38rem);
    font-weight: 400;
    letter-spacing: -.015em;
    text-transform: none;
}

.contact-info-item p {
    margin-bottom: .35rem;
    line-height: 1.52;
}

.contact-info-item a {
    color: var(--red);
    font-family: var(--font-ui);
    font-weight: 780;
}

.contact-whatsapp-card {
    padding: clamp(26px, 3.2vw, 36px);
    background:
        radial-gradient(circle at 92% 8%, rgba(201, 45, 50, .10), transparent 28%),
        linear-gradient(180deg, #ffffff, #fffdf9);
}

.contact-whatsapp-head {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.contact-whatsapp-tag {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(37, 211, 102, .10);
    color: #128c3a;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-whatsapp-tag::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #25d366;
    box-shadow: 0 0 0 5px rgba(37, 211, 102, .14);
}

.contact-whatsapp-card h3 {
    color: var(--ink);
    font-size: clamp(1.55rem, 2.2vw, 2.15rem);
    line-height: 1.06;
    letter-spacing: -.035em;
}

.contact-whatsapp-card p {
    line-height: 1.58;
}

.contact-diagnostic-card {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 2px 0 22px;
    padding: 24px 26px;
    border: 1px solid rgba(201, 45, 50, .24);
    border-radius: 18px;
    background:
        radial-gradient(circle at 96% 12%, rgba(201, 45, 50, .14), transparent 28%),
        linear-gradient(135deg, rgba(201, 45, 50, .08), rgba(52, 48, 49, .05));
    color: var(--ink);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .065);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-diagnostic-card:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 45, 50, .44);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .10);
}

.contact-diagnostic-copy {
    display: grid;
    gap: 7px;
}

.contact-diagnostic-eyebrow {
    color: var(--red);
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.contact-diagnostic-card strong {
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 520;
    line-height: 1.05;
    letter-spacing: -.028em;
}

.contact-diagnostic-card span:not(.contact-diagnostic-eyebrow):not(.contact-diagnostic-arrow) {
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.45;
}

.contact-diagnostic-arrow {
    display: inline-grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 999px;
    background: var(--red);
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.contact-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.contact-quick-whatsapp {
    display: grid;
    gap: 7px;
    padding: 16px;
    border: 1px solid rgba(37, 211, 102, .24);
    border-radius: 16px;
    background: rgba(37, 211, 102, .055);
    color: var(--graphite);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-quick-whatsapp:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 211, 102, .48);
    background: rgba(37, 211, 102, .10);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}

.contact-quick-whatsapp strong {
    color: var(--ink);
    font-family: var(--font-ui);
    font-size: .95rem;
    line-height: 1.18;
}

.contact-quick-whatsapp span {
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.38;
}

.contact-divider {
    position: relative;
    display: grid;
    place-items: center;
    margin: 4px 0 22px;
    text-align: center;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(0, 0, 0, .10);
}

.contact-divider span {
    position: relative;
    z-index: 1;
    padding: 0 14px;
    background: #ffffff;
}

.contact-message-form {
    display: grid;
    gap: 14px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-field {
    display: grid;
    gap: 7px;
}

.contact-field label {
    color: var(--graphite);
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 800;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 14px;
    padding: 10px 11px;
    color: var(--ink);
    background: #ffffff;
    font: inherit;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-field textarea {
    min-height: 118px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: rgba(201, 45, 50, .72);
    box-shadow: 0 0 0 4px rgba(201, 45, 50, .12);
}

.contact-whatsapp-submit {
    width: 100%;
    border: 0;
    background: linear-gradient(135deg, #25d366, #128c3a) !important;
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: .2px;
    cursor: pointer;
}

.contact-form-note {
    margin: 0;
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.5;
    text-align: center;
}

.site-footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0 0 24px;
    background:
        radial-gradient(circle at 10% 12%, rgba(201,45,50,.22), transparent 34%),
        radial-gradient(circle at 82% 20%, rgba(255,255,255,.08), transparent 30%),
        linear-gradient(135deg, #181616 0%, #272324 48%, #171515 100%);
}
.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), transparent 78%);
}
.site-footer > .container {
    position: relative;
    z-index: 1;
}
.footer-invite {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(22px, 4vw, 54px);
    align-items: center;
    padding: clamp(34px, 5vw, 58px) 0 clamp(26px, 4vw, 42px);
    border-bottom: 1px solid rgba(255,255,255,.14);
}
.footer-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #fff;
    opacity: .72;
    text-transform: uppercase;
    font-family: var(--font-ui);
    font-size: .72rem;
    font-weight: 760;
    letter-spacing: .18em;
    margin-bottom: .8rem;
}
.footer-eyebrow::before {
    content: '';
    width: 34px;
    height: 2px;
    background: var(--red);
}
.footer-invite h2 {
    color: #fff;
    font-size: clamp(2rem, 3.3vw, 3.85rem);
    max-width: 820px;
    letter-spacing: -.032em;
}
.footer-invite p {
    max-width: 720px;
    margin-top: 1rem;
    color: rgba(255,255,255,.72);
    font-size: 1.05rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.18fr) repeat(3, minmax(180px, .72fr));
    gap: clamp(22px, 3.5vw, 48px);
    padding: clamp(30px, 4.6vw, 54px) 0 28px;
}
.footer-brand p {
    max-width: 390px;
}
.footer-brand img { width: min(248px, 100%); height: auto; max-height: none; object-fit: contain; object-position: left center; display: block; background: transparent !important; border-radius: 0; padding: 0; margin-bottom: 1rem; box-shadow: none; }
.footer-card {
    min-height: 100%;
}
.site-footer h2 {
    color: #fff;
    font-family: var(--font-ui);
    font-size: .82rem;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 780;
    margin-bottom: 1rem;
}
.site-footer .footer-invite h2 {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.3vw, 3.85rem);
    line-height: 1;
    letter-spacing: -.032em;
    text-transform: none;
    font-weight: 520;
    max-width: 820px;
    margin-bottom: 0;
}
.site-footer p, .site-footer a, .footer-bottom {
    color: rgba(255,255,255,.72);
}
.site-footer a {
    display: block;
    margin-bottom: .6rem;
}
.site-footer a:hover { color: #fff; }
.footer-contact-line {
    margin-bottom: .8rem;
}
.footer-contact-line strong {
    display: block;
    color: #fff;
    font-family: var(--font-ui);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: .2rem;
}
.footer-cta { display: inline-flex !important; align-items: center; justify-content: center; width: fit-content; background: var(--red); color: white !important; border-radius: 999px; padding: .88rem 1.1rem; margin-top: .4rem; font-family: var(--font-ui); font-weight: 780; box-shadow: 0 18px 38px rgba(201,45,50,.24); }
.footer-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.footer-summary { font-size: .95rem; }
.footer-links a::after {
    content: '→';
    margin-left: .35rem;
    color: var(--red);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 20px;
    font-size: .9rem;
}
.footer-bottom a { display: inline; color: #fff; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 50; background: var(--red); color: white; border-radius: 999px; padding: .85rem 1.05rem; font-family: var(--font-ui); font-weight: 780; box-shadow: 0 16px 38px rgba(0,0,0,.22); }


/* Correção de fallback de imagens: evita que o texto grande fique escondido pelo card sobreposto quando a foto ainda não foi publicada. */
.image-panel.has-fallback .image-fallback {
    justify-content: center;
    padding: 2rem 2rem 9.25rem;
}
.image-panel.has-fallback .image-fallback strong {
    max-width: 480px;
}
.portfolio-card .image-panel.has-fallback .image-fallback {
    padding: 1.2rem 1.2rem 7.7rem;
}
.portfolio-card .image-panel.has-fallback .image-fallback strong {
    font-size: 1.22rem;
    line-height: 1.08;
}

/* Equilíbrio de grids: evita última linha visualmente incompleta. */
.service-detail-grid .service-detail:last-child:nth-child(odd),
.contact-grid .contact-card:last-child:nth-child(odd),
.values-grid article:last-child:nth-child(odd) {
    grid-column: auto;
}
@media (min-width: 721px) and (max-width: 1020px) {
    .audience-grid article:last-child:nth-child(odd),
    .service-detail-grid .service-detail:last-child:nth-child(odd),
    .footer-grid > *:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}
@media (min-width: 1021px) {
    .service-detail-grid .service-detail:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1020px) {
    :root { --header-h: 82px; }
    .service-showcase { --service-photo-height: 360px; }
    .header-inner { min-height: 82px; }
    .brand img { width: 160px; max-height: 54px; }
    .menu-toggle { display: inline-flex; flex-direction: column; gap: 4px; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: .65rem; margin-left: auto; cursor: pointer; }
    .menu-toggle span { width: 23px; height: 2px; background: var(--graphite); display: block; }
    .menu-toggle strong { position: absolute; left: -9999px; }
    .primary-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; max-height: calc(100vh - 110px); overflow-y: auto; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: .7rem; box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav a { border-radius: 12px; }
    .nav-dropdown { display: block; width: 100%; }
    .nav-dropdown::before { display: none; }
    .primary-nav .nav-dropdown-trigger { width: 100%; justify-content: space-between; }
    .nav-submenu { position: static; width: 100%; padding: .35rem 0 .25rem .75rem; border: 0; border-left: 2px solid var(--soft); border-radius: 0; background: transparent; box-shadow: none; transform: none; opacity: 1; visibility: visible; pointer-events: auto; }
    .nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { transform: none; }
    .primary-nav .nav-submenu a { padding: .54rem .7rem; border-radius: 10px; font-size: .88rem; }
    .primary-nav .nav-submenu a:first-child { background: transparent; }
    .header-cta { display: none; }
    .hero-grid, .feature-split, .two-columns, .reverse { grid-template-columns: 1fr; }
    .service-row, .service-row.is-reverse { grid-template-columns: 1fr; }
    .service-row.is-reverse .service-row-card, .service-row.is-reverse .service-row-image { order: initial; }
    .hero-home { min-height: auto; padding: 46px 0 44px; }
    .hero-home .hero-grid { grid-template-columns: 1fr; gap: 26px; }
    .hero-home .hero-copy { max-width: 760px; }
    .hero-home .hero-visual { min-height: clamp(310px, 42vh, 380px); aspect-ratio: 16 / 9; }
    .hero-home .hero-visual img, .hero-home .hero-visual .image-fallback { min-height: clamp(310px, 42vh, 380px); }
    .reverse .image-panel { order: 0; }
    .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-invite { grid-template-columns: 1fr; }
    .contact-grid, .portfolio-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .service-showcase { --service-photo-height: 320px; }
    .container { width: min(100% - 28px, var(--container)); }
    body { font-size: 16px; }
    .hero, .page-hero { padding: 54px 0 36px; }
    .hero-home { padding: 38px 0 34px; }
    .hero-home h1 { font-size: clamp(2.05rem, 10.8vw, 3rem); line-height: 1.02; }
    .hero-home .hero-copy p { font-size: 1rem; margin-top: .85rem; }
    .hero-home .hero-actions { margin-top: 1.15rem; }
    .hero-home .hero-proof { grid-template-columns: 1fr; padding: .8rem 1rem; margin-top: 1rem; }
    .hero-home .hero-proof > div { padding: .2rem 0; }
    .hero-home .hero-proof > div + div { border-left: 0; border-top: 1px solid var(--line); padding-top: .72rem; margin-top: .55rem; }
    .hero-home .hero-proof strong { font-size: 1.12rem; }
    .hero-home .hero-visual, .hero-home .hero-visual img, .hero-home .hero-visual .image-fallback { min-height: 286px; }
    .section { padding: 56px 0; }
    .hero-actions, .portfolio-callout, .footer-bottom { flex-direction: column; align-items: stretch; }
    .btn { width: 100%; }
    .trust-row { align-items: flex-start; flex-direction: column; }
    .image-panel, .image-panel img, .image-fallback { min-height: 340px; }
    .image-panel figcaption { left: 14px; right: 14px; bottom: 14px; }
    .image-panel.has-fallback .image-fallback { padding: 1.35rem 1.35rem 9.5rem; }
    .image-panel.has-fallback .image-fallback strong { font-size: clamp(1.35rem, 7vw, 1.9rem); line-height: 1.05; }
    .mini-grid, .audience-grid, .service-detail-grid, .values-grid, .footer-grid { grid-template-columns: 1fr; }
    .service-row { gap: 18px; padding-block: 34px; }
    .service-row:first-child { padding-top: 8px; }
    .service-row:last-child { padding-bottom: 8px; }
    .service-row + .service-row::before { left: 18px; right: 18px; }
    .service-card { border-radius: var(--radius-sm); padding: 1.45rem; }
    .service-card .btn { width: 100%; }
    .service-row-image .image-panel.service-photo,
    .service-row-image .image-panel.service-photo img,
    .service-row-image .image-panel.service-photo .image-fallback { min-height: 320px; }
    .footer-invite { grid-template-columns: 1fr; padding-top: 38px; }
    .footer-brand img { width: 180px; }
    .floating-whatsapp { left: auto; right: 14px; bottom: 14px; width: auto; padding: .78rem .98rem; text-align: center; }
}

/* Página Sobre Nós - equilíbrio visual do CTA final */
body.about-page main > section.final-cta,
body.contact-page main > section.final-cta {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    body.about-page main > section.final-cta {
        padding-block: 64px !important;
    }
}
@media (max-width: 1020px) {
    .contact-service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .contact-service-copy,
    .contact-whatsapp-card {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .contact-form-row,
    .contact-quick-grid {
        grid-template-columns: 1fr;
    }

    .contact-diagnostic-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px 20px;
    }

    .contact-diagnostic-arrow {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}


/* Páginas individuais de serviços: conteúdo educativo para cliente comum. */
.service-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .9rem;
    margin-top: auto;
}
.service-actions .btn {
    margin-top: 0;
}
.service-secondary-link {
    color: var(--red);
    font-family: var(--font-ui);
    font-weight: 780;
    letter-spacing: -.01em;
}
.service-secondary-link::after {
    content: '→';
    margin-left: .35rem;
}
.service-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem;
    margin-bottom: .9rem;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: .86rem;
    font-weight: 700;
}
.service-breadcrumb a {
    color: var(--red);
}
.service-breadcrumb span::before {
    content: '/';
    margin-right: .45rem;
    color: #b9b5b2;
}
.service-single-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(201,45,50,.12), transparent 30%),
        linear-gradient(135deg, #fff 0%, #fff 58%, #f8f0f1 100%);
}
.service-single-hero h1 {
    font-size: clamp(2.18rem, 4.4vw, 4.25rem);
}
.service-single-hero .hero-copy p {
    max-width: 720px;
}
.service-single-photo {
    min-height: clamp(380px, 40vw, 520px);
}
.service-single-photo img,
.service-single-photo .image-fallback {
    min-height: clamp(380px, 40vw, 520px);
}

.service-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
    gap: clamp(24px, 5vw, 70px);
    align-items: start;
}
.service-editorial-main {
    max-width: 820px;
}
.service-editorial-main h2 {
    margin-bottom: 1rem;
}
.service-editorial-main p {
    font-size: 1.09rem;
}
.service-note-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fff, #fff6f6);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: clamp(24px, 3.5vw, 42px);
    box-shadow: var(--shadow-soft);
}
.service-note-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, var(--red), rgba(201,45,50,.18));
}
.service-note-card span,
.service-steps-card span,
.service-clarity-card span,
.service-process-grid span,
.related-service-card span {
    display: inline-flex;
    color: var(--red);
    text-transform: uppercase;
    font-family: var(--font-ui);
    font-size: .72rem;
    letter-spacing: .15em;
    font-weight: 820;
    margin-bottom: .7rem;
}
.service-note-card h3 {
    font-size: clamp(1.42rem, 2.2vw, 2rem);
    line-height: 1.08;
    letter-spacing: -.025em;
    margin-bottom: .9rem;
}

.service-clarity-grid,
.service-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.service-clarity-card,
.related-service-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: clamp(22px, 3vw, 32px);
    box-shadow: var(--shadow-soft);
}
.service-clarity-card h3,
.related-service-card h3 {
    margin-bottom: .65rem;
}

.service-method-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: start;
}
.service-check-list {
    display: grid;
    gap: 12px;
    margin-top: 1.4rem;
}
.service-check-list article {
    position: relative;
    padding: 1.05rem 1.1rem 1.05rem 2.85rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}
.service-check-list article::before {
    content: '';
    position: absolute;
    left: 1.1rem;
    top: 1.32rem;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--red);
    box-shadow: 0 0 0 6px rgba(201,45,50,.10);
}
.service-check-list strong {
    display: block;
    color: var(--graphite);
    font-family: var(--font-ui);
    font-weight: 760;
    line-height: 1.4;
}
.service-steps-card {
    background:
        radial-gradient(circle at 90% 12%, rgba(201,45,50,.13), transparent 32%),
        linear-gradient(135deg, var(--graphite), var(--graphite-2));
    color: #fff;
    border-radius: var(--radius);
    padding: clamp(26px, 4vw, 46px);
    box-shadow: var(--shadow);
}
.service-steps-card h3 {
    color: #fff;
    font-size: clamp(1.48rem, 2.2vw, 2.05rem);
    margin-bottom: 1.1rem;
}
.service-steps-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .85rem;
}
.service-steps-card li {
    position: relative;
    padding-left: 1.25rem;
    color: rgba(255,255,255,.82);
}
.service-steps-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .72rem;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--red);
}

.service-process-section {
    padding-top: 0;
}
.service-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.service-process-grid article {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: clamp(20px, 2.8vw, 30px);
}
.service-process-grid h3 {
    font-size: clamp(1.18rem, 1.65vw, 1.45rem);
}
.service-question-section {
    padding: clamp(54px, 7vw, 90px) 0;
}
.service-question-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.service-question-box p {
    max-width: 760px;
}
.service-related-section {
    background:
        radial-gradient(circle at 10% 15%, rgba(201,45,50,.045), transparent 28%),
        #fff;
}

@media (max-width: 1020px) {
    .service-editorial-grid,
    .service-method-grid {
        grid-template-columns: 1fr;
    }
    .service-clarity-grid,
    .service-related-grid {
        grid-template-columns: 1fr;
    }
    .service-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .service-question-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .service-actions {
        align-items: stretch;
        flex-direction: column;
    }
    .service-secondary-link {
        text-align: center;
    }
    .service-single-hero h1 {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }
    .service-single-photo,
    .service-single-photo img,
    .service-single-photo .image-fallback {
        min-height: 320px;
    }
    .service-process-grid {
        grid-template-columns: 1fr;
    }
}

/* Página Sobre Nós — versão institucional com padrão técnico, sem repetição do layout em duas colunas. */
.about-page-standard .about-opening-section {
    background:
        radial-gradient(circle at 12% 0%, rgba(201,45,50,.06), transparent 30%),
        #fff;
}
.about-editorial {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.about-editorial .kicker,
.about-process-head .kicker,
.about-standard-head .kicker,
.about-manifesto .kicker {
    justify-content: center;
}
.about-editorial h2,
.about-process-head h2,
.about-standard-head h2,
.about-manifesto h2 {
    max-width: 920px;
    margin-inline: auto;
}
.about-lead {
    max-width: 880px;
    margin: 1.15rem auto 1rem;
    color: var(--graphite);
    font-size: clamp(1.12rem, 1.8vw, 1.34rem);
    line-height: 1.56;
}
.about-editorial > p:not(.about-lead) {
    max-width: 820px;
    margin-inline: auto;
    font-size: 1.06rem;
}
.about-statement-card {
    position: relative;
    margin: clamp(26px, 4vw, 44px) auto 0;
    max-width: 900px;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid rgba(201,45,50,.18);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, #fff 0%, #fff 66%, #fff2f2 100%);
    box-shadow: var(--shadow-soft);
    text-align: left;
    overflow: hidden;
}
.about-statement-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    background: linear-gradient(180deg, var(--red), rgba(201,45,50,.2));
}
.about-statement-card::after {
    content: 'Costamar';
    position: absolute;
    right: clamp(18px, 4vw, 44px);
    bottom: -8px;
    color: rgba(201,45,50,.07);
    font-family: var(--font-display);
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: .8;
    letter-spacing: -.06em;
    pointer-events: none;
}
.about-statement-card p {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.55vw, 2.45rem);
    line-height: 1.13;
    letter-spacing: -.036em;
}
.about-standard-head,
.about-process-head {
    max-width: 920px;
    margin: 0 auto clamp(28px, 4vw, 46px);
    text-align: center;
}
.about-standard-head p,
.about-process-head p {
    max-width: 800px;
    margin: 1rem auto 0;
    font-size: 1.08rem;
}
.about-standard-board {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}
.about-standard-main,
.about-standard-item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: #fff;
    box-shadow: var(--shadow-soft);
}
.about-standard-main {
    grid-column: span 6;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(28px, 4.6vw, 54px);
    background:
        radial-gradient(circle at 90% 8%, rgba(201,45,50,.16), transparent 32%),
        linear-gradient(135deg, var(--graphite), #171515);
}
.about-standard-main span,
.about-standard-item span {
    display: inline-flex;
    color: var(--red);
    font-family: var(--font-ui);
    font-size: .74rem;
    font-weight: 820;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: .78rem;
}
.about-standard-main h3 {
    max-width: 560px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.25rem);
    margin-bottom: 1rem;
}
.about-standard-main p {
    max-width: 620px;
    color: rgba(255,255,255,.82);
    font-size: 1.08rem;
}
.about-standard-item {
    padding: clamp(22px, 3vw, 32px);
    min-height: 220px;
}
.about-standard-item.is-small { grid-column: span 3; }
.about-standard-item.is-wide { grid-column: span 4; }
.about-standard-item h3 {
    font-size: clamp(1.22rem, 1.7vw, 1.55rem);
    line-height: 1.08;
    margin-bottom: .72rem;
}
.about-standard-item p {
    margin-bottom: 0;
    line-height: 1.55;
}
.about-standard-item::after {
    content: '';
    position: absolute;
    right: -34px;
    top: -34px;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: rgba(201,45,50,.065);
}
.about-process-rail {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}
.about-process-rail::before {
    content: '';
    position: absolute;
    left: 6%;
    right: 6%;
    top: 41px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(201,45,50,.32), transparent);
}
.about-process-rail article {
    position: relative;
    z-index: 1;
    min-height: 250px;
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: #fff;
    box-shadow: var(--shadow-soft);
}
.about-process-rail article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--red);
    color: #fff;
    font-family: var(--font-ui);
    font-weight: 820;
    margin-bottom: 1rem;
    box-shadow: 0 14px 28px rgba(201,45,50,.2);
}
.about-process-rail article h3 {
    font-size: 1.22rem;
    margin-bottom: .62rem;
}
.about-process-rail article p {
    margin-bottom: 0;
    font-size: .98rem;
    line-height: 1.5;
}
.about-visual-stack {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, .92fr) minmax(0, .9fr);
    gap: clamp(18px, 3vw, 30px);
    align-items: stretch;
}
.about-visual-stack .image-panel,
.about-visual-stack .image-panel img,
.about-visual-stack .image-panel .image-fallback {
    min-height: 430px;
}
.about-center-note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(26px, 3.8vw, 42px);
    border: 1px solid rgba(201,45,50,.18);
    border-radius: var(--radius);
    background: linear-gradient(180deg, #fff, #fff8f8);
    box-shadow: var(--shadow-soft);
}
.about-center-note h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.65rem);
    margin-bottom: 1rem;
}
.about-center-note p:last-child {
    margin-bottom: 0;
}
.about-manifesto {
    max-width: 1080px;
    text-align: center;
}
.about-manifesto h2,
.about-manifesto p {
    color: #fff;
}
.about-manifesto p {
    max-width: 880px;
    margin-inline: auto;
    color: rgba(255,255,255,.84);
    font-size: clamp(1.04rem, 1.45vw, 1.15rem);
}
.about-manifesto-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: clamp(26px, 4vw, 42px);
}
.about-manifesto-grid article {
    padding: 1.45rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,.055);
    text-align: left;
}
.about-manifesto-grid strong,
.about-manifesto-grid span {
    display: block;
}
.about-manifesto-grid strong {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(1.38rem, 2vw, 1.9rem);
    font-weight: 520;
    letter-spacing: -.035em;
}
.about-manifesto-grid span {
    color: rgba(255,255,255,.78);
    margin-top: .35rem;
}

@media (max-width: 1020px) {
    .about-standard-board {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .about-standard-main,
    .about-standard-item.is-small,
    .about-standard-item.is-wide {
        grid-column: span 3;
    }
    .about-standard-main {
        grid-column: 1 / -1;
        min-height: 300px;
    }
    .about-process-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about-process-rail::before {
        display: none;
    }
    .about-process-rail article:last-child {
        grid-column: 1 / -1;
    }
    .about-visual-stack {
        grid-template-columns: 1fr;
    }
    .about-visual-stack .image-panel,
    .about-visual-stack .image-panel img,
    .about-visual-stack .image-panel .image-fallback {
        min-height: 360px;
    }
}

@media (max-width: 720px) {
    .about-editorial {
        text-align: left;
    }
    .about-editorial .kicker,
    .about-process-head .kicker,
    .about-standard-head .kicker,
    .about-manifesto .kicker {
        justify-content: flex-start;
    }
    .about-standard-head,
    .about-process-head,
    .about-manifesto {
        text-align: left;
    }
    .about-standard-board,
    .about-process-rail,
    .about-manifesto-grid {
        grid-template-columns: 1fr;
    }
    .about-standard-main,
    .about-standard-item.is-small,
    .about-standard-item.is-wide,
    .about-process-rail article:last-child {
        grid-column: auto;
    }
    .about-standard-main {
        min-height: 280px;
    }
    .about-statement-card {
        padding: 26px 22px;
    }
    .about-statement-card::after {
        display: none;
    }
    .about-visual-stack .image-panel,
    .about-visual-stack .image-panel img,
    .about-visual-stack .image-panel .image-fallback {
        min-height: 320px;
    }
}
