/* Integração do visual canônico da especificação com o WordPress. */
body.menu-is-open { overflow: hidden; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: var(--signal); clip: auto !important; clip-path: none; color: var(--ink); display: block; font-weight: 800; height: auto; left: 16px; padding: 12px 18px; top: 16px; width: auto; z-index: 100000; }
.logo .custom-logo { height: auto; max-height: 48px; max-width: 330px; width: auto; }
.nav-toggle[aria-expanded="true"] { color: var(--signal); }
.hero h1, .final h2, .bg-ink h2 { color: #fff; }
.hero h1, .phero h1, .sec-head h2, .b-card h3, .c-card h3, .step h3, .final h2, body p { text-wrap: wrap; }
.gauge { display: block; }
.gauge-caption { margin-top: 4px; position: static; }
.plate-body select { line-height: normal; }
.plate-card button.btn { width: 100%; }
.plate-card button.btn:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
.back-to-top { display: none; }

/*
 * Índice do blog: normaliza o acervo legado, que contém capas com proporções
 * distintas e títulos/resumos de tamanhos muito variados. A mídia não encolhe
 * dentro do card e os textos ocupam uma área previsível, sem sobrepor a capa.
 */
.blog-index-section .post .thumb, .single-related .post .thumb { aspect-ratio: 2 / 1; background: var(--paper); flex: 0 0 auto; overflow: hidden; }
.blog-index-section .post .thumb img, .single-related .post .thumb img { display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.blog-index-section .post h2, .single-related .post h2 { -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; font-size: 1.08rem; font-weight: 700; line-height: 1.25; min-height: 4.05em; overflow: hidden; }
.blog-index-section .post .pc > p, .single-related .post .pc > p { -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; overflow: hidden; }
.blog-index-section .post .more { margin-top: auto; }
.single-related .post .more { margin-top: auto; }
.blog-index-section .navigation.pagination { margin-top: 34px; }

/* Páginas sistêmicas: arquivos, busca, 404 e páginas genéricas. */
.system-hero .breadcrumbs { margin-bottom: 14px; }
.system-hero .eyebrow { color: var(--signal); display: inline-block; }
.system-hero__description { color: #c3cfdc; font-size: 1.12rem; max-width: 58ch; }
.system-hero__description > * + * { margin-top: 10px; }
.system-hero__search { margin-top: 26px; max-width: 620px; }
.system-hero__search .search-form { margin-inline: 0; }
.system-hero__search .search-form input { background: #fff; }
.system-listing-section, .system-content-section { padding-block: 72px; }
.system-content-section .entry-content { margin-inline: auto; }
.not-found-options { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.not-found-option { background: #fff; border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; gap: 8px; padding: 25px; transition: box-shadow .18s, transform .18s; }
.not-found-option:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.not-found-option strong { color: var(--ink); font-family: Archivo, sans-serif; font-size: 1.05rem; }
.not-found-option span { color: var(--muted); font-size: .9rem; }

/* Artigo individual: port direto dos componentes editoriais do showroom. */
.single-post main { background: #fff; }
.single-article { border-bottom: 1px solid var(--line); }
.breadcrumbs { color: #8ea0b3; display: flex; flex-wrap: wrap; font-size: .8rem; gap: 8px; }
.breadcrumbs a { color: var(--signal-deep); }
.article-header { max-width: 870px; padding-block: 48px 34px; }
.article-header h1 { font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.035em; line-height: 1.02; margin: 16px 0; }
.article-lede { color: var(--muted); font-size: 1.18rem; max-width: 65ch; }
.byline { align-items: center; border-top: 1px solid var(--line); color: var(--muted); display: flex; flex-wrap: wrap; font-size: .82rem; gap: 12px; margin-top: 26px; padding-top: 18px; }
.avatar { background: var(--navy); border-radius: 50%; color: var(--signal); display: grid; flex: 0 0 auto; font-family: Archivo, sans-serif; font-size: .72rem; font-weight: 800; height: 40px; place-items: center; width: 40px; }
.badge { border-radius: 999px; display: inline-flex; font-family: Archivo, sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .08em; padding: 6px 10px; text-transform: uppercase; }
.badge-yellow { background: #fff3ce; color: #795400; }
.badge-green { background: #e7f7f1; color: #0c6b47; }
.spec-label { color: var(--muted); display: block; font-family: Archivo, sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .14em; margin-bottom: 12px; text-transform: uppercase; }
.btn-outline { background: #fff; border: 1.5px solid var(--line); color: var(--ink); }
.btn-sm { min-height: 40px; padding: 10px 16px; }
.article-cover { align-items: end; background: linear-gradient(120deg, var(--ink), var(--navy-2)); border-radius: 24px; color: #fff; display: flex; justify-content: space-between; min-height: 400px; overflow: hidden; padding: 42px; position: relative; }
.article-cover::before, .article-cover::after { border: 1px solid rgba(255,193,43,.28); border-radius: 50%; content: ""; position: absolute; }
.article-cover::before { height: 420px; right: -90px; top: -180px; width: 420px; }
.article-cover::after { height: 260px; right: -10px; top: -100px; width: 260px; }
.article-cover strong { color: var(--signal); font-family: "Archivo Expanded", sans-serif; font-size: clamp(1.8rem, 4vw, 3.7rem); line-height: .98; max-width: 18ch; overflow-wrap: anywhere; position: relative; text-wrap: balance; z-index: 1; }
.article-cover > span { color: #9fb0c2; font-family: Archivo, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .16em; position: relative; text-transform: uppercase; z-index: 1; }
.article-cover--image { aspect-ratio: 16 / 9; background: var(--paper); display: block; height: auto; min-height: 0; padding: 0; }
.article-cover--image::before, .article-cover--image::after { display: none; }
.article-cover--image img { height: 100%; object-fit: contain; width: 100%; }
.article-layout { align-items: start; display: grid; gap: 42px; grid-template-columns: minmax(0, 760px) 250px; justify-content: center; padding-block: 54px; }
.article-body { background: transparent; border: 0; border-radius: 0; color: #33475b; display: block; font-size: 1.04rem; min-width: 0; overflow: visible; padding-block: 6px 12px; transform: none; transition: none; }
.article-body > * + * { margin-top: 20px; }
.article-body h2 { color: var(--ink); font-size: 1.8rem; line-height: 1.15; margin-top: 38px; scroll-margin-top: 110px; }
.article-body h3 { color: var(--ink); font-size: 1.25rem; margin-top: 30px; scroll-margin-top: 110px; }
.article-body h4 { color: var(--ink); font-size: 1.08rem; margin-top: 26px; }
.article-body ul, .article-body ol { padding-left: 22px; }
.article-body li + li { margin-top: 7px; }
.article-body a { color: var(--plate-blue); text-decoration: underline; text-underline-offset: 3px; }
.article-body blockquote { background: #fff8df; border-left: 4px solid var(--signal); border-radius: 0 14px 14px 0; color: var(--ink); font-family: "Archivo Expanded", sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.35; padding: 26px 28px; }
.article-body blockquote cite { color: var(--muted); display: block; font-family: Inter, sans-serif; font-size: .8rem; font-style: normal; font-weight: 500; margin-top: 10px; }
.article-callout { background: var(--ink); border-radius: 16px; color: #fff; padding: 24px; }
.article-callout span { color: var(--signal); font-family: Archivo, sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-callout p { margin-top: 6px; }
.article-body table { background: #fff; border-collapse: collapse; border-radius: 12px; display: block; font-size: .88rem; overflow-x: auto; width: 100%; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 13px 14px; text-align: left; }
.article-body th { background: var(--navy); color: #fff; font-family: Archivo, sans-serif; }
.article-body img { border-radius: 16px; height: auto; }
.article-body figure { max-width: 100%; }
.article-body figcaption, .article-body .wp-element-caption { color: var(--muted); font-size: .78rem; margin-top: 8px; text-align: left; }
.article-body iframe { max-width: 100%; }
.article-body pre { background: var(--ink); border-radius: 12px; color: #e9eef5; max-width: 100%; overflow-x: auto; padding: 20px; }
.article-body code { font-size: .9em; }
.article-aside { position: sticky; top: 140px; }
.toc, .aside-cta { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
.toc a { border-left: 3px solid var(--line); color: var(--muted); display: block; font-size: .84rem; padding: 7px 0 7px 12px; transition: border-color .15s, color .15s, font-weight .15s; }
.toc a.is-active, .toc a[aria-current="location"] { border-color: var(--signal); color: var(--ink); font-weight: 700; }
.toc a.toc-level-3 { padding-left: 22px; }
.aside-cta { background: var(--navy); color: #fff; margin-top: 16px; }
.aside-cta p { color: #aebccb; font-size: .84rem; margin: 8px 0 16px; }
.share-row { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; padding-block: 18px; }
.share-row .btn { text-decoration: none; }
.author-box { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r); display: flex; gap: 20px; margin-top: 28px; padding: 24px; }
.author-box .avatar { height: 64px; width: 64px; }
.author-box .spec-label { margin-bottom: 4px; }
.author-box p { color: var(--muted); font-size: .9rem; }
.article-pages { align-items: center; display: flex; gap: 8px; }
.article-pages .post-page-numbers { border: 1px solid var(--line); border-radius: 8px; display: grid; height: 38px; place-items: center; text-decoration: none; width: 38px; }
.article-pages .current { background: var(--ink); color: var(--signal); }
.single-related { border-bottom: 1px solid var(--line); }
.password-card { box-shadow: var(--shadow); }
.post-password-form > p:first-child { color: var(--muted); margin-bottom: 18px; }
.post-password-form label { color: var(--ink); display: block; font-family: Archivo, sans-serif; font-size: .82rem; font-weight: 800; }
.post-password-form input[type="password"] { border: 1.5px solid var(--line); border-radius: 11px; display: block; font: inherit; margin-top: 7px; min-height: 48px; padding: 12px 14px; width: 100%; }
.post-password-form input[type="password"]:focus { border-color: var(--signal-deep); box-shadow: 0 0 0 3px rgba(255,193,43,.16); outline: 0; }
.post-password-form input[type="submit"] { background: var(--signal); border: 0; border-radius: 14px; color: var(--ink); cursor: pointer; font-family: Archivo, sans-serif; font-weight: 800; margin-top: 14px; min-height: 50px; padding: 14px 23px; }

/* Comentários e formulário nativo alinhados ao showroom. */
.article-comments { border-top: 1px solid var(--line); }
.section-head { align-items: end; display: flex; gap: 32px; justify-content: space-between; margin-bottom: 42px; }
.section-head > div { max-width: 720px; }
.section-head > p { color: var(--muted); max-width: 440px; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -.025em; line-height: 1.08; margin-top: 10px; }
.comments-wrap { max-width: 880px; }
.comment-count { font-size: 1.55rem; margin-bottom: 22px; }
.comment-list, .comment-list .children { list-style: none; padding: 0; }
.comment-list > li + li { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 24px; }
.comment-list li.comment { display: block; }
.comment-list article.comment { display: grid; gap: 14px; grid-template-columns: 44px 1fr; }
.comment-list article.comment--pingback { grid-template-columns: 1fr; }
.comment-body { min-width: 0; }
.comment-head { align-items: baseline; display: flex; flex-wrap: wrap; gap: 9px; justify-content: space-between; }
.comment-head strong { font-family: Archivo, sans-serif; }
.comment-head time { color: var(--muted); font-size: .75rem; }
.comment-text { color: #33475b; font-size: .92rem; margin: 8px 0; }
.comment-text > * + * { margin-top: 10px; }
.comment-awaiting-moderation { background: #fff8df; border-left: 3px solid var(--signal); color: #795400; font-size: .82rem; margin-top: 9px; padding: 8px 10px; }
.comment-actions { display: flex; gap: 14px; }
.comment-actions a { color: var(--plate-blue); font-size: .76rem; font-weight: 800; }
.comment-list .children { border-left: 2px solid var(--line); margin: 22px 0 0 20px; padding-left: 22px; }
.comment-navigation { align-items: center; display: flex; justify-content: space-between; margin-top: 28px; }
.comment-navigation a { color: var(--plate-blue); font-family: Archivo, sans-serif; font-size: .82rem; font-weight: 800; }
.comments-closed { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; color: var(--muted); margin-top: 28px; padding: 16px 18px; }
.comment-respond { background: #fff; border: 1px solid var(--line); border-radius: var(--r); margin-top: 36px; padding: 28px; }
.comment-reply-title { font-size: 1.3rem; }
.comment-reply-title small { font-family: Inter, sans-serif; font-size: .75rem; margin-left: 8px; }
.comment-reply-title small a { color: var(--plate-blue); }
.comment-form { display: grid; gap: 0 16px; grid-template-columns: 1fr 1fr; margin-top: 6px; }
.comment-form > p, .comment-form > label { min-width: 0; }
.comment-form .comment-notes, .comment-form .logged-in-as, .comment-form .must-log-in, .comment-form .comment-form-comment, .comment-form .comment-form-url, .comment-form .comment-form-cookies-consent, .comment-form .form-submit { grid-column: 1 / -1; }
.comment-form .comment-notes, .comment-form .logged-in-as, .comment-form .must-log-in { color: var(--muted); font-size: .86rem; margin: 6px 0 22px; }
.comment-form .logged-in-as a, .comment-form .must-log-in a { color: var(--plate-blue); }
.comment-form .field { display: block; margin-bottom: 17px; }
.comment-form .field > span { color: var(--ink); display: block; font-family: Archivo, sans-serif; font-size: .8rem; font-weight: 800; margin-bottom: 7px; }
.comment-form .field input, .comment-form .field textarea { background: #fff; border: 1.5px solid var(--line); border-radius: 11px; color: var(--ink); font: inherit; min-height: 48px; padding: 12px 14px; transition: border .15s, box-shadow .15s; width: 100%; }
.comment-form .field textarea { min-height: 140px; resize: vertical; }
.comment-form .field input:focus, .comment-form .field textarea:focus { border-color: var(--signal-deep); box-shadow: 0 0 0 3px rgba(255,193,43,.16); outline: 0; }
.comment-form .check-field { align-items: flex-start; color: var(--muted); display: flex; font-size: .82rem; gap: 9px; margin: 4px 0 18px; }
.comment-form .check-field input { accent-color: var(--signal-deep); flex: 0 0 auto; height: 18px; margin-top: 2px; width: 18px; }
.comment-form .form-submit { margin: 0; }
.comment-form .submit { line-height: normal; }

/* Fluxo de cotação: somente adaptações funcionais sobre os componentes canônicos. */
.form-card [type="hidden"] { display: none; }
.form-card .field input, .form-card .field select, .form-card .field textarea { line-height: normal; }
.form-card button { line-height: normal; }
.vehicle-choice-fieldset { border: 0; margin: 0 0 18px; min-inline-size: 0; padding: 0; }
.vehicle-choice-fieldset legend { color: var(--ink); font-family: Archivo, sans-serif; font-size: .82rem; font-weight: 700; margin-bottom: 7px; padding: 0; }
.vehicle-choice-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vehicle-choice { cursor: pointer; min-width: 0; position: relative; }
.vehicle-choice input { cursor: pointer; height: 100%; inset: 0; margin: 0; opacity: 0; position: absolute; width: 100%; z-index: 1; }
.vehicle-choice__card { align-items: center; background: #fff; border: 1.5px solid var(--line); border-radius: 12px; color: var(--ink); display: grid; font-family: Archivo, sans-serif; font-size: .9rem; font-weight: 800; gap: 7px; justify-items: center; min-height: 100px; padding: 12px 8px; text-align: center; transition: background-color .15s, border-color .15s, box-shadow .15s, transform .15s; }
.vehicle-choice__card img { display: block; height: 46px; object-fit: contain; pointer-events: none; width: 46px; }
.vehicle-choice:hover .vehicle-choice__card { border-color: #aeb9c6; transform: translateY(-1px); }
.vehicle-choice input:checked + .vehicle-choice__card { background: #fff8df; border-color: var(--signal-deep); box-shadow: 0 0 0 2px rgba(229, 162, 0, .16); }
.vehicle-choice input:focus-visible { outline: 0; }
.vehicle-choice input:focus-visible + .vehicle-choice__card { outline: 3px solid var(--signal-deep); outline-offset: 3px; }
.quote-submit { justify-content: center; width: 100%; }
.quote-submit [data-submit-label] { display: contents; }
.quote-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.quote-form__error { background: #fff1f0; border: 1px solid #f3b7b2; border-radius: 12px; color: #8f1f16; font-size: .9rem; font-weight: 700; margin-bottom: 18px; padding: 15px 17px; }
.consent a { color: var(--signal-deep); font-weight: 600; }
.confirmation-section { min-height: 420px; }
.confirmation-card h2 { font-size: clamp(1.35rem, 2.6vw, 1.7rem); margin: 8px 0 22px; }
.confirmation-steps { display: grid; gap: 0; grid-template-columns: 1fr; list-style: none; margin: 0 0 24px; padding: 0; }
.confirmation-steps li { align-items: start; border-top: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 34px 1fr; padding: 16px 0; }
.confirmation-steps li:last-child { border-bottom: 1px solid var(--line); }
.confirmation-steps span { background: var(--ink); border-radius: 9px; color: var(--signal); display: grid; font-family: Archivo, sans-serif; font-size: .8rem; font-weight: 900; height: 34px; place-items: center; }
.confirmation-steps p { color: var(--muted); font-size: .9rem; }
.confirmation-steps strong { color: var(--ink); font-family: Archivo, sans-serif; }
.confirmation-button { justify-content: center; width: 100%; }
.confirmation-note { color: var(--muted); font-size: .8rem; margin-top: 14px; text-align: center; }

@media (min-width: 783px) {
  .admin-bar header.nav { top: 32px; }
}

@media (max-width: 980px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; position: static; }
  .aside-cta { margin-top: 0; }
}

@media (max-width: 860px) {
  .section-head { align-items: start; flex-direction: column; }
  .section-head > p { max-width: 650px; }
}

@media (max-width: 782px) {
  .admin-bar header.nav { top: 46px; }
}

@media (max-width: 660px) {
	.not-found-options { grid-template-columns: 1fr; }
	.system-listing-section, .system-content-section { padding-block: 54px; }
	.article-cover { align-items: flex-start; flex-direction: column; gap: 24px; min-height: 300px; padding: 24px; }
	.article-cover--image { min-height: 0; padding: 0; }
  .article-layout { padding-block: 38px; }
  .article-aside { grid-template-columns: 1fr; }
  .article-body blockquote { font-size: 1.05rem; padding: 22px; }
  .article-header h1 { overflow-wrap: anywhere; }
  .comment-list article.comment { grid-template-columns: 36px 1fr; }
  .comment-list article.comment .avatar { height: 36px; width: 36px; }
  .comment-list .children { margin-left: 6px; padding-left: 14px; }
  .comment-form { grid-template-columns: 1fr; }
  .comment-form > * { grid-column: 1 !important; }
  .comment-respond { padding: 22px 18px; }
  .author-box { align-items: flex-start; }
}

@media (max-width: 360px) {
  .vehicle-choice-grid { gap: 7px; }
  .vehicle-choice__card { font-size: .78rem; min-height: 92px; padding-inline: 4px; }
  .vehicle-choice__card img { height: 38px; width: 38px; }
}
