:root {
  --orange: #f36b21;
  --orange-dark: #d95712;
  --orange-soft: #fff2e9;
  --charcoal: #22272b;
  --charcoal-2: #343a3f;
  --gray-900: #3f464c;
  --gray-700: #697178;
  --gray-500: #969da3;
  --gray-300: #dfe3e6;
  --gray-200: #eaedef;
  --gray-100: #f5f6f7;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  font-family: "Inter", sans-serif;
  color: var(--charcoal);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 82px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(34,39,43,.08);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 5px 24px rgba(34,39,43,.08); }

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 158px; height: auto; max-height: 54px; object-fit: contain; }

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: stretch;
  gap: 34px;
  height: 100%;
}
.main-nav a {
  position: relative;
  display: flex;
  align-items: center;
  color: #2e3337;
  font-size: 13px;
  font-weight: 700;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--orange);
  transition: transform .25s ease;
}
.main-nav a:hover,
.main-nav a.active { color: var(--orange); }
.main-nav a:hover::after,
.main-nav a.active::after { transform: scaleX(1); }

.whatsapp-btn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #25d366;
  border-radius: 50%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.whatsapp-btn svg { width: 34px; height: 34px; }
.whatsapp-btn:hover { transform: scale(1.08); box-shadow: 0 8px 25px rgba(37,211,102,.18); }

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  margin-left: auto;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: var(--charcoal);
  transition: .2s;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
    position: relative;
    min-height: 500px;
    margin-top: 82px;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            #d7dade 0%,
            #e2e4e6 50%,
            #d7dade 100%
        );
}


/* =========================================================
   IMAGENS LATERAIS
   ========================================================= */

.hero-image {
  position: absolute;
  inset: 0;

  pointer-events: none;
  z-index: 1;
}


/* ---------------------------------------------------------
   SUPORTE DE INFORMÁTICA — ESQUERDA
   --------------------------------------------------------- */

.hero-image::before {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;

  width: 50%;

  background-image:
    linear-gradient(
      90deg,
      rgba(215,218,222,0) 0%,
      rgba(215,218,222,.03) 45%,
      rgba(226,228,230,.92) 100%
    ),
    url("../assets/hero-suporte-informatica.jpg");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/* ---------------------------------------------------------
   DESENVOLVIMENTO DE SITES — DIREITA
   --------------------------------------------------------- */

.hero-image::after {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;
  right: 0;

  width: 50%;

  background-image:
    linear-gradient(
      270deg,
      rgba(215,218,222,0) 0%,
      rgba(215,218,222,.03) 45%,
      rgba(226,228,230,.92) 100%
    ),
    url("../assets/hero-desenvolvimento-sites.jpg");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/* =========================================================
   DEGRADÊ CENTRAL
   ========================================================= */

.hero-overlay {
  position: absolute;

  inset: 0;

  z-index: 2;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,

      rgba(226,228,230,.04) 0%,

      rgba(226,228,230,.08) 22%,

      rgba(235,237,238,.88) 40%,

      rgba(239,240,241,.97) 50%,

      rgba(235,237,238,.88) 60%,

      rgba(226,228,230,.08) 78%,

      rgba(226,228,230,.04) 100%
    );
}


/* =========================================================
   CONTEÚDO
   ========================================================= */

.hero-content {
    position: relative;
    z-index: 5;

    min-height: 500px;

    width: min(calc(100% - 48px), 680px);

    margin: 0 auto;

    padding: 45px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}

/* =========================================================
   EYEBROW
   ========================================================= */

.eyebrow {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  margin-bottom: 16px;

  color: var(--orange);

  font-size: 11px;

  line-height: 1.2;

  font-weight: 800;

  letter-spacing: .15em;

  text-transform: uppercase;
}

.eyebrow span {
  width: 30px;

  height: 2px;

  background: var(--orange);
}


/* =========================================================
   TÍTULO
   ========================================================= */

.hero h1 {
  margin: 0;

  max-width: 680px;

  font-family: "Space Grotesk", sans-serif;

  font-size: clamp(38px, 4.3vw, 57px);

  line-height: 1.02;

  letter-spacing: -.045em;

  font-weight: 700;

  color: var(--charcoal);

  text-shadow:
    0 1px 1px rgba(255,255,255,.5);
}

.hero h1 strong {
  color: var(--orange);

  font-weight: 700;
}


/* =========================================================
   TEXTO
   ========================================================= */

.hero p {
  max-width: 520px;

  margin: 18px auto 22px;

  color: #4e5961;

  font-size: 14px;

  line-height: 1.55;

  font-weight: 500;
}


/* =========================================================
   BOTÕES
   ========================================================= */

/* =========================================================
   BOTÕES DO HERO
   ========================================================= */

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}


