/* =========================================================
   ACESSAR ENGENHARIA — Landing Page de alta conversão
   Design system baseado na IDV (verde esmeralda + ink + alerta)
   Tipografia: Poppins (títulos) + Open Sans (corpo)
   ========================================================= */

:root {
  /* Marca — verde esmeralda */
  --green-900: #043d2c;
  --green-800: #004e3b;
  --green-700: #007956;
  --green-600: #00925f;
  --green-500: #00bb7f;
  --green-300: #5ee9b5;
  --green-100: #d0fae5;
  --green-50:  #ecfdf5;

  /* Ink / neutros */
  --ink:        #0b1512;
  --ink-800:    #14201b;
  --ink-700:    #223029;
  --ink-muted:  #52605a;
  --ink-subtle: #7a867f;
  --line:       #e4eae7;
  --surface:    #f6f8f7;
  --surface-2:  #eef2f0;
  --white:      #ffffff;

  /* Alerta / urgência */
  --red-600: #e40014;
  --red-500: #f5222d;
  --red-50:  #fef2f2;

  /* Whatsapp */
  --wa: #25d366;
  --wa-dark: #1ebe5a;

  /* Utilidades */
  --radius:    16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(4, 61, 44, .06), 0 2px 8px rgba(4, 61, 44, .05);
  --shadow-md: 0 8px 24px rgba(4, 61, 44, .10), 0 2px 6px rgba(4, 61, 44, .06);
  --shadow-lg: 0 24px 60px rgba(4, 61, 44, .18);
  --maxw: 1180px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --font-head: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Open Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.8vw, 2.6rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { margin: 0 0 1rem; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
strong { font-weight: 700; }

/* Layout */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: clamp(56px, 8vw, 104px) 0; position: relative; }
.section--tight { padding: clamp(40px, 6vw, 72px) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--green-700);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--green-500); border-radius: 2px; }
.eyebrow--light { color: var(--green-300); }
.eyebrow--light::before { background: var(--green-300); }

.section-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 52px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--ink-muted); font-size: 1.06rem; margin: .6rem 0 0; }

