/* ============================================================
   GSL ASSESSORIA CONTÁBIL — Shared Stylesheet
   Paleta (derivada da logo): #14163f indigo · #2E3192 azul-royal
   · #0EA5C4 teal · #35C6DE ciano · #F5F8FB bg
   Fontes: Playfair Display (serif) · DM Sans (sans)
============================================================ */

:root {
  --navy: #14163f;
  --navy-2: #1b1e5c;
  --blue: #2E3192;
  --blue-dark: #23256f;
  --accent: #0e97b8;      /* teal — acento em fundo claro */
  --accent-bright: #35c6de; /* ciano — acento em fundo navy */
  --logo-teal: #69ced7;     /* teal da logo — molduras de imagem */
  --bg: #f5f8fb;
  --ink: #1a202c;
  --muted: #4a5568;
  --line: #e6ecf3;
}

/* RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* TOPBAR */
.topbar { background: var(--navy); color: #fff; font-size: 12.5px; padding: 8px 0; z-index: 1000; position: relative; }
.topbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.topbar-left { grid-column: 2; justify-self: center; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; }
.topbar-item { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.88); transition: color 0.2s; }
.topbar-item:hover { color: #fff; }
.topbar-item svg { flex-shrink: 0; }
.topbar-right { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 14px; }
.topbar-social { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 4px; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); transition: background 0.2s, color 0.2s; }
.topbar-social:hover { background: var(--blue); color: #fff; }

/* NAVBAR */
.navbar { background: #fff; position: sticky; top: 0; z-index: 999; transition: box-shadow 0.3s ease; }
.navbar.scrolled { box-shadow: 0 2px 16px rgba(20,22,63,0.10); }
.navbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.navbar-logo { display: flex; align-items: center; flex-shrink: 0; }
.navbar-logo-img { display: block; height: 52px; width: auto; max-width: 210px; object-fit: contain; }
.navbar-nav { display: flex; align-items: center; gap: 26px; flex: 1; justify-content: center; }
.navbar-nav > a, .nav-dropdown > a { font-size: 14.5px; font-weight: 500; color: var(--ink); position: relative; padding-bottom: 2px; transition: color 0.2s; cursor: pointer; }
.navbar-nav > a::after, .nav-dropdown > a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--accent); transition: width 0.25s ease; }
.navbar-nav > a:hover, .nav-dropdown:hover > a { color: var(--blue); }
.navbar-nav > a:hover::after, .nav-dropdown:hover > a::after { width: 100%; }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px); background: #fff; border-radius: 8px; box-shadow: 0 12px 40px rgba(20,22,63,0.15); padding: 10px 0; min-width: 300px; opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 1000; }
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; pointer-events: all; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu a { display: block; padding: 9px 22px; font-size: 14px; color: var(--ink); transition: background 0.15s, color 0.15s; white-space: nowrap; }
.nav-dropdown-menu a:hover { background: var(--bg); color: var(--blue); }
.nav-dropdown-menu a::after { display: none; }
.nav-dropdown-menu .col-split { display: grid; grid-template-columns: 1fr 1fr; }

.btn-client { display: inline-flex; align-items: center; gap: 6px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 600; padding: 10px 20px; border-radius: 4px; white-space: nowrap; transition: background 0.2s, transform 0.2s; flex-shrink: 0; }
.btn-client:hover { background: var(--blue-dark); transform: scale(1.02); }

.navbar-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; padding: 4px; }
.navbar-hamburger span { display: block; height: 2px; background: var(--navy); border-radius: 2px; transition: 0.3s; }
.navbar-mobile-menu { display: none; flex-direction: column; background: #fff; border-top: 1px solid var(--line); padding: 16px 32px 24px; gap: 4px; max-height: 80vh; overflow-y: auto; }
.navbar-mobile-menu a { padding: 10px 0; font-size: 15px; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--line); }
.navbar-mobile-menu a:last-of-type { border-bottom: none; }
.navbar-mobile-menu .btn-client { margin-top: 12px; justify-content: center; }
.navbar-mobile-menu .mobile-submenu { padding-left: 16px; display: none; flex-direction: column; }
.navbar-mobile-menu .mobile-submenu.open { display: flex; }
.navbar-mobile-menu .mobile-submenu a { font-size: 14px; color: var(--muted); border-bottom: none; padding: 6px 0; }
.navbar-mobile-menu .mobile-toggle { display: flex; justify-content: space-between; align-items: center; }
.navbar-mobile-menu .mobile-toggle::after { content: '+'; font-size: 18px; font-weight: 300; color: var(--muted); transition: transform 0.2s; }
.navbar-mobile-menu .mobile-toggle.active::after { content: '−'; }

/* HERO INTERNO */
.hero-inner {
  background:
    linear-gradient(90deg, var(--navy) 0%, rgba(20,22,63,0.94) 32%, rgba(20,22,63,0.62) 62%, rgba(20,22,63,0.30) 100%),
    var(--hero-img, none) right center / cover no-repeat,
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  position: relative;
  overflow: hidden;
  padding: 84px 32px 76px;
  color: #fff;
}
.hero-inner::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none; z-index: 0;
}
.hero-inner-content { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; }