/* Base */

.hero-actions .btn {
    min-height: 46px;

    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    border-radius: 7px;

    font-size: 12px;
    font-weight: 800;

    line-height: 1;

    text-decoration: none;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease,
        border-color .2s ease;
}


/* =========================================================
   WHATSAPP
   ========================================================= */

.hero-actions .btn-primary {
    color: #ffffff;

    background: var(--orange);

    border: 1px solid var(--orange);

    box-shadow:
        0 7px 18px rgba(243, 107, 33, .20);
}

.hero-actions .btn-primary:hover {
    background: var(--orange-dark);

    border-color: var(--orange-dark);

    transform: translateY(-2px);

    box-shadow:
        0 11px 24px rgba(243, 107, 33, .28);
}


.whatsapp-icon {
    width: 19px;
    height: 19px;

    fill: #ffffff;

    flex-shrink: 0;
}


/* =========================================================
   CONHEÇA NOSSAS SOLUÇÕES
   ========================================================= */

.hero-actions .btn-light {
    position: relative;

    color: #252b30;

    background: rgba(255, 255, 255, .88);

    border: 1px solid #b9bec2;

    box-shadow:
        0 5px 14px rgba(30, 35, 40, .07);
}


.hero-actions .btn-light::after {
    content: "→";

    margin-left: 3px;

    color: var(--orange);

    font-size: 17px;

    font-weight: 500;

    transition:
        transform .2s ease,
        color .2s ease;
}


.hero-actions .btn-light:hover {
    color: #ffffff;

    background: var(--orange);

    border-color: var(--orange);

    transform: translateY(-2px);

    box-shadow:
        0 10px 22px rgba(243, 107, 33, .22);
}


.hero-actions .btn-light:hover::after {
    color: #ffffff;

    transform: translateX(3px);
}

/* =========================================================
   RESPONSIVIDADE
   ========================================================= */

@media (max-width: 1100px) {

    .hero {
        height: 390px;
        min-height: 390px;
    }

    .hero-content {
        height: 390px;
        min-height: 390px;
    }
}

.hero-image::before,
.hero-image::after {
  top: 0;
  bottom: 0;
}



@media (max-width: 780px) {

  .hero {
    min-height: 570px;

    margin-top: 70px;
  }

  .hero-content {
    min-height: 570px;

    width: min(calc(100% - 32px), 620px);

    padding: 50px 0 40px;

    justify-content: center;
  }

  /*
     No celular as imagens ficam mais discretas
     para não competir com o texto.
  */

  .hero-image::before {
    width: 100%;

    height: 48%;

    top: 0;
    bottom: auto;

    background-position: center 35%;
  }

  .hero-image::after {
    width: 100%;

    height: 48%;

    top: auto;
    bottom: 0;

    background-position: center 55%;
  }

  .hero-overlay {
    background:
      linear-gradient(
        180deg,

        rgba(226,228,230,.12) 0%,

        rgba(235,237,238,.82) 30%,

        rgba(239,240,241,.98) 48%,

        rgba(239,240,241,.92) 62%,

        rgba(226,228,230,.20) 100%
      );
  }

  .hero h1 {
    font-size: clamp(34px, 8vw, 46px);
  }
}


