/* ==========================================================================
   Ventanicas — estilos globales
   Valores tomados de la web original (Astra 4.8 + Elementor) para una
   réplica 1:1. Tipografía base: Poppins 17px / 1.65, color #334155.
   Breakpoint cabecera/footer: 921px (Astra). Contenido: 1024px / 767px.
   ========================================================================== */

/* --- Reset ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 106.25%; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
	color: #334155;
	background-color: #ffffff;
	word-wrap: break-word;
}
img { max-width: 100%; height: auto; vertical-align: middle; border: 0; }
svg { display: block; }
a { color: #272727; text-decoration: none; }
a:hover, a:focus { color: #1d73c9; }
h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; font-weight: 600; color: #1e293b; margin: 0 0 20px; clear: both; }
h1 { font-size: 48px; line-height: 1.4em; }
h2 { font-size: 40px; line-height: 1.3em; }
h3 { font-size: 32px; line-height: 1.3em; }
h4 { font-size: 24px; line-height: 1.2em; }
h5 { font-size: 20px; line-height: 1.2em; }
h6 { font-size: 16px; line-height: 1.2em; }
p { margin: 0 0 1.6em; }
ul, ol { margin: 0 0 1.5em 3em; padding: 0; }
li > ul, li > ol { margin-bottom: 0; }
strong, b { font-weight: 700; }
em, i { font-style: italic; }
figure { margin: 0; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button { cursor: pointer; }
iframe, video { max-width: 100%; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.skip-link:focus { clip: auto; clip-path: none; height: auto; width: auto; left: 5px; top: 5px; padding: 15px 23px 14px; background: #f1f1f1; color: #0073aa; font-size: 14px; z-index: 100000; text-decoration: none; }

/* --- Estructura ------------------------------------------------------- */
#page { display: flex; flex-direction: column; min-height: 100vh; }
.site-content { flex: 1 0 auto; }
.site-main { display: block; }
.entry-content { clear: both; }

