/* =============================================================
 * Innova Toldos — main.css
 * Tema claro e elegante (carvão + taupe sobre branco).
 * Header/footer em PHP + páginas em Elementor.
 * ============================================================= */

:root {
	--it-paper:   #131211;
	--it-paper-2: #1A1817;
	--it-paper-3: #262220;
	--it-card:    #201D1B;
	--it-line:    #35312D;
	--it-ambar:   #CD9430;
	--it-brand:   #C12A2D;
	--it-ambar-2: #E2A93D;
	--it-ambar-l: #EBB44E;
	--it-preto:   #131211;
	--it-ink:     #F6F2EA;
	--it-ink-2:   #0C0B0A;
	--it-body:    #C6C0B6;
	--it-muted:   #A69F94;
	--it-wpp:     #118546;
	--it-wpp-2:   #0C6234;

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

	--it-shadow:    0 18px 44px rgba(0,0,0,.45);
	--it-shadow-sm: 0 8px 22px rgba(0,0,0,.32);
	--it-head-h:  86px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--it-paper);
	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-ambar); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--it-ambar-2); }
h1, h2, h3, h4 { font-family: var(--it-font); color: var(--it-ink); 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-ambar); color: var(--it-preto); font-weight: 700;
	padding: 12px 20px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: var(--it-preto); }

/* Faixa listrada vermelha/branca — assinatura visual (o toldo do logo) */
.it-stripe {
	height: 4px; width: 100%;
	background: repeating-linear-gradient(45deg, var(--it-brand) 0 14px, #F2F2F2 14px 28px);
}

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

.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-ambar); }
.it-crumbs span { color: var(--it-line); margin: 0 6px; }

/* ---------- Prosa (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-ink); }
.it-entry a { color: var(--it-ambar); text-decoration: underline; text-underline-offset: 3px; }
.it-entry strong { color: var(--it-ink); }
.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-ambar);
	background: var(--it-paper-2); 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(17,133,70,.28); }
.it-btn--wpp:hover { background: var(--it-wpp-2); color: #fff; box-shadow: 0 10px 26px rgba(17,133,70,.36); }

.it-btn--accent { background: var(--it-ambar); color: var(--it-preto); box-shadow: 0 8px 22px rgba(205,148,48,.30); }
.it-btn--accent:hover { background: var(--it-ambar-2); color: var(--it-preto); }

.it-btn--ghost { background: transparent; color: var(--it-ink); border-color: var(--it-line); }
.it-btn--ghost:hover { background: var(--it-ambar); color: var(--it-preto); border-color: var(--it-ambar); }

/* Í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 (claro)
 * ============================================================= */
.site-header {
	position: sticky; top: 0; z-index: 1000;
	background: rgba(19,18,17,.94);
	backdrop-filter: saturate(140%) blur(8px);
	border-bottom: 1px solid var(--it-line);
}
.site-header .it-stripe { position: absolute; bottom: -5px; 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: 1px solid var(--it-line); border-radius: 12px; padding: 6px 10px;
	box-shadow: var(--it-shadow-sm);
}
.brand-chip img { height: 62px; width: auto; }
.brand-chip--sm img { height: 50px; }
.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-ink); font-weight: 600; font-size: 15px;
	border-radius: 8px;
}
.nav-desk .menu > li > a:hover { color: var(--it-ambar); background: rgba(205,148,48,.08); }
.nav-desk .menu-item-has-children > a::after {
	content: "▾"; font-size: 11px; margin-left: 6px; color: var(--it-ambar); 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(205,148,48,.12); color: var(--it-ambar); }

.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: var(--it-ink); 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 claro)
 * ============================================================= */
.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(43,43,43,.45);
	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-paper-2); border-left: 1px solid var(--it-line);
	box-shadow: -20px 0 50px rgba(43,43,43,.18);
	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: var(--it-ink); }