/* Botões */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  padding: 15px 26px; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s ease;
  white-space: nowrap; line-height: 1; text-align: center;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn--primary { background: var(--green-700); color: #fff; box-shadow: 0 8px 20px rgba(0, 121, 86, .28); }
.btn--primary:hover { background: var(--green-800); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 121, 86, .34); }
.btn--wa { background: var(--wa); color: #06301f; box-shadow: 0 8px 20px rgba(37, 211, 102, .32); }
.btn--wa:hover { background: var(--wa-dark); color: #fff; transform: translateY(-2px); }
.btn--red { background: var(--red-600); color: #fff; box-shadow: 0 8px 20px rgba(228, 0, 20, .26); }
.btn--red:hover { background: #c40012; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--green-800); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--green-500); background: var(--green-50); }
.btn--light { background: #fff; color: var(--green-800); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--lg { padding: 18px 34px; font-size: 1.06rem; }
.btn--block { width: 100%; }

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11, 21, 18, .0);
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.header.scrolled {
  background: rgba(9, 18, 15, .92);
  backdrop-filter: saturate(140%) blur(10px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 20px; }
.header__logo img { height: 34px; width: auto; }
.header__nav { display: flex; align-items: center; gap: 28px; }
.header__nav a { font-family: var(--font-head); font-weight: 500; font-size: .95rem; color: rgba(255, 255, 255, .82); transition: color .2s; }
.header__nav a:hover { color: #fff; }
.header__actions { display: flex; align-items: center; gap: 14px; }
.header__phone { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; color: #fff; font-size: .98rem; }
.header__phone svg { width: 18px; height: 18px; color: var(--green-300); }
.header .btn--wa { padding: 11px 20px; font-size: .92rem; }
.header__burger { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.header__burger span { display: block; width: 26px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .3s; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: radial-gradient(120% 120% at 80% 0%, #0d2b21 0%, var(--ink) 55%, #06100d 100%);
  margin-top: -74px; padding-top: 74px;
}
.hero__photo { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; opacity: .22; }
.hero__photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--ink) 12%, rgba(11,21,18,.72) 45%, rgba(11,21,18,.35) 100%),
              linear-gradient(0deg, var(--ink) 2%, transparent 40%);
}
.hero__grid-lines {
  position: absolute; inset: 0; z-index: 1; opacity: .5;
  background-image: linear-gradient(rgba(94, 233, 181, .06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(94, 233, 181, .06) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: radial-gradient(80% 70% at 60% 20%, #000 40%, transparent 100%);
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center;
  padding: clamp(44px, 6vw, 78px) 0 clamp(56px, 7vw, 90px);
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(228, 0, 20, .14); border: 1px solid rgba(245, 34, 45, .38);
  color: #ffd7da; padding: 8px 16px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 600; font-size: .82rem; margin-bottom: 22px;
}
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red-500); box-shadow: 0 0 0 0 rgba(245,34,45,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(245,34,45,.55);} 70%{ box-shadow:0 0 0 9px rgba(245,34,45,0);} 100%{box-shadow:0 0 0 0 rgba(245,34,45,0);} }

.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 .hl { color: var(--green-300); }
.hero__sub { font-size: 1.12rem; color: rgba(255, 255, 255, .8); max-width: 560px; margin-bottom: 28px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.hero__trust li { display: flex; align-items: center; gap: 9px; font-size: .92rem; color: rgba(255, 255, 255, .82); list-style: none; }
.hero__trust svg { width: 18px; height: 18px; color: var(--green-300); flex: none; }
.hero__trust ul { display: contents; margin: 0; padding: 0; }

/* Card de formulário no hero */
.hero__form {
  background: #fff; color: var(--ink); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow-lg); position: relative;
}
.hero__form::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius-lg);
  padding: 1px; background: linear-gradient(160deg, var(--green-300), transparent 45%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.hero__form h3 { font-size: 1.3rem; margin-bottom: 4px; }
.hero__form .form-sub { color: var(--ink-muted); font-size: .92rem; margin-bottom: 18px; }

/* Formulários */
.form-row { margin-bottom: 13px; }
.form-row label { display: block; font-family: var(--font-head); font-weight: 500; font-size: .82rem; color: var(--ink-700); margin-bottom: 5px; }
.form-row input, .form-row select {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: .98rem; color: var(--ink); background: var(--surface); transition: border .2s, box-shadow .2s;
}
.form-row input::placeholder { color: var(--ink-subtle); }
.form-row input:focus, .form-row select:focus { outline: none; border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(0, 187, 127, .13); background: #fff; }
.form-row select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2352605a' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.form-hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.form-note { font-size: .78rem; color: var(--ink-subtle); text-align: center; margin: 12px 0 0; }
.form-note svg { width: 13px; height: 13px; vertical-align: -2px; color: var(--green-600); }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }

/* =========================================================
   FAIXA DE URGÊNCIA
   ========================================================= */
.alert-bar { background: var(--red-600); color: #fff; }
.alert-bar__inner { display: flex; align-items: center; justify-content: center; gap: 16px 24px; flex-wrap: wrap; padding: 15px 0; text-align: center; }
.alert-bar strong { font-family: var(--font-head); font-weight: 600; }
.alert-bar__inner svg { width: 22px; height: 22px; flex: none; }
.alert-bar a { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }

/* =========================================================
   STATS
   ========================================================= */
.stats { background: var(--ink); color: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 12px; }
.stat__num { font-family: var(--font-head); font-weight: 700; font-size: clamp(2.2rem, 4.5vw, 3rem); color: var(--green-300); line-height: 1; letter-spacing: -.03em; }
.stat__label { color: rgba(255,255,255,.72); font-size: .95rem; margin-top: 8px; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.09); }

/* =========================================================
   PROBLEMA / DOR
   ========================================================= */
.problem { background: var(--surface); }
.risk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.risk-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
}
.risk-card::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--red-600); }
.risk-card__icon { width: 50px; height: 50px; border-radius: 13px; background: var(--red-50); color: var(--red-600); display: grid; place-items: center; margin-bottom: 16px; }
.risk-card__icon svg { width: 26px; height: 26px; }
.risk-card h3 { margin-bottom: 6px; }
.risk-card p { color: var(--ink-muted); font-size: .97rem; margin: 0; }
.problem__cta { margin-top: 40px; text-align: center; }
.problem__lead { font-size: 1.18rem; color: var(--ink-700); max-width: 760px; }
.problem__lead strong { color: var(--red-600); }

/* =========================================================
   SERVIÇOS
   ========================================================= */
.services__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.svc-card {
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  background: #fff; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--green-300); }
.svc-card__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.svc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.svc-card:hover .svc-card__media img { transform: scale(1.05); }
.svc-card__tag { position: absolute; top: 14px; left: 14px; background: rgba(4, 61, 44, .82); backdrop-filter: blur(4px); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.svc-card__body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.svc-card__body h3 { margin-bottom: 10px; }
.svc-card__body > p { color: var(--ink-muted); font-size: .96rem; }
.svc-list { list-style: none; margin: 4px 0 20px; padding: 0; }
.svc-list li { position: relative; padding-left: 26px; font-size: .93rem; color: var(--ink-700); margin-bottom: 7px; }
.svc-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 15px; height: 15px; background: var(--green-100); border-radius: 50%; }
.svc-list li::after { content: ""; position: absolute; left: 5px; top: 10px; width: 5px; height: 8px; border: solid var(--green-700); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.svc-card__link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--green-700); }
.svc-card__link svg { width: 17px; height: 17px; transition: transform .25s; }
.svc-card:hover .svc-card__link svg { transform: translateX(4px); }

/* =========================================================
   PROCESSO
   ========================================================= */
.process { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.process .section-head p { color: rgba(255,255,255,.72); }
.process__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; position: relative; }
.process__steps::before { content: ""; position: absolute; top: 30px; left: 8%; right: 8%; height: 2px; background-image: linear-gradient(90deg, var(--green-500) 55%, transparent 55%); background-size: 16px 2px; opacity: .5; }
.step { position: relative; z-index: 1; }
.step__num { width: 60px; height: 60px; border-radius: 50%; background: var(--ink-800); border: 2px solid var(--green-700); color: var(--green-300); font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; display: grid; place-items: center; margin-bottom: 18px; }
.step h3 { font-size: 1.08rem; color: #fff; margin-bottom: 6px; }
.step p { color: rgba(255,255,255,.66); font-size: .9rem; margin: 0; }
.process__cta { margin-top: 46px; display: flex; justify-content: center; }

/* =========================================================
   ÓRGÃOS
   ========================================================= */
.orgs__wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
.orgs__list { display: flex; flex-wrap: wrap; gap: 12px; }
.org-chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 11px 20px; font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--ink-700); box-shadow: var(--shadow-sm); }
.org-chip svg { width: 16px; height: 16px; color: var(--green-600); }
.orgs__states { margin-top: 26px; display: flex; gap: 10px; flex-wrap: wrap; }
.state-pill { background: var(--green-800); color: #fff; font-family: var(--font-head); font-weight: 700; padding: 10px 18px; border-radius: 12px; font-size: .95rem; letter-spacing: .04em; }

/* =========================================================
   COMPROMISSO
   ========================================================= */
.commit { background: linear-gradient(160deg, var(--green-800), var(--green-900)); color: #fff; }
.commit__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.commit-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 28px 26px; }
.commit-card__icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(94,233,181,.16); color: var(--green-300); display: grid; place-items: center; margin-bottom: 16px; }
.commit-card__icon svg { width: 27px; height: 27px; }
.commit-card h3 { color: #fff; margin-bottom: 6px; }
.commit-card p { color: rgba(255,255,255,.76); font-size: .96rem; margin: 0; }
.commit__lead { max-width: 720px; font-size: 1.18rem; color: rgba(255,255,255,.9); }

/* =========================================================
   QUEM SOMOS
   ========================================================= */
.about__wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.about__media { position: relative; }
.about__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about__badge { position: absolute; bottom: -22px; left: -22px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 20px 24px; display: flex; align-items: center; gap: 16px; }
.about__badge .big { font-family: var(--font-head); font-weight: 700; font-size: 2.4rem; color: var(--green-700); line-height: 1; }
.about__badge .lbl { font-size: .88rem; color: var(--ink-muted); max-width: 130px; }
.about__feats { list-style: none; margin: 24px 0 30px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about__feats li { display: flex; gap: 12px; align-items: flex-start; }
.about__feats .ic { width: 40px; height: 40px; border-radius: 11px; background: var(--green-50); color: var(--green-700); display: grid; place-items: center; flex: none; }
.about__feats .ic svg { width: 21px; height: 21px; }
.about__feats b { font-family: var(--font-head); font-size: .98rem; display: block; }
.about__feats span { font-size: .88rem; color: var(--ink-muted); }
.about__sectors { border-top: 1px dashed var(--line); padding-top: 22px; }
.about__sectors span { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-subtle); font-family: var(--font-head); font-weight: 600; }
.about__sectors p { margin: 8px 0 0; color: var(--ink-700); font-size: .98rem; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { background: var(--surface); }
.faq__wrap { max-width: 820px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 14px; overflow: hidden; transition: box-shadow .25s, border-color .25s; }
.faq-item.open { box-shadow: var(--shadow-md); border-color: var(--green-300); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--ink); }
.faq-q .chev { width: 34px; height: 34px; flex: none; border-radius: 50%; background: var(--green-50); color: var(--green-700); display: grid; place-items: center; transition: transform .3s var(--ease), background .25s; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); background: var(--green-700); color: #fff; }
.faq-q .chev svg { width: 18px; height: 18px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a__inner { padding: 0 24px 24px; color: var(--ink-muted); font-size: .99rem; }

/* =========================================================
   CTA FINAL
   ========================================================= */
.final-cta { position: relative; color: #fff; overflow: hidden; background: var(--ink); }
.final-cta__bg { position: absolute; inset: 0; z-index: 0; }
.final-cta__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--ink) 8%, rgba(11,21,18,.72) 60%, rgba(11,21,18,.5) 100%); }
.final-cta__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .92fr; gap: 54px; align-items: center; }
.final-cta h2 { color: #fff; }
.final-cta__lead { color: rgba(255,255,255,.82); font-size: 1.12rem; max-width: 500px; }
.final-cta__points { list-style: none; padding: 0; margin: 22px 0 0; }
.final-cta__points li { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; color: rgba(255,255,255,.9); }
.final-cta__points svg { width: 22px; height: 22px; color: var(--green-300); flex: none; }
.final-form { background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-lg); }
.final-form h3 { font-size: 1.35rem; margin-bottom: 4px; }
.final-form .form-sub { color: var(--ink-muted); font-size: .93rem; margin-bottom: 20px; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: #06100d; color: rgba(255,255,255,.7); padding: 64px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer__logo img { height: 34px; margin-bottom: 18px; }
.footer__about { font-size: .95rem; max-width: 320px; }
.footer__social { display: flex; gap: 12px; margin-top: 20px; }
.footer__social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: #fff; transition: background .25s, transform .25s; }
.footer__social a:hover { background: var(--green-700); transform: translateY(-2px); }
.footer__social svg { width: 19px; height: 19px; }
.footer__col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin-bottom: 12px; font-size: .93rem; display: flex; gap: 10px; align-items: flex-start; }
.footer__col a:hover { color: var(--green-300); }
.footer__col svg { width: 17px; height: 17px; color: var(--green-500); flex: none; margin-top: 2px; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 26px; font-size: .85rem; color: rgba(255,255,255,.5); }
.footer__bottom a { color: rgba(255,255,255,.7); }
.footer__bottom a:hover { color: var(--green-300); }

/* =========================================================
   FLOAT / MOBILE STICKY
   ========================================================= */
.wa-float { position: fixed; right: 20px; bottom: 22px; z-index: 70; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37,211,102,.45); transition: transform .25s; }
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 32px; height: 32px; }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); animation: ring 2.2s infinite; }
@keyframes ring { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.5); opacity: 0; } }

