/* ===========================
   SEKRON DIGITAL - MAIN CSS
   =========================== */

/* --- FONTS ---
   IMPORTANTE: NÃO usar local() — força o browser a carregar os arquivos do tema.
   Com local(), se o browser encontrar a fonte instalada no sistema pode pegar uma versão
   diferente ou errada e o resultado visual fica diferente do PDF.

   Todos os pesos da Condensed são declarados sob o mesmo nome de família 'BertiogaSans-Condensed'
   e 'Bertioga Sans Condensed' (alias). Os arquivos .otf originais do cliente são usados como
   fonte primária (melhor qualidade de hinting), com fallback para .ttf.

   Pesos disponíveis:
   100 = Thin, 300 = Light, 400 = Regular, 500 = Medium,
   600 = SemiBold, 700 = Bold, 800 = ExtraBold
--- */

/* == Bertioga Sans CONDENSED (família principal do tema) == */
@font-face {
    font-family: 'BertiogaSans-Condensed';
    src: url('../fonts/BertiogaSansCond-Thin.otf') format('opentype');
    font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'BertiogaSans-Condensed';
    src: url('../fonts/BertiogaSansCond-Light.otf') format('opentype');
    font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'BertiogaSans-Condensed';
    src: url('../fonts/BertiogaSansCond-Regular.otf') format('opentype'),
         url('../fonts/BertiogaSansCondensed-Regular.ttf') format('truetype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'BertiogaSans-Condensed';
    src: url('../fonts/BertiogaSansCond-Medium.otf') format('opentype'),
         url('../fonts/BertiogaSansCondensed-Medium.ttf') format('truetype');
    font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'BertiogaSans-Condensed';
    src: url('../fonts/BertiogaSansCond-SemiBold.otf') format('opentype'),
         url('../fonts/BertiogaSansCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'BertiogaSans-Condensed';
    src: url('../fonts/BertiogaSansCond-Bold.otf') format('opentype'),
         url('../fonts/BertiogaSansCondensed-Bold.ttf') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'BertiogaSans-Condensed';
    src: url('../fonts/BertiogaSansCond-ExtraBold.otf') format('opentype'),
         url('../fonts/BertiogaSansCondensed-ExtraBold.ttf') format('truetype');
    font-weight: 800; font-style: normal; font-display: swap;
}

/* == Alias com espaço (compatibilidade com regras anteriores) == */
@font-face {
    font-family: 'Bertioga Sans Condensed';
    src: url('../fonts/BertiogaSansCond-Thin.otf') format('opentype');
    font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Bertioga Sans Condensed';
    src: url('../fonts/BertiogaSansCond-Light.otf') format('opentype');
    font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Bertioga Sans Condensed';
    src: url('../fonts/BertiogaSansCond-Regular.otf') format('opentype'),
         url('../fonts/BertiogaSansCondensed-Regular.ttf') format('truetype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Bertioga Sans Condensed';
    src: url('../fonts/BertiogaSansCond-Medium.otf') format('opentype'),
         url('../fonts/BertiogaSansCondensed-Medium.ttf') format('truetype');
    font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Bertioga Sans Condensed';
    src: url('../fonts/BertiogaSansCond-SemiBold.otf') format('opentype'),
         url('../fonts/BertiogaSansCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Bertioga Sans Condensed';
    src: url('../fonts/BertiogaSansCond-Bold.otf') format('opentype'),
         url('../fonts/BertiogaSansCondensed-Bold.ttf') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Bertioga Sans Condensed';
    src: url('../fonts/BertiogaSansCond-ExtraBold.otf') format('opentype'),
         url('../fonts/BertiogaSansCondensed-ExtraBold.ttf') format('truetype');
    font-weight: 800; font-style: normal; font-display: swap;
}

/* == Bertioga Sans REGULAR (para corpo de texto, se necessário) == */
@font-face {
    font-family: 'BertiogaSans';
    src: url('../fonts/BertiogaSans-Regular.otf') format('opentype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'BertiogaSans';
    src: url('../fonts/BertiogaSans-Medium.otf') format('opentype');
    font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'BertiogaSans';
    src: url('../fonts/BertiogaSans-SemiBold.otf') format('opentype');
    font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'BertiogaSans';
    src: url('../fonts/BertiogaSans-Bold.otf') format('opentype');
    font-weight: 700; font-style: normal; font-display: swap;
}

:root {
    --red: #E81828;
    --red-dark: #C41421;
    --beige: #F0F0E8;
    --beige-dark: #D8D8C8;
    --white: #FFFFFF;
    --black: #161616;
    --gray-dark: #333333;
    --gray: #666666;
    --gray-light: #999999;
    --gray-border: #DDDDDD;
    --font: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif;
    --max-width: 1200px;
    --header-height: 78px;
    --transition: 0.3s ease;
}

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font);
    font-weight: 400;
    color: var(--black);
    background: var(--white);
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
button, input, select, textarea { font-family: var(--font); }

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.section-title::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: var(--red);
    flex-shrink: 0;
}

/* ===========================
   HEADER
   =========================== */
#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--beige);
    height: var(--header-height);
    display: flex;
    align-items: center;
    box-shadow: 0 1px 8px rgba(0,0,0,0.08);
    transition: var(--transition);
}
#site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.site-logo img { height: 50px; width: auto; }
.site-logo svg { height: 50px; }

.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.main-nav a:hover { color: var(--red); }

.nav-actions { display: flex; align-items: center; gap: 12px; }

.btn-orcamento {
    background: var(--red);
    color: var(--white) !important;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.btn-orcamento:hover { background: var(--red-dark); }

.btn-login {
    border: 1px solid #ccc;
    color: var(--gray) !important;
    padding: 9px 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.btn-login:hover { border-color: var(--red); color: var(--red) !important; }

/* Dropdown Soluções */
.nav-dropdown { position: relative; }
.nav-dropdown > a::after {
    content: ' ▾';
    font-size: 10px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    min-width: 200px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    margin-top: 8px;
}
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; }
.dropdown-menu a {
    display: block;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid var(--beige);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.dropdown-menu a:hover { background: var(--beige); color: var(--red); }

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-direction: column;
    gap: 5px;
}
.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--black);
    transition: var(--transition);
}

/* ===========================
   HERO / BANNER
   =========================== */
.hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: var(--header-height);
    background: #1a1a1a;
}
.hero-bg {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.55;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 60%, transparent 100%);
}
.hero .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.hero-content { max-width: 540px; }
.hero-quote {
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.3;
    font-style: normal;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.hero-quote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 70%;
    background: var(--red);
}
.hero-author {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Hero Form Card */
.hero-form-card {
    background: rgba(255,255,255,0.97);
    padding: 32px 28px;
    min-width: 300px;
    max-width: 340px;
    flex-shrink: 0;
}
.hero-form-card h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--black);
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Page Hero (inner pages) */
.page-hero {
    position: relative;
    height: 320px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-top: var(--header-height);
}
.page-hero-bg {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}
.page-hero-content {
    position: relative;
    z-index: 2;
    padding: 40px 24px;
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100%;
}
.page-hero-title {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    padding: 16px 28px;
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Page Hero with Form (Residencial, Corporativo, etc.) */
.page-hero-with-form .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* ===========================
   FORMS
   =========================== */
.form-group { margin-bottom: 12px; }
.form-input, .form-select, .form-textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--gray-border);
    background: var(--white);
    font-family: var(--font);
    font-size: 13px;
    color: var(--black);
    outline: none;
    transition: var(--transition);
    appearance: none;
    -webkit-appearance: none;
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--gray-light); }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--red); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-select-wrapper { position: relative; }
.form-select-wrapper::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: var(--red);
    clip-path: polygon(20% 30%, 50% 65%, 80% 30%);
    pointer-events: none;
}

.btn-primary {
    width: 100%;
    background: var(--red);
    color: var(--white);
    border: none;
    padding: 14px 24px;
    font-family: var(--font);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: var(--transition);
    display: block;
    text-align: center;
}
.btn-primary:hover { background: var(--red-dark); }

.btn-secondary {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    padding: 12px 28px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: none;
    cursor: pointer;
    transition: var(--transition);
}
.btn-secondary:hover { background: var(--red-dark); }

.btn-outline {
    display: inline-block;
    border: 2px solid var(--white);
    color: var(--white);
    padding: 10px 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: var(--transition);
    background: transparent;
}
.btn-outline:hover { background: var(--white); color: var(--red); }

/* ===========================
   SECTIONS - HOME
   =========================== */

/* Stats Bar */
.stats-section {
    background: var(--white);
    padding: 60px 0;
}
.stats-grid {
    display: flex;
    gap: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.stat-item {
    background: var(--red);
    color: var(--white);
    padding: 24px 28px;
    text-align: center;
    min-width: 140px;
    flex: 1;
    max-width: 200px;
}
.stat-number {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}
.stat-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.3;
}

/* About Section */
.about-section {
    padding: 80px 0 60px;
    background: var(--white);
}
.about-intro {
    max-width: 800px;
    margin-bottom: 50px;
}
.about-intro p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--gray-dark);
    margin-bottom: 12px;
}

/* Clients Carousel */
.clients-section {
    background: var(--beige);
    padding: 48px 0;
}
.clients-label {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gray);
    margin-bottom: 32px;
}
.clients-carousel {
    display: flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
}
.clients-track {
    display: flex;
    align-items: center;
    gap: 60px;
    animation: marquee 20s linear infinite;
}
.client-logo {
    height: 36px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    flex-shrink: 0;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.clients-arrow {
    width: 40px;
    height: 40px;
    background: var(--red);
    color: var(--white);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: bold;
    transition: var(--transition);
}
.clients-arrow:hover { background: var(--red-dark); }

/* Muralha Section */
.muralha-section {
    background: var(--white);
    padding: 80px 0;
}
.muralha-section .section-title { font-size: 16px; margin-bottom: 30px; }
.muralha-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}
.muralha-text p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--gray-dark);
    margin-bottom: 16px;
}
.muralha-logo-area { text-align: center; }
.muralha-logo-title {
    font-size: 40px;
    font-weight: 900;
    color: var(--black);
    line-height: 1;
}
.muralha-logo-title span { color: var(--red); }
.muralha-stats { font-size: 13px; color: var(--gray); margin-top: 12px; }
.muralha-cta { display: flex; gap: 20px; align-items: center; margin-top: 20px; flex-wrap: wrap; }

/* Feature Boxes */
.features-grid {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}
.feature-box {
    background: var(--red);
    color: var(--white);
    padding: 24px 20px;
    flex: 1;
    min-width: 140px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.feature-box img, .feature-box svg { width: 40px; height: 40px; filter: brightness(0) invert(1); }
.feature-box-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

/* Testimonials */
.testimonials-section {
    background: var(--beige);
    padding: 80px 0;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    position: relative;
}
.testimonial-card {
    background: var(--white);
    padding: 28px;
    border-top: 3px solid var(--red);
}
.testimonial-author {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 4px;
}
.testimonial-role {
    font-size: 11px;
    color: var(--red);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}
.testimonial-text {
    font-size: 13px;
    line-height: 1.7;
    color: var(--gray-dark);
    font-style: italic;
}
.testimonial-text::before { content: '"'; font-size: 36px; color: var(--red); line-height: 0; vertical-align: -12px; margin-right: 4px; }

/* Solutions Grid */
.solutions-section {
    background: var(--white);
    padding: 80px 0;
}
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 40px;
}
.solution-card {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}
.solution-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.solution-card:hover img { transform: scale(1.05); }
.solution-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%);
}
.solution-card-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    color: var(--white);
}
.solution-card-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

/* CTA Section */
.cta-section {
    background: var(--beige);
    padding: 80px 0;
}
.cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.cta-text h2 {
    font-size: clamp(24px, 3.5vw, 42px);
    font-weight: 900;
    color: var(--black);
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 20px;
}
.cta-text p {
    font-size: 14px;
    color: var(--gray-dark);
    margin-bottom: 24px;
}
.cta-logo-area { margin-top: 24px; }

/* Red CTA Block */
.cta-red {
    background: var(--red);
    padding: 80px 0;
}
.cta-red .cta-inner {
    background: var(--red);
}
.cta-red .cta-text h2 { color: var(--white); }
.cta-red .cta-text p { color: rgba(255,255,255,0.8); }
.cta-red .hero-form-card { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3); }
.cta-red .hero-form-card h3 { color: var(--white); }
.cta-red .form-input { background: transparent; border-color: rgba(255,255,255,0.5); color: var(--white); }
.cta-red .form-input::placeholder { color: rgba(255,255,255,0.6); }
.cta-red .btn-primary { background: var(--white); color: var(--red); }
.cta-red .btn-primary:hover { background: var(--beige); }

/* ===========================
   INNER PAGE STYLES
   =========================== */

/* Standard Content Section */
.content-section {
    padding: 80px 0;
    background: var(--white);
}
.content-section.bg-beige { background: var(--beige); }

/* Icon Cards Grid */
.icon-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 40px;
}
.icon-card {
    background: var(--white);
    border: 1px solid var(--beige-dark);
    padding: 28px 24px;
    text-align: center;
}
.icon-card-img {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    object-fit: contain;
}
.icon-card-text {
    font-size: 12px;
    color: var(--gray-dark);
    line-height: 1.5;
    text-align: center;
}

/* Red Icon Cards */
.icon-cards-red .icon-card {
    background: var(--red);
    border-color: var(--red);
    color: var(--white);
}
.icon-cards-red .icon-card-img { filter: brightness(0) invert(1); }
.icon-cards-red .icon-card-text { color: rgba(255,255,255,0.9); }

/* Photo Collage */
.photo-collage {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2px;
    margin: 60px 0;
    min-height: 280px;
}
.photo-collage img { width: 100%; height: 100%; object-fit: cover; }
.photo-collage-center {
    background: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-width: 180px;
}
.photo-collage-center img { width: auto; height: 60px; filter: brightness(0) invert(1); }

/* Mission/Vision/Values */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px;
}
.value-card {
    background: var(--white);
    border: 1px solid var(--beige-dark);
    padding: 24px 20px;
}
.value-card h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--red);
    margin-bottom: 10px;
}
.value-card p { font-size: 12px; line-height: 1.6; color: var(--gray-dark); }

/* Video Block */
.video-block {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 40px auto;
    cursor: pointer;
}
.video-block img { width: 100%; display: block; }
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.video-play-btn:hover { background: var(--red-dark); transform: translate(-50%, -50%) scale(1.1); }
.video-play-btn svg { width: 28px; height: 28px; fill: white; margin-left: 4px; }

/* Content Cards / Blog / Media */
.cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.media-card { background: var(--white); border: 1px solid var(--beige-dark); overflow: hidden; }
.media-card-img { width: 100%; height: 160px; object-fit: cover; }
.media-card-body { padding: 20px; }
.media-card-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--red);
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}
.media-card-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.3;
}

/* Sekron Online Features */
.features-4col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 40px;
}
.feature-item-card {
    background: var(--white);
    border: 1px solid var(--beige-dark);
    padding: 24px 16px;
    text-align: center;
}
.feature-item-card img { width: 44px; margin: 0 auto 14px; }
.feature-item-card p { font-size: 12px; color: var(--gray-dark); line-height: 1.5; }

/* Diferentials */
.diferenciais-section { padding: 80px 0; background: var(--white); }
.diferencial-block { margin-bottom: 32px; }
.diferencial-block h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.diferencial-block p { font-size: 13px; color: var(--gray-dark); line-height: 1.7; }

/* ===========================
   CONTACT PAGE
   =========================== */
.contact-section { padding: 80px 0; background: var(--beige); }
.contact-form-wide { max-width: 700px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-intro {
    font-size: 14px;
    color: var(--gray-dark);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 600px;
}

/* ===========================
   CAREERS PAGE
   =========================== */
.careers-section { padding: 80px 0; background: var(--beige); }
.careers-form-wide { max-width: 720px; margin: 0 auto; }
.form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }

/* ===========================
   LOGIN PAGE
   =========================== */
.login-section {
    min-height: calc(100vh - var(--header-height) - 200px);
    background: var(--beige);
    display: flex;
    align-items: center;
    padding: 80px 0;
    margin-top: var(--header-height);
}
.login-card {
    background: var(--white);
    padding: 48px 40px;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
}
.login-card h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.login-card p { font-size: 13px; color: var(--gray); margin-bottom: 32px; }
.login-logo { margin-bottom: 32px; }
.login-logo img { height: 44px; }

/* ===========================
   FOOTER
   =========================== */