.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-ink); 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-ambar); 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-ambar); }
.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; align-items: flex-end;
}
.it-float-btn {
	display: inline-flex; align-items: center; gap: 11px;
	background: var(--it-wpp); color: #fff; border-radius: 50px;
	padding: 8px 22px 8px 8px; text-decoration: none;
	box-shadow: 0 10px 26px rgba(0,0,0,.5); font-weight: 700;
	border: 1px solid rgba(255,255,255,.16);
	transition: background .2s ease, transform .15s ease;
}
.it-float-btn:hover { background: var(--it-wpp-2); color: #fff; transform: translateY(-2px); }
.it-float-ico {
	flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%;
	background: #fff; color: var(--it-wpp);
	display: inline-flex; align-items: center; justify-content: center;
}
.it-float-ico svg { display: block; }
.it-float-txt { display: flex; flex-direction: column; line-height: 1.2; }
.it-float-txt strong { font-size: 14.5px; letter-spacing: -.2px; }
.it-float-txt small { font-size: 11.5px; opacity: .92; font-weight: 500; }

.it-float-btn:first-child { animation: mcPulse 2.6s ease-in-out infinite; }
@keyframes mcPulse {
	0%, 100% { box-shadow: 0 8px 24px rgba(17,133,70,.4); }
	50% { box-shadow: 0 8px 30px rgba(17,133,70,.7); }
}

/* =============================================================
 * FORMULÁRIO DE ORÇAMENTO
 * ============================================================= */
.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-ink); margin-bottom: 6px; }
.it-form-row input {
	width: 100%; background: var(--it-paper-3); border: 1px solid var(--it-line); color: var(--it-ink);
	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: #757068; }
.it-form-row input:focus { outline: none; border-color: var(--it-ambar); box-shadow: 0 0 0 3px rgba(205,148,48,.18); }

.it-form-hint { font-size: 14px; font-weight: 600; color: var(--it-ink); 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(17,133,70,.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); }

/* =============================================================
 * 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É (claro)
 * ============================================================= */
.site-footer { background: var(--it-paper-2); border-top: 1px solid var(--it-line); margin-top: 60px; }

.footer-brand { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 40px; padding-bottom: 10px; }
.footer-tagline { color: var(--it-body); 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: var(--it-ink); 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-ambar); border-radius: 2px; }
.f-title--gap { margin-top: 26px; }

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

.f-google { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.f-stars { color: var(--it-ambar); letter-spacing: 1px; }
.f-google strong { color: var(--it-ink); 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-ambar); }

.f-links { list-style: none; }
.f-links li { margin-bottom: 10px; }
.f-links a { color: var(--it-body); font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; }
.f-links a:hover { color: var(--it-ambar); }
.f-links--contato a { color: var(--it-ink); }
.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); }

/* =============================================================
 * RESPONSIVO
 * ============================================================= */
@media (max-width: 1024px) {
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 26px; }
	.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; }
	/* Os dois DDDs continuam legíveis no celular — é o objetivo do recurso. */
	.it-float { right: 10px; bottom: 10px; gap: 8px; }
	.it-float-btn { padding: 6px 18px 6px 6px; gap: 9px; }
	.it-float-ico { width: 34px; height: 34px; }
	.it-float-ico svg { width: 21px; height: 21px; }
	.it-float-txt strong { font-size: 13px; }
	.it-float-txt small { font-size: 10.5px; }
	.brand-chip img { height: 50px; }
}

@media (max-width: 560px) {
	.footer-grid { grid-template-columns: 1fr; }
	.brand-chip img { height: 46px; }
	.it-form { padding: 20px; }
}

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

/* Formulário com botão único de WhatsApp */
.it-form-btns--single { grid-template-columns: 1fr; }

/* Links internos automáticos: herdam a cor do texto com sublinhado sutil taupe */
.it-auto-link { color: inherit; text-decoration: underline; text-decoration-color: var(--it-ambar); text-underline-offset: 2px; text-decoration-thickness: 1px; }
.it-auto-link:hover { color: var(--it-ambar); }

/* =============================================================
   ARQUITETURA VISUAL EXCLUSIVA — Innova Toldos
   Hero dividido, abas, contadores, zigue-zague, linha do tempo,
   depoimentos, toggle, lateral fixa. Estilos dos blocos IT_UI.
   ============================================================= */

