/*
Theme Name: TCC Pronto
Theme URI: https://tccpronto.com.br/
Author: TCC Pronto
Description: Tema responsivo para orientação, revisão e organização acadêmica.
Version: 1.4.1
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: tcc-pronto
*/
:root {
  --ink: #101b35;
  --ink-soft: #33415f;
  --muted: #52617b;
  --blue: #2157e8;
  --blue-dark: #1746c3;
  --blue-pale: #eef4ff;
  --coral: #ff6b5e;
  --white: #ffffff;
  --line: #d7dfed;
  --line-dark: #b9c5d8;
  --success: #176b45;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1200px;
  --radius: 14px;
  --shadow: 0 16px 45px rgba(16, 27, 53, 0.09);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: 600 15px/1.2 var(--sans); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.032em; line-height: 1.06; }
h1 { font-size: clamp(3rem, 5.2vw, 5rem); }
h2 { font-size: clamp(2.1rem, 3.2vw, 3.4rem); }
h3 { line-height: 1.25; }
p { color: var(--ink-soft); }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.content-narrow { max-width: 860px; }
.section { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid rgba(215, 223, 237, 0.7); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); font: 500 27px/1 var(--serif); text-decoration: none; width: max-content; }
.brand__mark { position: relative; width: 34px; height: 46px; display: inline-block; font: 500 35px/1 var(--serif); }
.brand__mark span { position: absolute; }
.brand__mark span:first-child { top: 0; left: 0; }
.brand__mark span:last-child { right: 0; bottom: 0; font-size: 27px; }
.brand--inverse { color: var(--white); }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(24px, 4vw, 55px); }
.main-nav a { position: relative; font-size: 14px; font-weight: 600; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right 180ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; color: var(--white); background: var(--blue); border: 1px solid var(--blue); border-radius: 4px; font-size: 15px; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.button:hover, .button:focus-visible { background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(33, 87, 232, 0.22); }
.button--small { min-height: 46px; padding: 11px 20px; font-size: 14px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; background: transparent; border: 1px solid var(--line); border-radius: 4px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--blue); font-weight: 700; text-decoration: none; }
.text-link svg { transition: transform 180ms ease; }
.text-link:hover svg { transform: translateX(5px); }

.hero { position: relative; min-height: 620px; display: grid; align-items: stretch; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 54% 46%; min-height: 620px; }
.hero-copy { align-self: center; position: relative; z-index: 2; padding: 52px 30px 66px 0; }
.hero-copy h1 { max-width: 640px; margin-bottom: 24px; font-size: clamp(3rem, 4vw, 3.65rem); }
.hero-copy > p { max-width: 590px; margin-bottom: 36px; font-size: 18px; }
.hero-media { min-width: 0; height: 100%; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 22px; display: grid; place-items: center; width: 40px; height: 40px; color: var(--ink-soft); transform: translateX(-50%); }

