/* ============================================================
   TECH4YOU — Site institucional (landing)
   Layout base — cores e tipografia no padrão do painel
   ============================================================ */
:root {
  --preto:       #0b0b0d;
  --preto-2:     #131316;
  --preto-3:     #1b1c20;
  --verde:       #2ecc40;
  --verde-claro: #3ddc55;
  --verde-btn:   #37d052;
  --whats:       #25d366;
  --creme:       #f4f3ee;
  --creme-2:     #eceae1;
  --card:        #ffffff;
  --borda:       #e6e8eb;
  --texto:       #16181c;
  --texto-2:     #5b6472;
  --texto-inv:   #d7dae0;
  --raio:        14px;
  --raio-lg:     22px;
  --sombra:      0 4px 24px rgba(0,0,0,.06);
  --sombra-card: 0 18px 50px rgba(0,0,0,.35);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  background: var(--creme);
  color: var(--texto);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

svg { width: 20px; height: 20px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 40px);
}
.verde { color: var(--verde); }

/* ===== BOTÕES ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: none; cursor: pointer;
  font-family: inherit; font-size: 15px; font-weight: 600;
  padding: 11px 20px; border-radius: 10px;
  transition: transform .15s, background .15s, box-shadow .15s, border-color .15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; }

.btn-verde { background: var(--verde-btn); color: #06210c; }
.btn-verde:hover { background: var(--verde-claro); }

.btn-whats { background: var(--verde-btn); color: #06210c; }
.btn-whats:hover { background: var(--verde-claro); box-shadow: 0 8px 24px rgba(55,208,82,.35); }

.btn-outline {
  background: transparent; color: var(--texto);
  border: 1.5px solid #cfd2cc;
}
.btn-outline:hover { border-color: var(--texto); background: rgba(0,0,0,.03); }

.btn-lg { padding: 15px 26px; font-size: 16px; border-radius: 12px; }
.btn .seta { margin-left: 4px; }

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: var(--preto);
  color: #fff;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: clamp(64px, 6vw, 82px); gap: clamp(14px, 1.6vw, 26px);
}

/* Marca */
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo {
  width: clamp(36px, 3.2vw, 44px); height: clamp(36px, 3.2vw, 44px); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 11px;
  background: rgba(46,204,64,.14);
  color: var(--verde);
}
.brand-logo svg { width: 60%; height: 60%; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-size: clamp(18px, 1.6vw, 22px); font-weight: 800; letter-spacing: .3px; }
.brand-4 { color: var(--verde); }
.brand-sub { font-size: clamp(10px, .85vw, 11px); color: #8b909a; font-weight: 500; }

/* Navegação */
.nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.nav a {
  font-size: clamp(13px, 1.05vw, 15px); font-weight: 500; color: #c9cdd3;
  padding: 6px 0; position: relative; white-space: nowrap;
}
.nav a:hover { color: #fff; }
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px; background: var(--verde); transition: width .2s;
}
.nav a:hover::after { width: 100%; }

/* Ações */
.header-actions { display: flex; align-items: center; gap: 20px; }
.atendimento-local {
  display: flex; align-items: center; gap: 9px;
  font-size: 12px; color: #9aa0aa; line-height: 1.25;
}
.atendimento-local strong { color: #fff; font-weight: 600; }
.ponto-verde {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--verde);
  box-shadow: 0 0 0 4px rgba(46,204,64,.18);
  flex-shrink: 0;
}

/* Hambúrguer (mobile) */
.menu-hamburguer {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.menu-hamburguer span {
  width: 24px; height: 2px; background: #fff; border-radius: 2px;
  transition: .2s;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: linear-gradient(180deg, #f6f5f0 0%, var(--creme) 100%);
  position: relative; overflow: hidden;
}
.hero-inner {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(28px, 3.5vw, 48px); align-items: center;
  padding: clamp(40px, 5vw, 68px) clamp(18px, 3vw, 40px) clamp(48px, 5.5vw, 74px);
}

.hero-texto h1 {
  font-size: clamp(2rem, 3.7vw, 3.75rem); font-weight: 800; line-height: 1.04;
  letter-spacing: -1px; color: var(--preto);
}
.hero-desc { margin-top: clamp(16px, 1.6vw, 22px); font-size: clamp(15px, 1.15vw, 17px); color: var(--texto-2); }

/* Selos */
.hero-selos {
  display: flex; flex-wrap: wrap; gap: clamp(18px, 2.4vw, 34px); margin: clamp(24px, 2.6vw, 34px) 0 clamp(22px, 2.4vw, 30px);
}
.hero-selos li {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; font-weight: 600; line-height: 1.2;
}
.selo-ico {
  width: 42px; height: 42px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px; background: rgba(46,204,64,.12); color: var(--verde);
}

/* Botões do hero */
.hero-botoes { display: flex; flex-wrap: wrap; gap: 14px; }

/* Localização */
.hero-local {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 26px; padding: 9px 16px;
  background: #fff; border: 1px solid var(--borda); border-radius: 30px;
  font-size: 14px; font-weight: 500; color: var(--texto-2);
}
.hero-local svg { width: 16px; height: 16px; color: var(--verde); }

/* Visual (imagem + card) */
.hero-visual { position: relative; }
.hero-img {
  border-radius: var(--raio-lg); overflow: hidden;
  aspect-ratio: 4 / 3.4;
  box-shadow: var(--sombra);
  background: linear-gradient(135deg, #14351d 0%, #0b0b0d 60%);
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Fallback quando não há foto */
.hero-img.sem-img::after {
  content: "Foto do técnico\A img/hero-tecnico.jpg";
  white-space: pre; text-align: center;
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  color: rgba(255,255,255,.5); font-size: 13px;
}

/* Card flutuante */
.hero-card {
  position: absolute; right: 22px; bottom: 26px;
  width: 300px; max-width: 78%;
  background: rgba(15,16,18,.92);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 14px 16px;
  box-shadow: var(--sombra-card);
  display: flex; flex-direction: column; gap: 14px;
}
.hero-card-item {
  display: flex; align-items: center; gap: 12px;
  color: #eef0f3; font-size: 14px; font-weight: 500;
}
.hci-ico {
  width: 34px; height: 34px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 9px; background: rgba(46,204,64,.14); color: var(--verde);
}
.hci-ico svg { width: 18px; height: 18px; }
.hci-txt { flex: 1; }
.hci-status {
  width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0;
}
.hci-status.verde { background: var(--verde); box-shadow: 0 0 0 4px rgba(46,204,64,.16); }
.hci-barras { color: var(--verde); display: flex; }
.hci-barras svg { width: 20px; height: 20px; }

/* ============================================================
   COMO PODEMOS AJUDAR
   ============================================================ */
.ajuda { padding: 0 0 20px; margin-top: -18px; }
.ajuda-card {
  background: var(--card);
  border-radius: var(--raio-lg);
  box-shadow: var(--sombra);
  padding: clamp(28px, 3.5vw, 48px) clamp(20px, 3vw, 40px);
}
.secao-titulo {
  text-align: center; font-size: clamp(24px, 2.6vw, 34px); font-weight: 800;
  color: var(--preto); margin-bottom: clamp(28px, 3.2vw, 42px);
  position: relative;
}
.secao-titulo::after {
  content: ""; display: block; width: 46px; height: 3px;
  background: var(--verde); border-radius: 2px; margin: 12px auto 0;
}

.ajuda-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.ajuda-item {
  text-align: center; padding: 8px 18px;
  border-left: 1px solid var(--borda);
  display: flex; flex-direction: column; align-items: center;
}
.ajuda-item:first-child { border-left: none; }
.ajuda-ico {
  width: 62px; height: 62px; margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #eef7ef; color: var(--verde);
}
.ajuda-ico svg { width: 28px; height: 28px; }
.ajuda-item h3 {
  font-size: 16px; font-weight: 700; color: var(--preto);
  margin-bottom: 12px; min-height: 42px;
}
.ajuda-item p {
  font-size: 13.5px; color: var(--texto-2); line-height: 1.5;
  margin-bottom: 18px; flex: 1;
}
.ajuda-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 700; color: var(--verde);
}
.ajuda-link svg { width: 15px; height: 15px; transition: transform .15s; }
.ajuda-link:hover svg { transform: translateX(3px); }

/* ============================================================
   FAIXA DE DIFERENCIAIS (rodapé escuro)
   ============================================================ */
.diferenciais { background: var(--preto); color: #fff; margin-top: 34px; }
.diferenciais-inner {
  display: flex; align-items: center; gap: 26px;
  padding: 34px 28px; flex-wrap: wrap;
}
.dif-item { display: flex; align-items: center; gap: 13px; flex: 1; min-width: 190px; }
.dif-ico {
  width: 42px; height: 42px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 11px; background: rgba(46,204,64,.14); color: var(--verde);
}
.dif-ico svg { width: 21px; height: 21px; }
.dif-txt { display: flex; flex-direction: column; line-height: 1.3; }
.dif-txt strong { font-size: 14px; font-weight: 700; }
.dif-txt span { font-size: 12px; color: #9aa0aa; }

.dif-whats {
  flex-shrink: 0; text-align: left; line-height: 1.1;
  padding: 14px 24px;
}
.dif-whats svg { width: 22px; height: 22px; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
/* Tablet / notebooks estreitos: esconde o selo de atendimento para o menu caber */
@media (max-width: 1150px) {
  .atendimento-local { display: none; }
}

/* Colapsa o menu em drawer lateral */
@media (max-width: 900px) {
  .nav {
    position: fixed; top: 0; right: 0;
    width: min(280px, 82vw); height: 100vh;
    background: var(--preto-2);
    flex-direction: column; align-items: flex-start;
    padding: 90px 26px 26px; gap: 6px;
    transform: translateX(100%); transition: transform .25s;
    box-shadow: -10px 0 40px rgba(0,0,0,.4);
  }
  .nav.aberto { transform: translateX(0); }
  .nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 16px; }
  .menu-hamburguer { display: flex; z-index: 110; }

  .hero-inner { grid-template-columns: 1fr; }
  .ajuda-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .ajuda-item { border-left: none; }
  .ajuda-item h3 { min-height: 0; }
  .diferenciais-inner { flex-direction: column; align-items: stretch; }
  .dif-whats { justify-content: center; }
}

/* ============================================================
   PÁGINA — CONTATO (contato.html)
   ============================================================ */
.pagina-contato { background: #030b07; color: #fff; }
.con-hero {
  position: relative; overflow: hidden; min-height: calc(100vh - 96px);
  background:
    radial-gradient(circle at 12% 18%, rgba(121,198,0,.12), transparent 31%),
    radial-gradient(circle at 90% 45%, rgba(121,198,0,.08), transparent 28%),
    #030b07;
}
.con-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .6;
  background:
    linear-gradient(90deg, rgba(121,198,0,.035) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(rgba(121,198,0,.035) 1px, transparent 1px) 0 0 / 44px 44px;
  mask-image: linear-gradient(90deg, #000, transparent 60%);
}
.con-hero-inner {
  position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .86fr;
  gap: clamp(42px, 6vw, 90px); align-items: center; padding: clamp(54px, 6vw, 88px) 52px;
}
.con-intro { max-width: 690px; }
.con-tag {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px;
  color: var(--verde); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
}
.con-tag span { width: 28px; height: 2px; background: var(--verde); }
.con-intro h1 { max-width: 670px; font-size: clamp(40px, 4.2vw, 66px); line-height: 1.02; letter-spacing: -2px; font-weight: 800; }
.con-intro > p { max-width: 610px; margin-top: 22px; color: #b3bbb5; font-size: clamp(15px, 1.2vw, 18px); line-height: 1.65; }
.con-canais { display: grid; gap: 12px; margin-top: 34px; }
.con-canal {
  width: 100%; text-align: left; font: inherit; cursor: pointer;
  display: grid; grid-template-columns: 54px minmax(0, 1fr) 28px; align-items: center; gap: 16px;
  padding: 16px 18px; background: rgba(10,20,14,.82); border: 1px solid rgba(121,198,0,.19); border-radius: 14px;
  color: #fff; transition: border-color .18s, transform .18s, background .18s;
}
.con-canal:hover { border-color: rgba(121,198,0,.62); transform: translateX(4px); background: #0b1710; }
.con-canal.ativo { border-color: var(--verde); background: rgba(121,198,0,.075); box-shadow: inset 0 0 0 1px rgba(121,198,0,.08); }
.con-canal-ico {
  width: 54px; height: 54px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(121,198,0,.46); border-radius: 50%; color: var(--verde); background: rgba(121,198,0,.05);
}
.con-canal-ico svg { width: 25px; height: 25px; }
.con-canal small, .con-canal strong, .con-canal em { display: block; font-style: normal; }
.con-canal small { margin-bottom: 3px; color: var(--verde); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.con-canal strong { font-size: clamp(14px, 1.2vw, 18px); overflow-wrap: anywhere; }
.con-canal em { margin-top: 3px; color: #89928b; font-size: 12px; }
.con-seta { width: 21px; height: 21px; color: var(--verde); }
.con-local { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: #98a099; font-size: 12px; line-height: 1.5; }
.con-local svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--verde); }
.con-local strong { color: #d5dad6; }

.con-form-box {
  position: relative; padding: clamp(26px, 2.6vw, 38px); border: 1px solid rgba(121,198,0,.33); border-radius: 22px;
  background: linear-gradient(145deg, rgba(14,26,18,.97), rgba(5,14,9,.98)); box-shadow: 0 28px 70px rgba(0,0,0,.42);
}
.con-form-box::after { content: ""; position: absolute; top: -1px; left: 10%; width: 38%; height: 2px; background: linear-gradient(90deg, transparent, var(--verde), transparent); }
.con-form-top { display: flex; align-items: center; gap: 15px; padding-bottom: 23px; margin-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.08); }
.con-form-ico { width: 50px; height: 50px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 14px; color: var(--verde); background: rgba(121,198,0,.11); }
.con-form-ico svg { width: 25px; height: 25px; }
.con-form-top h2 { font-size: clamp(21px, 1.8vw, 28px); line-height: 1.15; }
.con-form-top p { margin-top: 5px; color: #909991; font-size: 13px; }
.con-form { display: grid; gap: 16px; }
.con-form label { display: grid; gap: 7px; color: #dfe4df; font-size: 12px; font-weight: 600; }
.con-form input, .con-form select, .con-form textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; outline: 0;
  padding: 0 14px; background: rgba(1,8,4,.62); color: #fff; font: inherit; font-size: 13px;
  transition: border-color .18s, box-shadow .18s;
}
.con-form input, .con-form select { height: 48px; }
.con-form textarea { min-height: 104px; padding-top: 13px; resize: vertical; }
.con-form input::placeholder, .con-form textarea::placeholder { color: #667067; }
.con-form select { color-scheme: dark; }
.con-form input:focus, .con-form select:focus, .con-form textarea:focus { border-color: var(--verde); box-shadow: 0 0 0 3px rgba(121,198,0,.09); }
.con-submit { width: 100% !important; height: 54px !important; margin-top: 2px; justify-content: center; font-size: 14px !important; }
.con-submit .seta { margin-left: auto; }
.con-privacidade { text-align: center; color: #687169; font-size: 10px; line-height: 1.4; }

.con-confiança { padding: 0 52px 42px; background: #030b07; }
.con-confiança-inner { display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 0; border-top: 1px solid rgba(121,198,0,.16); }
.con-confiança-inner div { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.08); }
.con-confiança-inner div:first-child { padding-left: 0; }
.con-confiança-inner div:last-child { border: 0; }
.con-confiança strong, .con-confiança span { display: block; }
.con-confiança strong { margin-bottom: 5px; color: var(--verde); font-size: 14px; }
.con-confiança span { color: #89918a; font-size: 11px; line-height: 1.45; }

@media (max-width: 1000px) {
  .con-hero-inner { grid-template-columns: 1fr; padding-left: 28px; padding-right: 28px; }
  .con-intro { max-width: none; }
  .con-form-box { max-width: 720px; width: 100%; }
  .con-confiança { padding-left: 28px; padding-right: 28px; }
  .con-confiança-inner { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .con-confiança-inner div:nth-child(2) { border-right: 0; }
  .con-confiança-inner div:nth-child(3) { padding-left: 0; }
}
@media (max-width: 560px) {
  .con-hero-inner { padding: 38px 18px 46px; gap: 34px; }
  .con-intro h1 { font-size: 39px; letter-spacing: -1.2px; }
  .con-canal { grid-template-columns: 46px minmax(0, 1fr) 20px; gap: 12px; padding: 14px 12px; }
  .con-canal-ico { width: 46px; height: 46px; }
  .con-canal strong { font-size: 13px; }
  .con-canal em { display: none; }
  .con-form-box { padding: 22px 17px; border-radius: 17px; }
  .con-confiança { padding: 0 18px 30px; }
  .con-confiança-inner { grid-template-columns: 1fr; gap: 0; }
  .con-confiança-inner div { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .con-confiança-inner div:last-child { border-bottom: 0; }
}

@media (max-width: 520px) {
  .ajuda-grid { grid-template-columns: 1fr; }
  .hero-botoes .btn-lg { flex: 1; }
}

/* ===== Composição final inspirada no layout de referência ===== */
:root {
  --verde: #79c600;
  --verde-claro: #8ddd00;
  --verde-btn: #7ccc00;
  --preto: #020b0a;
  --texto: #101314;
  --texto-2: #424747;
}

body {
  background: #fff;
  padding: 0;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}

.container { max-width: none; padding-left: 42px; padding-right: 42px; }
.header { position: relative; border-radius: 0; overflow: hidden; background: #020b0a; }
.header::after, .diferenciais::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 90% 20%, rgba(57,140,38,.13), transparent 28%);
}
.header-inner { height: 81px; padding-left: 43px; padding-right: 35px; }
.brand { gap: 10px; min-width: 255px; }
.brand-logo { width: 47px; height: 54px; padding: 0; border-radius: 0; background: transparent; color: #fff; }
.brand-logo svg { width: 100%; height: 100%; stroke-width: 1.65; }
.brand-name { font-size: 30px; letter-spacing: -1.4px; }
.brand-sub { color: #fff; font-size: 10px; margin-top: 1px; }
.nav { gap: 36px; margin-left: 18px; }
.nav a { color: #fff; font-size: 12px; font-weight: 400; }
.header-actions { gap: 25px; }
.atendimento-local { color: #fff; font-size: 10px; min-width: 127px; }
.atendimento-local strong { font-weight: 400; }
.ponto-verde { width: 10px; height: 10px; box-shadow: none; }
.header .btn-verde { height: 41px; border-radius: 9px; padding: 0 18px; font-size: 12px; min-width: 178px; }
.header .btn-verde::after { content: "→"; font-size: 21px; margin-left: 5px; }

.hero { background: #fff; overflow: hidden; }
.hero-inner { position: relative; display: block; padding: 0; height: 422px; }
.hero-texto { position: relative; z-index: 3; height: 422px; padding: 36px 18px 18px 51px; background: transparent; }
.hero-texto::after {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background: #fff;
  clip-path: polygon(
    0 0,
    53% 0,
    46.2% 74%,
    45.6% 82%,
    44.8% 88%,
    43.8% 93%,
    42.5% 96.5%,
    41% 99%,
    39.8% 100%,
    0 100%
  );
}
.hero-texto h1 { font-size: 47px; line-height: 1.055; letter-spacing: -2.4px; }
.hero-desc { margin-top: 13px; font-size: 16px; line-height: 1.45; color: #353a3a; }
.hero-selos { margin: 18px 0 17px; gap: 0; flex-wrap: nowrap; }
.hero-selos li { min-width: 145px; gap: 10px; padding-right: 15px; margin-right: 17px; border-right: 1px solid #dfe3df; font-size: 12px; }
.hero-selos li:last-child { border: 0; margin-right: 0; }
.selo-ico { width: 34px; height: 34px; border: 0; background: transparent; color: #579c1a; border-radius: 0; }
.selo-ico svg { width: 30px; height: 30px; }
.hero-botoes { gap: 20px; }
.hero-botoes .btn-lg { height: 43px; padding: 0 18px; border-radius: 9px; font-size: 12px; }
.hero-botoes .btn-whats { min-width: 229px; color: white; background: linear-gradient(90deg,#559f00,#75bd00); }
.hero-botoes .btn-outline { min-width: 192px; border-color: #686868; }
.hero-local { margin-top: 15px; padding: 6px 14px; font-size: 11px; }
.hero-visual { position: absolute; z-index: 1; inset: 0; height: 422px; overflow: hidden; }
.hero-img { position: absolute; inset: 0; border-radius: 0; aspect-ratio: auto; box-shadow: none; }
.hero-img img { object-position: 46% 47%; }
.hero-card { right: 26px; bottom: 63px; width: 270px; max-width: none; border-color: rgba(121,198,0,.42); border-radius: 14px; padding: 0 16px; gap: 0; background: rgba(2,13,12,.91); }
.hero-card-item { height: 59px; border-bottom: 1px solid rgba(121,198,0,.25); font-size: 12px; }
.hero-card-item:last-child { border: 0; }
.hci-ico { background: transparent; color: #81cf00; width: 31px; }

.ajuda { position: relative; z-index: 5; margin-top: 0; padding: 0 51px; background: linear-gradient(90deg,#fff 0 12%,transparent 12%); }
.ajuda > .container { padding: 0; }
.ajuda-card { border: 1px solid #dcdedb; border-radius: 14px; box-shadow: none; padding: 9px 14px 24px; }
.secao-titulo { font-size: 21px; margin-bottom: 9px; }
.secao-titulo::after { display: none; }
.ajuda-grid { gap: 0; }
.ajuda-item { padding: 3px 25px 4px; }
.ajuda-ico { width: 48px; height: 48px; margin-bottom: 8px; background: #eef7de; color: #315d0e; }
.ajuda-ico svg { width: 27px; height: 27px; }
.ajuda-item h3 { font-size: 14px; line-height: 1.25; margin-bottom: 8px; min-height: 35px; }
.ajuda-item p { font-size: 11px; line-height: 1.55; margin-bottom: 17px; color: #3e4444; }
.ajuda-link { font-size: 11px; color: #4e8e17; }

.diferenciais { position: relative; z-index: 6; margin-top: 0; border-radius: 0; background: #020b0a; overflow: hidden; }
.diferenciais-inner { min-height: 105px; padding: 18px 32px; gap: 0; flex-wrap: nowrap; }
.dif-item { min-width: 0; padding: 0 21px; border-right: 1px solid rgba(255,255,255,.18); gap: 10px; }
.dif-item:first-child { padding-left: 0; }
.dif-ico { width: 39px; height: 39px; border-radius: 0; background: transparent; color: #8ed000; }
.dif-ico svg { width: 31px; height: 31px; }
.dif-txt strong { font-size: 10px; white-space: nowrap; }
.dif-txt span { font-size: 9px; line-height: 1.65; color: #c8cccc; }
.dif-whats { margin-left: 18px; min-width: 142px; padding: 10px 15px; border: 1px solid #4c8100; background: transparent; color: white; font-size: 14px; }
.dif-whats svg { color: #8ed000; }

@media (min-width: 901px) {
  body { width: 100%; margin: 0; }
  .hero-img img { transform: translateX(8%); }
}

/* Escala fluida para notebooks e monitores Full HD, 2K e 4K */
@media (min-width: 1101px) {
  body { padding: 0; }
  .header-inner { height: clamp(76px, 6.1vw, 124px); padding-left: clamp(38px, 3.3vw, 82px); padding-right: clamp(30px, 2.7vw, 68px); }
  .brand { min-width: clamp(235px, 19vw, 390px); gap: clamp(9px, .8vw, 17px); }
  .brand-logo { width: clamp(44px, 3.55vw, 72px); height: clamp(50px, 4vw, 82px); }
  .brand-name { font-size: clamp(27px, 2.25vw, 46px); }
  .brand-sub { font-size: clamp(9px, .74vw, 15px); }
  .nav { gap: clamp(20px, 2.65vw, 55px); margin-left: clamp(5px, 1.3vw, 27px); }
  .nav a { font-size: clamp(11px, .91vw, 18px); }
  .header-actions { gap: clamp(16px, 1.9vw, 39px); }
  .atendimento-local { min-width: clamp(115px, 9.55vw, 196px); font-size: clamp(9px, .75vw, 15px); }
  .header .btn-verde { min-width: clamp(164px, 13.4vw, 275px); height: clamp(39px, 3.1vw, 64px); font-size: clamp(11px, .91vw, 18px); }

  .hero-inner, .hero-texto, .hero-visual { height: clamp(400px, 31.75vw, 650px); }
  .hero-texto { padding: clamp(32px, 2.7vw, 56px) 18px 18px clamp(47px, 3.85vw, 79px); }
  .hero-texto h1 { font-size: clamp(44px, 3.55vw, 73px); letter-spacing: clamp(-3.4px, -.18vw, -2px); }
  .hero-desc { margin-top: clamp(12px, 1vw, 21px); font-size: clamp(15px, 1.2vw, 24px); }
  .hero-selos { margin: clamp(16px, 1.4vw, 29px) 0 clamp(15px, 1.3vw, 27px); }
  .hero-selos li { min-width: clamp(132px, 10.9vw, 223px); gap: clamp(8px, .75vw, 15px); margin-right: clamp(12px, 1.3vw, 27px); font-size: clamp(11px, .9vw, 18px); }
  .selo-ico { width: clamp(31px, 2.55vw, 52px); height: clamp(31px, 2.55vw, 52px); }
  .selo-ico svg { width: clamp(27px, 2.25vw, 46px); height: clamp(27px, 2.25vw, 46px); }
  .hero-botoes { gap: clamp(16px, 1.5vw, 31px); }
  .hero-botoes .btn-lg { height: clamp(41px, 3.25vw, 67px); font-size: clamp(11px, .9vw, 18px); }
  .hero-botoes .btn-whats { min-width: clamp(212px, 17.2vw, 352px); }
  .hero-botoes .btn-outline { min-width: clamp(178px, 14.5vw, 297px); }
  .hero-local { margin-top: clamp(13px, 1.15vw, 24px); padding: clamp(5px, .45vw, 9px) clamp(13px, 1.05vw, 22px); font-size: clamp(10px, .82vw, 17px); }
  .hero-card { right: clamp(24px, 2vw, 41px); bottom: clamp(58px, 4.75vw, 97px); width: clamp(250px, 20.3vw, 416px); padding: 0 clamp(15px, 1.2vw, 25px); }
  .hero-card-item { height: clamp(55px, 4.45vw, 91px); font-size: clamp(11px, .9vw, 18px); }

  .ajuda { padding: 0 clamp(47px, 3.85vw, 79px); }
  .ajuda-card { padding: clamp(8px, .7vw, 14px) clamp(13px, 1.05vw, 22px) clamp(22px, 1.8vw, 37px); }
  .secao-titulo { font-size: clamp(20px, 1.58vw, 32px); margin-bottom: clamp(8px, .7vw, 14px); }
  .ajuda-item { padding: clamp(3px, .25vw, 5px) clamp(20px, 1.85vw, 38px) 4px; }
  .ajuda-ico { width: clamp(45px, 3.6vw, 74px); height: clamp(45px, 3.6vw, 74px); margin-bottom: clamp(7px, .65vw, 13px); }
  .ajuda-ico svg { width: clamp(25px, 2vw, 41px); height: clamp(25px, 2vw, 41px); }
  .ajuda-item h3 { font-size: clamp(13px, 1.05vw, 21px); min-height: clamp(32px, 2.6vw, 53px); }
  .ajuda-item p { font-size: clamp(10px, .82vw, 17px); margin-bottom: clamp(15px, 1.3vw, 27px); }
  .ajuda-link { font-size: clamp(10px, .82vw, 17px); }

  .diferenciais-inner { min-height: clamp(98px, 7.9vw, 162px); padding: clamp(16px, 1.35vw, 28px) clamp(29px, 2.4vw, 49px); }
  .dif-item { padding: 0 clamp(16px, 1.55vw, 32px); gap: clamp(8px, .75vw, 15px); }
  .dif-ico { width: clamp(36px, 2.95vw, 60px); height: clamp(36px, 2.95vw, 60px); }
  .dif-ico svg { width: clamp(28px, 2.3vw, 47px); height: clamp(28px, 2.3vw, 47px); }
  .dif-txt strong { font-size: clamp(9px, .75vw, 15px); }
  .dif-txt span { font-size: clamp(8px, .68vw, 14px); }
  .dif-whats { min-width: clamp(132px, 10.7vw, 219px); margin-left: clamp(15px, 1.35vw, 28px); font-size: clamp(13px, 1.05vw, 21px); }
}

@media (max-width: 1100px) {
  body { padding: 0; background: #fff; }
  .header, .diferenciais { border-radius: 0; }
  .nav { gap: 18px; }
  .hero-texto h1 { font-size: 40px; }
  .hero-selos li { min-width: 130px; margin-right: 8px; }
  .ajuda-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
  .ajuda-item { border-left: 0; }
  .ajuda-item h3 { min-height: 0; }
  .diferenciais-inner { flex-wrap: wrap; }
}

@media (max-width: 900px) {
  .header-inner { padding: 0 20px; }
  .header .btn-verde { display: none; }
  .hero-inner { height: auto; display: flex; flex-direction: column; }
  .hero-texto { height: auto; padding: 38px 24px 32px; }
  .hero-texto::after { clip-path: none; }
  .hero-visual { position: relative; inset: auto; height: 480px; }
  .ajuda { padding: 0; background: #fff; }
  .ajuda-card { border-radius: 0; }
  .diferenciais-inner { flex-direction: column; }
  .dif-item { width: 100%; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 520px) {
  .ajuda-grid { grid-template-columns: 1fr; }
  .brand-name { font-size: 24px; }
  .brand-sub { font-size: 9px; }
  .hero-texto h1 { font-size: 39px; }
  .hero-desc br { display: none; }
  .hero-selos { flex-direction: column; gap: 12px; }
  .hero-selos li { border: 0; }
  .hero-botoes { flex-direction: column; }
  .hero-botoes .btn-lg { width: 100%; }
  .hero-visual { height: 390px; }
  .hero-card { right: 15px; bottom: 22px; width: calc(100% - 30px); }
}

/* ============================================================
   PÁGINA — NOSSAS SOLUÇÕES (solucoes.html)
   ============================================================ */
.nav a.ativo { color: var(--verde); font-weight: 600; }

/* ---- Banner do topo (escuro) ---- */
.sol-hero { position: relative; overflow: hidden; background: #020b0a; color: #fff; }
.sol-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 86% 28%, rgba(90,160,25,.32), transparent 40%),
    radial-gradient(circle at 98% 80%, rgba(60,120,20,.20), transparent 45%),
    linear-gradient(90deg, #020b0a 40%, #071309 100%);
}
.sol-hero-inner {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between; gap: 34px;
  padding: clamp(34px, 3.4vw, 60px) 0; flex-wrap: wrap;
}
.sol-hero-txt { flex: 1; min-width: 280px; }
.sol-hero-txt h1 { font-size: clamp(34px, 3.4vw, 62px); font-weight: 800; letter-spacing: -1.8px; line-height: 1.04; }
.sol-hero-txt p { margin-top: 12px; font-size: clamp(13px, 1.05vw, 18px); color: #c6ccc6; line-height: 1.5; }

.sol-hero-badges {
  display: flex;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(121,198,0,.38);
  border-radius: 16px; padding: 4px 6px;
  backdrop-filter: blur(4px);
}
.sol-badge {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 22px; font-size: clamp(12px, .95vw, 15px); font-weight: 600; line-height: 1.25;
  border-right: 1px solid rgba(255,255,255,.1); white-space: nowrap;
}
.sol-badge:last-child { border-right: 0; }
.sol-badge-ico {
  width: 40px; height: 40px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 11px; background: rgba(121,198,0,.14); color: var(--verde);
}
.sol-badge-ico svg { width: 22px; height: 22px; }

/* ---- Grade de cards (fundo claro) ---- */
.sol-lista { background: #fff; padding: clamp(34px, 3.4vw, 54px) 0 clamp(24px, 2.4vw, 40px); }
.sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.6vw, 24px); }
.sol-card {
  position: relative; overflow: hidden;
  background: #fff; border: 1px solid #dcdedb; border-radius: 16px;
  padding: clamp(20px, 1.8vw, 28px) clamp(20px, 1.8vw, 28px) clamp(18px, 1.6vw, 24px);
  display: flex; flex-direction: column;
  transition: box-shadow .18s, transform .18s, border-color .18s;
}
.sol-card:hover { box-shadow: 0 16px 36px rgba(0,0,0,.08); transform: translateY(-3px); border-color: #c3d3aa; }
.sol-card-ico {
  width: clamp(54px, 4.4vw, 66px); height: clamp(54px, 4.4vw, 66px); margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px; background: #0a1410; color: var(--verde);
}
.sol-card-ico svg { width: 48%; height: 48%; }
.sol-card h3 {
  font-size: clamp(16px, 1.25vw, 20px); font-weight: 700; color: #101314;
  margin-bottom: 10px; line-height: 1.2; max-width: 82%;
}
.sol-card p {
  font-size: clamp(13px, 1vw, 15px); color: #4a4f4f; line-height: 1.55;
  margin-bottom: 18px; flex: 1; max-width: 90%;
}
.sol-card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--verde); }
.sol-card-link svg { width: 15px; height: 15px; transition: transform .15s; }
.sol-card-link:hover svg { transform: translateX(3px); }
.sol-card-num {
  position: absolute; right: clamp(18px, 1.6vw, 26px); bottom: clamp(10px, 1vw, 16px);
  font-size: clamp(38px, 3.6vw, 52px); font-weight: 800; color: #eef0ec; line-height: 1;
  pointer-events: none;
}

/* ---- Faixa CTA ---- */
.sol-cta { background: #fff; padding: clamp(6px, .8vw, 12px) 0 clamp(28px, 2.8vw, 44px); }
.sol-cta-inner {
  display: flex; align-items: center; gap: clamp(20px, 2vw, 30px); flex-wrap: wrap;
  background: linear-gradient(90deg, #081806, #123516 55%, #0a1e0a);
  border: 1px solid rgba(121,198,0,.32); border-radius: 18px;
  padding: clamp(22px, 2vw, 30px) clamp(24px, 2.4vw, 36px); color: #fff;
}
.sol-cta-left { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 280px; }
.sol-cta-ico {
  width: 54px; height: 54px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px; background: rgba(121,198,0,.14); color: var(--verde);
}
.sol-cta-left h3 { font-size: clamp(16px, 1.25vw, 20px); font-weight: 700; margin-bottom: 4px; }
.sol-cta-left p { font-size: clamp(12px, 1vw, 14px); color: #c3c9c3; line-height: 1.45; max-width: 440px; }
.sol-cta-badges { display: flex; gap: clamp(18px, 1.8vw, 28px); }
.sol-cta-badges span { display: flex; align-items: center; gap: 8px; font-size: clamp(11px, .9vw, 13px); font-weight: 600; line-height: 1.2; white-space: nowrap; }
.sol-cta-badges svg { width: 20px; height: 20px; color: var(--verde); flex-shrink: 0; }
.sol-cta-btn { flex-shrink: 0; color: #06210c; }
.sol-cta-btn::after { display: none; }

/* ---- Rodapé de diferenciais em versão clara ---- */
.diferenciais.dif-claro { background: #fff; }
.diferenciais.dif-claro::after { display: none; }
.diferenciais.dif-claro .dif-item { border-right-color: #e3e6e2; }
.diferenciais.dif-claro .dif-ico { color: #2f6d12; }
.diferenciais.dif-claro .dif-txt strong { color: #101314; }
.diferenciais.dif-claro .dif-txt span { color: #6a706a; }

/* ---- Responsivo da página de soluções ---- */
@media (max-width: 1000px) {
  .sol-grid { grid-template-columns: repeat(2, 1fr); }
  .sol-hero-badges { width: 100%; }
  .sol-badge { flex: 1; justify-content: center; }
}
@media (max-width: 640px) {
  .sol-grid { grid-template-columns: 1fr; }
  .sol-hero-badges { flex-direction: column; }
  .sol-badge { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); justify-content: flex-start; }
  .sol-badge:last-child { border-bottom: 0; }
  .sol-cta-badges { width: 100%; flex-wrap: wrap; gap: 14px; }
  .sol-cta-btn { width: 100%; justify-content: center; }
}

/* Ajuste visual da tela existente de Soluções conforme a referência */
.tema-escuro .header-inner { height: 76px; }
.tema-escuro .nav { gap: clamp(20px, 2.2vw, 34px); }
.tema-escuro .nav a { font-size: 12px; }
.tema-escuro .header .btn-verde { height: 38px; min-width: 160px; }

.tema-escuro .sol-hero {
  height: 132px;
  /* JPEG como base (navegadores sem image-set) e WebP quando houver suporte */
  background: #03120e url("../img/hero-tecnico-v2.jpg") center 47% / cover no-repeat;
  background-image: image-set(
    url("../img/hero-tecnico-v2.webp") type("image/webp"),
    url("../img/hero-tecnico-v2.jpg") type("image/jpeg")
  );
}
.tema-escuro .sol-hero::before {
  background: linear-gradient(90deg, rgba(1,17,14,.98) 0%, rgba(1,17,14,.92) 43%, rgba(1,17,14,.45) 72%, rgba(1,17,14,.15) 100%);
}
.tema-escuro .sol-hero-inner {
  height: 132px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 52px;
  padding-right: 52px;
  flex-wrap: nowrap;
}
.tema-escuro .sol-hero-txt h1 { font-size: 39px; letter-spacing: -1.5px; }
.tema-escuro .sol-hero-txt p { margin-top: 6px; font-size: 13px; line-height: 1.4; }
.tema-escuro .sol-hero-badges { border-radius: 9px; padding: 0; margin-right: 130px; }
.tema-escuro .sol-badge { min-width: 160px; padding: 12px 16px; gap: 10px; font-size: 11px; font-weight: 400; }
.tema-escuro .sol-badge-ico { width: 34px; height: 34px; border-radius: 0; background: transparent; }
.tema-escuro .sol-badge-ico svg { width: 29px; height: 29px; }

.tema-escuro .sol-lista { padding: 18px 52px 14px; }
.tema-escuro .sol-grid { padding: 0; gap: 18px 14px; }
.tema-escuro .sol-card {
  min-height: 155px;
  border-radius: 12px;
  padding: 17px 14px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 14px;
  align-items: start;
}
.tema-escuro .sol-card:hover { transform: none; box-shadow: none; }
.tema-escuro .sol-card-ico {
  grid-column: 1;
  grid-row: 1 / 4;
  width: 86px;
  height: 92px;
  margin: 0;
  border-radius: 14px;
  background: radial-gradient(circle at 50% 50%, #12331d 0%, #031a15 72%);
}
.tema-escuro .sol-card-ico svg { width: 53%; height: 53%; }
.tema-escuro .sol-card h3 {
  grid-column: 2;
  grid-row: 1;
  max-width: none;
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.16;
}
.tema-escuro .sol-card p {
  grid-column: 2;
  grid-row: 2;
  max-width: none;
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}
.tema-escuro .sol-card-link {
  grid-column: 1 / 3;
  grid-row: 3;
  align-self: end;
  margin-top: 8px;
  font-size: 11px;
  color: #549d18;
}
.tema-escuro .sol-card-num { right: 12px; bottom: 8px; font-size: 24px; color: #edf1e8; }

.tema-escuro .sol-cta { padding: 0 52px 14px; }
.tema-escuro .sol-cta-inner {
  min-height: 90px;
  padding: 10px 25px;
  border-radius: 14px;
  flex-wrap: nowrap;
  gap: 18px;
}
.tema-escuro .sol-cta-left { min-width: 385px; }
.tema-escuro .sol-cta-ico { width: 58px; height: 58px; border-radius: 50%; border: 1px solid #669d19; background: rgba(121,198,0,.06); }
.tema-escuro .sol-cta-left h3 { font-size: 15px; }
.tema-escuro .sol-cta-left p { font-size: 11px; max-width: 330px; }
.tema-escuro .sol-cta-badges { gap: 0; }
.tema-escuro .sol-cta-badges span { min-width: 120px; padding: 0 14px; border-left: 1px solid rgba(255,255,255,.18); font-size: 10px; font-weight: 400; }
.tema-escuro .sol-cta-badges svg { width: 27px; height: 27px; }
.tema-escuro .sol-cta-btn { min-width: 160px; height: 40px; padding: 0 14px; font-size: 11px; }

.tema-escuro .diferenciais.dif-claro { margin: 0 56px 12px; border: 1px solid #dfe4da; border-radius: 12px; }
.tema-escuro .dif-claro .diferenciais-inner { min-height: 72px; padding: 11px 20px; flex-wrap: nowrap; }
.tema-escuro .dif-claro .dif-item { min-width: 0; padding: 0 18px; }
.tema-escuro .dif-claro .dif-ico { width: 36px; height: 36px; }
.tema-escuro .dif-claro .dif-ico svg { width: 28px; height: 28px; }
.tema-escuro .dif-claro .dif-txt strong { font-size: 10px; }
.tema-escuro .dif-claro .dif-txt span { font-size: 9px; }

@media (max-width: 1100px) {
  .tema-escuro .sol-hero { height: auto; }
  .tema-escuro .sol-hero-inner { height: auto; padding-top: 26px; padding-bottom: 26px; flex-wrap: wrap; }
  .tema-escuro .sol-hero-badges { margin-right: 0; }
  .tema-escuro .sol-lista { padding-left: 24px; padding-right: 24px; }
  .tema-escuro .sol-cta { padding-left: 24px; padding-right: 24px; }
  .tema-escuro .sol-cta-inner { flex-wrap: wrap; }
  .tema-escuro .dif-claro .diferenciais-inner { flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .tema-escuro .sol-hero-inner { padding-left: 24px; padding-right: 24px; }
  .tema-escuro .sol-lista, .tema-escuro .sol-cta { padding-left: 14px; padding-right: 14px; }
  .tema-escuro .sol-card { grid-template-columns: 76px 1fr; }
  .tema-escuro .sol-card-ico { width: 70px; height: 76px; }
  .tema-escuro .sol-cta-left { min-width: 0; }
  .tema-escuro .diferenciais.dif-claro { margin-left: 14px; margin-right: 14px; }
}

/* ============================================================
   PÁGINA — FLUXOS DE ATENDIMENTO (fluxos.html)
   ============================================================ */
.pagina-escura { background: #060f0a; color: #e7ebe6; }

/* Botão fantasma (contorno sobre fundo escuro) */
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(121,198,0,.5); }
.btn-ghost:hover { border-color: var(--verde); background: rgba(121,198,0,.08); }
.btn-ghost svg { color: var(--verde); }
.btn-ghost .seta { color: #fff; }

/* ---- Hero ---- */
.flx-hero { position: relative; overflow: hidden; background: #04120b; border-bottom: 1px solid rgba(121,198,0,.12); }
.flx-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .7;
  background:
    radial-gradient(circle at 78% 42%, rgba(90,160,25,.18), transparent 45%),
    linear-gradient(90deg, rgba(121,198,0,.045) 1px, transparent 1px) 0 0 / 40px 40px,
    linear-gradient(rgba(121,198,0,.045) 1px, transparent 1px) 0 0 / 40px 40px;
}
.flx-hero-inner {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: clamp(40px, 4vw, 72px) 0; flex-wrap: wrap;
}
.flx-hero-txt { flex: 1; min-width: 300px; }
.flx-hero-txt h1 { font-size: clamp(40px, 4.4vw, 72px); font-weight: 800; line-height: 1.02; letter-spacing: -1.5px; color: #fff; }
.flx-hero-txt p { margin: clamp(16px, 1.6vw, 22px) 0 clamp(22px, 2.2vw, 30px); font-size: clamp(14px, 1.1vw, 18px); color: #aeb4ac; line-height: 1.55; }

/* Fluxo de 3 nós */
.flx-flow { display: flex; align-items: flex-start; justify-content: center; gap: 10px; flex: 1; min-width: 320px; }
.flx-node { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 120px; }
.flx-circle {
  width: clamp(70px, 6vw, 96px); height: clamp(70px, 6vw, 96px);
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 2px solid var(--verde); color: var(--verde);
  background: rgba(121,198,0,.05); box-shadow: 0 0 0 6px rgba(121,198,0,.05);
}
.flx-circle svg { width: 44%; height: 44%; }
.flx-node-title { font-size: clamp(14px, 1.1vw, 17px); font-weight: 700; color: #fff; }
.flx-node-sub { font-size: clamp(10px, .85vw, 12px); color: #8f958d; margin-top: -4px; text-align: center; }
.flx-conector {
  flex: 1; max-width: 70px; height: 2px; margin-top: clamp(35px, 3vw, 48px);
  background: linear-gradient(90deg, transparent, var(--verde), transparent); position: relative;
}
.flx-conector::after {
  content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  border-left: 6px solid var(--verde); border-top: 4px solid transparent; border-bottom: 4px solid transparent;
}

/* ---- Título de seção com linhas laterais ---- */
.flx-titulo {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  text-align: center; font-size: clamp(22px, 2.4vw, 32px); font-weight: 800; color: #fff;
  margin-bottom: clamp(28px, 3vw, 42px);
}
.flx-titulo .verde { color: var(--verde); }
.flx-titulo::before, .flx-titulo::after { content: ""; width: 34px; height: 2px; flex-shrink: 0; }
.flx-titulo::before { background: linear-gradient(90deg, transparent, var(--verde)); }
.flx-titulo::after { background: linear-gradient(90deg, var(--verde), transparent); }

/* ---- Passos (Como funciona) ---- */
.flx-passos { padding: clamp(40px, 4.5vw, 72px) 0; }
.flx-passos-grid { display: flex; align-items: stretch; justify-content: center; gap: 14px; }
.flx-passo {
  position: relative; flex: 1; max-width: 300px;
  background: #0a120d; border: 1px solid rgba(121,198,0,.14); border-radius: 16px;
  padding: clamp(24px, 2.4vw, 34px) 20px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.flx-passo-num {
  position: absolute; top: 16px; left: 16px;
  width: 30px; height: 30px; border-radius: 50%;
  border: 1.5px solid var(--verde); color: var(--verde);
  display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700;
}
.flx-passo-ico { width: clamp(56px, 5vw, 78px); height: clamp(56px, 5vw, 78px); color: var(--verde); display: flex; align-items: center; justify-content: center; }
.flx-passo-ico svg { width: 100%; height: 100%; }
.flx-passo p { font-size: clamp(14px, 1.15vw, 17px); color: #d6dad3; line-height: 1.4; margin-top: 4px; }
.flx-seta-tracejada {
  align-self: center; width: 48px; flex-shrink: 0;
  border-top: 2px dashed rgba(121,198,0,.5); position: relative;
}
.flx-seta-tracejada::after {
  content: ""; position: absolute; right: -2px; top: 50%; transform: translateY(-50%);
  border-left: 7px solid var(--verde); border-top: 5px solid transparent; border-bottom: 5px solid transparent;
}

/* ---- Escolha o caminho ---- */
.flx-caminhos { padding: 0 0 clamp(40px, 4.5vw, 72px); }
.flx-caminhos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.5vw, 22px); }
.flx-caminho {
  background: #0a120d; border: 1px solid rgba(121,198,0,.14); border-radius: 16px;
  padding: clamp(26px, 2.6vw, 36px) 22px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  transition: border-color .18s, transform .18s, background .18s;
}
.flx-caminho:hover { border-color: rgba(121,198,0,.5); transform: translateY(-3px); background: #0c150f; }
.flx-caminho-ico { width: clamp(46px, 4vw, 58px); height: clamp(46px, 4vw, 58px); color: var(--verde); display: flex; align-items: center; justify-content: center; }
.flx-caminho-ico svg { width: 100%; height: 100%; }
.flx-caminho h3 { font-size: clamp(15px, 1.2vw, 18px); font-weight: 700; color: #fff; line-height: 1.25; flex: 1; }
.flx-caminho-arrow {
  width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(121,198,0,.5); color: var(--verde);
  display: flex; align-items: center; justify-content: center; transition: background .18s, color .18s;
}
.flx-caminho-arrow svg { width: 18px; height: 18px; }
.flx-caminho:hover .flx-caminho-arrow { background: var(--verde); color: #04120b; border-color: var(--verde); }

/* ---- Mini diferenciais ---- */
.flx-mini { padding: 0 0 clamp(18px, 2vw, 26px); }
.flx-mini-box {
  display: flex; align-items: center; justify-content: space-between;
  background: #0a120d; border: 1px solid rgba(121,198,0,.14); border-radius: 16px;
  padding: clamp(18px, 1.8vw, 26px) clamp(20px, 2vw, 32px);
}
.flx-mini-item {
  display: flex; align-items: center; gap: 12px; flex: 1; justify-content: center; padding: 0 14px;
  border-right: 1px solid rgba(255,255,255,.08); font-size: clamp(12px, 1vw, 14px); color: #d6dad3; line-height: 1.3;
}
.flx-mini-item:last-child { border-right: 0; }
.flx-mini-ico {
  width: 38px; height: 38px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid rgba(121,198,0,.4); color: var(--verde);
}
.flx-mini-ico svg { width: 20px; height: 20px; }

/* ---- CTA final ---- */
.flx-cta { padding: clamp(24px, 2.6vw, 40px) 0 clamp(40px, 4.5vw, 72px); }
.flx-cta-box {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  background: #04120b; border: 1px solid rgba(121,198,0,.18); border-radius: 20px;
  padding: clamp(30px, 3vw, 48px) clamp(28px, 3vw, 52px);
}
.flx-cta-box::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .6;
  background:
    radial-gradient(circle at 14% 30%, rgba(90,160,25,.15), transparent 42%),
    linear-gradient(90deg, rgba(121,198,0,.04) 1px, transparent 1px) 0 0 / 40px 40px,
    linear-gradient(rgba(121,198,0,.04) 1px, transparent 1px) 0 0 / 40px 40px;
}
.flx-cta-box h2 { position: relative; z-index: 2; font-size: clamp(28px, 3vw, 44px); font-weight: 800; color: #fff; line-height: 1.08; }
.flx-cta-box .btn { position: relative; z-index: 2; }

/* ---- Responsivo ---- */
@media (max-width: 900px) {
  .flx-hero-inner { flex-direction: column; align-items: flex-start; }
  .flx-flow { width: 100%; }
  .flx-passos-grid { flex-direction: column; align-items: stretch; }
  .flx-passo { max-width: none; }
  .flx-seta-tracejada { transform: rotate(90deg); margin: 6px 0; }
  .flx-caminhos-grid { grid-template-columns: repeat(2, 1fr); }
  .flx-mini-box { flex-wrap: wrap; gap: 16px 0; }
  .flx-mini-item { flex: 1 1 45%; border-right: 0; justify-content: flex-start; }
  .flx-cta-box { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .flx-caminhos-grid { grid-template-columns: 1fr; }
  .flx-flow { flex-direction: column; gap: 0; }
  .flx-node { width: 100%; }
  .flx-conector {
    width: 2px; height: 36px; max-width: none; margin: 4px 0;
    background: linear-gradient(180deg, transparent, var(--verde), transparent);
  }
  .flx-conector::after {
    right: 50%; top: auto; bottom: -1px; transform: translateX(50%);
    border-left: 4px solid transparent; border-right: 4px solid transparent;
    border-top: 6px solid var(--verde); border-bottom: 0;
  }
}

/* Ajuste visual da tela existente de Fluxos de Atendimento */
.pagina-escura { background: #020a06; }
.pagina-escura .header { border-bottom: 1px solid rgba(255,255,255,.12); }
.pagina-escura .header-inner { height: 98px; padding-left: 22px; padding-right: 28px; }
.pagina-escura .brand { min-width: 218px; }
.pagina-escura .brand-logo { width: 48px; height: 58px; }
.pagina-escura .brand-name { font-size: 28px; }
.pagina-escura .brand-sub { font-size: 10px; }
.pagina-escura .nav { gap: 28px; }
.pagina-escura .nav a { font-size: 11px; }
.pagina-escura .atendimento-local { font-size: 10px; min-width: 130px; }
.pagina-escura .header .btn-verde { min-width: 138px; height: 38px; font-size: 11px; }

.pagina-escura .flx-hero { min-height: 424px; }
.pagina-escura .flx-hero::before {
  opacity: 1;
  background:
    radial-gradient(circle at 69% 47%, rgba(100,190,15,.15), transparent 37%),
    radial-gradient(circle at 63% 50%, rgba(121,198,0,.15) 1px, transparent 1.5px) 0 0 / 16px 16px,
    linear-gradient(135deg, transparent 0 64%, rgba(121,198,0,.05) 64% 64.2%, transparent 64.2%);
}
.pagina-escura .flx-hero-inner {
  min-height: 424px;
  padding: 52px 34px 42px;
  flex-wrap: nowrap;
  gap: 42px;
}
.pagina-escura .flx-hero-txt { min-width: 350px; }
.pagina-escura .flx-hero-txt h1 { font-size: 59px; line-height: .98; }
.pagina-escura .flx-hero-txt p { margin: 24px 0 27px; font-size: 17px; line-height: 1.55; }
.pagina-escura .flx-hero-txt .btn { height: 58px; min-width: 327px; padding: 0 18px; font-size: 15px; justify-content: flex-start; }
.pagina-escura .flx-hero-txt .btn .seta { margin-left: auto; }
.pagina-escura .flx-flow { min-width: 440px; gap: 0; align-items: flex-start; }
.pagina-escura .flx-node { width: 132px; gap: 12px; }
.pagina-escura .flx-circle { width: 112px; height: 112px; box-shadow: 0 0 18px rgba(121,198,0,.25); }
.pagina-escura .flx-node-title { font-size: 16px; }
.pagina-escura .flx-node-sub { font-size: 12px; }
.pagina-escura .flx-conector { width: 54px; margin-top: 55px; }

.pagina-escura .flx-passos { padding: 32px 34px 58px; }
.pagina-escura .flx-titulo { font-size: 25px; margin-bottom: 34px; }
.pagina-escura .flx-titulo::before, .pagina-escura .flx-titulo::after { width: 78px; height: 1px; }
.pagina-escura .flx-passos-grid { gap: 55px; }
.pagina-escura .flx-passo { max-width: 220px; min-height: 255px; padding: 54px 20px 25px; justify-content: center; border-color: rgba(121,198,0,.35); }
.pagina-escura .flx-passo-num { width: 34px; height: 34px; top: 18px; left: 16px; color: #071007; background: var(--verde); font-size: 19px; }
.pagina-escura .flx-passo-ico { width: 86px; height: 86px; }
.pagina-escura .flx-passo p { font-size: 19px; line-height: 1.35; }
.pagina-escura .flx-seta-tracejada { width: 42px; margin-left: -48px; margin-right: -48px; }

.pagina-escura .flx-caminhos { padding: 0 26px 38px; }
.pagina-escura .flx-caminhos .flx-titulo { margin-bottom: 27px; }
.pagina-escura .flx-caminhos-grid { gap: 14px; }
.pagina-escura .flx-caminho { min-height: 262px; padding: 28px 16px 20px; gap: 17px; border-color: rgba(121,198,0,.35); }
.pagina-escura .flx-caminho-ico { width: 72px; height: 72px; }
.pagina-escura .flx-caminho h3 { font-size: 20px; line-height: 1.4; }
.pagina-escura .flx-caminho-arrow { width: 38px; height: 38px; }

.pagina-escura .flx-mini { padding: 0 14px 38px; }
.pagina-escura .flx-mini-box { min-height: 135px; padding: 20px 24px; border-color: rgba(121,198,0,.28); }
.pagina-escura .flx-mini-item { min-height: 82px; font-size: 16px; padding: 0 22px; }
.pagina-escura .flx-mini-ico { width: 58px; height: 58px; border: 0; }
.pagina-escura .flx-mini-ico svg { width: 46px; height: 46px; }

.pagina-escura .flx-cta { padding: 0 14px 50px; }
.pagina-escura .flx-cta-box { min-height: 180px; padding: 30px 52px; border-radius: 18px; }
.pagina-escura .flx-cta-box h2 { font-size: 36px; }
.pagina-escura .flx-cta-box .btn { min-width: 380px; height: 68px; font-size: 18px; }

@media (min-width: 701px) and (max-width: 950px) {
  .pagina-escura .nav { position: static; width: auto; height: auto; padding: 0; transform: none; box-shadow: none; flex-direction: row; background: transparent; gap: 24px; }
  .pagina-escura .nav a { width: auto; padding: 6px 0; border: 0; font-size: 10px; }
  .pagina-escura .menu-hamburguer { display: none; }
  .pagina-escura .atendimento-local { display: flex; }
  .pagina-escura .header-inner { gap: 12px; }
  .pagina-escura .brand { min-width: 205px; }
  .pagina-escura .header .btn-verde { min-width: 138px; display: inline-flex; }
  .pagina-escura .flx-hero-inner { flex-direction: row; align-items: center; padding-left: 24px; padding-right: 24px; gap: 18px; }
  .pagina-escura .flx-hero-txt { min-width: 320px; }
  .pagina-escura .flx-flow { min-width: 420px; }
  .pagina-escura .flx-passos-grid { flex-direction: row; align-items: stretch; }
  .pagina-escura .flx-passo { max-width: 220px; }
  .pagina-escura .flx-seta-tracejada { transform: none; }
  .pagina-escura .flx-caminhos-grid { grid-template-columns: repeat(4, 1fr); }
  .pagina-escura .flx-mini-box { flex-wrap: nowrap; }
  .pagina-escura .flx-mini-item { flex: 1; justify-content: center; border-right: 1px solid rgba(255,255,255,.08); }
  .pagina-escura .flx-cta-box { flex-direction: row; align-items: center; }
}

@media (max-width: 700px) {
  .pagina-escura .flx-hero-inner { min-height: auto; padding: 38px 22px; }
  .pagina-escura .flx-hero-txt { min-width: 0; }
  .pagina-escura .flx-hero-txt h1 { font-size: 46px; }
  .pagina-escura .flx-flow { min-width: 0; }
  .pagina-escura .flx-passos, .pagina-escura .flx-caminhos { padding-left: 18px; padding-right: 18px; }
  .pagina-escura .flx-mini-item { font-size: 13px; }
  .pagina-escura .flx-cta-box .btn { min-width: 0; width: 100%; }
}

/* ============================================================
   PÁGINA — SOBRE A TECH4YOU (sobre.html)
   ============================================================ */

/* ---- Hero ---- */
.sob-hero { position: relative; overflow: hidden; background: #04120b; }
.sob-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .6; z-index: 1;
  background:
    linear-gradient(90deg, rgba(121,198,0,.045) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(121,198,0,.045) 1px, transparent 1px) 0 0 / 42px 42px;
}
.sob-hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.02fr 1fr; align-items: center;
  gap: clamp(24px, 3vw, 44px); padding: clamp(30px, 3.4vw, 54px) 0 clamp(34px, 3.6vw, 58px);
}
.sob-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: clamp(12px, 1vw, 14px); color: #9aa39a; margin-bottom: clamp(14px, 1.4vw, 20px); }
.sob-breadcrumb a { color: #cfd4cd; }
.sob-breadcrumb a:hover { color: #fff; }
.sob-breadcrumb .sep { color: var(--verde); }
.sob-hero-txt h1 { font-size: clamp(32px, 3.5vw, 56px); font-weight: 800; line-height: 1.06; letter-spacing: -1.2px; color: #fff; }
.sob-hero-txt p { margin-top: clamp(16px, 1.6vw, 24px); font-size: clamp(14px, 1.1vw, 18px); color: #b6bcb4; line-height: 1.6; max-width: 560px; }

.sob-hero-visual { position: relative; }
.sob-hero-img {
  border-radius: 18px; overflow: hidden; aspect-ratio: 16 / 10;
  background: radial-gradient(circle at 60% 40%, #123020, #04120b 70%);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.sob-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sob-proposito {
  position: absolute; left: clamp(-10px, -.8vw, 0px); bottom: clamp(-16px, -1.4vw, -10px);
  max-width: 88%;
  display: flex; align-items: flex-start; gap: 14px;
  background: rgba(6,16,11,.92); backdrop-filter: blur(6px);
  border: 1px solid rgba(121,198,0,.4); border-radius: 16px;
  padding: 16px 20px; box-shadow: var(--sombra-card);
}
.sob-prop-ico {
  width: 42px; height: 42px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid rgba(121,198,0,.5); color: var(--verde);
}
.sob-proposito strong { display: block; color: var(--verde); font-size: 15px; margin-bottom: 4px; }
.sob-proposito p { font-size: 12.5px; color: #c3c9c1; line-height: 1.45; }

/* ---- Estatísticas ---- */
.sob-stats { background: #04120b; padding: 0 0 clamp(30px, 3.4vw, 52px); }
.sob-stats-box {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #0a120d; border: 1px solid rgba(121,198,0,.16); border-radius: 18px;
  padding: clamp(20px, 2vw, 30px) clamp(16px, 1.6vw, 26px);
}
.sob-stat { display: flex; align-items: center; gap: 16px; padding: 6px clamp(14px, 1.5vw, 24px); border-right: 1px solid rgba(255,255,255,.08); }
.sob-stat:last-child { border-right: 0; }
.sob-stat-ico {
  width: clamp(48px, 4vw, 60px); height: clamp(48px, 4vw, 60px); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid rgba(121,198,0,.4); color: var(--verde);
}
.sob-stat-txt strong { display: block; font-size: clamp(24px, 2.3vw, 34px); font-weight: 800; color: var(--verde); line-height: 1; margin-bottom: 6px; }
.sob-stat-txt strong.titulo { font-size: clamp(17px, 1.5vw, 22px); }
.sob-stat-txt span { font-size: clamp(11px, .9vw, 13px); color: #aab0a8; line-height: 1.35; }

/* ---- Por que escolhem (fundo claro) ---- */
.sob-porque { background: #f4f4ef; padding: clamp(40px, 4vw, 64px) 0; }
.sob-titulo {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  text-align: center; font-size: clamp(22px, 2.4vw, 32px); font-weight: 800; color: #101314;
  margin-bottom: clamp(28px, 3vw, 44px);
}
.sob-titulo .verde { color: var(--verde); }
.sob-titulo::before, .sob-titulo::after { content: ""; width: 40px; height: 2px; flex-shrink: 0; }
.sob-titulo::before { background: linear-gradient(90deg, transparent, var(--verde)); }
.sob-titulo::after { background: linear-gradient(90deg, var(--verde), transparent); }

.sob-porque-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.5vw, 22px); }
.sob-card {
  background: #fbfbf9; border: 1px solid #e2e5df; border-radius: 14px;
  padding: clamp(22px, 2.2vw, 32px) clamp(20px, 2vw, 28px); text-align: center;
  display: flex; flex-direction: column; align-items: center;
  transition: box-shadow .18s, transform .18s, border-color .18s;
}
.sob-card:hover { box-shadow: 0 14px 32px rgba(0,0,0,.07); transform: translateY(-3px); border-color: #c9d6b5; }
.sob-card-ico {
  width: 54px; height: 54px; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center; color: #1c2a12;
}
.sob-card-ico svg { width: 30px; height: 30px; }
.sob-card h3 { font-size: clamp(15px, 1.2vw, 18px); font-weight: 700; color: #101314; margin-bottom: 10px; }
.sob-card p { font-size: clamp(12.5px, 1vw, 14px); color: #52585a; line-height: 1.55; }

/* ---- Prova social ---- */
.sob-prova { background: #fff; padding: 8px 31px 28px; }
.sob-prova-cabecalho { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.sob-prova-tag { display: inline-flex; margin-bottom: 8px; padding: 5px 9px; border-radius: 20px; background: #eff8e1; color: #4f8500; font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.sob-prova-cabecalho h2 { color: #101314; font-size: clamp(23px, 2.2vw, 31px); line-height: 1.15; }
.sob-prova-cabecalho h2 .verde { color: var(--verde); }
.sob-prova-cabecalho p { margin-top: 7px; color: #606662; font-size: 12px; }
.sob-prova-google { min-width: 300px; display: grid; grid-template-columns: 38px 58px 1fr; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid #e1e5de; border-radius: 12px; background: #fbfcfa; }
.sob-google-g { font-size: 28px; font-weight: 800; color: #4285f4; }
.sob-prova-google strong, .sob-prova-google small { display: block; }
.sob-prova-google strong { color: #151817; font-size: 18px; }
.sob-prova-google small { color: #f5b400; font-size: 10px; letter-spacing: 1px; }
.sob-prova-google em { color: #747b76; font-size: 10px; font-style: normal; line-height: 1.35; }
.sob-depoimentos-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; }
.sob-depoimento { min-height: 205px; display: flex; flex-direction: column; padding: 18px; border: 1px solid #dfe4dc; border-radius: 13px; background: #fbfcfa; transition: transform .18s, border-color .18s, box-shadow .18s; }
.sob-depoimento:hover { transform: translateY(-3px); border-color: #b7ce91; box-shadow: 0 12px 25px rgba(18,34,8,.07); }
.sob-depoimento-topo { display: flex; align-items: flex-start; justify-content: space-between; }
.sob-estrelas { color: #f5b400; font-size: 12px; letter-spacing: 1px; }
.sob-aspas { color: var(--verde); font-family: Georgia, serif; font-size: 35px; line-height: .7; opacity: .8; }
.sob-depoimento > p { flex: 1; margin: 13px 0 17px; color: #464c48; font-size: 11.5px; line-height: 1.55; }
.sob-depoimento footer { display: flex; align-items: center; gap: 10px; padding-top: 13px; border-top: 1px solid #e6e9e4; }
.sob-avatar { width: 35px; height: 35px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #eaf5d8; color: #416d05; font-size: 10px; font-weight: 800; }
.sob-depoimento footer strong, .sob-depoimento footer small { display: block; }
.sob-depoimento footer strong { color: #171a18; font-size: 11px; }
.sob-depoimento footer small { margin-top: 2px; color: #7a817c; font-size: 9px; }
.sob-prova-aviso { margin-top: 10px; color: #929892; font-size: 9px; text-align: right; }

/* ---- CTA ---- */
.sob-cta { background: #f4f4ef; padding: 0 0 clamp(30px, 3vw, 48px); }
.sob-cta-box {
  position: relative; overflow: hidden;
  display: flex; align-items: center; gap: clamp(20px, 2vw, 34px); flex-wrap: wrap;
  background: #050d09; border-radius: 20px;
  padding: clamp(26px, 2.6vw, 40px) clamp(26px, 2.8vw, 46px);
}
.sob-cta-box::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background: radial-gradient(circle at 12% 40%, rgba(90,160,25,.16), transparent 42%);
}
.sob-cta-ico {
  position: relative; z-index: 2;
  width: clamp(52px, 4.4vw, 64px); height: clamp(52px, 4.4vw, 64px); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid rgba(121,198,0,.5); color: var(--verde);
}
.sob-cta-titulo { position: relative; z-index: 2; font-size: clamp(19px, 1.7vw, 26px); font-weight: 800; color: #fff; line-height: 1.15; }
.sob-cta-desc { position: relative; z-index: 2; flex: 1; min-width: 240px; font-size: clamp(13px, 1.05vw, 15px); color: #b6bcb4; line-height: 1.5; }
.sob-cta-btn { position: relative; z-index: 2; flex-shrink: 0; }
.sob-cta-btn::after { display: none; }

/* ---- Responsivo ---- */
@media (max-width: 960px) {
  .sob-hero-inner { grid-template-columns: 1fr; }
  .sob-hero-visual { order: -1; }
  .sob-stats-box { grid-template-columns: repeat(2, 1fr); gap: 8px 0; }
  .sob-stat:nth-child(2) { border-right: 0; }
  .sob-porque-grid { grid-template-columns: repeat(2, 1fr); }
  .sob-cta-box { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .sob-stats-box { grid-template-columns: 1fr; }
  .sob-stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 14px; }
  .sob-stat:last-child { border-bottom: 0; }
  .sob-porque-grid { grid-template-columns: 1fr; }
  .sob-proposito { position: static; max-width: none; margin-top: 14px; }
}

/* Ajuste visual da tela existente Sobre a Tech4You */
.pagina-sobre .header-inner { height: 90px; padding-left: 48px; padding-right: 38px; }
.pagina-sobre .brand { min-width: 250px; }
.pagina-sobre .nav { gap: clamp(22px, 2.4vw, 38px); }
.pagina-sobre .nav a { font-size: 13px; }
.pagina-sobre .header .btn-verde { min-width: 210px; height: 48px; font-size: 13px; }

.pagina-sobre .sob-hero { height: 338px; }
.pagina-sobre .sob-hero::before {
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(2,17,13,.98) 0%, rgba(2,17,13,.91) 35%, rgba(2,17,13,.34) 58%, rgba(2,17,13,.04) 100%),
    radial-gradient(circle at 32% 48%, rgba(121,198,0,.10) 1px, transparent 1.5px) 0 0 / 28px 28px;
}
.pagina-sobre .sob-hero-inner { display: block; height: 338px; padding: 30px 60px 28px; }
.pagina-sobre .sob-hero-txt { position: relative; z-index: 4; width: 56%; }
.pagina-sobre .sob-breadcrumb { margin-bottom: 14px; font-size: 13px; }
.pagina-sobre .sob-hero-txt h1 { font-size: 39px; line-height: 1.08; }
.pagina-sobre .sob-hero-txt p { margin-top: 20px; font-size: 16px; line-height: 1.48; }
.pagina-sobre .sob-hero-visual { position: absolute; z-index: 2; inset: 0; }
.pagina-sobre .sob-hero-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      #02110d 0%,
      #02110d 23%,
      rgba(2,17,13,.94) 32%,
      rgba(2,17,13,.72) 42%,
      rgba(2,17,13,.35) 53%,
      rgba(2,17,13,.10) 62%,
      transparent 70%),
    linear-gradient(180deg, rgba(2,11,8,.08), transparent 55%, rgba(2,11,8,.18));
}
.pagina-sobre .sob-hero-img { width: 100%; height: 100%; border-radius: 0; aspect-ratio: auto; box-shadow: none; }
.pagina-sobre .sob-hero-img img { object-position: 50% 50%; }
.pagina-sobre .sob-proposito { z-index: 2; left: 52%; bottom: 14px; width: 370px; padding: 13px 17px; border-radius: 14px; }
.pagina-sobre .sob-proposito strong { font-size: 14px; }
.pagina-sobre .sob-proposito p { font-size: 12px; }

.pagina-sobre .sob-stats { padding: 0 30px 4px; }
.pagina-sobre .sob-stats-box { min-height: 110px; padding: 13px 28px; border-radius: 14px; }
.pagina-sobre .sob-stat { gap: 18px; padding: 4px 26px; }
.pagina-sobre .sob-stat-ico { width: 68px; height: 68px; }
.pagina-sobre .sob-stat-ico svg { width: 34px; height: 34px; }
.pagina-sobre .sob-stat-txt strong { font-size: 30px; margin-bottom: 3px; }
.pagina-sobre .sob-stat-txt strong.titulo { font-size: 20px; }
.pagina-sobre .sob-stat-txt span { font-size: 12px; }

.pagina-sobre .sob-porque { padding: 20px 31px 17px; background: #fff; }
.pagina-sobre .sob-titulo { margin-bottom: 18px; font-size: 25px; }
.pagina-sobre .sob-titulo::before, .pagina-sobre .sob-titulo::after { width: 48px; height: 1px; }
.pagina-sobre .sob-porque-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 13px; padding: 0; }
.pagina-sobre .sob-card { min-height: 178px; padding: 16px 13px 13px; border-radius: 12px; }
.pagina-sobre .sob-card:hover { transform: none; box-shadow: none; }
.pagina-sobre .sob-card-ico { width: 48px; height: 48px; margin-bottom: 10px; }
.pagina-sobre .sob-card-ico svg { width: 38px; height: 38px; }
.pagina-sobre .sob-card h3 { font-size: 13px; margin-bottom: 9px; line-height: 1.2; }
.pagina-sobre .sob-card p { font-size: 11px; line-height: 1.48; }

.pagina-sobre .sob-cta { padding: 0 35px 4px; background: #fff; }
.pagina-sobre .sob-cta-box { min-height: 106px; padding: 13px 54px; border-radius: 17px; flex-wrap: nowrap; gap: 30px; }
.pagina-sobre .sob-cta-ico { width: 68px; height: 68px; }
.pagina-sobre .sob-cta-titulo { min-width: 305px; font-size: 20px; }
.pagina-sobre .sob-cta-desc { font-size: 13px; }
.pagina-sobre .sob-cta-btn { min-width: 275px; height: 54px; }

.pagina-sobre .diferenciais { margin-top: 0; }
.pagina-sobre .diferenciais-inner {
  min-height: 112px;
  padding: 18px 42px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) 155px;
  align-items: center;
  gap: 0;
}
.pagina-sobre .dif-item {
  width: 100%;
  min-width: 0;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  overflow: hidden;
}
.pagina-sobre .dif-ico { width: 43px; height: 43px; }
.pagina-sobre .dif-txt { min-width: 0; }
.pagina-sobre .dif-txt strong { font-size: 11px; white-space: normal; line-height: 1.25; }
.pagina-sobre .dif-txt span { font-size: 9px; line-height: 1.45; white-space: normal; }
.pagina-sobre .dif-whats { width: 145px; min-width: 145px; margin-left: 10px; padding: 11px 13px; }

@media (max-width: 1050px) {
  .pagina-sobre .sob-hero { height: auto; }
  .pagina-sobre .sob-hero-inner { height: auto; padding: 30px; }
  .pagina-sobre .sob-hero-txt { width: 52%; }
  .pagina-sobre .sob-stats-box { grid-template-columns: repeat(2, 1fr); }
  .pagina-sobre .sob-porque-grid { grid-template-columns: repeat(3, 1fr); }
  .pagina-sobre .sob-depoimentos-grid { grid-template-columns: repeat(2, 1fr); }
  .pagina-sobre .sob-prova-cabecalho { align-items: flex-start; flex-direction: column; }
  .pagina-sobre .sob-cta-box { flex-wrap: wrap; }
  .pagina-sobre .diferenciais-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 0; }
  .pagina-sobre .dif-whats { width: 100%; margin: 0; grid-column: 1 / -1; }
}

@media (min-width: 1051px) and (max-width: 1450px) {
  .pagina-sobre .diferenciais-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 0; }
  .pagina-sobre .dif-whats { width: auto; margin: 0 15px; grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .pagina-sobre .sob-hero-inner { padding: 28px 22px; }
  .pagina-sobre .sob-hero-txt { width: 100%; }
  .pagina-sobre .sob-hero-visual { position: relative; inset: auto; height: 300px; margin-top: 24px; }
  .pagina-sobre .sob-proposito { position: absolute; left: 12px; right: 12px; bottom: 12px; width: auto; }
  .pagina-sobre .sob-stats { padding-left: 14px; padding-right: 14px; }
  .pagina-sobre .sob-stats-box { grid-template-columns: 1fr; }
  .pagina-sobre .sob-porque-grid { grid-template-columns: 1fr; }
  .pagina-sobre .sob-prova { padding-left: 14px; padding-right: 14px; }
  .pagina-sobre .sob-depoimentos-grid { grid-template-columns: 1fr; }
  .pagina-sobre .sob-prova-google { min-width: 0; width: 100%; }
  .pagina-sobre .sob-cta { padding-left: 14px; padding-right: 14px; }
  .pagina-sobre .sob-cta-titulo { min-width: 0; }
}

/* Cabeçalho único compartilhado por todas as páginas */
body .header { position: relative; top: auto; border-radius: 0; background: #020b0a; }
body .header .header-inner {
  width: 100%;
  max-width: none;
  height: 96px;
  padding: 0 52px;
  gap: 24px;
}
body .header .brand { min-width: 280px; gap: 12px; }
body .header .brand-oficial { width: 214px; height: 80px; min-width: 214px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
body .header .brand-oficial img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 60%; transform: scale(.90) translateY(9px); mix-blend-mode: screen; }
body .header .brand-logo { width: 52px; height: 62px; background: transparent; color: #fff; }
body .header .brand-name { font-size: 32px; }
body .header .brand-sub { font-size: 11px; color: #fff; }
body .header .nav { position: static; display: flex; flex-direction: row; align-items: center; width: auto; height: auto; padding: 0; gap: clamp(24px, 2.3vw, 44px); background: transparent; box-shadow: none; transform: none; }
body .header .nav a { width: auto; padding: 8px 0; border: 0; font-size: 13px; color: #fff; }
body .header .nav a.ativo { color: var(--verde); font-weight: 600; }
body .header .header-actions { gap: 28px; }
body .header .atendimento-local { display: flex; min-width: 165px; font-size: 11px; color: #fff; }
body .header .btn-verde { display: inline-flex; width: 220px; min-width: 220px; height: 50px; padding: 0 20px; font-size: 13px; }
html body .header .header-actions .btn.btn-verde {
  width: 220px;
  min-width: 220px;
  height: 50px;
  min-height: 50px;
  padding: 0 20px;
  font-size: 13px;
}
body .header .menu-hamburguer { display: none; }

/* ============================================================
   PÁGINAS — DETALHES DAS SOLUÇÕES
   ============================================================ */
.pagina-solucao { background: #030b07; }
.sd-main { overflow: hidden; }
.sd-hero { position: relative; background: #03100a; border-top: 1px solid rgba(255,255,255,.04); }
.sd-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 45%, rgba(121,198,0,.16), transparent 28%), linear-gradient(90deg, rgba(121,198,0,.035) 1px, transparent 1px) 0 0 / 42px 42px, linear-gradient(rgba(121,198,0,.035) 1px, transparent 1px) 0 0 / 42px 42px; }
.sd-hero-inner { position: relative; display: grid; grid-template-columns: 1.08fr .8fr; align-items: center; gap: clamp(50px, 7vw, 110px); min-height: 510px; padding: 58px 52px 66px; }
.sd-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #778078; font-size: 12px; }
.sd-breadcrumb a { color: #b8c0ba; }
.sd-breadcrumb span, .sd-breadcrumb em { color: var(--verde); font-style: normal; }
.sd-kicker { display: inline-block; margin-bottom: 12px; color: var(--verde); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.sd-hero-copy h1 { max-width: 760px; color: #fff; font-size: clamp(36px, 4vw, 62px); line-height: 1.02; letter-spacing: -1.8px; }
.sd-hero-copy h2 { max-width: 700px; margin-top: 16px; color: var(--verde); font-size: clamp(20px, 2vw, 30px); line-height: 1.18; }
.sd-hero-copy > p { max-width: 650px; margin-top: 19px; color: #aeb6b0; font-size: clamp(14px, 1.1vw, 17px); line-height: 1.62; }
.sd-hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.sd-hero-actions .btn { min-width: 210px; justify-content: center; }
.sd-hero-actions .btn-outline { border-color: rgba(255,255,255,.3); color: #fff; }
.sd-hero-visual { position: relative; min-height: 330px; display: flex; align-items: center; justify-content: center; }
.sd-numero { position: absolute; right: 0; top: -25px; color: rgba(121,198,0,.07); font-size: clamp(150px, 18vw, 280px); font-weight: 900; line-height: 1; }
.sd-icone-principal { position: relative; z-index: 2; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(121,198,0,.38); border-radius: 40px; color: var(--verde); background: rgba(3,14,8,.84); box-shadow: 0 25px 70px rgba(0,0,0,.4), 0 0 45px rgba(121,198,0,.08); transform: rotate(-4deg); }
.sd-icone-principal svg { width: 80px; height: 80px; transform: rotate(4deg); }
.sd-visual-card { position: absolute; z-index: 3; right: 0; bottom: 8px; width: 230px; padding: 17px 20px; border: 1px solid rgba(121,198,0,.36); border-radius: 13px; background: rgba(6,17,10,.94); }
.sd-visual-card strong, .sd-visual-card span { display: block; }
.sd-visual-card strong { color: var(--verde); font-size: 13px; }
.sd-visual-card span { margin-top: 5px; color: #9ca59e; font-size: 11px; line-height: 1.4; }
.sd-entregas { padding: 60px 52px 68px; background: #fff; }
.sd-secao-topo { margin-bottom: 28px; }
.sd-secao-topo > span, .sd-processo-copy > span { color: #5d940b; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.sd-secao-topo h2 { margin-top: 8px; color: #111512; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; }
.sd-secao-topo h2 em { color: var(--verde); font-style: normal; }
.sd-entregas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.sd-entregas-grid article { position: relative; min-height: 235px; padding: 25px 22px; border: 1px solid #dfe4dc; border-radius: 15px; background: #fbfcfa; }
.sd-card-num { position: absolute; top: 17px; right: 17px; color: #e3e9df; font-size: 22px; font-weight: 800; }
.sd-card-ico { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 12px; color: #4d8500; background: #edf7df; }
.sd-card-ico svg { width: 25px; height: 25px; }
.sd-entregas-grid h3 { margin-top: 28px; color: #151916; font-size: 17px; line-height: 1.2; }
.sd-entregas-grid p { margin-top: 10px; color: #5d635f; font-size: 12.5px; line-height: 1.55; }
.sd-processo { padding: 64px 52px; background: #f3f5f0; }
.sd-processo-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.sd-processo-copy h2 { margin-top: 9px; color: #111512; font-size: clamp(27px, 2.8vw, 40px); line-height: 1.1; }
.sd-processo-copy p { margin-top: 16px; color: #626863; font-size: 13px; line-height: 1.6; }
.sd-passos { display: grid; gap: 12px; }
.sd-passos article { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 17px; padding: 17px 20px; border: 1px solid #dce2d8; border-radius: 13px; background: #fff; }
.sd-passos article > span { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--verde); color: #102000; font-size: 16px; font-weight: 800; }
.sd-passos h3 { color: #161a17; font-size: 15px; }
.sd-passos p { margin-top: 4px; color: #68706a; font-size: 11.5px; }
.sd-beneficios { padding: 42px 52px; background: #04120b; }
.sd-beneficios h2 { margin-bottom: 24px; text-align: center; color: #fff; font-size: 25px; }
.sd-beneficios-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(121,198,0,.18); border-radius: 15px; background: #09150d; }
.sd-beneficios-grid div { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 90px; padding: 18px; border-right: 1px solid rgba(255,255,255,.08); color: #e6eae6; font-size: 13px; font-weight: 600; }
.sd-beneficios-grid div:last-child { border-right: 0; }
.sd-beneficios-grid svg { width: 25px; height: 25px; flex-shrink: 0; color: var(--verde); }
.sd-cta { padding: 45px 52px 60px; background: #04120b; }
.sd-cta-box { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 33px 38px; border: 1px solid rgba(121,198,0,.28); border-radius: 18px; background: radial-gradient(circle at 10% 40%, rgba(121,198,0,.12), transparent 35%), #07140c; }
.sd-cta-box > div > span { color: var(--verde); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.sd-cta-box h2 { margin-top: 6px; color: #fff; font-size: clamp(23px, 2.3vw, 34px); }
.sd-cta-box p { margin-top: 8px; color: #929b94; font-size: 12px; }
.sd-cta-box .btn { min-width: 270px; justify-content: center; }

@media (max-width: 950px) {
  .sd-hero-inner { grid-template-columns: 1fr; padding-left: 28px; padding-right: 28px; }
  .sd-hero-visual { min-height: 270px; }
  .sd-entregas, .sd-processo, .sd-beneficios, .sd-cta { padding-left: 28px; padding-right: 28px; }
  .sd-entregas-grid { grid-template-columns: repeat(2, 1fr); }
  .sd-processo-inner { grid-template-columns: 1fr; gap: 30px; }
  .sd-beneficios-grid { grid-template-columns: repeat(2, 1fr); }
  .sd-beneficios-grid div:nth-child(2) { border-right: 0; }
  .sd-beneficios-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .sd-cta-box { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .sd-hero-inner { min-height: auto; padding: 36px 18px 45px; gap: 25px; }
  .sd-hero-copy h1 { letter-spacing: -1px; }
  .sd-hero-actions { flex-direction: column; }
  .sd-hero-actions .btn { width: 100%; }
  .sd-hero-visual { min-height: 240px; }
  .sd-icone-principal { width: 145px; height: 145px; }
  .sd-visual-card { right: 0; width: 205px; }
  .sd-entregas, .sd-processo, .sd-beneficios, .sd-cta { padding-left: 18px; padding-right: 18px; }
  .sd-entregas-grid, .sd-beneficios-grid { grid-template-columns: 1fr; }
  .sd-beneficios-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .sd-beneficios-grid div:last-child { border-bottom: 0; }
  .sd-cta-box { padding: 25px 20px; }
  .sd-cta-box .btn { min-width: 0; width: 100%; }
}

@media (max-width: 1250px) {
  body .header .header-inner { height: 82px; padding: 0 28px; gap: 16px; }
  body .header .brand { min-width: 220px; }
  body .header .brand-oficial { width: 182px; height: 58px; min-width: 182px; }
  body .header .brand-logo { width: 45px; height: 53px; }
  body .header .brand-name { font-size: 27px; }
  body .header .brand-sub { font-size: 9px; }
  body .header .nav { gap: 17px; }
  body .header .nav a { font-size: 11px; }
  body .header .atendimento-local { display: none; }
  body .header .btn-verde { width: 175px; min-width: 175px; height: 42px; font-size: 11px; }
  html body .header .header-actions .btn.btn-verde { width: 175px; min-width: 175px; height: 42px; min-height: 42px; font-size: 11px; }
}

@media (max-width: 900px) {
  body .header .header-inner { height: 72px; padding: 0 20px; }
  body .header .brand { min-width: 0; }
  body .header .brand-oficial { width: 150px; height: 50px; min-width: 150px; }
  body .header .brand-logo { width: 42px; height: 48px; }
  body .header .brand-name { font-size: 25px; }
  body .header .header-actions { margin-left: auto; gap: 10px; }
  body .header .btn-verde { display: none; }
  body .header .menu-hamburguer { display: flex; z-index: 110; }
  body .header .nav {
    position: fixed; top: 0; right: 0; z-index: 105;
    width: min(290px, 84vw); height: 100vh;
    padding: 86px 25px 25px;
    flex-direction: column; align-items: flex-start; gap: 4px;
    background: #07110d; box-shadow: -10px 0 35px rgba(0,0,0,.45);
    transform: translateX(100%); transition: transform .25s;
  }
  body .header .nav.aberto { transform: translateX(0); }
  body .header .nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 15px; }
}

/* ============================================================
   RODAPÉ — comum a todas as páginas
   ============================================================ */
.rodape {
  position: relative;
  background: #020b0a;
  color: var(--texto-inv);
  margin-top: auto;
}
.rodape::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 88% 12%, rgba(57,140,38,.14), transparent 30%);
}
.rodape > * { position: relative; z-index: 1; }

.rodape-topo {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-top: clamp(46px, 5vw, 70px);
  padding-bottom: clamp(36px, 4vw, 52px);
}

/* ----- Coluna da marca ----- */
.rodape-logo { display: inline-block; }
.rodape-logo img { height: 46px; width: auto; display: block; }
.rodape-marca p {
  margin-top: 18px;
  color: #98a1ac;
  font-size: 14px;
  line-height: 1.65;
  max-width: 34ch;
}
.rodape-local {
  display: flex; align-items: center; gap: 10px;
  margin-top: 20px;
  font-size: 13px; line-height: 1.35;
}
.rodape-local strong { color: #fff; font-weight: 600; }
.rodape-local span:last-child { color: #98a1ac; }

.rodape-social { display: flex; gap: 10px; margin-top: 22px; }
.rodape-social a {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 11px;
  color: #cfd5dd;
  transition: background .18s, border-color .18s, color .18s, transform .18s;
}
.rodape-social a:hover {
  background: rgba(46,204,64,.14);
  border-color: var(--verde);
  color: var(--verde-claro);
  transform: translateY(-2px);
}
.rodape-social svg { width: 19px; height: 19px; }

/* ----- Colunas de links ----- */
.rodape-col h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}
.rodape-col ul { display: flex; flex-direction: column; gap: 11px; }
.rodape-col ul a {
  color: #98a1ac;
  font-size: 14px;
  transition: color .18s, padding-left .18s;
}
.rodape-col ul a:hover { color: var(--verde-claro); padding-left: 4px; }

/* ----- Coluna de contato ----- */
.rodape-contato ul { gap: 16px; }
.rodape-contato li { display: flex; gap: 11px; align-items: flex-start; }
.rodape-contato li svg {
  width: 17px; height: 17px;
  color: var(--verde);
  flex-shrink: 0;
  margin-top: 2px;
}
.rodape-contato strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.rodape-contato small {
  display: block;
  color: #7d8794;
  font-size: 12.5px;
  margin-top: 2px;
  line-height: 1.5;
}
.rodape-contato a strong { transition: color .18s; }
.rodape-contato a:hover strong { color: var(--verde-claro); }
.rodape-contato .btn { margin-top: 24px; }

/* ----- Barra inferior ----- */
.rodape-base { border-top: 1px solid rgba(255,255,255,.09); }
.rodape-base-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px 26px;
  padding-top: 20px; padding-bottom: 20px;
  color: #79828f;
  font-size: 13px;
}
.rodape-base-inner a { color: #79828f; transition: color .18s; }
.rodape-base-inner a:hover { color: var(--verde-claro); }
.rodape-legal { display: flex; flex-wrap: wrap; gap: 8px 22px; }

@media (max-width: 980px) {
  .rodape-topo { grid-template-columns: 1fr 1fr; }
  .rodape-marca { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .rodape-topo { grid-template-columns: 1fr; gap: 32px; }
  .rodape-marca p { max-width: none; }
  .rodape-base-inner { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   PÁGINA 404
   ============================================================ */
.erro-main {
  display: flex; align-items: center;
  min-height: calc(100vh - 82px - 120px);
  background: var(--creme);
  padding: clamp(50px, 8vw, 96px) 0;
}
.erro-inner { text-align: center; max-width: 640px; margin: 0 auto; }
.erro-codigo {
  display: block;
  font-size: clamp(84px, 16vw, 150px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -6px;
  color: var(--verde);
  opacity: .22;
}
.erro-inner h1 {
  font-size: clamp(24px, 3.4vw, 36px);
  letter-spacing: -.8px;
  margin-top: -14px;
}
.erro-inner > p {
  color: var(--texto-2);
  font-size: 16px;
  line-height: 1.65;
  margin: 16px auto 0;
  max-width: 48ch;
}
.erro-acoes {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
  margin-top: 30px;
}
.erro-atalhos {
  display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: center; align-items: center;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--borda);
  font-size: 14px;
}
.erro-atalhos span { color: var(--texto-2); }
.erro-atalhos a { color: var(--texto); font-weight: 600; transition: color .18s; }
.erro-atalhos a:hover { color: var(--verde); }

/* ----- <picture> não deve interferir no layout dos containers de imagem ----- */
.hero-img picture,
.sob-hero-img picture { display: block; width: 100%; height: 100%; }