@media (max-width: 540px) {

  .hero {
    min-height: 600px;
  }

  .hero-content {
    min-height: 600px;

    padding-top: 45px;
    padding-bottom: 45px;
  }

  .hero h1 {
    font-size: 34px;

    line-height: 1.04;
  }

  .hero p {
    font-size: 13px;

    max-width: 330px;
  }

  .hero-actions {
    flex-direction: column;

    width: 100%;
  }

  .hero-actions .btn {
    width: auto;

    min-width: 210px;
  }
}

/* SECTIONS */
.section { padding: 76px 0; }
.section-title h2,
.section-heading h2,
.legal-copy h2,
.contact-box h2 {
  font-family: "Space Grotesk", sans-serif;
  color: var(--charcoal);
  font-size: clamp(35px, 4.3vw, 52px);
  line-height: 1.03;
  letter-spacing: -.045em;
  margin-top: 10px;
}
.section-title h2 span,
.section-heading h2 span,
.legal-copy h2 span,
.contact-box h2 span { color: var(--orange); }



/* =========================================================
   SOBRE A WA DIGITAL
   ========================================================= */

.about {
    position: relative;

    padding: 75px 0 45px;

    background: #ffffff;

    overflow: hidden;
}


/* detalhe visual sutil */

.about::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -220px;
    top: 40px;

    border-radius: 50%;

    background: rgba(243, 107, 33, 0.035);

    pointer-events: none;
}


/* =========================================================
   GRID PRINCIPAL
   ========================================================= */

.about-grid {
    position: relative;
    z-index: 1;

    display: grid;

    grid-template-columns: minmax(300px, .85fr) minmax(400px, 1.15fr);

    gap: 80px;

    align-items: start;
}


/* =========================================================
   COLUNA ESQUERDA
   ========================================================= */

.about-intro {
    padding-top: 5px;
}


.section-label {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

    color: var(--orange);

    font-size: 11px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: .15em;

    text-transform: uppercase;
}


.section-label span {
    display: block;

    width: 30px;
    height: 2px;

    background: var(--orange);
}


/* Título */

.about-intro h2 {
    margin: 0;

    max-width: 500px;

    color: var(--charcoal);

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(38px, 4vw, 55px);

    line-height: 1.02;

    letter-spacing: -.045em;

    font-weight: 700;
}


.about-intro h2 span {
    display: block;

    color: var(--orange);
}


/* Texto de destaque */

.about-highlight {
    max-width: 440px;

    margin: 23px 0 0;

    color: #626b71;

    font-size: 16px;

    line-height: 1.65;

    font-weight: 500;
}


/* =========================================================
   ESTATÍSTICAS
   ========================================================= */

.about-stats {
    display: flex;

    gap: 12px;

    margin-top: 38px;
}


.about-stat {
    min-width: 145px;

    padding: 18px 20px;

    background: #f5f6f7;

    border: 1px solid #e5e7e8;

    border-left: 3px solid var(--orange);

    border-radius: 6px;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.about-stat:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(30, 35, 40, .07);
}


.about-stat strong {
    display: block;

    color: var(--orange);

    font-family: "Space Grotesk", sans-serif;

    font-size: 31px;

    line-height: 1;

    letter-spacing: -.03em;
}



.about-stat span {
    display: block;

    margin-top: 8px;

    color: #626a70;

    font-size: 10px;

    line-height: 1.3;

    font-weight: 800;

    letter-spacing: .06em;

    text-transform: uppercase;
}


/* =========================================================
   DESTAQUE DE ATENDIMENTO
   ========================================================= */

.about-callout {
    display: flex;

    align-items: center;

    gap: 16px;

    max-width: 500px;

    margin-top: 18px;

    padding: 18px 20px;

    background:
        linear-gradient(
            135deg,
            #fff8f3 0%,
            #f7f8f8 100%
        );

    border: 1px solid rgba(243, 107, 33, .16);

    border-left: 3px solid var(--orange);

    border-radius: 7px;
}


.about-callout-icon {
    flex-shrink: 0;

    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--orange);

    background: #ffffff;

    border: 1px solid rgba(243, 107, 33, .20);

    border-radius: 50%;

    font-size: 17px;
}


.about-callout-content strong {
    display: block;

    margin-bottom: 4px;

    color: var(--charcoal);

    font-size: 13px;

    line-height: 1.3;
}


