:root{
  --bg:#07101f;
  --dark:#0b1220;
  --dark2:#111827;
  --text:#eaf1fb;
  --muted:#9fb0c8;
  --blue:#3ea6ff;
  --purple:#8b5cf6;
  --green:#22c55e;
  --yellow:#f59e0b;
  --red:#ef4444;
  --line:rgba(255,255,255,.1);
  --soft:#f5f7fb;
  --ink:#162033;
  --shadow:0 24px 70px rgba(20,29,45,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--soft);
  color:var(--ink);
}
a{text-decoration:none;color:inherit}
.hero{
  background:radial-gradient(circle at 15% 10%,rgba(62,166,255,.25),transparent 25%),
             linear-gradient(180deg,#07101f,#0b1220);
  color:var(--text);
  padding:22px min(5vw,70px) 86px;
}
.navbar{
  max-width:1280px;
  margin:0 auto 76px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{
  width:54px;height:54px;border-radius:16px;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  display:grid;place-items:center;font-weight:900;letter-spacing:-.06em
}
.brand strong{display:block}
.brand span{display:block;color:var(--muted);font-size:13px}
.nav-links{display:flex;gap:16px;flex-wrap:wrap;color:var(--muted);font-size:14px}
.nav-links a:hover{color:white}
.hero-content{
  max-width:1280px;margin:0 auto;
  display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center
}
.eyebrow{
  color:#86c8ff;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900
}
.hero h1{
  font-size:clamp(42px,6vw,76px);
  line-height:.96;letter-spacing:-.065em;margin:16px 0 22px
}
.hero p{color:var(--muted);font-size:18px;line-height:1.7;max-width:660px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 20px;border-radius:999px;font-weight:900;
  border:1px solid var(--line);transition:.2s
}
.btn:hover{transform:translateY(-2px)}
.btn.primary{background:linear-gradient(135deg,var(--blue),var(--purple));color:white;box-shadow:0 14px 40px rgba(62,166,255,.25)}
.btn.secondary{background:rgba(255,255,255,.07);color:white}
.hero-preview{
  border:1px solid var(--line);background:rgba(255,255,255,.08);
  border-radius:28px;padding:16px;box-shadow:var(--shadow);backdrop-filter:blur(12px)
}
.browser{height:42px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:8px;color:var(--muted)}
.browser span{width:11px;height:11px;border-radius:50%;background:rgba(255,255,255,.28)}
.browser small{margin-left:auto}
.preview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:18px 0}
.preview-cards div{background:rgba(10,18,32,.88);border:1px solid var(--line);border-radius:18px;padding:16px}
.preview-cards span{display:block;color:var(--muted);font-size:13px;margin-bottom:10px}
.preview-cards strong{font-size:24px;letter-spacing:-.04em}
.preview-chart{
  height:240px;border:1px solid var(--line);border-radius:22px;
  display:flex;align-items:end;justify-content:space-around;padding:24px;
  background:linear-gradient(180deg,rgba(62,166,255,.08),rgba(255,255,255,.03))
}
.preview-chart i{width:11%;border-radius:999px 999px 10px 10px;background:linear-gradient(180deg,var(--blue),var(--purple))}
main{padding:54px min(5vw,70px) 74px}
.intro,.solution,.cta{max-width:1280px;margin:0 auto 84px}
.intro{text-align:center;max-width:900px}
.intro h2,.section-title h2,.cta h2{
  font-size:clamp(32px,4vw,52px);
  line-height:1;letter-spacing:-.055em;margin:12px 0 14px
}
.intro p,.section-title p,.cta p{color:#667085;font-size:17px;line-height:1.7}
.section-title{max-width:860px;margin-bottom:24px}
.site-grid,.dashboard{
  border-radius:30px;padding:24px;box-shadow:var(--shadow);border:1px solid #e7ecf4
}
.site-grid{background:white;display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}
.site-text{padding:20px}
.site-text h3{font-size:38px;line-height:1;letter-spacing:-.05em;margin:0 0 14px}
.site-text p{color:#667085;line-height:1.7}
.tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.tags span{background:#eef6ff;color:#2563eb;padding:10px 13px;border-radius:999px;font-weight:900;font-size:13px}
.mock-site{background:linear-gradient(135deg,#101827,#1c2b45);border-radius:24px;color:white;min-height:430px;overflow:hidden}
.mock-top{height:52px;border-bottom:1px solid rgba(255,255,255,.12)}
.mock-content{padding:46px 42px 30px}
.mock-content small{color:#80caff;font-weight:900;letter-spacing:.1em}
.mock-content h4{font-size:38px;line-height:1;letter-spacing:-.05em;margin:12px 0}
.mock-content p{color:#b8c5d9;line-height:1.6}
.mock-content button{border:0;border-radius:999px;padding:13px 18px;color:white;background:linear-gradient(135deg,var(--blue),var(--purple));font-weight:900}
.mock-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 42px 36px}
.mock-boxes div{height:92px;border-radius:18px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.1)}
.dashboard.dark{background:linear-gradient(180deg,#0b1220,#111a2b);color:white;border-color:rgba(255,255,255,.08)}
.dashboard.light{background:white;color:var(--ink)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px}
.card{border-radius:20px;padding:18px;min-height:124px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.light .card{background:#f8fbff;border-color:#e7ecf4}
.card span{display:block;color:var(--muted);font-size:13px;margin-bottom:10px}
.light .card span{color:#667085}
.card strong{display:block;font-size:27px;letter-spacing:-.04em}
.card small{display:block;color:var(--muted);margin-top:10px;font-size:12px}
.card.success{border-left:5px solid var(--green)}
.card.warning{border-left:5px solid var(--yellow)}
.card.danger{border-left:5px solid var(--red)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.panel{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);
  border-radius:22px;padding:18px;min-height:260px;overflow:hidden
}
.light .panel{background:#f8fbff;border-color:#e7ecf4}
.panel-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.panel-title h3{margin:0;font-size:18px}
.panel-title span{color:#86c8ff;border:1px solid rgba(134,200,255,.35);background:rgba(62,166,255,.08);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;white-space:nowrap}
.bars{display:grid;gap:16px}
.bars>div,.goals>div{display:grid;grid-template-columns:145px 1fr 105px;gap:12px;align-items:center}
.goals{display:grid;gap:18px}
.goals>div{grid-template-columns:130px 70px 1fr}
.bars b,.goals b{height:12px;background:rgba(148,163,184,.22);border-radius:999px;overflow:hidden;display:block}
.bars i,.goals i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--purple));border-radius:inherit}
.bars .warn i,.goals .warn i{background:linear-gradient(90deg,var(--yellow),#f97316)}
.bars .bad i,.goals .bad i{background:linear-gradient(90deg,var(--red),#fb7185)}
table{width:100%;border-collapse:collapse;min-width:560px}
th,td{padding:12px 10px;text-align:left;border-bottom:1px solid rgba(148,163,184,.22);font-size:13px}
th{color:#93a4bb;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.red{color:#ff8d8d;font-weight:900}
.yellow{color:#fbbf24;font-weight:900}
.green{color:#22c55e;font-weight:900}
.light .red{color:#dc2626}.light .yellow{color:#d97706}
.badge{display:inline-flex;padding:6px 10px;border-radius:999px;font-weight:900;font-size:12px;white-space:nowrap;font-style:normal}
.badge.good{background:rgba(34,197,94,.15);color:#16a34a}
.badge.warn{background:rgba(245,158,11,.16);color:#d97706}
.badge.bad{background:rgba(239,68,68,.15);color:#dc2626}
.fake-map{height:250px;position:relative;border-radius:18px;background:radial-gradient(circle at 35% 45%,rgba(62,166,255,.25),transparent 18%),radial-gradient(circle at 70% 60%,rgba(34,197,94,.20),transparent 18%),linear-gradient(135deg,#dbeafe,#ecfdf5);overflow:hidden}
.fake-map:before{content:"";position:absolute;inset:20px;border:2px dashed rgba(37,99,235,.25);border-radius:48% 52% 45% 55%}
.fake-map i{position:absolute;width:16px;height:16px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 8px rgba(37,99,235,.18)}
canvas{max-height:290px}
.audit-note{margin-top:20px;padding:16px;border-radius:16px;background:rgba(62,166,255,.08);border:1px solid rgba(62,166,255,.22);color:#cbd5e1;line-height:1.6}
.cta{text-align:center;background:linear-gradient(135deg,#0b1220,#17264a);color:white;padding:64px 24px;border-radius:34px;box-shadow:var(--shadow)}
.cta p{color:#b8c5d9;max-width:720px;margin:0 auto 26px}
footer{background:#07101f;color:#9fb0c8;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;padding:26px}
footer strong{color:white}
@media(max-width:980px){
  .hero-content,.site-grid,.grid-2{grid-template-columns:1fr}
  .cards{grid-template-columns:repeat(2,1fr)}
  .navbar{align-items:flex-start;flex-direction:column;margin-bottom:44px}
}
@media(max-width:640px){
  .hero,main{padding-left:18px;padding-right:18px}
  .cards{grid-template-columns:1fr}
  .preview-cards{grid-template-columns:1fr}
  .bars>div,.goals>div{grid-template-columns:1fr;gap:6px}
  .panel{overflow-x:auto}
  .hero h1{font-size:42px}
}


.audit-cards {
  grid-template-columns: repeat(5, 1fr);
}

.auditoria-detalhada {
  margin-top: 16px;
}

.nested-panel {
  margin-top: 16px;
  background: rgba(255,255,255,.04);
}

.auditoria-detalhada table {
  min-width: 980px;
}

.auditoria-detalhada .nested-panel:last-child table {
  min-width: 1320px;
}

@media(max-width: 980px) {
  .audit-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 640px) {
  .audit-cards {
    grid-template-columns: 1fr;
  }
}


/* Ajuste da tabela "Detalhes da auditoria" para não cortar a coluna Diferença */
.auditoria-detalhada {
  overflow: visible;
}

.auditoria-detalhada .nested-panel {
  overflow-x: auto;
}

.auditoria-detalhada .nested-panel:last-child table {
  min-width: 1180px;
  width: 100%;
  table-layout: auto;
}

.auditoria-detalhada .nested-panel:last-child th,
.auditoria-detalhada .nested-panel:last-child td {
  white-space: normal;
  word-break: normal;
}

.auditoria-detalhada .nested-panel:last-child th:nth-child(14),
.auditoria-detalhada .nested-panel:last-child td:nth-child(14) {
  display: none;
}

.auditoria-detalhada .nested-panel:last-child th:nth-child(13),
.auditoria-detalhada .nested-panel:last-child td:nth-child(13) {
  min-width: 105px;
  white-space: nowrap;
}

.auditoria-detalhada .nested-panel:last-child th:nth-child(5),
.auditoria-detalhada .nested-panel:last-child td:nth-child(5) {
  max-width: 170px;
}


/* Menu clicável de sistemas no topo */
.systems-menu {
  padding: 16px;
}

.systems-card {
  padding: 18px 0 0;
  display: grid;
  gap: 12px;
}

.systems-card-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 6px;
}

.systems-card-title span {
  color: var(--muted);
  font-size: 14px;
}

.systems-card-title strong {
  color: white;
  font-size: 24px;
  letter-spacing: -.04em;
}

.system-link {
  display: block;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  transition: .2s ease;
}

.system-link:hover {
  transform: translateY(-2px);
  border-color: rgba(134,200,255,.45);
  background: rgba(62,166,255,.10);
}

.system-link strong {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.system-link span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.system-link.featured {
  border-color: rgba(34,197,94,.42);
  background: linear-gradient(135deg, rgba(34,197,94,.15), rgba(62,166,255,.08));
}

/* CRM Mobile */
.mobile-crm-section {
  overflow: hidden;
}

.mobile-crm-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 32px;
  align-items: center;
}

.mobile-copy h3 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.05em;
  margin: 0 0 14px;
}

.mobile-copy p {
  color: #667085;
  line-height: 1.7;
  font-size: 16px;
}

.mobile-tags span {
  background: #ecfdf5;
  color: #15803d;
}

.mobile-benefits {
  margin-top: 20px;
  min-height: auto;
}

.phone-gallery {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-shot {
  background: #2f3336;
  border-radius: 38px;
  padding: 12px;
  box-shadow: 0 28px 80px rgba(15,23,42,.28);
  overflow: hidden;
}

.phone-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
}

.main-shot {
  width: 315px;
  z-index: 3;
  position: relative;
}

.secondary-shot {
  position: absolute;
  width: 250px;
  opacity: .94;
  z-index: 2;
}

.shot-clientes {
  right: 8px;
  top: 20px;
  transform: rotate(4deg);
}

.shot-visita {
  left: 4px;
  bottom: 20px;
  transform: rotate(-4deg);
}

@media(max-width: 980px) {
  .mobile-crm-grid {
    grid-template-columns: 1fr;
  }

  .phone-gallery {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .main-shot,
  .secondary-shot {
    position: static;
    transform: none;
    width: min(100%, 330px);
    margin: 0 auto;
  }
}

@media(max-width: 640px) {
  .systems-card-title {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Ajustes solicitados */
.compact-title {
  margin-bottom: 2px;
}

.compact-title strong {
  font-size: 18px !important;
  color: #dbeafe;
  letter-spacing: -.02em;
}

.systems-card {
  gap: 10px;
}

.system-link {
  padding: 14px 16px;
}

.system-link strong {
  font-size: 15px;
}

.system-link span {
  font-size: 12px;
}

.phone-shot img {
  object-fit: cover;
}

/* remover destaque exagerado */
.systems-menu {
  padding: 14px;
}

@media(max-width:640px){
  .compact-title strong{
    font-size:16px !important;
  }
}


/* CRM Mobile - usar somente 2 imagens enviadas, sem editar/cortar */
.two-phone-gallery {
  min-height: 640px;
}

.two-phone-gallery .main-shot {
  width: 330px;
}

.two-phone-gallery .shot-sync {
  position: absolute;
  right: -40px;
  bottom: 40px;
  width: 250px;
  transform: rotate(6deg);
  z-index: 3;
  opacity: 1;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.two-phone-gallery .main-shot {
  width: 310px;
  position: relative;
  z-index: 1;
}

.two-phone-gallery .phone-shot img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

@media(max-width: 980px) {
  .two-phone-gallery {
    min-height: auto;
  }

  .two-phone-gallery .shot-sync {
    position: static;
    transform: none;
    width: min(100%, 330px);
    margin: 0 auto;
  }
}


/* Início do site no modelo solicitado */
.hero-home {
  padding: 80px 24px;
  min-height: 760px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #07111f, #0d2240);
}

.hero-home-content {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 40px;
  align-items: center;
}

.hero-home .badge {
  background: #163253;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
}

.hero-home h1 {
  font-size: clamp(52px, 6vw, 82px);
  line-height: .95;
  letter-spacing: -.055em;
  margin: 0 0 24px;
  color: #fff;
}

.hero-home p {
  font-size: 20px;
  line-height: 1.6;
  opacity: .9;
  color: #fff;
  max-width: 760px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-home .btn {
  padding: 14px 24px;
  min-height: auto;
  border-radius: 14px;
  background: #1d3557;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border: 0;
}

.hero-home .btn.primary {
  background: #22c55e;
  color: #000;
  box-shadow: none;
}

.products-card {
  background: rgba(255,255,255,.05);
  padding: 28px;
  border-radius: 28px;
  backdrop-filter: blur(10px);
  border: 0;
  box-shadow: none;
}

.products-card h3 {
  margin: 0 0 20px;
  font-size: 28px;
  color: #fff;
}

.products-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-card li {
  padding: 0;
  background: transparent;
  border-radius: 14px;
}

.products-card a {
  display: block;
  padding: 14px;
  background: rgba(255,255,255,.05);
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: .2s ease;
}

.products-card a:hover {
  background: rgba(34,197,94,.20);
  transform: translateY(-2px);
}

/* Depois do início, as soluções começam direto */
main#solucoes {
  padding-top: 80px;
}

@media(max-width: 980px) {
  .hero-home {
    min-height: auto;
    padding: 70px 24px;
  }

  .hero-home-content {
    grid-template-columns: 1fr;
  }

  .hero-home h1 {
    font-size: 52px;
  }
}

@media(max-width: 640px) {
  .hero-home {
    padding: 56px 18px;
  }

  .hero-home h1 {
    font-size: 44px;
  }
}


/* ===== Correções mobile / overflow lateral ===== */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

.phone-gallery,
.two-phone-gallery,
.mobile-grid,
.hero-home,
.hero-home-content,
.section,
.card,
.panel {
  max-width: 100%;
}

@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  .two-phone-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    overflow: hidden;
    width: 100%;
  }

  .two-phone-gallery .main-shot,
  .two-phone-gallery .shot-sync {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  .mobile-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-home-content {
    grid-template-columns: 1fr !important;
  }

  .table-box,
  .audit-table,
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 720px;
  }
}


/* ===== CRM Mobile com imagens embutidas no HTML ===== */
.crm-mobile-inline-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mobile-print {
  background: #2f3336;
  border-radius: 34px;
  padding: 10px;
  box-shadow: 0 24px 70px rgba(15,23,42,.24);
  overflow: hidden;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

.mobile-print img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

@media (max-width: 768px) {
  .crm-mobile-inline-gallery {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    overflow: hidden;
  }

  .mobile-print {
    max-width: 300px;
    width: 100%;
  }

  .mobile-crm-grid {
    grid-template-columns: 1fr !important;
    overflow: hidden;
  }

  html, body {
    overflow-x: hidden !important;
  }
}


/* ===== Ajuste fino: prints menores no celular ===== */
@media (max-width: 768px) {
  .crm-mobile-inline-gallery {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    justify-items: center !important;
  }

  .mobile-print {
    width: 72vw !important;
    max-width: 240px !important;
    min-width: 0 !important;
    padding: 8px !important;
    border-radius: 26px !important;
  }

  .mobile-print img {
    border-radius: 20px !important;
  }
}

@media (max-width: 420px) {
  .mobile-print {
    width: 68vw !important;
    max-width: 220px !important;
  }
}


/* ===== Centralização definitiva dos prints no mobile ===== */
@media (max-width: 768px) {
  .mobile-crm-section,
  .mobile-crm-grid,
  .crm-mobile-inline-gallery {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .crm-mobile-inline-gallery {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .mobile-print {
    display: block !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 auto 18px auto !important;
    width: 72vw !important;
    max-width: 240px !important;
  }

  .mobile-print img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 420px) {
  .mobile-print {
    width: 68vw !important;
    max-width: 220px !important;
  }
}


/* ===== Correção definitiva CRM Mobile: prints em grade simples ===== */

.phone-gallery,
.two-phone-gallery,
.crm-mobile-inline-gallery,
.phone-showcase {
  display: none !important;
}

.crm-prints-clean {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 22px;
  justify-items: center;
  align-items: start;
  overflow: visible;
}

.crm-print-card {
  margin: 0;
  width: 100%;
  max-width: 310px;
  background: #2f3336;
  border-radius: 34px;
  padding: 10px;
  box-shadow: 0 24px 70px rgba(15,23,42,.24);
  overflow: hidden;
}

.crm-print-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .mobile-crm-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .crm-prints-clean {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px auto 0 auto !important;
    padding: 0 !important;
    justify-items: center !important;
    overflow: hidden !important;
  }

  .crm-print-card {
    width: 70vw !important;
    max-width: 230px !important;
    min-width: 0 !important;
    margin: 0 auto 18px auto !important;
    padding: 8px !important;
    border-radius: 26px !important;
  }

  .crm-print-card img {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 20px !important;
  }
}

@media (max-width: 420px) {
  .crm-print-card {
    width: 66vw !important;
    max-width: 215px !important;
  }
}


/* ===== CRM Mobile - seção recriada e centralizada ===== */
.crm-mobile-clean-section,
.crm-mobile-clean,
.crm-mobile-clean-grid,
.crm-mobile-clean-images {
  max-width: 100%;
  overflow: hidden;
}

.crm-mobile-clean-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.crm-mobile-text {
  min-width: 0;
}

.crm-mobile-text h3 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.05em;
  margin: 0 0 14px;
}

.crm-mobile-text p {
  color: #667085;
  line-height: 1.7;
  font-size: 16px;
}

.crm-mobile-clean-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  justify-items: center;
  align-items: start;
  width: 100%;
}

.crm-mobile-image-card {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  background: #2f3336;
  border-radius: 30px;
  padding: 9px;
  box-shadow: 0 24px 70px rgba(15,23,42,.24);
  overflow: hidden;
}

.crm-mobile-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

/* anula classes antigas que estavam empurrando lateralmente */
.phone-gallery,
.two-phone-gallery,
.crm-mobile-inline-gallery,
.phone-showcase,
.phone-shot,
.main-shot,
.secondary-shot,
.shot-sync,
.crm-prints-clean,
.crm-print-card {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

@media (max-width: 768px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .crm-mobile-clean-grid {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .crm-mobile-clean-images {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 22px auto 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .crm-mobile-image-card {
    width: 64vw !important;
    max-width: 210px !important;
    min-width: 0 !important;
    margin: 0 auto 18px auto !important;
    padding: 7px !important;
    border-radius: 24px !important;
  }

  .crm-mobile-image-card img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 18px !important;
  }

  .mobile-benefits {
    overflow-x: auto !important;
  }

  .mobile-benefits table {
    min-width: 520px !important;
  }
}


/* ===== Ajuste final CRM Mobile no celular ===== */
.crm-mobile-image-card {
  background: #2f3336 !important;
  border: 10px solid #2f3336 !important;
  border-radius: 34px !important;
  padding: 0 !important;
  box-shadow: 0 24px 70px rgba(15,23,42,.24) !important;
}

.crm-mobile-image-card img {
  border-radius: 24px !important;
}

@media (max-width: 768px) {
  .crm-mobile-clean {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .crm-mobile-clean-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  .crm-mobile-text h3 {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }

  .crm-mobile-text p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .mobile-tags {
    gap: 8px !important;
  }

  .mobile-tags span {
    font-size: 12px !important;
    padding: 8px 11px !important;
  }

  .mobile-benefits {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    overflow: hidden !important;
    padding: 14px !important;
    border-radius: 20px !important;
  }

  .mobile-benefits .panel-title {
    align-items: flex-start !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
  }

  .mobile-benefits .panel-title h3 {
    font-size: 20px !important;
    line-height: 1.1 !important;
  }

  .mobile-benefits .panel-title span {
    font-size: 11px !important;
    padding: 6px 9px !important;
  }

  .mobile-benefits table {
    min-width: 0 !important;
    width: 100% !important;
    table-layout: fixed !important;
  }

  .mobile-benefits th,
  .mobile-benefits td {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    padding: 9px 6px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
  }

  .mobile-benefits th:first-child,
  .mobile-benefits td:first-child {
    width: 34% !important;
  }

  .mobile-benefits th:last-child,
  .mobile-benefits td:last-child {
    width: 66% !important;
  }

  .crm-mobile-clean-images {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 8px auto 0 !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .crm-mobile-image-card {
    width: 72vw !important;
    max-width: 245px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    border: 9px solid #2f3336 !important;
    border-radius: 30px !important;
    background: #2f3336 !important;
  }

  .crm-mobile-image-card img {
    width: 100% !important;
    height: auto !important;
    border-radius: 21px !important;
  }
}

@media (max-width: 420px) {
  .crm-mobile-image-card {
    width: 70vw !important;
    max-width: 225px !important;
  }
}