#site-footer {
    background: var(--beige-dark);
    padding: 48px 0 24px;
}
.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 24px;
}
.footer-address h5 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--black);
    margin-bottom: 12px;
}
.footer-address p, .footer-address a {
    font-size: 12px;
    color: var(--gray-dark);
    line-height: 1.8;
}
.footer-address a:hover { color: var(--red); }

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.footer-social {
    display: flex;
    gap: 16px;
    align-items: center;
}
.footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-dark);
    font-size: 18px;
    transition: var(--transition);
}
.footer-social a:hover { color: var(--red); }
.footer-social svg { width: 22px; height: 22px; }

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}
.footer-links a {
    font-size: 12px;
    color: var(--gray-dark);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.footer-links a:hover { color: var(--red); }

.footer-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-copy {
    font-size: 11px;
    color: var(--gray-light);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ===========================
   PRIVACY PAGE
   =========================== */
.privacy-section {
    padding: 80px 0;
    background: var(--white);
    margin-top: var(--header-height);
}
.privacy-content {
    max-width: 820px;
    margin: 0 auto;
}
.privacy-content h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 32px;
    color: var(--black);
}
.privacy-content h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    margin: 32px 0 12px;
}
.privacy-content p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--gray-dark);
    margin-bottom: 16px;
}
.privacy-content ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 16px;
}
.privacy-content li {
    font-size: 14px;
    line-height: 1.8;
    color: var(--gray-dark);
    margin-bottom: 6px;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
    .solutions-grid { grid-template-columns: repeat(2, 1fr); }
    .features-4col { grid-template-columns: repeat(2, 1fr); }
    .muralha-inner { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 768px) {
    :root { --header-height: 64px; }

    /* Navigation */
    .main-nav, .nav-actions { display: none; }
    .menu-toggle { display: flex; }
    .mobile-menu-open .main-nav {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: var(--header-height);
        left: 0;
        right: 0;
        background: var(--beige);
        padding: 24px;
        gap: 0;
        border-top: 2px solid var(--red);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        z-index: 999;
    }
    .mobile-menu-open .main-nav a {
        display: block;
        padding: 14px 0;
        border-bottom: 1px solid var(--beige-dark);
        font-size: 15px;
    }
    .mobile-menu-open .nav-actions {
        display: flex;
        padding: 16px 24px;
        background: var(--beige);
        position: fixed;
        top: calc(var(--header-height) + 200px);
        left: 0;
        right: 0;
        z-index: 999;
        gap: 12px;
    }
    .dropdown-menu { position: static; opacity: 1; visibility: visible; box-shadow: none; transform: none; }

    /* Hero */
    .hero { min-height: 500px; }
    .hero .container { flex-direction: column; align-items: flex-start; }
    .hero-form-card { display: none; }
    .page-hero { height: 220px; }
    .page-hero-with-form .container { flex-direction: column; }
    .page-hero-with-form .hero-form-card { display: none; }

    /* Grids */
    .stats-grid { gap: 2px; }
    .stat-item { min-width: 80px; padding: 16px 12px; }
    .stat-number { font-size: 20px; }
    .solutions-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
    .cta-inner { grid-template-columns: 1fr; gap: 32px; }
    .icon-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .values-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-right { align-items: flex-start; gap: 20px; }
    .form-row { grid-template-columns: 1fr; }
    .form-row-3 { grid-template-columns: 1fr; }
    .cards-row { grid-template-columns: 1fr; }
    .features-4col { grid-template-columns: repeat(2, 1fr); }
    .photo-collage { grid-template-columns: 1fr; }
    .photo-collage-center { min-height: 120px; }
    .features-grid { flex-wrap: wrap; }
    .feature-box { min-width: calc(50% - 1px); }
    .muralha-inner { grid-template-columns: 1fr; }
    .footer-bottom { justify-content: center; }
    .footer-links { align-items: center; }
    .footer-social { justify-content: center; }
}

@media (max-width: 480px) {
    .solutions-grid { grid-template-columns: 1fr; }
    .icon-cards-grid { grid-template-columns: 1fr; }
    .features-4col { grid-template-columns: 1fr; }
    .stat-item { min-width: 50%; max-width: 50%; }
}


/* =========================================================
   AJUSTE FINAL | FIDELIDADE AOS PDFs SEKRON DIGITAL
   - Fonte condensada Bertioga Sans
   - Cores e fundos ajustados aos layouts enviados
   - Uso das imagens originais preservando nomes dos arquivos
   ========================================================= */
html, body, button, input, select, textarea {
    font-family: var(--font) !important;
}
body {
    background: var(--white);
    color: var(--black);
    letter-spacing: .012em;
}
.container {
    max-width: 1140px;
}
#site-header {
    background: #F0F0E8;
    box-shadow: none;
    border-bottom: 0;
}
.site-logo img,
.custom-logo {
    max-height: 44px;
    width: auto;
}
.site-logo svg {
    height: 44px;
}
.main-nav {
    gap: 28px;
}
.main-nav a {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .07em;
}
.btn-orcamento,
.btn-login,
.btn-primary,
.btn-secondary {
    border-radius: 0;
    letter-spacing: .06em;
    font-weight: 600;
}
.btn-orcamento,
.btn-primary,
.btn-secondary,
.clients-arrow {
    background: var(--red);
}
.btn-orcamento:hover,
.btn-primary:hover,
.btn-secondary:hover,
.clients-arrow:hover {
    background: var(--red-dark);
}
.btn-login {
    background: #E2E2D8;
    border-color: #E2E2D8;
    color: #777 !important;
}
.section-title {
    color: var(--red);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .035em;
    margin-bottom: 22px;
}
.section-title::before {
    width: 13px;
    height: 13px;
    background: var(--red);
}
.hero,
.page-hero {
    background: #1A1A1A;
}
.hero {
    min-height: 645px;
}
.page-hero {
    margin-top: var(--header-height);
    min-height: 360px;
}
.hero-bg,
.page-hero-bg {
    opacity: 1;
    object-position: center center;
}
.hero-overlay,
.page-hero-overlay {
    background: linear-gradient(90deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.12) 46%, rgba(0,0,0,.04) 100%);
}
.hero-content {
    max-width: 455px;
}
.hero-quote {
    text-transform: uppercase;
    font-style: normal;
    font-size: clamp(24px, 3.6vw, 36px);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: .03em;
    padding-left: 0;
}
.hero-quote::before {
    top: -34px;
    left: 0;
    width: 18px;
    height: 18px;
}
.hero-author {
    font-size: 12px;
    color: rgba(255,255,255,.9);
    letter-spacing: .04em;
    text-transform: none;
}
.page-hero-title {
    background: var(--red);
    color: #fff;
    display: inline-block;
    padding: 28px 34px;
    font-size: clamp(24px, 4.2vw, 42px);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.hero-form-card {
    background: #fff;
    width: min(100%, 315px);
    padding: 30px 28px;
    border: 0;
    box-shadow: none;
}
.hero-form-card h3 {
    color: var(--red);
    font-weight: 500;
    line-height: 1.12;
    font-size: 18px;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.form-input,
.form-select,
.form-textarea {
    border: 0;
    border-bottom: 1px solid #9b9b9b;
    padding: 11px 0;
    font-size: 12px;
    background: transparent;
    border-radius: 0;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: 0;
    border-bottom-color: var(--red);
}
.about-section,
.content-section,
.solutions-section {
    background: #fff;
    padding: 76px 0;
}
.about-intro {
    max-width: 880px;
    margin: 0 0 38px 0;
}
.about-intro p,
.content-section p {
    font-size: 14px;
    line-height: 1.65;
    color: #333;
}
.stats-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.stat-item {
    background: var(--red);
    color: #fff;
    min-height: 132px;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stat-number {
    font-weight: 700;
    font-size: 31px;
    letter-spacing: .02em;
}
.stat-label {
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .045em;
}
.clients-section,
.testimonials-section,
.content-section.bg-beige,
.bg-beige {
    background: var(--beige) !important;
}
.clients-section {
    padding: 36px 0 42px;
}
.clients-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #111;
}
.clients-static-logo {
    max-width: 560px;
    width: 100%;
    margin: 14px auto 0;
}
.muralha-section {
    background: #fff;
    padding: 74px 0 80px;
}
.muralha-inner {
    grid-template-columns: 1.06fr .94fr;
    align-items: center;
    gap: 54px;
    margin-bottom: 56px;
}
.muralha-map-img {
    width: min(100%, 430px);
    margin: 0 auto;
}
.muralha-brand-img {
    width: min(100%, 300px);
    margin: 0 auto 22px;
}
.muralha-program-logos {
    display: block;
    margin-top: 20px;
    padding: 10px 14px;
    background: var(--beige);
}
.features-grid,
.icon-cards-grid.icon-cards-red {
    gap: 18px;
}
.feature-box,
.icon-cards-red .icon-card {
    background: var(--red);
    color: #fff;
    min-height: 132px;
    border: 0;
}
.feature-box img,
.icon-card-img {
    object-fit: contain;
}
.feature-box img {
    width: 44px;
    height: 54px;
    filter: brightness(0) invert(1);
}
.feature-box-label,
.icon-card-text {
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: .045em;
    text-transform: uppercase;
}
.testimonials-section {
    padding: 76px 0;
}
.testimonial-card {
    box-shadow: none;
    border: 0;
    min-height: 210px;
}
.solutions-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.solution-card {
    height: 252px;
    background: var(--red);
}
.solution-card img {
    height: 168px;
    opacity: 1;
}
.solution-card-overlay {
    display: none;
}
.solution-card-content {
    position: static;
    background: var(--red);
    padding: 20px 18px;
    min-height: 84px;
}
.solution-card-content::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    margin-bottom: 12px;
}
.solution-card-title {
    font-size: 14px;
    line-height: 1.12;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.photo-collage {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.18fr .72fr 1.18fr;
    grid-template-rows: 150px 260px;
    gap: 12px;
    padding: 0 24px 76px;
    background: transparent;
}
.photo-collage img:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
.photo-collage img:nth-child(2) { grid-column: 2; grid-row: 1; }
.photo-collage img:nth-child(4) { grid-column: 2; grid-row: 2; }
.photo-collage img:nth-child(5) { grid-column: 3; grid-row: 1 / 3; }
.photo-collage img { min-height: 0; object-fit: cover; }
.photo-collage-center {
    grid-column: 2;
    grid-row: 2;
    background: var(--red);
}
.cta-red {
    background: var(--red);
    max-width: 1140px;
    margin: 0 auto 0;
    padding: 76px 0;
}
.cta-section.bg-beige {
    background: var(--beige) !important;
}
.cta-inner {
    align-items: center;
    grid-template-columns: 1fr 315px;
}
.cta-text h2 {
    font-weight: 400;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: .035em;
    text-transform: uppercase;
}
#site-footer {
    background: #D8D8C8;
    color: #111;
    padding: 52px 0 22px;
}
.footer-top {
    border: 0;
    padding-bottom: 28px;
}
.footer-address h5,
.footer-links a,
.footer-copy {
    font-size: 12px;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.footer-address p,
.footer-address a {
    font-size: 12px;
    color: #111;
}
.privacy-section {
    background: #fff;
}

@media (max-width: 1024px) {
    .stats-grid,
    .solutions-grid { grid-template-columns: repeat(2, 1fr); }
    .muralha-inner { grid-template-columns: 1fr; }
    .page-hero .container { gap: 24px; }
}
@media (max-width: 768px) {
    :root { --header-height: 70px; }
    .hero { min-height: auto; }
    .hero .container,
    .page-hero .container,
    .cta-inner { grid-template-columns: 1fr; display: grid !important; }
    .page-hero { height: auto !important; min-height: 560px; }
    .page-hero-title { font-size: 28px; padding: 20px 24px; }
    .hero-form-card { width: 100%; max-width: 360px; }
    .stats-grid,
    .features-grid,
    .icon-cards-grid,
    .solutions-grid { grid-template-columns: 1fr !important; }
    .photo-collage { grid-template-columns: 1fr; grid-template-rows: auto; }
    .photo-collage img:nth-child(n), .photo-collage-center { grid-column: 1; grid-row: auto; min-height: 190px; }
    .cta-red { max-width: none; }
}
/* =============== FIM | AJUSTE FINAL =============== */

/* =========================================================
   AJUSTE FINAL 02 | COMPARAÇÃO COM PRINTS PUBLICADOS + PDFs
   - Correções finas de fundo, colagens, CTA e placeholders
   ========================================================= */
:root {
    --red: #E82028;
    --red-dark: #C91421;
    --beige: #F0F0E8;
    --beige-dark: #E0E0D0;
}

#site-header { background: #F0F0E8 !important; }
#site-footer { background: #E0E0D0 !important; }
.footer-copy { color: #7b7b75 !important; }

/* Páginas internas: blocos superiores conforme PDFs */
.page-template-page-residencial .content-section:first-of-type,
.page-template-page-corporativo .content-section:first-of-type,
.page-template-page-sekron-online .content-section:first-of-type,
.page-template-page-quem-somos .content-section:first-of-type,
.page-template-page-quem-somos .content-section.bg-identity {
    background: #F0F0E8 !important;
}

.page-template-page-cond .content-section:first-of-type {
    background: #FFFFFF !important;
}

/* Cards de ícones brancos sobre fundo bege/área clara */
.icon-card,
.feature-item-card {
    background: #FFFFFF !important;
    border: 1px solid #D9D9D1 !important;
    min-height: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-card-img,
.feature-item-card img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 16px;
}
.icon-cards-red .icon-card {
    background: var(--red) !important;
    border-color: var(--red) !important;
}
.icon-cards-red .icon-card-img { filter: brightness(0) invert(1) !important; }
.icon-cards-red .icon-card-text { color: #fff !important; }

/* Colagem de imagens exatamente com 4 peças do material original */
.pdf-photo-collage {
    max-width: 760px;
    margin: 64px auto 78px;
    display: grid;
    grid-template-columns: 1.12fr .68fr 1.12fr;
    grid-template-rows: 140px 260px;
    gap: 12px;
    background: transparent;
}
.pdf-photo-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pdf-photo-collage .pc-left { grid-column: 1; grid-row: 1 / 3; }
.pdf-photo-collage .pc-top { grid-column: 2; grid-row: 1; }
.pdf-photo-collage .pc-bottom { grid-column: 2; grid-row: 2; }
.pdf-photo-collage .pc-right { grid-column: 3; grid-row: 1 / 3; }

/* CTA final no modelo vermelho dos PDFs */
.page-template-page-home .cta-red {
    margin-top: 20px;
    margin-bottom: 0;
}
.cta-red .cta-logo-area img,
.cta-red .custom-logo {
    filter: brightness(0) invert(1) !important;
}
.cta-red .hero-form-card {
    background: rgba(255,255,255,.12) !important;
    border: 1px solid rgba(255,255,255,.28) !important;
}
.cta-red .hero-form-card h3,
.cta-red .hero-form-card .form-message { color: #fff !important; }
.cta-red .form-input {
    color: #fff !important;
    border-bottom-color: rgba(255,255,255,.55) !important;
}
.cta-red .form-input::placeholder { color: rgba(255,255,255,.78) !important; }
.cta-red .btn-primary {
    background: #fff !important;
    color: var(--red) !important;
}

/* Quem Somos: remover aparência de placeholders e aproximar conteúdos do PDF */
.qs-content-img {
    background: #fff;
    object-fit: cover;
    object-position: center;
}
.page-template-page-quem-somos .media-card {
    border: 0 !important;
    box-shadow: none !important;
}
.page-template-page-quem-somos .media-card-img {
    background: #fff;
    object-fit: cover;
}
.page-template-page-quem-somos .content-section:not(.bg-identity):not(:first-of-type) {
    background: #fff;
}
.page-template-page-quem-somos .values-grid {
    max-width: 790px;
}

/* Espaçamentos próximos aos PDFs, sem compactar demais as áreas */
.content-section,
.about-section,
.muralha-section,
.testimonials-section,
.solutions-section {
    padding-top: 88px;
    padding-bottom: 88px;
}
.content-section + .pdf-photo-collage {
    margin-top: -10px;
}
.cta-red {
    padding-top: 86px;
    padding-bottom: 86px;
}

@media (min-width: 1025px) {
    .page-template-page-residencial .icon-cards-grid[style],
    .page-template-page-sekron-online .features-4col,
    .page-template-page-corporativo .icon-cards-grid[style],
    .page-template-page-cond .icon-cards-grid[style] {
        gap: 0 !important;
    }
    .page-template-page-residencial .icon-card,
    .page-template-page-sekron-online .feature-item-card,
    .page-template-page-corporativo .icon-card,
    .page-template-page-cond .icon-card {
        margin-left: -1px;
        margin-top: -1px;
    }
}

@media (max-width: 768px) {
    .pdf-photo-collage {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: 420px;
        padding: 0 24px;
        margin: 42px auto 56px;
    }
    .pdf-photo-collage .pc-left,
    .pdf-photo-collage .pc-top,
    .pdf-photo-collage .pc-bottom,
    .pdf-photo-collage .pc-right {
        grid-column: 1;
        grid-row: auto;
        min-height: 220px;
    }
}
/* =============== FIM | AJUSTE FINAL 02 =============== */

/* ===== AJUSTE FINAL 02 | CONDOMÍNIO PDF ===== */
.condominio-top-grid .icon-card {
    min-height: 180px;
    padding: 24px 16px;
}
.cond-muralha-section {
    background: #fff !important;
}
.cond-muralha-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: center;
}
.cond-muralha-list {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
}
.cond-muralha-list li {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
}
.cond-muralha-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .65em;
    width: 7px;
    height: 7px;
    background: var(--red);
}
.cond-muralha-visual {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cond-camera-img {
    width: min(100%, 430px);
    margin: 0 auto;
}
.cond-logo-muralha {
    position: absolute;
    right: 12%;
    bottom: 12%;
    width: 220px;
    max-width: 44%;
}
@media (max-width: 1024px) {
    .condominio-top-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .cond-muralha-grid { grid-template-columns: 1fr; }
    .cond-logo-muralha { position: static; margin: 24px auto 0; max-width: 260px; width: 70%; }
}
@media (max-width: 600px) {
    .condominio-top-grid { grid-template-columns: 1fr !important; }
}
/* ===== FIM | CONDOMÍNIO PDF ===== */

/* =========================================================
   INÍCIO | AJUSTE FINAL 03 - REVISÃO COMPARATIVA PDF x SITE
   Objetivo:
   - recuperar espaçamentos entre cards;
   - reposicionar hero + formulário das páginas internas;
   - separar clientes da área Muralha Paulista;
   - corrigir títulos pretos/vermelhos por página;
   - evitar colagens invadindo seções anteriores.
   ========================================================= */

:root {
    --red: #E91B2A;
    --red-dark: #C91622;
    --beige: #F0F0E8;
    --beige-dark: #DCDCCA;
}

/* ---------- HERO DAS PÁGINAS COM FORMULÁRIO ---------- */
.page-hero-with-form {
    height: 388px !important;
    min-height: 388px !important;
    align-items: center !important;
}

.page-hero-with-form .container {
    max-width: 1040px !important;
    display: grid !important;
    grid-template-columns: auto 315px !important;
    column-gap: clamp(100px, 13vw, 230px) !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-hero-with-form .page-hero-title {
    padding: 24px 34px !important;
    line-height: 1.08 !important;
}

.page-hero-with-form .hero-form-card {
    width: 315px !important;
    max-width: 315px !important;
    min-width: 315px !important;
    margin: 0 !important;
}

.page-hero-with-form .hero-form-card h3 {
    margin-bottom: 18px !important;
}

.page-template-page-corporativo .page-hero-bg,
.page-template-page-residencial .page-hero-bg,
.page-template-page-sekron-online .page-hero-bg,
.page-template-page-cond .page-hero-bg {
    object-position: center center !important;
}

/* ---------- TÍTULOS: CORPORATIVO USA TEXTO PRETO NO PDF ---------- */
.page-template-page-corporativo .section-title,
.page-template-page-corporativo .section-title span {
    color: #111111 !important;
}

/* ---------- ESPAÇAMENTOS GERAIS DAS SEÇÕES ---------- */
.content-section,
.about-section,
.clients-section,
.muralha-section,
.testimonials-section,
.solutions-section {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
}

.page-template-page-corporativo .content-section:first-of-type,
.page-template-page-residencial .content-section:first-of-type,
.page-template-page-sekron-online .content-section:first-of-type,
.page-template-page-cond .content-section:first-of-type {
    padding-bottom: 66px !important;
}

/* ---------- CARDS COM GUTTER ENTRE COLUNAS E LINHAS ---------- */
.page-template-page-corporativo .icon-cards-grid[style],
.page-template-page-residencial .icon-cards-grid[style],
.page-template-page-cond .icon-cards-grid[style],
.page-template-page-sekron-online .features-4col {
    gap: 18px !important;
}

.page-template-page-corporativo .icon-card,
.page-template-page-residencial .icon-card,
.page-template-page-cond .icon-card,
.page-template-page-sekron-online .feature-item-card {
    margin: 0 !important;
}

.page-template-page-corporativo .icon-cards-grid:not(.icon-cards-red) {
    max-width: 800px;
    margin: 40px auto 0 !important;
}

.page-template-page-residencial .icon-cards-grid:not(.icon-cards-red) {
    max-width: 980px;
    margin: 40px auto 0 !important;
}

.page-template-page-sekron-online .features-4col {
    max-width: 980px;
    margin: 40px auto 0 !important;
}

.icon-cards-grid.icon-cards-red,
.page-template-page-corporativo .icon-cards-grid.icon-cards-red,
.page-template-page-residencial .icon-cards-grid.icon-cards-red,
.page-template-page-cond .icon-cards-grid.icon-cards-red {
    max-width: 880px !important;
    margin: 40px auto 0 !important;
    gap: 18px !important;
    background: transparent !important;
}

.icon-cards-grid.icon-cards-red .icon-card,
.page-template-page-corporativo .icon-cards-grid.icon-cards-red .icon-card,
.page-template-page-residencial .icon-cards-grid.icon-cards-red .icon-card,
.page-template-page-cond .icon-cards-grid.icon-cards-red .icon-card {
    min-height: 144px !important;
    padding: 28px 24px !important;
    margin: 0 !important;
    border: 0 !important;
}

.features-grid {
    gap: 18px !important;
    justify-content: center;
}

.feature-box {
    max-width: 290px;
    min-height: 132px !important;
    margin: 0 !important;
}

/* ---------- COLAGEM DE IMAGENS: NÃO INVADIR SEÇÃO SUPERIOR ---------- */
.pdf-photo-collage {
    position: relative;
    z-index: 1;
    max-width: 760px !important;
    margin: 82px auto 92px !important;
    grid-template-rows: 150px 270px !important;
    gap: 12px !important;
}

.content-section + .pdf-photo-collage,
.page-template-page-corporativo .content-section + .pdf-photo-collage,
.page-template-page-residencial .content-section + .pdf-photo-collage,
.page-template-page-sekron-online .content-section + .pdf-photo-collage {
    margin-top: 82px !important;
}

.pdf-photo-collage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------- CLIENTES: LOGOS DE CLIENTES, NÃO LOGOS DA MURALHA ---------- */
.clients-section {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

.clients-static-logo {
    display: none !important;
}

.clients-carousel {
    max-width: 760px;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 18px;
    overflow: visible !important;
}

.clients-window {
    overflow: hidden;
    flex: 1 1 auto;
}

.clients-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 44px !important;
    animation: none !important;
    transform: none !important;
    transition: transform .25s ease;
}

.client-logo-wrap {
    min-width: 78px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo {
    height: 34px !important;
    max-width: 112px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .95;
}

.clients-arrow {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px;
    font-size: 16px !important;
    line-height: 1;
}

/* ---------- MURALHA PAULISTA: LOGOS INSTITUCIONAIS FICAM AQUI ---------- */
.muralha-section {
    padding-top: 72px !important;
    padding-bottom: 78px !important;
}

.muralha-inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1.1fr .9fr !important;
    gap: 58px !important;
    align-items: center !important;
}

.muralha-logo-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.muralha-map-img {
    width: min(100%, 450px) !important;
    margin-top: 18px !important;
}

.muralha-brand-img {
    width: min(100%, 300px) !important;
    margin-bottom: 14px !important;
}

.muralha-program-logos {
    display: block !important;
    width: min(100%, 260px) !important;
    margin: 18px auto 18px !important;
    padding: 0 !important;
    background: transparent !important;
}

.muralha-cta {
    justify-content: center !important;
    margin-top: 8px !important;
}

/* ---------- QUEM SOMOS: CARDS GERENCIÁVEIS POR CPT ---------- */
.qs-dynamic-content .cards-row {
    gap: 18px !important;
}

.qs-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.media-card-horizontal,
.media-card-horizontal-link {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 172px;
}

.media-card-horizontal img {
    width: 100%;
    height: 100%;
    min-height: 172px;
    object-fit: cover;
}

.media-card-excerpt {
    font-size: 12px;
    color: #777;
    line-height: 1.55;
    margin-top: 8px;
}

.qs-featured-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center;
}

.qs-featured-grid > img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.qs-featured-grid p {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ---------- RESPONSIVO ---------- */
@media (max-width: 1024px) {
    .page-hero-with-form .container {
        max-width: 900px !important;
        column-gap: 70px !important;
    }

    .muralha-inner {
        grid-template-columns: 1fr !important;
        max-width: 680px;
    }

    .feature-box {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .page-hero-with-form {
        height: auto !important;
        min-height: 430px !important;
        padding: 44px 0 !important;
    }

    .page-hero-with-form .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 24px !important;
        justify-content: center !important;
    }

    .page-hero-with-form .hero-form-card {
        display: none !important;
    }

    .clients-track {
        gap: 22px !important;
        justify-content: flex-start;
    }

    .client-logo-wrap {
        min-width: 92px;
    }

    .pdf-photo-collage {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        max-width: 430px !important;
        margin: 52px auto 60px !important;
        padding: 0 24px !important;
    }

    .pdf-photo-collage .pc-left,
    .pdf-photo-collage .pc-top,
    .pdf-photo-collage .pc-bottom,
    .pdf-photo-collage .pc-right {
        grid-column: 1 !important;
        grid-row: auto !important;
        min-height: 220px;
    }

    .qs-video-grid,
    .qs-featured-grid,
    .media-card-horizontal,
    .media-card-horizontal-link {
        grid-template-columns: 1fr !important;
    }

    .media-card-horizontal img {
        min-height: 210px;
    }
}

/* =============== FIM | AJUSTE FINAL 03 =============== */

/* =========================================================
   INÍCIO | AJUSTE FINAL 04 - HOME
   - aumenta logos de clientes;
   - corrige dados/textos da Muralha Paulista;
   - força títulos pretos nas áreas indicadas do PDF;
   - usa logo branca real no CTA final;
   - mantém CPT de depoimentos com layout original.
   ========================================================= */

/* ---------- Clientes da Home ---------- */
.page-template-page-home .clients-section {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

.page-template-page-home .clients-carousel {
    max-width: 940px !important;
    gap: 26px !important;
}

.page-template-page-home .clients-track {
    gap: 64px !important;
}

.page-template-page-home .client-logo-wrap {
    min-width: 130px !important;
    height: 74px !important;
}

.page-template-page-home .client-logo {
    height: 58px !important;
    max-height: 58px !important;
    max-width: 165px !important;
    width: auto !important;
    opacity: 1 !important;
}

.page-template-page-home .clients-arrow {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
    font-size: 20px !important;
}

/* ---------- Títulos pretos conforme PDF ---------- */
.page-template-page-home .muralha-section > .container > .section-title,
.page-template-page-home .testimonials-section > .container > .section-title {
    color: #111111 !important;
}

.page-template-page-home .muralha-section > .container > .section-title span,
.page-template-page-home .testimonials-section > .container > .section-title span {
    color: #111111 !important;
}

/* ---------- Dados da Muralha Paulista ---------- */
.page-template-page-home .muralha-stats {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    display: inline-block !important;
    margin-top: 12px !important;
}

.page-template-page-home .muralha-stats p {
    margin: 0 0 2px !important;
}

.page-template-page-home .muralha-stats strong {
    font-weight: 800 !important;
    color: #111111 !important;
}

/* ---------- Depoimentos gerenciáveis ---------- */
.page-template-page-home .testimonials-grid {
    align-items: stretch !important;
}

.page-template-page-home .testimonial-card {
    min-height: 210px !important;
}

/* ---------- CTA final: logo branca real ---------- */
.page-template-page-home .cta-red .cta-logo-area {
    margin-top: 34px !important;
}

.page-template-page-home .cta-red .cta-white-logo {
    width: 132px !important;
    max-width: 132px !important;
    height: auto !important;
    filter: none !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .page-template-page-home .clients-carousel {
        max-width: 100% !important;
        gap: 14px !important;
    }

    .page-template-page-home .clients-track {
        gap: 28px !important;
        justify-content: flex-start !important;
    }

    .page-template-page-home .client-logo-wrap {
        min-width: 118px !important;
        height: 64px !important;
    }

    .page-template-page-home .client-logo {
        height: 46px !important;
        max-width: 140px !important;
    }

    .page-template-page-home .muralha-stats {
        text-align: center !important;
    }
}

/* =============== FIM | AJUSTE FINAL 04 - HOME =============== */

/* =========================================================
   INÍCIO | AJUSTE FINAL 05 - HOME LOGOS
   - corrige tamanho real da logo branca no CTA final;
   - aumenta logos de clientes e usa limites globais, mesmo quando a página
     não recebe a classe page-template-page-home no body;
   - preserva os dados corretos da Muralha Paulista.
   ========================================================= */

/* ---------- Clientes: deixar logos realmente legíveis ---------- */
.clients-section .clients-carousel,
.home .clients-section .clients-carousel,
.page-template-page-home .clients-section .clients-carousel {
    max-width: 1040px !important;
    gap: 24px !important;
}

.clients-section .clients-window,
.home .clients-section .clients-window,
.page-template-page-home .clients-section .clients-window {
    min-height: 92px !important;
    display: flex !important;
    align-items: center !important;
}

.clients-section .clients-track,
.home .clients-section .clients-track,
.page-template-page-home .clients-section .clients-track {
    gap: 72px !important;
    align-items: center !important;
}

.clients-section .client-logo-wrap,
.home .clients-section .client-logo-wrap,
.page-template-page-home .clients-section .client-logo-wrap {
    min-width: 155px !important;
    height: 90px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.clients-section img.client-logo,
.home .clients-section img.client-logo,
.page-template-page-home .clients-section img.client-logo {
    width: auto !important;
    height: auto !important;
    max-width: 190px !important;
    max-height: 76px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    filter: grayscale(100%) contrast(125%) !important;
}

/* ---------- Muralha: dados exatamente conforme modelo aprovado ---------- */
.muralha-stats p:nth-child(1) strong::after { content: ''; }

/* ---------- CTA final: impedir logo branca gigante em qualquer condição ---------- */
.cta-red .cta-logo-area,
.home .cta-red .cta-logo-area,
.page-template-page-home .cta-red .cta-logo-area {
    margin-top: 32px !important;
    max-width: 150px !important;
}

.cta-red img.cta-white-logo,
.home .cta-red img.cta-white-logo,
.page-template-page-home .cta-red img.cta-white-logo,
.cta-red .cta-logo-area img.cta-white-logo {
    display: block !important;
    width: 126px !important;
    max-width: 126px !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: 48px !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .clients-section .clients-track,
    .home .clients-section .clients-track,
    .page-template-page-home .clients-section .clients-track {
        gap: 34px !important;
        justify-content: flex-start !important;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        min-width: 135px !important;
        height: 78px !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 160px !important;
        max-height: 62px !important;
    }
}

/* =============== FIM | AJUSTE FINAL 05 - HOME LOGOS =============== */

/* =========================================================
   INÍCIO | AJUSTE FINAL 06 - HOME TÍTULOS + CARROSSEL
   - classes específicas para títulos da Home conforme PDF;
   - carrossel de clientes com 5 logos visíveis no desktop e setas funcionais;
   - responsivo controlado sem misturar estilos de outras páginas.
   ========================================================= */

/* ---------- Títulos por seção da Home ---------- */
.home-section-title,
.section-title.home-section-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 24px !important;
    text-transform: uppercase !important;
    letter-spacing: .035em !important;
    line-height: 1.15 !important;
    font-family: var(--font) !important;
}

.home-section-title::before,
.section-title.home-section-title::before {
    width: 12px !important;
    height: 12px !important;
    flex: 0 0 12px !important;
    background: var(--red) !important;
    margin-top: 1px !important;
}

.home-title-red,
.section-title.home-title-red,
.home .section-title.home-title-red,
.page-template-page-home .section-title.home-title-red {
    color: var(--red) !important;
}

.home-title-black,
.section-title.home-title-black,
.home .section-title.home-title-black,
.page-template-page-home .section-title.home-title-black {
    color: #111111 !important;
}

.home-title-about {
    font-size: 22px !important;
    font-weight: 500 !important;
}

.home-title-muralha,
.home-title-testimonials {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.home-title-solutions {
    font-size: 24px !important;
    font-weight: 500 !important;
}

.home-title-clients,
.clients-label.home-title-clients {
    color: #111111 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-bottom: 26px !important;
}

/* ---------- Carrossel de clientes ---------- */
.clients-section .clients-carousel,
.home .clients-section .clients-carousel,
.page-template-page-home .clients-section .clients-carousel {
    --client-gap: 42px;
    width: min(100%, 900px) !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) 34px !important;
    align-items: center !important;
    gap: 18px !important;
}

.clients-section .clients-window,
.home .clients-section .clients-window,
.page-template-page-home .clients-section .clients-window {
    width: 100% !important;
    min-height: 74px !important;
    overflow: hidden !important;
    display: block !important;
}

.clients-section .clients-track,
.home .clients-section .clients-track,
.page-template-page-home .clients-section .clients-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: var(--client-gap) !important;
    width: max-content !important;
    min-width: 100% !important;
    transform: translate3d(0,0,0) !important;
    transition: transform .35s ease !important;
    will-change: transform !important;
}

.clients-section .client-logo-wrap,
.home .clients-section .client-logo-wrap,
.page-template-page-home .clients-section .client-logo-wrap {
    flex: 0 0 126px !important;
    width: 126px !important;
    min-width: 126px !important;
    height: 62px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.clients-section img.client-logo,
.home .clients-section img.client-logo,
.page-template-page-home .clients-section img.client-logo {
    width: auto !important;
    height: auto !important;
    max-width: 126px !important;
    max-height: 54px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    filter: grayscale(100%) contrast(130%) !important;
}

.clients-section .clients-arrow,
.home .clients-section .clients-arrow,
.page-template-page-home .clients-section .clients-arrow {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border: 0 !important;
    background: var(--red) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.clients-section .clients-arrow:disabled,
.home .clients-section .clients-arrow:disabled,
.page-template-page-home .clients-section .clients-arrow:disabled {
    opacity: .35 !important;
    cursor: default !important;
}

/* Mantém a seção de clientes no peso/altura do PDF */
.clients-section,
.home .clients-section,
.page-template-page-home .clients-section {
    padding-top: 48px !important;
    padding-bottom: 50px !important;
}

/* Ajuste fino: título da Muralha e Depoimentos não podem herdar vermelho global */
.muralha-section .home-title-black,
.testimonials-section .home-title-black {
    color: #111111 !important;
}

/* ---------- Mobile ---------- */
@media (max-width: 1024px) {
    .clients-section .clients-carousel,
    .home .clients-section .clients-carousel,
    .page-template-page-home .clients-section .clients-carousel {
        width: min(100%, 760px) !important;
        --client-gap: 30px;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex-basis: 118px !important;
        width: 118px !important;
        min-width: 118px !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 118px !important;
        max-height: 50px !important;
    }
}

@media (max-width: 768px) {
    .home-title-about,
    .home-title-solutions {
        font-size: 20px !important;
    }

    .home-title-muralha,
    .home-title-testimonials {
        font-size: 17px !important;
    }

    .clients-section .clients-carousel,
    .home .clients-section .clients-carousel,
    .page-template-page-home .clients-section .clients-carousel {
        grid-template-columns: 32px minmax(0, 1fr) 32px !important;
        gap: 10px !important;
        --client-gap: 22px;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex-basis: 112px !important;
        width: 112px !important;
        min-width: 112px !important;
        height: 58px !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 112px !important;
        max-height: 48px !important;
    }
}

/* =============== FIM | AJUSTE FINAL 06 - HOME TÍTULOS + CARROSSEL =============== */

/* =========================================================
   INÍCIO | AJUSTE FINAL 07 - TÍTULOS GLOBAIS + CARROSSEL
   Objetivo:
   - padronizar títulos de seção em todo o site, não só na Home;
   - separar variações por classe de cor/tamanho para desktop e mobile;
   - restaurar títulos vermelhos nas páginas de solução conforme os PDFs;
   - manter títulos pretos da Home onde o PDF usa preto;
   - exibir 5 logos no desktop e deixar o carrossel navegável.
   ========================================================= */

/* ---------- Títulos globais de seção ---------- */
.section-title,
.sk-section-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 26px !important;
    font-family: var(--font) !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: .045em !important;
    line-height: 1.18 !important;
    color: var(--red) !important;
}

.section-title::before,
.sk-section-title::before {
    content: '' !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    flex: 0 0 10px !important;
    background: var(--red) !important;
    margin-top: 1px !important;
}

.sk-title-red,
.section-title.sk-title-red,
.page-template-page-corporativo .section-title.sk-title-red,
.page-template-page-residencial .section-title.sk-title-red,
.page-template-page-sekron-online .section-title.sk-title-red,
.page-template-page-cond .section-title.sk-title-red,
.page-template-page-quem-somos .section-title.sk-title-red,
.page-template-page-trabalhe-conosco .section-title.sk-title-red {
    color: var(--red) !important;
}

.sk-title-black,
.section-title.sk-title-black,
.home .section-title.sk-title-black,
.page-template-page-home .section-title.sk-title-black,
.muralha-section .section-title.sk-title-black,
.testimonials-section .section-title.sk-title-black {
    color: #111111 !important;
}

.sk-title-sm { font-size: 17px !important; }
.sk-title-md { font-size: 19px !important; }
.sk-title-lg { font-size: 23px !important; line-height: 1.14 !important; }

/* ---------- Ajustes por página conforme PDFs ---------- */
.page-template-page-quem-somos .content-section .section-title,
.page-template-page-trabalhe-conosco .careers-section .section-title,
.page-template-page-residencial .content-section .section-title,
.page-template-page-corporativo .content-section .section-title,
.page-template-page-sekron-online .content-section .section-title,
.page-template-page-cond .content-section .section-title {
    max-width: 100% !important;
}

/* remove a regra antiga que havia deixado todos os títulos do Corporativo pretos */
.page-template-page-corporativo .content-section .section-title:not(.sk-title-black),
.page-template-page-corporativo .content-section .section-title:not(.sk-title-black) span {
    color: var(--red) !important;
}

/* Home: medidas específicas dos títulos do PDF */
.page-template-page-home .home-title-about,
.home .home-title-about {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.page-template-page-home .home-title-muralha,
.home .home-title-muralha,
.page-template-page-home .home-title-testimonials,
.home .home-title-testimonials {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.page-template-page-home .home-title-solutions,
.home .home-title-solutions {
    font-size: 21px !important;
    font-weight: 500 !important;
}

/* ---------- Clientes / carrossel ---------- */
.clients-section,
.home .clients-section,
.page-template-page-home .clients-section {
    padding-top: 48px !important;
    padding-bottom: 50px !important;
}

.clients-label.home-title-clients,
.home-title-clients {
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .065em !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin: 0 0 28px !important;
}

.clients-section .clients-carousel,
.home .clients-section .clients-carousel,
.page-template-page-home .clients-section .clients-carousel {
    --client-gap: 30px;
    width: min(100%, 1040px) !important;
    max-width: 1040px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) 34px !important;
    align-items: center !important;
    gap: 18px !important;
}

.clients-section .clients-window,
.home .clients-section .clients-window,
.page-template-page-home .clients-section .clients-window {
    width: 100% !important;
    min-height: 82px !important;
    overflow: hidden !important;
}

.clients-section .clients-track,
.home .clients-section .clients-track,
.page-template-page-home .clients-section .clients-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: var(--client-gap) !important;
    width: max-content !important;
    min-width: 100% !important;
    transition: transform .35s ease !important;
    will-change: transform !important;
}

.clients-section .client-logo-wrap,
.home .clients-section .client-logo-wrap,
.page-template-page-home .clients-section .client-logo-wrap {
    flex: 0 0 142px !important;
    width: 142px !important;
    min-width: 142px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.clients-section img.client-logo,
.home .clients-section img.client-logo,
.page-template-page-home .clients-section img.client-logo {
    width: auto !important;
    height: auto !important;
    max-width: 142px !important;
    max-height: 60px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    filter: grayscale(100%) contrast(135%) !important;
}

.clients-section .clients-arrow,
.home .clients-section .clients-arrow,
.page-template-page-home .clients-section .clients-arrow {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border: 0 !important;
    background: var(--red) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.clients-section .clients-arrow:disabled,
.home .clients-section .clients-arrow:disabled,
.page-template-page-home .clients-section .clients-arrow:disabled {
    opacity: .35 !important;
    cursor: default !important;
}

/* ---------- Mobile ---------- */
@media (max-width: 1024px) {
    .sk-title-sm { font-size: 16px !important; }
    .sk-title-md { font-size: 18px !important; }
    .sk-title-lg { font-size: 21px !important; }

    .clients-section .clients-carousel,
    .home .clients-section .clients-carousel,
    .page-template-page-home .clients-section .clients-carousel {
        width: min(100%, 840px) !important;
        --client-gap: 26px;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex-basis: 132px !important;
        width: 132px !important;
        min-width: 132px !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 132px !important;
        max-height: 56px !important;
    }
}

@media (max-width: 768px) {
    .section-title,
    .sk-section-title {
        gap: 8px !important;
        margin-bottom: 20px !important;
        letter-spacing: .035em !important;
    }

    .section-title::before,
    .sk-section-title::before {
        width: 9px !important;
        height: 9px !important;
        flex-basis: 9px !important;
    }

    .sk-title-sm,
    .sk-title-md,
    .sk-title-lg,
    .page-template-page-home .home-title-about,
    .home .home-title-about,
    .page-template-page-home .home-title-muralha,
    .home .home-title-muralha,
    .page-template-page-home .home-title-testimonials,
    .home .home-title-testimonials,
    .page-template-page-home .home-title-solutions,
    .home .home-title-solutions {
        font-size: 17px !important;
        line-height: 1.22 !important;
    }

    .clients-section .clients-carousel,
    .home .clients-section .clients-carousel,
    .page-template-page-home .clients-section .clients-carousel {
        grid-template-columns: 32px minmax(0, 1fr) 32px !important;
        gap: 10px !important;
        --client-gap: 20px;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex-basis: 118px !important;
        width: 118px !important;
        min-width: 118px !important;
        height: 62px !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 118px !important;
        max-height: 50px !important;
    }
}

/* =============== FIM | AJUSTE FINAL 07 - TÍTULOS GLOBAIS + CARROSSEL =============== */

/* =========================================================
   INÍCIO | AJUSTE FINAL 08 - TÍTULOS CONFERIDOS NO PDF + CARROSSEL REAL
   - títulos de seção internos conferidos nos PDFs: texto preto com marcador vermelho;
   - Home mantém exceções do PDF: Sobre Nós/Nossas Soluções vermelhos, Muralha/Depoimentos pretos;
   - carrossel com 5 logos visíveis no desktop e 2 no mobile, com setas funcionais.
   ========================================================= */

/* ---------- Títulos globais: padrão PDF interno = preto + marcador vermelho ---------- */
.section-title.sk-section-title,
.sk-section-title {
    color: #111111 !important;
    font-family: var(--font) !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: .045em !important;
    line-height: 1.18 !important;
}

.section-title.sk-title-black,
.sk-section-title.sk-title-black,
.page-template-page-quem-somos .section-title,
.page-template-page-residencial .section-title,
.page-template-page-corporativo .section-title,
.page-template-page-cond .section-title,
.page-template-page-sekron-online .section-title,
.page-template-page-trabalhe-conosco .section-title {
    color: #111111 !important;
}

.section-title.sk-title-red,
.sk-section-title.sk-title-red,
.page-template-page-home .section-title.home-title-red,
.home .section-title.home-title-red,
.page-template-page-home .home-title-about,
.home .home-title-about,
.page-template-page-home .home-title-solutions,
.home .home-title-solutions,
.page-template-page-quem-somos .qs-featured-section .section-title.sk-title-red {
    color: var(--red) !important;
}

.page-template-page-home .section-title.home-title-black,
.home .section-title.home-title-black,
.page-template-page-home .home-title-muralha,
.home .home-title-muralha,
.page-template-page-home .home-title-testimonials,
.home .home-title-testimonials {
    color: #111111 !important;
}

/* Tamanho base mais próximo dos PDFs nas páginas internas */
.sk-title-sm { font-size: 16px !important; }
.sk-title-md { font-size: 18px !important; }
.sk-title-lg { font-size: 23px !important; line-height: 1.14 !important; }

/* ---------- Carrossel de clientes: 5 desktop / 2 mobile ---------- */
.clients-section .clients-carousel,
.home .clients-section .clients-carousel,
.page-template-page-home .clients-section .clients-carousel {
    width: min(100%, 998px) !important;
    max-width: 998px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 894px) 34px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    overflow: visible !important;
}

.clients-section .clients-window,
.home .clients-section .clients-window,
.page-template-page-home .clients-section .clients-window {
    width: 894px !important;
    max-width: 100% !important;
    min-height: 86px !important;
    overflow: hidden !important;
    display: block !important;
}

.clients-section .clients-track,
.home .clients-section .clients-track,
.page-template-page-home .clients-section .clients-track {
    --client-gap: 36px;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: var(--client-gap) !important;
    width: max-content !important;
    min-width: auto !important;
    animation: none !important;
    transition: transform .35s ease !important;
    will-change: transform !important;
}

.clients-section .client-logo-wrap,
.home .clients-section .client-logo-wrap,
.page-template-page-home .clients-section .client-logo-wrap {
    flex: 0 0 150px !important;
    width: 150px !important;
    min-width: 150px !important;
    height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.clients-section img.client-logo,
.home .clients-section img.client-logo,
.page-template-page-home .clients-section img.client-logo {
    width: auto !important;
    height: auto !important;
    max-width: 150px !important;
    max-height: 62px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    filter: grayscale(100%) contrast(135%) !important;
}

.clients-section .clients-arrow,
.home .clients-section .clients-arrow,
.page-template-page-home .clients-section .clients-arrow {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border: 0 !important;
    background: var(--red) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
    opacity: 1 !important;
}

.clients-section .clients-arrow:disabled,
.home .clients-section .clients-arrow:disabled,
.page-template-page-home .clients-section .clients-arrow:disabled {
    opacity: .45 !important;
    cursor: default !important;
}

@media (max-width: 768px) {
    .sk-title-sm,
    .sk-title-md,
    .sk-title-lg,
    .page-template-page-home .home-title-about,
    .home .home-title-about,
    .page-template-page-home .home-title-muralha,
    .home .home-title-muralha,
    .page-template-page-home .home-title-testimonials,
    .home .home-title-testimonials,
    .page-template-page-home .home-title-solutions,
    .home .home-title-solutions {
        font-size: 17px !important;
        line-height: 1.22 !important;
    }

    .clients-section .clients-carousel,
    .home .clients-section .clients-carousel,
    .page-template-page-home .clients-section .clients-carousel {
        width: min(100%, 352px) !important;
        max-width: 352px !important;
        grid-template-columns: 32px minmax(0, 268px) 32px !important;
        gap: 10px !important;
    }

    .clients-section .clients-window,
    .home .clients-section .clients-window,
    .page-template-page-home .clients-section .clients-window {
        width: 268px !important;
        min-height: 72px !important;
    }

    .clients-section .clients-track,
    .home .clients-section .clients-track,
    .page-template-page-home .clients-section .clients-track {
        --client-gap: 20px;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex: 0 0 124px !important;
        width: 124px !important;
        min-width: 124px !important;
        height: 62px !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 124px !important;
        max-height: 52px !important;
    }
}

/* =============== FIM | AJUSTE FINAL 08 =============== */

/* =========================================================
   INÍCIO | AJUSTE FINAL 09 - PADDINGS EXCLUSIVOS QUEM SOMOS
   - evita que o espaçamento do vídeo até Propósito interfira nas demais páginas;
   - usa classes próprias da página Quem Somos.
   ========================================================= */
.page-template-page-quem-somos .qs-history-section {
    padding-top: 72px !important;
    padding-bottom: 28px !important;
}

.page-template-page-quem-somos .qs-history-section .container {
    max-width: 820px !important;
}

.page-template-page-quem-somos .qs-main-video {
    max-width: 700px !important;
    margin: 44px 0 0 !important;
}

.page-template-page-quem-somos .qs-purpose-values-section {
    padding-top: 34px !important;
    padding-bottom: 72px !important;
}

.page-template-page-quem-somos .qs-purpose-values-section .container {
    max-width: 820px !important;
}

.page-template-page-quem-somos .qs-purpose-values-section .qs-compact-title {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
}

.page-template-page-quem-somos .qs-purpose-values-section .qs-compact-title + p {
    margin-top: 0 !important;
    margin-bottom: 44px !important;
}

.page-template-page-quem-somos .qs-purpose-values-section .values-grid {
    margin-top: 26px !important;
    gap: 16px !important;
}

.page-template-page-quem-somos .qs-why-section {
    padding-top: 68px !important;
    padding-bottom: 74px !important;
}

.page-template-page-quem-somos .qs-why-section .container {
    max-width: 820px !important;
}

.page-template-page-quem-somos .qs-why-section .section-title {
    margin-bottom: 24px !important;
}

.page-template-page-quem-somos .qs-why-section .diferencial-block {
    margin-bottom: 24px !important;
}

.page-template-page-quem-somos .qs-content-list-section {
    padding-top: 72px !important;
    padding-bottom: 64px !important;
}

.page-template-page-quem-somos .qs-featured-section {
    padding-top: 0 !important;
    padding-bottom: 76px !important;
}

@media (max-width: 768px) {
    .page-template-page-quem-somos .qs-history-section {
        padding-top: 48px !important;
        padding-bottom: 18px !important;
    }

    .page-template-page-quem-somos .qs-main-video {
        margin-top: 30px !important;
    }

    .page-template-page-quem-somos .qs-purpose-values-section {
        padding-top: 30px !important;
        padding-bottom: 52px !important;
    }

    .page-template-page-quem-somos .qs-purpose-values-section .qs-compact-title + p {
        margin-bottom: 34px !important;
    }

    .page-template-page-quem-somos .qs-why-section,
    .page-template-page-quem-somos .qs-content-list-section {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }
}
/* =============== FIM | AJUSTE FINAL 09 =============== */


/* =====================================================================
   AJUSTE 10 - DEPOIMENTOS DA HOME
   - carrossel real por transform, sem depender de display:none;
   - 2 cards visíveis no desktop e 1 no mobile;
   - texto completo do CPT com botão para expandir quando for longo.
   ===================================================================== */
.page-template-page-home .testimonials-carousel,
.home .testimonials-carousel {
    position: relative;
    width: 100%;
}

.page-template-page-home .testimonials-viewport,
.home .testimonials-viewport {
    overflow: hidden;
    width: 100%;
}

.page-template-page-home .testimonials-track,
.home .testimonials-track {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 24px !important;
    align-items: stretch !important;
    transition: transform .36s ease !important;
    will-change: transform;
}

.page-template-page-home .testimonials-track .testimonial-card,
.home .testimonials-track .testimonial-card {
    display: block !important;
    flex: 0 0 calc((100% - 24px) / 2) !important;
    min-width: calc((100% - 24px) / 2) !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    border-top: 0 !important;
}

.page-template-page-home .testimonial-text,
.home .testimonial-text {
    overflow: hidden;
    margin-bottom: 0;
}

.page-template-page-home .testimonial-text.is-collapsed,
.home .testimonial-text.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.page-template-page-home .testimonial-text.is-expanded,
.home .testimonial-text.is-expanded {
    display: block;
    overflow: visible;
}

.page-template-page-home .testimonial-read-more,
.home .testimonial-read-more {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--red);
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 12px 0 0;
    cursor: pointer;
}

.page-template-page-home .testimonial-read-more:hover,
.home .testimonial-read-more:hover {
    text-decoration: underline;
}

.page-template-page-home .testimonials-nav,
.home .testimonials-nav {
    display: flex !important;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
}

.page-template-page-home .testimonial-arrow,
.home .testimonial-arrow {
    width: 28px;
    height: 28px;
    border: 0;
    background: var(--red);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    transition: opacity .2s ease, transform .2s ease;
}

.page-template-page-home .testimonial-arrow:hover,
.home .testimonial-arrow:hover {
    transform: translateY(-1px);
}

.page-template-page-home .testimonial-arrow:disabled,
.home .testimonial-arrow:disabled {
    opacity: .35;
    cursor: default;
    transform: none;
}

@media (max-width: 768px) {
    .page-template-page-home .testimonials-track,
    .home .testimonials-track {
        gap: 16px !important;
    }

    .page-template-page-home .testimonials-track .testimonial-card,
    .home .testimonials-track .testimonial-card {
        flex-basis: 100% !important;
        min-width: 100% !important;
    }

    .page-template-page-home .testimonial-text.is-collapsed,
    .home .testimonial-text.is-collapsed {
        -webkit-line-clamp: 7;
    }
}

/* =========================================================
   AJUSTE 11 | Quem Somos - Conteúdos Sociais
   Instagram (Smash Balloon), YouTube CPT e LinkedIn CPT
   ========================================================= */
.page-template-page-quem-somos .qs-social-content-section {
    background: var(--beige) !important;
    padding-top: 58px !important;
    padding-bottom: 78px !important;
}

.page-template-page-quem-somos .qs-social-content-section > .container {
    max-width: 1060px;
}

.page-template-page-quem-somos .qs-social-content-section > .container > .section-title {
    margin-bottom: 34px !important;
}

.page-template-page-quem-somos .qs-content-module {
    margin-bottom: 54px;
}

.page-template-page-quem-somos .qs-content-module:last-child {
    margin-bottom: 0;
}

.page-template-page-quem-somos .qs-module-heading {
    margin-bottom: 22px;
}

.page-template-page-quem-somos .qs-module-heading-inline {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}

.page-template-page-quem-somos .qs-module-kicker {
    display: block;
    color: var(--red);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.page-template-page-quem-somos .qs-module-heading h3 {
    color: var(--black);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.page-template-page-quem-somos .qs-instagram-feed {
    background: var(--white);
    padding: 18px;
    border: 1px solid rgba(0,0,0,0.06);
    min-height: 240px;
}

.page-template-page-quem-somos .qs-instagram-feed .sbi,
.page-template-page-quem-somos .qs-instagram-feed #sb_instagram {
    width: 100% !important;
    max-width: 100% !important;
}

.page-template-page-quem-somos .qs-instagram-placeholder {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    color: #333;
    background: #fff;
    border: 1px dashed rgba(0,0,0,0.18);
}

.page-template-page-quem-somos .qs-instagram-placeholder strong {
    color: var(--red);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.page-template-page-quem-somos .qs-instagram-placeholder span {
    max-width: 520px;
    font-size: 13px;
    color: #555;
}

.page-template-page-quem-somos .qs-carousel-nav {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
}

.page-template-page-quem-somos .qs-carousel-arrow {
    width: 34px;
    height: 34px;
    border: 0;
    background: var(--red);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    transition: opacity .25s ease, transform .25s ease;
}

.page-template-page-quem-somos .qs-carousel-arrow:hover {
    transform: translateY(-1px);
}

.page-template-page-quem-somos .qs-carousel-arrow:disabled {
    opacity: .35;
    cursor: default;
    transform: none;
}

.page-template-page-quem-somos .youtube-carousel {
    position: relative;
    overflow: hidden;
}

.page-template-page-quem-somos .youtube-carousel-viewport {
    overflow: hidden;
    width: 100%;
}

.page-template-page-quem-somos .youtube-carousel-track {
    display: flex;
    gap: 22px;
    will-change: transform;
    transition: transform .35s ease;
}

.page-template-page-quem-somos .youtube-card {
    flex: 0 0 calc((100% - 22px) / 2);
    background: var(--white);
    min-height: 150px;
}

.page-template-page-quem-somos .youtube-card > a,
.page-template-page-quem-somos .youtube-card-link {
    display: grid;
    grid-template-columns: minmax(180px, 44%) 1fr;
    min-height: 150px;
    color: inherit;
}

.page-template-page-quem-somos .youtube-card-thumb {
    position: relative;
    min-height: 150px;
    background: #ddd;
    overflow: hidden;
}

.page-template-page-quem-somos .youtube-card-thumb img {
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
}

.page-template-page-quem-somos .youtube-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--red);
}

.page-template-page-quem-somos .youtube-play::after {
    content: '';
    position: absolute;
    left: 18px;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #fff;
}

.page-template-page-quem-somos .youtube-card-body {
    padding: 22px 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-template-page-quem-somos .youtube-card-kicker,
.page-template-page-quem-somos .linkedin-card-kicker {
    color: var(--red) !important;
    font-size: 11px !important;
    font-weight: 800;
    line-height: 1.2 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 8px !important;
}

.page-template-page-quem-somos .youtube-card h3,
.page-template-page-quem-somos .linkedin-card h3 {
    color: var(--black);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 8px;
}

.page-template-page-quem-somos .youtube-card p,
.page-template-page-quem-somos .linkedin-card p {
    color: #333;
    font-size: 13px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.page-template-page-quem-somos .linkedin-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.page-template-page-quem-somos .linkedin-card {
    background: var(--white);
    min-height: 100%;
    overflow: hidden;
}

.page-template-page-quem-somos .linkedin-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
}

.page-template-page-quem-somos .linkedin-card-image {
    background: #ddd;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.page-template-page-quem-somos .linkedin-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-page-quem-somos .linkedin-card-content {
    padding: 22px;
}

.page-template-page-quem-somos .linkedin-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    min-height: 34px;
    padding: 9px 16px;
    background: var(--red);
    color: var(--white);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-template-page-quem-somos .linkedin-card-featured {
    grid-column: span 3;
}

.page-template-page-quem-somos .linkedin-card-featured a {
    display: grid;
    grid-template-columns: 46% 1fr;
    align-items: stretch;
}

.page-template-page-quem-somos .linkedin-card-featured .linkedin-card-image {
    aspect-ratio: auto;
    min-height: 230px;
}

.page-template-page-quem-somos .linkedin-card-featured .linkedin-card-content {
    background: #ededeb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 44px;
}

.page-template-page-quem-somos .linkedin-card-featured h3 {
    color: var(--red);
    font-size: 24px;
    max-width: 520px;
}

@media (max-width: 900px) {
    .page-template-page-quem-somos .qs-social-content-section {
        padding-top: 42px !important;
        padding-bottom: 54px !important;
    }

    .page-template-page-quem-somos .qs-module-heading-inline {
        align-items: flex-start;
    }

    .page-template-page-quem-somos .youtube-card {
        flex-basis: 100%;
    }

    .page-template-page-quem-somos .linkedin-grid {
        grid-template-columns: 1fr;
    }

    .page-template-page-quem-somos .linkedin-card-featured {
        grid-column: auto;
    }

    .page-template-page-quem-somos .linkedin-card-featured a {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-template-page-quem-somos .qs-module-heading-inline {
        flex-direction: column;
        gap: 14px;
    }

    .page-template-page-quem-somos .qs-module-heading h3 {
        font-size: 18px;
    }

    .page-template-page-quem-somos .qs-content-module {
        margin-bottom: 42px;
    }

    .page-template-page-quem-somos .youtube-card > a,
    .page-template-page-quem-somos .youtube-card-link {
        grid-template-columns: 1fr;
    }

    .page-template-page-quem-somos .youtube-card-thumb {
        min-height: 190px;
    }

    .page-template-page-quem-somos .youtube-card-body,
    .page-template-page-quem-somos .linkedin-card-content,
    .page-template-page-quem-somos .linkedin-card-featured .linkedin-card-content {
        padding: 20px;
    }

    .page-template-page-quem-somos .linkedin-card-featured h3 {
        font-size: 19px;
    }
}

/* =========================================================
   AJUSTE 12 | YouTube manual com dados automáticos + player inline
   ========================================================= */
.page-template-page-quem-somos .youtube-card-thumb.youtube-card-play {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.page-template-page-quem-somos .youtube-card-thumb.youtube-card-play:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 3px;
}

.page-template-page-quem-somos .youtube-card-thumb iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 150px;
    border: 0;
    background: #000;
}

.page-template-page-quem-somos .youtube-card.is-playing .youtube-card-thumb {
    background: #000;
}

.page-template-page-quem-somos .youtube-card.is-playing .youtube-play,
.page-template-page-quem-somos .youtube-card-thumb.is-playing .youtube-play {
    display: none;
}

.page-template-page-quem-somos .youtube-open-link {
    display: inline-block;
    margin-top: 10px;
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.page-template-page-quem-somos .youtube-open-link:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .page-template-page-quem-somos .youtube-card-thumb iframe {
        min-height: 190px;
    }
}


/* =========================================================
   AJUSTE 13 | LinkedIn - imagens sem corte
   Mantém o layout em duas colunas, mas exibe a arte completa
   do post sem cortar topo, laterais ou rodapé.
   ========================================================= */
.page-template-page-quem-somos .linkedin-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededeb;
}

.page-template-page-quem-somos .linkedin-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center center;
}

.page-template-page-quem-somos .linkedin-card:not(.linkedin-card-featured) .linkedin-card-image {
    aspect-ratio: 1 / 1;
    min-height: 0;
}

.page-template-page-quem-somos .linkedin-card-featured .linkedin-card-image {
    min-height: 300px;
    padding: 0;
}

.page-template-page-quem-somos .linkedin-card-featured .linkedin-card-image img {
    max-height: 100%;
}

@media (max-width: 900px) {
    .page-template-page-quem-somos .linkedin-card-featured .linkedin-card-image {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }
}

/* =========================================================
   AJUSTE 15 | Cabeçalho desktop com espaçamento horizontal equilibrado
   - amplia a área útil do header no desktop para a logo não ficar tão presa ao centro;
   - usa grid com navegação centralizada e ações alinhadas à direita;
   - mantém o mobile separado para não interferir no menu hamburguer.
   ========================================================= */
@media (min-width: 1025px) {
    #site-header > .container {
        width: 100%;
        max-width: 1400px;
        padding-left: 42px;
        padding-right: 42px;
        display: grid;
        grid-template-columns: minmax(220px, 1fr) auto minmax(300px, 1fr);
        align-items: center;
        column-gap: 42px;
        justify-content: center;
    }

    #site-header .site-logo {
        justify-self: start;
        display: inline-flex;
        align-items: center;
        line-height: 0;
        min-width: 0;
    }

    #site-header .site-logo img,
    #site-header .site-logo .custom-logo,
    #site-header .site-logo svg {
        max-height: 46px;
        width: auto;
        object-fit: contain;
        object-position: left center;
    }

    #site-header .main-nav {
        justify-self: center;
        gap: 34px;
        white-space: nowrap;
    }

    #site-header .nav-actions {
        justify-self: end;
        gap: 14px;
        white-space: nowrap;
    }

    #site-header .btn-orcamento,
    #site-header .btn-login {
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    #site-header .btn-orcamento {
        min-width: 174px;
        padding: 0 24px;
    }

    #site-header .btn-login {
        min-width: 86px;
        padding: 0 22px;
    }
}