.about-callout-content p {
    margin: 0;

    color: #687178;

    font-size: 11.5px;

    line-height: 1.5;
}

/* =========================================================
   COLUNA DIREITA
   ========================================================= */

.about-content {
    color: #596269;

    font-size: 14px;

    line-height: 1.7;
}


.about-content > p {
    margin: 0 0 16px;
}


.about-content strong {
    color: var(--charcoal);

    font-weight: 700;
}


/* =========================================================
   TÍTULO DAS ESPECIALIDADES
   ========================================================= */

.about-content h3 {
    margin: 32px 0 18px;

    color: var(--charcoal);

    font-family: "Space Grotesk", sans-serif;

    font-size: 21px;

    line-height: 1.2;

    letter-spacing: -.02em;
}


/* =========================================================
   LISTA DE SERVIÇOS
   ========================================================= */

.about-services {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;
}


/* Card */

.about-service {
    display: grid;

    grid-template-columns: 42px 1fr;

    gap: 13px;

    align-items: start;

    min-height: 100px;

    padding: 16px;

    background: #f7f8f8;

    border: 1px solid #e5e7e8;

    border-radius: 7px;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


.about-service:hover {
    transform: translateY(-3px);

    background: #ffffff;

    border-color: rgba(243, 107, 33, .30);

    box-shadow:
        0 10px 25px rgba(30, 35, 40, .07);
}


/* Ícone */

.about-service-icon {
    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--orange);

    background: #ffffff;

    border: 1px solid rgba(243, 107, 33, .22);

    border-radius: 50%;

    font-size: 16px;
}


/* Título do card */

.about-service strong {
    display: block;

    margin: 1px 0 4px;

    color: var(--charcoal);

    font-size: 13px;

    line-height: 1.3;
}


/* Descrição */

.about-service p {
    margin: 0;

    color: #687178;

    font-size: 11.5px;

    line-height: 1.5;
}


/* =========================================================
   COMPROMISSO
   ========================================================= */

.about-commitment {
    position: relative;

    z-index: 1;

    display: grid;

    grid-template-columns: 52px 1fr;

    gap: 18px;

    align-items: center;

    margin-top: 10px;

    padding: 20px 28px;

    background:
        linear-gradient(
            100deg,
            #f4f5f6 0%,
            #fafafa 100%
        );

    border: 1px solid #e2e4e6;

    border-left: 4px solid var(--orange);

    border-radius: 8px;
}

/* Ícone compromisso */

.about-commitment-icon {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--orange);

    background: rgba(243, 107, 33, .08);

    border-radius: 50%;

    font-size: 20px;
}


.about-commitment strong {
    display: block;

    margin-bottom: 5px;

    color: var(--charcoal);

    font-family: "Space Grotesk", sans-serif;

    font-size: 16px;

    line-height: 1.3;
}


.about-commitment p {
    margin: 0;

    color: #626b71;

    font-size: 12.5px;

    line-height: 1.6;
}


/* =========================================================
   ANIMAÇÃO REVEAL
   ========================================================= */

.reveal {
    opacity: 0;

    transform: translateY(20px);

    transition:
        opacity .7s ease,
        transform .7s ease;
}


.reveal.is-visible {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .about {
        padding: 75px 0;
    }


    .about-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .about-intro h2 {
        max-width: 650px;
    }


    .about-highlight {
        max-width: 650px;
    }

}


/* =========================================================
   TABLET MENOR
   ========================================================= */

@media (max-width: 720px) {

    .about-services {
        grid-template-columns: 1fr;
    }


    .about-service {
        min-height: auto;
    }


    .about-commitment {
        margin-top: 45px;
    }

}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 540px) {

    .about {
        padding: 60px 0;
    }


    .about-grid {
        gap: 38px;
    }


    .section-label {
        margin-bottom: 16px;

        font-size: 10px;
    }


    .about-intro h2 {
        font-size: 38px;
    }


    .about-highlight {
        margin-top: 18px;

        font-size: 14px;
    }


    .about-stats {
        flex-direction: column;

        gap: 9px;

        margin-top: 28px;
    }


    .about-stat {
        width: 100%;

        min-width: 0;
    }


    .about-content {
        font-size: 13.5px;
    }


    .about-content h3 {
        margin-top: 27px;
    }


    .about-commitment {
        grid-template-columns: 1fr;

        gap: 12px;

        margin-top: 40px;

        padding: 20px;
    }

}


