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

:root {
  --purple:       #7E2EE6;
  --purple-dark:  #6923BF;
  --purple-light: #F6F2FF;
  --purple-border: #DCC8FF;
  --bg:           #ffffff;
  --bg-alt:       #FAF7FD;
  --text:         #1A1023;
  --muted:        #6B6475;
  --border:       #EBE6EF;
  --radius:       14px;
  --head:         'Manrope', sans-serif;
  --body:         'Inter', sans-serif;
  --wpp:          #25D366;
  --wpp-dark:     #1aa54f;
  --gold:         #B8860B;
  --shadow:       0 8px 28px rgba(108,35,179,.10);
}

html { scroll-behavior: smooth; }
body { font-family: var(--body); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3 { font-family: var(--head); }
section[id] { scroll-margin-top: 76px; }
@media(max-width:380px){ .container { padding: 0 16px; } }

/* ── WPP BTN ── */
.btn-wpp {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--wpp); color: #fff;
  font-family: var(--head); font-weight: 700; font-size: .95rem;
  padding: 13px 26px; border-radius: 50px; border: none; cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 4px 18px rgba(37,211,102,.35); white-space: nowrap;
}
.btn-wpp:hover { background: var(--wpp-dark); transform: translateY(-2px); }
.btn-wpp:active { transform: scale(.97); }
.btn-wpp.lg { font-size: 1.05rem; padding: 16px 34px; white-space: normal; text-align: center; max-width: 100%; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.nav-logo { display: flex; align-items: center; gap: 9px; }
.nav-logo-mark { height: 38px; width: 38px; object-fit: contain; flex-shrink: 0; }
.nav-logo-name { font-weight: 800; font-size: 1.05rem; color: var(--text); }
.nav-logo-name span { color: var(--purple); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-tel { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .86rem; font-weight: 600; }
.nav-tel svg { color: var(--purple); flex-shrink: 0; }
.btn-txt-short { display: none; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: .9rem; font-weight: 600; color: var(--muted); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--purple-dark); }
.nav-burger {
  display: none; align-items: center; justify-content: center;
  width: 38px; height: 38px; background: none; border: 1.5px solid var(--border); border-radius: 9px;
  cursor: pointer; color: var(--text); flex-shrink: 0;
}
.nav-mobile-menu { display: none; flex-direction: column; padding: 4px 0 14px; border-top: 1px solid var(--border); }
.nav-mobile-menu a { padding: 12px 0; font-size: .95rem; font-weight: 600; color: var(--muted); border-bottom: 1px solid var(--border); }
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav-mobile-menu a.active { color: var(--purple-dark); }
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu { display: none !important; flex-direction: column; padding: 4px 0 14px; border-top: 1px solid var(--border); }
.nav-mobile-menu.open { display: flex !important; }

@media(max-width:760px){
  .nav-links { display: none; }
  .nav-burger { display: flex; }
}
@media(max-width:600px){ .nav-tel { display: none; } .btn-wpp { font-size: .82rem; padding: 9px 16px; } .btn-wpp.lg { font-size: .95rem; padding: 15px 22px; } }
@media(max-width:400px){ .nav-right .btn-txt-full { display: none; } .nav-right .btn-txt-short { display: inline; } }

/* ── HERO ── */
.hero { background: var(--purple-light); padding: 44px 0 0; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 32px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--purple-border); color: var(--purple);
  font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 50px; margin-bottom: 18px;
}
.hero h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; line-height: 1.15; margin-bottom: 16px; }
.hero h1 .accent { color: var(--purple); }
.hero h1 .accent2 { color: var(--wpp-dark); }
.hero-sub { font-size: 1rem; color: var(--muted); margin-bottom: 26px; max-width: 480px; }
.hero-trust { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; border: 1px solid var(--purple-border); border-radius: 50px;
  padding: 8px 15px; font-size: .8rem; font-weight: 600; color: var(--text);
  box-shadow: 0 2px 8px rgba(108,35,179,.07);
}
.trust-chip strong { font-size: .88rem; font-family: var(--head); }
.trust-icon { flex-shrink: 0; }
.trust-icon.gold { color: var(--gold); }
.trust-icon.purple { color: var(--purple); }
.trust-icon.green { color: var(--wpp-dark); }
.hero-img-wrap { display: flex; justify-content: center; align-items: flex-end; height: 100%; }
.hero-img-wrap img { max-height: 380px; width: 100%; object-fit: contain; }
@media(max-width:900px){
  .hero-inner { grid-template-columns: 1fr; text-align: center; padding-bottom: 0; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-trust { justify-content: center; }
  .hero-img-wrap { max-height: 260px; margin-top: 24px; }
  .hero-img-wrap img { max-height: 260px; }
}

/* ── COMPARAÇÃO ── */
.comparacao { padding: 56px 0; background: var(--bg); }
.comp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.comp-col { border-radius: var(--radius); padding: 26px 24px; }
.comp-sem { background: var(--bg-alt); border: 1.5px solid var(--border); }
.comp-com { background: var(--purple); color: #fff; }
.comp-col h3 { font-size: 1rem; font-weight: 800; margin-bottom: 16px; }
.comp-sem h3 { color: var(--text); }
.comp-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.comp-col ul li { font-size: .9rem; display: flex; align-items: flex-start; gap: 9px; }
.comp-sem ul li { color: var(--muted); }
.comp-sem ul li::before { content: '✕'; color: #C0392B; font-weight: 800; flex-shrink: 0; }
.comp-com ul li::before { content: '✓'; font-weight: 800; flex-shrink: 0; }
@media(max-width:640px){ .comp-grid { grid-template-columns: 1fr; } }

/* ── SECTION HEADER ── */
.sh { text-align: center; margin-bottom: 44px; }
.sh-tag { display: inline-block; background: var(--purple-light); color: var(--purple); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 12px; }
.sh h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; line-height: 1.2; }
.sh p { margin-top: 12px; color: var(--muted); font-size: .95rem; max-width: 480px; margin-left: auto; margin-right: auto; }

/* ── SERVIÇOS ── */
.servicos { padding: 64px 0; background: var(--bg-alt); }
.servicos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.servico-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.servico-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.servico-img {
  background: var(--purple-light);
  height: 160px; display: flex; align-items: center; justify-content: center;
}
.servico-img img { height: 130px; object-fit: contain; }
.servico-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.servico-body h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 12px; }
.servico-body ul { list-style: none; margin-bottom: 20px; flex: 1; display: flex; flex-direction: column; gap: 7px; }
.servico-body ul li { display: flex; align-items: flex-start; gap: 8px; font-size: .87rem; color: var(--muted); }
.servico-body ul li::before { content: '✓'; color: var(--purple); font-weight: 800; flex-shrink: 0; }
.servico-cta {
  display: flex; align-items: center; justify-content: center;
  background: var(--wpp); color: #fff;
  font-family: var(--head); font-weight: 700; font-size: .9rem;
  padding: 12px; border-radius: 9px;
  transition: background .2s;
}
.servico-cta:hover { background: var(--wpp-dark); }

/* ── DIFERENCIAIS ── */
.diferenciais { padding: 64px 0; background: var(--bg); }
.dif-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dif-card { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 22px; }
.dif-icon { width: 46px; height: 46px; background: var(--purple-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--purple); }
.dif-card h3 { font-size: .98rem; font-weight: 700; margin-bottom: 6px; }
.dif-card p { color: var(--muted); font-size: .87rem; line-height: 1.6; }

/* ── PROVA SOCIAL ── */
.prova-social { padding: 64px 0; background: var(--purple); color: #fff; }
.ps-header { text-align: center; margin-bottom: 36px; }
.ps-rating { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 6px; }
.ps-stars { color: var(--gold); font-size: 1.6rem; letter-spacing: 2px; }
.ps-n { font-size: 1.8rem; font-weight: 800; }
.ps-header p { color: rgba(255,255,255,.8); font-size: .92rem; }
.depo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.depo-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 22px; }
.depo-stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 10px; font-size: .9rem; }
.depo-text { font-style: italic; font-size: .89rem; line-height: 1.65; margin-bottom: 14px; color: rgba(255,255,255,.92); }
.depo-author { font-weight: 700; font-size: .85rem; }
.depo-author span { font-weight: 400; color: rgba(255,255,255,.65); }
.depo-extra { display: none; }
.depo-grid.expanded .depo-extra { display: block; }
.depo-toggle {
  display: block; margin: 32px auto 0;
  background: transparent; border: 1.5px solid rgba(255,255,255,.4); color: #fff;
  font-family: var(--head); font-weight: 700; font-size: .88rem;
  padding: 11px 28px; border-radius: 50px; cursor: pointer;
  transition: background .2s, border-color .2s;
}
.depo-toggle:hover { background: rgba(255,255,255,.1); border-color: #fff; }

/* ── COMO FUNCIONA ── */
.como-funciona { padding: 64px 0; background: var(--bg-alt); }
.passos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.passo { text-align: center; }
.passo-n { width: 44px; height: 44px; border-radius: 50%; background: var(--purple); color: #fff; font-family: var(--head); font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 1.05rem; }
.passo h3 { font-size: .95rem; font-weight: 700; margin-bottom: 6px; }
.passo p { font-size: .85rem; color: var(--muted); }
@media(max-width:700px){ .passos-grid { grid-template-columns: 1fr 1fr; row-gap: 30px; } }

/* ── FAQ ── */
.faq { padding: 64px 0; background: var(--bg); }
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; cursor: pointer; font-weight: 700; font-size: .95rem; list-style: none; user-select: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-ic { flex-shrink: 0; width: 26px; height: 26px; background: var(--purple-light); color: var(--purple); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700; transition: transform .2s; }
details[open] .faq-ic { transform: rotate(45deg); }
.faq-a { padding: 0 0 18px; color: var(--muted); font-size: .9rem; line-height: 1.7; }

/* ── CTA FINAL ── */
.cta-final { background: var(--purple); padding: 64px 0; text-align: center; color: #fff; }
.cta-final h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; margin-bottom: 10px; }
.cta-final p { color: rgba(255,255,255,.8); font-size: .96rem; margin-bottom: 26px; }
.cta-info { margin-top: 22px; display: flex; flex-direction: column; gap: 4px; font-size: .85rem; color: rgba(255,255,255,.75); }

/* ── FOOTER ── */
footer { background: var(--bg-alt); border-top: 1px solid var(--border); padding: 40px 0 0; }
.ft-inner { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 24px; padding-bottom: 28px; align-items: start; }
.ft-brand { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.05rem; }
.ft-info { display: flex; flex-direction: column; gap: 6px; font-size: .84rem; color: var(--muted); }
.ft-info a { color: var(--muted); }
.ft-links { display: flex; flex-direction: column; gap: 6px; font-size: .84rem; text-align: right; }
.ft-links a { color: var(--purple); font-weight: 600; }
.ft-bottom { border-top: 1px solid var(--border); padding: 16px 0; font-size: .78rem; color: var(--muted); }
@media(max-width:700px){ .ft-inner { grid-template-columns: 1fr; text-align: left; } .ft-links { text-align: left; } }

/* ── PRIVACIDADE ── */
.privacidade { padding: 56px 0; background: var(--bg); border-top: 1px solid var(--border); }
.priv-text { max-width: 760px; color: var(--muted); font-size: .87rem; line-height: 1.8; display: flex; flex-direction: column; gap: 14px; }
.priv-text strong { color: var(--text); }
.priv-lgpd { font-size: .78rem; color: #9c93a8; }

/* ── FLOAT WPP ── */
.wpp-float { position: fixed; bottom: 22px; right: 22px; z-index: 200; width: 58px; height: 58px; border-radius: 50%; background: var(--wpp); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.5); transition: transform .2s; }
.wpp-float:hover { transform: scale(1.1); }

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .servicos-grid, .dif-grid { grid-template-columns: repeat(2,1fr); }
  .depo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:600px){
  .servicos-grid, .dif-grid { grid-template-columns: 1fr; }
  .depo-grid { grid-template-columns: 1fr; }
  .comparacao, .servicos, .diferenciais, .prova-social, .como-funciona, .faq, .cta-final { padding: 48px 0; }
}

/* ══════════════════════════════════════════════════════════
   Classes exclusivas de assistencia.html (página de SEO)
══════════════════════════════════════════════════════════ */

/* ── BREADCRUMB ── */
.breadcrumb { padding: 14px 0; font-size: .82rem; color: var(--muted); }
.breadcrumb a { color: var(--purple); font-weight: 600; }
.breadcrumb .sep { margin: 0 6px; color: var(--purple-border); }
.breadcrumb .current { color: var(--text); font-weight: 600; }

/* ── SERVIÇOS DETALHADOS (por aparelho) ── */
.servicos-detalhados { padding: 64px 0; background: var(--bg); }
.sd-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sd-card { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 24px; }
.sd-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 800; margin-bottom: 16px; }
.sd-icon { width: 38px; height: 38px; background: var(--purple-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--purple); flex-shrink: 0; }
.sd-card ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 16px; }
.sd-card ul li { font-size: .87rem; color: var(--muted); display: flex; align-items: flex-start; gap: 7px; }
.sd-card ul li::before { content: '✓'; color: var(--purple); font-weight: 800; flex-shrink: 0; }
@media(max-width:700px){ .sd-grid { grid-template-columns: 1fr; } .sd-card ul { grid-template-columns: 1fr; } }

/* ── LOCALIZAÇÃO / MAPA ── */
.localizacao { padding: 64px 0; background: var(--bg-alt); }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.loc-info p { color: var(--muted); font-size: .92rem; line-height: 1.9; margin-bottom: 6px; }
.loc-info strong { color: var(--text); }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); }
.map-embed iframe { width: 100%; height: 320px; border: 0; display: block; }
@media(max-width:800px){ .loc-grid { grid-template-columns: 1fr; } .map-embed iframe { height: 260px; } }