@media (min-width: 1440px) {
    #site-header > .container {
        max-width: 1480px;
        padding-left: 56px;
        padding-right: 56px;
        grid-template-columns: minmax(260px, 1fr) auto minmax(340px, 1fr);
    }
}

@media (min-width: 1025px) and (max-width: 1180px) {
    #site-header > .container {
        padding-left: 28px;
        padding-right: 28px;
        grid-template-columns: minmax(180px, 1fr) auto minmax(250px, 1fr);
        column-gap: 26px;
    }

    #site-header .main-nav {
        gap: 24px;
    }

    #site-header .btn-orcamento {
        min-width: 158px;
        padding: 0 18px;
    }

    #site-header .btn-login {
        min-width: 76px;
        padding: 0 16px;
    }
}

/* =========================================================
   AJUSTE 16 | Correção do cabeçalho desktop/mobile
   - remove o efeito indesejado do grid do ajuste anterior;
   - fixa a ordem correta: logo, menu, botões;
   - mantém o mobile com menu hamburguer sem sobrepor os itens.
   ========================================================= */
@media (min-width: 1025px) {
    #site-header {
        height: 78px !important;
    }

    #site-header > .container {
        width: 100% !important;
        max-width: 1380px !important;
        min-height: 78px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 44px !important;
    }

    #site-header .site-logo {
        order: 1 !important;
        flex: 0 0 240px !important;
        max-width: 240px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        line-height: 0 !important;
        margin: 0 !important;
    }

    #site-header .site-logo img,
    #site-header .site-logo .custom-logo,
    #site-header .site-logo svg {
        display: block !important;
        max-height: 48px !important;
        width: auto !important;
        max-width: 220px !important;
        object-fit: contain !important;
        object-position: left center !important;
    }

    #site-header .main-nav {
        order: 2 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 34px !important;
        position: static !important;
        transform: none !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        padding: 0 !important;
    }

    #site-header .main-nav a {
        padding: 0 !important;
        border: 0 !important;
        white-space: nowrap !important;
    }

    #site-header .nav-actions {
        order: 3 !important;
        flex: 0 0 300px !important;
        max-width: 300px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 14px !important;
        position: static !important;
        padding: 0 !important;
        background: transparent !important;
    }

    #site-header .btn-orcamento,
    #site-header .btn-login {
        height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
    }

    #site-header .btn-orcamento {
        min-width: 174px !important;
        padding: 0 22px !important;
    }

    #site-header .btn-login {
        min-width: 82px !important;
        padding: 0 18px !important;
    }

    #site-header .menu-toggle {
        order: 4 !important;
        display: none !important;
    }
}