/* HERO com vídeo de fundo translúcido (home) — mantém grade + gradiente */
.hero-video { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); }
.hero-bg-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; opacity: 0.62; pointer-events: none;
}
.hero-video::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20,22,63,0.84) 0%, rgba(20,22,63,0.5) 46%, rgba(20,22,63,0.14) 100%),
    radial-gradient(ellipse at 72% 28%, rgba(53,198,222,0.14) 0%, transparent 58%);
}
.hero-video::before { z-index: 2; }            /* grade por cima do vídeo */
.hero-video .hero-inner-content { z-index: 3; } /* conteúdo acima de tudo */
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumb a { color: rgba(255,255,255,0.85); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--accent-bright); }
.breadcrumb span.sep { color: rgba(255,255,255,0.4); }
.hero-inner .hero-badge {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent-bright); border: 1px solid var(--accent-bright); padding: 6px 14px; border-radius: 2px; margin-bottom: 22px;
}
.hero-inner h1 {
  font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700;
  color: #fff; line-height: 1.16; margin-bottom: 20px; max-width: 900px;
}
.hero-inner h1 em { font-style: italic; color: var(--accent-bright); }
.hero-inner p.lead { font-size: 17.5px; color: #e8eef6; line-height: 1.7; max-width: 800px; margin-bottom: 32px; }
.hero-inner .hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 6px; background: var(--accent); color: #fff; font-size: 15px; font-weight: 700; padding: 14px 28px; border-radius: 4px; transition: background 0.2s, transform 0.2s; }
.btn-primary:hover { background: #0b7f99; transform: scale(1.02); }
.btn-secondary { display: inline-flex; align-items: center; gap: 6px; background: transparent; color: #fff; font-size: 15px; font-weight: 600; padding: 13px 28px; border-radius: 4px; border: 2px solid rgba(255,255,255,0.75); transition: background 0.2s, color 0.2s, transform 0.2s; }
.btn-secondary:hover { background: #fff; color: var(--navy); transform: scale(1.02); }
.btn-blue { display: inline-flex; align-items: center; gap: 6px; background: var(--blue); color: #fff; font-size: 15px; font-weight: 700; padding: 14px 28px; border-radius: 4px; transition: background 0.2s, transform 0.2s; }
.btn-blue:hover { background: var(--blue-dark); transform: scale(1.02); }
.btn-wa { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #fff; font-size: 15px; font-weight: 700; padding: 14px 28px; border-radius: 4px; transition: background 0.2s, transform 0.2s; }
.btn-wa:hover { background: #1eb355; transform: scale(1.02); }

/* SEÇÕES GENÉRICAS */
.section { padding: 84px 32px; }
.section.alt { background: #fff; }
.section.navy { background: var(--navy); color: #fff; }
.section.navy h2, .section.navy h3 { color: #fff; }
.section.navy p { color: rgba(255,255,255,0.8); }
.section-inner { max-width: 1080px; margin: 0 auto; }
.section-inner.wide { max-width: 1280px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: var(--navy); line-height: 1.2; }
.section-title.centered { text-align: center; }
.section.navy .section-title { color: #fff; }
.section-subtitle { font-size: 17px; color: var(--muted); margin-top: 12px; }
.section-subtitle.centered { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.section.navy .section-subtitle { color: rgba(255,255,255,0.75); }
.accent-divider { display: block; width: 60px; height: 3px; background: var(--accent); border-radius: 2px; margin: 18px 0 28px; }
.accent-divider.centered { margin: 18px auto 28px; }

/* PROSE */
.prose { max-width: 820px; margin: 0 auto; }
.prose.wide { max-width: 1080px; }
.prose h2 { font-family: 'Playfair Display', serif; font-size: 29px; color: var(--navy); margin: 46px 0 16px; line-height: 1.25; font-weight: 700; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: 'DM Sans', sans-serif; font-size: 20px; color: var(--navy); margin: 32px 0 12px; font-weight: 700; }
.prose p { font-size: 16.5px; color: #2d3748; line-height: 1.8; margin-bottom: 20px; }
.prose ul, .prose ol { margin: 0 0 20px 20px; }
.prose ul li, .prose ol li { font-size: 16px; color: #2d3748; line-height: 1.75; margin-bottom: 8px; list-style: disc; }
.prose ol li { list-style: decimal; }
.prose strong { color: var(--navy); font-weight: 700; }
.prose a { color: var(--blue); font-weight: 500; text-decoration: underline; }
.prose a:hover { color: var(--blue-dark); }

/* FEATURE / TWO-COL (imagem + texto) */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; max-width: 1200px; margin: 0 auto; }
.two-col.img-right .tc-img { order: 2; }
.two-col .tc-img {
  border-radius: 50%; overflow: hidden; aspect-ratio: 1 / 1;
  width: 100%; max-width: 480px; margin: 0 auto;
  border: 3px solid #fff; /* pequeno espaço entre a imagem e as listras */
  box-shadow:
    0 0 0 4px var(--logo-teal),   /* listra teal */
    0 0 0 7px #fff,               /* pequeno espaço entre as listras */
    0 0 0 11px var(--navy),       /* listra azul-escuro */
    0 22px 46px rgba(20,22,63,0.18);
}
.two-col .tc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.two-col .tc-text h2 { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--navy); line-height: 1.25; margin-bottom: 4px; font-weight: 700; }
.two-col .tc-text p { font-size: 16.5px; color: #2d3748; line-height: 1.8; margin-bottom: 20px; }
.two-col .tc-text p:last-child { margin-bottom: 0; }
.two-col .tc-text a { color: var(--blue); font-weight: 500; text-decoration: underline; }

/* FEATURE LIST (checklist) */
.feature-list { display: grid; grid-template-columns: repeat(1, 1fr); gap: 14px; margin: 24px 0; }
.feature-list.cols-2 { grid-template-columns: repeat(2, 1fr); gap: 14px 36px; }
.feature-list li { list-style: none !important; padding-left: 32px; position: relative; font-size: 15.5px; color: #2d3748; line-height: 1.6; margin-left: 0 !important; }
.feature-list li::before {
  content: ''; position: absolute; left: 0; top: 4px; width: 20px; height: 20px;
  background: var(--accent);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / contain no-repeat;
}

/* CARDS GRID */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.cards-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cards-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 30px 24px; display: flex; flex-direction: column; transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; }
.card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(46,49,146,0.12); }
.card-icon { width: 52px; height: 52px; background: #e7f6f9; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--accent); flex-shrink: 0; }
.card h3 { font-family: 'DM Sans', sans-serif; font-size: 17.5px; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.3; }
.card p { font-size: 14.5px; color: var(--muted); line-height: 1.65; flex: 1; margin-bottom: 18px; }
.card-link { font-size: 14px; font-weight: 700; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; margin-top: auto; }
.card-link:hover { text-decoration: underline; }
.cards-intro { max-width: 760px; margin: 14px auto 0; text-align: center; }
.cards-intro p { font-size: 16.5px; color: var(--muted); line-height: 1.7; margin-bottom: 10px; }
.cards-intro p:last-child { margin-bottom: 0; }

/* ============================================================
   BLOCO — faixa navy com número grande
============================================================ */
.bloco-band { background: var(--navy); padding: 84px 32px; position: relative; overflow: hidden; }
.bloco-band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 40px 40px;
}
.bloco-band-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.bloco-band-h { font-family: 'Playfair Display', serif; font-size: 31px; font-weight: 700; color: #fff; line-height: 1.25; text-align: center; margin-bottom: 32px; }
.bloco-band-card { background: rgba(105,206,215,0.09); border: 1.5px solid var(--logo-teal); border-radius: 18px; padding: 38px 44px; box-shadow: 0 0 0 4px rgba(105,206,215,0.06), 0 24px 52px rgba(0,0,0,0.30); }
.bloco-band-text h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 16px; }
.bloco-band-text p { font-size: 16.5px; line-height: 1.8; color: rgba(255,255,255,0.82); margin-bottom: 20px; }
.bloco-band-text p:last-child { margin-bottom: 0; }
.bloco-band-text strong { color: #fff; font-weight: 700; }
.bloco-band-text a { color: var(--accent-bright); text-decoration: none; border-bottom: 1px solid rgba(53,198,222,0.4); }
.bloco-band-text a:hover { border-bottom-color: var(--accent-bright); }
.bloco-band-text .feature-list li { color: rgba(255,255,255,0.86); }
.bloco-band-text .feature-list li::before { background: var(--accent-bright); }
.bloco-band-text .link-chips li a { background: rgba(255,255,255,0.1); color: #fff; }
.bloco-band-text .link-chips li a:hover { background: var(--accent-bright); color: var(--navy); }

/* ============================================================
   BLOCO — comparação "mercado tech-first x jeito GSL" (navy, destaque)
============================================================ */
.bloco-compare { position: relative; overflow: hidden; padding: 88px 32px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); }
.bloco-compare::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 40px 40px;
}
.bloco-compare-inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; }
.bloco-compare h2 { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: #fff; text-align: center; line-height: 1.25; }
.bloco-compare-lead { text-align: center; max-width: 780px; margin: 16px auto 0; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.78); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 46px; }
.compare-card { border-radius: 16px; padding: 32px 30px; }
.compare-neg { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); }
.compare-gsl { background: rgba(105,206,215,0.10); border: 1.5px solid var(--logo-teal); box-shadow: 0 0 0 4px rgba(105,206,215,0.08), 0 22px 46px rgba(0,0,0,0.28); }
.compare-card h3 { font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 22px; }
.compare-neg h3 { color: rgba(255,255,255,0.55); }
.compare-gsl h3 { color: var(--logo-teal); }
.compare-card ul { display: flex; flex-direction: column; gap: 15px; }
.compare-card li { position: relative; padding-left: 36px; font-size: 15.5px; line-height: 1.5; color: rgba(255,255,255,0.86); }
.compare-card li::before { content: ''; position: absolute; left: 0; top: 0; width: 23px; height: 23px; background-size: contain; background-repeat: no-repeat; }
.compare-neg li::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%23ffffff' fill-opacity='0.14'/><path d='M8 8l8 8M16 8l-8 8' stroke='%23ffffff' stroke-opacity='0.65' stroke-width='2.2' stroke-linecap='round' fill='none'/></svg>"); }
.compare-gsl li::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%2369ced7'/><path d='M7 12.5l3.2 3.2L17 8.5' stroke='%2314163f' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>"); }
.bloco-compare-quote { text-align: center; max-width: 840px; margin: 44px auto 0; padding-top: 34px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.82); }
.bloco-compare-quote strong { color: #fff; font-weight: 700; }
@media (max-width: 768px) {
  .bloco-compare { padding: 60px 20px; }
  .bloco-compare h2 { font-size: 24px; }
  .compare-grid { grid-template-columns: 1fr; gap: 16px; }
  .compare-card { padding: 26px 24px; }
  .bloco-compare-quote { font-size: 16.5px; }
}

/* ============================================================
   BLOCO — Missão, Visão e Valores (navy, 2 colunas)
============================================================ */
.bloco-mvv { position: relative; overflow: hidden; padding: 88px 32px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); }
.bloco-mvv::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px); background-size: 40px 40px; }
.mvv-grid { position: relative; z-index: 1; max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 0.95fr; gap: 56px; align-items: center; }
.mvv-eyebrow { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--logo-teal); margin-bottom: 14px; }
.mvv-text h2 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; color: #fff; line-height: 1.28; margin-bottom: 18px; }
.mvv-text p { font-size: 16.5px; line-height: 1.8; color: rgba(255,255,255,0.8); margin-bottom: 18px; text-align: justify; }
.mvv-text p:last-child { margin-bottom: 0; }
.mvv-cards { display: flex; flex-direction: column; gap: 16px; }
.mvv-card { display: flex; gap: 18px; align-items: flex-start; background: rgba(105,206,215,0.09); border: 1.5px solid rgba(105,206,215,0.55); border-radius: 14px; padding: 24px 26px; box-shadow: 0 14px 34px rgba(0,0,0,0.22); }
.mvv-ic { flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px; background: rgba(105,206,215,0.16); color: var(--logo-teal); display: flex; align-items: center; justify-content: center; }
.mvv-card-body h3 { font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.6px; }
.mvv-card-body p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,0.78); }
@media (max-width: 900px) {
  .mvv-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  .bloco-mvv { padding: 60px 20px; }
  .mvv-text h2 { font-size: 24px; }
  .mvv-card { padding: 20px 22px; gap: 14px; }
}

/* ============================================================
   BLOCO — card com ícone (callout)
============================================================ */
.bloco-callout { background: var(--bg); padding: 84px 32px; }
.bloco-callout-card { max-width: 920px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: 14px; padding: 36px 40px; display: flex; gap: 26px; box-shadow: 0 10px 34px rgba(20,22,63,0.06); }
.bloco-callout-icon { flex-shrink: 0; width: 56px; height: 56px; border-radius: 14px; background: #e7f6f9; color: var(--accent); display: flex; align-items: center; justify-content: center; }
.bloco-callout-body h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 16px; }
.bloco-callout-body p { font-size: 16.5px; line-height: 1.8; color: #2d3748; margin-bottom: 20px; }
.bloco-callout-body p:last-child { margin-bottom: 0; }
.bloco-callout-body strong { color: var(--navy); font-weight: 700; }
.bloco-callout-body a { color: var(--blue); text-decoration: underline; }
.bloco-callout-body a:hover { color: var(--blue-dark); }
.bloco-callout-body .link-chips { margin-top: 10px; }

/* ============================================================
   BLOCO — seção azul-clara (cor da logo) com mapa de São Paulo
============================================================ */
.bloco-blue { background: linear-gradient(135deg, #eaf5fb 0%, #d6ebf6 100%); padding: 84px 32px; }
.bloco-blue-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 0.8fr; gap: 52px; align-items: center; }
.bloco-blue-text h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 16px; }
.bloco-blue-text p { font-size: 16.5px; line-height: 1.8; color: #2d3748; margin-bottom: 20px; }
.bloco-blue-text p:last-child { margin-bottom: 0; }
.bloco-blue-text strong { color: var(--navy); font-weight: 700; }
.bloco-blue-map { display: flex; justify-content: center; }
.bloco-blue-map img { width: 100%; max-width: 400px; height: auto; filter: drop-shadow(0 14px 26px rgba(20,22,63,0.18)); }

/* ============================================================
   BLOCO — sócio/responsável técnico (foto do dono + texto)
============================================================ */
.bloco-owner { background: var(--bg); padding: 84px 32px; }
.bloco-owner-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 0.72fr 1fr; gap: 52px; align-items: center; }
.bloco-owner-frame {
  border-radius: 50%; overflow: hidden; aspect-ratio: 1 / 1;
  width: 100%; max-width: 420px; margin: 0 auto;
  border: 3px solid #fff;
  box-shadow:
    0 0 0 4px var(--logo-teal),
    0 0 0 7px #fff,
    0 0 0 11px var(--navy),
    0 22px 46px rgba(20,22,63,0.18);
}
.bloco-owner-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bloco-owner-cap { margin-top: 16px; text-align: center; }
.bloco-owner-cap strong { display: block; color: var(--navy); font-size: 16px; font-weight: 700; }
.bloco-owner-cap span { display: block; color: var(--muted); font-size: 13px; margin-top: 3px; }
.bloco-owner-text h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 16px; }
.bloco-owner-text p { font-size: 16.5px; line-height: 1.8; color: #2d3748; margin-bottom: 20px; }
.bloco-owner-text p:last-child { margin-bottom: 0; }
.bloco-owner-text strong { color: var(--navy); font-weight: 700; }
.bloco-owner-text a { color: var(--blue); text-decoration: underline; }

/* ============================================================
   Texto de leitura justificado (exceto heros) — sem hifenização
============================================================ */
.prose p,
.two-col .tc-text p,
.bloco-band-text p,
.bloco-callout-body p,
.bloco-blue-text p,
.bloco-owner-text p,
.card p,
.faq-item > p,
.contact-info-item p,
.s-author-bio {
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  word-break: normal;
  overflow-wrap: break-word;
}

/* ============================================================
   TLDR "Em resumo"
============================================================ */
.s-tldr { background: linear-gradient(180deg, #f8fbfd 0%, #eef4f9 100%); border-left: 4px solid var(--accent); padding: 40px 56px; margin: 0 auto; max-width: 920px; border-radius: 0 12px 12px 0; box-shadow: 0 2px 12px rgba(20,22,63,0.06); }
.s-tldr-label { font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #0b7d99; margin: 0 0 12px; } /* teal escurecido p/ contraste AA em texto pequeno */
.s-tldr-title { font-family: 'Playfair Display', serif; font-size: 26px; line-height: 1.25; color: var(--navy); margin: 0 0 24px; font-weight: 700; }
.s-tldr-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.s-tldr-list li { font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.55; color: var(--ink); padding-left: 22px; position: relative; }
.s-tldr-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }
.s-tldr-list li strong { color: var(--navy); font-weight: 700; }

/* ============================================================
   SEÇÃO "Em resumo" wrapper + FAQ + Para aprofundar + serviços
============================================================ */
.section-tldr { padding: 64px 32px 48px; }

/* FAQ */
.s-faq { padding: 84px 32px 36px; background: var(--bg); }
.s-faq > h2 { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: var(--navy); text-align: center; max-width: 820px; margin: 0 auto; }
.s-faq .faq-item, .faq-item { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 4px 26px; transition: border-color 0.2s; max-width: 820px; margin: 0 auto; }
.s-faq { display: block; }
.s-faq .faq-item { margin: 14px auto 0; }
.s-faq .faq-item:first-of-type { margin-top: 36px; }
.faq-item:hover { border-color: var(--blue); }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q-title { font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 600; color: var(--navy); margin: 0; line-height: 1.4; }
.faq-item summary::after { content: '+'; font-size: 24px; font-weight: 300; color: var(--blue); transition: transform 0.2s; flex-shrink: 0; }
.faq-item[open] summary::after { content: '−'; }
.faq-item > p { margin: 0 0 20px; font-size: 15.5px; color: #2d3748; line-height: 1.75; }

/* Para aprofundar */
/* Para aprofundar — seção separada e discreta (fundo branco próprio) */
.section-related { padding: 52px 32px 52px; background: #fff; }
.post-related { max-width: 820px; margin: 0 auto; padding: 0; }
.post-related h2 { font-family: 'DM Sans', sans-serif; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; color: var(--muted); margin: 24px 0 14px; }
.post-related ul { display: flex; flex-direction: column; gap: 9px; }
.post-related li { font-size: 14px; color: var(--muted); line-height: 1.55; padding-left: 22px; position: relative; }
.post-related li::before { content: '→'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.post-related a { color: var(--blue); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(46,49,146,0.2); }
.post-related a:hover { border-bottom-color: var(--blue); }

/* Lista de serviços (hub) */
.services-list { max-width: 900px; margin: 0 auto; }
.services-list ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.services-list li { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px 22px; font-size: 15px; color: var(--muted); line-height: 1.5; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; }
.services-list li:hover { border-color: var(--blue); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(20,22,63,0.08); }
.services-list a { color: var(--navy); font-weight: 700; display: block; margin-bottom: 3px; }
.services-list a:hover { color: var(--blue); }

/* Inline link chips (blocos com listas <ul>) */
.link-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 8px; padding: 0; }
.link-chips li { list-style: none !important; margin: 0 !important; }
.link-chips li a { display: inline-block; background: #e7f6f9; color: var(--blue-dark); font-weight: 600; font-size: 14.5px; padding: 8px 16px; border-radius: 40px; text-decoration: none; transition: background 0.2s, color 0.2s; }
.link-chips li a:hover { background: var(--blue); color: #fff; }

/* CTA BAND */
.cta-band {
  background:
    radial-gradient(ellipse at 25% 50%, rgba(46,49,146,0.30) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 30%, rgba(53,198,222,0.14) 0%, transparent 45%),
    linear-gradient(135deg, rgba(20,22,63,0.97) 0%, rgba(20,22,63,0.90) 40%, rgba(20,22,63,0.82) 100%),
    var(--cta-img, none) center / cover no-repeat,
    var(--navy);
  padding: 80px 32px; text-align: center; color: #fff; position: relative; overflow: hidden;
}
.cta-band::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
.cta-band-inner { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }
.cta-band h2 { font-family: 'Playfair Display', serif; font-size: 32px; color: #fff; margin-bottom: 16px; line-height: 1.25; }
.cta-band p.cta-final { font-size: 18px; color: rgba(255,255,255,0.9); margin: 0 auto 28px; line-height: 1.7; }
.cta-band p.cta-final a { color: var(--accent-bright); font-weight: 700; border-bottom: 1px solid rgba(53,198,222,0.4); }
.cta-band p.cta-final a:hover { border-bottom-color: var(--accent-bright); }
.cta-band .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   BYLINE E-E-A-T — card pequeno e discreto, abaixo do FAQ
============================================================ */
.s-author { background: var(--bg); padding: 16px 32px 64px; }
.s-author-inner {
  max-width: 820px; margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 10px;
  padding: 20px 24px;
  box-shadow: 0 2px 10px rgba(20,22,63,0.04);
}
.s-author-text { display: flex; flex-direction: column; gap: 7px; }
.s-author-role { font-family: 'DM Sans', sans-serif; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--accent); margin: 0; }
.s-author-name { font-family: 'DM Sans', sans-serif; font-size: 14.5px; font-weight: 700; line-height: 1.45; color: var(--navy); margin: 0; }
.s-author-bio { font-family: 'DM Sans', sans-serif; font-size: 13px; line-height: 1.6; color: var(--muted); margin: 0; }
.s-author-bio strong { color: var(--navy); font-weight: 700; }
.s-author-bio a { color: var(--blue); text-decoration: none; border-bottom: 1px solid rgba(46,49,146,0.25); transition: border-color 0.2s; }
.s-author-bio a:hover { border-bottom-color: var(--blue); }
.s-author-meta { font-size: 12px; color: #9aa5b5; margin: 2px 0 0; }

/* CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; max-width: 1180px; margin: 0 auto; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 22px; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-info-item .icon { width: 44px; height: 44px; background: #e7f6f9; color: var(--accent); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-item h4 { font-size: 13px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 4px; }
.contact-info-item p, .contact-info-item a { font-size: 15.5px; color: #2d3748; line-height: 1.55; }
.contact-info-item a:hover { color: var(--blue); }
.contact-form-card { background: #fff; border-radius: 12px; padding: 38px 34px; box-shadow: 0 12px 48px rgba(20,22,63,0.09); border: 1px solid var(--line); }
.contact-form-card h3 { font-family: 'Playfair Display', serif; font-size: 23px; color: var(--navy); margin-bottom: 18px; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form .form-group { display: flex; flex-direction: column; gap: 6px; }
.contact-form label { font-size: 13.5px; font-weight: 600; color: var(--muted); }
.contact-form input, .contact-form select, .contact-form textarea { font-family: inherit; font-size: 15px; color: var(--ink); border: 1.5px solid var(--line); border-radius: 6px; padding: 11px 14px; background: var(--bg); outline: none; transition: border-color 0.2s, background 0.2s; width: 100%; }
.contact-form textarea { resize: vertical; min-height: 100px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); background: #fff; }
.contact-form button[type="submit"] { margin-top: 8px; background: var(--blue); color: #fff; font-size: 16px; font-weight: 700; padding: 14px; border-radius: 6px; cursor: pointer; transition: background 0.2s, transform 0.2s; }
.contact-form button[type="submit"]:hover { background: var(--blue-dark); transform: scale(1.01); }

/* MAP */
.map-wrap { max-width: 1280px; margin: 0 auto; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 40px rgba(20,22,63,0.1); }
.map-wrap iframe { display: block; width: 100%; height: 420px; border: 0; }

/* MODAL */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; }
.modal-overlay.active { opacity: 1; pointer-events: all; }
.modal-card { background: #fff; border-radius: 12px; max-width: 560px; width: 100%; padding: 44px 40px 36px; position: relative; transform: translateY(20px); transition: transform 0.25s ease; max-height: 92vh; overflow-y: auto; }
.modal-overlay.active .modal-card { transform: translateY(0); }
.modal-close { position: absolute; top: 16px; right: 20px; font-size: 26px; color: var(--muted); line-height: 1; }
.modal-close:hover { color: var(--navy); }
.modal-title { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--navy); margin-bottom: 20px; }

/* ============================================================
   BLOG — cards, carrossel (home), grid (arquivo), página do artigo
============================================================ */
.blog-carousel { display: flex; gap: 26px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
.blog-carousel::-webkit-scrollbar { height: 6px; }
.blog-carousel::-webkit-scrollbar-track { background: transparent; }
.blog-carousel::-webkit-scrollbar-thumb { background: rgba(46,49,146,0.22); border-radius: 3px; }
.blog-carousel .article-card { flex: 0 0 calc((100% - 52px) / 3); scroll-snap-align: start; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.article-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.article-card:hover { transform: translateY(-4px); border-color: var(--blue); box-shadow: 0 16px 44px rgba(20,22,63,0.12); }
.article-card-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg); }
.article-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.article-card:hover .article-card-img img { transform: scale(1.05); }
.article-card-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.article-card-cat { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--accent); margin-bottom: 12px; }
.article-card h3 { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 12px; }
.article-card p { font-size: 15px; color: var(--muted); line-height: 1.6; flex: 1; margin-bottom: 18px; }
.article-card-link { font-size: 14.5px; font-weight: 700; color: var(--blue); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }

/* Layout duas colunas (arquivo + leitura) */
.blog-layout { display: grid; grid-template-columns: 1fr 330px; gap: 48px; max-width: 1200px; margin: 0 auto; align-items: start; }
.blog-main { min-width: 0; }
.blog-main .prose { max-width: 100%; }
.blog-main .article-featured { max-width: 100%; }
.blog-sidebar { display: flex; flex-direction: column; gap: 22px; position: sticky; top: 96px; }

/* ============================================================
   BLOG NA HOME — card promo + grade 2x2 de artigos
============================================================ */
.home-blog { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 340px 1fr; gap: 48px; align-items: stretch; }
.home-blog-promo {
  position: relative; border-radius: 16px; overflow: hidden; display: flex; align-items: flex-end;
  min-height: 420px; background: var(--navy);
}
.home-blog-promo-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform 0.55s ease; }
.home-blog-promo::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,22,63,0.25) 0%, rgba(20,22,63,0.55) 45%, rgba(20,22,63,0.92) 100%); }
.home-blog-promo:hover .home-blog-promo-bg { transform: scale(1.07); }
.home-blog-promo-inner { position: relative; z-index: 2; padding: 40px 34px; }
.home-blog-promo h2 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 14px; }
.home-blog-promo p { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.6; margin-bottom: 24px; }
.btn-promo { display: inline-flex; align-items: center; background: var(--accent); color: #fff; font-size: 15px; font-weight: 700; padding: 13px 26px; border-radius: 6px; transition: background 0.2s, transform 0.2s; }
.btn-promo:hover { background: #0b7f99; transform: scale(1.02); }

.home-blog-main { min-width: 0; }
.home-blog-kicker { display: inline-flex; align-items: center; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--accent); }
.home-blog-kicker::before { content: ''; display: inline-block; width: 4px; height: 18px; background: var(--navy); border-radius: 2px; margin-right: 12px; }
.home-blog-title { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: var(--navy); line-height: 1.2; margin: 14px 0 34px; }
.home-blog-list { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 44px; }
.home-blog-item { display: grid; grid-template-columns: 118px 1fr; gap: 18px; align-items: start; text-decoration: none; }
.home-blog-thumb { width: 118px; height: 118px; border-radius: 10px; overflow: hidden; background: var(--bg); flex-shrink: 0; }
.home-blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.home-blog-item:hover .home-blog-thumb img { transform: scale(1.06); }
.home-blog-item h3 { font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: 8px; transition: color 0.2s; }
.home-blog-item:hover h3 { color: var(--blue); }
.home-blog-date { display: block; font-size: 13.5px; font-weight: 600; color: var(--accent); margin-bottom: 12px; }
.home-blog-more { display: inline-block; font-size: 14px; font-weight: 700; color: var(--navy); }
.home-blog-item:hover .home-blog-more { color: var(--blue); }

@media (max-width: 980px) {
  .home-blog { grid-template-columns: 1fr; gap: 36px; }
  .home-blog-promo { min-height: 300px; }
}
@media (max-width: 680px) {
  .home-blog-list { grid-template-columns: 1fr; gap: 24px; }
  .home-blog-title { font-size: 27px; }
}
@media (max-width: 420px) {
  .home-blog-item { grid-template-columns: 92px 1fr; gap: 14px; }
  .home-blog-thumb { width: 92px; height: 92px; }
}

/* Paginação do blog (WordPress) */
.blog-pagination { margin-top: 36px; }
.blog-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.blog-pagination li { list-style: none; }
.blog-pagination a, .blog-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--navy); font-size: 14px; font-weight: 600; transition: border-color 0.2s, background 0.2s, color 0.2s; }
.blog-pagination a:hover { border-color: var(--blue); color: var(--blue); }
.blog-pagination .current { background: var(--blue); border-color: var(--blue); color: #fff; }

/* Barra de busca do blog */
.blog-search { position: relative; margin-bottom: 28px; }
.blog-search svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.blog-search input { width: 100%; padding: 14px 16px 14px 46px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; font-family: inherit; font-size: 15px; color: var(--ink); outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.blog-search input::placeholder { color: var(--muted); }
.blog-search input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(46,49,146,0.08); }
.blog-search input::-webkit-search-cancel-button { cursor: pointer; }
.blog-noresults { text-align: center; color: var(--muted); font-size: 15px; padding: 44px 0; }

/* Lista de artigos (arquivo) — linhas */
.article-list { display: flex; flex-direction: column; gap: 24px; }
.article-row { display: grid; grid-template-columns: 210px 1fr; gap: 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.article-row:hover { transform: translateY(-3px); border-color: var(--blue); box-shadow: 0 14px 40px rgba(20,22,63,0.10); }
.article-row-img { overflow: hidden; background: var(--bg); }
.article-row-img img { width: 100%; height: 100%; object-fit: cover; min-height: 180px; transition: transform 0.4s ease; }
.article-row:hover .article-row-img img { transform: scale(1.05); }
.article-row-body { padding: 22px 24px 22px 0; display: flex; flex-direction: column; }
.article-row-body h3 { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 10px; }
.article-row-body p { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.article-row-meta { margin-top: auto; display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; color: var(--muted); }
.article-row-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-row-meta svg { color: var(--accent); }

/* Sidebar cards */
.side-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px; }
.side-title { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--navy); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.side-cta { background: linear-gradient(150deg, var(--navy) 0%, var(--navy-2) 100%); border: none; color: #fff; text-align: center; }
.side-cta-ic { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(105,206,215,0.16); color: var(--logo-teal); margin-bottom: 12px; }
.side-cta-ic svg { width: 24px; height: 24px; }
.side-cta h3 { font-family: 'Playfair Display', serif; font-size: 21px; color: #fff; margin-bottom: 8px; }
.side-cta p { font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.6; margin-bottom: 18px; }
.side-cta-btn { width: 100%; justify-content: center; }
.side-facts { display: flex; flex-direction: column; gap: 11px; margin-bottom: 16px; }
.side-facts li { position: relative; padding-left: 26px; font-size: 14px; color: #2d3748; line-height: 1.45; }
.side-facts li::before { content: ''; position: absolute; left: 0; top: 3px; width: 16px; height: 16px; background: var(--accent); -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat; }
.side-link { font-size: 14px; font-weight: 700; color: var(--blue); }
.side-link:hover { text-decoration: underline; }
.side-posts { display: flex; flex-direction: column; gap: 16px; }
.side-posts li a { display: grid; grid-template-columns: 64px 1fr; gap: 12px; align-items: center; }
.side-post-thumb { width: 64px; height: 56px; border-radius: 8px; overflow: hidden; background: var(--bg); }
.side-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.side-post-cat { display: block; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: var(--accent); margin-bottom: 3px; }
.side-post-t { display: block; font-size: 13.5px; font-weight: 600; color: var(--navy); line-height: 1.35; }
.side-posts li a:hover .side-post-t { color: var(--blue); }

@media (max-width: 900px) {
  .blog-layout { grid-template-columns: 1fr; gap: 40px; }
  .blog-sidebar { position: static; }
  .article-row { grid-template-columns: 150px 1fr; }
  .article-row-body { padding: 18px 18px 18px 0; }
  .article-row-body h3 { font-size: 18px; }
}
@media (max-width: 560px) {
  .article-row { grid-template-columns: 1fr; }
  .article-row-img img { min-height: 200px; }
  .article-row-body { padding: 20px 22px; }
}

/* Continue lendo — compacto e discreto */
.section-related-blog { padding: 52px 32px; background: var(--bg); }
.related-blog-title { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; color: var(--muted); text-align: center; margin-bottom: 26px; }
.related-compact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 980px; margin: 0 auto; }
.related-row { display: grid; grid-template-columns: 88px 1fr; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px; text-decoration: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.related-row:hover { border-color: var(--blue); box-shadow: 0 8px 24px rgba(20,22,63,0.08); }
.related-row-img { width: 88px; height: 72px; border-radius: 8px; overflow: hidden; background: var(--bg); }
.related-row-img img { width: 100%; height: 100%; object-fit: cover; }
.related-row-cat { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: var(--accent); margin-bottom: 4px; }
.related-row-body h4 { font-family: 'DM Sans', sans-serif; font-size: 13.5px; font-weight: 700; color: var(--navy); line-height: 1.35; }
.related-row:hover .related-row-body h4 { color: var(--blue); }
@media (max-width: 768px) {
  .section-related-blog { padding: 40px 20px; }
  .related-compact { grid-template-columns: 1fr; max-width: 460px; gap: 12px; }
}

.article-hero h1 { max-width: 900px; }
.article-meta { font-size: 14px; color: rgba(255,255,255,0.72); margin-top: 8px; }
.article-featured { border-radius: 16px; overflow: hidden; margin: 0 auto 44px; max-width: 820px; border: 3px solid var(--logo-teal); box-shadow: 0 0 0 4px #fff, 0 18px 44px rgba(20,22,63,0.14); }
.article-featured img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }

@media (max-width: 1000px) {
  .blog-carousel .article-card { flex: 0 0 72%; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .blog-carousel .article-card { flex: 0 0 82%; }
  .blog-grid { grid-template-columns: 1fr; }
  .article-card h3 { font-size: 19px; }
}

/* FADE-UP */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }
.fade-up-delay-3 { transition-delay: 0.3s; }

/* FOOTER */
.footer { background: var(--navy); padding: 68px 32px 0; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1.2fr 1fr 1.4fr; gap: 48px; padding-bottom: 52px; }
.footer-logo-chip { display: inline-block; background: #fff; border-radius: 10px; padding: 12px 16px; margin-bottom: 18px; }
.footer-logo-img { display: block; height: 56px; width: auto; max-width: 200px; object-fit: contain; }
.footer-tagline { font-size: 14px; color: #9baec8; line-height: 1.65; margin-bottom: 22px; max-width: 320px; }
.footer-cnpj { font-size: 13px; color: #7d8bab; }
.footer-socials { display: flex; gap: 10px; margin-top: 14px; }
.footer-social { width: 34px; height: 34px; border-radius: 6px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.65); transition: background 0.2s, color 0.2s; }
.footer-social:hover { background: var(--blue); color: #fff; }
.footer-col-title { font-size: 14px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: #9baec8; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #9baec8; margin-bottom: 12px; line-height: 1.5; }
.footer-contact-item svg { flex-shrink: 0; margin-top: 2px; color: var(--accent-bright); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; text-align: center; }
.footer-bottom-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.footer-bottom p { font-size: 13px; color: #9baec8; }

/* WHATSAPP FLOAT */
.whatsapp-float { position: fixed; bottom: 32px; right: 32px; z-index: 9998; width: 58px; height: 58px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(37,211,102,0.40); transition: transform 0.2s, box-shadow 0.2s; }
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 10px 32px rgba(37,211,102,0.55); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .cards-grid, .cards-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; gap: 36px; }
  .two-col.img-right .tc-img { order: -1; }
  .two-col .tc-img { max-width: 340px; }
  .bloco-owner-frame { max-width: 320px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .feature-list { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .navbar-nav { gap: 16px; }
  .hero-inner h1 { font-size: 37px; }
}
@media (max-width: 768px) {
  .topbar { display: none; }
  .navbar-nav { display: none; }
  .btn-client.desktop-only { display: none; }
  .navbar-hamburger { display: flex; }
  .navbar-mobile-menu.open { display: flex; }
  .section, .s-faq { padding: 60px 20px; }
  .bloco-band { padding: 60px 20px; }
  .bloco-band-h { font-size: 23px; margin-bottom: 24px; }
  .bloco-band-card { padding: 26px 22px; }
  .bloco-band-text h2 { font-size: 23px; }
  .bloco-callout { padding: 60px 20px; }
  .bloco-callout-card { flex-direction: column; gap: 18px; padding: 28px 24px; }
  .bloco-callout-body h2 { font-size: 23px; }
  .bloco-blue { padding: 60px 20px; }
  .bloco-blue-inner { grid-template-columns: 1fr; gap: 28px; }
  .bloco-blue-text h2 { font-size: 23px; }
  .bloco-blue-map { order: -1; }
  .bloco-blue-map img { max-width: 260px; }
  .bloco-owner { padding: 60px 20px; }
  .bloco-owner-inner { grid-template-columns: 1fr; gap: 28px; }
  .bloco-owner-photo { max-width: 320px; margin: 0 auto; }
  .bloco-owner-text h2 { font-size: 23px; }
  .section-tldr { padding: 48px 20px 36px; }
  .section-related { padding: 44px 20px 44px; }
  .cta-band { padding: 56px 20px; }
  .hero-inner { padding: 56px 20px; }
  .hero-inner h1 { font-size: 29px; }
  .hero-inner p.lead { font-size: 15.5px; }
  .section-title { font-size: 27px; }
  .cards-grid, .cards-grid.cols-4, .cards-grid.cols-2 { grid-template-columns: 1fr; }
  .services-list ul { grid-template-columns: 1fr; }
  .s-tldr { padding: 28px 24px; border-radius: 0; max-width: 100%; }
  .s-tldr-title { font-size: 21px; }
  .s-author { padding: 12px 20px 48px; }
  .s-author-inner { padding: 18px 20px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer { padding: 52px 20px 0; }
  .contact-form-card { padding: 26px 22px; }
  .whatsapp-float { bottom: 20px; right: 20px; width: 52px; height: 52px; }
  .modal-card { padding: 32px 22px 28px; }
  .cta-band h2 { font-size: 26px; }
}
