/* =============================================================
 * Innova Toldos — main.css
 * Tema dark de alta conversão. Header/footer PHP + páginas Elementor.
 * ============================================================= */

:root {
	--it-bg:      #141414;
	--it-bg-2:    #1B1B1B;
	--it-card:    #232323;
	--it-card-2:  #2A2A2A;
	--it-line:    #383838;
	--it-accent:  #F5A21B;
	--it-accent-2:#D9880D;
	--it-red:     #C0392B;
	--it-title:   #FFFFFF;
	--it-body:    #DEDEDE;
	--it-muted:   #A9A9A9;
	--it-wpp:     #25D366;
	--it-wpp-2:   #1DA851;

	--it-wrap:    1200px;
	--it-radius:  14px;
	--it-font:    'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;

	--it-shadow:  0 14px 34px rgba(0,0,0,.45);
	--it-shadow-sm: 0 6px 18px rgba(0,0,0,.35);
	--it-head-h:  84px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--it-bg);
	color: var(--it-body);
	font-family: var(--it-font);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--it-accent); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--it-accent-2); }

h1, h2, h3, h4 { font-family: var(--it-font); color: var(--it-title); line-height: 1.2; margin: 0 0 .5em; }

p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; }

/* ---------- Layout ---------- */
.it-wrap { width: 100%; max-width: var(--it-wrap); margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.it-content { padding-top: 48px; padding-bottom: 64px; }
.it-narrow { max-width: 820px; }

.screen-reader-text {
	border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
}

.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 100000;
	background: var(--it-accent); color: #141414; font-weight: 700;
	padding: 12px 20px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #141414; }

/* Faixa listrada âmbar/vermelho — assinatura visual */
.it-stripe {
	height: 4px; width: 100%;
	background: repeating-linear-gradient(45deg, var(--it-accent) 0 14px, var(--it-red) 14px 28px);
}

/* ---------- Kicker / H1 / breadcrumb (templates PHP) ---------- */
.it-kicker {
	display: inline-block; text-transform: uppercase; letter-spacing: 1.8px;
	font-size: 13px; font-weight: 700; color: var(--it-accent); margin-bottom: 10px;
}
.it-h1 { font-size: clamp(28px, 5vw, 44px); font-weight: 800; letter-spacing: -1px; margin-bottom: 14px; }

.it-crumbs { font-size: 14px; font-weight: 600; color: var(--it-muted); margin-bottom: 22px; }
.it-crumbs a { color: var(--it-muted); }
.it-crumbs a:hover { color: var(--it-accent); }
.it-crumbs span { color: var(--it-line); margin: 0 6px; }

/* ---------- Prosa (glossário single, page.php) ---------- */
.it-entry { color: var(--it-body); font-size: 17px; }
.it-entry h2 { font-size: 26px; font-weight: 800; margin: 1.4em 0 .5em; letter-spacing: -.4px; }
.it-entry h3 { font-size: 21px; font-weight: 700; margin: 1.2em 0 .4em; color: var(--it-title); }
.it-entry a { color: var(--it-accent); text-decoration: underline; text-underline-offset: 3px; }
.it-entry strong { color: #fff; }
.it-entry ul, .it-entry ol { margin: 0 0 1.2em; padding-left: 1.3em; }
.it-entry li { margin-bottom: .4em; }
.it-entry img { border-radius: 12px; margin: 1.2em 0; box-shadow: var(--it-shadow-sm); }
.it-entry blockquote {
	margin: 1.4em 0; padding: 14px 22px; border-left: 4px solid var(--it-accent);
	background: var(--it-card); border-radius: 0 10px 10px 0; color: var(--it-body);
}

/* =============================================================
 * BOTÕES
 * ============================================================= */
.it-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	padding: 14px 26px; border-radius: 10px; font-weight: 700; font-size: 15.5px;
	line-height: 1; letter-spacing: .2px; cursor: pointer; border: 1px solid transparent;
	transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
	white-space: nowrap; text-align: center;
}
.it-btn:active { transform: translateY(1px); }

.it-btn--wpp { background: var(--it-wpp); color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.28); }
.it-btn--wpp:hover { background: var(--it-wpp-2); color: #fff; box-shadow: 0 10px 26px rgba(37,211,102,.36); }

.it-btn--accent { background: var(--it-accent); color: #141414; }
.it-btn--accent:hover { background: var(--it-accent-2); color: #141414; }

.it-btn--ghost { background: rgba(255,255,255,.05); color: #fff; border-color: rgba(255,255,255,.28); }
.it-btn--ghost:hover { background: #fff; color: #141414; border-color: #fff; }

/* Ícone WhatsApp (máscara SVG) */
.it-wpp-ico {
	width: 18px; height: 18px; display: inline-block; flex: 0 0 auto; background: currentColor;
	-webkit-mask: no-repeat center / contain; mask: no-repeat center / contain;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C9.4 3 4 8.2 4 14.7c0 2.6.9 5 2.4 7L4 29l7.5-2.3c1.4.7 2.9 1 4.5 1 6.6 0 12-5.2 12-11.7S22.6 3 16 3zm5.7 14.2c-.3-.2-1.8-.9-2.1-1-.3-.1-.5-.2-.7.2-.2.3-.8 1-.9 1.2-.2.2-.4.2-.7.1-.3-.2-1.3-.5-2.5-1.6-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.4.3-.6.1-.2 0-.4 0-.6-.1-.2-.7-1.7-1-2.3-.3-.6-.5-.5-.7-.5h-.6c-.2 0-.6.1-.9.4-.3.3-1.1 1.1-1.1 2.7s1.2 3.1 1.3 3.3c.2.2 2.3 3.6 5.7 5 3.3 1.4 3.3.9 3.9.9.6-.1 1.8-.7 2.1-1.5.3-.7.3-1.3.2-1.5z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C9.4 3 4 8.2 4 14.7c0 2.6.9 5 2.4 7L4 29l7.5-2.3c1.4.7 2.9 1 4.5 1 6.6 0 12-5.2 12-11.7S22.6 3 16 3zm5.7 14.2c-.3-.2-1.8-.9-2.1-1-.3-.1-.5-.2-.7.2-.2.3-.8 1-.9 1.2-.2.2-.4.2-.7.1-.3-.2-1.3-.5-2.5-1.6-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.4.3-.6.1-.2 0-.4 0-.6-.1-.2-.7-1.7-1-2.3-.3-.6-.5-.5-.7-.5h-.6c-.2 0-.6.1-.9.4-.3.3-1.1 1.1-1.1 2.7s1.2 3.1 1.3 3.3c.2.2 2.3 3.6 5.7 5 3.3 1.4 3.3.9 3.9.9.6-.1 1.8-.7 2.1-1.5.3-.7.3-1.3.2-1.5z'/%3E%3C/svg%3E");
}

/* =============================================================
 * CABEÇALHO
 * ============================================================= */
.site-header {
	position: sticky; top: 0; z-index: 1000;
	background: rgba(20,20,20,.96);
	backdrop-filter: saturate(140%) blur(8px);
	border-bottom: 1px solid var(--it-line);
}
.site-header .it-stripe { position: absolute; top: 0; left: 0; }

.header-bar {
	display: flex; align-items: center; justify-content: space-between; gap: 18px;
	min-height: var(--it-head-h); padding-top: 10px; padding-bottom: 10px;
}

.brand-chip {
	display: inline-flex; align-items: center; justify-content: center;
	background: #fff; border-radius: 12px; padding: 8px 14px; box-shadow: var(--it-shadow-sm);
}
.brand-chip img { height: 52px; width: auto; }
.brand-chip--sm img { height: 42px; }
.brand-logo { display: inline-flex; flex: 0 0 auto; }

/* Menu desktop */
.nav-desk { margin-left: auto; }
.nav-desk .menu { list-style: none; display: flex; align-items: center; gap: 4px; }
.nav-desk .menu > li { position: relative; }
.nav-desk .menu > li > a {
	display: block; padding: 12px 14px; color: var(--it-body); font-weight: 600; font-size: 15px;
	border-radius: 8px;
}
.nav-desk .menu > li > a:hover { color: #fff; background: rgba(255,255,255,.05); }
.nav-desk .menu-item-has-children > a::after {
	content: "▾"; font-size: 11px; margin-left: 6px; color: var(--it-accent); vertical-align: middle;
}

/* Dropdown */
.nav-desk .sub-menu {
	position: absolute; top: calc(100% + 6px); left: 0; min-width: 250px;
	list-style: none; background: var(--it-card); border: 1px solid var(--it-line);
	border-radius: 12px; padding: 8px; box-shadow: var(--it-shadow);
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
	max-height: 70vh; overflow-y: auto;
}
.nav-desk .menu > li:hover > .sub-menu,
.nav-desk .menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-desk .sub-menu li a {
	display: block; padding: 10px 14px; color: var(--it-body); font-size: 14.5px; font-weight: 500; border-radius: 8px;
}
.nav-desk .sub-menu li a:hover { background: rgba(245,162,27,.12); color: var(--it-accent); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta { padding: 12px 20px; font-size: 14.5px; }

/* Hambúrguer */
.nav-toggle {
	display: none; width: 46px; height: 42px; border: 1px solid var(--it-line);
	background: var(--it-card); border-radius: 10px; cursor: pointer; padding: 0;
	flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =============================================================
 * MENU MOBILE (DRAWER)
 * ============================================================= */
.nav-mobile { position: fixed; inset: 0; z-index: 2000; visibility: hidden; }
.nav-mobile.is-open { visibility: visible; }

.nav-mobile-backdrop {
	position: absolute; inset: 0; background: rgba(0,0,0,.6);
	opacity: 0; transition: opacity .28s ease;
}
.nav-mobile.is-open .nav-mobile-backdrop { opacity: 1; }

.nav-mobile-panel {
	position: absolute; top: 0; right: 0; height: 100%; width: min(88vw, 360px);
	background: var(--it-bg-2); border-left: 1px solid var(--it-line);
	box-shadow: -20px 0 50px rgba(0,0,0,.5);
	transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1);
	display: flex; flex-direction: column; overflow-y: auto; padding: 16px;
}
.nav-mobile.is-open .nav-mobile-panel { transform: translateX(0); }

.nm-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--it-line); }
.nm-close { background: none; border: none; color: var(--it-muted); font-size: 34px; line-height: 1; cursor: pointer; padding: 0 6px; }
.nm-close:hover { color: #fff; }

.nav-mobile .menu { list-style: none; }
.nav-mobile .menu > li { border-bottom: 1px solid var(--it-line); }
.nav-mobile .menu > li > a { display: block; padding: 14px 6px; color: var(--it-body); font-weight: 600; font-size: 16px; }
.nav-mobile .menu-item-has-children { position: relative; }
.nav-mobile .menu-item-has-children > a { display: flex; align-items: center; justify-content: space-between; }
.nav-mobile .menu-item-has-children > a::after {
	content: "+"; font-size: 22px; color: var(--it-accent); font-weight: 400; transition: transform .2s ease;
}
.nav-mobile .menu-item-has-children.open > a::after { content: "−"; }

.nav-mobile .sub-menu { list-style: none; max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.nav-mobile .menu-item-has-children.open > .sub-menu { max-height: 600px; }
.nav-mobile .sub-menu li a { display: block; padding: 11px 6px 11px 18px; color: var(--it-muted); font-size: 14.5px; }
.nav-mobile .sub-menu li a:hover { color: var(--it-accent); }
.nav-mobile .sub-menu li:last-child a { padding-bottom: 14px; }

.nm-cta { display: grid; gap: 10px; margin-top: 18px; }
.nm-cta .it-btn { width: 100%; }

/* =============================================================
 * BOTÕES FLUTUANTES
 * ============================================================= */
.it-float { position: fixed; right: 16px; bottom: 16px; z-index: 900; display: flex; flex-direction: column; gap: 10px; }
.it-float-btn {
	display: inline-flex; align-items: center; gap: 10px;
	background: var(--it-wpp); color: #fff; border-radius: 50px; padding: 12px 18px;
	box-shadow: 0 8px 24px rgba(37,211,102,.4); font-weight: 700; overflow: hidden;
	transition: background .2s ease, transform .15s ease;
}
.it-float-btn:hover { background: var(--it-wpp-2); color: #fff; transform: translateY(-2px); }
.it-float-btn svg { flex: 0 0 auto; }
.it-float-txt { display: flex; flex-direction: column; line-height: 1.15; }
.it-float-txt strong { font-size: 14px; }
.it-float-txt small { font-size: 11.5px; opacity: .9; font-weight: 500; }

.it-float-btn { animation: itPulse 2.6s ease-in-out infinite; }
@keyframes itPulse {
	0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,.4); }
	50% { box-shadow: 0 8px 30px rgba(37,211,102,.7); }
}

/* =============================================================
 * FORMULÁRIO DE ORÇAMENTO (widget HTML no Elementor)
 * ============================================================= */
.it-form {
	background: var(--it-card); border: 1px solid var(--it-line); border-radius: var(--it-radius);
	padding: 26px; box-shadow: var(--it-shadow); max-width: 620px; margin: 0 auto;
}
.it-form-row { margin-bottom: 14px; }
.it-form-row label { display: block; font-size: 13.5px; font-weight: 600; color: var(--it-muted); margin-bottom: 6px; }
.it-form-row input {
	width: 100%; background: var(--it-bg); border: 1px solid var(--it-line); color: #fff;
	border-radius: 10px; padding: 13px 15px; font-family: var(--it-font); font-size: 15px;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.it-form-row input::placeholder { color: #6f6f6f; }
.it-form-row input:focus { outline: none; border-color: var(--it-accent); box-shadow: 0 0 0 3px rgba(245,162,27,.18); }

.it-form-hint { font-size: 14px; font-weight: 600; color: var(--it-body); margin: 18px 0 12px; text-align: center; }
.it-form-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.it-form-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px; text-align: center;
	background: var(--it-wpp); color: #fff; border-radius: 10px; padding: 15px 16px;
	font-weight: 700; font-size: 14.5px; line-height: 1.2;
	box-shadow: 0 8px 22px rgba(37,211,102,.28); transition: background .2s ease, transform .15s ease;
}
.it-form-btn:hover { background: var(--it-wpp-2); color: #fff; transform: translateY(-1px); }
.it-form-btn:active { transform: translateY(1px); }

/* =============================================================
 * GLOSSÁRIO
 * ============================================================= */
.it-gloss .gloss-head, .it-gloss-single .gs-header {
	background: var(--it-card); border: 1px solid var(--it-line); border-radius: var(--it-radius);
	padding: 30px; margin-bottom: 26px; box-shadow: var(--it-shadow-sm);
}
.gloss-count { color: var(--it-muted); font-weight: 600; margin: 0; }
.gloss-count strong { color: var(--it-accent); }

/* Busca */
.gloss-search { display: flex; gap: 10px; margin: 20px 0 24px; }
.gloss-search input {
	flex: 1; background: var(--it-card); border: 1px solid var(--it-line); color: #fff;
	border-radius: 10px; padding: 13px 16px; font-family: var(--it-font); font-size: 15px;
}
.gloss-search input::placeholder { color: #6f6f6f; }
.gloss-search input:focus { outline: none; border-color: var(--it-accent); box-shadow: 0 0 0 3px rgba(245,162,27,.18); }

/* Filtros A-Z */
.gloss-letras { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; }
.gloss-letra {
	display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px;
	padding: 0 10px; background: var(--it-card); border: 1px solid var(--it-line); border-radius: 9px;
	color: var(--it-body); font-weight: 700; font-size: 14px; transition: all .18s ease;
}
.gloss-letra:hover { border-color: var(--it-accent); color: var(--it-accent); }
.gloss-letra.is-active { background: var(--it-accent); border-color: var(--it-accent); color: #141414; }

/* Grid de cards */
.gloss-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gloss-card {
	position: relative; display: flex; flex-direction: column; background: var(--it-card);
	border: 1px solid var(--it-line); border-radius: var(--it-radius); padding: 24px 22px;
	overflow: hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.gloss-card::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--it-accent); }
.gloss-card:hover { transform: translateY(-4px); border-color: var(--it-accent); box-shadow: var(--it-shadow); }
.gloss-card-letra {
	display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
	background: rgba(245,162,27,.14); color: var(--it-accent); font-weight: 800; font-size: 20px;
	border-radius: 10px; margin-bottom: 14px;
}
.gloss-card-title { font-size: 19px; font-weight: 700; margin: 0 0 8px; color: #fff; }
.gloss-card-excerpt { font-size: 14.5px; color: var(--it-muted); margin: 0 0 18px; flex: 1; line-height: 1.6; }
.gloss-card-btn { align-self: flex-start; padding: 10px 18px; font-size: 13.5px; }

.gloss-vazio { background: var(--it-card); border: 1px solid var(--it-line); border-radius: var(--it-radius); padding: 40px; text-align: center; color: var(--it-muted); }

/* Paginação */
.gloss-pag { margin-top: 34px; }
.gloss-pag .nav-links, .gloss-pag .page-numbers { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; list-style: none; }
.gloss-pag .page-numbers {
	display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px;
	background: var(--it-card); border: 1px solid var(--it-line); border-radius: 9px; color: var(--it-body); font-weight: 700;
}
.gloss-pag .page-numbers.current { background: var(--it-accent); border-color: var(--it-accent); color: #141414; }
.gloss-pag a.page-numbers:hover { border-color: var(--it-accent); color: var(--it-accent); }

/* CTA do glossário */
.gloss-cta, .gs-cta {
	margin-top: 40px; background: linear-gradient(160deg, var(--it-card), #1e1e1e);
	border: 1px solid var(--it-line); border-radius: 18px; padding: 40px 30px; text-align: center;
}
.gloss-cta h2, .gs-cta h2 { font-size: clamp(22px,3vw,28px); font-weight: 800; margin: 0 0 10px; }
.gloss-cta-botoes, .gs-cta-botoes { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 18px 0 0; }

/* Glossário single */
.gs-thumb { margin: 0 0 24px; }
.gs-thumb img { border-radius: var(--it-radius); box-shadow: var(--it-shadow-sm); }
.gs-content { margin-bottom: 10px; }

.gs-rel { margin-top: 44px; }
.gs-rel-title { font-size: 22px; font-weight: 800; margin-bottom: 18px; }
.gs-rel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gs-rel-card {
	display: flex; align-items: center; gap: 12px; background: var(--it-card); border: 1px solid var(--it-line);
	border-radius: 12px; padding: 14px 16px; transition: border-color .2s ease, transform .2s ease;
}
.gs-rel-card:hover { border-color: var(--it-accent); transform: translateY(-2px); }
.gs-rel-letra {
	display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex: 0 0 auto;
	background: rgba(245,162,27,.14); color: var(--it-accent); font-weight: 800; border-radius: 8px;
}
.gs-rel-nome { font-size: 14.5px; font-weight: 600; color: var(--it-body); }
.gs-rel-card:hover .gs-rel-nome { color: #fff; }
.gs-rel-todos { margin-top: 18px; }
.gs-rel-todos a { font-weight: 700; }

/* =============================================================
 * 404
 * ============================================================= */
.it-404 { text-align: center; padding-top: 70px; padding-bottom: 90px; }
.it-404-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; }

/* =============================================================
 * RODAPÉ
 * ============================================================= */
.site-footer { background: var(--it-bg-2); border-top: 1px solid var(--it-line); margin-top: 60px; }
.site-footer .it-stripe { }

.footer-brand { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 40px; padding-bottom: 10px; }
.footer-tagline { color: var(--it-muted); font-weight: 600; margin: 0; font-size: 15px; }

.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding-top: 30px; padding-bottom: 40px; }
.f-col { min-width: 0; }
.f-title {
	position: relative; font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 16px; padding-bottom: 10px;
	text-transform: uppercase; letter-spacing: .6px;
}
.f-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; background: var(--it-accent); border-radius: 2px; }
.f-title--gap { margin-top: 26px; }

.f-col p { color: var(--it-muted); font-size: 14px; line-height: 1.7; }

.f-google { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.f-stars { color: var(--it-accent); letter-spacing: 1px; }
.f-google strong { color: #fff; font-size: 16px; }
.f-google-qtd { color: var(--it-muted); font-size: 13px; }

.f-redes { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
.f-redes a { color: var(--it-body); font-weight: 600; font-size: 14px; }
.f-redes a:hover { color: var(--it-accent); }

.f-links { list-style: none; }
.f-links li { margin-bottom: 10px; }
.f-links a { color: var(--it-muted); font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; }
.f-links a:hover { color: var(--it-accent); }
.f-links--contato a { color: var(--it-body); }
.f-horario { color: var(--it-muted); font-size: 13.5px; }

.footer-bar { border-top: 1px solid var(--it-line); padding: 20px 0; }
.footer-bar p { margin: 0; color: var(--it-muted); font-size: 13px; text-align: center; }
.footer-bar strong { color: var(--it-body); }

/* =============================================================
 * FOCO ACESSÍVEL
 * ============================================================= */
a:focus-visible, button:focus-visible, input:focus-visible, .it-btn:focus-visible, .gloss-letra:focus-visible {
	outline: 2px solid var(--it-accent); outline-offset: 2px;
}

/* =============================================================
 * RESPONSIVO
 * ============================================================= */
@media (max-width: 1024px) {
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 26px; }
	.gloss-grid { grid-template-columns: repeat(2, 1fr); }
	.gs-rel-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
	.nav-desk { display: none; }
	.nav-toggle { display: inline-flex; }
	.header-cta { display: none; }
}

@media (max-width: 768px) {
	body { font-size: 15.5px; }
	.it-content { padding-top: 34px; padding-bottom: 48px; }
	.it-form-btns { grid-template-columns: 1fr; }
	.it-float-txt { display: none; }
	.it-float-btn { width: 56px; height: 56px; padding: 0; justify-content: center; border-radius: 50%; }
	.it-float { right: 14px; bottom: 14px; }
}

@media (max-width: 560px) {
	.footer-grid { grid-template-columns: 1fr; }
	.gloss-grid { grid-template-columns: 1fr; }
	.gs-rel-grid { grid-template-columns: 1fr; }
	.gloss-cta, .gs-cta { padding: 30px 20px; }
	.brand-chip img { height: 44px; }
	.it-form { padding: 20px; }
}

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