.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 65; background: #fff; border-top: 1px solid var(--line); padding: 10px 14px; gap: 10px; box-shadow: 0 -6px 20px rgba(4,61,44,.1); }
.mobile-bar .btn { flex: 1; padding: 13px; font-size: .92rem; }

/* =========================================================
   ANIMAÇÕES DE ENTRADA
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 38px; }
  .hero__form { max-width: 480px; }
  .orgs__wrap, .about__wrap, .final-cta__inner { grid-template-columns: 1fr; gap: 36px; }
  .process__steps { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .process__steps::before { display: none; }
  .commit__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .header__nav { display: none; }
  .header__phone span { display: none; }
  .header__burger { display: block; }
  .header__nav.open {
    display: flex; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column;
    background: rgba(9,18,15,.98); padding: 20px 22px; gap: 18px; box-shadow: var(--shadow-md);
  }
  .services__grid, .risk-grid, .stats__grid { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 8px 0; }
  .stat + .stat { border-left: 0; }
  .stat:nth-child(even) { border-left: 1px solid rgba(255,255,255,.09); }
  .stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.09); padding-top: 24px; }
  .about__feats { grid-template-columns: 1fr; }
  .mobile-bar { display: flex; }
  .wa-float { bottom: 78px; }
  body.has-mobile-bar { padding-bottom: 70px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .footer__grid { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .about__badge { left: 0; padding: 16px 18px; }
  .risk-card, .svc-card__body { padding-left: 22px; padding-right: 22px; }
  .header__actions .header__phone { display: none; }
  .hero__form { padding: 22px; }
}

/* ================= POP-UP DE AGRADECIMENTO ================= */
body.no-scroll { overflow: hidden; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(4, 61, 44, .55);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.modal.open { opacity: 1; visibility: visible; }

.modal__card {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 44px 34px 34px;
  text-align: center;
  transform: translateY(16px) scale(.97);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}
.modal.open .modal__card { transform: translateY(0) scale(1); }

.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: var(--green-50);
  color: var(--ink-muted);
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.modal__close:hover { background: var(--green-100); color: var(--ink); }
.modal__close svg { width: 18px; height: 18px; }

.modal__icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  animation: pop-in .4s cubic-bezier(.22, 1, .36, 1) .1s both;
}
.modal__icon svg { width: 38px; height: 38px; }

.modal__card h3 {
  font-size: 1.6rem;
  color: var(--ink);
  margin: 0 0 12px;
}
.modal__card p {
  color: var(--ink-muted);
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0 0 26px;
}
.modal__card .btn { width: 100%; }

@keyframes pop-in {
  0%   { transform: scale(0); opacity: 0; }
  60%  { transform: scale(1.12); }
  100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 480px) {
  .modal__card { padding: 40px 22px 26px; }
  .modal__card h3 { font-size: 1.4rem; }
}