/* --- Kicker com barrinha âmbar (assinatura) --- */
.it-kick .elementor-heading-title {
	position: relative; display: inline-block;
	text-transform: uppercase; padding-left: 34px;
}
.it-kick .elementor-heading-title::before {
	content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	width: 24px; height: 3px; background: var(--it-ambar);
}
.it-kick--c .elementor-heading-title { padding-left: 0; padding-top: 14px; }
.it-kick--c .elementor-heading-title::before { left: 50%; top: 0; transform: translateX(-50%); }

/* --- Foto com bloco âmbar deslocado atrás (identidade do tema) --- */
.it-shot { position: relative; }
.it-shot::before {
	content: ""; position: absolute; z-index: 0;
	right: -14px; top: -14px; width: 62%; height: 58%;
	background: var(--it-ambar); border-radius: 4px;
}
.it-shot::after {
	content: ""; position: absolute; z-index: 0;
	left: -14px; bottom: -14px; width: 38%; height: 34%;
	border: 3px solid var(--it-ink); border-radius: 4px;
}
.it-shot > .elementor-widget-wrap,
.it-shot .elementor-widget-image { position: relative; z-index: 1; }
.it-shot .it-shot-img img {
	width: 100%; display: block; border-radius: 4px;
	box-shadow: 0 18px 44px rgba(43,43,43,.16);
}
.it-shot--zig::after { display: none; }
@media (max-width: 767px) {
	.it-shot::before { right: -8px; top: -8px; }
	.it-shot::after { display: none; }
}

/* --- Faixa listrada como divisória de seção --- */
.it-sec-stripe .elementor-widget-html { line-height: 0; }
.it-sec-stripe .it-stripe { height: 5px; }

