/*
Theme Name: JXN A. Furtuoso
Theme URI: https://jxnsolutions.com.br/
Author: JXN Solutions
Description: Tema editorial e comercial sob medida para a A. Furtuoso Mudanças.
Version: 2.1.8
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: jxn-afurtuoso
*/

:root {
  --navy-950: #041325;
  --navy-900: #071f3c;
  --navy-800: #0b3159;
  --red-700: #a90f23;
  --red-600: #c71931;
  --red-500: #e3263f;
  --gold-400: #f2b84b;
  --ink: #132033;
  --muted: #5f6c7c;
  --line: #dfe5ec;
  --paper: #ffffff;
  --mist: #f3f6f9;
  --cream: #f8f5f2;
  --success: #1f9d63;
  --shadow: 0 24px 70px rgba(4, 19, 37, .15);
  --radius: 22px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body { overflow-x: clip; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy-800); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--red-600); }
button, input, textarea, select { font: inherit; }
button, .button { cursor: pointer; }
h1, h2, h3, h4 {
  margin: 0 0 .65em;
  color: var(--navy-950);
  font-family: "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.08;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1.15em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 800px); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed; z-index: 10000; top: 12px; left: 12px;
  padding: 12px 18px; color: #fff; background: var(--red-600); border-radius: 8px;
}
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 4px; }

