/* =====================================================================
   INÍCIO - PÁGINA CRM PARA WHATSAPP
===================================================================== */

.crm-page {
  background: #ffffff;
}

.crm-page section[id],
.crm-page section {
  scroll-margin-top: 110px;
}

/* =====================================================================
   INÍCIO - BREADCRUMB CRM
===================================================================== */

.crm-breadcrumb {
  padding: 24px 0 0;
  background: #ffffff;
}

.crm-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.crm-breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: #cbd5e1;
}

.crm-breadcrumb a:hover {
  color: #2563eb;
}

/* =====================================================================
   FIM - BREADCRUMB CRM
===================================================================== */

/* =====================================================================
   INÍCIO - HERO CRM
===================================================================== */

.crm-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 82px 0 120px;
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 99, 235, .13), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(124, 58, 237, .14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.crm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, .032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, .032) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
  pointer-events: none;
}

.crm-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.crm-hero__glow--one {
  width: 420px;
  height: 420px;
  left: -180px;
  top: 160px;
  background: rgba(37, 99, 235, .14);
}

.crm-hero__glow--two {
  width: 480px;
  height: 480px;
  right: -180px;
  bottom: 40px;
  background: rgba(124, 58, 237, .15);
}

.crm-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
  align-items: center;
}

.crm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .09);
  border: 1px solid rgba(37, 99, 235, .15);
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.crm-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, .12);
}

.crm-hero__content h1 {
  max-width: 700px;
  margin: 0;
  color: #020617;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .94;
  letter-spacing: -.072em;
  font-weight: 950;
}

.crm-hero__content h1 strong {
  display: block;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.crm-hero__content > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #64748b;
  font-size: 19px;
  line-height: 1.75;
}

.crm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.crm-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.crm-hero__visual {
  position: relative;
  min-height: 590px;
}

.crm-dashboard {
  position: absolute;
  inset: 40px 0 auto auto;
  width: min(720px, 100%);
  padding: 22px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, .28), transparent 32%),
    linear-gradient(145deg, #07111f, #111c3a 55%, #1e1b4b);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 48px 120px rgba(15, 23, 42, .32);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}

.crm-dashboard__top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 0 4px 20px;
  color: #ffffff;
}

.crm-dashboard__dots {
  display: flex;
  gap: 7px;
}

.crm-dashboard__dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.32);
}

.crm-dashboard__top strong {
  font-size: 13px;
}

.crm-dashboard__top small {
  color: #86efac;
  font-weight: 800;
}

.crm-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.crm-dashboard__metrics article {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.crm-dashboard__metrics span,
.crm-dashboard__metrics small {
  display: block;
  color: rgba(226,232,240,.72);
  font-size: 11px;
  font-weight: 700;
}

.crm-dashboard__metrics strong {
  display: block;
  margin: 9px 0;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: -.04em;
}

.crm-pipeline-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.crm-pipeline-mini > div {
  padding: 14px;
  border-radius: 20px;
  background: rgba(2, 6, 23, .44);
  border: 1px solid rgba(255,255,255,.07);
}

.crm-pipeline-mini > div > span {
  display: block;
  margin-bottom: 10px;
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 900;
}

.crm-pipeline-mini article {
  padding: 13px;
  margin-top: 9px;
  border-radius: 15px;
  background: rgba(255,255,255,.09);
}

.crm-pipeline-mini strong,
.crm-pipeline-mini small {
  display: block;
}

.crm-pipeline-mini strong {
  color: #ffffff;
  font-size: 12px;
}

.crm-pipeline-mini small {
  margin-top: 5px;
  color: #94a3b8;
  font-size: 10px;
}

.crm-floating-card {
  position: absolute;
  z-index: 3;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 22px 60px rgba(15,23,42,.18);
  backdrop-filter: blur(18px);
}

.crm-floating-card span,
.crm-floating-card strong {
  display: block;
}

.crm-floating-card span {
  margin-bottom: 5px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.crm-floating-card strong {
  color: #0f172a;
  font-size: 13px;
}

.crm-floating-card--message {
  left: -30px;
  top: 0;
}

.crm-floating-card--sale {
  right: -10px;
  bottom: 14px;
}

.crm-floating-card--sale strong {
  color: #16a34a;
  font-size: 22px;
}

/* =====================================================================
   FIM - HERO CRM
===================================================================== */

/* =====================================================================
   INÍCIO - PROBLEMAS CRM
===================================================================== */

.crm-problems {
  background: #ffffff;
}

.crm-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.crm-problem-card {
  position: relative;
  min-height: 250px;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.crm-problem-card:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.24);
  box-shadow: 0 30px 85px rgba(15,23,42,.11);
}

.crm-problem-card > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 16px;
  background: rgba(239,68,68,.09);
  color: #dc2626;
  font-weight: 900;
}