@media (min-width: 1440px) {
    #site-header > .container {
        max-width: 1420px !important;
        padding-left: 36px !important;
        padding-right: 36px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1180px) {
    #site-header > .container {
        max-width: 1120px !important;
        gap: 24px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #site-header .site-logo {
        flex-basis: 190px !important;
        max-width: 190px !important;
    }

    #site-header .site-logo img,
    #site-header .site-logo .custom-logo,
    #site-header .site-logo svg {
        max-width: 180px !important;
        max-height: 44px !important;
    }

    #site-header .main-nav {
        gap: 24px !important;
    }

    #site-header .nav-actions {
        flex-basis: 250px !important;
        max-width: 250px !important;
        gap: 10px !important;
    }

    #site-header .btn-orcamento {
        min-width: 152px !important;
        padding: 0 16px !important;
    }

    #site-header .btn-login {
        min-width: 72px !important;
        padding: 0 14px !important;
    }
}

@media (max-width: 768px) {
    #site-header {
        height: var(--header-height) !important;
    }

    #site-header > .container {
        width: 100% !important;
        min-height: var(--header-height) !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
    }

    #site-header .site-logo {
        order: 1 !important;
        flex: 0 1 auto !important;
        max-width: 210px !important;
        display: inline-flex !important;
        align-items: center !important;
        line-height: 0 !important;
        margin: 0 !important;
    }

    #site-header .site-logo img,
    #site-header .site-logo .custom-logo,
    #site-header .site-logo svg {
        max-height: 42px !important;
        max-width: 190px !important;
        width: auto !important;
    }

    #site-header .menu-toggle {
        order: 2 !important;
        flex: 0 0 34px !important;
        display: flex !important;
        margin-left: auto !important;
    }

    #site-header .main-nav,
    #site-header .nav-actions {
        display: none !important;
    }

    .mobile-menu-open #site-header .main-nav {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: var(--header-height) !important;
        left: 0 !important;
        right: 0 !important;
        background: var(--beige) !important;
        padding: 22px 24px 132px !important;
        gap: 0 !important;
        border-top: 2px solid var(--red) !important;
        box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
        z-index: 999 !important;
        max-height: calc(100vh - var(--header-height)) !important;
        overflow-y: auto !important;
    }

    .mobile-menu-open #site-header .main-nav a {
        display: block !important;
        width: 100% !important;
        padding: 13px 0 !important;
        border-bottom: 1px solid var(--beige-dark) !important;
        font-size: 15px !important;
        text-align: center !important;
    }

    .mobile-menu-open #site-header .dropdown-menu {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        background: transparent !important;
        min-width: 0 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile-menu-open #site-header .dropdown-menu a {
        background: rgba(255,255,255,0.45) !important;
    }

    .mobile-menu-open #site-header .nav-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        z-index: 1000 !important;
        padding: 14px 18px 18px !important;
        background: var(--beige) !important;
        border-top: 1px solid var(--beige-dark) !important;
        box-shadow: 0 -6px 18px rgba(0,0,0,0.08) !important;
    }

    .mobile-menu-open #site-header .btn-orcamento,
    .mobile-menu-open #site-header .btn-login {
        height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        margin: 0 !important;
    }

    .mobile-menu-open #site-header .btn-orcamento {
        flex: 1 1 auto !important;
        max-width: 210px !important;
    }

    .mobile-menu-open #site-header .btn-login {
        flex: 0 0 86px !important;
    }
}


/* =========================================================
   AJUSTE 17 | Menu mobile corrigido
   - mantém Soluções fechado no mobile até o clique;
   - adiciona os botões Solicitar Orçamento e Login dentro do painel mobile;
   - preserva o cabeçalho desktop do ajuste anterior.
   ========================================================= */
.mobile-nav-actions {
    display: none;
}

@media (max-width: 768px) {
    body.mobile-menu-open {
        overflow-x: hidden;
    }

    /* O menu principal fica fechado até o clique no hamburguer. */
    #site-header .main-nav,
    #site-header .nav-actions {
        display: none !important;
    }

    .mobile-menu-open #site-header .main-nav {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        position: fixed !important;
        top: var(--header-height) !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        width: 100% !important;
        max-height: calc(100vh - var(--header-height)) !important;
        overflow-y: auto !important;
        background: var(--beige) !important;
        padding: 26px 20px 28px !important;
        gap: 0 !important;
        border-top: 2px solid var(--red) !important;
        box-shadow: 0 10px 28px rgba(0,0,0,0.16) !important;
        z-index: 999 !important;
    }

    .mobile-menu-open #site-header .main-nav > a,
    .mobile-menu-open #site-header .nav-dropdown > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: min(100%, 300px) !important;
        min-height: 44px !important;
        padding: 12px 0 !important;
        margin: 0 auto !important;
        border-bottom: 1px solid var(--beige-dark) !important;
        background: transparent !important;
        color: var(--black) !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 1.1 !important;
        letter-spacing: 0.08em !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    .mobile-menu-open #site-header .nav-dropdown {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        position: static !important;
    }

    /* Soluções começa fechado no mobile. */
    .mobile-menu-open #site-header .nav-dropdown .dropdown-menu {
        display: none !important;
        position: static !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: none !important;
        width: min(100%, 260px) !important;
        min-width: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        margin: 6px auto 8px !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        transition: none !important;
    }

    .mobile-menu-open #site-header .nav-dropdown.is-open .dropdown-menu {
        display: flex !important;
        flex-direction: column !important;
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 420px !important;
        overflow: visible !important;
    }

    .mobile-menu-open #site-header .dropdown-menu a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 38px !important;
        padding: 10px 12px !important;
        margin: 0 !important;
        background: rgba(255,255,255,0.62) !important;
        border-bottom: 1px solid var(--beige-dark) !important;
        color: var(--black) !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.1 !important;
        letter-spacing: 0.07em !important;
        text-align: center !important;
    }

    .mobile-menu-open #site-header .dropdown-menu a:hover,
    .mobile-menu-open #site-header .dropdown-menu a:focus {
        background: var(--white) !important;
        color: var(--red) !important;
    }

    /* Esconde os botões desktop no mobile e mostra a versão dentro do painel. */
    .mobile-menu-open #site-header > .container > .nav-actions {
        display: none !important;
    }

    #site-header .mobile-nav-actions {
        display: none !important;
    }

    .mobile-menu-open #site-header .mobile-nav-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        width: min(100%, 300px) !important;
        margin: 22px auto 0 !important;
        padding: 0 !important;
        background: transparent !important;
        position: static !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .mobile-menu-open #site-header .mobile-nav-actions .btn-orcamento,
    .mobile-menu-open #site-header .mobile-nav-actions .btn-login {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 42px !important;
        margin: 0 !important;
        line-height: 1 !important;
        border-radius: 0 !important;
        font-size: 13px !important;
        letter-spacing: 0.06em !important;
        white-space: nowrap !important;
    }

    .mobile-menu-open #site-header .mobile-nav-actions .btn-orcamento {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        padding: 0 18px !important;
    }

    .mobile-menu-open #site-header .mobile-nav-actions .btn-login {
        flex: 0 0 88px !important;
        padding: 0 16px !important;
        background: rgba(0,0,0,0.04) !important;
    }

    /* Estado visual do hamburguer aberto. */
    .mobile-menu-open #site-header .menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg) !important;
    }
    .mobile-menu-open #site-header .menu-toggle span:nth-child(2) {
        opacity: 0 !important;
    }
    .mobile-menu-open #site-header .menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg) !important;
    }
}

@media (max-width: 420px) {
    .mobile-menu-open #site-header .mobile-nav-actions {
        flex-direction: column !important;
    }

    .mobile-menu-open #site-header .mobile-nav-actions .btn-orcamento,
    .mobile-menu-open #site-header .mobile-nav-actions .btn-login {
        width: 100% !important;
        flex: 0 0 auto !important;
    }
}

/* =========================================================
   AJUSTE 18 | Submenu desktop refinado
   - melhora o dropdown "Soluções" no desktop;
   - mantém o comportamento mobile do ajuste 17 sem alteração.
   ========================================================= */
@media (min-width: 769px) {
    #site-header .nav-dropdown {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        min-height: var(--header-height) !important;
    }

    #site-header .nav-dropdown > a {
        display: inline-flex !important;
        align-items: center !important;
        min-height: var(--header-height) !important;
        padding: 0 2px !important;
        line-height: 1 !important;
    }

    #site-header .nav-dropdown > a::after {
        content: ' ▾' !important;
        display: inline-block !important;
        margin-left: 3px !important;
        font-size: 10px !important;
        line-height: 1 !important;
        transform: translateY(-1px) !important;
    }

    #site-header .dropdown-menu {
        position: absolute !important;
        top: calc(100% - 1px) !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, 8px) !important;
        display: block !important;
        width: 238px !important;
        min-width: 238px !important;
        margin: 0 !important;
        padding: 8px 0 !important;
        background: #ffffff !important;
        border-top: 3px solid var(--red) !important;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        z-index: 1200 !important;
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
    }

    #site-header .dropdown-menu::before {
        content: '' !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: -14px !important;
        height: 14px !important;
        display: block !important;
    }

    #site-header .nav-dropdown:hover .dropdown-menu,
    #site-header .nav-dropdown:focus-within .dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translate(-50%, 0) !important;
    }

    #site-header .dropdown-menu a {
        display: block !important;
        width: 100% !important;
        padding: 13px 22px !important;
        margin: 0 !important;
        background: #ffffff !important;
        border: 0 !important;
        border-bottom: 1px solid #eeeeea !important;
        color: var(--black) !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 1.15 !important;
        letter-spacing: 0.07em !important;
        text-align: left !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    #site-header .dropdown-menu a:last-child {
        border-bottom: 0 !important;
    }

    #site-header .dropdown-menu a:hover,
    #site-header .dropdown-menu a:focus {
        background: #F0F0E8 !important;
        color: var(--red) !important;
        padding-left: 26px !important;
    }
}


/* ===== AJUSTE 20: CTA WhatsApp no banner superior ===== */
.hero-whatsapp-card {
    width: 290px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(255,255,255,0.65);
    padding: 30px 28px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    flex-shrink: 0;
}
.hero-whatsapp-copy h3 {
    margin: 0 0 22px;
    color: var(--red);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.14;
}
.hero-wa-main,
.hero-wa-sub {
    display: block;
}
.hero-wa-main {
    font-size: 18px;
}
.hero-wa-sub {
    margin-top: 9px;
    font-size: 14px;
}
.hero-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 45px;
    padding: 12px 16px;
    background: var(--red);
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    border: 1px solid var(--red);
    transition: opacity .2s ease, transform .2s ease;
}
.hero-whatsapp-button:hover,
.hero-whatsapp-button:focus {
    opacity: .92;
    transform: translateY(-1px);
}
.hero-whatsapp-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}
.hero-wa-note {
    margin: 14px 0 0;
    font-size: 11px;
    line-height: 1.45;
    color: #555;
}
.page-hero-with-form .hero-whatsapp-card {
    margin-left: auto;
}
@media (max-width: 900px) {
    .hero-whatsapp-card,
    .page-hero-with-form .hero-whatsapp-card {
        display: none;
    }
}
/* ===== FIM AJUSTE 20: CTA WhatsApp no banner superior ===== */

/* =========================================================
   INÍCIO | AJUSTE 24 - CTA WHATSAPP VISÍVEL NO MOBILE
   O CTA do banner superior estava sendo ocultado no mobile por
   uma regra antiga herdada do formulário. Mantém os formulários
   finais intactos e mostra apenas o CTA de WhatsApp dos heroes.
   ========================================================= */
@media (max-width: 900px) {
    .hero-whatsapp-card,
    .page-hero-with-form .hero-whatsapp-card {
        display: block !important;
        width: min(100%, 330px) !important;
        max-width: 330px !important;
        min-width: 0 !important;
        margin: 16px 0 0 !important;
        padding: 24px 22px !important;
        align-self: flex-start !important;
    }

    .hero-whatsapp-copy h3 {
        margin-bottom: 16px !important;
        line-height: 1.16 !important;
    }

    .hero-wa-main {
        font-size: 17px !important;
    }

    .hero-wa-sub {
        margin-top: 8px !important;
        font-size: 13px !important;
    }

    .hero-whatsapp-button {
        min-height: 44px !important;
        padding: 12px 14px !important;
        font-size: 11px !important;
    }

    .hero-wa-note {
        font-size: 11px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: auto !important;
        padding: 52px 0 56px !important;
        align-items: center !important;
    }

    .hero .container {
        align-items: flex-start !important;
        gap: 20px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hero-content {
        max-width: 100% !important;
    }

    .hero-quote {
        max-width: 92% !important;
        font-size: clamp(22px, 7vw, 30px) !important;
        line-height: 1.12 !important;
    }

    .page-hero-with-form {
        min-height: 560px !important;
        padding: 44px 0 !important;
    }

    .page-hero-with-form .container {
        align-items: flex-start !important;
        justify-content: center !important;
        gap: 20px !important;
    }

    .page-hero-with-form .page-hero-title {
        margin-bottom: 0 !important;
    }

    .page-hero-with-form .hero-whatsapp-card {
        margin-top: 0 !important;
    }
}

@media (max-width: 480px) {
    .hero-whatsapp-card,
    .page-hero-with-form .hero-whatsapp-card {
        width: 100% !important;
        max-width: 100% !important;
        padding: 22px 20px !important;
    }

    .hero-wa-main {
        font-size: 16px !important;
    }

    .hero-wa-sub {
        font-size: 12px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 24 - CTA WHATSAPP VISÍVEL NO MOBILE
   ========================================================= */


/* =========================================================
   AJUSTE 25 - TIPOGRAFIA APROVADA: CABEÇALHO
   Referência do arquivo editável:
   Fonte: BertiogaSans-Condensed
   Menu desktop: 18px, tracking 0%, entrelinha 35.04px, peso regular.
   ========================================================= */
@media (min-width: 1025px) {
    #site-header .main-nav > a,
    #site-header .nav-dropdown > a,
    #site-header .dropdown-menu a {
        font-family: var(--font) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 35.04px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    #site-header .btn-orcamento,
    #site-header .btn-login {
        font-family: var(--font) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 35.04px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    #site-header .main-nav {
        gap: 34px !important;
    }

    #site-header .btn-orcamento,
    #site-header .btn-login {
        height: 46px !important;
    }

    #site-header .btn-orcamento {
        min-width: 210px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #site-header .btn-login {
        min-width: 104px !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }
}

@media (max-width: 1024px) {
    #site-header .main-nav a,
    #site-header .btn-orcamento,
    #site-header .btn-login {
        font-family: var(--font) !important;
        font-style: normal !important;
        font-synthesis: none !important;
        letter-spacing: 0 !important;
    }
}

/* =========================================================
   AJUSTE 26 | CABEÇALHO DESKTOP ALINHADO AO MODELO APROVADO
   - Desktop segue o arquivo aprovado: header alto, logo maior,
     container centralizado e conjunto menu+botões agrupado à direita.
   - Mobile/tablet preserva o menu hamburguer já aprovado.
   ========================================================= */
