/* =========================================================
   BLM Eventos — Home v7.6
   CSS consolidado. Sem overrides de versões antigas.
   Produto: BLM Eventos | Empresa: BLM Telecom
   ========================================================= */

:root {
  --ink: #0b1724;
  --muted: #60717e;
  --muted-2: #87969f;
  --line: #dce8e7;
  --surface: #ffffff;
  --soft: #f6fbfa;
  --brand-green: #10aa78;
  --brand-green-dark: #087b5b;
  --brand-teal: #08a99c;
  --brand-cyan: #18b6c8;
  --success: #22b96d;
  --shadow: 0 22px 56px rgba(9, 33, 42, .09);
  --shadow-soft: 0 12px 30px rgba(9, 33, 42, .055);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.container {
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
}

/* ---------- Botões ---------- */
.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-teal));
  box-shadow: 0 14px 30px rgba(8, 169, 122, .2);
}
.btn-primary:hover { box-shadow: 0 18px 38px rgba(8, 169, 122, .28); }
.btn-ghost {
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border-color: var(--line);
  box-shadow: 0 7px 20px rgba(9,33,42,.04);
}
.btn-lg { min-height: 50px; padding: 13px 21px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #edf2f1;
  backdrop-filter: blur(16px);
}
.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand,
.product-brand,
.header-product-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.header-product-brand { gap: 12px; min-width: 0; }
.brand-logo-full-wrap {
  width: 104px;
  height: 60px;
  flex: 0 0 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand-logo-full {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.header-brand-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding-left: 12px;
  border-left: 1px solid #dce7e5;
  line-height: 1.05;
}
.header-brand-copy strong {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.035em;
  white-space: nowrap;
}
.header-brand-copy small,
.footer-company-copy small {
  color: #71817d;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-link {
  color: #52646f;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}
.nav-link:hover { color: var(--brand-green-dark); }
.nav-actions .btn { min-height: 38px; font-size: 11px; }

/* ---------- Tipografia compartilhada ---------- */
.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 12px;
  border: 1px solid rgba(8,169,156,.22);
  border-radius: 999px;
  color: #087d74;
  background: #effaf7;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.section,
.features-strip,
.pain-section,
.cta-section { position: relative; }
.section { padding: 46px 0; }
.section-head { margin-bottom: 22px; }
.section-head.center { max-width: 940px; margin-inline: auto; text-align: center; }
.section-head h2,
.cta-card h2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(31px, 3.5vw, 48px);
  line-height: .98;
  letter-spacing: -.07em;
}
.section-head p {
  max-width: 720px;
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

/* =========================================================
   HERO
   Desktop: arte integrada à direita, escala estável em Full HD e 2K.
   Mobile: arte removida para priorizar conversão e reduzir altura.
   ========================================================= */
.hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(570px, 65vh, 700px);
  display: flex;
  align-items: center;
  padding: 44px 0 46px;
  border-bottom: 1px solid #edf3f2;
  background-color: #fff;
  background-image:
    linear-gradient(
      90deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.995) 25%,
      rgba(255,255,255,.91) 38%,
      rgba(255,255,255,.46) 50%,
      rgba(255,255,255,.06) 67%,
      rgba(255,255,255,0) 100%
    ),
    url('../img/home/hero-blm-eventos.jpg?v=760');
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: 100% 100%, auto 100%;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 4% 18%, rgba(17,168,110,.07), transparent 22rem),
    radial-gradient(circle at 94% 8%, rgba(26,182,200,.05), transparent 24rem);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 575px);
  align-items: center;
}
.hero-copy { max-width: 575px; }
.hero-copy h1 {
  max-width: 575px;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(48px, 4.4vw, 68px);
  line-height: .91;
  letter-spacing: -.082em;
}
.hero-copy h1 strong {
  display: block;
  width: fit-content;
  color: var(--brand-green);
  background: linear-gradient(90deg, #0aa56f, #08a99c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-copy p {
  max-width: 535px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}
.hero-price-line {
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #dcebe7;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-soft);
}
.hero-price-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-teal));
  font-size: 12px;
  font-weight: 950;
}
.hero-price-line > div:last-child { display: grid; gap: 2px; }
.hero-price-line span {
  color: var(--brand-green-dark);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-price-line strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.05em;
}
.hero-price-line strong span { color: inherit; font-size: inherit; letter-spacing: inherit; text-transform: none; }
.hero-price-line strong em { color: #70807c; font-size: 10px; font-style: normal; letter-spacing: 0; }
.hero-price-line small { color: #7b8b87; font-size: 9px; font-weight: 750; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.hero-trust span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid #e0ece9;
  border-radius: 999px;
  color: #526864;
  background: rgba(255,255,255,.95);
  font-size: 9px;
  font-weight: 850;
}

/* ---------- Chega de improviso ---------- */
.pain-section {
  padding: 44px 0;
  background: #fff;
  border-bottom: 1px solid #edf2f1;
}
.pain-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(650px, 1.28fr);
  gap: 36px;
  align-items: center;
}
.pain-copy h2 {
  margin: 0;
  font-size: clamp(35px, 3.8vw, 50px);
  line-height: .96;
  letter-spacing: -.075em;
}
.pain-copy p {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.pain-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 11px;
}
.pain-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dfeae8;
  border-radius: 20px;
  background: linear-gradient(180deg,#fff,#fbfdfd);
  box-shadow: var(--shadow-soft);
}
.pain-card-head { min-height: 46px; display: flex; align-items: flex-start; gap: 9px; }
.pain-number {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #087d74;
  background: #eaf9f4;
  font-size: 8px;
  font-weight: 950;
}
.pain-card-head > div { display: grid; gap: 2px; }
.pain-card-head strong { font-size: 13px; line-height: 1.1; }
.pain-card-head small { color: #7a898f; font-size: 8px; line-height: 1.35; font-weight: 700; }
.pain-card > p { margin: 9px 1px 0; color: #61726f; font-size: 10px; line-height: 1.42; font-weight: 700; }
.pain-visual {
  height: 142px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #dfeae8;
  border-radius: 16px;
  background: #f7fbfa;
}
.mock-appbar {
  height: 34px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  background: #0d745f;
  font-size: 8px;
}
.mock-appbar b { flex: 1; font-size: 8px; }
.mock-appbar i { font-style: normal; opacity: .75; }
.mock-avatar {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0d6c61;
  background: #dff6ed;
  font-size: 8px;
  font-weight: 900;
}
.mock-chat {
  height: calc(100% - 34px);
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #eaf4f0;
}
.msg {
  width: fit-content;
  max-width: 82%;
  padding: 5px 7px;
  border-radius: 9px 9px 9px 3px;
  color: #415651;
  background: #fff;
  font-size: 7px;
  font-weight: 750;
  box-shadow: 0 2px 4px rgba(7,20,38,.05);
}
.msg.sent { margin-left: auto; border-radius: 9px 9px 3px 9px; background: #d9f8df; }
.msg.audio { min-width: 72px; color: #14786d; }
.sheet-toolbar {
  height: 32px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid #dfe9e7;
  background: #f7faf9;
}
.sheet-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: #d6dfdd; }
.sheet-toolbar span { margin-left: 5px; color: #61726f; font-size: 7px; font-weight: 800; }
.sheet-grid-real {
  height: calc(100% - 32px);
  display: grid;
  grid-template-columns: 1.45fr 1fr .55fr;
  grid-auto-rows: 1fr;
  font-size: 7px;
}
.sheet-grid-real > * { padding: 5px 6px; display: flex; align-items: center; border-right: 1px solid #e7eeee; border-bottom: 1px solid #e7eeee; }
.sheet-grid-real b { color: #42615a; background: #eef7f4; }
.sheet-grid-real span { color: #60716d; }
.sheet-grid-real em { font-style: normal; font-weight: 900; }
.sheet-grid-real .ok { color: #178653; background: #edfaf3; }
.sheet-grid-real .wait { color: #a06b14; background: #fff9e9; }
.sheet-grid-real .no { color: #a94d59; background: #fff2f3; }
.companions-realistic {
  padding: 10px;
  display: grid;
  align-content: center;
  gap: 5px;
  background: linear-gradient(145deg,#f9fcfb,#eff9f7);
}
.companion-invite,.companion-response,.companion-limit {
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #dfeae8;
  border-radius: 10px;
  background: #fff;
}
.companion-invite span,.companion-response span,.companion-limit span { color: #74827f; font-size: 7px; font-weight: 800; }
.companion-invite strong { color: #203632; font-size: 10px; }
.companion-response { border-color: #f1d4d8; background: #fff7f8; }
.companion-response strong { color: #b34656; font-size: 11px; }
.companion-response small { color: #ad5b68; font-size: 6px; font-weight: 900; }
.companion-limit { border-color: #cfe9e2; background: #ecfaf5; }
.companion-limit b { color: #087f85; font-size: 8px; }
.companion-arrow { text-align: center; color: #9aaba7; font-size: 9px; }

/* ---------- Como funciona ---------- */
.process-section {
  border-block: 1px solid #edf2f1;
  background: radial-gradient(circle at 50% 0,rgba(8,169,156,.055),transparent 23rem), #fbfdfd;
}
.steps-row {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.step-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dfeae8;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.step-card-top { height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.step-card .number {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg,var(--brand-green),var(--brand-teal));
  font-size: 12px;
  font-weight: 950;
}
.step-card-top small { color: #80908d; font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.product-shot {
  height: 250px;
  margin: 8px 0 14px;
  overflow: hidden;
  border: 1px solid #dce9e7;
  border-radius: 16px;
  background: #eef5f4;
}
.product-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-shot-editor img { object-fit: cover; object-position: center top; }
.product-shot-panel { padding: 8px; display: grid; place-items: center; background: linear-gradient(145deg,#e8f2f3,#f8fbfb); }
.product-shot-panel img { width: auto; max-width: 100%; height: 100%; object-fit: contain; border-radius: 10px; box-shadow: 0 8px 24px rgba(7,20,38,.13); }
.product-shot-pix {
  padding: 0;
  background: #eef8f5;
}
.product-shot-pix img {
  object-fit: contain;
  transform: scale(1.04);
}
.step-card h3 { margin: 0 0 6px; font-size: 18px; line-height: 1.08; letter-spacing: -.04em; }
.step-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.42; }

/* ---------- Prévia do convidado ---------- */
.guest-preview-section { background: #fff; }
.guest-preview-grid {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(440px,1fr);
  gap: 44px;
  align-items: center;
}
.guest-preview-copy h2 { margin: 0; font-size: clamp(34px,4vw,52px); line-height: .97; letter-spacing: -.075em; }
.guest-preview-copy p { max-width: 560px; margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.52; }
.preview-points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 18px; }
.preview-points span { padding: 9px 11px; border: 1px solid #dfeae8; border-radius: 14px; background: #fff; font-size: 11px; font-weight: 850; }
.phone-preview-wrap {
  min-height: 430px;
  padding: 22px;
  display: grid;
  place-items: center;
  border: 1px solid #dfeae8;
  border-radius: 28px;
  background: radial-gradient(circle at 88% 10%,rgba(26,182,200,.1),transparent 14rem),radial-gradient(circle at 8% 88%,rgba(17,168,110,.1),transparent 15rem),#f7fbfa;
  box-shadow: 0 18px 46px rgba(9,33,42,.07);
}
.guest-device-showcase { position: relative; width: min(100%,500px); display: flex; justify-content: center; align-items: center; }
.guest-device-image { width: 235px; max-width: 62%; overflow: hidden; border-radius: 28px; box-shadow: 0 24px 58px rgba(9,33,42,.18); transform: rotate(-1.5deg); }
.guest-device-image img { width: 100%; height: auto; display: block; }
.guest-live-card { position: absolute; right: 0; top: 35%; width: 180px; padding: 15px; display: grid; gap: 6px; border: 1px solid #dce8e6; border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: 0 18px 42px rgba(9,33,42,.1); }
.guest-live-card small { color: #087d74; font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.guest-live-card strong { font-size: 16px; line-height: 1.08; letter-spacing: -.04em; }
.guest-live-card span { color: var(--muted); font-size: 10px; line-height: 1.4; font-weight: 700; }

/* ---------- Recursos ---------- */
.features-strip {
  padding: 46px 0;
  border-block: 1px solid #eaf1f0;
  background: linear-gradient(180deg,#f7fbfa,#fff);
}
.feature-icons { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.feature-mini {
  min-width: 0;
  padding: 15px;
  border: 1px solid #dfeae8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(9,33,42,.045);
}
.mini-ui { min-height: 88px; margin-bottom: 12px; padding: 12px; border: 1px solid #e0ebe9; border-radius: 15px; background: #f8fbfa; }
.guest-mini { display: grid; gap: 7px; }
.guest-mini div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.guest-mini b { font-size: 11px; }
.guest-mini em { padding: 4px 7px; border-radius: 999px; color: #166534; background: #dcfce7; font-size: 9px; font-style: normal; font-weight: 900; }
.guest-mini em.waiting { color: #92400e; background: #fef3c7; }
.whatsapp-mini { display: grid; align-content: center; gap: 8px; background: #f0fdf4; }
.whatsapp-mini span { color: #166534; font-size: 10px; font-weight: 850; }
.whatsapp-mini b { width: fit-content; padding: 6px 8px; border-radius: 999px; color: #166534; background: #dcfce7; font-size: 10px; }
.companions-mini { display: grid; place-items: center; text-align: center; }
.companions-mini span,.companions-mini small { color: var(--muted); font-size: 10px; font-weight: 850; }
.companions-mini strong { color: var(--brand-teal); font-size: 34px; line-height: 1; }
.panel-mini { display: flex; align-items: center; gap: 16px; }
.mini-donut { position: relative; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--brand-green) 0 64%,#d8f1eb 64% 82%,#d9eef2 82% 100%); }
.mini-donut::after { content: ""; position: absolute; inset: 11px; border-radius: 50%; background: #f8fbfa; }
.mini-donut span { position: relative; z-index: 2; color: var(--brand-green-dark); font-size: 11px; font-weight: 950; }
.panel-mini ul { margin: 0; padding: 0; display: grid; gap: 5px; list-style: none; color: var(--muted); font-size: 10px; font-weight: 850; }
.qr-mini { display: grid; place-items: center; text-align: center; }
.qr-box { display: grid; grid-template-columns: repeat(3,13px); gap: 5px; margin-bottom: 8px; }
.qr-box i { width: 13px; height: 13px; border-radius: 3px; background: var(--brand-teal); }
.qr-mini span { color: var(--muted); font-size: 10px; font-weight: 900; }
.export-mini { display: grid; align-content: center; gap: 7px; }
.export-mini b { font-size: 12px; }
.export-mini span { color: var(--muted); font-size: 10px; font-weight: 850; }
.export-mini button { width: fit-content; padding: 7px 11px; border: 0; border-radius: 999px; color: #fff; background: var(--brand-teal); font-size: 10px; font-weight: 900; }
.feature-mini > strong { display: block; margin-bottom: 5px; font-size: 15px; line-height: 1.12; letter-spacing: -.035em; }
.feature-mini > span { display: block; color: var(--muted); font-size: 11px; line-height: 1.42; font-weight: 700; }

/* ---------- Modelos ---------- */
.themes-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.theme-card { overflow: hidden; border: 1px solid #dfeae8; border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.theme-img { position: relative; height: 170px; overflow: hidden; background: #f8fbfa; }
.theme-img img { width: 100%; height: 100%; display: block; object-fit: cover; }
.theme-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(9,28,37,.34)); pointer-events: none; }
.theme-badge { position: absolute; left: 12px; bottom: 12px; z-index: 2; padding: 6px 9px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.88); font-size: 9px; font-weight: 950; text-transform: uppercase; }
.theme-card-body { padding: 14px 15px 16px; }
.theme-card strong { display: block; font-size: 15px; letter-spacing: -.035em; }
.theme-card span:not(.theme-badge) { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.4; font-weight: 700; }

/* ---------- Benefícios / oferta ---------- */
.benefits-section { padding-top: 18px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.benefit-card { min-width: 0; padding: 17px; border: 1px solid #dfeae8; border-radius: 19px; background: #fff; box-shadow: var(--shadow-soft); }
.benefit-card.highlighted { border-color: rgba(8,169,156,.22); background: linear-gradient(135deg,rgba(17,168,110,.075),rgba(26,182,200,.07)),#fff; }
.benefit-card > span { display: inline-flex; padding: 6px 8px; border-radius: 999px; color: #087d74; background: #eaf9f4; font-size: 9px; font-weight: 950; text-transform: uppercase; }
.benefit-card strong { display: block; margin-top: 11px; font-size: clamp(21px,2.1vw,27px); line-height: 1.02; letter-spacing: -.06em; }
.benefit-card p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; font-weight: 700; }

/* ---------- FAQ ---------- */
.faq-section { border-block: 1px solid #edf2f1; background: #fbfdfd; }
.faq-list { max-width: 900px; margin: 0 auto; display: grid; gap: 8px; }
.faq-list details { overflow: hidden; border: 1px solid #dfeae8; border-radius: 16px; background: #fff; box-shadow: 0 7px 20px rgba(9,33,42,.035); }
.faq-list summary { position: relative; padding: 14px 48px 14px 16px; list-style: none; cursor: pointer; font-size: 14px; font-weight: 900; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 15px; top: 50%; width: 26px; height: 26px; transform: translateY(-50%); display: grid; place-items: center; border-radius: 9px; color: #087d74; background: #eaf9f4; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 16px 15px; color: var(--muted); font-size: 12px; line-height: 1.5; }

/* ---------- CTA ---------- */
.cta-section { padding: 40px 0 46px; }
.cta-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 28px 32px;
  border: 1px solid #dfeae8;
  border-radius: 24px;
  background: radial-gradient(circle at 90% 0,rgba(26,182,200,.12),transparent 20rem),radial-gradient(circle at 0 100%,rgba(17,168,110,.12),transparent 20rem),#fff;
  box-shadow: var(--shadow-soft);
}
.cta-card h2 { max-width: 680px; margin: 0; }
.cta-card p { max-width: 630px; margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.cta-card .btn { min-width: 220px; }

/* ---------- Footer ---------- */
.site-footer { overflow: hidden; padding: 10px 0; border-top: 1px solid #edf2f1; background: #fff; }
.footer-wrap { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); }
.footer-identity { display: flex; align-items: center; gap: 10px; }
.footer-logo-wrap { width: 92px; height: 52px; flex: 0 0 92px; }
.footer-company-copy { display: grid; gap: 2px; padding-left: 10px; border-left: 1px solid #dce5e5; }
.footer-company-copy strong { color: var(--ink); font-size: 12px; }
.footer-copyright { font-size: 9px; font-weight: 750; text-align: right; }

/* =========================================================
   Tablet / notebooks
   ========================================================= */
@media (max-width: 1180px) {
  .container { width: min(100% - 32px, 1180px); }
  .hero { min-height: 580px; }
  .hero-grid { grid-template-columns: minmax(0,510px); }
  .hero-copy,.hero-copy h1 { max-width: 510px; }
  .pain-grid { grid-template-columns: 1fr; gap: 24px; }
  .pain-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .guest-preview-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (min-width: 1800px) {
  /* Evita que o hero fique pequeno/perdido em telas 2K/ultrawide. */
  .container { width: min(1460px, calc(100% - 72px)); }
  .hero { min-height: 690px; }
  .hero-grid { grid-template-columns: minmax(0,620px); }
  .hero-copy,.hero-copy h1 { max-width: 620px; }
  .hero-copy h1 { font-size: 72px; }
  .hero-copy p { max-width: 560px; font-size: 17px; }
}

/* =========================================================
   Mobile
   ========================================================= */
@media (max-width: 760px) {
  .container { width: min(100% - 20px, 1180px); }

  /* Header: logo + Entrar + Criar continuam na mesma linha. */
  .nav-wrap { min-height: 66px; gap: 6px; }
  .header-product-brand { gap: 0; flex: 0 0 auto; }
  .brand-logo-full-wrap { width: 72px; height: 50px; flex-basis: 72px; }
  .header-brand-copy,.nav-link { display: none; }
  .nav-actions { margin-left: auto; gap: 5px; }
  .nav-actions .login-cta,.nav-actions .create-cta { display: inline-flex; min-height: 34px; padding: 7px 9px; font-size: 9px; }

  /* Hero sem imagem e sem empilhar tudo em largura total. */
  .hero {
    min-height: auto;
    padding: 25px 0 28px;
    background-image:
      radial-gradient(circle at 8% 8%,rgba(17,168,110,.08),transparent 17rem),
      radial-gradient(circle at 96% 4%,rgba(26,182,200,.06),transparent 18rem);
    background-color: #fff;
  }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy,.hero-copy h1,.hero-copy p { max-width: none; }
  .hero-copy h1 { margin-bottom: 13px; font-size: clamp(38px,11.2vw,50px); line-height: .94; }
  .hero-copy p { font-size: 14px; line-height: 1.48; }
  .hero-price-line { width: 100%; margin-top: 16px; padding: 10px 12px; }
  .hero-price-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .hero-price-line strong { font-size: 21px; }
  .hero-actions { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(0,.82fr); gap: 7px; }
  .hero-actions .btn { width: 100%; min-width: 0; padding-inline: 10px; font-size: 10px; }
  .hero-trust {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin: 12px -10px 0 0;
    padding-right: 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .hero-trust::-webkit-scrollbar { display: none; }
  .hero-trust span { flex: 0 0 auto; scroll-snap-align: start; padding: 7px 9px; font-size: 8px; }

  .section,.features-strip,.pain-section,.cta-section { padding: 30px 0; }
  .section-head { margin-bottom: 16px; }
  .section-head h2,.cta-card h2 { font-size: clamp(29px,8.8vw,38px); }
  .section-head p { font-size: 12px; }

  /* Título + carrossel horizontal. O próximo card fica parcialmente visível. */
  .pain-grid { display: block; }
  .pain-copy h2 { max-width: 340px; font-size: clamp(31px,9vw,40px); }
  .pain-copy p { margin-bottom: 18px; font-size: 13px; }
  .pain-cards,
  .steps-row.process-real {
    display: flex;
    gap: 10px;
    margin-inline: -10px;
    padding: 0 10px 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .pain-cards::-webkit-scrollbar,
  .steps-row.process-real::-webkit-scrollbar { display: none; }
  .pain-card { flex: 0 0 min(82vw,320px); scroll-snap-align: start; }
  .pain-visual { height: 145px; }

  .process-section .section-head { text-align: left; margin-inline: 0; }
  .steps-row.process-real .step-card { flex: 0 0 min(86vw,340px); scroll-snap-align: start; }
  .product-shot { height: 190px; }

  /* Prévia: chips 2 por linha e visual mais compacto. */
  .guest-preview-grid { grid-template-columns: 1fr; gap: 20px; }
  .guest-preview-copy h2 { font-size: clamp(31px,9vw,40px); }
  .guest-preview-copy p { font-size: 13px; }
  .preview-points { grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 14px; }
  .preview-points span { padding: 8px; font-size: 9px; }
  .phone-preview-wrap { min-height: 0; padding: 18px 10px; border-radius: 20px; }
  .guest-device-showcase { min-height: 315px; }
  .guest-device-image { width: 185px; max-width: 60%; }
  .guest-live-card { width: 145px; right: 2px; top: 38%; padding: 11px; border-radius: 14px; }
  .guest-live-card strong { font-size: 13px; }
  .guest-live-card span { font-size: 8px; }

  /* Recursos: 2 por linha para reduzir altura total. */
  .feature-icons { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .feature-mini { padding: 10px; border-radius: 16px; }
  .mini-ui { min-height: 70px; margin-bottom: 9px; padding: 8px; }
  .feature-mini > strong { font-size: 12px; }
  .feature-mini > span { font-size: 9px; }
  .guest-mini b,.whatsapp-mini span,.whatsapp-mini b { font-size: 8px; }
  .guest-mini em { font-size: 7px; }
  .companions-mini strong { font-size: 28px; }
  .panel-mini { gap: 8px; }
  .mini-donut { width: 48px; height: 48px; flex: 0 0 48px; }
  .panel-mini ul { font-size: 8px; }

  /* Modelos: 2 por linha (1 | 1). */
  .themes-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .theme-card { border-radius: 16px; }
  .theme-img { height: 112px; }
  .theme-badge { left: 8px; bottom: 8px; padding: 5px 7px; font-size: 7px; }
  .theme-card-body { padding: 10px; }
  .theme-card strong { font-size: 12px; }
  .theme-card span:not(.theme-badge) { font-size: 9px; line-height: 1.35; }

  /* Oferta / assinatura / QR / organização: 2 por linha. */
  .benefits-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .benefit-card { padding: 12px; border-radius: 16px; }
  .benefit-card > span { padding: 5px 6px; font-size: 7px; }
  .benefit-card strong { margin-top: 8px; font-size: clamp(17px,5vw,21px); }
  .benefit-card p { font-size: 9px; }

  .faq-list summary { padding: 13px 44px 13px 14px; font-size: 12px; }
  .faq-list p { padding-inline: 14px; font-size: 11px; }

  .cta-card { grid-template-columns: 1fr; gap: 14px; padding: 20px; border-radius: 20px; }
  .cta-card .btn { width: 100%; min-width: 0; }

  .footer-wrap { min-height: 62px; display: grid; grid-template-columns: 1fr; gap: 6px; }
  .footer-logo-wrap { width: 76px; height: 48px; flex-basis: 76px; }
  .footer-company-copy { padding-left: 8px; }
  .footer-copyright { text-align: left; font-size: 8px; }
}

@media (max-width: 390px) {
  .container { width: min(100% - 16px,1180px); }
  .brand-logo-full-wrap { width: 64px; flex-basis: 64px; }
  .nav-actions .login-cta,.nav-actions .create-cta { padding-inline: 7px; font-size: 8px; }
  .hero-actions { grid-template-columns: 1.12fr .88fr; }
  .hero-actions .btn { font-size: 9px; }
  .pain-card { flex-basis: 84vw; }
  .steps-row.process-real .step-card { flex-basis: 88vw; }
  .preview-points { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