.solutions { background: var(--gray-100); }
.section-heading.centered { text-align: center; }
.section-heading.centered > p { max-width: 520px; margin: 9px auto 0; color: var(--gray-700); font-size: 13px; }
.solutions-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}
.solution-card {
  position: relative;
  min-height: 190px;
  padding: 24px 20px;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(34,39,43,.035);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.solution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(243,107,33,.35);
  box-shadow: 0 14px 30px rgba(34,39,43,.08);
}
.solution-card.solution-featured { border-top: 3px solid var(--orange); }
.solution-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: var(--orange);
  border: 1px solid rgba(243,107,33,.30);
  border-radius: 7px;
  background: #fffaf7;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
}
.solution-card h3 { font-size: 15px; margin-bottom: 7px; }
.solution-card p { color: var(--gray-700); font-size: 11px; line-height: 1.45; }
.solution-card a { display: inline-flex; gap: 8px; margin-top: 11px; color: var(--orange); font-size: 11px; font-weight: 800; }

.audiences { background: #fff; }
.audiences-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.audience-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 18px;
  padding: 25px;
  min-height: 165px;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 9px;
  box-shadow: 0 4px 15px rgba(34,39,43,.035);
}
.audience-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--orange);
  background: linear-gradient(145deg,#fff,#f0f1f2);
  border: 1px solid var(--gray-200);
  font-size: 28px;
}
.audience-card h3 { font-size: 15px; margin-bottom: 6px; }
.audience-card p { color: var(--gray-700); font-size: 11px; line-height: 1.45; }
.audience-card a { display: inline-flex; gap: 7px; margin-top: 9px; color: var(--orange); font-size: 11px; font-weight: 800; }