/* --- Selos do hero (lista inline) --- */
.it-selos .elementor-icon-list-items { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.it-selos .elementor-icon-list-item { margin: 0 !important; }

/* --- Migalha --- */
.it-crumb-sep { color: var(--it-muted); opacity: .6; }
.it-el-crumbs a { color: var(--it-muted); text-decoration: none; }
.it-el-crumbs a:hover { color: var(--it-ambar); }

/* --- ABAS DE CATEGORIA --- */
.it-tabs .elementor-tabs-wrapper { gap: 6px; }
.it-tabs .elementor-tab-title {
	border: 1px solid var(--it-line) !important; border-bottom: none !important;
	border-radius: 8px 8px 0 0; background: var(--it-paper-2);
	padding: 15px 24px !important; transition: color .18s, background .18s;
}
.it-tabs .elementor-tab-title.elementor-active {
	background: var(--it-card) !important;
	border-bottom: 1px solid var(--it-card) !important;
	box-shadow: inset 0 3px 0 var(--it-ambar);
}
.it-tabs .elementor-tab-title:not(.elementor-active):hover { color: var(--it-ambar) !important; }
.it-tabs .elementor-tabs-content-wrapper { border-radius: 0 10px 10px 10px; }
.it-tabs .elementor-tab-content { padding: 28px !important; }
.it-tabs .elementor-tab-mobile-title {
	border: 1px solid var(--it-line) !important; border-radius: 8px; margin-bottom: 6px;
	background: var(--it-paper-2); font-weight: 800;
}
.it-tablist {
	list-style: none; margin: 18px 0 0; padding: 0;
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 24px;
}
.it-tablist li { margin: 0; }
.it-tablist a {
	display: block; padding: 9px 0 9px 20px; position: relative;
	color: var(--it-ink); text-decoration: none; font-weight: 600; font-size: 15px;
	border-bottom: 1px dashed var(--it-line); transition: color .16s, padding .16s;
}
.it-tablist a::before {
	content: "›"; position: absolute; left: 4px; top: 50%; transform: translateY(-52%);
	color: var(--it-ambar); font-weight: 800;
}
.it-tablist a:hover { color: var(--it-ambar); padding-left: 26px; }
.it-tabcta { margin: 24px 0 0; }
@media (max-width: 767px) { .it-tablist { grid-template-columns: 1fr; } }

/* --- CONTADORES (faixa carvão) --- */
.it-counters .elementor-counter-number-wrapper { justify-content: center; }
.it-count { text-align: center; }
.it-count .elementor-counter-title { margin-top: 4px; }
.it-count + .it-count { border-left: 1px solid rgba(19,18,17,.16); }
@media (max-width: 767px) {
	.it-count + .it-count { border-left: none; }
	.it-count { padding: 14px 0; }
}

/* --- ZIGUE-ZAGUE --- */
.it-zig .elementor-widget-icon-list .elementor-icon-list-item { align-items: flex-start; }

/* --- CHECKLIST --- */
.it-check-list .elementor-icon-list-item {
	background: var(--it-card); border: 1px solid var(--it-line);
	border-left: 3px solid var(--it-ambar); border-radius: 8px;
	padding: 13px 15px !important; margin-bottom: 10px !important;
	align-items: flex-start;
}
.it-check-list .elementor-icon-list-icon { padding-top: 2px; }

/* --- LINHA DO TEMPO VERTICAL --- */
.it-timeline { position: relative; }
.it-timeline::before {
	content: ""; position: absolute; left: 12px; top: 8px; bottom: 26px;
	width: 2px; background: linear-gradient(180deg, var(--it-ambar), var(--it-line));
}
.it-tl-item { position: relative; }
.it-tl-num { position: relative; }
.it-tl-num::before {
	content: ""; position: absolute; left: 5px; top: 6px;
	width: 16px; height: 16px; border-radius: 50%;
	background: var(--it-paper-2); border: 3px solid var(--it-ambar); z-index: 1;
}
.it-tl-num .elementor-widget-heading { padding-left: 30px; }
@media (max-width: 767px) {
	.it-timeline::before { left: 8px; }
	.it-tl-num::before { left: 2px; width: 13px; height: 13px; border-width: 2px; }
	.it-tl-num .elementor-widget-heading { padding-left: 22px; }
}

/* --- DEPOIMENTOS --- */
.it-quote {
	background: var(--it-card); border: 1px solid var(--it-line);
	border-left: 3px solid var(--it-ambar); border-radius: 10px;
}
.it-quote > .elementor-widget-wrap { padding: 26px 24px !important; }
.it-testi .elementor-testimonial-wrapper { text-align: left; }
.it-testi .elementor-testimonial-content { margin-bottom: 14px; }
.it-testi .elementor-testimonial-content::before { content: "“"; color: var(--it-ambar); font-weight: 900; }
.it-testi .elementor-testimonial-content::after { content: "”"; color: var(--it-ambar); font-weight: 900; }
.it-testi .elementor-testimonial-meta { padding-top: 12px; border-top: 1px dashed var(--it-line); }
.it-testi .elementor-testimonial-name { display: block; }

/* --- FAQ EM TOGGLE --- */
.it-toggle .elementor-toggle-item { margin-bottom: 10px; }
.it-toggle .elementor-tab-title {
	border: 1px solid var(--it-line) !important; border-radius: 8px;
	padding: 16px 18px !important; transition: border-color .16s, background .16s;
}
.it-toggle .elementor-tab-title.elementor-active {
	border-color: var(--it-ambar) !important;
	border-radius: 8px 8px 0 0; background: var(--it-paper-2) !important;
}
.it-toggle .elementor-tab-title:hover { border-color: var(--it-ambar) !important; }
.it-toggle .elementor-tab-content {
	border: 1px solid var(--it-ambar) !important; border-top: none !important;
	border-radius: 0 0 8px 8px; padding: 4px 18px 18px !important;
}
.it-toggle .elementor-toggle-icon { opacity: .9; }

/* --- CTA + FORMULÁRIO (faixa carvão) --- */
.it-formcard > .elementor-widget-wrap {
	background: var(--it-card); border-radius: 12px;
	padding: 26px !important; box-shadow: 0 20px 50px rgba(0,0,0,.22);
}
.it-formcard--light > .elementor-widget-wrap {
	border: 1px solid var(--it-line); box-shadow: var(--it-shadow-sm);
}
.it-ctaform .it-form-hint { color: var(--it-muted); }

/* --- CARD LATERAL FIXO (páginas de serviço) --- */
.it-side-card {
	background: var(--it-card); border: 1px solid var(--it-line);
	border-top: 4px solid var(--it-ambar); border-radius: 12px;
	padding: 22px; box-shadow: var(--it-shadow-sm);
}
.it-side-top { margin-bottom: 16px; }
.it-side-eyebrow {
	display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1.4px;
	text-transform: uppercase; color: var(--it-ambar); margin-bottom: 6px;
}
.it-side-title { display: block; font-size: 18px; line-height: 1.35; color: var(--it-ink); font-weight: 800; }
.it-side-info { list-style: none; margin: 16px 0 0; padding: 14px 0 0; border-top: 1px dashed var(--it-line); }
.it-side-info li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--it-body); margin-bottom: 8px; }
.it-side-info a { color: var(--it-ink); font-weight: 700; text-decoration: none; }
.it-side-info a:hover { color: var(--it-ambar); }
.it-side-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--it-ambar); flex: none; }
.it-side-parc {
	margin: 12px 0 0; padding: 10px 12px; border-radius: 8px;
	background: rgba(205,148,48,.06); color: var(--it-ambar);
	font-size: 14px; text-align: center;
}
@media (min-width: 1025px) {
	.it-side > .elementor-widget-wrap { position: sticky; top: calc(var(--it-head-h) + 22px); align-items: flex-start; }
}