@media (min-width: 1025px) {
    :root {
        --header-height: 166px;
    }

    #site-header {
        height: 166px !important;
        min-height: 166px !important;
        background: #F0F0E8 !important;
        box-shadow: none !important;
        border-bottom: 0 !important;
    }

    #site-header > .container {
        width: 100% !important;
        max-width: 1180px !important;
        min-height: 166px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
    }

    #site-header .site-logo {
        order: 1 !important;
        flex: 0 0 auto !important;
        max-width: 260px !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        line-height: 0 !important;
    }

    #site-header .site-logo img,
    #site-header .site-logo .custom-logo,
    #site-header .site-logo svg {
        display: block !important;
        width: auto !important;
        max-width: 260px !important;
        max-height: 64px !important;
        object-fit: contain !important;
        object-position: left center !important;
    }

    #site-header .main-nav {
        order: 2 !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 34px !important;
        position: static !important;
        transform: none !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        white-space: nowrap !important;
    }

    #site-header .main-nav > a,
    #site-header .nav-dropdown > a {
        min-height: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-family: var(--font) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 35.04px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        color: var(--black) !important;
    }

    #site-header .nav-dropdown {
        min-height: 42px !important;
        height: 42px !important;
        display: inline-flex !important;
        align-items: center !important;
        position: relative !important;
    }

    #site-header .nav-dropdown > a::after {
        margin-left: 5px !important;
        font-size: 11px !important;
        line-height: 1 !important;
        transform: translateY(-1px) !important;
    }

    #site-header .nav-actions {
        order: 3 !important;
        flex: 0 0 auto !important;
        max-width: none !important;
        margin-left: 42px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 26px !important;
        position: static !important;
        background: transparent !important;
        white-space: nowrap !important;
    }

    #site-header .btn-orcamento,
    #site-header .btn-login {
        min-height: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-family: var(--font) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 35.04px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        border-radius: 0 !important;
    }

    #site-header .btn-orcamento {
        min-width: 192px !important;
        padding: 0 22px !important;
        background: var(--red) !important;
        color: #ffffff !important;
        border: 1px solid var(--red) !important;
    }

    #site-header .btn-login {
        min-width: 100px !important;
        padding: 0 24px !important;
        background: #E5E5DE !important;
        color: var(--red) !important;
        border: 1px solid #E5E5DE !important;
    }

    #site-header .menu-toggle,
    #site-header .mobile-nav-actions {
        display: none !important;
    }

    #site-header .dropdown-menu {
        top: calc(100% + 16px) !important;
    }
}

@media (min-width: 1025px) and (max-width: 1360px) {
    :root {
        --header-height: 138px;
    }

    #site-header {
        height: 138px !important;
        min-height: 138px !important;
    }

    #site-header > .container {
        max-width: calc(100% - 96px) !important;
        min-height: 138px !important;
    }

    #site-header .site-logo img,
    #site-header .site-logo .custom-logo,
    #site-header .site-logo svg {
        max-height: 58px !important;
        max-width: 235px !important;
    }

    #site-header .main-nav {
        gap: 26px !important;
    }

    #site-header .nav-actions {
        margin-left: 34px !important;
        gap: 18px !important;
    }

    #site-header .btn-orcamento {
        min-width: 178px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    #site-header .btn-login {
        min-width: 88px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 26 - CABEÇALHO DESKTOP
   ========================================================= */

/* =========================================================
   AJUSTE 27 | Cabeçalho desktop calibrado no arquivo aprovado 1920px
   Base do editável aprovado:
   - largura da arte: 1920px;
   - header: 166px de altura;
   - início da logo: 380px da esquerda;
   - logo: topo em 55px e base em 122px;
   - início do menu: 1012px da esquerda.
   ========================================================= */
@media (min-width: 1440px) {
    :root {
        --header-height: 166px;
    }

    #site-header {
        height: 166px !important;
        min-height: 166px !important;
        background: #F1F0EB !important;
        box-shadow: none !important;
        border-bottom: 0 !important;
    }

    #site-header > .container {
        width: 100% !important;
        max-width: 1160px !important;
        height: 166px !important;
        min-height: 166px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative !important;
        display: block !important;
    }

    #site-header .site-logo {
        position: absolute !important;
        left: 0 !important;
        top: 55px !important;
        width: auto !important;
        height: 67px !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        line-height: 0 !important;
    }

    #site-header .site-logo img,
    #site-header .site-logo .custom-logo,
    #site-header .site-logo svg {
        display: block !important;
        width: auto !important;
        height: 67px !important;
        max-width: none !important;
        max-height: 67px !important;
        object-fit: contain !important;
        object-position: left center !important;
    }

    #site-header .main-nav {
        position: absolute !important;
        left: 632px !important; /* 1012px no arquivo 1920px menos margem esquerda de 380px */
        top: 65px !important;
        height: 35.04px !important;
        min-height: 35.04px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 28px !important;
        transform: none !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        white-space: nowrap !important;
    }

    #site-header .main-nav > a,
    #site-header .nav-dropdown > a {
        height: 35.04px !important;
        min-height: 35.04px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-family: var(--font) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 35.04px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        color: var(--black) !important;
    }

    #site-header .nav-dropdown {
        height: 35.04px !important;
        min-height: 35.04px !important;
        display: inline-flex !important;
        align-items: center !important;
        position: relative !important;
    }

    #site-header .nav-dropdown > a::after {
        margin-left: 5px !important;
        font-size: 11px !important;
        line-height: 1 !important;
        transform: translateY(-1px) !important;
    }

    #site-header .nav-actions {
        position: absolute !important;
        left: 830px !important; /* botão vermelho começa em 1210px no arquivo 1920px */
        top: 67px !important;
        width: auto !important;
        max-width: none !important;
        height: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 26px !important;
        background: transparent !important;
        white-space: nowrap !important;
    }

    #site-header .btn-orcamento,
    #site-header .btn-login {
        height: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-family: var(--font) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 35.04px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        border-radius: 0 !important;
    }

    #site-header .btn-orcamento {
        width: 216px !important;
        min-width: 216px !important;
        max-width: 216px !important;
        background: var(--red) !important;
        color: #ffffff !important;
        border: 1px solid var(--red) !important;
    }

    #site-header .btn-login {
        width: 86px !important;
        min-width: 86px !important;
        max-width: 86px !important;
        background: #DCDCCD !important;
        color: var(--red) !important;
        border: 1px solid #DCDCCD !important;
    }

    #site-header .menu-toggle,
    #site-header .mobile-nav-actions {
        display: none !important;
    }

    #site-header .dropdown-menu {
        top: calc(100% + 18px) !important;
    }
}

@media (min-width: 1025px) and (max-width: 1439px) {
    :root {
        --header-height: 132px;
    }

    #site-header {
        height: 132px !important;
        min-height: 132px !important;
        background: #F1F0EB !important;
        box-shadow: none !important;
        border-bottom: 0 !important;
    }

    #site-header > .container {
        max-width: min(1160px, calc(100% - 96px)) !important;
        min-height: 132px !important;
        height: 132px !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 24px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #site-header .site-logo img,
    #site-header .site-logo .custom-logo,
    #site-header .site-logo svg {
        height: 58px !important;
        max-height: 58px !important;
        max-width: none !important;
    }

    #site-header .main-nav {
        margin-left: auto !important;
        gap: 24px !important;
    }

    #site-header .nav-actions {
        margin-left: 24px !important;
        gap: 18px !important;
    }

    #site-header .btn-orcamento,
    #site-header .btn-login,
    #site-header .main-nav > a,
    #site-header .nav-dropdown > a {
        font-size: 16px !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    #site-header .btn-orcamento {
        min-width: 188px !important;
    }

    #site-header .btn-login {
        min-width: 86px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 27 - CABEÇALHO DESKTOP 1920PX
   ========================================================= */


/* =========================================================
   AJUSTE 28 | Cabeçalho desktop centralizado verticalmente
   Objetivo:
   - manter a base aprovada 1920px / container 1160px;
   - logo, menu e botões alinhados ao centro vertical do header;
   - menu + botões como um único grupo à direita;
   - evitar posicionamento absoluto que colava a logo no topo.
   ========================================================= */
@media (min-width: 1440px) {
    :root {
        --header-height: 166px;
    }

    #site-header {
        height: 166px !important;
        min-height: 166px !important;
        background: #F1F0EB !important;
        box-shadow: none !important;
        border-bottom: 0 !important;
    }

    #site-header > .container {
        width: 100% !important;
        max-width: 1160px !important;
        height: 166px !important;
        min-height: 166px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
    }

    #site-header .site-logo {
        position: static !important;
        left: auto !important;
        top: auto !important;
        order: 1 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        height: 67px !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        line-height: 0 !important;
    }

    #site-header .site-logo img,
    #site-header .site-logo .custom-logo,
    #site-header .site-logo svg {
        display: block !important;
        width: auto !important;
        height: 67px !important;
        max-width: none !important;
        max-height: 67px !important;
        object-fit: contain !important;
        object-position: left center !important;
    }

    #site-header .main-nav {
        position: static !important;
        left: auto !important;
        top: auto !important;
        order: 2 !important;
        flex: 0 0 auto !important;
        height: 44px !important;
        min-height: 44px !important;
        margin: 0 0 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 28px !important;
        transform: none !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        white-space: nowrap !important;
    }

    #site-header .main-nav > a,
    #site-header .nav-dropdown > a {
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-family: var(--font) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 35.04px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        color: var(--black) !important;
    }

    #site-header .nav-dropdown {
        height: 44px !important;
        min-height: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
        position: relative !important;
    }

    #site-header .nav-dropdown > a::after {
        margin-left: 5px !important;
        font-size: 11px !important;
        line-height: 1 !important;
        transform: translateY(-1px) !important;
    }

    #site-header .nav-actions {
        position: static !important;
        left: auto !important;
        top: auto !important;
        order: 3 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        height: 44px !important;
        min-height: 44px !important;
        margin: 0 0 0 42px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 26px !important;
        background: transparent !important;
        white-space: nowrap !important;
    }

    #site-header .btn-orcamento,
    #site-header .btn-login {
        height: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-family: var(--font) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 35.04px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        border-radius: 0 !important;
    }

    #site-header .btn-orcamento {
        width: 216px !important;
        min-width: 216px !important;
        max-width: 216px !important;
        background: var(--red) !important;
        color: #ffffff !important;
        border: 1px solid var(--red) !important;
    }

    #site-header .btn-login {
        width: 86px !important;
        min-width: 86px !important;
        max-width: 86px !important;
        background: #DCDCCD !important;
        color: var(--red) !important;
        border: 1px solid #DCDCCD !important;
    }

    #site-header .menu-toggle,
    #site-header .mobile-nav-actions {
        display: none !important;
    }

    #site-header .dropdown-menu {
        top: calc(100% + 18px) !important;
    }
}

@media (min-width: 1025px) and (max-width: 1439px) {
    #site-header > .container {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    #site-header .site-logo {
        position: static !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        line-height: 0 !important;
    }

    #site-header .main-nav {
        position: static !important;
        margin-left: auto !important;
        display: flex !important;
        align-items: center !important;
    }

    #site-header .nav-actions {
        position: static !important;
        margin-left: 24px !important;
        display: flex !important;
        align-items: center !important;
    }
}
/* =========================================================
   FIM | AJUSTE 28 - CABEÇALHO DESKTOP CENTRALIZADO
   ========================================================= */

/* =========================================================
   AJUSTE 29 | Cabeçalho desktop não fixo + logo menor
   Objetivo:
   - remover o comportamento fixo do topo, já que o header aprovado é alto;
   - manter logo, menu e botões centralizados verticalmente;
   - padronizar a logo desktop com 55px de altura;
   - remover compensações de margin-top usadas apenas quando o header era fixo.
   ========================================================= */
#site-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 1000 !important;
}

.hero,
.page-hero,
.login-section,
.privacy-section {
    margin-top: 0 !important;
}

@media (min-width: 1025px) {
    #site-header .site-logo {
        height: 55px !important;
        min-height: 55px !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    #site-header .site-logo img,
    #site-header .site-logo .custom-logo,
    #site-header .site-logo svg {
        height: 55px !important;
        max-height: 55px !important;
        width: auto !important;
        object-fit: contain !important;
        object-position: left center !important;
    }

    #site-header .main-nav,
    #site-header .nav-actions {
        align-items: center !important;
    }
}

@media (max-width: 1024px) {
    #site-header {
        position: relative !important;
    }
}
/* =========================================================
   FIM | AJUSTE 29 - CABEÇALHO NÃO FIXO
   ========================================================= */


/* =========================================================
   INÍCIO | AJUSTE 30 - HERO PADRÃO APROVADO 1920PX
   Base do arquivo editável informado:
   - largura de referência: 1920px;
   - hero home: aproximadamente 650px de altura;
   - texto hero inicia em x=420px;
   - card CTA inicia em x=1190px;
   - fonte do título: BertiogaSans-Condensed, 33.42px, entrelinha 33.42px;
   - assinatura: BertiogaSans-Condensed, 20px, entrelinha 16.9px;
   - CTA: BertiogaSans-Condensed Medium, título 22px, entrelinha 22px.
   ========================================================= */
