/* Editorial treatment shared by the home and service pages. */
:root {
  --bg-primary: #14101d;
  --bg-secondary: #1b1528;
  --bg-card: #241c33;
  --bg-card-hover: #2d2240;
  --accent-purple: #b799e6;
  --accent-cyan: #c8b5ec;
  --accent-gradient: linear-gradient(#7044b5, #7044b5);
  --accent-gradient-hover: linear-gradient(#8051c7, #8051c7);
  --text-primary: #f5f2fa;
  --text-secondary: #c4bbd1;
  --text-muted: #afa2be;
  --border-color: rgba(183, 153, 230, .2);
  --border-cyan: rgba(183, 153, 230, .3);
  --glow-purple: none;
  --glow-cyan: none;
  --glow-card: none;
  --font-heading: 'Inter', sans-serif;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
}
.logo-text, .hero__headline, .stat-number, .counter-number,
.text-gradient, .gradient-text-animated, .service-card:hover .service-card__title {
  background: none;
  color: var(--text-primary);
  -webkit-text-fill-color: currentColor;
  animation: none;
}
.logo-text { font-weight: 600; letter-spacing: -.04em; }
h1, h2, h3 { letter-spacing: -.035em; }
.navbar, .navbar.scrolled { background: rgba(20, 16, 29, .97); box-shadow: none; }
.hero { min-height: 680px; min-height: min(820px, 90svh); background: var(--bg-primary); }
.hero__overlay, .service-hero__overlay { background: none; }
.hero__content { max-width: 980px; }
.hero__headline { font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: 1.1; font-weight: 600; }
.hero__subheadline { max-width: 660px; line-height: 1.75; }
.hero__badge { background: none; border: 0; padding: 0; color: var(--text-secondary); font-weight: 500; letter-spacing: .08em; }
.badge-dot, .logo-dot, .hero__scroll-indicator, .sobre__card-glow,
.service-card::before, .cta__inner::before, .whatsapp-float::before,
.btn-primary::before, .section-title::after { display: none; }
.btn, .hero__cta .btn-primary, .whatsapp-float { animation: none; box-shadow: none; }
.btn { border-radius: 5px; font-weight: 500; }
.btn-primary:hover, .btn-outline:hover, .btn-ghost:hover { box-shadow: none; transform: none; }
.btn-primary { background: #7044b5; }
.btn-primary:hover { background: #8051c7; }
.btn-outline { border-color: #9273bd; color: var(--text-primary); }
.btn-outline:hover, .btn-ghost:hover { background: rgba(167, 126, 225, .12); }
.service-card, .diferencial-item, .stat-item { box-shadow: none; }
.service-card:hover, .diferencial-item:hover { transform: none; box-shadow: none; border-color: #9273bd; }
.service-card__icon-wrap, .service-card:hover .service-card__icon-wrap,
.diferencial-icon, .info-icon, .service-hero__icon {
  background: rgba(167, 126, 225, .1);
  border: 1px solid var(--border-color);
  color: var(--accent-cyan);
  border-radius: 8px;
  box-shadow: none;
}
.line-icon { display: block; width: 24px; height: 24px; flex-shrink: 0; }
.service-icon, .pillar-icon, .benefit-icon { display: inline-flex; color: var(--accent-cyan); }
.service-card:hover .service-icon, .diferencial-item:hover .diferencial-icon { animation: none; transform: none; box-shadow: none; }
.service-hero__icon { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 1.5rem; animation: none; }
.service-hero { background: var(--bg-primary); }
.service-hero__title { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.15; max-width: 900px; margin: 0 auto 1.5rem; }
.service-hero__desc { max-width: 720px; margin: 0 auto 2rem; color: var(--text-secondary); }
.breadcrumb ol { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; list-style: none; }
.service-content__grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); gap: 3rem; }
.service-content__main > p { color: var(--text-secondary); margin: 1.5rem 0 2rem; }
.benefit-list { display: grid; gap: .75rem; list-style: none; margin-top: 1.5rem; }
.benefit-icon { flex-shrink: 0; }
.service-cta-box { margin-top: 0; padding: 2rem; }
.service-cta-box .btn { display: flex; margin-top: 1rem; justify-content: center; }
.service-related { margin-top: 2rem; }
.service-related ul { list-style: none; display: grid; gap: .75rem; margin-top: 1rem; }
.cta__inner, .service-cta-box { background: var(--bg-card); }
.por-que, .counters-bar { background: var(--bg-secondary); }
.nav-link::after { background: var(--accent-cyan); }
.whatsapp-float { background: #31594c; box-shadow: none; }
.whatsapp-float:hover { background: #3c6b5c; box-shadow: none; transform: none; }
@media (max-width: 768px) {
  .hero { min-height: 680px; }
  .hero__headline { font-size: clamp(2rem, 8vw, 3rem); }
  .service-content__grid { grid-template-columns: 1fr; gap: 2rem; }
}
/* Keep content within narrow viewports and clear the fixed navigation. */
.container { width: 100%; }
.section { padding: var(--section-padding); }
.section-title { background: none; color: var(--text-primary); -webkit-text-fill-color: currentColor; }
.service-hero { padding: 9rem 0 4rem; text-align: center; }
.service-content__main, .service-content__sidebar { min-width: 0; overflow-wrap: break-word; }
@media (max-width: 768px) {
  .service-content__grid { grid-template-columns: minmax(0, 1fr); }
  .service-hero { padding: 8rem 0 3rem; }
}

/* One viewport-sized canvas remains behind the entire document while scrolling. */
body { isolation: isolate; }
#site-particles {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
#site-particles canvas { display: block; width: 100%; height: 100%; }
#hero, .service-hero, .service-content, #servicos, #cta {
  background: transparent;
}
#sobre, #por-que, #contato, .footer {
  background: rgba(27, 21, 40, .4);
}

/* Lavender accents connect headings and key figures to the purple palette. */
.hero__badge, .stat-number, .counter-number { color: var(--accent-cyan); }

/* Three verified business figures, with no empty fourth column. */
.counters-bar, .sobre__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 600px) {
  .counters-bar, .sobre__stats { grid-template-columns: minmax(0, 1fr); }
}

/* About section focuses on the company, mission and values. */
.sobre__grid { grid-template-columns: minmax(0, 1fr); max-width: 960px; margin-inline: auto; }