/* --- DESTAQUE (alert) --- */
.it-alert .elementor-alert {
	border-radius: 10px; border-left-width: 4px; padding: 18px 20px;
}
.it-alert .elementor-alert-title { display: none; }

/* --- LISTA DE DIFERENCIAIS (páginas de serviço) --- */
.it-feats .elementor-icon-list-item { align-items: flex-start; }
.it-feats .elementor-icon-list-icon { padding-top: 3px; }
.it-feats .elementor-icon-list-text strong { color: var(--it-ink); }

/* --- GRADE IMAGE-BOX --- */
.it-ibox {
	background: var(--it-card); border: 1px solid var(--it-line); border-radius: 12px;
	overflow: hidden; transition: transform .18s, box-shadow .18s, border-color .18s;
}
.it-ibox:hover { transform: translateY(-4px); border-color: var(--it-ambar); box-shadow: var(--it-shadow); }
.it-ibox > .elementor-widget-wrap { padding: 0 !important; }
.it-ibox-w .elementor-image-box-img { margin: 0 !important; width: 100%; }
.it-ibox-w .elementor-image-box-img img { width: 100%; height: 190px; object-fit: cover; display: block; }
.it-ibox-w .elementor-image-box-content { padding: 20px 20px 22px; }
.it-ibox-w .elementor-image-box-title { margin-bottom: 8px; }
.it-ibox-w .elementor-image-box-title a { color: inherit; text-decoration: none; }
.it-ibox-w .elementor-image-box-description::after {
	content: "Ver detalhes ›"; display: block; margin-top: 12px;
	color: var(--it-ambar); font-weight: 800; font-size: 14px;
}

/* --- CARROSSEL --- */
.it-carousel .swiper-slide img { border-radius: 4px; }
.it-carousel .elementor-swiper-button { color: var(--it-ambar); }

/* --- MAPA --- */
.it-map iframe { display: block; filter: grayscale(.35) contrast(1.05); }

/* --- LISTA DE CONTATO --- */
.it-contato-list .elementor-icon-list-item { align-items: flex-start; }
.it-contato-list .elementor-icon-list-icon { padding-top: 3px; }
.it-contato-list a { color: var(--it-body); text-decoration: none; }
.it-contato-list a:hover { color: var(--it-ambar); }