@media (min-width: 1440px) {
    :root {
        --sekron-hero-desktop-height: 650px;
        --sekron-layout-width: 1160px;
    }

    .hero {
        height: var(--sekron-hero-desktop-height) !important;
        min-height: var(--sekron-hero-desktop-height) !important;
        display: block !important;
        align-items: initial !important;
        margin-top: 0 !important;
        overflow: hidden !important;
    }

    .hero .container {
        width: 100% !important;
        max-width: var(--sekron-layout-width) !important;
        height: 100% !important;
        min-height: var(--sekron-hero-desktop-height) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 !important;
        position: relative !important;
        display: block !important;
    }

    .hero-content {
        position: absolute !important;
        left: 40px !important; /* 380px container + 40px = 420px no layout 1920 */
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 520px !important;
        max-width: 520px !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 3 !important;
    }

    .hero-quote {
        margin: 0 0 34px !important;
        padding: 0 !important;
        max-width: 520px !important;
        font-family: var(--font) !important;
        font-size: 33.42px !important;
        line-height: 33.42px !important;
        font-weight: 400 !important;
        letter-spacing: -0.01em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        color: #ffffff !important;
    }

    .hero-quote::before {
        content: '' !important;
        position: absolute !important;
        left: 0 !important;
        top: -56px !important;
        width: 18px !important;
        height: 18px !important;
        background: var(--red) !important;
    }

    .hero-author {
        margin: 0 !important;
        color: #ffffff !important;
        font-family: var(--font) !important;
        font-size: 20px !important;
        line-height: 16.9px !important;
        font-weight: 400 !important;
        letter-spacing: 0.032em !important;
        text-transform: none !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .hero-author small {
        display: block !important;
        color: #ffffff !important;
        font-family: var(--font) !important;
        font-size: 20px !important;
        line-height: 16.9px !important;
        font-weight: 400 !important;
        letter-spacing: 0.032em !important;
        font-style: normal !important;
    }

    .hero .hero-whatsapp-card {
        position: absolute !important;
        left: 810px !important; /* 380px container + 810px = 1190px no layout 1920 */
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 350px !important;
        max-width: 350px !important;
        min-width: 350px !important;
        margin: 0 !important;
        padding: 31px 30px 28px !important;
        background: rgba(255,255,255,0.96) !important;
        border: 0 !important;
        box-shadow: none !important;
        z-index: 3 !important;
    }

    .hero-whatsapp-copy h3 {
        margin: 0 0 24px !important;
        color: var(--red) !important;
        text-transform: uppercase !important;
        font-family: var(--font) !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .hero-wa-main {
        display: block !important;
        font-family: var(--font) !important;
        font-size: 22px !important;
        line-height: 22px !important;
        font-weight: 500 !important;
        letter-spacing: 0.03em !important;
        color: var(--red) !important;
    }

    .hero-wa-sub {
        display: block !important;
        margin-top: 11px !important;
        font-family: var(--font) !important;
        font-size: 15px !important;
        line-height: 17px !important;
        font-weight: 500 !important;
        letter-spacing: 0.03em !important;
        color: var(--red) !important;
    }

    .hero-whatsapp-button {
        min-height: 46px !important;
        height: 46px !important;
        padding: 0 18px !important;
        font-family: var(--font) !important;
        font-size: 18px !important;
        line-height: 35.04px !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
        font-style: normal !important;
        font-synthesis: none !important;
        text-transform: uppercase !important;
    }

    .hero-wa-note {
        margin-top: 18px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
    }

    /* Heros internos com formulário/WhatsApp seguem a mesma régua horizontal do header. */
    .page-hero-with-form {
        height: 360px !important;
        min-height: 360px !important;
        margin-top: 0 !important;
        display: block !important;
        overflow: hidden !important;
    }

    .page-hero-with-form .container {
        width: 100% !important;
        max-width: var(--sekron-layout-width) !important;
        height: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 !important;
        position: relative !important;
        display: block !important;
        z-index: 2 !important;
    }

    .page-hero-with-form .page-hero-title {
        position: absolute !important;
        left: 40px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
    }

    .page-hero-with-form .hero-whatsapp-card {
        position: absolute !important;
        left: 810px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 315px !important;
        max-width: 315px !important;
        min-width: 315px !important;
        margin: 0 !important;
        padding: 31px 30px 28px !important;
        border: 0 !important;
        box-shadow: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1439px) {
    .hero {
        height: 560px !important;
        min-height: 560px !important;
        display: flex !important;
        align-items: center !important;
    }

    .hero .container,
    .page-hero-with-form .container {
        max-width: min(1160px, calc(100% - 96px)) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 48px !important;
    }

    .hero-content {
        max-width: 500px !important;
    }

    .hero-quote {
        font-size: clamp(28px, 2.35vw, 33.42px) !important;
        line-height: 1 !important;
        font-weight: 400 !important;
        letter-spacing: -0.01em !important;
        font-style: normal !important;
    }

    .hero-author,
    .hero-author small {
        font-size: 18px !important;
        line-height: 16px !important;
        letter-spacing: 0.032em !important;
        font-weight: 400 !important;
        font-style: normal !important;
    }

    .hero-whatsapp-card,
    .page-hero-with-form .hero-whatsapp-card {
        width: 315px !important;
        min-width: 315px !important;
        max-width: 315px !important;
        padding: 28px 28px !important;
    }

    .hero-wa-main { font-size: 20px !important; line-height: 20px !important; letter-spacing: 0.03em !important; font-weight: 500 !important; }
    .hero-wa-sub { font-size: 14px !important; line-height: 16px !important; letter-spacing: 0.03em !important; font-weight: 500 !important; }
    .hero-whatsapp-button { font-size: 16px !important; line-height: 35.04px !important; letter-spacing: 0 !important; }
}

@media (max-width: 1024px) {
    .hero-quote {
        font-family: var(--font) !important;
        font-weight: 400 !important;
        letter-spacing: -0.01em !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .hero-author,
    .hero-author small {
        font-family: var(--font) !important;
        font-weight: 400 !important;
        letter-spacing: 0.032em !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .hero-wa-main,
    .hero-wa-sub,
    .hero-whatsapp-button {
        font-family: var(--font) !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }
}
/* =========================================================
   FIM | AJUSTE 30 - HERO PADRÃO APROVADO 1920PX
   ========================================================= */


/* =========================================================
   AJUSTE 31 | Fonte TTF + padronização global dos heroes
   Base aprovada no arquivo editável 1920px
   - Hero desktop: 1920 x ~650px
   - Início visual do texto: ~420px da esquerda
   - Início visual do card CTA: ~1190px da esquerda
   - Texto principal: 33.83px / 40.5px / tracking -1%
   - Assinatura: 17.17px / 40.5px / tracking 3%
   - Título do card: 22.22px / 26.66px / tracking 3%
   - Botão do WhatsApp: 18.18px / 26.66px / tracking 0
   ========================================================= */
@media (min-width: 1025px) {
    .hero,
    .page-hero-with-form {
        min-height: 650px !important;
        height: 650px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .hero .container,
    .page-hero-with-form .container {
        width: 100% !important;
        max-width: 1160px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0 !important;
        height: 100% !important;
    }

    .hero-content,
    .page-hero-with-form .page-hero-title {
        flex: 0 0 auto !important;
        width: 620px !important;
        max-width: 620px !important;
        margin-left: 40px !important;
        margin-right: 0 !important;
        align-self: center !important;
    }

    .hero-quote,
    .page-hero-with-form .page-hero-title {
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 33.83px !important;
        font-weight: 400 !important;
        line-height: 40.5px !important;
        letter-spacing: -0.01em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        max-width: 620px !important;
        color: #ffffff !important;
    }

    .hero-quote::before {
        width: 28px !important;
        height: 28px !important;
        top: -32px !important;
        left: 0 !important;
    }

    .hero-author {
        margin-top: 24px !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 17.17px !important;
        font-weight: 400 !important;
        line-height: 40.5px !important;
        letter-spacing: 0.03em !important;
        text-transform: none !important;
        font-style: normal !important;
        font-synthesis: none !important;
        color: #ffffff !important;
    }

    .hero-author strong,
    .hero-author b {
        font-weight: 400 !important;
    }

    .hero-whatsapp-card,
    .page-hero-with-form .hero-whatsapp-card {
        flex: 0 0 auto !important;
        width: 350px !important;
        max-width: 350px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-self: center !important;
        padding: 32px 28px 26px !important;
        background: rgba(255,255,255,0.94) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .hero-whatsapp-copy h3 {
        margin: 0 0 18px !important;
    }

    .hero-wa-main {
        display: block !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 22.22px !important;
        font-weight: 500 !important;
        line-height: 26.66px !important;
        letter-spacing: 0.03em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        color: var(--red) !important;
    }

    .hero-wa-sub {
        display: block !important;
        margin-top: 10px !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
        letter-spacing: 0.03em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        color: var(--red) !important;
    }

    .hero-whatsapp-button {
        min-height: 58px !important;
        padding: 14px 20px !important;
        margin-top: 14px !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 18.18px !important;
        font-weight: 400 !important;
        line-height: 26.66px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .hero-wa-note {
        margin-top: 14px !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 16px !important;
        letter-spacing: 0 !important;
        color: #434343 !important;
    }

    .page-hero-with-form .page-hero-title {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .page-hero-with-form .hero-whatsapp-card,
    .page-hero-with-form .hero-form-card {
        width: 350px !important;
        max-width: 350px !important;
    }

    .page-hero-with-form .hero-form-card {
        align-self: center !important;
        margin: 0 !important;
        padding: 32px 28px 26px !important;
    }
}

@media (max-width: 1024px) {
    .hero,
    .page-hero-with-form {
        min-height: auto !important;
        height: auto !important;
    }
    .hero .container,
    .page-hero-with-form .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 31 - FONTE TTF + HEROES
   ========================================================= */


/* =========================================================
   AJUSTE 32 | Hero fiel ao editável: quebras manuais + ritmo tipográfico
   Observação: CSS referencia os arquivos TTF, mas o ZIP não redistribui fontes.
   Suba os TTFs em /assets/fonts/ após instalar o tema.
   ========================================================= */
@media (min-width: 1025px) {
    .hero .container,
    .page-hero-with-form .container {
        max-width: 1160px !important;
    }

    .hero-content {
        width: 560px !important;
        max-width: 560px !important;
        margin-left: 40px !important;
        align-self: center !important;
    }

    .hero-quote,
    .hero-quote-fixed {
        width: 560px !important;
        max-width: 560px !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 33.83px !important;
        font-weight: 400 !important;
        line-height: 40.5px !important;
        letter-spacing: -0.01em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        text-rendering: geometricPrecision !important;
    }

    .hero-quote-fixed span {
        display: block !important;
        white-space: nowrap !important;
    }

    .hero-author {
        margin-top: 46px !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 17.17px !important;
        font-weight: 400 !important;
        line-height: 16.9px !important;
        letter-spacing: 0.03em !important;
        font-style: normal !important;
        font-synthesis: none !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .hero-author small {
        display: block !important;
        margin-top: 4px !important;
        font: inherit !important;
        letter-spacing: inherit !important;
    }

    .hero-whatsapp-card,
    .page-hero-with-form .hero-whatsapp-card {
        width: 350px !important;
        max-width: 350px !important;
        min-height: 315px !important;
        padding: 34px 30px 26px !important;
        align-self: center !important;
    }

    .hero-wa-main {
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 22.22px !important;
        font-weight: 500 !important;
        line-height: 26.66px !important;
        letter-spacing: 0.03em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .hero-wa-sub {
        margin-top: 14px !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 16.5px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        letter-spacing: 0.03em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .hero-whatsapp-button {
        margin-top: 22px !important;
        min-height: 58px !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 18.18px !important;
        font-weight: 400 !important;
        line-height: 26.66px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .hero-wa-note {
        margin-top: 16px !important;
        font-size: 13px !important;
        line-height: 16px !important;
        letter-spacing: 0 !important;
    }
}

@media (max-width: 1024px) {
    .hero-quote-fixed span {
        display: inline !important;
        white-space: normal !important;
    }
}
/* =========================================================
   FIM | AJUSTE 32 - HERO FIEL AO EDITÁVEL
   ========================================================= */


/* =========================================================
   AJUSTE 33 | Refinamento do card WhatsApp no hero
   - Aproxima o botão do texto superior
   - Deixa o bloco mais elegante e proporcional
   - Mantém o posicionamento desktop do hero do ajuste 32
   ========================================================= */
@media (min-width: 1025px) {
    .hero-whatsapp-card,
    .page-hero-with-form .hero-whatsapp-card {
        width: 350px !important;
        max-width: 350px !important;
        min-height: 285px !important;
        padding: 34px 30px 24px !important;
    }

    .hero-whatsapp-copy h3 {
        margin: 0 0 0 !important;
    }

    .hero-wa-main {
        margin: 0 !important;
    }

    .hero-wa-sub {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        font-size: 16.2px !important;
        line-height: 19px !important;
    }

    .hero-whatsapp-button {
        margin-top: 16px !important;
        min-height: 56px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    .hero-wa-note {
        margin-top: 14px !important;
        max-width: 260px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1360px) {
    .hero-whatsapp-card,
    .page-hero-with-form .hero-whatsapp-card {
        min-height: 270px !important;
        padding: 28px 26px 22px !important;
    }

    .hero-wa-main {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .hero-wa-sub {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    .hero-whatsapp-button {
        margin-top: 14px !important;
        min-height: 52px !important;
        font-size: 16px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 33 - CARD WHATSAPP HERO
   ========================================================= */


/* =========================================================
   AJUSTE 34 | Home - seção Sobre Nós fiel ao modelo aprovado
   Base desktop do editável: 1920px x 665px
   - Título: 45.45px / tracking -1%
   - Texto: 20.2px / line-height 24.24px
   - Cards: 200px largura x 250px altura / gap 30px
   ========================================================= */
@media (min-width: 1280px) {
    .home .about-section,
    .page-template-page-home .about-section {
        height: 665px !important;
        min-height: 665px !important;
        padding: 94px 0 72px !important;
        background: #ffffff !important;
        overflow: hidden !important;
    }

    .home .about-section > .container,
    .page-template-page-home .about-section > .container {
        width: 100% !important;
        max-width: 1120px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home .about-section .home-title-about,
    .page-template-page-home .about-section .home-title-about,
    .home .about-section .section-title.home-title-about,
    .page-template-page-home .about-section .section-title.home-title-about {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 45.45px !important;
        font-weight: 400 !important;
        line-height: 47.1px !important;
        letter-spacing: -0.01em !important;
        text-transform: uppercase !important;
        color: var(--red) !important;
        font-style: normal !important;
        font-synthesis: none !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .home .about-section .home-title-about::before,
    .page-template-page-home .about-section .home-title-about::before,
    .home .about-section .section-title.home-title-about::before,
    .page-template-page-home .about-section .section-title.home-title-about::before {
        content: '' !important;
        display: block !important;
        width: 16px !important;
        height: 16px !important;
        flex: none !important;
        margin: 0 0 34px 0 !important;
        background: var(--red) !important;
    }

    .home .about-section .about-intro,
    .page-template-page-home .about-section .about-intro {
        max-width: 1120px !important;
        width: 1120px !important;
        margin: 24px 0 0 0 !important;
        padding: 0 !important;
    }

    .home .about-section .about-intro p,
    .page-template-page-home .about-section .about-intro p {
        max-width: 1120px !important;
        margin: 0 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 24.24px !important;
        letter-spacing: 0 !important;
        color: #171717 !important;
        font-style: normal !important;
        font-synthesis: none !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .home .about-section .about-intro strong,
    .page-template-page-home .about-section .about-intro strong {
        font-weight: 600 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
    }

    .home .about-section .stats-grid,
    .page-template-page-home .about-section .stats-grid {
        width: 1120px !important;
        max-width: 1120px !important;
        margin: 50px auto 0 !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(5, 200px) !important;
        gap: 30px !important;
        justify-content: center !important;
        align-items: stretch !important;
        flex-wrap: nowrap !important;
    }

    .home .about-section .stat-item,
    .page-template-page-home .about-section .stat-item {
        width: 200px !important;
        max-width: 200px !important;
        min-width: 200px !important;
        height: 250px !important;
        min-height: 250px !important;
        padding: 0 18px !important;
        margin: 0 !important;
        background: var(--red) !important;
        color: #ffffff !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .home .about-section .stat-number,
    .page-template-page-home .about-section .stat-number {
        margin: 0 0 22px 0 !important;
        padding: 0 !important;
        font-family: 'BertiogaSans', 'Bertioga Sans', 'BertiogaSans-Condensed', Arial, sans-serif !important;
        font-size: 44.44px !important;
        font-weight: 600 !important;
        line-height: 44.44px !important;
        letter-spacing: -0.01em !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .home .about-section .stat-label,
    .page-template-page-home .about-section .stat-label {
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 18.18px !important;
        font-weight: 400 !important;
        line-height: 21.81px !important;
        letter-spacing: 0 !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .home .about-section,
    .page-template-page-home .about-section {
        height: auto !important;
        min-height: 600px !important;
        padding: 72px 0 68px !important;
    }

    .home .about-section > .container,
    .page-template-page-home .about-section > .container {
        max-width: calc(100% - 96px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home .about-section .home-title-about,
    .page-template-page-home .about-section .home-title-about {
        font-size: 38px !important;
        line-height: 40px !important;
        font-weight: 400 !important;
        letter-spacing: -0.01em !important;
    }

    .home .about-section .home-title-about::before,
    .page-template-page-home .about-section .home-title-about::before {
        display: block !important;
        width: 14px !important;
        height: 14px !important;
        margin: 0 0 28px 0 !important;
    }

    .home .about-section .about-intro p,
    .page-template-page-home .about-section .about-intro p {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .home .about-section .stats-grid,
    .page-template-page-home .about-section .stats-grid {
        margin-top: 42px !important;
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    .home .about-section .stat-item,
    .page-template-page-home .about-section .stat-item {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 210px !important;
        min-height: 210px !important;
        padding: 0 12px !important;
    }

    .home .about-section .stat-number,
    .page-template-page-home .about-section .stat-number {
        font-size: 34px !important;
        line-height: 36px !important;
        margin-bottom: 16px !important;
    }

    .home .about-section .stat-label,
    .page-template-page-home .about-section .stat-label {
        font-size: 15px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 1024px) {
    .home .about-section .home-title-about::before,
    .page-template-page-home .about-section .home-title-about::before {
        display: inline-block !important;
        width: 10px !important;
        height: 10px !important;
        margin: 0 10px 0 0 !important;
        vertical-align: middle !important;
    }
}
/* =========================================================
   FIM | AJUSTE 34 - HOME SOBRE NÓS
   ========================================================= */


/* =========================================================
   AJUSTE 35 | Home - seção de logos dos clientes
   Referência aprovada desktop 1920px:
   - altura da seção: 280px;
   - título: 21px / tracking -5% / BertiogaSans-Condensed Medium;
   - setas: 48x48px;
   - 5 logos visíveis no desktop;
   - altura máxima das logos: 53px;
   - carrossel avança 1 logo por clique.
   ========================================================= */
@media (min-width: 1025px) {
    .clients-section,
    .home .clients-section,
    .page-template-page-home .clients-section {
        height: 280px !important;
        min-height: 280px !important;
        padding: 0 !important;
        background: #F0F0EA !important;
        display: flex !important;
        align-items: center !important;
    }

    .clients-section > .container,
    .home .clients-section > .container,
    .page-template-page-home .clients-section > .container {
        width: 100% !important;
        max-width: 1160px !important;
        height: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .clients-label,
    .home-title-clients,
    .clients-label.home-title-clients,
    .page-template-page-home .clients-label.home-title-clients,
    .home .clients-label.home-title-clients {
        margin: 0 0 46px !important;
        padding: 0 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 21px !important;
        font-weight: 500 !important;
        line-height: 10.04px !important;
        letter-spacing: -0.05em !important;
        text-transform: uppercase !important;
        text-align: center !important;
        color: #101820 !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .clients-section .clients-carousel,
    .home .clients-section .clients-carousel,
    .page-template-page-home .clients-section .clients-carousel {
        --client-gap: 60px;
        width: 100% !important;
        max-width: 1160px !important;
        margin: 0 auto !important;
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1024px) 48px !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 20px !important;
        overflow: visible !important;
    }

    .clients-section .clients-window,
    .home .clients-section .clients-window,
    .page-template-page-home .clients-section .clients-window {
        width: 1024px !important;
        max-width: 1024px !important;
        min-height: 72px !important;
        overflow: hidden !important;
        display: block !important;
    }

    .clients-section .clients-track,
    .home .clients-section .clients-track,
    .page-template-page-home .clients-section .clients-track {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: var(--client-gap) !important;
        width: max-content !important;
        min-width: auto !important;
        animation: none !important;
        transition: transform .35s ease !important;
        will-change: transform !important;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex: 0 0 156px !important;
        width: 156px !important;
        min-width: 156px !important;
        height: 72px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 156px !important;
        max-height: 53px !important;
        object-fit: contain !important;
        opacity: 1 !important;
        filter: grayscale(100%) contrast(130%) !important;
    }

    .clients-section .clients-arrow,
    .home .clients-section .clients-arrow,
    .page-template-page-home .clients-section .clients-arrow {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: var(--red) !important;
        color: #ffffff !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-family: Arial, sans-serif !important;
        font-size: 28px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
        cursor: pointer !important;
        padding: 0 0 3px !important;
        opacity: 1 !important;
    }

    .clients-section .clients-arrow:hover,
    .home .clients-section .clients-arrow:hover,
    .page-template-page-home .clients-section .clients-arrow:hover,
    .clients-section .clients-arrow:focus,
    .home .clients-section .clients-arrow:focus,
    .page-template-page-home .clients-section .clients-arrow:focus {
        background: var(--red) !important;
        color: #ffffff !important;
        outline: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1320px) {
    .clients-section > .container,
    .home .clients-section > .container,
    .page-template-page-home .clients-section > .container {
        max-width: calc(100% - 80px) !important;
    }

    .clients-section .clients-carousel,
    .home .clients-section .clients-carousel,
    .page-template-page-home .clients-section .clients-carousel {
        --client-gap: 34px;
        max-width: 980px !important;
        grid-template-columns: 44px minmax(0, 852px) 44px !important;
    }

    .clients-section .clients-window,
    .home .clients-section .clients-window,
    .page-template-page-home .clients-section .clients-window {
        width: 852px !important;
        max-width: 852px !important;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex-basis: 143px !important;
        width: 143px !important;
        min-width: 143px !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 143px !important;
        max-height: 50px !important;
    }

    .clients-section .clients-arrow,
    .home .clients-section .clients-arrow,
    .page-template-page-home .clients-section .clients-arrow {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }
}

@media (max-width: 768px) {
    .clients-section,
    .home .clients-section,
    .page-template-page-home .clients-section {
        min-height: 220px !important;
        height: auto !important;
        padding: 42px 0 44px !important;
        background: #F0F0EA !important;
    }

    .clients-label,
    .home-title-clients,
    .clients-label.home-title-clients,
    .page-template-page-home .clients-label.home-title-clients,
    .home .clients-label.home-title-clients {
        margin: 0 0 28px !important;
        font-size: 16px !important;
        line-height: 18px !important;
        letter-spacing: -0.03em !important;
        font-weight: 500 !important;
        color: #101820 !important;
    }

    .clients-section .clients-carousel,
    .home .clients-section .clients-carousel,
    .page-template-page-home .clients-section .clients-carousel {
        --client-gap: 22px;
        width: min(100%, 360px) !important;
        max-width: 360px !important;
        grid-template-columns: 38px minmax(0, 252px) 38px !important;
        gap: 10px !important;
    }

    .clients-section .clients-window,
    .home .clients-section .clients-window,
    .page-template-page-home .clients-section .clients-window {
        width: 252px !important;
        max-width: 252px !important;
        min-height: 66px !important;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex: 0 0 115px !important;
        width: 115px !important;
        min-width: 115px !important;
        height: 60px !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 115px !important;
        max-height: 44px !important;
    }

    .clients-section .clients-arrow,
    .home .clients-section .clients-arrow,
    .page-template-page-home .clients-section .clients-arrow {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        font-size: 24px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 35 - HOME LOGOS CLIENTES
   ========================================================= */


/* =========================================================
   AJUSTE 36 | Home - logos clientes sem vazar 6ª logo
   - Desktop: exatamente 5 logos visíveis
   - Mobile: exatamente 2 logos visíveis
   - Logos desktop com altura visual até 90px
   - Janela do carrossel calculada também pelo JS
   ========================================================= */
@media (min-width: 1025px) {
    .clients-section > .container,
    .home .clients-section > .container,
    .page-template-page-home .clients-section > .container {
        max-width: 1224px !important;
    }

    .clients-section .clients-carousel,
    .home .clients-section .clients-carousel,
    .page-template-page-home .clients-section .clients-carousel {
        --client-gap: 45px !important;
        width: 100% !important;
        max-width: 1224px !important;
        grid-template-columns: 48px minmax(0, auto) 48px !important;
        gap: 24px !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    .clients-section .clients-window,
    .home .clients-section .clients-window,
    .page-template-page-home .clients-section .clients-window {
        width: 1080px !important; /* 5x180 + 4x45 */
        max-width: 1080px !important;
        min-height: 110px !important;
        overflow: hidden !important;
        display: block !important;
        position: relative !important;
    }

    .clients-section .clients-track,
    .home .clients-section .clients-track,
    .page-template-page-home .clients-section .clients-track {
        gap: var(--client-gap) !important;
        align-items: center !important;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex: 0 0 180px !important;
        width: 180px !important;
        min-width: 180px !important;
        height: 100px !important;
        overflow: hidden !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 180px !important;
        max-height: 90px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }
}

@media (min-width: 1025px) and (max-width: 1320px) {
    .clients-section > .container,
    .home .clients-section > .container,
    .page-template-page-home .clients-section > .container {
        max-width: calc(100% - 64px) !important;
    }

    .clients-section .clients-carousel,
    .home .clients-section .clients-carousel,
    .page-template-page-home .clients-section .clients-carousel {
        --client-gap: 34px !important;
        max-width: 1080px !important;
        grid-template-columns: 44px minmax(0, auto) 44px !important;
        gap: 18px !important;
    }

    .clients-section .clients-window,
    .home .clients-section .clients-window,
    .page-template-page-home .clients-section .clients-window {
        width: 910px !important; /* 5x154 + 4x35 aproximado; JS recalcula */
        max-width: 910px !important;
        min-height: 96px !important;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex-basis: 154px !important;
        width: 154px !important;
        min-width: 154px !important;
        height: 88px !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 154px !important;
        max-height: 78px !important;
    }
}

@media (max-width: 768px) {
    .clients-section .clients-window,
    .home .clients-section .clients-window,
    .page-template-page-home .clients-section .clients-window {
        width: 264px !important; /* 2x120 + 1x24 */
        max-width: 264px !important;
        overflow: hidden !important;
    }

    .clients-section .client-logo-wrap,
    .home .clients-section .client-logo-wrap,
    .page-template-page-home .clients-section .client-logo-wrap {
        flex: 0 0 120px !important;
        width: 120px !important;
        min-width: 120px !important;
    }

    .clients-section img.client-logo,
    .home .clients-section img.client-logo,
    .page-template-page-home .clients-section img.client-logo {
        max-width: 120px !important;
        max-height: 58px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 36 - LOGOS CLIENTES EXATAS
   ========================================================= */

/* =========================================================
   AJUSTE 37 | HOME - Muralha Paulista + régua/textos
   Referência enviada: seção 1920x1270px, container central padrão.
   ========================================================= */
:root {
    --sekron-container: 1160px;
    --sekron-text: #0a1928;
    --sekron-muted-green: #c3c8c3;
    --font-code-saver: 'Code Saver', 'CodeSaver', 'Courier New', monospace;
}

@media (min-width: 1025px) {
    .container {
        max-width: var(--sekron-container) !important;
    }
}

/* Textos solicitados em #0a1928 */
.about-section .about-intro,
.about-section .about-intro p,
.clients-section .clients-label,
.muralha-section,
.muralha-section p,
.testimonials-section .testimonial-author,
.testimonials-section .testimonial-text,
.testimonials-section .testimonial-role,
#site-footer,
#site-footer p,
#site-footer a,
#site-footer .footer-copy,
#site-footer .footer-address p,
#site-footer .footer-address a,
#site-footer .footer-links a {
    color: var(--sekron-text) !important;
}

/* Seção Muralha Paulista */
.page-template-page-home .muralha-section,
.home .muralha-section,
.muralha-section {
    min-height: 1270px !important;
    height: auto !important;
    padding-top: 106px !important;
    padding-bottom: 92px !important;
    background: #ffffff !important;
}

.page-template-page-home .muralha-section > .container,
.home .muralha-section > .container,
.muralha-section > .container {
    width: 100% !important;
    max-width: var(--sekron-container) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-template-page-home .muralha-section .home-title-muralha,
.home .muralha-section .home-title-muralha,
.muralha-section .home-title-muralha {
    margin: 0 0 34px !important;
    font-family: var(--font) !important;
    font-size: 30.3px !important;
    font-weight: 500 !important;
    line-height: 24.24px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: var(--sekron-text) !important;
    gap: 17px !important;
}

.page-template-page-home .muralha-section .home-title-muralha::before,
.home .muralha-section .home-title-muralha::before,
.muralha-section .home-title-muralha::before {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
    margin-top: 0 !important;
    background: var(--red) !important;
}

.muralha-copy {
    max-width: 1348px !important;
    margin: 0 0 51px !important;
}

.muralha-copy p {
    margin: 0 0 24.24px !important;
    max-width: 1348px !important;
    font-family: var(--font) !important;
    font-size: 20.2px !important;
    font-weight: 400 !important;
    line-height: 24.24px !important;
    letter-spacing: 0 !important;
    color: var(--sekron-text) !important;
    text-transform: none !important;
}

.muralha-copy p:last-child { margin-bottom: 0 !important; }

.page-template-page-home .muralha-inner,
.home .muralha-inner,
.muralha-inner {
    width: 100% !important;
    max-width: var(--sekron-container) !important;
    margin: 0 auto 82px !important;
    display: grid !important;
    grid-template-columns: 600px 380px !important;
    gap: 104px !important;
    align-items: center !important;
}

.muralha-text {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.muralha-map-img {
    display: block !important;
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
    margin: 0 !important;
}

.muralha-logo-area {
    width: 100% !important;
    min-height: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
}

.muralha-brand-img {
    display: block !important;
    width: 344px !important;
    max-width: 344px !important;
    height: auto !important;
    margin: 0 0 46px !important;
}

.muralha-stats {
    margin: 0 0 38px !important;
    font-size: 20.2px !important;
    line-height: 24.24px !important;
    color: var(--sekron-muted-green) !important;
}

.muralha-stats p {
    margin: 0 0 1px !important;
    font-family: var(--font) !important;
    font-size: 20.2px !important;
    font-weight: 300 !important;
    line-height: 24.24px !important;
    letter-spacing: 0 !important;
    color: var(--sekron-muted-green) !important;
}

.muralha-stats strong {
    font-family: var(--font-code-saver) !important;
    font-size: 19.19px !important;
    font-weight: 700 !important;
    line-height: 24.24px !important;
    letter-spacing: -0.04em !important;
    color: var(--red) !important;
}

.muralha-program-logos {
    display: block !important;
    width: 356px !important;
    max-width: 356px !important;
    height: auto !important;
    margin: 0 0 48px !important;
    padding: 0 !important;
    background: transparent !important;
}

.muralha-cta {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.muralha-cta .btn-secondary {
    min-width: 198px !important;
    height: 56px !important;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--red) !important;
    color: #ffffff !important;
    font-family: var(--font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.page-template-page-home .features-grid,
.home .features-grid,
.features-grid {
    width: 100% !important;
    max-width: var(--sekron-container) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 30px !important;
    flex-wrap: nowrap !important;
}

.page-template-page-home .feature-box,
.home .feature-box,
.feature-box {
    min-width: 0 !important;
    min-height: 234px !important;
    height: 234px !important;
    padding: 30px 2px 22px 2px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    background: var(--red) !important;
    color: #ffffff !important;
    text-align: center !important;
}

.feature-box img,
.feature-box svg {
    width: auto !important;
    height: 72px !important;
    max-width: 78px !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
}

.feature-box-label {
    max-width: 190px !important;
    margin: 0 auto !important;
    font-family: var(--font) !important;
    font-size: 15.15px !important;
    font-weight: 400 !important;
    line-height: 18.18px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .page-template-page-home .muralha-section > .container,
    .home .muralha-section > .container,
    .muralha-section > .container,
    .page-template-page-home .muralha-inner,
    .home .muralha-inner,
    .page-template-page-home .features-grid,
    .home .features-grid {
        max-width: calc(100% - 96px) !important;
    }

    .page-template-page-home .muralha-inner,
    .home .muralha-inner,
    .muralha-inner {
        grid-template-columns: 1fr 360px !important;
        gap: 60px !important;
    }

    .page-template-page-home .features-grid,
    .home .features-grid,
    .features-grid {
        gap: 18px !important;
    }
}

@media (max-width: 1024px) {
    .page-template-page-home .muralha-section,
    .home .muralha-section,
    .muralha-section {
        min-height: auto !important;
        padding: 56px 0 !important;
    }

    .page-template-page-home .muralha-section > .container,
    .home .muralha-section > .container,
    .muralha-section > .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .page-template-page-home .muralha-section .home-title-muralha,
    .home .muralha-section .home-title-muralha,
    .muralha-section .home-title-muralha {
        font-size: 22px !important;
        line-height: 1.15 !important;
        gap: 12px !important;
    }

    .page-template-page-home .muralha-section .home-title-muralha::before,
    .home .muralha-section .home-title-muralha::before,
    .muralha-section .home-title-muralha::before {
        width: 14px !important;
        height: 14px !important;
        flex-basis: 14px !important;
    }

    .muralha-copy {
        max-width: 100% !important;
        margin-bottom: 34px !important;
    }

    .muralha-copy p {
        max-width: 100% !important;
        font-size: 17px !important;
        line-height: 1.45 !important;
    }

    .page-template-page-home .muralha-inner,
    .home .muralha-inner,
    .muralha-inner {
        grid-template-columns: 1fr !important;
        gap: 38px !important;
        margin-bottom: 44px !important;
    }

    .muralha-map-img { max-width: 540px !important; margin: 0 auto !important; }

    .muralha-logo-area {
        align-items: center !important;
        text-align: center !important;
        min-height: auto !important;
    }

    .muralha-brand-img { width: 300px !important; max-width: 82vw !important; margin-bottom: 26px !important; }
    .muralha-program-logos { width: 330px !important; max-width: 86vw !important; margin-bottom: 28px !important; }
    .muralha-cta { justify-content: center !important; }

    .page-template-page-home .features-grid,
    .home .features-grid,
    .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    .page-template-page-home .feature-box,
    .home .feature-box,
    .feature-box {
        height: auto !important;
        min-height: 170px !important;
        padding: 24px 16px !important;
    }

    .feature-box img,
    .feature-box svg {
        height: 56px !important;
    }

    .feature-box-label {
        font-size: 13px !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 560px) {
    .page-template-page-home .features-grid,
    .home .features-grid,
    .features-grid {
        grid-template-columns: 1fr !important;
    }
}
/* =========================================================
   FIM | AJUSTE 37 - HOME MURALHA PAULISTA
   ========================================================= */


/* =========================================================
   AJUSTE 38 | HOME - Depoimentos + acabamento tipográfico do cabeçalho
   Referência enviada: seção 1920x653px, container padrão do site.
   ========================================================= */
@media (min-width: 1025px) {
    /* Cabeçalho: cor e tipografia finais enviadas */
    #site-header .main-nav > a,
    #site-header .nav-dropdown > a,
    #site-header .dropdown-menu a {
        color: #0a1928 !important;
        font-family: var(--font) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 35.04px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    #site-header .btn-orcamento,
    #site-header .btn-login {
        font-family: var(--font) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 35.04px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    #site-header .btn-login { color: #0a1928 !important; }

    /* Seção Depoimentos */
    .page-template-page-home .testimonials-section,
    .home .testimonials-section,
    .testimonials-section {
        min-height: 653px !important;
        height: auto !important;
        padding-top: 82px !important;
        padding-bottom: 72px !important;
        background: #f0f0ea !important;
    }

    .page-template-page-home .testimonials-section > .container,
    .home .testimonials-section > .container,
    .testimonials-section > .container {
        width: 100% !important;
        max-width: var(--sekron-container, 1160px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-template-page-home .testimonials-section .home-title-testimonials,
    .home .testimonials-section .home-title-testimonials,
    .testimonials-section .home-title-testimonials,
    .page-template-page-home .testimonials-section .section-title,
    .home .testimonials-section .section-title,
    .testimonials-section .section-title {
        margin: 0 0 44px !important;
        display: flex !important;
        align-items: center !important;
        gap: 16px !important;
        font-family: var(--font) !important;
        font-size: 30px !important;
        font-weight: 500 !important;
        line-height: 45px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        color: #000000 !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .page-template-page-home .testimonials-section .home-title-testimonials::before,
    .home .testimonials-section .home-title-testimonials::before,
    .testimonials-section .home-title-testimonials::before,
    .page-template-page-home .testimonials-section .section-title::before,
    .home .testimonials-section .section-title::before,
    .testimonials-section .section-title::before {
        width: 24px !important;
        height: 24px !important;
        flex: 0 0 24px !important;
        margin: 0 !important;
        background: var(--red) !important;
    }

    .page-template-page-home .testimonials-carousel,
    .home .testimonials-carousel,
    .testimonials-carousel {
        width: 1120px !important; /* 2 cards de 540px + 40px de gap */
        max-width: 100% !important;
        margin: 0 auto !important;
        position: relative !important;
    }

    .page-template-page-home .testimonials-viewport,
    .home .testimonials-viewport,
    .testimonials-viewport {
        width: 1120px !important;
        max-width: 100% !important;
        overflow: hidden !important;
        margin: 0 auto !important;
    }

    .page-template-page-home .testimonials-track,
    .home .testimonials-track,
    .testimonials-track {
        display: flex !important;
        gap: 40px !important;
        align-items: stretch !important;
        transition: transform .36s ease !important;
        will-change: transform !important;
    }

    .page-template-page-home .testimonials-track .testimonial-card,
    .home .testimonials-track .testimonial-card,
    .testimonials-track .testimonial-card {
        flex: 0 0 540px !important;
        width: 540px !important;
        min-width: 540px !important;
        height: 400px !important;
        min-height: 400px !important;
        max-height: 400px !important;
        padding: 50px 58px 44px !important;
        background: #ffffff !important;
        border: 0 !important;
        box-shadow: none !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    .page-template-page-home .testimonial-author,
    .home .testimonial-author,
    .testimonial-author {
        margin: 0 !important;
        font-family: var(--font) !important;
        font-size: 21px !important;
        font-weight: 500 !important;
        line-height: 31px !important; /* equivalente visual ao arquivo, sem criar excesso de altura no browser */
        letter-spacing: -0.006em !important;
        text-transform: uppercase !important;
        color: #0a1928 !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .page-template-page-home .testimonial-role,
    .home .testimonial-role,
    .testimonial-role {
        margin: 2px 0 22px !important;
        font-family: var(--font) !important;
        font-size: 11px !important;
        font-weight: 300 !important;
        line-height: 18px !important;
        letter-spacing: 0.03em !important;
        text-transform: uppercase !important;
        color: #eb1e28 !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .page-template-page-home .testimonial-text,
    .home .testimonial-text,
    .testimonial-text {
        margin: 0 !important;
        font-family: var(--font) !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 18.01px !important;
        letter-spacing: 0.03em !important;
        color: #0a1928 !important;
        font-style: normal !important;
        font-synthesis: none !important;
        overflow: hidden !important;
    }

    .page-template-page-home .testimonial-text::before,
    .home .testimonial-text::before,
    .testimonial-text::before {
        font-size: 28px !important;
        line-height: 0 !important;
        color: #eb1e28 !important;
        vertical-align: -10px !important;
        margin-right: 5px !important;
    }

    .page-template-page-home .testimonial-text.is-collapsed,
    .home .testimonial-text.is-collapsed,
    .testimonial-text.is-collapsed {
        display: -webkit-box !important;
        -webkit-line-clamp: 9 !important;
        -webkit-box-orient: vertical !important;
    }

    .page-template-page-home .testimonial-read-more,
    .home .testimonial-read-more,
    .testimonial-read-more {
        margin-top: 12px !important;
        padding: 0 !important;
        font-size: 11px !important;
        font-weight: 500 !important;
        line-height: 16px !important;
        letter-spacing: 0.03em !important;
        color: #eb1e28 !important;
        text-align: left !important;
    }

    .page-template-page-home .testimonials-nav,
    .home .testimonials-nav,
    .testimonials-nav {
        width: 1120px !important;
        max-width: 100% !important;
        margin: 22px auto 0 !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .page-template-page-home .testimonial-arrow,
    .home .testimonial-arrow,
    .testimonial-arrow {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        min-height: 46px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: var(--red) !important;
        color: #ffffff !important;
        font-family: Arial, sans-serif !important;
        font-size: 28px !important;
        font-weight: 400 !important;
        line-height: 46px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
    }
}

@media (max-width: 1024px) {
    .page-template-page-home .testimonials-section,
    .home .testimonials-section,
    .testimonials-section {
        min-height: auto !important;
        padding: 54px 0 !important;
    }

    .page-template-page-home .testimonials-section > .container,
    .home .testimonials-section > .container,
    .testimonials-section > .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .page-template-page-home .testimonials-section .home-title-testimonials,
    .home .testimonials-section .home-title-testimonials,
    .testimonials-section .home-title-testimonials,
    .page-template-page-home .testimonials-section .section-title,
    .home .testimonials-section .section-title,
    .testimonials-section .section-title {
        font-size: 26px !important;
        line-height: 32px !important;
        margin-bottom: 28px !important;
        gap: 12px !important;
    }

    .page-template-page-home .testimonials-section .home-title-testimonials::before,
    .home .testimonials-section .home-title-testimonials::before,
    .testimonials-section .home-title-testimonials::before,
    .page-template-page-home .testimonials-section .section-title::before,
    .home .testimonials-section .section-title::before,
    .testimonials-section .section-title::before {
        width: 18px !important;
        height: 18px !important;
        flex-basis: 18px !important;
    }

    .page-template-page-home .testimonials-carousel,
    .home .testimonials-carousel,
    .testimonials-carousel,
    .page-template-page-home .testimonials-viewport,
    .home .testimonials-viewport,
    .testimonials-viewport {
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-template-page-home .testimonials-track,
    .home .testimonials-track,
    .testimonials-track {
        gap: 20px !important;
    }

    .page-template-page-home .testimonials-track .testimonial-card,
    .home .testimonials-track .testimonial-card,
    .testimonials-track .testimonial-card {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
        min-height: 320px !important;
        max-height: none !important;
        padding: 34px 28px !important;
    }

    .page-template-page-home .testimonials-nav,
    .home .testimonials-nav,
    .testimonials-nav {
        width: 100% !important;
        margin-top: 18px !important;
    }

    .page-template-page-home .testimonial-arrow,
    .home .testimonial-arrow,
    .testimonial-arrow {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        line-height: 40px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 38 - DEPOIMENTOS HOME
   ========================================================= */


/* =========================================================
   AJUSTE 39 | HOME - NOSSAS SOLUÇÕES
   Referência do modelo aprovado desktop 1920px:
   - régua de conteúdo padrão: 1160px;
   - título: #eb1e28, 45.45px, line-height 26.66px, tracking -1%;
   - quadrado vermelho: 20x20px acima do título, gap 33px;
   - gap título/cards: 48px;
   - cards: imagem 256x272px + área vermelha, total 256x406px;
   - texto card: 20.2px, line-height 18.18px, BertiogaSans Condensed Light.
   ========================================================= */
@media (min-width: 1025px) {
    .page-template-page-home .solutions-section,
    .home .solutions-section {
        background: #ffffff !important;
        padding: 84px 0 96px !important;
    }

    .page-template-page-home .solutions-section > .container,
    .home .solutions-section > .container {
        width: 100% !important;
        max-width: 1160px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-template-page-home .solutions-section .home-title-solutions,
    .home .solutions-section .home-title-solutions,
    .page-template-page-home .solutions-section .section-title,
    .home .solutions-section .section-title {
        display: block !important;
        margin: 0 0 48px 0 !important;
        padding: 0 !important;
        color: #eb1e28 !important;
        font-family: var(--font) !important;
        font-size: 45.45px !important;
        font-weight: 400 !important;
        line-height: 26.66px !important;
        letter-spacing: -0.01em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        gap: 0 !important;
    }

    .page-template-page-home .solutions-section .home-title-solutions::before,
    .home .solutions-section .home-title-solutions::before,
    .page-template-page-home .solutions-section .section-title::before,
    .home .solutions-section .section-title::before {
        content: '' !important;
        display: block !important;
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        flex: 0 0 20px !important;
        background: #eb1e28 !important;
        margin: 0 0 33px 0 !important;
        padding: 0 !important;
    }

    .page-template-page-home .solutions-section .solutions-grid,
    .home .solutions-section .solutions-grid {
        width: 100% !important;
        max-width: 1160px !important;
        display: grid !important;
        grid-template-columns: repeat(4, 256px) !important;
        justify-content: space-between !important;
        align-items: start !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .page-template-page-home .solutions-section .solution-card,
    .home .solutions-section .solution-card {
        width: 256px !important;
        height: 406px !important;
        min-height: 406px !important;
        max-height: 406px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        background: #eb1e28 !important;
        overflow: hidden !important;
        position: relative !important;
        text-decoration: none !important;
        border: 0 !important;
        box-shadow: none !important;
        cursor: pointer !important;
    }

    .page-template-page-home .solutions-section .solution-card img,
    .home .solutions-section .solution-card img {
        position: static !important;
        inset: auto !important;
        display: block !important;
        width: 256px !important;
        height: 272px !important;
        min-height: 272px !important;
        max-height: 272px !important;
        object-fit: fill !important;
        object-position: center center !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        flex: 0 0 272px !important;
        background: #ffffff !important;
    }

    .page-template-page-home .solutions-section .solution-card:hover img,
    .home .solutions-section .solution-card:hover img {
        transform: none !important;
    }

    .page-template-page-home .solutions-section .solution-card-overlay,
    .home .solutions-section .solution-card-overlay {
        display: none !important;
    }

    .page-template-page-home .solutions-section .solution-card-content,
    .home .solutions-section .solution-card-content {
        position: static !important;
        z-index: 1 !important;
        height: 134px !important;
        min-height: 134px !important;
        max-height: 134px !important;
        padding: 22px 22px 20px !important;
        margin: 0 !important;
        background: #eb1e28 !important;
        color: #ffffff !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .page-template-page-home .solutions-section .solution-card-content::before,
    .home .solutions-section .solution-card-content::before {
        content: '' !important;
        display: block !important;
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
        background: #ffffff !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        flex: 0 0 auto !important;
    }

    .page-template-page-home .solutions-section .solution-card-title,
    .home .solutions-section .solution-card-title {
        margin: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-family: var(--font) !important;
        font-size: 20.2px !important;
        font-weight: 300 !important;
        line-height: 18.18px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        max-width: 210px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .page-template-page-home .solutions-section,
    .home .solutions-section {
        padding: 64px 0 76px !important;
    }
    .page-template-page-home .solutions-section > .container,
    .home .solutions-section > .container {
        max-width: calc(100% - 64px) !important;
    }
    .page-template-page-home .solutions-section .home-title-solutions,
    .home .solutions-section .home-title-solutions {
        display: block !important;
        font-size: 38px !important;
        line-height: 1 !important;
        margin-bottom: 42px !important;
    }
    .page-template-page-home .solutions-section .home-title-solutions::before,
    .home .solutions-section .home-title-solutions::before {
        width: 18px !important;
        height: 18px !important;
        margin-bottom: 24px !important;
    }
    .page-template-page-home .solutions-section .solutions-grid,
    .home .solutions-section .solutions-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 256px) !important;
        justify-content: center !important;
        gap: 32px !important;
    }
    .page-template-page-home .solutions-section .solution-card,
    .home .solutions-section .solution-card {
        width: 256px !important;
        height: 406px !important;
        display: flex !important;
        flex-direction: column !important;
        background: #eb1e28 !important;
        overflow: hidden !important;
    }
    .page-template-page-home .solutions-section .solution-card img,
    .home .solutions-section .solution-card img {
        position: static !important;
        width: 256px !important;
        height: 272px !important;
        object-fit: fill !important;
        flex: 0 0 272px !important;
    }
    .page-template-page-home .solutions-section .solution-card-content,
    .home .solutions-section .solution-card-content {
        height: 134px !important;
        padding: 22px !important;
        background: #eb1e28 !important;
    }
    .page-template-page-home .solutions-section .solution-card-title,
    .home .solutions-section .solution-card-title {
        font-size: 20.2px !important;
        line-height: 18.18px !important;
        font-weight: 300 !important;
        letter-spacing: 0 !important;
    }
}

@media (max-width: 768px) {
    .page-template-page-home .solutions-section,
    .home .solutions-section {
        padding: 54px 0 64px !important;
    }
    .page-template-page-home .solutions-section > .container,
    .home .solutions-section > .container {
        max-width: calc(100% - 48px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page-template-page-home .solutions-section .home-title-solutions,
    .home .solutions-section .home-title-solutions {
        display: block !important;
        font-size: 34px !important;
        line-height: 1 !important;
        margin-bottom: 34px !important;
        color: #eb1e28 !important;
    }
    .page-template-page-home .solutions-section .home-title-solutions::before,
    .home .solutions-section .home-title-solutions::before {
        width: 16px !important;
        height: 16px !important;
        margin-bottom: 20px !important;
        background: #eb1e28 !important;
    }
    .page-template-page-home .solutions-section .solutions-grid,
    .home .solutions-section .solutions-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 320px) !important;
        justify-content: center !important;
        gap: 24px !important;
        margin: 0 !important;
    }
    .page-template-page-home .solutions-section .solution-card,
    .home .solutions-section .solution-card {
        width: 100% !important;
        max-width: 320px !important;
        height: auto !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        background: #eb1e28 !important;
        overflow: hidden !important;
    }
    .page-template-page-home .solutions-section .solution-card img,
    .home .solutions-section .solution-card img {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 256 / 272 !important;
        object-fit: fill !important;
        flex: 0 0 auto !important;
    }
    .page-template-page-home .solutions-section .solution-card-content,
    .home .solutions-section .solution-card-content {
        min-height: 126px !important;
        height: auto !important;
        padding: 22px !important;
        background: #eb1e28 !important;
    }
    .page-template-page-home .solutions-section .solution-card-title,
    .home .solutions-section .solution-card-title {
        font-size: 18px !important;
        line-height: 18px !important;
        font-weight: 300 !important;
        letter-spacing: 0 !important;
    }
}
/* =========================================================
   FIM | AJUSTE 39 - HOME NOSSAS SOLUÇÕES
   ========================================================= */


/* =========================================================
   AJUSTE 40 | Home > Nossas Soluções sem quadradinhos brancos
   Remove o marcador branco interno dos cards vermelhos para ficar igual ao modelo aprovado.
   ========================================================= */
.page-template-page-home .solutions-section .solution-card-content::before,
.home .solutions-section .solution-card-content::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: 1025px) {
    .page-template-page-home .solutions-section .solution-card-content,
    .home .solutions-section .solution-card-content {
        justify-content: center !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 40
   ========================================================= */

/* =========================================================
   AJUSTE 41 | HOME - CTA vermelho final de Nossas Soluções
   Referência do modelo aprovado desktop 1920px:
   - bloco vermelho: 620px de altura;
   - régua do conteúdo: 1160px;
   - formulário branco: 352x457px;
   - quadrado branco: 16x16px;
   - título esquerdo: 46.96px / 31.51px / tracking -1%;
   - texto condições: 21.21px / 52.75px / tracking 1%;
   - logo branca: 120px;
   - título do formulário: 26.26px / 24.08px / tracking 3%;
   - botão: 18.18px / 31.51px.
   ========================================================= */
@media (min-width: 1025px) {
    .page-template-page-home .home-final-cta,
    .home .home-final-cta,
    .home-final-cta {
        width: 100% !important;
        max-width: 1160px !important;
        min-height: 620px !important;
        height: 620px !important;
        margin: 0 auto 50px !important;
        padding: 0 !important;
        background: #eb1e28 !important;
        overflow: hidden !important;
    }

    .page-template-page-home .home-final-cta > .container,
    .home .home-final-cta > .container,
    .home-final-cta > .container {
        width: 100% !important;
        max-width: 1160px !important;
        height: 620px !important;
        min-height: 620px !important;
        margin: 0 auto !important;
        padding: 0 64px !important;
    }

    .page-template-page-home .home-final-cta .cta-inner,
    .home .home-final-cta .cta-inner,
    .home-final-cta .cta-inner {
        width: 100% !important;
        height: 620px !important;
        min-height: 620px !important;
        display: grid !important;
        grid-template-columns: 535px 352px !important;
        column-gap: 125px !important;
        align-items: center !important;
        justify-content: start !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .page-template-page-home .home-final-cta .cta-text,
    .home .home-final-cta .cta-text,
    .home-final-cta .cta-text {
        width: 635px !important;
        max-width: 635px !important;
        color: #ffffff !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .page-template-page-home .home-final-cta .cta-text::before,
    .home .home-final-cta .cta-text::before,
    .home-final-cta .cta-text::before {
        content: '' !important;
        display: block !important;
        width: 16px !important;
        height: 16px !important;
        background: #ffffff !important;
        margin: 0 0 64px 0 !important;
        padding: 0 !important;
    }

    .page-template-page-home .home-final-cta .cta-text h2,
    .home .home-final-cta .cta-text h2,
    .home-final-cta .cta-text h2 {
        margin: 0 0 58px 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 46.96px !important;
        font-weight: 300 !important;
        line-height: 31.51px !important;
        letter-spacing: -0.01em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        max-width: 520px !important;
    }

    .page-template-page-home .home-final-cta .cta-text p,
    .home .home-final-cta .cta-text p,
    .home-final-cta .cta-text p {
        margin: 0 0 44px 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 21.21px !important;
        font-weight: 400 !important;
        line-height: 52.75px !important;
        letter-spacing: 0.01em !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .page-template-page-home .home-final-cta .cta-text p strong,
    .home .home-final-cta .cta-text p strong,
    .home-final-cta .cta-text p strong {
        font-weight: 700 !important;
        color: #ffffff !important;
    }

    .page-template-page-home .home-final-cta .cta-logo-area,
    .home .home-final-cta .cta-logo-area,
    .home-final-cta .cta-logo-area {
        margin: 0 !important;
        padding: 0 !important;
        max-width: 120px !important;
    }

    .page-template-page-home .home-final-cta img.cta-white-logo,
    .home .home-final-cta img.cta-white-logo,
    .home-final-cta img.cta-white-logo,
    .home-final-cta .cta-logo-area img.cta-white-logo {
        display: block !important;
        width: 120px !important;
        max-width: 120px !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        filter: none !important;
        opacity: 1 !important;
    }

    .page-template-page-home .home-final-cta .hero-form-card,
    .home .home-final-cta .hero-form-card,
    .home-final-cta .hero-form-card {
        width: 352px !important;
        max-width: 352px !important;
        height: 457px !important;
        min-height: 457px !important;
        max-height: 457px !important;
        margin: 0 !important;
        padding: 56px 38px 42px !important;
        background: #ffffff !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        align-self: center !important;
        justify-self: end !important;
    }

    .page-template-page-home .home-final-cta .hero-form-card h3,
    .home .home-final-cta .hero-form-card h3,
    .home-final-cta .hero-form-card h3 {
        margin: 0 0 38px 0 !important;
        padding: 0 !important;
        color: #eb1e28 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 26.26px !important;
        font-weight: 400 !important;
        line-height: 24.08px !important;
        letter-spacing: 0.03em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    .page-template-page-home .home-final-cta .sekron-budget-form,
    .home .home-final-cta .sekron-budget-form,
    .home-final-cta .sekron-budget-form {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .page-template-page-home .home-final-cta .form-group,
    .home .home-final-cta .form-group,
    .home-final-cta .form-group {
        margin: 0 0 19px 0 !important;
        padding: 0 !important;
    }

    .page-template-page-home .home-final-cta .form-input,
    .home .home-final-cta .form-input,
    .home-final-cta .form-input {
        width: 100% !important;
        height: 39px !important;
        min-height: 39px !important;
        padding: 0 0 8px 0 !important;
        background: #ffffff !important;
        color: #0a1928 !important;
        border: 0 !important;
        border-bottom: 1px solid #bfc3bf !important;
        border-radius: 0 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 18px !important;
        letter-spacing: 0 !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .page-template-page-home .home-final-cta .form-input::placeholder,
    .home .home-final-cta .form-input::placeholder,
    .home-final-cta .form-input::placeholder {
        color: #8f958f !important;
        opacity: 1 !important;
        text-transform: uppercase !important;
    }

    .page-template-page-home .home-final-cta .btn-primary,
    .home .home-final-cta .btn-primary,
    .home-final-cta .btn-primary {
        width: 228px !important;
        min-width: 228px !important;
        height: 51px !important;
        min-height: 51px !important;
        margin: 33px 0 0 0 !important;
        padding: 0 18px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #eb1e28 !important;
        color: #ffffff !important;
        border: 1px solid #eb1e28 !important;
        border-radius: 0 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 18.18px !important;
        font-weight: 400 !important;
        line-height: 31.51px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 1024px) {
    .page-template-page-home .home-final-cta,
    .home .home-final-cta,
    .home-final-cta {
        margin-bottom: 38px !important;
        padding: 54px 0 !important;
        height: auto !important;
        min-height: 0 !important;
        max-width: none !important;
    }

    .page-template-page-home .home-final-cta > .container,
    .home .home-final-cta > .container,
    .home-final-cta > .container {
        height: auto !important;
        min-height: 0 !important;
        max-width: calc(100% - 48px) !important;
        padding: 0 !important;
    }

    .page-template-page-home .home-final-cta .cta-inner,
    .home .home-final-cta .cta-inner,
    .home-final-cta .cta-inner {
        height: auto !important;
        min-height: 0 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .page-template-page-home .home-final-cta .cta-text::before,
    .home .home-final-cta .cta-text::before,
    .home-final-cta .cta-text::before {
        content: '' !important;
        display: block !important;
        width: 14px !important;
        height: 14px !important;
        background: #ffffff !important;
        margin-bottom: 30px !important;
    }

    .page-template-page-home .home-final-cta .cta-text h2,
    .home .home-final-cta .cta-text h2,
    .home-final-cta .cta-text h2 {
        font-size: clamp(32px, 9vw, 44px) !important;
        line-height: .92 !important;
        letter-spacing: -0.01em !important;
        margin-bottom: 26px !important;
        font-weight: 300 !important;
    }

    .page-template-page-home .home-final-cta .cta-text p,
    .home .home-final-cta .cta-text p,
    .home-final-cta .cta-text p {
        font-size: 18px !important;
        line-height: 1.4 !important;
        margin-bottom: 26px !important;
    }

    .page-template-page-home .home-final-cta .hero-form-card,
    .home .home-final-cta .hero-form-card,
    .home-final-cta .hero-form-card {
        width: 100% !important;
        max-width: 352px !important;
        height: auto !important;
        min-height: 0 !important;
        justify-self: start !important;
        padding: 36px 28px !important;
        background: #ffffff !important;
        border: 0 !important;
    }

    .page-template-page-home .home-final-cta .hero-form-card h3,
    .home .home-final-cta .hero-form-card h3,
    .home-final-cta .hero-form-card h3 {
        color: #eb1e28 !important;
        font-size: 23px !important;
        line-height: 24px !important;
    }

    .page-template-page-home .home-final-cta .form-input,
    .home .home-final-cta .form-input,
    .home-final-cta .form-input {
        background: #ffffff !important;
        color: #0a1928 !important;
        border: 0 !important;
        border-bottom: 1px solid #bfc3bf !important;
    }

    .page-template-page-home .home-final-cta .btn-primary,
    .home .home-final-cta .btn-primary,
    .home-final-cta .btn-primary {
        background: #eb1e28 !important;
        color: #ffffff !important;
        border-color: #eb1e28 !important;
    }
}
/* =========================================================
   FIM | AJUSTE 41 - CTA VERMELHO FINAL
   ========================================================= */


/* =========================================================
   AJUSTE 42 | HOME - CTA vermelho: correção de entrelinha e botão
   Ajuste visual após teste real: o line-height 31.51px deixou o título
   colado no navegador. As quebras agora seguem o modelo e a entrelinha
   foi corrigida para preservar legibilidade sem deformar o layout.
   ========================================================= */
@media (min-width: 1025px) {
    .page-template-page-home .home-final-cta .cta-text h2,
    .home .home-final-cta .cta-text h2,
    .home-final-cta .cta-text h2 {
        width: 520px !important;
        max-width: 520px !important;
        font-size: 46.96px !important;
        line-height: 44px !important;
        letter-spacing: -0.01em !important;
        margin-bottom: 44px !important;
        white-space: normal !important;
    }

    .page-template-page-home .home-final-cta .cta-text p,
    .home .home-final-cta .cta-text p,
    .home-final-cta .cta-text p {
        font-size: 21.21px !important;
        line-height: 28px !important;
        margin-bottom: 52px !important;
    }

    .page-template-page-home .home-final-cta .cta-text::before,
    .home .home-final-cta .cta-text::before,
    .home-final-cta .cta-text::before {
        margin-bottom: 48px !important;
    }

    .page-template-page-home .home-final-cta .hero-form-card,
    .home .home-final-cta .hero-form-card,
    .home-final-cta .hero-form-card {
        padding-top: 50px !important;
        padding-bottom: 40px !important;
    }

    .page-template-page-home .home-final-cta .btn-primary,
    .home .home-final-cta .btn-primary,
    .home-final-cta .btn-primary {
        width: 240px !important;
        min-width: 240px !important;
        height: 51px !important;
        min-height: 51px !important;
        padding: 0 16px !important;
        white-space: nowrap !important;
        font-size: 18.18px !important;
        line-height: 31.51px !important;
        text-align: center !important;
    }
}

@media (max-width: 1024px) {
    .page-template-page-home .home-final-cta .cta-text h2,
    .home .home-final-cta .cta-text h2,
    .home-final-cta .cta-text h2 {
        line-height: 1.05 !important;
        white-space: normal !important;
    }

    .page-template-page-home .home-final-cta .btn-primary,
    .home .home-final-cta .btn-primary,
    .home-final-cta .btn-primary {
        white-space: nowrap !important;
        width: auto !important;
        min-width: 230px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 42 - CTA VERMELHO
   ========================================================= */


/* =========================================================
   AJUSTE 43 | RODAPÉ PADRÃO APROVADO
   Base do modelo desktop:
   - altura: 302px
   - fundo: #dcdccd
   - textos: #0a1928
   - ícones: #091828
   - títulos: BertiogaSans-Condensed Bold 15.15px / 18.18px
   - textos/links: BertiogaSans-Condensed 15.15px / 18.18px
   ========================================================= */
:root {
    --footer-bg-approved: #dcdccd;
    --footer-text-approved: #0a1928;
    --footer-icon-approved: #091828;
}

#site-footer,
#site-footer p,
#site-footer a,
#site-footer .footer-copy,
#site-footer .footer-address p,
#site-footer .footer-address a,
#site-footer .footer-links a {
    color: var(--footer-text-approved) !important;
}

#site-footer .footer-address h5 {
    color: var(--footer-text-approved) !important;
}

#site-footer .footer-social a,
#site-footer .footer-social svg {
    color: var(--footer-icon-approved) !important;
    fill: currentColor !important;
}

@media (min-width: 1025px) {
    #site-footer {
        height: 302px !important;
        min-height: 302px !important;
        background: var(--footer-bg-approved) !important;
        padding: 0 !important;
        margin: 50px 0 0 !important;
        border: 0 !important;
        overflow: hidden !important;
    }

    #site-footer > .container {
        width: 100% !important;
        max-width: 1160px !important;
        height: 302px !important;
        min-height: 302px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 !important;
        position: relative !important;
    }

    #site-footer .footer-top {
        display: block !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }

    #site-footer .footer-address {
        position: absolute !important;
        left: 0 !important;
        top: 49px !important;
        width: 395px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #site-footer .footer-address h5 {
        margin: 0 0 18px !important;
        padding: 0 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 15.15px !important;
        font-weight: 700 !important;
        line-height: 18.18px !important;
        letter-spacing: 0.01em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    #site-footer .footer-address h5[style] {
        margin-top: 39px !important;
    }

    #site-footer .footer-address p,
    #site-footer .footer-address a {
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 15.15px !important;
        font-weight: 400 !important;
        line-height: 18.18px !important;
        letter-spacing: 0.01em !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        font-synthesis: none !important;
        text-decoration: none !important;
    }

    #site-footer .footer-right {
        position: absolute !important;
        right: 0 !important;
        top: 55px !important;
        width: 430px !important;
        height: 152px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    #site-footer .footer-social {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 18px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #site-footer .footer-social a {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        min-height: 24px !important;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 0 !important;
    }

    #site-footer .footer-social svg {
        width: 24px !important;
        height: 24px !important;
        display: block !important;
    }

    #site-footer .footer-links {
        position: absolute !important;
        top: 86px !important;
        right: 0 !important;
        width: 230px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 1px !important;
    }

    #site-footer .footer-links a {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 15.15px !important;
        font-weight: 400 !important;
        line-height: 18.18px !important;
        letter-spacing: 0.01em !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        font-style: normal !important;
        font-synthesis: none !important;
        text-align: center !important;
    }

    #site-footer .footer-bottom {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 40px !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #site-footer .footer-copy {
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 15.15px !important;
        font-weight: 400 !important;
        line-height: 18.18px !important;
        letter-spacing: 0.01em !important;
        text-transform: uppercase !important;
        text-align: center !important;
        font-style: normal !important;
        font-synthesis: none !important;
    }

    #site-footer a:hover,
    #site-footer .footer-social a:hover {
        color: var(--red) !important;
    }
}

@media (max-width: 1024px) {
    #site-footer {
        height: auto !important;
        min-height: 0 !important;
        background: var(--footer-bg-approved) !important;
        padding: 42px 0 32px !important;
        margin-top: 40px !important;
        overflow: visible !important;
    }

    #site-footer > .container {
        height: auto !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #site-footer .footer-top {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }

    #site-footer .footer-right {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 22px !important;
    }

    #site-footer .footer-social {
        justify-content: flex-start !important;
    }

    #site-footer .footer-links {
        align-items: flex-start !important;
        gap: 8px !important;
    }

    #site-footer .footer-bottom {
        margin-top: 30px !important;
        justify-content: flex-start !important;
    }

    #site-footer .footer-address h5,
    #site-footer .footer-address p,
    #site-footer .footer-address a,
    #site-footer .footer-links a,
    #site-footer .footer-copy {
        font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', 'Arial Narrow', Arial, sans-serif !important;
        font-size: 15.15px !important;
        line-height: 18.18px !important;
        letter-spacing: 0.01em !important;
        color: var(--footer-text-approved) !important;
    }

    #site-footer .footer-address h5 {
        font-weight: 700 !important;
    }
}
/* =========================================================
   FIM | AJUSTE 43 - RODAPÉ
   ========================================================= */

/* =========================================================
   AJUSTE 44 | HOME - Muralha Paulista: reduzir respiro inferior
   Mantém a régua e composição já aprovadas, removendo o excesso
   de área branca após os cards vermelhos no desktop.
   ========================================================= */
@media (min-width: 1025px) {
    .page-template-page-home .muralha-section,
    .home .muralha-section,
    .muralha-section {
        min-height: 1188px !important;
        padding-top: 96px !important;
        padding-bottom: 56px !important;
    }

    .page-template-page-home .muralha-inner,
    .home .muralha-inner,
    .muralha-inner {
        margin-bottom: 72px !important;
    }

    .page-template-page-home .features-grid,
    .home .features-grid,
    .features-grid {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1024px) {
    .page-template-page-home .muralha-section,
    .home .muralha-section,
    .muralha-section {
        padding-bottom: 46px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 44 - HOME MURALHA PAULISTA
   ========================================================= */


/* =========================================================
   AJUSTE 45 | Ajustes finais solicitados pela cliente - Home
   ========================================================= */
:root {
    --sekron-text-dark: #0a1928;
    --sekron-red: #eb1e28;
}

.desktop-only { display: none; }
@media (min-width: 1025px) { .desktop-only { display: inline; } }

/* Cabeçalho */
#site-header .btn-login,
#site-header a.btn-login {
    color: var(--sekron-red) !important;
}
#site-header .main-nav > a,
#site-header .nav-dropdown > a {
    color: var(--sekron-text-dark) !important;
}

/* Hero */
@media (min-width: 1025px) {
    .hero-author small {
        font-size: 14px !important;
        line-height: 18px !important;
        letter-spacing: .02em !important;
        font-weight: 400 !important;
    }
}
@media (max-width: 1024px) {
    .hero-author small { font-size: 12px !important; line-height: 1.25 !important; }
}

/* Home - Sobre Nós */
@media (min-width: 1025px) {
    .page-template-page-home .about-intro p,
    .home .about-intro p,
    .about-intro p {
        max-width: 1160px !important;
        width: 1160px !important;
        font-size: 18px !important;
        line-height: 22px !important;
        letter-spacing: 0 !important;
        color: var(--sekron-text-dark) !important;
    }

    .page-template-page-home .stats-grid .stat-label,
    .home .stats-grid .stat-label,
    .stats-grid .stat-label {
        font-size: 18.18px !important;
        line-height: 21.81px !important;
        letter-spacing: 0 !important;
        color: #fff !important;
        text-transform: uppercase !important;
    }
}

/* Home - Muralha Paulista textos */
@media (min-width: 1025px) {
    .page-template-page-home .muralha-copy,
    .home .muralha-copy,
    .muralha-copy {
        max-width: 1160px !important;
        width: 1160px !important;
    }
    .page-template-page-home .muralha-copy p,
    .home .muralha-copy p,
    .muralha-copy p {
        font-size: 18px !important;
        line-height: 22px !important;
        letter-spacing: 0 !important;
        color: var(--sekron-text-dark) !important;
    }
    .page-template-page-home .features-grid .feature-box-label,
    .home .features-grid .feature-box-label,
    .features-grid .feature-box-label {
        font-size: 15.15px !important;
        line-height: 18.18px !important;
        letter-spacing: 0 !important;
        color: #fff !important;
        text-transform: uppercase !important;
    }
}

/* Home - Depoimentos: sem aspas vermelhas, texto completo, sem botão */
.page-template-page-home .testimonial-text::before,
.home .testimonial-text::before,
.testimonial-text::before {
    content: none !important;
    display: none !important;
}
.page-template-page-home .testimonial-text,
.home .testimonial-text,
.testimonial-text {
    overflow: visible !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    max-height: none !important;
}
.page-template-page-home .testimonial-text.is-collapsed,
.home .testimonial-text.is-collapsed,
.testimonial-text.is-collapsed {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
}
.page-template-page-home .testimonial-read-more,
.home .testimonial-read-more,
.testimonial-read-more {
    display: none !important;
}
@media (min-width: 1025px) {
    .page-template-page-home .testimonials-track .testimonial-card,
    .home .testimonials-track .testimonial-card,
    .testimonials-track .testimonial-card {
        overflow: visible !important;
        height: 400px !important;
        max-height: none !important;
    }
}

/* Home - Nossas Soluções */
@media (min-width: 1025px) {
    .page-template-page-home .solutions-section .solutions-grid,
    .home .solutions-section .solutions-grid {
        grid-template-columns: repeat(4, 252px) !important;
        gap: 24px !important;
        justify-content: flex-start !important;
        max-width: 1080px !important;
    }
    .page-template-page-home .solutions-section .solution-card,
    .home .solutions-section .solution-card {
        width: 252px !important;
        height: 406px !important;
        min-height: 406px !important;
        max-height: 406px !important;
    }
    .page-template-page-home .solutions-section .solution-card img,
    .home .solutions-section .solution-card img {
        width: 252px !important;
        height: 271px !important;
        min-height: 271px !important;
        max-height: 271px !important;
        flex: 0 0 271px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
    .page-template-page-home .solutions-section .solution-card-content,
    .home .solutions-section .solution-card-content {
        height: 135px !important;
        min-height: 135px !important;
        max-height: 135px !important;
        padding: 26px 24px 22px !important;
        justify-content: center !important;
    }
    .page-template-page-home .solutions-section .solution-card-title,
    .home .solutions-section .solution-card-title {
        font-size: 20.2px !important;
        line-height: 22px !important;
        letter-spacing: 0 !important;
        font-weight: 300 !important;
        color: #fff !important;
        max-width: 220px !important;
    }
}
@media (max-width: 768px) {
    .page-template-page-home .solutions-section .solution-card img,
    .home .solutions-section .solution-card img {
        aspect-ratio: 252 / 271 !important;
        object-fit: cover !important;
    }
    .page-template-page-home .solutions-section .solution-card-title,
    .home .solutions-section .solution-card-title {
        line-height: 22px !important;
    }
}

/* Home - CTA vermelho final */
@media (min-width: 1025px) {
    .page-template-page-home .home-final-cta .cta-text h2,
    .home .home-final-cta .cta-text h2,
    .home-final-cta .cta-text h2 {
        line-height: 55px !important;
        letter-spacing: -0.01em !important;
        margin-bottom: 44px !important;
    }
    .page-template-page-home .home-final-cta .cta-text p,
    .home .home-final-cta .cta-text p,
    .home-final-cta .cta-text p {
        font-size: 21.21px !important;
        line-height: 28px !important;
        letter-spacing: .01em !important;
        margin-bottom: 42px !important;
    }
    .page-template-page-home .home-final-cta .hero-form-card h3,
    .home .home-final-cta .hero-form-card h3,
    .home-final-cta .hero-form-card h3 {
        line-height: 31px !important;
        margin-bottom: 34px !important;
    }
    .page-template-page-home .home-final-cta .btn-primary,
    .home .home-final-cta .btn-primary,
    .home-final-cta .btn-primary {
        white-space: nowrap !important;
        width: 228px !important;
        min-width: 228px !important;
    }
}
@media (max-width: 768px) {
    .page-template-page-home .home-final-cta .cta-text h2,
    .home .home-final-cta .cta-text h2,
    .home-final-cta .cta-text h2 {
        line-height: 1.05 !important;
    }
    .page-template-page-home .home-final-cta .hero-form-card h3,
    .home .home-final-cta .hero-form-card h3,
    .home-final-cta .hero-form-card h3 {
        line-height: 1.18 !important;
    }
}

/* Rodapé - alinhamento direita + ícones */
@media (min-width: 1025px) {
    #site-footer .footer-right {
        right: 0 !important;
        text-align: right !important;
    }
    #site-footer .footer-social {
        right: 0 !important;
        justify-content: flex-end !important;
    }
    #site-footer .footer-links {
        right: 0 !important;
        align-items: flex-end !important;
        text-align: right !important;
    }
    #site-footer .footer-links a {
        text-align: right !important;
    }
    #site-footer .footer-bottom {
        justify-content: flex-end !important;
        text-align: right !important;
    }
    #site-footer .footer-copy {
        text-align: right !important;
    }
    #site-footer .footer-social a[aria-label="LinkedIn"] svg {
        width: 24px !important;
        height: 24px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 45
   ========================================================= */



/* =========================================================
   AJUSTE 51 CRÍTICO | neutraliza left/margin-left antigos nos heros internos
   Mantém a Home preservada.
   ========================================================= */
@media (min-width: 1025px) {
    body:not(.home):not(.front-page):not(.page-template-page-home) .page-hero-with-form .page-hero-title,
    body:not(.home):not(.front-page):not(.page-template-page-home) .page-hero-with-form .sk-internal-hero-title-col,
    body:not(.home):not(.front-page):not(.page-template-page-home) .page-hero-with-form .hero-whatsapp-card {
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    body:not(.home):not(.front-page):not(.page-template-page-home) .page-hero-with-form .page-hero-title,
    body:not(.home):not(.front-page):not(.page-template-page-home) .page-hero-with-form .hero-whatsapp-card {
        position: static !important;
    }
}
/* =========================================================
   FIM | AJUSTE 51 CRÍTICO
   ========================================================= */


/* =========================================================
   AJUSTE 52 | Quem Somos - vídeo institucional em tamanho integral
   - usa o ID correto do YouTube: aFYjWEmU0X8
   - remove o limite antigo de 700px
   - exibe o vídeo na largura completa da régua interna
   ========================================================= */
body:not(.home):not(.front-page):not(.page-template-page-home):not(.page-template-page-home-php).page-template-page-quem-somos .qs-main-video,
.page-template-page-quem-somos .qs-main-video {
    width: 100% !important;
    max-width: 1140px !important;
    margin: 56px auto 0 !important;
    aspect-ratio: 1140 / 632 !important;
    overflow: hidden !important;
}

.page-template-page-quem-somos .qs-main-video img,
.page-template-page-quem-somos .qs-main-video iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border: 0 !important;
}

@media (max-width: 768px) {
    .page-template-page-quem-somos .qs-main-video {
        max-width: 100% !important;
        margin-top: 32px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 52 - VÍDEO QUEM SOMOS
   ========================================================= */

/* =========================================================
   INÍCIO | AJUSTE 53 CRÍTICO - QUEM SOMOS: PROPÓSITO / MISSÃO / VALORES
   Mantém a Home preservada e corrige a seção específica da página Quem Somos.
   ========================================================= */
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-history-section { padding-bottom: 0 !important; }
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-history-section > .container,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section > .container,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section > .container,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-content-list-section > .container { width: min(1160px, calc(100% - 48px)) !important; max-width: 1160px !important; margin-left: auto !important; margin-right: auto !important; }
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-main-video { width: 100% !important; max-width: 1140px !important; margin: 56px auto 0 !important; }
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section { padding-top: 100px !important; padding-bottom: 82px !important; }
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .qs-compact-title { margin-top: 0 !important; margin-bottom: 27px !important; }
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .qs-compact-title + .sk-section-text,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .qs-compact-title + p { margin-top: 0 !important; margin-bottom: 44px !important; max-width: 100% !important; font-size: 18px !important; line-height: 24px !important; color: #0a1928 !important; }
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid { display: grid !important; grid-template-columns: repeat(3, 366px) !important; gap: 25px !important; justify-content: start !important; align-items: start !important; width: 100% !important; margin-top: 27px !important; }
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .value-card { width: 366px !important; height: 198px !important; min-height: 198px !important; box-sizing: border-box !important; padding: 53px 25px !important; border: 1px solid rgba(10,25,40,0.12) !important; background: #fff !important; overflow: hidden !important; }
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .value-card h4 { margin: 0 0 12px !important; font-size: 12px !important; line-height: 14px !important; letter-spacing: .02em !important; color: #eb1e28 !important; font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', Arial, sans-serif !important; font-weight: 700 !important; text-transform: uppercase !important; }
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .value-card p { margin: 0 !important; font-size: 19px !important; line-height: 22px !important; letter-spacing: 0 !important; color: #0a1928 !important; font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', Arial, sans-serif !important; font-weight: 400 !important; }
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid::after { content: '' !important; display: block !important; width: 366px !important; height: 198px !important; background: linear-gradient(#eb1e28, #eb1e28) 25px 53px / 18px 18px no-repeat, linear-gradient(#eb1e28, #eb1e28) 68px 92px / 18px 18px no-repeat, linear-gradient(#eb1e28, #eb1e28) 112px 132px / 18px 18px no-repeat !important; }
@media (max-width: 1279px) and (min-width: 769px) { body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .value-card, body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid::after { width: 100% !important; } }
@media (max-width: 768px) { body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section { padding-top: 56px !important; padding-bottom: 56px !important; } body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid { grid-template-columns: 1fr !important; gap: 18px !important; } body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .value-card { width: 100% !important; height: auto !important; min-height: 180px !important; padding: 36px 24px !important; } body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid::after { display: none !important; } }
/* =========================================================
   FIM | AJUSTE 53 CRÍTICO
   ========================================================= */


/* =========================================================
   INÍCIO | AJUSTE 54 - QUEM SOMOS: VALORES / DIFERENCIAIS / CONTEÚDOS
   Base visual: PDF aprovado da página Quem Somos.
   - Mantém a Home preservada;
   - Corrige cards de Valores;
   - Alinha decorativo dos 3 quadrados na horizontal;
   - Define espaçamento de 130px até "Por que escolher";
   - Subtítulos de Diferenciais em vermelho semibold;
   - Seção Conteúdos separada com fundo branco.
   ========================================================= */
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section {
    background: #f1f0eb !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section {
    padding-top: 100px !important;
    padding-bottom: 130px !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section > .container,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section > .container,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-content-list-section > .container {
    width: min(1160px, calc(100% - 48px)) !important;
    max-width: 1160px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .qs-compact-title,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section .section-title,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-content-list-section > .container > .section-title {
    font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', Arial, sans-serif !important;
    font-weight: 500 !important;
    color: #0a1928 !important;
    text-transform: uppercase !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .qs-compact-title {
    margin-top: 0 !important;
    margin-bottom: 27px !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .qs-compact-title + .sk-section-text,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .qs-compact-title + p {
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 44px !important;
    font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    color: #0a1928 !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 366px) !important;
    gap: 25px !important;
    justify-content: start !important;
    align-items: start !important;
    width: 100% !important;
    margin-top: 27px !important;
    margin-bottom: 0 !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .value-card {
    width: 366px !important;
    height: 198px !important;
    min-height: 198px !important;
    box-sizing: border-box !important;
    padding: 53px 25px !important;
    border: 0 !important;
    background: #fff !important;
    overflow: hidden !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .value-card h4 {
    margin: 0 0 18px !important;
    font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 19px !important;
    line-height: 21px !important;
    letter-spacing: 0 !important;
    color: #eb1e28 !important;
    text-transform: uppercase !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .value-card p {
    margin: 0 !important;
    font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 22px !important;
    letter-spacing: 0 !important;
    color: #0a1928 !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid::after {
    content: '' !important;
    display: block !important;
    width: 366px !important;
    height: 198px !important;
    background:
        linear-gradient(#eb1e28, #eb1e28) 96px 92px / 20px 20px no-repeat,
        linear-gradient(#eb1e28, #eb1e28) 158px 92px / 20px 20px no-repeat,
        linear-gradient(#eb1e28, #eb1e28) 220px 92px / 20px 20px no-repeat !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section {
    padding-top: 0 !important;
    padding-bottom: 92px !important;
    background: #f1f0eb !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section .section-title {
    margin-top: 0 !important;
    margin-bottom: 32px !important;
    font-size: 30px !important;
    line-height: 36px !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section .sk-section-text,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section > .container > p {
    max-width: 100% !important;
    margin: 0 0 58px !important;
    font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #0a1928 !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section .diferencial-block {
    margin-bottom: 38px !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section .diferencial-block h4 {
    margin: 0 0 18px !important;
    font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 19px !important;
    line-height: 23px !important;
    letter-spacing: 0 !important;
    color: #eb1e28 !important;
    text-transform: uppercase !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section .diferencial-block p {
    max-width: 100% !important;
    margin: 0 !important;
    font-family: 'BertiogaSans-Condensed', 'Bertioga Sans Condensed', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    color: #0a1928 !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-social-content-section,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-content-list-section {
    background: #fff !important;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-content-list-section > .container > .section-title {
    margin-top: 0 !important;
    margin-bottom: 42px !important;
    font-size: 30px !important;
    line-height: 36px !important;
}

@media (max-width: 1279px) and (min-width: 769px) {
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .value-card,
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid::after {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section {
        padding-top: 56px !important;
        padding-bottom: 70px !important;
    }
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .value-card {
        width: 100% !important;
        height: auto !important;
        min-height: 180px !important;
        padding: 36px 24px !important;
    }
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid::after {
        display: none !important;
    }
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section {
        padding-bottom: 64px !important;
    }
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-social-content-section,
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-content-list-section {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 54 - QUEM SOMOS
   ========================================================= */


/* =========================================================
   INÍCIO | AJUSTE 55 - CAMADA CRÍTICA: RITMO VERTICAL INTERNAS
   Base: PDF aprovado de Quem Somos.
   Objetivo:
   - evitar soma excessiva de paddings 88px + 88px entre blocos relacionados;
   - usar 65px como respiro padrão entre áreas da mesma sessão/fundo;
   - manter separação maior somente quando há troca visual real de seção/fundo.
   ========================================================= */
body:not(.home):not(.front-page):not(.page-template-page-home):not(.page-template-page-home-php) .content-section,
body:not(.home):not(.front-page):not(.page-template-page-home):not(.page-template-page-home-php) .contact-section,
body:not(.home):not(.front-page):not(.page-template-page-home):not(.page-template-page-home-php) .careers-section,
body:not(.home):not(.front-page):not(.page-template-page-home):not(.page-template-page-home-php) .privacy-section {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-history-section {
    padding-top: 65px !important;
    padding-bottom: 35px !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-social-content-section,
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-content-list-section {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

/* Distância final entre os cards de Valores e o próximo título: 65 + 65 = ~130px */
body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section .values-grid {
    margin-bottom: 0 !important;
}

body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section .section-title:first-child {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    body:not(.home):not(.front-page):not(.page-template-page-home):not(.page-template-page-home-php) .content-section,
    body:not(.home):not(.front-page):not(.page-template-page-home):not(.page-template-page-home-php) .contact-section,
    body:not(.home):not(.front-page):not(.page-template-page-home):not(.page-template-page-home-php) .careers-section,
    body:not(.home):not(.front-page):not(.page-template-page-home):not(.page-template-page-home-php) .privacy-section,
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-history-section,
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-purpose-values-section,
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-why-section {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-social-content-section,
    body.page-template-page-quem-somos:not(.home):not(.front-page) .qs-content-list-section {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }
}
/* =========================================================
   FIM | AJUSTE 55 - RITMO VERTICAL
   ========================================================= */