.crm-problem-card h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.035em;
}

.crm-problem-card p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.crm-problem-card--highlight {
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.25), transparent 38%),
    linear-gradient(145deg, #07111f, #111c3a);
  border-color: rgba(255,255,255,.08);
}

.crm-problem-card--highlight > span {
  background: rgba(255,255,255,.12);
  color: #ffffff;
}

.crm-problem-card--highlight h3 {
  color: #ffffff;
}

.crm-problem-card--highlight p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - PROBLEMAS CRM
===================================================================== */

/* =====================================================================
   INÍCIO - CENTRALIZAÇÃO CRM
===================================================================== */

.crm-centralize {
  padding: 120px 0;
}

.crm-centralize__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.crm-centralize__content .section__header {
  text-align: left;
}

.crm-check-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 32px;
}

.crm-check-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 32px rgba(15,23,42,.05);
  color: #334155;
  font-size: 14px;
}

.crm-check-list span {
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.crm-contact-profile {
  position: relative;
  padding: 28px;
  border-radius: 34px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 34px 100px rgba(15,23,42,.13);
}

.crm-contact-profile__top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.crm-avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(37,99,235,.25);
}

.crm-contact-profile__top > div:nth-child(2) {
  flex: 1;
}

.crm-contact-profile__top small,
.crm-contact-profile__top strong,
.crm-contact-profile__top span {
  display: block;
}

.crm-contact-profile__top small {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 800;
}

.crm-contact-profile__top strong {
  margin: 3px 0;
  color: #0f172a;
  font-size: 20px;
}

.crm-contact-profile__top span {
  color: #64748b;
  font-size: 12px;
}

.crm-contact-profile__top b {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34,197,94,.1);
  color: #16a34a;
  font-size: 11px;
}

.crm-contact-profile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 20px 0;
}

.crm-contact-profile__tags span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(37,99,235,.08);
  color: #2563eb;
  font-size: 11px;
  font-weight: 850;
}

.crm-contact-profile__timeline {
  display: grid;
  gap: 14px;
}

.crm-contact-profile__timeline article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 15px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.06);
}

.crm-contact-profile__timeline article > span {
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
}

.crm-contact-profile__timeline strong {
  display: block;
  margin-bottom: 5px;
  color: #0f172a;
  font-size: 13px;
}

.crm-contact-profile__timeline p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.55;
}

.crm-contact-profile__footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(37,99,235,.09), rgba(124,58,237,.09));
  border: 1px solid rgba(37,99,235,.12);
}

.crm-contact-profile__footer small,
.crm-contact-profile__footer strong {
  display: block;
}

.crm-contact-profile__footer small {
  color: #64748b;
  font-size: 11px;
}

.crm-contact-profile__footer strong {
  margin-top: 4px;
  color: #0f172a;
  font-size: 13px;
}

.crm-contact-profile__footer > span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
}

/* =====================================================================
   FIM - CENTRALIZAÇÃO CRM
===================================================================== */

/* =====================================================================
   INÍCIO - PIPELINE CRM
===================================================================== */

.crm-pipeline-section {
  background: #ffffff;
}

.crm-pipeline-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 20px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.16), transparent 32%),
    linear-gradient(145deg, #07111f, #111827);
  box-shadow: 0 38px 110px rgba(15,23,42,.22);
}

.crm-pipeline-column {
  padding: 15px;
  border-radius: 23px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.07);
}

.crm-pipeline-column header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 5px 3px 15px;
  color: #ffffff;
}

.crm-pipeline-column header span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #60a5fa;
}

.crm-pipeline-column header strong {
  font-size: 12px;
}

.crm-pipeline-column header b {
  display: grid;
  place-items: center;
  min-width: 25px;
  height: 25px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-size: 10px;
}

.crm-pipeline-column article {
  padding: 16px;
  margin-top: 10px;
  border-radius: 17px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.08);
}

.crm-pipeline-column small,
.crm-pipeline-column article strong,
.crm-pipeline-column article span {
  display: block;
}

.crm-pipeline-column small {
  color: #94a3b8;
  font-size: 10px;
}

.crm-pipeline-column article strong {
  margin: 7px 0 14px;
  color: #ffffff;
  font-size: 12px;
}

.crm-pipeline-column article span {
  color: #93c5fd;
  font-size: 11px;
  font-weight: 900;
}

.crm-pipeline-column--success header span {
  background: #22c55e;
}

.crm-pipeline-column--success article span {
  color: #86efac;
}

/* =====================================================================
   FIM - PIPELINE CRM
===================================================================== */

/* =====================================================================
   INÍCIO - RECURSOS CRM
===================================================================== */

.crm-features {
  padding: 120px 0;
}

.crm-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.crm-feature-card {
  position: relative;
  min-height: 285px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.crm-feature-card:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 32px 90px rgba(15,23,42,.12);
}