/* --- BARRA SUPERIOR DE UTILIDADES (header exclusivo) --- */
.it-topbar { background: var(--it-ink); color: #D8D8D8; font-size: 13.5px; }
.it-topbar-in { display: flex; align-items: center; gap: 14px; height: 40px; }
.it-topbar-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.it-topbar-slogan { color: #fff; font-weight: 700; }
.it-topbar-sep { width: 1px; height: 16px; background: rgba(255,255,255,.18); }
.it-topbar-wpp { margin-left: auto; color: #fff; font-weight: 800; text-decoration: none; }
.it-topbar-wpp:hover { color: var(--it-wpp); }
.it-topbar-wpp .it-wpp-ico { width: 15px; height: 15px; }
@media (max-width: 900px) {
	.it-topbar-slogan, .it-topbar-sep { display: none; }
	.it-topbar-in { justify-content: space-between; gap: 8px; }
	.it-topbar { font-size: 12.5px; }
}

/* --- FAIXA DE CHAMADA DO RODAPÉ --- */
.it-fcta { background: var(--it-ambar); color: var(--it-preto); }
.it-fcta-in {
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	padding-top: 26px; padding-bottom: 26px;
}
.it-fcta-txt { display: flex; flex-direction: column; gap: 4px; }
.it-fcta-txt strong { font-size: 22px; font-weight: 900; letter-spacing: -.4px; }
.it-fcta-txt span { font-size: 15px; color: rgba(19,18,17,.82); }
.it-fcta-btn { flex: none; }
@media (max-width: 767px) {
	.it-fcta-in { flex-direction: column; align-items: flex-start; gap: 16px; }
	.it-fcta-txt strong { font-size: 19px; }
	.it-fcta-btn { width: 100%; }
}

/* =============================================================
   CABEÇALHO E RODAPÉ EM ELEMENTOR (Construtor de Temas)
   Estilos das partes geradas em Modelos → Construtor de Temas.
   ============================================================= */

/* --- Wrapper das locations do Elementor Pro --- */
.elementor-location-header { position: relative; z-index: 1000; }

/* --- Barra superior --- */
.it-eh-top .elementor-widget-text-editor p { margin: 0; }
.it-eh-wpp a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.it-eh-wpp a:hover { color: var(--it-wpp); }
.it-eh-wpp .it-wpp-ico { width: 15px; height: 15px; }
@media (max-width: 767px) { .it-eh-hide { display: none; } }

/* --- Barra principal --- */
.it-eh-bar { border-bottom: 1px solid var(--it-line); }
.it-eh-bar > .elementor-container { align-items: center; }
.it-eh-bar.elementor-sticky--effects { box-shadow: 0 6px 24px rgba(43,43,43,.10); }
.it-eh-logo .elementor-widget-image img { display: block; }
.it-eh-acoes .elementor-widget-button { text-align: right; }
@media (max-width: 767px) {
	.it-eh-acoes { display: none; }
	.it-eh-bar { padding-top: 6px; padding-bottom: 6px; }
}

/* --- Menu (nav-menu do Pro dentro do cabeçalho) --- */
.it-eh-nav .elementor-nav-menu--main .elementor-item { font-weight: 700; }
.it-eh-nav .elementor-nav-menu--dropdown { box-shadow: 0 14px 34px rgba(43,43,43,.16); border-radius: 10px; overflow: hidden; }

/* --- Menu via shortcode (sem Pro) --- */
.it-eh-menu-sc .nav-desk { display: flex; justify-content: flex-end; }
@media (max-width: 1024px) { .it-eh-menu-sc .nav-desk { display: none; } }

/* --- Faixa listrada do cabeçalho --- */
.it-eh-stripe .elementor-widget-html { line-height: 0; }
.it-eh-stripe .elementor-container { max-width: 100% !important; }

/* --- Rodapé: faixa de chamada --- */
.it-ef-cta > .elementor-container { align-items: center; }
.it-ef-cta .it-btns .elementor-widget-wrap { gap: 10px; }

/* --- Rodapé: marca --- */
.it-ef-logo img { background: #fff; border-radius: 10px; padding: 8px; }

/* --- Rodapé: colunas de links --- */
.it-ef-title { position: relative; padding-bottom: 10px; }
.it-ef-title::after {
	content: ""; position: absolute; left: 0; bottom: 0;
	width: 26px; height: 2px; background: var(--it-ambar);
}
.it-ef-links .elementor-icon-list-item { align-items: flex-start; }
.it-ef-links .elementor-icon-list-icon { padding-top: 4px; }
.it-ef-links a:hover .elementor-icon-list-text { color: var(--it-ambar); }
.it-ef-links .elementor-icon-list-text { transition: color .16s ease; }

/* --- Rodapé: barra final --- */
.it-ef-bar .elementor-widget-text-editor p { margin: 0; }

/* =============================================================
   AJUSTES DA ARQUITETURA — Innova Toldos
   ============================================================= */

/* --- Linha de botões: flex, sem coluna de largura fixa --- */
.it-btns > .elementor-container > .elementor-column > .elementor-widget-wrap {
	display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
}
.it-btns > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-element {
	width: auto; max-width: 100%;
}
.it-btns--c > .elementor-container > .elementor-column > .elementor-widget-wrap { justify-content: center; }
@media (max-width: 767px) {
	.it-btns > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-element { width: 100%; }
}

/* --- Faixa listrada: vermelho e branco, como o toldo do logo --- */
.it-stripe {
	background: repeating-linear-gradient(45deg, var(--it-brand) 0 14px, #F2F2F2 14px 28px);
}

/* --- Passos horizontais (substitui a linha do tempo vertical) --- */
.it-step {
	background: var(--it-card); border: 1px solid var(--it-line);
	border-top: 3px solid var(--it-ambar); border-radius: 10px;
	position: relative; overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}
.it-step:hover { transform: translateY(-3px); box-shadow: var(--it-shadow-sm); }
.it-step > .elementor-widget-wrap { padding: 24px 22px !important; }
.it-step-num .elementor-heading-title { line-height: 1; opacity: .9; }

/* --- FAQ aberto (sem accordion, sem toggle) --- */
.it-faq-q .elementor-heading-title {
	position: relative; padding-left: 20px;
}
.it-faq-q .elementor-heading-title::before {
	content: ""; position: absolute; left: 0; top: 4px; bottom: 4px;
	width: 3px; background: var(--it-ambar); border-radius: 2px;
}
.it-faq-a { padding-left: 20px; }

/* --- Foto com bloco âmbar atrás --- */
.it-shot::before { background: var(--it-brand); }
.it-shot::after { border-color: var(--it-ink-2); }

/* --- Kicker: barrinha âmbar --- */
.it-kick .elementor-heading-title::before { background: var(--it-ambar); }

/* --- Cards de catálogo --- */
.it-ibox:hover { border-color: var(--it-ambar); }
.it-ibox-w .elementor-image-box-description::after { color: var(--it-ambar); }

/* --- Faixa de números (âmbar) --- */
.it-counters .it-count + .it-count { border-left-color: rgba(19,18,17,.18); }

/* --- Botões do formulário: um por DDD --- */
.it-form-btn { align-items: center; gap: 9px; }
.it-form-btn-txt { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
.it-form-btn-txt strong { font-size: 14px; }
.it-form-btn-txt small { font-size: 10.5px; font-weight: 500; opacity: .92; }

/* --- Topo: os dois DDDs lado a lado --- */
.it-topbar-wpp { display: inline-flex; align-items: center; gap: 6px; }
.it-topbar-wpp a { color: var(--it-ink); font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.it-topbar-wpp a:hover { color: var(--it-ambar); }
.it-topbar-wpp a + a { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.16); }
.it-eh-sep { opacity: .45; padding: 0 4px; }
@media (max-width: 700px) { .it-topbar-wpp a + a { border-left: 0; padding-left: 4px; } }

/* --- Rodapé: marca à esquerda, links à direita --- */
.it-ef-grid > .elementor-container { align-items: flex-start; }
.it-ef-grid .it-ef-logo img { background: #fff; border-radius: 8px; padding: 10px 12px; }
.it-ef-cta .it-ef-wa .elementor-button { border-radius: 50px; }
.it-ef-cta .it-ef-wa .elementor-button-text { font-weight: 800; }
.it-ef-bar > .elementor-container { align-items: center; }
@media (max-width: 767px) {
	.it-ef-bar .elementor-widget-text-editor:first-child { margin-bottom: 4px; }
}
