/*
Theme Name: WAC Central Responsive
Author: Equipe do site
Description: Tema WordPress público, moderno e responsivo em azul-marinho e laranja. Compatível com páginas, blog, editor de blocos, plugins e WooCommerce.
Version: 2.1.0
Requires at least: 6.4
Tested up to: 7.0.1
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: wac-central-mobile
*/

:root {
    --wact-navy: #0b2748;
    --wact-navy-dark: #061a31;
    --wact-navy-soft: #153a62;
    --wact-orange: #f47b20;
    --wact-orange-dark: #d95f08;
    --wact-orange-soft: #fff1e7;
    --wact-bg: #f4f7fb;
    --wact-surface: #ffffff;
    --wact-surface-alt: #edf3f9;
    --wact-text: #152235;
    --wact-muted: #617087;
    --wact-border: #dce5ef;
    --wact-success: #11845b;
    --wact-radius-sm: 12px;
    --wact-radius: 20px;
    --wact-radius-lg: 32px;
    --wact-shadow-sm: 0 8px 24px rgba(11, 39, 72, .08);
    --wact-shadow: 0 22px 60px rgba(11, 39, 72, .14);
    --wact-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    min-height: 100vh;
    margin: 0;
    color: var(--wact-text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    background: var(--wact-bg);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--wact-navy); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--wact-orange-dark); }