/* PORTFOLIO */
.sites { background: var(--gray-100); }
.portfolio-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.portfolio-item {
  min-height: 170px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  background: #fff;
  box-shadow: 0 5px 15px rgba(34,39,43,.05);
}
.portfolio-placeholder {
  height: 100%;
  min-height: 170px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, #2e3439, #14181b);
  position: relative;
  overflow: hidden;
}
.portfolio-placeholder::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -55px;
  top: -65px;
  border-radius: 50%;
  border: 1px solid rgba(243,107,33,.45);
  box-shadow: 0 0 0 20px rgba(243,107,33,.04), 0 0 0 40px rgba(243,107,33,.025);
}
.portfolio-placeholder span { position: relative; color: #ff9b67; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.portfolio-placeholder strong { position: relative; color: #fff; font-family: "Space Grotesk"; font-size: 20px; }
.center-action { text-align: center; margin-top: 25px; }

/* LEGAL */
.legal {
  background: #f0f2f3;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.legal-copy p { max-width: 500px; color: var(--gray-700); font-size: 14px; margin: 20px 0 25px; }
.legal-list { background: #fff; border: 1px solid var(--gray-200); border-radius: 8px; overflow: hidden; }
.legal-list div { display: flex; align-items: center; gap: 22px; padding: 15px 20px; border-bottom: 1px solid var(--gray-200); }
.legal-list div:last-child { border-bottom: 0; }
.legal-list strong { width: 25px; color: var(--orange); font-size: 10px; }
.legal-list span { font-size: 13px; font-weight: 700; }

/* BENEFITS */
.benefits { background: #fff; padding: 40px 0; border-bottom: 1px solid var(--gray-200); }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.benefit {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 5px 25px;
  border-right: 1px solid var(--gray-300);
}
.benefit:last-child { border-right: 0; }
.benefit-icon {
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: var(--orange);
  border: 1px solid rgba(243,107,33,.28);
  border-radius: 50%;
  font-size: 19px;
}
.benefit strong { display: block; font-size: 11px; }
.benefit span { display: block; color: var(--gray-700); font-size: 10px; line-height: 1.35; }

/* CONTACT */
.contact { padding-top: 72px; padding-bottom: 80px; background: var(--gray-100); }
.contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 50px 58px;
  background: #fff;
  border: 1px solid rgba(243,107,33,.28);
  border-radius: 10px;
  box-shadow: 0 14px 38px rgba(34,39,43,.06);
}
.contact-box p { color: var(--gray-700); font-size: 14px; margin-top: 10px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-width: 220px; }
.contact-actions > a:not(.btn) { color: var(--charcoal); font-size: 13px; font-weight: 700; }
.contact-actions > span { color: var(--gray-700); font-size: 11px; }

/* FOOTER */
.site-footer { background: var(--charcoal); color: #fff; }
.footer-top {
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.footer-brand img { width: 145px; filter: brightness(0) invert(1); }
.footer-top p { color: #aeb5ba; font-size: 10px; margin-top: 8px; }
.footer-nav { display: flex; gap: 25px; color: #d3d7da; font-size: 11px; font-weight: 600; }
.footer-nav a:hover { color: var(--orange); }
.footer-bottom {
  min-height: 55px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #92999f;
  font-size: 9px;
}
.footer-bottom a { color: #c5cacf; }
.footer-bottom a:hover { color: var(--orange); }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* MOBILE */
@media (max-width: 1000px) {
  .main-nav { gap: 22px; }
  .solutions-grid { grid-template-columns: repeat(2,1fr); }
  .audiences-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 135px; }
  .portfolio-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-grid { grid-template-columns: repeat(2,1fr); row-gap: 20px; }
  .benefit:nth-child(2) { border-right: 0; }
}

@media (max-width: 780px) {
  .site-header { height: 70px; }
  .brand img { width: 132px; }
  .main-nav, .whatsapp-btn { display: none; }
  .menu-toggle { display: block; }

  .main-nav.open {
    display: flex;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    height: auto;
    flex-direction: column;
    gap: 0;
    padding: 7px 24px 15px;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--gray-200);
    box-shadow: 0 15px 30px rgba(34,39,43,.08);
  }
  .main-nav.open a { min-height: 44px; border-bottom: 1px solid var(--gray-200); }
  .main-nav.open a::after { bottom: 0; }
  .main-nav.open + .whatsapp-btn { display: none; }

  .hero { margin-top: 70px; min-height: 410px; }
  .hero-content { min-height: 410px; padding: 34px 0; max-width: 610px; }
  .hero-image::before { width: 390px; height: 205px; right: -155px; top: 92px; }
  .hero-image::after { width: 255px; height: 150px; right: -82px; top: 112px; }
  .hero-overlay {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.94) 63%, rgba(255,255,255,.48) 100%);
  }

  .section { padding: 62px 0; }
  .about-grid, .legal-grid { grid-template-columns: 1fr; gap: 30px; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .benefit { border-right: 0; padding: 5px 10px; }
  .contact-box { flex-direction: column; align-items: flex-start; padding: 38px 30px; }
}

@media (max-width: 540px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .hero h1 { font-size: 36px; }
  .hero p { font-size: 13px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .btn { width: auto; }
  .about-highlights { grid-template-columns: 1fr; gap: 12px; }
  .about-highlights div { border-right: 0; border-bottom: 1px solid var(--gray-200); padding-bottom: 10px; }
  .about-highlights div:last-child { border-bottom: 0; }
  .solutions-grid, .portfolio-grid, .benefits-grid { grid-template-columns: 1fr; }
  .audience-card { grid-template-columns: 58px 1fr; padding: 20px; }
  .audience-icon { width: 55px; height: 55px; }
  .benefit { padding: 8px 0; }
  .footer-top { min-height: auto; padding: 38px 0; display: block; }
  .footer-nav { flex-wrap: wrap; margin-top: 25px; }
  .footer-bottom { min-height: 80px; padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
}


/* =========================================================
   AJUSTE DAS ÂNCORAS DO MENU
   ========================================================= */

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: -10px;
}