.services-grid { display: grid; grid-template-columns: minmax(310px, 0.82fr) minmax(480px, 1.35fr); align-items: stretch; gap: 110px; }
.services-section h2 { max-width: 420px; margin-bottom: 20px; }
.title-rule { display: block; width: 70px; height: 3px; margin: 22px 0 30px; background: var(--blue); }
.title-rule--coral { background: var(--coral); }
.service-list { border-top: 1px solid var(--line); }
.service-list a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--blue); border-bottom: 1px solid var(--line); font-weight: 700; text-decoration: none; }
.service-list a:hover svg { transform: translateX(5px); }
.service-list svg { flex: 0 0 auto; transition: transform 180ms ease; }
.section-media { display: block; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.section-media img { width: 100%; height: 100%; object-fit: cover; }

.process-section { padding: 90px 0 96px; background: var(--blue-pale); }
.process-section h2 { margin-bottom: 54px; text-align: center; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding: 0 28px; text-align: center; }
.process-list li::before { content: ""; position: absolute; top: 21px; left: 0; width: 100%; height: 1px; background: var(--blue); }
.process-list li:first-child::before { left: 50%; width: 50%; }
.process-list li:last-child::before { width: 50%; }
.process-list span { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; margin: 0 auto 24px; color: var(--white); background: var(--blue); border-radius: 50%; font-weight: 700; }
.process-list h3 { margin-bottom: 10px; font-size: 16px; }
.process-list p { margin: 0; font-size: 14px; line-height: 1.55; }

.integrity-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 88px; }
.integrity-grid .section-media { aspect-ratio: 4 / 3; }
.integrity-copy { padding: 10px 0; }
.integrity-copy p { max-width: 520px; font-size: 17px; }
.integrity-copy ul { margin: 32px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.integrity-copy li { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.content-section { padding-top: 28px; padding-bottom: 56px; border-top: 1px solid var(--line); }
.content-section h2 { margin-bottom: 30px; font-size: clamp(2rem, 3vw, 3rem); }
.article-list { border-top: 1px solid var(--line); }
.article-list > a { display: grid; grid-template-columns: 150px 1fr 28px; align-items: center; gap: 24px; min-height: 112px; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.article-list strong { display: block; margin-bottom: 5px; font-size: 17px; }
.article-list small { display: block; max-width: 640px; color: var(--ink-soft); font-size: 14px; line-height: 1.4; }
.article-list > a > svg { color: var(--blue); transition: transform 180ms ease; }
.article-list > a:hover > svg { transform: translateX(5px); }
.article-thumb { height: 78px; display: block; border-radius: 5px; background-image: url("assets/orientacao-tcc-pesquisa.webp"); background-size: cover; }
.article-thumb--1 { background-position: 70% 70%; }
.article-thumb--2 { background-image: url("assets/consultoria-academica-organizacao.webp"); background-position: 55% 50%; }
.article-thumb--3 { background-image: url("assets/autoria-revisao-academica.webp"); background-position: 40% 65%; }

.faq-section { padding-top: 24px; }
.faq-section h2 { margin-bottom: 28px; font-size: clamp(2.2rem, 3vw, 3rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 4px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; transition: transform 180ms ease; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details p { max-width: 820px; padding: 0 4px 20px; margin: 0; }

.contact-band { padding: 62px 0; background: var(--blue-pale); }
.contact-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; align-items: start; gap: 70px; }
.contact-grid h2 { max-width: 420px; margin: 0; }
.lead-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; }
.field { position: relative; }
.field label { position: absolute; top: 8px; left: 14px; z-index: 1; color: var(--ink-soft); font-size: 11px; font-weight: 700; pointer-events: none; }
.field input, .field select { width: 100%; height: 58px; padding: 25px 42px 8px 14px; color: var(--ink); background: var(--white); border: 1px solid transparent; border-radius: 3px; outline: none; appearance: none; }
.field input:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(33, 87, 232, 0.12); }
.field > svg { position: absolute; right: 14px; top: 20px; width: 18px; pointer-events: none; }
.form-submit { grid-column: 1 / -1; width: 100%; }
.form-status, .form-privacy { grid-column: 1 / -1; margin: 0; font-size: 12px; }
.form-status { color: var(--success); font-weight: 700; }
.form-privacy { color: #5f6c84; }
.lead-form--success .form-submit { background: var(--success); border-color: var(--success); }

.site-footer { padding: 38px 0; color: var(--white); background: var(--ink); }
.footer-inner { display: grid; grid-template-columns: 1fr 1.1fr 0.9fr; align-items: center; gap: 38px; }
.footer-inner nav { display: flex; justify-content: center; gap: 34px; }
.footer-inner a { color: var(--white); font-size: 13px; text-decoration: none; }
.footer-legal { display: grid; gap: 6px; justify-content: end; padding-left: 45px; border-left: 1px solid rgba(255, 255, 255, 0.3); }
.whatsapp-float { position: fixed; z-index: 60; right: max(22px, calc(env(safe-area-inset-right) + 14px)); bottom: max(22px, calc(env(safe-area-inset-bottom) + 14px)); min-height: 58px; display: inline-flex; align-items: center; gap: 11px; padding: 12px 19px 12px 14px; color: var(--white); background: #0f7a3f; border: 2px solid rgba(255, 255, 255, 0.92); border-radius: 999px; box-shadow: 0 14px 34px rgba(16, 27, 53, 0.26); font-size: 14px; font-weight: 800; line-height: 1; text-decoration: none; transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.whatsapp-float svg { width: 30px; height: 30px; flex: 0 0 auto; }
.whatsapp-float:hover { color: var(--white); background: #0b6333; transform: translateY(-3px); box-shadow: 0 18px 40px rgba(16, 27, 53, 0.32); }
.whatsapp-float:focus-visible { color: var(--white); outline: 3px solid var(--blue); outline-offset: 4px; }

.page-hero { padding: 44px 0 90px; background: var(--white); border-bottom: 1px solid var(--line); }
.breadcrumbs { margin-bottom: 64px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { color: #69758b; font-size: 13px; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: var(--line-dark); }
.breadcrumbs a { text-decoration: none; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr); gap: 110px; align-items: end; }
.page-hero h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3.2rem, 5.5vw, 5.8rem); }
.page-hero__grid > div:first-child > p { max-width: 760px; margin-bottom: 34px; font-size: 19px; }
.page-hero__aside { padding: 28px 0 4px; border-top: 3px solid var(--blue); }
.page-hero__aside span { color: var(--blue); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.page-hero__aside p { margin: 12px 0 0; }

.narrow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
.service-detail article { position: relative; padding-top: 28px; border-top: 1px solid var(--line); }
.service-detail article > span { color: var(--blue); font-size: 13px; font-weight: 800; }
.service-detail h2 { margin: 24px 0 18px; font-size: 2.2rem; }
.service-detail p { margin: 0; }
.related-services { padding-top: 40px; padding-bottom: 70px; background: var(--blue-pale); }
.related-services h2 { font-size: 2.4rem; }
.related-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 42px; border-top: 1px solid var(--line-dark); }
.related-links a { min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); color: var(--blue); font-weight: 700; text-decoration: none; }
.contact-prompt { max-width: 650px; }
.contact-prompt p { font-size: 18px; }

.service-index { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; border-top: 1px solid var(--line); }
.service-index a { position: relative; min-height: 190px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 12px 20px; padding: 32px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.service-index a > span { font: 500 2rem/1.15 var(--serif); }
.service-index a p { grid-column: 1; max-width: 520px; margin: 0; }
.service-index a > span:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--blue); }
.service-index a svg { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--blue); }
.editorial-content, .article-body { max-width: 820px; margin-inline: auto; }
.editorial-content h2 { margin: 64px 0 18px; font-size: 2.5rem; }
.editorial-content h2:first-child { margin-top: 0; }
.editorial-content p, .editorial-content li, .article-body p { font-size: 18px; line-height: 1.78; }
.editorial-content aside, .article-body aside { margin-top: 56px; padding: 38px 42px; background: var(--blue-pale); border-left: 4px solid var(--blue); }
.editorial-content aside h2, .article-body aside h2 { margin-top: 0; }
.verification-note { padding: 22px 24px; border: 1px solid var(--line); border-radius: 4px; }
.contact-page-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 80px; }
.contact-page-grid h2 { font-size: 2.8rem; }
.contact-page-grid .lead-form { padding: 34px; background: var(--blue-pale); }
.article-index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 58px 44px; }
.article-index article { padding-top: 24px; border-top: 1px solid var(--line); }
.article-index article > span, .article-category { color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.article-index h2 { margin: 18px 0; font-size: 2rem; }
.article-index h2 a { text-decoration: none; }
.article-hero { padding: 42px 0 90px; border-bottom: 1px solid var(--line); }
.article-hero .breadcrumbs { margin-bottom: 72px; }
.article-hero h1 { margin: 22px 0 24px; }
.article-hero p { max-width: 760px; font-size: 20px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 30px; color: var(--muted); font-size: 14px; }
.article-meta span + span { position: relative; }
.article-meta span + span::before { position: absolute; left: -16px; content: "·"; }
.article-body { padding-top: 80px; padding-bottom: 100px; }
.article-body h2 { margin: 62px 0 18px; font-size: 2.35rem; }
.article-body h2, .article-body h3 { scroll-margin-top: 110px; }
.article-body h3 { margin: 38px 0 12px; font-size: 1.45rem; }
.article-body p, .article-body li { font-size: 18px; line-height: 1.78; }
.article-lead { font: 500 1.55rem/1.55 var(--serif); color: var(--ink); }
.article-body .article-quick-answer { margin: 0 0 48px; padding: 36px 40px; background: var(--blue-pale); border-left: 4px solid var(--blue); }
.article-quick-answer > span { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.article-quick-answer h2 { margin: 10px 0 12px; font-size: 2rem; }
.article-quick-answer p { margin: 0; font: 500 1.25rem/1.6 var(--serif); }
.article-toc { margin: 0 0 72px; padding: 30px 34px; border: 1px solid var(--line); border-radius: 4px; }
.article-toc h2 { margin: 0 0 16px; font-size: 1.55rem; }
.article-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 36px; margin: 0; padding-left: 22px; }
.article-toc a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-section { margin-top: 74px; }
.article-section > h2 { margin-top: 0; }
.article-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 34px 0; }
.article-groups article, .article-mistakes article { padding: 24px; border: 1px solid var(--line); }
.article-groups h3, .article-mistakes h3 { margin-top: 0; }
.article-groups p, .article-mistakes p { margin-bottom: 0; font-size: 16px; }
.article-checklist { margin: 34px 0; padding: 28px 32px; background: #f7f9ff; border: 1px solid var(--line); }
.article-checklist h3 { margin-top: 0; }
.article-checklist ul { display: grid; gap: 8px; margin-bottom: 0; padding-left: 24px; }
.article-steps { display: grid; gap: 14px; margin: 34px 0; padding: 0; list-style: none; counter-reset: article-step; }
.article-steps li { position: relative; min-height: 48px; padding-left: 62px; counter-increment: article-step; }
.article-steps li::before { position: absolute; top: 0; left: 0; display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; content: counter(article-step); font-weight: 800; }
.article-mistakes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 34px 0; }
.article-faq { margin-top: 82px; }
.article-faq details { border-bottom: 1px solid var(--line); }
.article-faq summary { padding: 20px 0; cursor: pointer; font-size: 18px; font-weight: 800; }
.article-faq details p { margin-top: 0; padding-bottom: 20px; }
.article-sources { margin-top: 76px; padding-top: 38px; border-top: 1px solid var(--line); }
.article-sources h2 { margin-top: 0; }
.article-sources li { margin-bottom: 10px; }
.article-sources a { color: var(--blue); overflow-wrap: anywhere; }
.article-related { margin-top: 70px; border-top: 1px solid var(--line); }
.article-related h2 { font-size: 2.1rem; }
.article-related a { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); color: var(--blue); font-weight: 700; text-decoration: none; }
.article-body .article-cta { margin-top: 72px; }
.article-cta h2 { margin-top: 0; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; grid-column: 2; }
  .header-cta { grid-column: 3; }
  .main-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 22px 24px 28px; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav--open { display: grid; justify-content: stretch; gap: 0; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0 54px; }
  .hero-copy h1 { max-width: 800px; }
  .hero-media { height: min(64vw, 590px); margin-inline: -24px; }
  .scroll-cue { display: none; }
  .services-grid, .integrity-grid { gap: 56px; }
  .services-grid { grid-template-columns: minmax(280px, 0.8fr) 1fr; }
  .process-list li { padding-inline: 12px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner nav { display: none; }
  .page-hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .page-hero__aside { max-width: 580px; }
  .narrow-grid { gap: 30px; }
  .contact-page-grid { gap: 44px; }
  .article-index { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 34px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 76px; grid-template-columns: 1fr auto; gap: 12px; }
  .brand { font-size: 22px; gap: 9px; }
  .brand__mark { width: 28px; height: 39px; font-size: 30px; }
  .brand__mark span:last-child { font-size: 22px; }
  .header-cta { display: none; }
  .menu-toggle { grid-column: 2; }
  .main-nav { top: 76px; }
  .hero-copy { padding: 56px 0 42px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 12.4vw, 4.1rem); }
  .hero-copy > p { font-size: 17px; }
  .actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-media { height: 79vw; }
  .hero-media img { object-position: 65% center; }
  .services-grid, .integrity-grid, .contact-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .services-grid, .integrity-grid { gap: 42px; }
  .services-section .section-media { aspect-ratio: 4 / 3; }
  .process-section { padding: 70px 0; }
  .process-section h2 { margin-bottom: 38px; text-align: left; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 128px; padding: 0 0 24px 70px; text-align: left; }
  .process-list li::before { top: 0; bottom: 0; left: 21px !important; width: 1px !important; height: 100%; }
  .process-list li:last-child::before { height: 22px; }
  .process-list span { position: absolute; top: 0; left: 0; }
  .process-list h3 { padding-top: 2px; }
  .article-list > a { grid-template-columns: 94px 1fr 22px; gap: 14px; min-height: 102px; }
  .article-thumb { height: 65px; }
  .article-list small { display: none; }
  .contact-grid { gap: 28px; }
  .lead-form { grid-template-columns: 1fr; }
  .field, .form-submit, .form-status, .form-privacy { grid-column: 1; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-legal { justify-content: start; padding: 22px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.3); border-left: 0; }
  .whatsapp-float { right: max(14px, calc(env(safe-area-inset-right) + 14px)); bottom: max(14px, calc(env(safe-area-inset-bottom) + 14px)); width: 58px; min-height: 58px; justify-content: center; padding: 11px; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .page-hero { padding: 28px 0 62px; }
  .breadcrumbs { margin-bottom: 44px; }
  .page-hero h1 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .page-hero__grid > div:first-child > p { font-size: 17px; }
  .narrow-grid, .related-links, .service-index, .article-index { grid-template-columns: 1fr; }
  .service-detail article { padding-bottom: 24px; }
  .related-links { gap: 0; }
  .service-index a { min-height: 160px; }
  .editorial-content h2, .article-body h2 { font-size: 2.1rem; }
  .editorial-content p, .editorial-content li, .article-body p { font-size: 17px; }
  .editorial-content aside, .article-body aside { padding: 28px 24px; }
  .contact-page-grid .lead-form { margin-inline: -17px; padding: 28px 17px; }
  .article-hero { padding-bottom: 58px; }
  .article-hero h1 { font-size: clamp(2.35rem, 10.5vw, 3.1rem); }
  .article-hero .breadcrumbs { margin-bottom: 52px; }
  .article-body { padding-top: 58px; padding-bottom: 72px; }
  .article-meta { display: grid; gap: 6px; }
  .article-meta span + span::before { display: none; }
  .article-body .article-quick-answer, .article-toc, .article-checklist { padding: 26px 22px; }
  .article-toc ol, .article-groups, .article-mistakes { grid-template-columns: 1fr; }
  .article-section { margin-top: 58px; }
  .article-body p, .article-body li { font-size: 17px; }
  .article-groups article, .article-mistakes article { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

.wp-site-blocks { padding: 0; }
.site-main { min-height: 60vh; }
.article-hero__media { display: block; margin-top: 38px; overflow: hidden; border-radius: var(--radius); }
.article-hero__media img { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: cover; }
.service-content details { border-bottom: 1px solid var(--line); }
.service-content summary { padding: 18px 0; font-weight: 700; cursor: pointer; }
.service-content details p { padding-bottom: 18px; }
.lead-form__honeypot { position: absolute; left: -10000px; }
.form-message { padding: 14px 18px; margin-bottom: 24px; border-left: 4px solid var(--success); background: #eefaf4; }
.form-message--error { border-color: var(--coral); background: #fff2f0; }
.pagination { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 60px; }
.pagination .page-numbers { padding: 8px 14px; border: 1px solid var(--line); text-decoration: none; }
.pagination .current { color: var(--white); background: var(--blue); border-color: var(--blue); }