.crm-feature-card > span {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crm-feature-card h3 {
  margin-bottom: 13px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.crm-feature-card p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.crm-feature-card--featured {
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 28px 80px rgba(37,99,235,.12);
}

.crm-feature-card--dark {
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.35), transparent 38%),
    linear-gradient(145deg, #07111f, #1e1b4b);
  border-color: rgba(255,255,255,.08);
}

.crm-feature-card--dark > span {
  background: rgba(255,255,255,.11);
  color: #bfdbfe;
}

.crm-feature-card--dark h3 {
  color: #ffffff;
}

.crm-feature-card--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - RECURSOS CRM
===================================================================== */

/* =====================================================================
   INÍCIO - COMO FUNCIONA CRM
===================================================================== */

.crm-how {
  background: #ffffff;
}

.crm-how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.crm-how__grid article {
  position: relative;
  min-height: 300px;
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 20px 60px rgba(15,23,42,.07);
}

.crm-how__grid article > span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 44px;
  border-radius: 19px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(37,99,235,.25);
}

.crm-how__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 23px;
  letter-spacing: -.04em;
}

.crm-how__grid p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

/* =====================================================================
   FIM - COMO FUNCIONA CRM
===================================================================== */

/* =====================================================================
   INÍCIO - RESULTADOS CRM
===================================================================== */

.crm-results {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(37,99,235,.18), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,.18), transparent 36%),
    linear-gradient(145deg, #07111f, #111827 60%, #1e1b4b);
}

.crm-results .section__eyebrow {
  color: #93c5fd;
}

.crm-results .section__title {
  color: #ffffff;
}

.crm-results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.crm-results__grid article {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}

.crm-results__grid strong {
  display: block;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #60a5fa, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.06em;
}

.crm-results__grid span {
  color: rgba(226,232,240,.78);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 750;
}

.crm-results__note {
  margin: 24px auto 0;
  text-align: center;
  color: rgba(226,232,240,.52);
  font-size: 12px;
}

/* =====================================================================
   FIM - RESULTADOS CRM
===================================================================== */

/* =====================================================================
   INÍCIO - FAQ E CTA CRM
===================================================================== */

.crm-faq {
  background: #ffffff;
}

.crm-final {
  padding: 120px 0 96px;
}

/* =====================================================================
   FIM - FAQ E CTA CRM
===================================================================== */

/* =====================================================================
   INÍCIO - RESPONSIVO CRM
===================================================================== */

@media (max-width: 1120px) {
  .crm-hero__grid,
  .crm-centralize__grid {
    grid-template-columns: 1fr;
  }

  .crm-hero__visual {
    min-height: 560px;
  }

  .crm-problems__grid,
  .crm-features__grid,
  .crm-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .crm-pipeline-board {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .crm-breadcrumb {
    padding-top: 18px;
  }

  .crm-hero {
    min-height: auto;
    padding: 58px 0 84px;
  }

  .crm-hero__content h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .crm-hero__content > p {
    font-size: 17px;
  }

  .crm-hero__actions {
    flex-direction: column;
  }

  .crm-hero__actions .btn {
    width: 100%;
  }

  .crm-hero__proof {
    flex-direction: column;
    gap: 10px;
  }

  .crm-hero__visual {
    min-height: 490px;
  }

  .crm-dashboard {
    position: relative;
    inset: auto;
    transform: none;
    padding: 16px;
  }

  .crm-dashboard__metrics,
  .crm-pipeline-mini {
    grid-template-columns: 1fr;
  }

  .crm-pipeline-mini > div:nth-child(2),
  .crm-pipeline-mini > div:nth-child(3) {
    display: none;
  }

  .crm-floating-card--message {
    left: 8px;
    top: -32px;
  }

  .crm-floating-card--sale {
    right: 8px;
    bottom: -28px;
  }

  .crm-problems__grid,
  .crm-features__grid,
  .crm-results__grid,
  .crm-how__grid,
  .crm-pipeline-board {
    grid-template-columns: 1fr;
  }

  .crm-centralize,
  .crm-features {
    padding: 82px 0;
  }

  .crm-contact-profile {
    padding: 20px;
  }

  .crm-contact-profile__top {
    align-items: flex-start;
  }

  .crm-contact-profile__top b {
    display: none;
  }

  .crm-contact-profile__timeline article {
    grid-template-columns: 1fr;
  }

  .crm-contact-profile__footer {
    flex-direction: column;
  }

  .crm-pipeline-board {
    padding: 14px;
    border-radius: 26px;
  }

  .crm-problem-card,
  .crm-feature-card,
  .crm-how__grid article {
    min-height: auto;
  }
}

/* =====================================================================
   FIM - RESPONSIVO CRM
===================================================================== */

/* =====================================================================
   FIM - PÁGINA CRM PARA WHATSAPP
===================================================================== */
