:root {
  --purple: #7050bb;
  --purple-dark: #543a91;
  --purple-darker: #2f2158;
  --pink: #ff4080;
  --pink-dark: #e02f6b;
  --white: #ffffff;
  --ink: #1c1730;
  --ink-soft: #4b4560;
  --gray: #6b6780;
  --gray-light: #8d89a0;
  --bg-soft: #f7f5fc;
  --bg-soft-2: #f1edfa;
  --border: #e6e1f5;
  --success: #2fbf71;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 10px rgba(47, 33, 88, 0.06);
  --shadow-md: 0 10px 30px rgba(47, 33, 88, 0.12);
  --shadow-lg: 0 20px 60px rgba(47, 33, 88, 0.18);
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

/* Ajuste de largura do container Bootstrap para bater com o design aprovado
   (Bootstrap usa breakpoints próprios de max-width; fixamos 1200px). */
.container { max-width: 1200px; }

section { position: relative; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 14px;
}
.eyebrow.on-dark { color: #ffc2d9; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
h2 { font-size: clamp(28px, 3.4vw, 40px); }
h3 { font-size: clamp(20px, 2.2vw, 26px); }

.section-head { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.section-head p { color: var(--gray); font-size: 17px; }
.section-head.align-left { margin-left: 0; text-align: left; }

/* ---------- Botões de marca (sobre o .btn base do Bootstrap) ---------- */

.btn {
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 10px 20px; font-size: 14px; }

.btn-primary { background: var(--pink); border-color: var(--pink); color: var(--white); box-shadow: var(--shadow-md); }
.btn-primary:hover { background: var(--pink-dark); border-color: var(--pink-dark); color: var(--white); }

.btn-secondary { background: transparent; border: 2px solid rgba(255, 255, 255, 0.55); color: var(--white); }
.btn-secondary:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.1); color: var(--white); }

.btn-outline-purple { background: transparent; border: 2px solid var(--purple); color: var(--purple); }
.btn-outline-purple:hover { background: var(--purple); color: var(--white); }

.btn-purple { background: var(--purple); border-color: var(--purple); color: var(--white); box-shadow: var(--shadow-md); }
.btn-purple:hover { background: var(--purple-dark); border-color: var(--purple-dark); color: var(--white); }

.btn-secondary-light { background: rgba(255,255,255,0.12); color: var(--white); border: 2px solid rgba(255,255,255,0.4); }
.btn-secondary-light:hover { background: rgba(255,255,255,0.2); color: var(--white); }

.btn-link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 700; color: var(--purple);
  border-bottom: 2px solid transparent; padding-bottom: 2px;
  transition: border-color 0.15s ease, gap 0.15s ease;
}
.btn-link-arrow:hover { border-color: var(--purple); gap: 10px; }
.solution-offline .btn-link-arrow { color: var(--white); }
.solution-offline .btn-link-arrow:hover { border-color: var(--white); }

/* ---------- Top bar ---------- */

.top-bar { background: var(--purple-darker); color: rgba(255, 255, 255, 0.85); font-size: 13px; padding: 8px 0; }
.top-bar a { font-weight: 600; color: var(--white); }
.top-bar a:hover { color: #ffc2d9; }
.top-bar .sep { opacity: 0.4; }

/* ---------- Header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 500;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.2s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.site-header .container { min-height: 84px; }

.brand img { height: 38px; width: auto; }

.nav-link {
  padding: 12px 16px !important;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink) !important;
  display: flex; align-items: center; gap: 6px;
}
.nav-link:hover, .nav-item.is-open .nav-link { background: var(--bg-soft-2); color: var(--purple) !important; }

.nav-link .chev { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform 0.15s ease; margin-top: -4px; }
.nav-item.is-open .nav-link .chev { transform: rotate(225deg); margin-top: 4px; }

.nav-toggle {
  width: 42px; height: 42px; border-radius: 10px;
  border: 1px solid var(--border); background: var(--white);
  display: inline-flex; align-items: center; justify-content: center; padding: 0;
}
.nav-toggle:focus { box-shadow: none; outline: none; }

/* ---------- Mega menu ---------- */

/* O wrapper fica colado no item de menu (top: 100%, sem gap) e usa
   padding-top como "ponte" invisível — assim o cursor nunca sai da
   subárvore do .nav-item ao descer do link até o painel, e o
   dropdown não fecha no meio do caminho (bug do gap de hover). */
.nav-item { position: relative; }
.mega-menu {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%);
  width: 880px; max-width: 90vw;
  padding-top: 14px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s;
  z-index: 100;
}
.nav-item.is-open .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; }