.site-notice {
  position: relative; z-index: 50;
  padding: 8px 0;
  color: #fff;
  background: var(--red-600);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-notice .container { display: flex; justify-content: space-between; gap: 20px; }
.site-notice a { color: #fff; text-decoration: none; }
.site-header {
  position: relative; z-index: 40;
  color: #fff;
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.home .site-header {
  position: absolute; top: 38px; left: 0; right: 0;
  color: var(--navy-950); background: rgba(255,255,255,.94);
  border: 0; box-shadow: 0 12px 40px rgba(4,19,37,.1);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.home .site-header.is-scrolled { position: fixed; top: 0; background: rgba(255,255,255,.98); box-shadow: 0 12px 45px rgba(4,19,37,.16); }
.site-header__inner { min-height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 230px; max-height: 70px; object-fit: contain; }
.home .brand img { mix-blend-mode: multiply; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: #fff; font-size: .92rem; font-weight: 800; text-decoration: none; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--gold-400); }
.home .primary-nav a { color: var(--navy-950); }
.home .primary-nav a:hover, .home .primary-nav .current-menu-item > a { color: var(--red-600); }
.header-phone {
  display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto;
  padding: 12px 16px; color: #fff; background: var(--red-600); border-radius: 999px;
  font-size: .9rem; font-weight: 900; text-decoration: none;
}
.header-phone:hover { color: #fff; background: var(--red-500); transform: translateY(-1px); }
.menu-toggle { position: relative; z-index: 2; display: none; width: 48px; height: 48px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.home .menu-toggle { color: var(--navy-950); border-color: rgba(4,19,37,.25); }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; }

.hero {
  position: relative; min-height: min(850px, 92vh); display: grid; align-items: end;
  overflow: hidden; color: #fff; background: var(--navy-950);
}
.hero__media, .hero__slide { position: absolute; inset: 0; }
.hero__slide {
  opacity: 0; background-image: var(--slide-image); background-size: cover; background-position: center;
  transform: scale(1.04); animation: hero-cycle 21s infinite ease-in-out;
}
.hero__slide--one { opacity: 1; animation-delay: 0s; }
.hero__slide--two { animation-delay: 7s; }
.hero__slide--three { animation-delay: 14s; }
.hero::before {
  content: ""; position: absolute; z-index: 1; inset: 0;
  background: linear-gradient(90deg, rgba(3,16,32,.97) 0%, rgba(3,16,32,.8) 45%, rgba(3,16,32,.26) 82%);
}
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 220px; background: linear-gradient(transparent, rgba(4,19,37,.68)); }
.hero__content { position: relative; z-index: 2; width: min(840px, 100%); padding: 225px 0 120px; animation: hero-copy-in .8s .12s both ease-out; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px;
  color: var(--gold-400); font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 42px; height: 3px; background: var(--red-500); }
.hero h1 { max-width: 790px; color: #fff; text-transform: uppercase; }
.hero__lead { max-width: 720px; margin-bottom: 30px; color: #e4ebf3; font-size: clamp(1.08rem, 2vw, 1.32rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 52px; padding: 13px 22px; border: 2px solid transparent; border-radius: 999px;
  font-size: .92rem; font-weight: 900; text-decoration: none; transition: .2s ease;
}
.button::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 18%, rgba(255,255,255,.32) 48%, transparent 78%); transform: translateX(-130%); transition: transform .55s ease; }
.button:hover::before { transform: translateX(130%); }
.button--primary { color: #fff; background: var(--red-600); }
.button--primary:hover { color: #fff; background: var(--red-500); transform: translateY(-2px); box-shadow: 0 16px 35px rgba(217,39,54,.32); }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.04); }
.button--ghost:hover { color: var(--navy-950); background: #fff; }
.button--dark { color: #fff; background: var(--navy-950); }
.button--dark:hover { color: #fff; background: var(--navy-800); }
.hero__scroll { position: absolute; z-index: 3; right: max(24px, calc((100vw - var(--container)) / 2)); bottom: 88px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero__scroll span { width: 44px; height: 1px; background: var(--gold-400); animation: scroll-line 1.8s infinite ease-in-out; transform-origin: left; }
.hero__facts { position: relative; z-index: 3; margin-top: -62px; background: var(--cream); }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 5px; box-shadow: var(--shadow); overflow: hidden; }
.fact { min-height: 155px; display: flex; flex-direction: column; justify-content: center; padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.18); }
.fact:last-child { border: 0; }
.fact:nth-child(1) { color: #fff; background: var(--red-600); }
.fact:nth-child(2) { color: #fff; background: var(--navy-950); }
.fact:nth-child(3) { color: var(--navy-950); background: #fff; }
.fact span { display: block; color: inherit; opacity: .78; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.fact strong { display: block; margin-top: 7px; color: inherit; font-size: 1.08rem; }

.reviews-band { position: relative; overflow: hidden; padding: 110px 0 92px; color: #fff; background: linear-gradient(125deg, #06172b, #0b3159); }
.reviews-band::before { content: ""; position: absolute; width: 460px; height: 460px; right: -170px; top: -230px; border: 1px solid rgba(242,184,75,.24); border-radius: 50%; box-shadow: 0 0 0 75px rgba(242,184,75,.035), 0 0 0 150px rgba(242,184,75,.025); }
.reviews-band .container { position: relative; z-index: 1; }

.section { position: relative; overflow: clip; padding: clamp(72px, 9vw, 125px) 0; background: var(--paper); }
.section--mist { background: var(--mist); }
.section--dark { color: #dce6f1; background: var(--navy-950); }
.section--dark h2, .section--dark h3 { color: #fff; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); align-items: end; gap: 50px; margin-bottom: 45px; }
.section-heading p { color: var(--muted); }
.section-heading h2::after { content: ""; display: block; width: 72px; height: 4px; margin-top: 20px; background: linear-gradient(90deg, var(--red-600), var(--gold-400)); }
.section--dark .section-heading p { color: #aebed0; }
.kicker { margin-bottom: 13px; color: var(--red-600); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 470px; overflow: hidden; border-radius: 6px; background: var(--navy-900); box-shadow: 0 18px 45px rgba(4,19,37,.13); transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(2,12,25,.92) 90%); }
.service-card__body { position: absolute; z-index: 2; inset: auto 0 0; padding: 30px; }
.service-card h3 { color: #fff; }
.service-card p { color: #dbe4ee; font-size: .93rem; }
.service-card a { color: #fff; font-weight: 900; text-decoration: none; }
.service-card:hover { transform: translateY(-12px); box-shadow: 0 30px 70px rgba(4,19,37,.24); }
.service-card:hover img { transform: scale(1.075); }
.service-card:hover a { color: var(--gold-400); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; }
.process-step { min-height: 280px; padding: 32px; background: var(--navy-950); transition: background .3s ease, transform .3s ease; }
.process-step:hover { z-index: 1; background: var(--navy-800); transform: translateY(-8px); }
.process-step__number { display: block; margin-bottom: 48px; color: var(--gold-400); font-size: 2.3rem; font-weight: 950; }
.process-step p { color: #adbed0; font-size: .93rem; }

.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(35px, 7vw, 90px); align-items: center; }
.media-stack { position: relative; min-height: 570px; }
.media-stack__main { width: 84%; height: 520px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.media-stack__small { position: absolute; right: 0; bottom: 0; width: 52%; height: 270px; object-fit: cover; border: 9px solid #fff; border-radius: 4px; box-shadow: var(--shadow); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.media-stack:hover .media-stack__main { transform: translate(-8px,-8px); }
.media-stack:hover .media-stack__small { transform: translate(8px,8px); }
.check-list { padding: 0; margin: 28px 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 34px; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red-600); font-weight: 950; }

.portal-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 26px; }
.post-feature, .post-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 6px; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.post-feature:hover, .post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-feature img { width: 100%; height: 410px; object-fit: cover; }
.post-feature__body { padding: 34px; }
.post-list { display: grid; gap: 18px; }
.post-card { display: grid; grid-template-columns: 140px 1fr; min-height: 145px; }
.post-card img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 20px; }
.post-card h2, .post-card h3 { margin-bottom: 8px; font-size: 1.06rem; }
.post-card a, .post-feature a { color: inherit; text-decoration: none; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 10px; color: var(--red-600); font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 38px; padding: 0; list-style: none; }
.category-nav a { display: inline-flex; padding: 9px 15px; color: var(--navy-900); background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; font-weight: 800; text-decoration: none; }
.category-nav a:hover { color: #fff; background: var(--red-600); border-color: var(--red-600); }

.faq-section { background: linear-gradient(180deg, #fff, var(--cream)); }
.faq-grid { display: grid; gap: 14px; }
.faq-card { position: relative; padding: 24px 26px 22px 76px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--red-600); box-shadow: 0 14px 34px rgba(4,19,37,.07); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.faq-card:hover { transform: translateX(8px); border-left-color: var(--gold-400); box-shadow: 0 20px 45px rgba(4,19,37,.12); }
.faq-card > span { position: absolute; left: 23px; top: 25px; color: var(--red-600); font-size: .76rem; font-weight: 950; letter-spacing: .08em; }
.faq-card h3 { margin: 0 0 8px; font-size: 1.08rem; }
.faq-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.cta-panel { position: relative; overflow: hidden; padding: clamp(40px, 7vw, 80px); color: #fff; background: linear-gradient(125deg, #c7192b, var(--red-500)); border-radius: 6px; box-shadow: 0 30px 70px rgba(217,39,54,.28); }
.cta-panel::after { content: "AF"; position: absolute; right: -30px; bottom: -100px; color: rgba(255,255,255,.08); font-size: 18rem; font-weight: 950; line-height: 1; }
.cta-panel h2 { position: relative; z-index: 2; max-width: 800px; color: #fff; }
.cta-panel p, .cta-panel .button-row { position: relative; z-index: 2; }

.page-hero { padding: 90px 0 76px; color: #fff; background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.page-hero h1 { max-width: 970px; color: #fff; font-size: clamp(2.6rem, 5vw, 4.9rem); }
.page-hero p { max-width: 750px; color: #cbd8e6; }
.breadcrumbs { margin-bottom: 25px; color: #9eb0c5; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs a { color: #fff; }
.entry-content { font-size: 1.03rem; }
.entry-content > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: var(--container); }
.entry-content h2 { margin-top: 2em; font-size: clamp(1.8rem, 3.5vw, 2.9rem); }
.entry-content h3 { margin-top: 1.65em; }
.entry-content ul, .entry-content ol { padding-left: 1.25em; }
.entry-content blockquote { padding: 25px 30px; color: var(--navy-900); background: var(--mist); border-left: 5px solid var(--red-600); }
.content-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: var(--container) !important; }
.content-card { padding: 28px; background: var(--mist); border: 1px solid var(--line); border-radius: 16px; }

.blog-hero { padding: 90px 0 70px; background: var(--mist); }
.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 45px; }
.posts-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.posts-grid .post-card { display: block; }
.posts-grid .post-card img { width: 100%; height: 230px; }
.posts-grid .post-card__body { padding: 25px; }
.sidebar-card { padding: 26px; background: var(--mist); border-radius: 18px; }
.pagination { margin-top: 42px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { padding: 9px 14px; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; }
.page-numbers.current { color: #fff; background: var(--red-600); border-color: var(--red-600); }

.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 900px; padding: 30px; background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius); }
.quote-form__full { grid-column: 1 / -1; }
.quote-form label { display: block; margin-bottom: 7px; font-size: .85rem; font-weight: 900; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #bcc8d5; border-radius: 10px; }
.quote-form textarea { min-height: 130px; resize: vertical; }
.quote-form .consent { display: flex; gap: 10px; align-items: flex-start; }
.quote-form .consent input { width: auto; margin-top: 6px; }
.form-message { padding: 14px 16px; border-radius: 10px; }
.form-message--success { color: #0c5734; background: #dff6ea; }
.form-message--error { color: #7e1720; background: #fde5e8; }

.site-footer { color: var(--muted); background: #fff; }
.site-footer__main { display: grid; grid-template-columns: 1.2fr .75fr .9fr .75fr; gap: 42px; padding: 75px 0 55px; }
.site-footer h2, .site-footer h3 { color: var(--navy-950); }
.site-footer h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: var(--navy-800); text-decoration: none; }
.site-footer a:hover { color: var(--red-600); }
.footer-brand { width: 245px; margin-bottom: 22px; mix-blend-mode: multiply; }
.site-footer__bottom { padding: 26px 0; color: #d8e3ee; background: #020c18; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }
.site-footer__bottom a { color: #fff; }
.site-footer__bottom a:hover { color: var(--gold-400); }
.site-footer__bottom .container { display: grid; gap: 14px; justify-items: center; text-align: center; }
.site-footer__bottom p { margin: 0; }
.site-footer__copyright strong { color: #fff; letter-spacing: .025em; }
.site-footer__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 0; }
.site-footer__legal a { display: inline-flex; align-items: center; min-height: 32px; padding: 4px 13px; border-right: 1px solid rgba(255,255,255,.22); text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 4px; }
.site-footer__legal a:last-child { border-right: 0; }
.site-footer__credit { color: #bccbd9; }
.site-footer__credit a { text-decoration: underline; text-decoration-color: var(--gold-400); text-underline-offset: 4px; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: var(--whatsapp-safe-bottom, 22px); display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: auto; min-height: 58px; padding: 10px 18px 10px 13px; color: #fff; background: #1fbf67; border: 3px solid #fff; border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.25); text-decoration: none; font-weight: 950; line-height: 1; transition: opacity .18s ease, visibility .18s ease, transform .18s ease, box-shadow .18s ease; }
.whatsapp-float span { white-space: nowrap; }
.whatsapp-float:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.whatsapp-float.is-hidden-for-footer { opacity: 0; visibility: hidden; pointer-events: none; }

.motion-ready .reveal-item { opacity: 0; transform: translateY(34px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal-item.reveal-left { transform: translateX(-42px); }
.motion-ready .reveal-item.reveal-right { transform: translateX(42px); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: translate3d(0,0,0); }

@keyframes hero-cycle {
  0%, 28% { opacity: 1; transform: scale(1.04); }
  34%, 94% { opacity: 0; transform: scale(1.11); }
  100% { opacity: 1; transform: scale(1.04); }
}
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scroll-line { 0%,100% { transform: scaleX(.35); opacity: .55; } 50% { transform: scaleX(1); opacity: 1; } }

@media (max-width: 1024px) {
  .header-phone { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: fixed; inset: 0; display: none; padding: 120px 30px 40px; background: rgba(3,16,32,.98); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { align-items: flex-start; flex-direction: column; gap: 22px; }
  .primary-nav a { font-size: 1.35rem; }
  .home .primary-nav.is-open a { color: #fff; }
  .home .primary-nav.is-open a:hover,
  .home .primary-nav.is-open .current-menu-item > a { color: var(--gold-400); }
  .menu-open .home .menu-toggle,
  .home.menu-open .menu-toggle { color: #fff; border-color: rgba(255,255,255,.4); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid .service-card:last-child { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .split { grid-template-columns: 1fr; }
  .portal-grid { grid-template-columns: 1fr; }
  .post-list { grid-template-columns: repeat(2, 1fr); }
  .post-card { display: block; }
  .post-card img { height: 220px; }
  .blog-layout { grid-template-columns: 1fr; }
  .site-footer__main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .site-notice .container { justify-content: center; }
  .site-notice { padding: 9px 0; font-size: .66rem; letter-spacing: .02em; }
  .site-notice a { white-space: nowrap; }
  .site-notice span:last-child { display: none; }
  .home .site-header { top: 36px; }
  .site-header__inner { min-height: 78px; }
  .brand img { width: 185px; }
  .hero { min-height: 760px; }
  .hero__slide { background-position: 60% center; }
  .hero::before { background: linear-gradient(180deg, rgba(3,16,32,.56), rgba(3,16,32,.96) 74%); }
  .hero__content { padding: 190px 0 105px; }
  .hero__scroll { display: none; }
  .hero h1 { font-size: clamp(2rem, 9.5vw, 3.2rem); overflow-wrap: normal; word-break: normal; hyphens: none; }
  .hero .eyebrow { align-items: flex-start; max-width: 100%; font-size: .72rem; letter-spacing: .08em; }
  .hero .eyebrow::before { flex: 0 0 30px; margin-top: .55em; }
  .button { overflow-wrap: anywhere; text-align: center; }
  .button-row .button { width: 100%; }
  .hero__facts { margin-top: 0; background: var(--mist); padding-top: 18px; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .reviews-band { padding: 72px 0 68px; }
  .services-grid, .process-grid, .post-list, .posts-grid, .content-card-grid, .quote-form { grid-template-columns: 1fr; }
  .services-grid .service-card:last-child, .quote-form__full { grid-column: auto; }
  .service-card { min-height: 420px; }
  .process-step { min-height: 220px; }
  .process-step__number { margin-bottom: 25px; }
  .media-stack { min-height: 450px; }
  .media-stack__main { width: 92%; height: 410px; }
  .media-stack__small { height: 200px; }
  .post-feature img { height: 270px; }
  .post-card img { height: 210px; }
  .faq-card { padding: 22px 20px 20px 62px; }
  .faq-card > span { left: 18px; top: 23px; }
  .page-hero { padding: 65px 0 55px; }
  .site-footer__main { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__bottom { padding-bottom: 92px; }
  .site-footer__legal { max-width: 360px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 56px; height: 56px; }
}

/* Blog navigation and accessibility pass v8. */
.site-header--blog .site-header__inner { gap: 18px; }
.site-header--blog .brand img { width: 190px; }
.brand__blog-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-left: 12px;
  padding-left: 12px;
  color: var(--brand-blue-dark);
  border-left: 1px solid #cbd5e1;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-header--blog .primary-nav ul { gap: 13px; }
.site-header--blog .primary-nav a { font-size: .78rem; white-space: nowrap; }
.site-header--blog .primary-nav .current-menu-item > a {
  color: var(--red-600);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.header-back-site {
  color: #fff;
  background: var(--brand-blue);
  box-shadow: 0 10px 24px rgba(33,79,145,.22);
}
.header-back-site:hover { color: #fff; background: var(--brand-blue-dark); }
.blog-nav__back { display: none; }

/* Text contrast: dark heroes, editorial metadata and light review cards. */
.page-hero .breadcrumbs { color: #d9e5f2; }
.page-hero .breadcrumbs a { color: #fff; }
.page-hero .breadcrumbs a:hover { color: #ffb2bd; }
.page-hero p { color: #e3ecf6; }
.page-hero .post-meta { color: #ffadba; }
.page-hero .post-meta a {
  color: #e8f1fb;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.page-hero .post-meta a:hover { color: #fff; }
.reviews-band .jxn-gr {
  --jxn-gr-muted: #536174;
  --jxn-gr-gold: #805400;
}
.reviews-band .jxn-gr__eyebrow { color: var(--brand-blue); }
.reviews-band .jxn-gr__sample,
.reviews-band .jxn-gr time { color: #536174; }
.reviews-band .jxn-gr__stars { color: #805400; }

@media (max-width: 1180px) and (min-width: 1025px) {
  .site-header--blog .brand img { width: 170px; }
  .site-header--blog .primary-nav ul { gap: 10px; }
  .site-header--blog .primary-nav a { font-size: .72rem; }
  .site-header--blog .header-back-site { padding-inline: 12px; font-size: .78rem; }
}

@media (max-width: 1024px) {
  .site-header--blog .brand img { width: min(180px, 50vw); }
  .site-header--blog .site-header__inner {
    position: relative;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 20px 86px;
  }
  .site-header--blog .menu-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block !important;
    margin: 0;
    transform: translateY(-50%);
  }
  .site-header--blog .primary-nav ul { gap: 0; }
  .site-header--blog .primary-nav.is-open a { font-size: 1.08rem; white-space: normal; }
  .site-header--blog .primary-nav .current-menu-item > a { color: #ff9fad; }
  .blog-nav__back { display: block; }
  .blog-nav__back a::before { content: "← "; }
}

@media (max-width: 480px) {
  .site-header--blog .brand img { width: min(152px, 45vw); }
  .brand__blog-label { margin-left: 8px; padding-left: 8px; font-size: .72rem; }
}

/* Visual system v5: branded route surfaces, corrected contrast and conversion dock. */
.section.section--dark {
  color: #dce6f1;
  background-color: var(--navy-950);
  background-image:
    radial-gradient(circle at 88% 18%, rgba(33,79,145,.25), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.025) 25%, transparent 25% 75%, rgba(255,255,255,.025) 75%);
  background-size: auto, 64px 64px;
}
.section.section--dark h2,
.section.section--dark h3 { color: #fff; }
.section.section--dark .section-heading p { color: #b9c8d8; }

.reviews-band .jxn-gr {
  --jxn-gr-ink: var(--navy-950);
  --jxn-gr-muted: #5f6c7c;
  color: var(--navy-950);
}
.reviews-band .jxn-gr__card,
.reviews-band .jxn-gr__reviewer strong,
.reviews-band .jxn-gr__comment,
.reviews-band .jxn-gr__reply { color: var(--navy-950); }

.section:not(.section--dark) {
  isolation: isolate;
  background-color: #fff;
  background-image:
    radial-gradient(circle at 11% 16%, rgba(33,79,145,.055) 0 3px, transparent 4px),
    radial-gradient(circle at 11% 16%, transparent 0 32px, rgba(33,79,145,.035) 33px 34px, transparent 35px),
    linear-gradient(118deg, transparent 0 48%, rgba(33,79,145,.018) 48.2% 48.8%, transparent 49% 100%);
  background-size: 250px 250px, 250px 250px, 340px 340px;
}
.section.section--mist {
  background-color: var(--surface-soft);
  background-image:
    radial-gradient(circle at 90% 12%, rgba(199,25,49,.055) 0 3px, transparent 4px),
    radial-gradient(circle at 90% 12%, transparent 0 38px, rgba(199,25,49,.035) 39px 40px, transparent 41px),
    linear-gradient(135deg, rgba(33,79,145,.02) 25%, transparent 25% 75%, rgba(33,79,145,.02) 75%);
  background-size: 280px 280px, 280px 280px, 72px 72px;
}
.section > .container,
.section > .narrow,
.entry-content > * { position: relative; z-index: 1; }

.page-hero {
  background:
    radial-gradient(circle at 78% 32%, rgba(33,79,145,.68), transparent 29%),
    linear-gradient(118deg, #041325 0%, #092d50 68%, #071f3c 100%);
}
.page-hero::before {
  content: "AF";
  display: block;
  width: auto;
  height: auto;
  right: clamp(20px, 7vw, 140px);
  top: 50%;
  color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: clamp(9rem, 20vw, 21rem);
  line-height: .72;
  letter-spacing: -.12em;
  -webkit-text-stroke: 2px rgba(255,255,255,.075);
  transform: translateY(-48%);
}
.page-hero::after {
  height: 5px;
  background: linear-gradient(90deg, var(--red-700), var(--red-500) 44%, #fff 44% 49%, var(--brand-blue) 49% 100%);
  background-size: 220% 100%;
  animation: brand-flow 12s linear infinite;
}

.blog-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 20%, rgba(33,79,145,.16), transparent 32%),
    linear-gradient(135deg, #f8fafc, #edf3fb);
  border-bottom: 1px solid #dfe7f0;
}
.blog-hero::before {
  content: "BLOG";
  position: absolute;
  z-index: -1;
  right: clamp(-35px, 2vw, 34px);
  bottom: -28px;
  color: transparent;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: clamp(7rem, 18vw, 15rem);
  line-height: .78;
  letter-spacing: -.08em;
  -webkit-text-stroke: 2px rgba(33,79,145,.075);
}
.blog-hero .container { position: relative; z-index: 1; }
.blog-hero .breadcrumbs { color: var(--muted); }
.blog-hero .breadcrumbs a { color: var(--brand-blue); }
.blog-hero .breadcrumbs a:hover { color: var(--red-600); }
.blog-layout aside { align-self: start; position: sticky; top: 118px; }
.sidebar-card { background: rgba(237,243,251,.88); border: 1px solid #dce5f1; box-shadow: 0 14px 36px rgba(4,19,37,.07); }
.post-card,
.post-feature { box-shadow: 0 12px 34px rgba(4,19,37,.07); }

.site-footer {
  border-top: 1px solid #dfe7f0;
  background:
    radial-gradient(circle at 8% 8%, rgba(33,79,145,.08), transparent 24%),
    linear-gradient(180deg, #fff, #f7f9fc);
}

.whatsapp-mark { display: block; width: 27px; height: 27px; fill: currentColor; flex: 0 0 auto; }
.whatsapp-float { color: #fff; background: #087a40; }
.whatsapp-float .whatsapp-mark { width: 31px; height: 31px; }

.mobile-action-bar { display: none; }

@media (max-width: 1024px) {
  .site-header { z-index: 60; background: #fff; }
  .site-header__inner { position: relative; z-index: 2; }
  .brand { position: relative; z-index: 3; }
  .brand img,
  .home .brand img { mix-blend-mode: multiply; }
  .menu-toggle { z-index: 4; display: block; color: var(--navy-950); border-color: rgba(4,19,37,.24); }
  .primary-nav {
    position: absolute;
    inset: 100% 0 auto;
    display: block;
    min-height: calc(100dvh - 78px);
    padding: 38px max(24px, calc((100vw - var(--container)) / 2)) 120px;
    overflow-y: auto;
    color: #fff;
    background: rgba(3,16,32,.985);
    box-shadow: 0 24px 50px rgba(0,0,0,.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .22s ease, transform .22s ease;
  }
  .primary-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .primary-nav ul { gap: 0; }
  .primary-nav li { width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); }
  .primary-nav.is-open a,
  .home .primary-nav.is-open a { display: block; padding: 17px 4px; color: #fff; font-size: 1.16rem; }
  .primary-nav.is-open a:hover,
  .primary-nav.is-open .current-menu-item > a,
  .home .primary-nav.is-open a:hover,
  .home .primary-nav.is-open .current-menu-item > a { color: #ff8b9a; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-toggle span { transition: transform .2s ease, opacity .2s ease; }
  .blog-layout aside { position: static; }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
  .site-footer__bottom { padding-bottom: calc(112px + env(safe-area-inset-bottom)); }
  .home .site-header { top: 34px; }
  .site-header__inner { min-height: 78px; }
  .brand img { width: min(185px, 58vw); }
  .menu-toggle { flex: 0 0 48px; }
  .page-hero::before { right: 20px; font-size: 9rem; -webkit-text-stroke-width: 1px; }
  .blog-hero::before { right: -22px; font-size: 7rem; }
  .blog-hero { padding: 68px 0 58px; }
  .section:not(.section--dark),
  .section.section--mist { background-size: 190px 190px, 190px 190px, 270px 270px; }
  .whatsapp-float { display: none; }
  .mobile-action-bar {
    position: fixed;
    z-index: 120;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: minmax(92px,.72fr) minmax(0,2fr);
    gap: 8px;
    min-height: 72px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    color: #fff;
    background: rgba(4,19,37,.97);
    border-top: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 -8px 24px rgba(0,0,0,.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .mobile-action-bar__item {
    min-width: 0;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 8px 10px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    font-size: .76rem;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
  }
  .mobile-action-bar__item:hover { color: #fff; }
  .mobile-action-bar__menu-lines,
  .mobile-action-bar__menu-lines::before,
  .mobile-action-bar__menu-lines::after { width: 21px; height: 2px; display: block; background: currentColor; border-radius: 999px; }
  .mobile-action-bar__menu-lines { position: relative; }
  .mobile-action-bar__menu-lines::before,
  .mobile-action-bar__menu-lines::after { content: ""; position: absolute; left: 0; }
  .mobile-action-bar__menu-lines::before { top: -6px; }
  .mobile-action-bar__menu-lines::after { top: 6px; }
  .mobile-action-bar__whatsapp { color: #062b17; background: #25d366; border-color: #25d366; }
  .mobile-action-bar__whatsapp:hover { color: #062b17; background: #3be178; }
  .mobile-action-bar__whatsapp .whatsapp-mark { color: #fff; width: 29px; height: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .hero__slide { opacity: 0; transform: none; }
  .hero__slide--one { opacity: 1; }
  .hero__content, .motion-ready .reveal-item { opacity: 1; transform: none; }
}

/* Visual system v3: red as a high-contrast signature, with calmer reading surfaces. */
.site-header {
  position: sticky;
  top: 0;
  color: var(--navy-950);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(4,19,37,.09);
  box-shadow: 0 8px 28px rgba(4,19,37,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand img { mix-blend-mode: multiply; }
.primary-nav a { color: var(--navy-950); }
.primary-nav a:hover,
.primary-nav .current-menu-item > a { color: var(--red-600); }
.menu-toggle { color: var(--navy-950); border-color: rgba(4,19,37,.24); }
.header-phone { border-radius: 10px; box-shadow: 0 10px 24px rgba(199,25,49,.22); }
.home .site-header { box-shadow: 0 12px 40px rgba(4,19,37,.12); }

.button { min-height: 54px; border-radius: 10px; }
.button--primary { background: linear-gradient(135deg, var(--red-700), var(--red-600)); box-shadow: 0 12px 28px rgba(169,15,35,.2); }
.button--primary:hover { background: linear-gradient(135deg, #8f0c1c, var(--red-700)); }
.button--dark { background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); }

.hero__facts {
  margin-top: -70px;
  padding-bottom: 42px;
  background: linear-gradient(180deg, transparent 0 70px, #f7f8fa 70px 100%);
}
.facts-grid {
  gap: 14px;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}
.fact,
.fact:nth-child(1),
.fact:nth-child(2),
.fact:nth-child(3) {
  position: relative;
  overflow: hidden;
  min-height: 148px;
  padding: 28px 30px;
  color: var(--navy-950);
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(4,19,37,.09);
  border-radius: 16px;
  box-shadow: 0 24px 55px rgba(4,19,37,.12);
}
.fact::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--red-500), var(--red-700));
  border-radius: 16px 0 0 16px;
}
.fact span { color: var(--red-600); opacity: 1; }
.fact strong { color: var(--navy-950); }

.reviews-band {
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 88% 18%, rgba(227,38,63,.2), transparent 28%),
    linear-gradient(125deg, #031326 0%, #092d50 58%, #071f3c 100%);
}
.reviews-band::before {
  width: 520px;
  height: 520px;
  border-color: rgba(227,38,63,.25);
  box-shadow: 0 0 0 80px rgba(227,38,63,.035), 0 0 0 160px rgba(255,255,255,.025);
}
.reviews-band::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(260px, 42vw);
  height: 5px;
  transform: translateX(-50%);
  border-radius: 0 0 999px 999px;
  background: linear-gradient(100deg, var(--red-700), var(--red-500), #fff, var(--red-500), var(--red-700));
  background-size: 240% 100%;
  animation: brand-flow 10s linear infinite;
}
.reviews-band .jxn-gr__card { border-radius: 16px; box-shadow: 0 24px 55px rgba(1,9,19,.28); }

.section { padding: clamp(82px, 9vw, 132px) 0; }
.service-card,
.post-feature,
.post-card { border-radius: 18px; }
.service-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--red-700), var(--red-500));
}
.section-heading h2::after { background: linear-gradient(90deg, var(--red-700), var(--red-500)); }

.story-band {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-color: var(--navy-950);
  background-image: var(--story-image);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.story-band::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--red-700), var(--red-500), #fff, var(--red-500));
  background-size: 220% 100%;
  animation: brand-flow 10s linear infinite;
}
.story-band__media { position: absolute; inset: 0; overflow: hidden; background: transparent; }
.story-band__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,15,30,.88) 0%, rgba(3,15,30,.68) 48%, rgba(3,15,30,.15) 78%, rgba(3,15,30,.55) 100%);
}
.story-band__media img { display: none; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.story-band__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(650px, calc(100% - 80px));
  margin-left: max(40px, calc((100vw - var(--container)) / 2));
  padding: clamp(46px, 5vw, 72px);
  background: rgba(3,19,38,.76);
  border: 1px solid rgba(255,255,255,.18);
  border-left: 6px solid var(--red-500);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(1,8,18,.32);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
.story-band__content > * { position: relative; z-index: 1; max-width: 650px; }
.story-band__content h2 { color: #fff; font-size: clamp(2.3rem, 4.6vw, 4.8rem); }
.story-band__content p { color: #dce6f1; }
.story-band__links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 12px; }
.story-band__text-link { color: #fff; font-weight: 900; text-decoration-color: var(--red-500); }
.story-band__text-link:hover { color: #fff; }
.story-band__vertical-brand {
  position: absolute;
  z-index: 3;
  right: clamp(28px, 5vw, 88px);
  bottom: 46px;
  display: flex;
  align-items: center;
  gap: 13px;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0,0,0,.45);
}
.story-band__vertical-brand span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: var(--red-600);
  border: 3px solid #fff;
  border-radius: 18px 5px 18px 5px;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: 1.25rem;
}
.story-band__vertical-brand strong { font-family: "Arial Black", Inter, sans-serif; font-size: clamp(2rem, 3.2vw, 3.5rem); letter-spacing: -.06em; }
.story-band__vertical-brand small { padding-left: 13px; border-left: 2px solid var(--red-500); font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.page-hero {
  position: relative;
  isolation: isolate;
  min-height: 390px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 68px 0 72px;
  background: linear-gradient(120deg, #031326 0%, #0b3159 48%, #8f0c1c 100%);
  background-size: 180% 180%;
  animation: page-hero-flow 14s ease infinite;
}
.page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  right: -230px;
  top: -330px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018);
}
.page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 7px;
  background: linear-gradient(90deg, var(--red-700), var(--red-500), rgba(255,255,255,.9), var(--red-500));
  background-size: 220% 100%;
  animation: brand-flow 9s linear infinite;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.45rem, 4.8vw, 4.65rem); }

.cta-panel {
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 20%, rgba(227,38,63,.5), transparent 34%),
    linear-gradient(125deg, #031326 0%, #092d50 62%, #071f3c 100%);
  box-shadow: 0 30px 70px rgba(4,19,37,.24);
}
.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--red-700), var(--red-500), #fff, var(--red-500));
  background-size: 220% 100%;
  animation: brand-flow 9s linear infinite;
}
.cta-panel a:not(.button) { color: #fff; text-decoration-color: rgba(255,255,255,.75); }
.cta-panel a:not(.button):hover { color: #fff; text-decoration-color: var(--red-500); }
.cta-panel .button--ghost { color: #fff; border-color: rgba(255,255,255,.72); }
.cta-panel .button--ghost:hover { color: var(--navy-950); background: #fff; }
.entry-tags { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 44px; }
.entry-tags span { color: var(--navy-950); font-weight: 900; }
.entry-tags a { padding: 7px 12px; color: var(--navy-900); background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; font-weight: 800; text-decoration: none; }
.entry-tags a:hover { color: #fff; background: var(--red-600); border-color: var(--red-600); }
.site-map-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; max-width: var(--container) !important; }
.site-map-card { padding: clamp(26px, 4vw, 42px); background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--red-600); border-radius: 18px; box-shadow: 0 18px 45px rgba(4,19,37,.08); }
.site-map-card h2 { margin-top: 0; font-size: clamp(1.6rem, 3vw, 2.35rem); }
.site-map-card ul { margin: 0; padding: 0; list-style: none; }
.site-map-card li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.site-map-card li:last-child { border-bottom: 0; }
.site-map-card a { font-weight: 800; text-decoration: none; }
.site-map-topics { max-width: var(--container) !important; margin-top: 40px !important; padding: 34px; background: var(--mist); border-radius: 18px; }
.site-map-topics h2 { margin-top: 0; }

@keyframes brand-flow { from { background-position: 0 0; } to { background-position: 240% 0; } }
@keyframes page-hero-flow { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }

@media (max-width: 1024px) {
  .primary-nav.is-open a { color: #fff; }
  .primary-nav.is-open a:hover,
  .primary-nav.is-open .current-menu-item > a { color: #ff8797; }
  .story-band__vertical-brand { display: none; }
  .story-band__content { margin-inline: 30px; }
  .story-band { background-image: none; background-attachment: scroll; }
  .story-band__media { background: var(--navy-950); }
  .story-band__media img { display: block; }
}

@media (max-width: 720px) {
  .hero__facts { margin-top: 0; padding: 20px 0 34px; background: #f7f8fa; }
  .facts-grid { gap: 11px; }
  .fact,
  .fact:nth-child(1),
  .fact:nth-child(2),
  .fact:nth-child(3) { min-height: 118px; padding: 23px 24px; }
  .reviews-band { padding: 70px 0 72px; }
  .story-band { min-height: 650px; }
  .story-band__media img { object-position: 62% center; }
  .story-band__content { width: auto; margin: 28px 18px; padding: 44px 24px 52px; }
  .story-band__content h2 { font-size: clamp(2.1rem, 10.5vw, 3.2rem); }
  .story-band__links .button { width: 100%; }
  .page-hero { min-height: 330px; padding: 54px 0 58px; }
  .page-hero h1 { font-size: clamp(2.15rem, 10vw, 3.25rem); }
  .cta-panel { padding: 38px 24px; border-radius: 16px; }
  .site-map-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-band::after,
  .story-band::before,
  .page-hero,
  .page-hero::after,
  .cta-panel::before { animation: none !important; }
  .story-band__media img { transform: none !important; }
}

/* Visual system v4: calm, image-led surfaces inspired by premium product retail UX. */
:root {
  --brand-blue: #214f91;
  --brand-blue-dark: #123866;
  --surface-soft: #f5f7fa;
  --surface-blue: #edf3fb;
  --shadow-soft: 0 16px 44px rgba(4, 19, 37, .10);
}

body { background: #fff; }
.site-notice { background: var(--brand-blue-dark); }
.header-phone {
  color: #fff;
  background: var(--brand-blue);
  box-shadow: 0 8px 22px rgba(33,79,145,.2);
}
.header-phone:hover { color: #fff; background: var(--brand-blue-dark); }

.button {
  border-radius: 999px;
  box-shadow: none;
}
.button::before { display: none; }
.button--primary {
  color: #fff;
  background: var(--brand-blue);
  box-shadow: 0 8px 22px rgba(33,79,145,.18);
}
.button--primary:hover {
  color: #fff;
  background: var(--brand-blue-dark);
  box-shadow: 0 12px 28px rgba(18,56,102,.2);
}
.button--dark { background: var(--navy-950); }

.hero__facts { background: linear-gradient(180deg, transparent 0 70px, var(--surface-soft) 70px 100%); }
.fact,
.fact:nth-child(1),
.fact:nth-child(2),
.fact:nth-child(3) {
  border-color: #e3e7ed;
  box-shadow: var(--shadow-soft);
}
.fact::before { width: 4px; background: var(--red-600); }
.fact span { color: var(--brand-blue); }

.reviews-band {
  color: var(--ink);
  background: var(--surface-soft);
}
.reviews-band::before,
.reviews-band::after { display: none; }
.reviews-band .jxn-gr {
  --jxn-gr-muted: #5f6c7c;
  --jxn-gr-gold: #a46d00;
}
.home .reviews-band .jxn-gr h2,
.home .reviews-band .jxn-gr__summary { color: var(--navy-950); }
.home .reviews-band .jxn-gr__eyebrow { color: var(--brand-blue); }
.reviews-band .jxn-gr__card {
  border: 1px solid #e1e6ec;
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(4,19,37,.08);
}
.reviews-band .jxn-gr__card:hover { box-shadow: 0 18px 42px rgba(4,19,37,.12); }

.section { background: #fff; }
.section--mist { background: var(--surface-soft); }
.section-heading h2::after { background: var(--brand-blue); }
.service-card::before { height: 3px; background: var(--red-600); }
.service-card:hover { transform: translateY(-5px); }
.check-list li::before { color: var(--brand-blue); }
.faq-section { background: #fff; }
.faq-card {
  border-left-color: var(--brand-blue);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(4,19,37,.06);
}
.faq-card > span { color: var(--brand-blue); }
.faq-card:hover { transform: translateY(-3px); border-left-color: var(--red-600); }

.story-band {
  min-height: 790px;
  background-color: #dfe6ee;
  background-position: center center;
}
.story-band::before { display: none; }
.story-band__media::after {
  background: linear-gradient(90deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 54%, rgba(4,19,37,.08) 100%);
}
.story-band__content {
  width: min(590px, calc(100% - 80px));
  padding: clamp(42px, 4.5vw, 64px);
  color: var(--ink);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.9);
  border-left: 0;
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(4,19,37,.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.story-band__content h2 {
  color: var(--navy-950);
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}
.story-band__content p { color: var(--muted); }
.story-band__content .kicker { color: var(--red-600); }
.story-band__text-link { color: var(--brand-blue); text-decoration-color: rgba(33,79,145,.45); }
.story-band__text-link:hover { color: var(--brand-blue-dark); }
.story-band__vertical-brand {
  right: 120px;
  bottom: 30px;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  color: var(--navy-950);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(4,19,37,.16);
  text-shadow: none;
  transform: none;
}
.story-band__vertical-brand span {
  width: 46px;
  height: 46px;
  background: var(--red-600);
  border: 0;
  border-radius: 14px;
  font-size: 1rem;
}
.story-band__vertical-brand strong { font-size: 1.25rem; letter-spacing: -.04em; }
.story-band__vertical-brand small { color: var(--muted); border-left-color: #d7dde5; }
.motion-ready .story-band__media.reveal-item { opacity: 0; transform: scale(1.025); }
.motion-ready .story-band__media.reveal-item.is-visible { opacity: 1; transform: scale(1); }

.page-hero {
  background: var(--navy-900);
  background-size: auto;
  animation: none;
}
.page-hero::before { display: none; }
.page-hero::after { height: 4px; background: var(--red-600); animation: none; }

.final-cta-section { padding-top: 0; }
.cta-panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,340px);
  align-items: center;
  gap: clamp(28px,5vw,68px);
  padding: clamp(38px,6vw,72px);
  color: var(--ink);
  background: var(--surface-blue);
  border: 1px solid #dce5f1;
  border-radius: 30px;
  box-shadow: 0 18px 48px rgba(4,19,37,.09);
}
.cta-panel::before,
.cta-panel::after { display: none; }
.cta-panel h2 { max-width: 760px; color: var(--navy-950); font-size: clamp(2rem,3.7vw,3.5rem); }
.cta-panel p { color: var(--muted); }
.cta-panel .kicker { color: var(--red-600); }
.cta-panel a:not(.button) { color: var(--brand-blue); text-decoration-color: rgba(33,79,145,.35); }
.cta-panel a:not(.button):hover { color: var(--brand-blue-dark); }
.cta-panel__actions { display: grid; gap: 12px; }
.cta-panel__actions .button { width: 100%; }
.cta-panel .button--ghost {
  color: var(--navy-950);
  background: #fff;
  border-color: #c9d3df;
}
.cta-panel .button--ghost:hover { color: #fff; background: var(--navy-950); border-color: var(--navy-950); }

.site-footer .button,
.site-footer .button:hover { color: #fff; }
.site-footer .button--primary { background: var(--brand-blue); }
.site-footer .button--primary:hover { background: var(--brand-blue-dark); }

@media (max-width: 1024px) {
  .story-band { background-image: none; }
  .story-band__media { background: #dfe6ee; }
  .story-band__media picture { display: block; width: 100%; height: 100%; }
  .story-band__content { margin-inline: 30px; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-panel__actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .site-notice { background: var(--navy-950); }
  .button { min-height: 52px; }
  .hero__facts { background: var(--surface-soft); }
  .reviews-band { padding: 64px 0 70px; }

  .story-band {
    min-height: 0;
    display: grid;
    align-items: stretch;
    color: var(--ink);
    background: #fff;
  }
  .story-band__media {
    position: relative;
    inset: auto;
    order: 1;
    width: calc(100% - 28px);
    aspect-ratio: 4 / 3;
    margin: 14px auto 0;
    overflow: hidden;
    border-radius: 28px;
    background: #dfe6ee;
    box-shadow: 0 16px 40px rgba(4,19,37,.12);
  }
  .story-band__media::after { background: linear-gradient(180deg, transparent 65%, rgba(4,19,37,.12)); }
  .story-band__media picture,
  .story-band__media img { display: block; width: 100%; height: 100%; }
  .story-band__media img { object-fit: cover; object-position: 64% center; }
  .story-band__content {
    order: 2;
    width: auto;
    margin: 0;
    padding: 42px 22px 66px;
    color: var(--ink);
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  .story-band__content h2 { color: var(--navy-950); font-size: clamp(2rem,10vw,3rem); }
  .story-band__content p { color: var(--muted); }
  .story-band__links { gap: 16px; }
  .story-band__links .button { width: 100%; }
  .story-band__text-link { display: inline-flex; padding: 7px 0; }
  .story-band__vertical-brand { display: none; }
  .motion-ready .story-band__media.reveal-item { transform: translateY(24px) scale(1.035); }
  .motion-ready .story-band__media.reveal-item.is-visible { transform: translateY(0) scale(1); }

  .final-cta-section { padding: 54px 0 72px; background: #fff; }
  .cta-panel { gap: 26px; padding: 34px 22px; border-radius: 26px; }
  .cta-panel h2 { font-size: clamp(1.9rem,9vw,2.65rem); }
  .cta-panel__actions { grid-template-columns: 1fr; }
  .cta-panel__actions .button { width: 100%; }
}

/* Keep the A. Furtuoso route signature above earlier visual-system overrides. */
.page-hero {
  background:
    radial-gradient(circle at 78% 32%, rgba(33,79,145,.68), transparent 29%),
    linear-gradient(118deg, #041325 0%, #092d50 68%, #071f3c 100%);
}
.page-hero::before {
  content: "AF";
  display: block;
  width: auto;
  height: auto;
  right: clamp(20px, 7vw, 140px);
  top: 50%;
  color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: clamp(9rem, 20vw, 21rem);
  line-height: .72;
  letter-spacing: -.12em;
  -webkit-text-stroke: 2px rgba(255,255,255,.075);
  transform: translateY(-48%);
}
.page-hero::after {
  height: 5px;
  background: linear-gradient(90deg, var(--red-700), var(--red-500) 44%, #fff 44% 49%, var(--brand-blue) 49% 100%);
  background-size: 220% 100%;
  animation: brand-flow 12s linear infinite;
}
@media (max-width: 720px) {
  .page-hero::before { right: 20px; font-size: 9rem; -webkit-text-stroke-width: 1px; }
}
@media (max-width: 1024px) {
  .menu-open .menu-toggle,
  .home.menu-open .menu-toggle { color: var(--navy-950); border-color: rgba(4,19,37,.24); }
}

/* Brand signature v6: breathing room, AF monogram and seamless route motion. */
.story-band {
  min-height: 940px;
  padding-block: clamp(76px, 8vw, 118px);
}
.story-band__content { align-self: center; }
.story-band__vertical-brand {
  gap: 12px;
  padding: 9px 18px 9px 9px;
  border-radius: 24px;
}
.story-band__vertical-brand .af-signature {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 17px;
  box-shadow: 0 8px 22px rgba(4,19,37,.2);
}
.story-band__vertical-brand .af-signature img {
  display: block;
  width: 100%;
  height: 100%;
}
.page-hero::before {
  content: "";
  width: clamp(170px, 22vw, 360px);
  height: clamp(170px, 22vw, 360px);
  right: clamp(24px, 7vw, 140px);
  top: 50%;
  background: url("assets/images/af-signature.svg") center / contain no-repeat;
  opacity: .12;
  -webkit-text-stroke: 0;
  transform: translateY(-50%) rotate(-5deg);
  filter: saturate(.75);
}
.page-hero::after {
  height: 5px;
  background-color: var(--red-600);
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0 520px,
    rgba(255,255,255,.95) 520px 528px,
    var(--brand-blue) 528px 600px,
    transparent 600px 720px
  );
  background-size: 720px 100%;
  animation: af-route-loop 6.2s linear infinite;
  will-change: background-position;
}
@keyframes af-route-loop {
  from { background-position: 0 0; }
  to { background-position: -720px 0; }
}
@media (max-width: 720px) {
  .story-band { min-height: 0; padding-block: 18px 34px; }
  .page-hero::before {
    width: 150px;
    height: 150px;
    right: 18px;
    opacity: .11;
    transform: translateY(-50%) rotate(-5deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-hero::after { animation: none; }
}

/* CTA de serviços: a ação fica em um bloco próprio e alinhado à grade. */
.services-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, .55fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  margin-top: clamp(34px, 5vw, 58px);
  padding: clamp(32px, 5vw, 58px);
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.13), transparent 31%),
    linear-gradient(128deg, var(--navy-950) 0%, var(--navy-800) 100%);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  box-shadow: 0 24px 55px rgba(4,19,37,.16);
  overflow: hidden;
}
.services-cta-card__copy { max-width: 720px; }
.services-cta-card .kicker {
  margin: 0 0 12px;
  color: #ff8594;
}
.entry-content .services-cta-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
}
.services-cta-card__copy > p:last-child {
  max-width: 650px;
  margin: 18px 0 0;
  color: #d6e2ef;
}
.services-cta-card__actions {
  display: grid;
  gap: 12px;
}
.services-cta-card__actions .button {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.services-cta-card__actions .button--primary {
  color: #fff;
  background: var(--red-600);
  box-shadow: 0 12px 28px rgba(199,25,49,.3);
}
.services-cta-card__actions .button--primary:hover {
  color: #fff;
  background: var(--red-500);
}
.services-cta-card__actions .button--ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.55);
}
.services-cta-card__actions .button--ghost:hover {
  color: var(--navy-950);
  background: #fff;
  border-color: #fff;
}
@media (max-width: 720px) {
  .services-cta-card {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 28px;
    padding: 30px 22px;
    border-radius: 22px;
  }
}

/* Blog editorial v7: leitura, fotografias reais e CTAs compactos. */
.single-post .entry-content {
  padding-top: clamp(44px, 6vw, 82px);
  padding-bottom: clamp(64px, 8vw, 110px);
}
.single-post .entry-content > figure.alignwide:first-child {
  margin-top: 0;
  margin-bottom: clamp(42px, 6vw, 72px);
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(4,19,37,.14);
}
.single-post .entry-content > figure.alignwide:first-child img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
}
.single-post .entry-content > p {
  color: #26364a;
  line-height: 1.82;
}
.single-post .entry-content > h2 {
  margin-top: clamp(48px, 6vw, 72px);
  margin-bottom: 18px;
  color: var(--navy-950);
  line-height: 1.08;
}
.single-post .entry-content > ul,
.single-post .entry-content > ol {
  margin-top: 22px;
  margin-bottom: 32px;
}
.single-post .entry-content li { margin-bottom: 10px; }
.article-photo {
  margin-top: clamp(34px, 5vw, 56px);
  margin-bottom: clamp(34px, 5vw, 56px);
}
.article-photo img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(4,19,37,.12);
}
.article-photo figcaption {
  max-width: 720px;
  margin: 13px auto 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
  text-align: center;
}
.article-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(34px, 5vw, 56px);
  margin-bottom: clamp(34px, 5vw, 56px);
}
.article-photo-pair .article-photo { margin: 0; }
.article-photo-pair .article-photo img { aspect-ratio: 4 / 5; }
.article-note {
  margin-top: 34px;
  margin-bottom: 34px;
  padding: 24px 26px;
  color: var(--navy-900);
  background: var(--surface-blue);
  border-left: 5px solid var(--brand-blue);
  border-radius: 0 18px 18px 0;
}
.article-share {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  margin-top: clamp(42px, 6vw, 72px);
  padding: clamp(28px, 5vw, 46px);
  color: var(--navy-950);
  background: linear-gradient(135deg, #f5f8fc, #eaf1fa);
  border: 1px solid #d6e1ee;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(4,19,37,.08);
}
.article-share__copy .kicker { margin: 0 0 8px; color: var(--red-600); }
.entry-content .article-share h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.article-share__copy p:last-child { margin: 12px 0 0; color: #3d4f64; }
.article-share__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.article-share__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  color: #fff;
  background: var(--navy-950);
  border: 2px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: .88rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.article-share__button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(4,19,37,.16); }
.article-share__button:focus-visible { outline: 3px solid #ffcf57; outline-offset: 3px; }
.article-share__button--facebook { background: #125fc4; }
.article-share__button--whatsapp { background: #087a40; }
.article-share__button--native { background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045); }
.article-share__status { grid-column: 1 / -1; min-height: 1.4em; margin: -8px 0 0; color: #31475f; font-size: .88rem; }
.article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
  align-items: center;
  gap: clamp(26px, 5vw, 62px);
  margin-top: clamp(42px, 6vw, 72px);
  padding: clamp(30px, 5vw, 52px);
  color: #fff;
  background: linear-gradient(128deg, var(--navy-950), var(--navy-800));
  border-radius: 26px;
  box-shadow: 0 22px 55px rgba(4,19,37,.15);
}
.article-cta .kicker { margin: 0 0 10px; color: #ff8998; }
.entry-content .article-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
}
.article-cta p:last-child { margin: 14px 0 0; color: #d6e2ef; }
.article-cta .button { width: 100%; justify-content: center; text-align: center; }
.article-related {
  margin-top: clamp(54px, 7vw, 86px);
  padding-top: clamp(36px, 5vw, 52px);
  border-top: 1px solid var(--line);
}
.entry-content .article-related h2 { margin: 0; font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
.article-related__heading .kicker { margin: 0 0 9px; color: var(--red-600); }
.article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-top: 26px;
}
.article-related__grid article {
  display: flex;
  min-height: 150px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(4,19,37,.06);
}
.article-related__grid a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  color: var(--navy-950);
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
}
.article-related__grid a span { color: var(--red-600); font-size: 1.3rem; }
@media (max-width: 720px) {
  .single-post .entry-content > figure.alignwide:first-child { border-radius: 20px; }
  .single-post .entry-content > figure.alignwide:first-child img { aspect-ratio: 4 / 3; }
  .article-photo-pair { grid-template-columns: 1fr; }
  .article-photo-pair .article-photo img { aspect-ratio: 4 / 5; }
  .article-share { grid-template-columns: 1fr; padding: 28px 22px; border-radius: 20px; }
  .article-share__actions { display: grid; grid-template-columns: 1fr; }
  .article-share__button { width: 100%; }
  .article-cta { grid-template-columns: 1fr; gap: 24px; padding: 30px 22px; border-radius: 22px; }
  .article-related__grid { grid-template-columns: 1fr; }
  .article-related__grid article { min-height: 116px; }
}

/* Global accessible navigation v14. */
.primary-nav > .primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.45vw, 25px);
}
.primary-menu > .menu-item { position: relative; }
.primary-menu > .menu-item > a,
.submenu-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 8px 0;
  color: var(--navy-950);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.submenu-toggle { gap: 8px; cursor: pointer; }
.submenu-toggle__icon {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}
.menu-item-has-children.is-submenu-open > .submenu-toggle .submenu-toggle__icon {
  transform: translateY(2px) rotate(225deg);
}
.primary-menu > .menu-item > a:hover,
.primary-menu > .menu-item.current-menu-item > a,
.submenu-toggle:hover,
.menu-item-has-children.current-menu-item > .submenu-toggle,
.menu-item-has-children.is-submenu-open > .submenu-toggle { color: var(--red-600); }
.primary-nav .sub-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + 10px);
  left: -18px;
  display: none;
  width: max-content;
  min-width: 300px;
  max-width: min(360px, calc(100vw - 32px));
  margin: 0;
  padding: 12px;
  list-style: none;
  background: #fff;
  border: 1px solid #d9e3ee;
  border-radius: 16px;
  box-shadow: 0 22px 58px rgba(4,19,37,.18);
}
.primary-nav .menu-item--categorias > .sub-menu { right: -18px; left: auto; }
.primary-nav .menu-item-has-children.is-submenu-open > .sub-menu { display: grid; gap: 2px; }
.primary-nav .sub-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 30px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-top: 1px solid #d9e3ee;
  border-left: 1px solid #d9e3ee;
  transform: rotate(45deg);
}
.primary-nav .menu-item--categorias > .sub-menu::before { right: 30px; left: auto; }
.primary-nav .sub-menu li { width: 100%; }
.primary-nav .sub-menu a {
  display: block;
  padding: 11px 13px;
  color: var(--navy-900);
  border-radius: 10px;
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  white-space: normal;
}
.primary-nav .sub-menu a:hover,
.primary-nav .sub-menu .current-menu-item > a {
  color: var(--red-700);
  background: #f6f8fb;
}

@media (max-width: 1180px) and (min-width: 1025px) {
  .site-header__inner { gap: 22px; }
  .brand img { width: 205px; }
  .primary-nav > .primary-menu { gap: 13px; }
  .primary-menu > .menu-item > a,
  .submenu-toggle { font-size: .82rem; }
  .header-phone { padding-inline: 13px; font-size: .8rem; }
}

@media (max-width: 1024px) {
  .primary-nav > .primary-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .primary-menu > .menu-item { width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); }
  .primary-menu > .menu-item > a,
  .primary-menu > .menu-item > .submenu-toggle,
  .home .primary-menu > .menu-item > a,
  .home .primary-menu > .menu-item > .submenu-toggle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    padding: 15px 4px;
    color: #fff;
    font-size: 1.12rem;
    text-align: left;
    white-space: normal;
  }
  .primary-menu > .menu-item.current-menu-item > a,
  .primary-menu > .menu-item-has-children.current-menu-item > .submenu-toggle,
  .primary-menu > .menu-item-has-children.is-submenu-open > .submenu-toggle,
  .home .primary-menu > .menu-item.current-menu-item > a,
  .home .primary-menu > .menu-item-has-children.current-menu-item > .submenu-toggle { color: #ff9fad; }
  .primary-nav .sub-menu,
  .primary-nav .menu-item--categorias > .sub-menu {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 0 0 13px 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .primary-nav .menu-item-has-children.is-submenu-open > .sub-menu { display: grid; gap: 2px; }
  .primary-nav .sub-menu::before { display: none; }
  .primary-nav .sub-menu li { border: 0; }
  .primary-nav.is-open .sub-menu a,
  .home .primary-nav.is-open .sub-menu a {
    display: block;
    min-height: 44px;
    padding: 11px 12px;
    color: #dce7f2;
    border-left: 2px solid rgba(255,255,255,.24);
    border-radius: 0;
    font-size: .98rem;
  }
  .primary-nav.is-open .sub-menu a:hover,
  .primary-nav.is-open .sub-menu .current-menu-item > a,
  .home .primary-nav.is-open .sub-menu .current-menu-item > a {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-left-color: #ff9fad;
  }
}

@media (max-width: 360px) {
  .primary-nav { padding-inline: 20px; }
  .primary-menu > .menu-item > a,
  .primary-menu > .menu-item > .submenu-toggle,
  .home .primary-menu > .menu-item > a,
  .home .primary-menu > .menu-item > .submenu-toggle { font-size: 1.04rem; }
  .primary-nav.is-open .sub-menu a,
  .home .primary-nav.is-open .sub-menu a { font-size: .92rem; }
}

/* Blog: visually separate the return action from editorial navigation. */
.site-header--blog .primary-menu > .menu-item--voltar-site {
  margin-right: 9px;
  padding-right: 19px;
  border-right: 1px solid #d7e0ea;
}
.site-header--blog .primary-menu > .menu-item--voltar-site > a {
  min-height: 42px;
  gap: 8px;
  padding: 10px 16px;
  color: #fff;
  background: var(--brand-blue, #214f91);
  border: 1px solid var(--brand-blue, #214f91);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(33,79,145,.2);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.site-header--blog .primary-menu > .menu-item--voltar-site > a::before { content: "←"; font-size: 1rem; }
.site-header--blog .primary-menu > .menu-item--voltar-site > a:hover {
  color: #fff;
  background: var(--navy-900);
  border-color: var(--navy-900);
  box-shadow: 0 14px 30px rgba(4,19,37,.22);
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .site-header--blog .primary-menu > .menu-item--voltar-site {
    margin: 0 0 11px;
    padding: 0 0 13px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .site-header--blog .primary-menu > .menu-item--voltar-site > a,
  .site-header--blog .primary-nav.is-open .menu-item--voltar-site > a {
    justify-content: center;
    min-height: 50px;
    padding: 12px 16px;
    color: #fff;
    background: var(--brand-blue, #214f91);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 14px;
  }
}

/* National reach — original A. Furtuoso section (v15). */
.national-reach {
  position: relative;
  overflow: clip;
  padding: clamp(78px, 9vw, 132px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(33,79,145,.11), transparent 30%),
    linear-gradient(180deg, #f5f8fc 0%, #edf3f9 100%);
}
.national-reach::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(33,79,145,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33,79,145,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}
.national-reach__shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), 1380px);
  padding: clamp(24px, 4.8vw, 64px);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(33,79,145,.14);
  border-radius: 32px;
  box-shadow: 0 34px 90px rgba(4,19,37,.11);
}
.national-reach__main {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(430px, 1.02fr);
  align-items: center;
  gap: clamp(36px, 4vw, 64px);
}
.national-reach__copy { padding: 10px 0; }
.national-reach__copy h2 {
  max-width: 710px;
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 3.65vw, 4.05rem);
  line-height: .99;
  text-wrap: balance;
}
.national-reach__copy > p:not(.kicker) {
  max-width: 650px;
  color: #46566a;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
}
.national-reach__note {
  margin-top: 24px;
  padding: 16px 18px;
  color: var(--navy-900) !important;
  background: #fff;
  border-left: 4px solid var(--red-600);
  border-radius: 0 12px 12px 0;
  box-shadow: 0 12px 34px rgba(4,19,37,.07);
}
.national-reach__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 21px;
  margin-top: 30px;
}
.national-reach__actions .button { min-height: 56px; padding-inline: 24px; }
.national-reach__link {
  color: var(--brand-blue, #214f91);
  font-size: .9rem;
  font-weight: 900;
}
.national-reach__visual {
  position: relative;
  min-height: clamp(440px, 40vw, 535px);
  overflow: hidden;
  background:
    radial-gradient(circle at 62% 70%, rgba(184,239,80,.18), transparent 30%),
    linear-gradient(145deg, #f8fbff, #dfe9f5);
  border: 1px solid rgba(33,79,145,.17);
  border-radius: 26px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 24px 60px rgba(4,19,37,.08);
  isolation: isolate;
  contain: layout paint;
}
.national-reach__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .55;
  background-image:
    linear-gradient(rgba(33,79,145,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33,79,145,.06) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(145deg, #000, transparent 78%);
}
.national-reach__map {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(440px, 40vw, 535px);
}
.national-reach__state {
  fill: rgba(7,31,77,.92);
  stroke: rgba(248,251,255,.28);
  stroke-width: .72;
  vector-effect: non-scaling-stroke;
  transition: fill .25s ease;
}
.national-reach__states { filter: none; }
.national-reach__states:hover .national-reach__state { fill: rgba(14,50,111,.94); }
.national-reach__country-name {
  fill: rgba(248,251,255,.16);
  font-size: 42px;
  font-weight: 900;
  text-anchor: middle;
}
.national-reach__route {
  fill: none;
  stroke: #d91f30;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 8 10;
  opacity: .92;
  stroke-dashoffset: 0;
}
.national-reach__pin-ring {
  fill: none;
  stroke: #b8ef50;
  stroke-width: 2;
  opacity: .78;
  transform-origin: 380.3px 374.4px;
  animation: national-pin-pulse 2.7s ease-out infinite;
}
.national-reach__pin { fill: #b8ef50; stroke: #071f4d; stroke-width: 4; }
.national-reach__compass circle { fill: rgba(255,255,255,.8); stroke: rgba(7,31,77,.14); }
.national-reach__compass path { fill: #d91f30; }
.national-reach__compass text { fill: #071f4d; font-size: 13px; font-weight: 900; text-anchor: middle; }
.national-reach__map-label rect { fill: rgba(255,255,255,.96); stroke: rgba(7,31,77,.1); }
.national-reach__map-label text {
  fill: #071120;
  font-size: 14px;
  font-weight: 850;
  text-anchor: middle;
  dominant-baseline: middle;
}
.national-reach__map-label--origin rect { fill: #b8ef50; }
.national-reach__map-label--origin text { fill: #071f4d; }
.national-reach__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(34px, 5vw, 58px) 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(33,79,145,.14);
  border-radius: 20px;
}
.national-reach__fact {
  position: relative;
  min-height: 145px;
  display: grid;
  align-content: center;
  padding: 24px 26px;
  border-right: 1px solid rgba(33,79,145,.14);
}
.national-reach__fact:last-child { border-right: 0; }
.national-reach__fact span { margin-bottom: 6px; color: var(--red-600); font-size: .72rem; font-weight: 950; letter-spacing: .08em; }
.national-reach__fact strong { color: var(--navy-950); font-size: 1.05rem; }
.national-reach__fact small { display: block; margin-top: 4px; color: #59687a; font-size: .85rem; line-height: 1.45; }

@keyframes national-pin-pulse {
  0% { opacity: .95; transform: scale(.72); }
  72%, 100% { opacity: 0; transform: scale(1.55); }
}

@media (max-width: 960px) {
  .national-reach__main { grid-template-columns: 1fr; }
  .national-reach__copy { max-width: 760px; }
  .national-reach__visual { min-height: clamp(410px, 70vw, 560px); }
  .national-reach__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .national-reach__fact:nth-child(2) { border-right: 0; }
  .national-reach__fact:nth-child(-n+2) { border-bottom: 1px solid rgba(33,79,145,.14); }
}

@media (max-width: 560px) {
  .national-reach { padding-block: 62px; }
  .national-reach__shell { width: min(calc(100% - 24px), var(--container)); padding: 23px 18px 18px; border-radius: 24px; }
  .national-reach__copy h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .national-reach__copy > p:not(.kicker) { font-size: .98rem; }
  .national-reach__actions { align-items: stretch; flex-direction: column; }
  .national-reach__actions .button { width: 100%; padding-inline: 16px; text-align: center; }
  .national-reach__link { align-self: flex-start; padding: 6px 0; }
  .national-reach__visual { min-height: 0; aspect-ratio: 1 / 1.05; border-radius: 20px; }
  .national-reach__map { width: 100%; height: 100%; min-height: 0; }
  .national-reach__map-label text { font-size: 12px; }
  .national-reach__facts { grid-template-columns: 1fr; border-radius: 17px; }
  .national-reach__fact { min-height: 118px; border-right: 0; border-bottom: 1px solid rgba(33,79,145,.14); }
  .national-reach__fact:nth-child(3) { border-bottom: 1px solid rgba(33,79,145,.14); }
  .national-reach__fact:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .national-reach__route,
  .national-reach__pin-ring { animation: none; }
}

/* Final contrast overrides must remain last in the cascade. */
.page-hero .breadcrumbs { color: #d9e5f2; }
.page-hero .breadcrumbs a { color: #fff; }
.page-hero p { color: #e3ecf6; }
.page-hero .post-meta { color: #ffadba; }
.page-hero .post-meta a { color: #e8f1fb; }
.reviews-band .jxn-gr {
  --jxn-gr-muted: #536174;
  --jxn-gr-gold: #805400;
}
.reviews-band .jxn-gr__sample,
.reviews-band .jxn-gr time { color: #536174; }
.reviews-band .jxn-gr__stars { color: #805400; }

/* Safari/iOS and mobile polish v23. Keep these compatibility overrides last. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  overflow-x: clip;
}
a[x-apple-data-detectors],
a[x-apple-data-detectors]:hover,
a[x-apple-data-detectors]:focus {
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
}
.hero__content {
  width: min(840px, calc(100% - 40px));
}

@media (max-width: 720px) {
  .container,
  .narrow {
    width: min(calc(100% - 40px), var(--container));
  }

  .hero {
    min-height: max(720px, 100vh);
    min-height: max(720px, 100svh);
  }
  .hero__content {
    padding: 176px 0 calc(112px + env(safe-area-inset-bottom));
  }
  .hero .eyebrow {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    width: 100%;
    line-height: 1.5;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .hero .eyebrow::before {
    width: 30px;
    margin-top: .58em;
  }
  .hero__lead {
    max-width: none;
    margin-bottom: 0;
    line-height: 1.62;
  }
  .home .hero__actions {
    display: none;
  }

  .hero__slide {
    opacity: 0;
    transform: none;
    animation: none;
  }
  .hero__slide--one {
    opacity: 1;
  }

  .entry-content p,
  .entry-content li,
  .page-hero p,
  .blog-hero p,
  .card p,
  .service-card p {
    overflow-wrap: break-word;
  }

  /* Preserve a comfortable reading gutter on every public page and article. */
  .entry-content > * {
    width: min(820px, calc(100% - 40px));
    box-sizing: border-box;
  }
  .entry-content > .alignwide,
  .entry-content > .content-card-grid,
  .entry-content > .site-map-grid,
  .entry-content > .site-map-topics {
    width: min(var(--container), calc(100% - 40px));
  }

  /* Mobile scrolling stays fluid and content never waits off-canvas to appear. */
  .motion-ready .reveal-item,
  .motion-ready .reveal-left,
  .motion-ready .reveal-right,
  .motion-ready .reveal-up,
  .motion-ready .reveal-scale,
  .motion-ready .stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .mobile-action-bar {
    padding-right: max(10px, env(safe-area-inset-right));
    padding-left: max(10px, env(safe-area-inset-left));
    background: #041325;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .national-reach__shell {
    width: min(calc(100% - 32px), var(--container));
    padding-inline: 20px;
  }
}

@media (max-width: 360px) {
  .container,
  .narrow {
    width: min(calc(100% - 32px), var(--container));
  }
  .hero__content {
    padding-top: 164px;
  }
  .entry-content > * {
    width: min(820px, calc(100% - 32px));
  }
  .entry-content > .alignwide,
  .entry-content > .content-card-grid,
  .entry-content > .site-map-grid,
  .entry-content > .site-map-topics {
    width: min(var(--container), calc(100% - 32px));
  }
  .hero h1 {
    font-size: clamp(1.94rem, 9.25vw, 2.7rem);
  }
  .mobile-action-bar {
    grid-template-columns: minmax(82px, .72fr) minmax(0, 1.72fr);
  }
}