/* --- Cabecera escritorio ---------------------------------------------- */
.site-header { position: relative; z-index: 99; background: #ffffff; }
.hdr-row { display: flex; align-items: center; justify-content: space-between; padding: 0 35px; }
.hdr-top { background: #ffffff; border-bottom: 1px solid #eaeaea; }
.hdr-top .hdr-row { min-height: 50px; }
.hdr-top-left { flex: 1 1 auto; }
.hdr-top-right { display: flex; align-items: center; justify-content: flex-end; }
.hdr-top-nav { padding-right: 10px; }
.hdr-top-nav ul, .hdr-nav ul, .mob-nav ul, .ftr-col ul { list-style: none; margin: 0; padding: 0; }
.hdr-top-nav ul { display: flex; }
.hdr-top-nav li { display: flex; flex-direction: column; justify-content: center; position: relative; }
.hdr-top-nav a { display: flex; align-items: center; padding: 0 13px; font-size: 13px; font-weight: 300; line-height: 50px; letter-spacing: 0.5px; color: #272727; }
.hdr-top-nav a:hover, .hdr-top-nav a:focus { color: #272727; }
.hdr-social { display: flex; align-items: center; padding-left: 10px; line-height: 17px; }
.social-item { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; color: #3a3a3a; }
.social-item svg { width: 18px; height: 18px; fill: currentColor; }
.social-facebook { margin-right: 6px; }
.social-instagram { margin-left: 6px; }
.social-item:hover, .social-item:focus { color: #0274be; }

.hdr-main { background: #ffffff; border-bottom: 1px solid #eaeaea; }
.hdr-main .hdr-row { display: grid; grid-template-columns: 1fr auto 1fr; column-gap: 20px; min-height: 80px; }
.hdr-left { display: flex; align-items: center; padding-right: 10px; }
.logo { display: block; padding: 17px 0; line-height: 0; }
.logo img { display: block; width: 180px; height: 61px; max-width: 180px; }
.hdr-nav ul { display: flex; justify-content: center; }
.hdr-nav li { display: flex; flex-direction: column; justify-content: center; position: relative; }
.hdr-nav a { display: flex; align-items: center; padding: 0 14px; font-size: 14px; font-weight: 600; line-height: 80px; letter-spacing: 0.5px; color: #272727; }
.hdr-nav a:hover, .hdr-nav a:focus { color: #272727; }
.hdr-right { display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; }
.hdr-btn, .hdr-btn:hover, .hdr-btn:focus {
	display: inline-block;
	padding: 15px 30px;
	background-color: #e1ecfa;
	border: 0;
	border-radius: 40px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #272727;
	border-color: #e1ecfa;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

/* --- Cabecera móvil --------------------------------------------------- */
.hdr-mobile { display: none; background: #ffffff; border-bottom: 1px solid #eaeaea; }
.hdr-mobile .hdr-row { padding: 0 20px; min-height: 80px; }
.hdr-mobile .hdr-left { padding-right: 0; }
.menu-toggle { display: flex; align-items: center; justify-content: center; padding: 12.75px; background: none; border: 0; border-radius: 0; color: #272727; line-height: 1; }
.menu-toggle svg { width: 20px; height: 20px; fill: currentColor; }

.mob-menu { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100000; visibility: hidden; opacity: 0; transition: opacity 0.2s ease, visibility 0.2s ease; }
.mob-menu.is-open { visibility: visible; opacity: 1; }
.mob-menu-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.4); }
.mob-menu-inner { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; background: #2c2c2c; overflow-y: auto; box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1); }
.mob-menu-head { display: flex; justify-content: flex-end; }
.menu-close { display: flex; padding: 14.4px; background: none; border: 0; color: #ffffff; font-size: 24px; line-height: 24px; }
.menu-close svg { width: 17px; height: 17px; fill: currentColor; }
.mob-nav { display: block; line-height: 51px; }
.mob-nav ul { display: flex; flex-direction: column; background: #2c2c2c; text-align: center; font-size: 14px; line-height: 42px; }
.mob-nav li { display: flex; flex-direction: column; justify-content: center; position: relative; }
.mob-nav a { display: block; padding: 0 20px; background: #2c2c2c; font-size: 14px; font-weight: 600; line-height: 42px; color: #ffffff; }
.mob-nav a:hover { color: #ffffff; }
.mob-nav li.is-light > a { font-weight: 300; }
.mob-nav li.is-sep { border-top: 1px solid rgba(237, 237, 237, 0.31); }
.mob-nav li.is-button > a { width: 300px; margin: 0 auto 30px; background: #e1ecfa; border-radius: 15px; color: #000000; }
body.mob-menu-open { overflow: hidden; }

@media (max-width: 921px) {
	.hdr-desktop { display: none; }
	.hdr-mobile { display: block; }
}

/* --- Footer ----------------------------------------------------------- */
.site-footer { background: #f2f2f2; }
.ftr-row { width: 100%; max-width: 1200px; margin: 0 auto; }
.ftr-main { display: block; padding: 45px 0; border-top: 1px solid #f2f2f2; }
.ftr-main .ftr-row { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 50px; }
.ftr-col { position: relative; }
.ftr-logo { display: table; width: 224px; margin: 0 auto; }
.ftr-logo img { width: 224px; height: auto; }
.ftr-title { margin: 0 0 18px; font-size: 18px; font-weight: 600; line-height: 27px; letter-spacing: 0.5px; color: #272727; text-align: left; }
.ftr-col li { font-size: 16px; font-weight: 300; line-height: 26.4px; letter-spacing: 0.5px; text-align: left; }
.ftr-col a, .ftr-col a:hover, .ftr-col a:focus { color: #272727; }
.ftr-below { padding: 20px 0 100px; border-top: 1px solid #eaeaea; min-height: 30px; }
.ftr-social { display: flex; align-items: center; justify-content: center; height: 28px; margin-bottom: 10px; line-height: 17px; }
.ftr-copy { margin-bottom: 10px; font-size: 16px; line-height: 26.4px; text-align: center; }
.ftr-copy p { margin: 0; }
.ftr-copy a { color: #272727; }
a#link-footer { font-size: 12px; letter-spacing: 0.5px; }

/* Barra flotante inferior (CSS original del cliente) */
.bar-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 20px;
	margin: 0 auto;
	left: 20px;
	right: 20px;
	background: #2c2c2c;
	width: 380px;
	padding: 10px 15px;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	color: white;
	text-align: center;
}
.bar-bottom br { display: none; }
.bar-bottom a { color: #ffffff; font-weight: 400; letter-spacing: 0.5px; font-size: 16px; line-height: 26.4px; }
.bar-bottom p { margin: 0 10px; color: white; line-height: 28.05px; }
@media (max-width: 600px) {
	.bar-bottom { width: 330px; }
	.bar-bottom a { font-size: 14px; line-height: 23.1px; }
}

@media (max-width: 921px) {
	.ftr-main { display: none; }
}
@media (max-width: 1240px) {
	.ftr-main .ftr-row { padding: 0 20px; }
}

/* --- Blog (listado) --------------------------------------------------- */
body.pg-blog, body.blog, body.archive, body.search, body.single-post { background-color: #f0f5fa; }
.blog-container { max-width: 1240px; margin: 0 auto; padding: 68px 20px; }
.blog-grid { display: flex; flex-wrap: wrap; align-items: stretch; margin: 0 -17px; }
.post-card { display: flex; width: 33.3333%; padding: 0 17px; margin-bottom: 34px; }
.post-card-body { display: flex; flex-direction: column; width: 100%; padding: 25.5px; background: #ffffff; border-radius: 6px; box-shadow: 0 6px 15px -2px rgba(16, 24, 40, 0.05); }
.post-card-thumb { display: block; margin: -25.5px -25.5px 25.5px; line-height: 0; }
.post-card-thumb img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px 6px 0 0; }
.post-card-cats { margin-bottom: 13.6px; line-height: 28.05px; }
.post-card-cat { display: inline-block; padding: 4px 8px; background: #e1ecfa; border: 0; border-color: #e1ecfa; border-radius: 3px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); font-size: 14px; line-height: 14px; letter-spacing: 0.5px; color: #272727; }
.post-card-cat:hover, .post-card-cat:focus { color: #272727; box-shadow: none; }
.post-card-title { margin: 0 0 12px; font-size: 20px; font-weight: 500; line-height: 24.6px; color: #1e293b; }
.post-card-title a, .post-card-title a:hover, .post-card-title a:focus { color: #1e293b; }
.post-card-meta { margin-bottom: 15.6px; font-size: 13px; font-weight: 600; line-height: 18.85px; color: #272727; }
.post-card-excerpt { font-size: 16px; line-height: 26.4px; color: #334155; }
.post-card-excerpt p { margin: 0; }
.pagination, .navigation.pagination { margin: 0 17px; }
@media (max-width: 921px) {
	.blog-container { padding: 25.5px 9.18px; }
	.blog-grid { margin: 0; }
	.post-card { width: 100%; padding: 0; margin-bottom: 34px; }
}

/* --- Entrada individual ----------------------------------------------- */
.single-container { max-width: 1240px; margin: 0 auto; padding: 68px 20px; }
.single-article { padding: 42.5px; background: #ffffff; }
.single-title { margin: 0 0 15px; font-size: 32px; line-height: 38.4px; font-weight: 600; color: #1e293b; }
.single-meta { font-size: 13px; font-weight: 600; line-height: 18.85px; color: #272727; }
.single-post h2 { font-size: 22px; }
.single-post h3 { font-size: 18px; }
.post-navigation { padding-top: 34px; }
.post-navigation .nav-links { display: flex; }
.post-navigation .nav-previous, .post-navigation .nav-next { position: relative; width: 50%; }
.post-navigation .nav-next { text-align: right; }
.post-navigation a { display: inline-block; max-width: 80%; margin: 2px; padding-right: 20px; color: #334155; font-size: 16px; font-weight: 500; line-height: 16px; }
.post-navigation .nav-next a { padding-right: 0; padding-left: 20px; }
.post-navigation a:hover, .post-navigation a:focus { color: #1d73c9; }
.post-navigation .nav-label { display: block; font-size: 13.6px; font-weight: 600; line-height: 16px; letter-spacing: 0.68px; text-transform: uppercase; }
.post-navigation .nav-label svg { position: relative; top: 2px; display: inline-block; width: 14px; height: 14px; vertical-align: baseline; }
.post-navigation .nav-title { display: block; margin-top: 8px; font-size: 16px; font-weight: 400; line-height: 26.4px; }
@media (max-width: 921px) {
	.single-container { padding: 25.5px 9.18px; }
	.single-article { padding: 25.5px 17px; }
	.post-navigation { padding-top: 25.5px; }
	.post-navigation .nav-links { display: inline-flex; padding: 0 20px; }
}

/* --- Componentes de contenido ---------------------------------------- */
/* Secciones y columnas (contenedores flex). Sus medidas concretas van en el CSS de cada página. */
.sec, .col { position: relative; display: flex; flex-direction: column; width: 100%; max-width: 100%; }
.sec > *, .col > * { position: relative; z-index: 1; }
.sec::before, .col::before, .sec::after, .col::after { z-index: 0; }
.inner { display: flex; flex-direction: column; width: 100%; margin: 0 auto; }
.el, .text-block { position: relative; width: 100%; max-width: 100%; }
.el img, .text-block img { display: inline-block; }
.sec h1, .sec h2, .sec h3, .sec h4, .sec h5, .sec h6 { margin: 0; padding: 0; color: inherit; }
/* Dentro del contenido maquetado todos los márgenes vienen del CSS de página. */
.sec p, .sec ul, .sec ol, .sec figure, .sec table, .sec blockquote { margin: 0; }
.btn, .btn:hover, .btn:focus {
	display: inline-block;
	padding: 12px 24px;
	background-color: #e1ecfa;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.5px;
	text-align: center;
	text-decoration: none;
	color: #272727;
	fill: #272727;
	transition: all 0.3s;
}
.btn-in { display: flex; justify-content: center; gap: 5px; }
.btn-text { flex-grow: 1; order: 10; display: inline-block; }

/* Galería / carrusel de imágenes. */
.gallery { position: relative; margin: 0 -10px 50px; }
.gallery-view { position: relative; overflow: hidden; }
.gallery-track { display: flex; align-items: flex-start; transition: transform 0.4s ease; will-change: transform; }
.gallery-item { flex: 0 0 100%; min-height: 1px; padding: 0 10px; }
.gallery-item a { display: block; line-height: 0; }
.gallery-item img { width: 100%; height: auto; }
.gallery-dots { position: absolute; left: 0; right: 0; bottom: -35px; display: block; margin: 0; padding: 0; list-style: none; text-align: center; line-height: 28.05px; }
.gallery-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0; padding: 0; cursor: pointer; }
.gallery-dots button { position: relative; display: block; width: 20px; height: 20px; padding: 5px; background: transparent; border: 0; border-radius: 30px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); font-size: 0; line-height: 0; color: transparent; cursor: pointer; outline: none; }
.gallery-dots button::before { content: ""; position: absolute; top: 7px; left: 7px; width: 6px; height: 6px; border-radius: 50%; background: #000000; opacity: 0.25; }
.gallery-dots li.is-active button::before { opacity: 0.75; }

/* Visor de imagen a pantalla completa. */
.lightbox { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100001; display: none; align-items: center; justify-content: center; padding: 40px; background: rgba(0, 0, 0, 0.8); }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 100%; max-height: 100%; width: auto; height: auto; box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
.lightbox-close { position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; background: none; border: 0; color: #ffffff; font-size: 30px; line-height: 40px; }

/* Vídeo. */
.video { position: relative; }
.video video, .video iframe { display: block; width: 100%; }
.video-yt { overflow: hidden; }
.video-yt iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.video-play { display: block; width: 100%; padding: 0; background: none; border: 0; cursor: pointer; }
.video-icon { display: block; }
.video-icon svg { width: 100%; height: 100%; }

/* --- Secciones nuevas (cambios del cliente, sept. 2026) ------------------ */
.block { position: relative; width: 100%; }
.inner-boxed { max-width: 1140px; margin: 0 auto; padding: 96px 20px; }
.sec-title { margin: 0 0 16px; font-size: 40px; font-weight: 700; line-height: 52px; text-align: center; color: #000000; }
.sec-lead { max-width: 820px; margin: 0 auto 40px; font-size: 17px; font-weight: 300; line-height: 28.05px; text-align: center; color: #272727; }

/* Eslogan */
.slogan { background: #ffffff; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; }
.slogan .inner-boxed { padding: 72px 20px; }
.slogan-quote { margin: 0 0 28px; font-size: 32px; font-weight: 700; line-height: 1.3; text-align: center; color: #000000; }
.slogan-text { max-width: 860px; margin: 0 auto; }
.slogan-text p { margin: 0 0 16px; font-size: 17px; font-weight: 300; line-height: 28.05px; text-align: center; color: #272727; }
.slogan-text p:last-child { margin-bottom: 0; }

/* Fabricantes: logos en gris que recuperan el color al pasar el ratón */
.brands-list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.brands-list li { display: flex; }
.brands-list a { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 110px; padding: 24px 28px; background: #ffffff; border: 1px solid #ececec; border-radius: 25px; filter: grayscale(1); opacity: 0.75; transition: filter 0.3s, opacity 0.3s, box-shadow 0.3s, transform 0.3s; }
.brands-list a:hover, .brands-list a:focus { filter: none; opacity: 1; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); transform: translateY(-2px); }
.brands-list img { display: block; width: 100%; max-height: 52px; object-fit: contain; }
.brands-note { margin: 32px 0 0; font-size: 14px; font-weight: 300; text-align: center; color: #666666; }

/* Nuestros trabajos: rejilla de fotos con visor */
.works { background: #f2f2f2; }
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.works-grid a { display: block; overflow: hidden; border-radius: 25px; background: #dddddd; line-height: 0; }
.works-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.4s ease; }
.works-grid a:hover img, .works-grid a:focus img { transform: scale(1.04); }

/* Carta de colores */
.colors .inner-boxed { display: grid; grid-template-columns: 1fr 340px; gap: 60px; align-items: center; }
.colors .sec-title, .colors .sec-lead { text-align: left; margin-left: 0; }
.colors-preview { display: block; overflow: hidden; border-radius: 25px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); line-height: 0; }
.colors-preview img { width: 100%; height: auto; }
.colors-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Vídeos */
.videos { background: #f2f2f2; }
.videos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.video-card { display: flex; flex-direction: column; overflow: hidden; background: #ffffff; border-radius: 25px; }
.video-card .video { position: relative; aspect-ratio: 16 / 9; background: #000000; }
.video-card .video-play img { width: 100%; height: 100%; object-fit: cover; }
.video-card .video-icon { position: absolute; top: 50%; left: 50%; width: 72px; height: 72px; transform: translate(-50%, -50%); color: #ffffff; filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4)); transition: transform 0.3s; }
.video-card .video-play:hover .video-icon { transform: translate(-50%, -50%) scale(1.08); }
.video-card .video-icon svg { width: 100%; height: 100%; fill: currentColor; }
.video-title { margin: 0; padding: 20px 24px 8px; font-size: 18px; font-weight: 600; line-height: 1.35; color: #272727; }
.video-text { padding: 0 24px 24px; font-size: 14px; font-weight: 300; line-height: 1.6; color: #272727; }
.video-text p { margin: 0 0 8px; }
.videos-empty { text-align: center; font-weight: 300; color: #666666; }
.videos-more { margin: 40px 0 0; text-align: center; }

/* Contacto por teléfono */
.contact-col { display: flex; align-items: center; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 8px 0 24px; }
.btn-phone, .btn-phone:hover, .btn-phone:focus { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; background: #272727; border-radius: 30px; color: #ffffff; font-size: 17px; font-weight: 600; letter-spacing: 0.5px; }
.btn-phone svg { width: 20px; height: 20px; fill: currentColor; }
.btn-wa, .btn-wa:hover, .btn-wa:focus { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; background: #e1ecfa; border-radius: 30px; color: #272727; font-size: 17px; font-weight: 600; letter-spacing: 0.5px; }
.btn-wa svg { width: 20px; height: 20px; fill: currentColor; }
.contact-note { font-size: 14px; font-weight: 300; color: #666666; }
.contact-card { padding: 40px; background: #ffffff; border: 1px solid #ececec; border-radius: 25px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }
.contact-card h2 { margin: 0 0 12px; font-size: 24px; font-weight: 700; color: #000000; }
.contact-card p { margin: 0 0 12px; font-size: 15px; font-weight: 300; color: #272727; }
.contact-card address { font-style: normal; font-size: 15px; font-weight: 300; color: #272727; }

/* Opiniones (plugin Site Reviews y reseñas de Google) */
.reviews .inner-boxed > * + * { margin-top: 40px; }
.reviews-google { padding: 32px; background: #ffffff; border: 1px solid #ececec; border-radius: 25px; }
.reviews-google p { margin: 0; font-weight: 300; color: #666666; text-align: center; }

@media (max-width: 1024px) {
	.brands-list { grid-template-columns: repeat(3, 1fr); }
	.works-grid, .videos-grid { grid-template-columns: repeat(2, 1fr); }
	.colors .inner-boxed { grid-template-columns: 1fr; }
	.colors-preview { max-width: 340px; }
}
@media (max-width: 767px) {
	.inner-boxed { padding: 48px 16px; }
	.sec-title { font-size: 26px; line-height: 36.4px; }
	.slogan-quote { font-size: 22px; }
	.brands-list { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.brands-list a { min-height: 84px; padding: 16px; }
	.works-grid, .videos-grid { grid-template-columns: 1fr; }
	.contact-actions .btn-phone, .contact-actions .btn-wa { width: 100%; justify-content: center; }
}