.mega-menu-panel {
  background: var(--white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); border: 1px solid var(--border);
  padding: 28px;
  transform: translateY(8px);
  transition: transform 0.18s ease;
}
.nav-item.is-open .mega-menu-panel { transform: translateY(0); }

.mega-menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 28px; }

.mega-menu-item { display: flex; gap: 14px; padding: 12px; border-radius: var(--radius-sm); align-items: flex-start; }
.mega-menu-item:hover { background: var(--bg-soft); }

/* Especificidade .mega-menu-item .mega-menu-ico > .mega-menu-item span,
   senão display:block do texto anula o flex e o ícone fica no canto. */
.mega-menu-item .mega-menu-ico {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px;
  background: var(--bg-soft-2); color: var(--purple);
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.mega-menu-item strong { display: block; font-size: 15px; margin-bottom: 2px; }
.mega-menu-item > span:not(.mega-menu-ico),
.mega-menu-item > span:not(.mega-menu-ico) span {
  display: block; font-size: 13px; color: var(--gray); line-height: 1.4;
}

.mega-menu-featured {
  margin-top: 18px; padding: 18px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: linear-gradient(120deg, var(--bg-soft-2), var(--bg-soft));
  border-radius: var(--radius-md);
}
.mega-menu-featured strong { color: var(--purple-dark); }
.mega-menu-featured > span:not(.btn) { color: var(--gray); font-size: 13px; }
.mega-menu-featured > span:not(.btn) span { color: var(--gray); font-size: 13px; }
.mega-menu-featured .btn-purple { color: var(--white); }

/* ---------- Hero (home) ---------- */

.hero {
  background: radial-gradient(120% 140% at 15% 0%, var(--purple) 0%, var(--purple-dark) 45%, var(--purple-darker) 100%);
  color: var(--white);
  padding: 84px 0 60px;
  overflow: hidden;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; margin-bottom: 22px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #52e19a; box-shadow: 0 0 0 4px rgba(82,225,154,0.25); }

.hero h1 { font-size: clamp(32px, 4.4vw, 52px); margin-bottom: 20px; }
.hero h1 .hl { color: #ffc2d9; }
.hero .lead { font-size: 18px; color: rgba(255, 255, 255, 0.88); max-width: 520px; margin-bottom: 30px; }

.hero-trust { font-size: 13px; color: rgba(255,255,255,0.8); }
.hero-trust li { display: flex; align-items: center; gap: 8px; }
.hero-trust .ico-check { width: 18px; height: 18px; border-radius: 50%; background: rgba(82,225,154,0.2); color: #52e19a; display: flex; align-items: center; justify-content: center; font-size: 11px; flex: 0 0 auto; }

.hero-visual { position: relative; }
.hero-visual img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }

/* ---------- Cards flutuantes do hero (mini-dashboards HTML/CSS + parallax) ----------
   Recriados como elementos reais (não fazem parte da imagem) para permitir o efeito de
   parallax no scroll — cada .hero-card tem um [data-parallax] com a "velocidade" própria,
   aplicada via transform em conllab-site/js/site.js. */

.hero-card {
  position: absolute;
  background: var(--white);
  color: var(--ink);
  padding: 14px 16px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  width: 168px;
  will-change: transform;
}

.hero-card-head {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; color: var(--gray);
  text-transform: uppercase; letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.hero-card-head .dots { margin-left: auto; color: var(--gray-light); font-weight: 900; text-transform: none; letter-spacing: 0; }
.hero-card-head .ico { width: 22px; height: 22px; border-radius: 7px; background: var(--bg-soft-2); color: var(--purple); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.hero-card-head .ico.ico-alert { background: #fdeee9; color: #e2622a; }

.hero-card-stat { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.hero-card-stat strong { font-size: 20px; }
.hero-card-stat .badge-up { font-size: 11px; font-weight: 700; color: var(--success); background: #e9f9f0; padding: 2px 7px; border-radius: 999px; }

.hero-progress { height: 6px; border-radius: 999px; background: var(--bg-soft-2); overflow: hidden; }
.hero-progress span { display: block; height: 100%; background: var(--purple); border-radius: 999px; }

.hero-chart { position: relative; height: 44px; }
.hero-chart-line { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-chart-line polyline { fill: none; stroke: #f6b93b; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-chart-bars { position: absolute; inset: 0; display: flex; align-items: flex-end; gap: 5px; }
.hero-chart-bars span { flex: 1; background: var(--bg-soft-2); border-radius: 3px 3px 0 0; }
.hero-chart-bars.small { position: static; height: 30px; margin-top: 10px; }
.hero-chart-bars.small span { background: var(--bg-soft-2); }

/* Visitantes: canto superior esquerdo. Moradores ativos: canto inferior esquerdo
   (ocupa o lugar do antigo card "Visita registrada"). Encomendas entregues: meio,
   à esquerda — sem mudança. */
.card-visitantes { top: -14px; left: -20px; }
.card-moradores { bottom: -18px; left: -18px; width: 210px; }
.card-encomendas { bottom: 96px; left: -34px; width: 192px; }

/* ---------- Logos strip ---------- */

.logos-strip { padding: 34px 0; background: var(--bg-soft); border-bottom: 1px solid var(--border); }
.logos-strip p { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--gray); margin-bottom: 20px; }
.logos-row img { height: 34px; width: auto; object-fit: contain; filter: grayscale(1); opacity: 0.65; transition: opacity 0.15s ease, filter 0.15s ease; }
.logos-row img:hover { filter: grayscale(0); opacity: 1; }

/* ---------- Persona tabs (Bootstrap nav-pills + tab-pane, skin de marca) ---------- */

.personas { padding: 96px 0; background: var(--white); }

.persona-tabs { margin-bottom: 44px; gap: 8px; }
.persona-tab.nav-link {
  padding: 12px 24px !important;
  border-radius: 999px; border: 2px solid var(--border) !important;
  font-weight: 700; font-size: 15px; color: var(--ink-soft) !important;
  background: var(--white) !important;
}
.persona-tab.nav-link:hover { border-color: var(--purple) !important; color: var(--purple) !important; }
.persona-tab.nav-link.active { border-color: var(--purple) !important; color: var(--purple) !important; background: var(--bg-soft-2) !important; }

.persona-panel .tag { display: inline-block; background: var(--bg-soft-2); color: var(--purple); font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }

.persona-list li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--border); font-weight: 600; color: var(--ink-soft); }
.persona-list li:last-child { border-bottom: none; }
.persona-list .ico-check { width: 22px; height: 22px; border-radius: 50%; background: #e9f9f0; color: var(--success); display: flex; align-items: center; justify-content: center; font-size: 12px; flex: 0 0 auto; margin-top: 2px; }

.persona-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }

/* ---------- Métricas ---------- */

.metrics { background: var(--purple-darker); color: var(--white); padding: 64px 0; }
.metrics-head { text-align: center; margin-bottom: 40px; }
.metrics-head p { color: rgba(255,255,255,0.7); font-weight: 600; }
.metric-card { text-align: center; }
.metric-card .num { font-size: clamp(30px, 4vw, 44px); font-weight: 800; color: #ffc2d9; margin-bottom: 6px; }
.metric-card p { color: rgba(255,255,255,0.85); font-size: 14px; margin: 0; }

/* ---------- Soluções ---------- */

.solutions-intro { padding: 96px 0 40px; text-align: center; }

.solution-block { padding: 76px 0; }
.solution-block:nth-child(even) { background: var(--bg-soft); }

.solution-media { position: relative; }
.solution-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.solution-media .badge-offline {
  position: absolute; top: -14px; right: -14px;
  background: var(--pink); color: var(--white);
  font-size: 12px; font-weight: 700; padding: 8px 14px; border-radius: 999px;
  box-shadow: var(--shadow-md);
}

.solution-benefits li { display: flex; gap: 10px; padding: 8px 0; color: var(--ink-soft); font-weight: 500; }
.solution-benefits .ico-check { width: 20px; height: 20px; border-radius: 50%; background: var(--bg-soft-2); color: var(--purple); display: flex; align-items: center; justify-content: center; font-size: 11px; flex: 0 0 auto; margin-top: 3px; }

.solution-chips span { background: var(--bg-soft-2); color: var(--purple-dark); font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 999px; }

.solution-offline { background: linear-gradient(120deg, var(--purple-darker), var(--purple-dark)); color: var(--white); }
.solution-offline .eyebrow { color: #ffc2d9; }
.solution-offline .solution-benefits li { color: rgba(255,255,255,0.88); }
.solution-offline .solution-benefits .ico-check { background: rgba(255,255,255,0.15); color: #52e19a; }
.solution-offline .solution-chips span { background: rgba(255,255,255,0.14); color: var(--white); }

/* ---------- Depoimentos ---------- */

.testimonials { padding: 96px 0; background: var(--white); }

.testimonials-carousel { max-width: 720px; margin: 0 auto; padding: 0 56px; }

.testimonial-card {
  background: var(--bg-soft); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 36px 32px; position: relative;
  box-shadow: var(--shadow-sm); min-height: 260px;
}
.testimonial-card .quote-mark { font-size: 40px; color: var(--purple); opacity: 0.25; line-height: 1; margin-bottom: 8px; }
.testimonial-card p.quote { font-weight: 600; color: var(--ink-soft); margin-bottom: 24px; font-size: 17px; }

.testimonial-google-tag {
  position: absolute; top: 20px; right: 20px;
  display: flex; align-items: center; gap: 3px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase;
  color: var(--gray); background: var(--white); border: 1px solid var(--border);
  padding: 5px 10px; border-radius: 999px;
}
.testimonial-google-tag svg { color: #f6b93b; margin-right: 2px; }

.testimonial-avatar-photo {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: 0 0 auto;
}

.testimonial-person strong { display: block; font-size: 14px; }
.testimonial-person strong a { color: var(--ink); text-decoration: none; }
.testimonial-person strong a:hover { color: var(--purple); text-decoration: underline; }
.testimonial-person span { font-size: 12px; color: var(--gray); }

.testimonials-carousel .carousel-control-prev,
.testimonials-carousel .carousel-control-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--white); box-shadow: var(--shadow-md);
  opacity: 1; color: var(--purple); display: flex; align-items: center; justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
}
.testimonials-carousel .carousel-control-prev { left: 0; }
.testimonials-carousel .carousel-control-next { right: 0; }
.testimonials-carousel .carousel-control-prev:hover,
.testimonials-carousel .carousel-control-next:hover { background: var(--purple); color: var(--white); }
.testimonial-arrow { font-size: 24px; line-height: 1; font-weight: 700; }

.testimonials-indicators { position: static; margin: 28px 0 0; }
.testimonials-indicators [data-bs-target] {
  width: 8px; height: 8px; border-radius: 50%; background: var(--border);
  opacity: 1; border: none; margin: 0 4px; text-indent: -9999px;
}
.testimonials-indicators [data-bs-target].active { background: var(--purple); }

/* ---------- FAQ (skin sobre o Accordion do Bootstrap) ---------- */

.faq { padding: 96px 0; background: var(--bg-soft); }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--border) !important; border-radius: var(--radius-md) !important; margin-bottom: 12px; overflow: hidden; }
.faq-question.accordion-button {
  font-weight: 700; font-size: 16px; padding: 20px 24px;
  color: var(--ink); background: var(--white);
  box-shadow: none !important;
}
.faq-question.accordion-button:not(.collapsed) { background: var(--white); color: var(--purple); }
.faq-question.accordion-button::after { display: none; }
.faq-answer-inner { padding: 0 24px 20px; color: var(--gray); }

/* ---------- Lead / cadastro ---------- */

.lead-section { padding: 96px 0; background: var(--white); }
.lead-wrapper { background: var(--purple-darker); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.lead-copy { padding: 56px; color: var(--white); height: 100%; }
.lead-copy .eyebrow { color: #ffc2d9; }
.lead-copy ul { margin: 24px 0; }
.lead-copy li { display: flex; gap: 10px; padding: 6px 0; color: rgba(255,255,255,0.85); font-weight: 500; }
.lead-copy .ico-check { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,0.15); color: #52e19a; display: flex; align-items: center; justify-content: center; font-size: 11px; flex: 0 0 auto; margin-top: 3px; }

.lead-form { background: var(--white); padding: 56px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--ink-soft); }
.form-control, .form-select {
  padding: 13px 16px; border-radius: var(--radius-sm);
  border: 1px solid var(--border); font-family: inherit; font-size: 15px; background: var(--bg-soft);
}
.form-control:focus, .form-select:focus { box-shadow: none; border-color: var(--purple); background: var(--white); }
.form-feedback { font-size: 13px; text-align: center; margin-top: 14px; min-height: 18px; }
.form-feedback.is-success { color: var(--success); font-weight: 600; }
.form-feedback.is-error { color: var(--pink-dark); font-weight: 600; }

/* ---------- CTA final ---------- */

.cta-banner { padding: 70px 0; background: linear-gradient(120deg, var(--pink), var(--purple)); color: var(--white); }
.cta-banner h3 { margin-bottom: 8px; }
.cta-banner p { color: rgba(255,255,255,0.9); margin-bottom: 0; }
.cta-banner .btn-secondary { border-color: rgba(255,255,255,0.6); }

/* ---------- Footer ---------- */

.site-footer { background: var(--purple-darker); color: rgba(255,255,255,0.75); padding: 72px 0 28px; }
.footer-brand img { height: 34px; margin-bottom: 18px; }
.footer-brand p { color: rgba(255,255,255,0.65); font-size: 14px; max-width: 280px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center; transition: background 0.15s ease;
}
.footer-social a:hover { background: var(--pink); }

.footer-col h5 { color: var(--white); font-size: 14px; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 18px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 12px; font-size: 14px; }
.footer-col a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px; margin-top: 24px;
  font-size: 13px; color: rgba(255,255,255,0.55);
}
.footer-bottom a { color: rgba(255,255,255,0.55); }
.footer-bottom a:hover { color: var(--white); }

/* ---------- WhatsApp float ---------- */

.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 400;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  transition: transform 0.15s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* ==========================================================================
   Páginas de solução
   ========================================================================== */

.breadcrumb-bar { padding: 18px 0; border-bottom: 1px solid var(--border); background: var(--bg-soft); }
.breadcrumb { font-size: 13px; color: var(--gray); }
.breadcrumb a { color: var(--purple); font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep { margin: 0 8px; opacity: 0.5; }
.breadcrumb .current { color: var(--ink-soft); font-weight: 600; }

.page-hero {
  background: radial-gradient(120% 160% at 15% 0%, var(--purple) 0%, var(--purple-dark) 45%, var(--purple-darker) 100%);
  color: var(--white);
  padding: 64px 0 60px;
  text-align: center;
}
.page-hero-icon {
  width: 64px; height: 64px; border-radius: 18px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px; color: #ffc2d9;
}
.page-hero h1 { max-width: 780px; margin-left: auto; margin-right: auto; font-size: clamp(28px, 3.8vw, 44px); }
.page-hero .lead { max-width: 620px; margin: 0 auto 30px; color: rgba(255,255,255,0.88); font-size: 17px; }

.page-section { padding: 84px 0; }
.page-section.bg-soft { background: var(--bg-soft); }

.pain-card { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 28px; height: 100%; }
.page-section.bg-soft .pain-card { background: var(--white); }
.pain-card .pain { display: flex; gap: 10px; align-items: flex-start; font-weight: 700; color: var(--pink-dark); margin-bottom: 10px; font-size: 15px; }
.pain-card .pain .ico-x {
  flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%;
  background: #ffe4ee; color: var(--pink-dark); display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; margin-top: 1px;
}
.pain-card .solve { color: var(--ink-soft); margin: 0; font-size: 15px; }
.pain-card .solve strong { color: var(--ink); }

.steps-list { counter-reset: step; margin: 44px 0 0; max-width: 720px; }
.steps-list li { position: relative; padding: 0 0 30px 30px; border-left: 2px dashed var(--border); margin-left: 21px; }
.steps-list li:last-child { border-left-color: transparent; padding-bottom: 0; }
.steps-list li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: -21px; top: -2px;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--purple); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px;
}
.steps-list strong { display: block; margin-bottom: 4px; font-size: 16px; }
.steps-list p { margin: 0; color: var(--gray); }

.callout-box {
  background: linear-gradient(120deg, var(--purple-darker), var(--purple-dark));
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: flex-start;
}
.callout-box .callout-ico {
  width: 56px; height: 56px; border-radius: 16px;
  background: rgba(255,255,255,0.14); color: #ffc2d9;
  display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
}
.callout-box h3 { margin-bottom: 12px; }
.callout-box p { color: rgba(255,255,255,0.88); }
.callout-box ul { margin: 18px 0 26px; }
.callout-box li { display: flex; gap: 10px; padding: 6px 0; color: rgba(255,255,255,0.9); font-weight: 500; }
.callout-box .ico-check { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,0.15); color: #52e19a; display: flex; align-items: center; justify-content: center; font-size: 11px; flex: 0 0 auto; margin-top: 3px; }

.related-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 24px; display: block; height: 100%;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.related-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.related-card .mega-menu-ico { margin-bottom: 14px; }
.related-card strong { display: block; font-size: 16px; margin-bottom: 6px; }
.related-card span { color: var(--gray); font-size: 14px; }

.badge-note {
  display: inline-block; margin-top: 20px; font-size: 12px; color: var(--gray-light);
  border: 1px dashed var(--border); padding: 6px 12px; border-radius: 999px;
}

/* ==========================================================================
   Responsive — a maior parte já vem do grid Bootstrap (row-cols-*, col-lg-*).
   Aqui só o que é específico da identidade Conllab.
   ========================================================================== */

@media (max-width: 991.98px) {
  .header-actions .btn-outline-purple { display: none; }

  .main-nav {
    border-top: 1px solid var(--border);
    padding: 12px 0 16px;
  }
  .main-nav .navbar-nav { gap: 2px; }
  .nav-link { justify-content: space-between; }

  .mega-menu {
    position: static; width: auto; max-width: none; padding-top: 0;
    transform: none; opacity: 1; visibility: visible; pointer-events: none;
    height: 0; overflow: hidden; transition: none;
  }
  .nav-item.is-open .mega-menu { height: auto; pointer-events: auto; padding-top: 8px; }
  .mega-menu-panel { box-shadow: none; border: none; padding: 8px 0 0; transform: none; }
  .mega-menu-grid { grid-template-columns: 1fr; }
  .mega-menu-featured { flex-direction: column; align-items: flex-start; }

  .hero { text-align: center; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .hero-ctas, .hero-trust { justify-content: center; }
  .hero-visual { max-width: 420px; margin: 0 auto; }

  /* Cards continuam flutuando sobre a imagem e com parallax igual ao desktop —
     só reduzidos de tamanho pra caber numa tela mais estreita. */
  .hero-card {
    width: 128px; padding: 10px 12px;
  }
  .hero-card-head { font-size: 9px; margin-bottom: 7px; gap: 4px; }
  .hero-card-head .ico { width: 18px; height: 18px; }
  .hero-card-stat strong { font-size: 15px; }
  .hero-card-stat .badge-up { font-size: 9px; padding: 1px 5px; }
  .hero-chart { height: 32px; }
  .hero-chart-bars.small { height: 22px; }

  .card-visitantes { top: -8px; left: -8px; }
  .card-moradores { bottom: -8px; left: -8px; width: 150px; }
  .card-encomendas { bottom: 78px; left: -10px; width: 138px; }
}

@media (max-width: 767.98px) {
  .top-bar { display: none; }
  .site-header .container { min-height: 68px; }
  .brand img { height: 30px; }
  .lead-copy, .lead-form { padding: 32px 24px; }
  .hero { padding: 56px 0 40px; }
  .callout-box { grid-template-columns: 1fr; padding: 30px 24px; }
  .page-section { padding: 56px 0; }
  .cta-banner .container { text-align: center; }

  .testimonials-carousel { padding: 0 4px; }
  .testimonial-card { padding: 44px 20px 28px; min-height: 300px; }
  .testimonials-carousel .carousel-control-prev,
  .testimonials-carousel .carousel-control-next { width: 32px; height: 32px; top: auto; bottom: -46px; transform: none; }
  .testimonials-carousel .carousel-control-prev { left: calc(50% - 44px); }
  .testimonials-carousel .carousel-control-next { left: calc(50% + 12px); right: auto; }
  .testimonials-indicators { margin-top: 12px; }
}
