/* 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; }

/* Section headings: eyebrow, title and description on separate rows. */
.section-label {
  display: block;
  margin-bottom: .75rem;
  color: var(--accent-cyan);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-title {
  display: block;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.section-header {
  display: grid;
  justify-items: center;
  gap: .75rem;
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}
.section-header > .section-label,
.section-header > .section-title,
.section-header > .section-subtitle { margin: 0; }
.section-header > .section-subtitle { max-width: 600px; line-height: 1.7; }
@media (max-width: 768px) {
  .section-header { margin-bottom: 2rem; }
}

/* Crop only the presentation padding; preserve the approved logo artwork. */
.navbar__logo, .footer__logo { flex-shrink: 0; background: none; -webkit-text-fill-color: initial; }
.brand-logo { display: block; position: relative; width: 200px; height: 48px; overflow: hidden; }
.brand-logo img { position: absolute; width: 140%; max-width: none; height: auto; left: -20%; top: 50%; transform: translateY(-50%); }
.footer__logo .brand-logo { width: 220px; height: 52px; }
@media (max-width: 768px) {
  .navbar__logo .brand-logo { width: 150px; height: 36px; }
}

/* Location card: readable map colors within the site's purple framing. */
.map-container { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 12px; overflow: hidden; margin-top: 2rem; }
.map-card__header { display: flex; align-items: center; gap: .875rem; padding: 1.25rem 1.5rem; }
.map-card__icon { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid var(--border-color); border-radius: 10px; color: var(--accent-cyan); background: rgba(167, 126, 225, .1); }
.map-card__label { display: block; margin-bottom: .35rem; color: var(--text-muted); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.map-card__header h3 { margin: 0; font-size: 1rem; line-height: 1.45; letter-spacing: -.015em; color: var(--text-primary); }
.map-container iframe { display: block; width: 100%; height: 300px; border: 0; border-block: 1px solid var(--border-color); filter: none; opacity: 1; background: #e9e6ef; }
.map-card__footer { padding: 1rem 1.5rem; }
.map-card__link { display: inline-flex; align-items: center; gap: .625rem; min-height: 44px; color: var(--accent-cyan); font-size: .875rem; font-weight: 500; border-radius: 4px; transition: color .2s ease; }
.map-card__link:hover { color: var(--text-primary); }
.map-card__link:focus-visible { outline: 2px solid var(--accent-purple); outline-offset: 5px; }
.map-card__link svg { flex-shrink: 0; }
@media (max-width: 480px) {
  .map-card__header { padding: 1rem; }
  .map-card__footer { padding: .75rem 1rem; }
  .map-container iframe { height: 260px; }
}