button, input, textarea, select { font: inherit; }
button, input[type="button"], input[type="submit"], input[type="reset"] { cursor: pointer; }
::selection { color: #fff; background: var(--wact-orange); }

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.screen-reader-text:focus {
    clip: auto !important;
    width: auto;
    height: auto;
    top: 12px;
    left: 12px;
    margin: 0;
    padding: 12px 16px;
    color: #fff;
    background: var(--wact-navy);
    border-radius: 8px;
    z-index: 99999;
}

.wact-container {
    width: min(calc(100% - 40px), var(--wact-container));
    margin-inline: auto;
}
.section-spacing { padding: clamp(58px, 8vw, 104px) 0; }
.site-main { min-height: 55vh; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(220,229,239,.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.site-header__accent { height: 4px; background: linear-gradient(90deg, var(--wact-navy) 0 72%, var(--wact-orange) 72% 100%); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding { display: flex; align-items: center; gap: 13px; min-width: 0; }
.site-logo img, .custom-logo { width: auto; max-height: 54px; }
.site-branding__mark {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    text-decoration: none;
    background: linear-gradient(145deg, var(--wact-navy), var(--wact-navy-soft));
    box-shadow: 0 10px 24px rgba(11,39,72,.2);
}
.site-branding__text { display: grid; min-width: 0; }
.site-title { overflow: hidden; color: var(--wact-navy); font-size: 18px; font-weight: 850; line-height: 1.15; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.site-description { overflow: hidden; max-width: 320px; color: var(--wact-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }

.main-navigation { margin-left: auto; }
.main-navigation ul { display: flex; align-items: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.main-navigation li { position: relative; }
.main-navigation a { display: flex; align-items: center; min-height: 44px; padding: 0 14px; color: var(--wact-navy); border-radius: 12px; font-size: 14px; font-weight: 750; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.main-navigation a:hover, .main-navigation a:focus-visible, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a { color: var(--wact-orange-dark); background: var(--wact-orange-soft); }
.main-navigation .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px; display: grid; gap: 4px; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(8px); background: #fff; border: 1px solid var(--wact-border); border-radius: 14px; box-shadow: var(--wact-shadow); transition: .2s ease; }
.main-navigation li:hover > .sub-menu, .main-navigation li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.menu-toggle { display: none; align-items: center; gap: 9px; padding: 10px 12px; color: var(--wact-navy); background: #fff; border: 1px solid var(--wact-border); border-radius: 12px; font-weight: 800; }
.menu-toggle__icon { display: grid; gap: 4px; }
.menu-toggle__icon span { width: 19px; height: 2px; background: currentColor; border-radius: 999px; transition: .2s ease; }

.hero-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, var(--wact-navy-dark), var(--wact-navy) 58%, #174d79); }
.hero-section::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: linear-gradient(90deg, var(--wact-orange), #ffae53); }
.hero-section__grid { position: relative; z-index: 2; min-height: clamp(570px, 75vh, 760px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: clamp(48px, 7vw, 100px); padding-block: clamp(76px, 10vw, 132px); }
.hero-section__content { max-width: 690px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--wact-orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.hero-section .eyebrow { color: #ffc08a; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: currentColor; border-radius: 99px; }
.hero-section h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 6vw, 78px); line-height: .98; letter-spacing: -.045em; }
.hero-section__content > p { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.hero-section__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.wact-button, button, input[type="submit"], .wp-block-button__link, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    color: #fff;
    background: var(--wact-orange);
    border: 1px solid var(--wact-orange);
    border-radius: 13px;
    box-shadow: 0 10px 24px rgba(244,123,32,.22);
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.wact-button:hover, .wact-button:focus-visible, button:hover, input[type="submit"]:hover { color: #fff; background: var(--wact-orange-dark); border-color: var(--wact-orange-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(244,123,32,.3); }
.wact-button--ghost { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); box-shadow: none; }
.wact-button--ghost:hover { color: var(--wact-navy); background: #fff; border-color: #fff; }

.hero-visual { position: relative; min-height: 380px; }
.hero-visual::before { content: ""; position: absolute; width: 320px; height: 320px; top: 0; right: 0; background: radial-gradient(circle, rgba(244,123,32,.34), transparent 68%); filter: blur(4px); }
.hero-visual__panel { position: absolute; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 28px 80px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
.hero-visual__panel--main { inset: 30px 0 0 28px; padding: 28px; background: rgba(255,255,255,.10); border-radius: 28px; transform: rotate(2deg); }
.hero-visual__panel--main::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; pointer-events: none; }
.hero-visual__dot { display: inline-block; width: 9px; height: 9px; margin-right: 5px; border-radius: 50%; background: rgba(255,255,255,.6); }
.hero-visual__dot:first-child { background: var(--wact-orange); }
.hero-visual__line { position: relative; z-index: 1; width: 62%; height: 13px; margin-top: 23px; background: rgba(255,255,255,.18); border-radius: 99px; }
.hero-visual__line--wide { width: 88%; height: 18px; margin-top: 45px; background: rgba(255,255,255,.75); }
.hero-visual__cards { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 38px; }
.hero-visual__cards div { min-height: 120px; background: linear-gradient(160deg, rgba(255,255,255,.18), rgba(255,255,255,.05)); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.hero-visual__cards div:nth-child(2) { transform: translateY(20px); background: linear-gradient(160deg, rgba(244,123,32,.5), rgba(244,123,32,.14)); }
.hero-visual__panel--floating { right: -24px; bottom: 18px; display: flex; align-items: center; gap: 13px; width: min(320px, 82%); padding: 18px; background: rgba(255,255,255,.94); border-radius: 18px; transform: rotate(-2deg); }
.hero-visual__check { flex: 0 0 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--wact-orange); border-radius: 13px; font-size: 21px; font-weight: 900; }
.hero-visual__panel--floating strong, .hero-visual__panel--floating small { display: block; }
.hero-visual__panel--floating strong { color: var(--wact-navy); font-size: 14px; }
.hero-visual__panel--floating small { color: var(--wact-muted); }
.hero-section__shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-section__shape--one { width: 430px; height: 430px; top: -260px; left: -120px; border: 85px solid rgba(255,255,255,.035); }
.hero-section__shape--two { width: 250px; height: 250px; right: 8%; bottom: -180px; background: rgba(244,123,32,.14); }

.front-highlights { position: relative; z-index: 4; margin-top: -44px; }
.front-highlights__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.highlight-card { position: relative; overflow: hidden; padding: 28px; background: #fff; border: 1px solid var(--wact-border); border-radius: var(--wact-radius); box-shadow: var(--wact-shadow-sm); }
.highlight-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -35px; top: -35px; background: var(--wact-orange-soft); border-radius: 50%; }
.highlight-card__icon { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--wact-navy); border-radius: 12px; font-weight: 900; }
.highlight-card h2 { margin: 20px 0 8px; color: var(--wact-navy); font-size: 20px; }
.highlight-card p { margin: 0; color: var(--wact-muted); font-size: 14px; }

.front-content { padding-top: 74px; }
.section-heading { max-width: 670px; margin-bottom: 34px; }
.section-heading h2, .archive-header h1 { margin: 0; color: var(--wact-navy); font-size: clamp(34px, 5vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.archive-header { max-width: 760px; margin-bottom: 38px; }
.archive-header p, .archive-description { color: var(--wact-muted); font-size: 18px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 36px; }
.content-primary { min-width: 0; }

.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.post-card { overflow: hidden; background: #fff; border: 1px solid var(--wact-border); border-radius: var(--wact-radius); box-shadow: var(--wact-shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--wact-shadow); }
.post-card__image { position: relative; overflow: hidden; aspect-ratio: 16/9; display: block; background: linear-gradient(135deg, var(--wact-navy), var(--wact-navy-soft)); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card__image img { transform: scale(1.035); }
.post-card__image--placeholder { display: grid; place-items: center; text-decoration: none; }
.post-card__image--placeholder span { color: rgba(255,255,255,.14); font-size: 108px; font-weight: 900; }
.post-card__image::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--wact-orange); }
.post-card__body { padding: 24px; }
.post-card__meta, .entry-meta { color: var(--wact-orange-dark); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.post-card__title { margin: 9px 0 12px; font-size: 24px; line-height: 1.2; }
.post-card__title a { color: var(--wact-navy); text-decoration: none; }
.post-card__excerpt { color: var(--wact-muted); }
.post-card__excerpt p { margin: 0; }
.post-card__link { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--wact-navy); font-size: 14px; font-weight: 850; text-decoration: none; }

.entry-card { background: #fff; border: 1px solid var(--wact-border); border-radius: var(--wact-radius-lg); box-shadow: var(--wact-shadow-sm); }
.entry-card--page { padding: clamp(28px, 5vw, 58px); }
.entry-card--single { overflow: hidden; }
.entry-card--single .entry-header, .entry-card--single .entry-content, .entry-card--single .entry-footer { padding-inline: clamp(24px, 5vw, 58px); }
.entry-card--single .entry-header { padding-top: clamp(32px, 5vw, 58px); padding-bottom: 28px; }
.entry-title { margin: 7px 0 0; color: var(--wact-navy); font-size: clamp(36px, 6vw, 62px); line-height: 1.05; letter-spacing: -.04em; }
.entry-thumbnail { max-height: 620px; overflow: hidden; }
.entry-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.entry-content { padding-top: 14px; padding-bottom: clamp(36px, 6vw, 66px); font-size: 17px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--wact-navy); line-height: 1.22; }
.entry-content h2 { margin-top: 1.8em; font-size: clamp(28px, 4vw, 40px); }
.entry-content h3 { margin-top: 1.6em; font-size: 26px; }
.entry-content p, .entry-content ul, .entry-content ol { margin-block: 1.15em; }
.entry-content blockquote { margin: 2em 0; padding: 24px 28px; color: var(--wact-navy); background: var(--wact-orange-soft); border-left: 5px solid var(--wact-orange); border-radius: 0 16px 16px 0; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px 14px; border: 1px solid var(--wact-border); text-align: left; }
.entry-content th { color: #fff; background: var(--wact-navy); }
.alignwide { width: min(1080px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

.site-sidebar { position: sticky; top: 112px; display: grid; gap: 20px; }
.widget { padding: 24px; background: #fff; border: 1px solid var(--wact-border); border-radius: var(--wact-radius); box-shadow: var(--wact-shadow-sm); }
.widget-title { margin: 0 0 16px; color: var(--wact-navy); font-size: 18px; }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li + li { margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--wact-border); }
.widget a { text-decoration: none; }
.no-sidebar .content-layout { display: block; }
.no-sidebar .content-primary { max-width: 920px; margin-inline: auto; }

.search-form { display: flex; gap: 10px; width: min(100%, 620px); }
.search-form label { flex: 1; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    width: 100%;
    min-height: 50px;
    padding: 11px 14px;
    color: var(--wact-text);
    background: #fff;
    border: 1px solid #cdd9e6;
    border-radius: 12px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
}
textarea { min-height: 140px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--wact-orange); box-shadow: 0 0 0 4px rgba(244,123,32,.14); }
.search-submit { flex: 0 0 auto; }

.navigation.pagination { margin-top: 36px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 0 12px; color: var(--wact-navy); background: #fff; border: 1px solid var(--wact-border); border-radius: 10px; font-weight: 800; text-decoration: none; }
.page-numbers.current, .page-numbers:hover { color: #fff; background: var(--wact-navy); border-color: var(--wact-navy); }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.post-navigation a { display: block; height: 100%; padding: 18px; background: #fff; border: 1px solid var(--wact-border); border-radius: 14px; font-weight: 800; text-decoration: none; }
.post-navigation > div:last-child { text-align: right; }
.tag-list a { display: inline-flex; margin: 0 7px 7px 0; padding: 6px 10px; color: var(--wact-navy); background: var(--wact-surface-alt); border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; }

.empty-state { padding: clamp(34px, 6vw, 72px); text-align: center; }
.empty-state .eyebrow { justify-content: center; }
.empty-state h2 { margin: 0; color: var(--wact-navy); font-size: clamp(30px, 5vw, 48px); }
.empty-state p { max-width: 670px; margin: 18px auto 0; color: var(--wact-muted); }
.empty-state .search-form { margin: 24px auto 0; }
.error-page { position: relative; overflow: hidden; max-width: 900px; margin: 0 auto; padding: clamp(42px, 8vw, 94px); text-align: center; background: #fff; border: 1px solid var(--wact-border); border-radius: 36px; box-shadow: var(--wact-shadow); }
.error-page__code { position: absolute; top: -62px; right: -10px; color: rgba(11,39,72,.05); font-size: 220px; font-weight: 950; line-height: 1; }
.error-page h1 { position: relative; margin: 0; color: var(--wact-navy); font-size: clamp(38px, 6vw, 64px); line-height: 1.08; }
.error-page p { color: var(--wact-muted); }
.error-page .search-form { margin: 24px auto; }

.comments-area { margin-top: 24px; padding: clamp(24px, 4vw, 42px); }
.comment-list { padding-left: 22px; }
.comment-body { margin-bottom: 20px; padding: 18px; background: var(--wact-bg); border-radius: 14px; }

.site-footer { position: relative; overflow: hidden; padding: 76px 0 28px; color: rgba(255,255,255,.72); background: var(--wact-navy-dark); }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--wact-orange); }
.site-footer__glow { position: absolute; width: 420px; height: 420px; right: -200px; bottom: -260px; background: rgba(244,123,32,.15); border-radius: 50%; }
.footer-widgets { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; padding-bottom: 54px; }
.site-footer .widget { padding: 0; color: rgba(255,255,255,.7); background: transparent; border: 0; box-shadow: none; }
.site-footer .widget-title { color: #fff; }
.site-footer .widget a { color: rgba(255,255,255,.82); }
.site-footer .widget a:hover { color: #fff; }
.site-footer .widget li + li { border-color: rgba(255,255,255,.11); }
.site-footer__bottom { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 26px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer__brand { display: grid; }
.site-footer__brand strong { color: #fff; font-size: 20px; }
.site-footer__brand span { font-size: 13px; }
.footer-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; margin: 0; padding: 0; list-style: none; }
.footer-menu a { color: rgba(255,255,255,.78); font-size: 13px; text-decoration: none; }
.site-footer__copy { grid-column: 1/-1; margin: 0; font-size: 12px; }

/* Ajustes genéricos para WooCommerce e formulários de plugins. */
.woocommerce .woocommerce-breadcrumb { color: var(--wact-muted); }
.woocommerce ul.products li.product, .woocommerce div.product { background: #fff; border-radius: var(--wact-radius); }
.woocommerce span.onsale { background: var(--wact-orange); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--wact-orange); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--wact-orange); }

@media (max-width: 1040px) {
    .hero-section__grid { grid-template-columns: 1fr 380px; gap: 36px; }
    .content-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 24px; }
}

@media (max-width: 900px) {
    .wact-container { width: min(calc(100% - 30px), var(--wact-container)); }
    .site-header__inner { min-height: 72px; }
    .menu-toggle { display: inline-flex; }
    .main-navigation { position: absolute; top: calc(100% + 1px); left: 15px; right: 15px; display: none; margin: 0; padding: 12px; background: #fff; border: 1px solid var(--wact-border); border-radius: 0 0 18px 18px; box-shadow: var(--wact-shadow); }
    .site-header.is-menu-open .main-navigation { display: block; }
    .main-navigation ul { display: grid; align-items: stretch; gap: 3px; }
    .main-navigation a { min-height: 46px; }
    .main-navigation .sub-menu { position: static; min-width: 0; display: grid; padding: 4px 0 4px 16px; visibility: visible; opacity: 1; transform: none; background: transparent; border: 0; box-shadow: none; }
    .site-header.is-menu-open .menu-toggle__icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .site-header.is-menu-open .menu-toggle__icon span:nth-child(2) { opacity: 0; }
    .site-header.is-menu-open .menu-toggle__icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .hero-section__grid { min-height: auto; grid-template-columns: 1fr; padding-block: 80px 110px; }
    .hero-section__content { text-align: center; margin-inline: auto; }
    .hero-section .eyebrow { justify-content: center; }
    .hero-section__actions { justify-content: center; }
    .hero-visual { width: min(100%, 620px); min-height: 330px; margin: 0 auto; }
    .hero-visual__panel--main { inset: 10px 30px 0; }
    .hero-visual__panel--floating { right: 0; }
    .front-highlights__grid { grid-template-columns: 1fr; }
    .content-layout { grid-template-columns: 1fr; }
    .site-sidebar { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px) {
    .wact-container { width: min(calc(100% - 24px), var(--wact-container)); }
    .site-description { display: none; }
    .site-title { max-width: 190px; }
    .menu-toggle__label { display: none; }
    .hero-section h1 { font-size: clamp(40px, 13vw, 62px); }
    .hero-section__content > p { font-size: 17px; }
    .hero-section__actions { display: grid; }
    .hero-section__actions .wact-button { width: 100%; }
    .hero-visual { min-height: 265px; }
    .hero-visual__panel--main { inset: 0; padding: 20px; border-radius: 22px; }
    .hero-visual__cards div { min-height: 78px; }
    .hero-visual__panel--floating { width: 90%; bottom: -22px; }
    .front-highlights { margin-top: -28px; }
    .highlight-card { padding: 23px; }
    .post-grid { grid-template-columns: 1fr; }
    .site-sidebar { grid-template-columns: 1fr; }
    .search-form { display: grid; }
    .search-submit { width: 100%; }
    .post-navigation { grid-template-columns: 1fr; }
    .post-navigation > div:last-child { text-align: left; }
    .footer-widgets { grid-template-columns: 1fr; }
    .site-footer__bottom { grid-template-columns: 1fr; align-items: start; }
    .footer-menu { justify-content: flex-start; }
    .entry-card, .error-page { border-radius: 22px; }
    .alignwide, .alignfull { width: 100%; margin-left: 0; transform: none; }
}

@media (max-width: 420px) {
    .site-branding__mark { width: 42px; height: 42px; border-radius: 12px; }
    .site-title { max-width: 145px; font-size: 16px; }
    .hero-section__grid { padding-top: 64px; }
    .hero-visual { min-height: 230px; }
    .hero-visual__panel--floating { padding: 13px; }
    .hero-visual__panel--floating small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

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


/* Textos e links configuráveis — versão 2.1.0 */
.highlight-card--link{display:block;color:inherit;text-decoration:none}.highlight-card--link:hover,.highlight-card--link:focus-visible{color:inherit;transform:translateY(-4px);box-shadow:var(--wact-shadow)}
.site-footer__legal{margin-top:4px;color:rgba(255,255,255,.72);font-size:13px}.site-footer__quick-links{display:flex;flex-wrap:wrap;gap:12px}.site-footer__quick-links a{color:#fff;font-weight:750;text-decoration:none}.site-footer__quick-links a:hover{color:#ffc08a}
