:root {
  --crm5-primary: #493191;
  --crm5-primary-dark: #28195f;
  --crm5-secondary: #01ffff;
  --crm5-bg: #f6f7fb;
  --crm5-dark: #111827;
  --crm5-muted: #64748b;
  --crm5-card: #ffffff;
  --crm5-border: rgba(15, 23, 42, .09);
  --crm5-shadow: 0 22px 70px rgba(15, 23, 42, .10);
  --crm5-radius: 24px;
}
* {
  box-sizing: border-box;
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Inter', sans-serif;
  color: var(--crm5-dark);
  background: var(--crm5-bg);
}
img, svg, video, canvas, iframe {
  max-width: 100%;
}
.container, .container-fluid, .row, [class*="col-"] {
  min-width: 0;
}
h1, h2, h3, h4, h5, h6, p, a, span, small, strong, li, button {
  overflow-wrap: anywhere;
}
a {
  text-decoration: none;
}
.fw-black {
  font-weight: 950 !important;
}
.text-gradient {
  background: linear-gradient(90deg, var(--crm5-secondary), #fff, #c4b5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-padding {
  padding: 96px 0;
}
.section-title {
  color: var(--crm5-dark);
  font-weight: 900;
  letter-spacing: -0.04em;
}
.section-subtitle {
  color: var(--crm5-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}
.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px 14px;
  border: 1px solid rgba(73, 49, 145, .14);
  border-radius: 999px;
  background: rgba(73, 49, 145, .09);
  color: var(--crm5-primary);
  font-size: .86rem;
  font-weight: 800;
  white-space: normal;
}
.btn-crm5, .btn-outline-crm5 {
  max-width: 100%;
  border-radius: 999px;
  white-space: normal;
  transition: .25s ease;
}
.btn-crm5 {
  padding: 14px 26px;
  border: 0;
  background: linear-gradient(135deg, var(--crm5-secondary), #72ffff);
  color: #151033;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(1, 255, 255, .23);
}
.btn-crm5:hover {
  transform: translateY(-2px);
  color: #151033;
  box-shadow: 0 18px 40px rgba(1, 255, 255, .34);
}
.btn-outline-crm5 {
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.btn-outline-crm5:hover {
  transform: translateY(-2px);
  background: #fff;
  color: var(--crm5-primary);
}
.navbar {
  padding: 12px 0;
  background: rgba(40, 25, 95, .96);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .14);
  backdrop-filter: blur(12px);
  transition: .25s ease;
}
.navbar.scrolled {
  padding: 12px 0;
  background: rgba(40, 25, 95, .96);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .14);
}
.navbar-brand {
  color: #fff !important;
  font-size: 1.65rem;
  font-weight: 950;
  letter-spacing: -0.05em;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  font-size: 1.65rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
}
.brand-logo-img {
  display: block;
  width: auto;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(1, 255, 255, .35));
}
.nav-link {
  color: rgba(255, 255, 255, .82) !important;
  font-size: .94rem;
  font-weight: 700;
}
.nav-link:hover {
  color: #fff !important;
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: auto;
  padding: 153px 0 58px;
  overflow: hidden;
  background: radial-gradient(circle at 10% 20%, rgba(1, 255, 255, .22), transparent 28%), radial-gradient(circle at 82% 18%, rgba(196, 181, 253, .25), transparent 27%), linear-gradient(135deg, #180f3f 0%, #493191 52%, #261657 100%);
  color: #fff;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .65), transparent 88%);
  pointer-events: none;
}
.hero-content, .hero-card-wrap {
  position: relative;
  z-index: 2;
}
.hero h1 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 10vw, 5.45rem);
  font-weight: 950;
  line-height: .98;
  letter-spacing: normal;
}
.hero p.lead {
  max-width: 720px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 4.2vw, 1.32rem);
  line-height: 1.62;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 760px;
  margin-top: 28px;
}
.hero-stat {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}
.hero-stat strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}
.hero-stat small {
  color: rgba(255, 255, 255, .66);
  font-weight: 600;
}
.hero-card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 34px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
  backdrop-filter: blur(18px);
  transform: rotate(1deg);
}
.dashboard-mock {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 20px;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  color: var(--crm5-dark);
}
.mock-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.mock-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background: #e2e8f0;
}
.mock-kpis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.mock-kpi {
  padding: 15px;
  border: 1px solid var(--crm5-border);
  border-radius: 18px;
  background: #f8fafc;
}
.mock-kpi i {
  color: var(--crm5-primary);
  font-size: 1.35rem;
}
.mock-kpi strong {
  display: block;
  margin-top: 8px;
  font-size: 1.18rem;
  font-weight: 900;
}
.mock-progress {
  height: 10px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}
.mock-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--crm5-primary), var(--crm5-secondary));
}
.mock-table {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--crm5-border);
  border-radius: 18px;
}
.mock-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px 14px;
  border-bottom: 1px solid var(--crm5-border);
  font-size: .88rem;
}
.mock-row:last-child {
  border-bottom: 0;
}
.status-pill {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(73, 49, 145, .1);
  color: var(--crm5-primary);
  font-size: .72rem;
  font-weight: 900;
}
.floating-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--crm5-dark);
  font-size: .82rem;
  font-weight: 900;
  box-shadow: var(--crm5-shadow);
}
.floating-chip i {
  color: var(--crm5-primary);
}
.chip-1 {
  top: -18px;
  left: -10px;
}
.chip-2 {
  right: -20px;
  bottom: 80px;
}
.chip-3 {
  bottom: -18px;
  left: 26px;
}
.pain-card, .feature-card, .benefit-card, .persona-card, .step-card, .diff-card, .print-card, .social-card {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--crm5-border);
  border-radius: var(--crm5-radius);
  background: var(--crm5-card);
  transition: .25s ease;
}
.pain-card:hover, .feature-card:hover, .benefit-card:hover, .persona-card:hover, .step-card:hover, .diff-card:hover, .print-card:hover, .social-card:hover {
  transform: translateY(-6px);
  border-color: rgba(73, 49, 145, .22);
  box-shadow: var(--crm5-shadow);
}
.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(73, 49, 145, .13), rgba(1, 255, 255, .22));
  color: var(--crm5-primary);
  font-size: 1.35rem;
}
.card-title-sm {
  margin-bottom: 10px;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.025em;
}
.card-text-sm {
  margin-bottom: 0;
  color: var(--crm5-muted);
  font-size: .96rem;
  line-height: 1.65;
}
.feature-card.feature-highlight {
  border-color: rgba(73, 49, 145, .2);
  background: linear-gradient(135deg, #fff, rgba(73, 49, 145, .06));
}
.solution-block {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: clamp(32px, 5vw, 64px);
  overflow: hidden;
  border-radius: 34px;
  background: radial-gradient(circle at top right, rgba(1, 255, 255, .2), transparent 34%), linear-gradient(135deg, var(--crm5-primary-dark), var(--crm5-primary));
  color: #fff;
  box-shadow: 0 30px 90px rgba(73, 49, 145, .28);
}
.solution-block p {
  color: rgba(255, 255, 255, .76);
  line-height: 1.75;
}
.solution-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.solution-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .83);
  font-weight: 600;
}
.solution-list i {
  margin-top: 1px;
  color: var(--crm5-secondary);
  font-size: 1.2rem;
}
.stop-chaos-section {
  position: relative;
  padding: 88px 0;
  overflow: hidden;
  background: radial-gradient(circle at 10% 15%, rgba(255, 255, 255, .18), transparent 26%), radial-gradient(circle at 90% 10%, rgba(255, 193, 7, .20), transparent 28%), linear-gradient(135deg, #7f1d1d 0%, #dc2626 48%, #991b1b 100%);
  color: #fff;
}
.stop-chaos-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .45;
  pointer-events: none;
}
.stop-chaos-section::after {
  content: '';
  position: absolute;
  right: -160px;
  bottom: -180px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  pointer-events: none;
}
.stop-chaos-content, .chaos-stack, .professional-tool-card {
  position: relative;
  z-index: 2;
}
.chaos-alert-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}
.stop-chaos-title {
  margin-bottom: 22px;
  font-size: clamp(2.1rem, 5vw, 4.65rem);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -0.07em;
}
.stop-chaos-title span {
  color: #fde68a;
}
.stop-chaos-text {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1.12rem;
  line-height: 1.75;
}
.chaos-stack {
  display: grid;
  gap: 14px;
}
.chaos-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .13);
  box-shadow: 0 18px 44px rgba(69, 10, 10, .20);
  backdrop-filter: blur(14px);
  transform: rotate(-1deg);
}
.chaos-item:nth-child(2) {
  margin-left: 18px;
  transform: rotate(1.2deg);
}
.chaos-item:nth-child(3) {
  margin-left: 6px;
  transform: rotate(-.6deg);
}
.chaos-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 1.45rem;
}
.chaos-item strong {
  display: block;
  color: #fff;
  font-weight: 950;
  letter-spacing: -0.025em;
}
.chaos-item small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .78);
  font-weight: 600;
  line-height: 1.45;
}
.professional-tool-card {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 26px;
  background: #fff;
  color: var(--crm5-dark);
  box-shadow: 0 24px 64px rgba(69, 10, 10, .26);
}
.professional-tool-card .icon-box {
  margin-bottom: 0;
  background: linear-gradient(135deg, rgba(220, 38, 38, .12), rgba(253, 230, 138, .45));
  color: #dc2626;
}
.professional-tool-card p {
  color: var(--crm5-muted);
  line-height: 1.6;
}
.stop-chaos-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn-light-red, .btn-outline-red-light {
  border-radius: 999px;
  transition: .25s ease;
}
.btn-light-red {
  padding: 14px 24px;
  border: 0;
  background: #fff;
  color: #991b1b;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(69, 10, 10, .22);
}
.btn-light-red:hover {
  transform: translateY(-2px);
  color: #7f1d1d;
  box-shadow: 0 20px 44px rgba(69, 10, 10, .30);
}
.btn-outline-red-light {
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 850;
}
.btn-outline-red-light:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .18);
  color: #fff;
}
.benefits-section {
  background: #fff;
}
.benefit-card {
  background: #f8fafc;
  box-shadow: none;
}
.benefit-number {
  margin-bottom: 12px;
  color: rgba(73, 49, 145, .15);
  font-size: 2.4rem;
  font-weight: 950;
  line-height: 1;
}
.steps-line, .step-card {
  position: relative;
}
.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--crm5-primary);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 10px 25px rgba(73, 49, 145, .23);
}
.demo-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 10% 10%, rgba(1, 255, 255, .14), transparent 30%), radial-gradient(circle at 80% 10%, rgba(73, 49, 145, .16), transparent 27%), #f1f5f9;
}
.demo-section .section-subtitle {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(33, 37, 41, .72);
}
.demo-section .row.g-4 > [class*="col-"] {
  display: flex;
}
.demo-section .print-card {
  width: 100%;
  padding: 26px;
  border-color: rgba(73, 49, 145, .10);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}
.demo-section .print-card:hover {
  border-color: rgba(73, 49, 145, .22);
  box-shadow: 0 24px 55px rgba(15, 23, 42, .10);
}
.demo-section .print-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 245px;
  padding: 30px 24px 26px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #4b3293 0%, #392577 100%);
  color: #fff;
}
.demo-section .print-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 90% 88%, rgba(1, 255, 255, .18) 0 0, transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 45%);
  pointer-events: none;
}
.demo-section .print-placeholder::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  z-index: 1;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(1, 255, 255, .12);
  pointer-events: none;
}
.demo-section .print-placeholder i, .demo-section .print-placeholder h4, .demo-section .print-placeholder p, .demo-section .print-placeholder .card-content {
  position: relative;
  z-index: 2;
}
.demo-section .print-placeholder i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  border: 1px solid rgba(1, 255, 255, .26);
  border-radius: 16px;
  background: rgba(1, 255, 255, .10);
  color: var(--crm5-secondary);
  font-size: 28px;
  line-height: 1;
}
.demo-section .print-placeholder h4 {
  max-width: 300px;
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.demo-section .print-placeholder p {
  max-width: 305px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15.5px;
  line-height: 1.55;
}
.demo-section .demo-cta {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.demo-section .demo-cta p {
  color: rgba(33, 37, 41, .72);
  font-size: 1.05rem;
  line-height: 1.7;
}
.testimonial-carousel {
  position: relative;
  padding-bottom: 42px;
}
.testimonial-carousel .carousel-indicators {
  bottom: -6px;
  margin-bottom: 0;
}
.testimonial-carousel .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(73, 49, 145, .28);
  opacity: 1;
}
.testimonial-carousel .carousel-indicators .active {
  width: 28px;
  background: linear-gradient(135deg, var(--crm5-primary), var(--crm5-secondary));
}
.testimonial-quote {
  color: #334155;
  font-size: 1.06rem;
  line-height: 1.75;
}
.quote-icon {
  margin-bottom: 12px;
  color: var(--crm5-primary);
  font-size: 2rem;
}
.carousel-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(73, 49, 145, .14);
  border-radius: 16px;
  background: #fff;
  color: var(--crm5-primary);
  box-shadow: 0 14px 32px rgba(73, 49, 145, .10);
  transition: .22s ease;
}
.carousel-nav-btn:hover {
  transform: translateY(-2px);
  background: var(--crm5-secondary);
  color: #151033;
}
.accordion-item {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--crm5-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 32px rgba(15, 23, 42, .04);
}
.accordion-button {
  padding: 20px 22px;
  color: var(--crm5-dark);
  font-weight: 900;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background: rgba(73, 49, 145, .07);
  color: var(--crm5-primary);
}
.accordion-body {
  color: var(--crm5-muted);
  line-height: 1.65;
}
.final-cta {
  position: relative;
  padding: 86px 0;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(1, 255, 255, .20), transparent 28%), linear-gradient(135deg, #180f3f, #493191 58%, #25144f);
  color: #fff;
}
.final-cta h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 950;
  letter-spacing: -0.055em;
}
.final-cta p {
  color: rgba(255, 255, 255, .75);
  font-size: 1.1rem;
  line-height: 1.75;
}
.contact-card {
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  color: var(--crm5-dark);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .22);
}
.form-control, .form-select {
  padding: 13px 15px;
  border: 1px solid var(--crm5-border);
  border-radius: 14px;
  color: var(--crm5-dark);
  font-weight: 600;
}
.form-control:focus, .form-select:focus {
  border-color: var(--crm5-primary);
  box-shadow: 0 0 0 .25rem rgba(73, 49, 145, .12);
}
.footer {
  padding: 34px 0;
  background: #0f172a;
  color: rgba(255, 255, 255, .68);
}
.footer strong {
  color: #fff;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: .75s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 0 18px 40px rgba(37, 211, 102, .35);
  transition: .25s ease;
}
.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
  color: #fff;
}
.mobile-cta-bar {
  position: fixed;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  left: 14px;
  z-index: 998;
  display: none;
  max-width: calc(100vw - 28px);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px) scale(.98);
  transition: opacity .28s ease, transform .28s ease;
}
.mobile-cta-bar.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.mobile-cta-inner {
  max-width: 440px;
  padding: 9px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(24, 15, 63, .94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, .28);
  backdrop-filter: blur(16px);
}
.mobile-cta-bar .btn {
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: .92rem;
  box-shadow: none;
}
.mobile-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 1.35rem;
  transition: .22s ease;
}
.mobile-cta-secondary:hover {
  background: #25d366;
  color: #fff;
}
.extract-section {
  background:
    radial-gradient(circle at top left, rgba(73, 49, 145, .12), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f7f4ff 100%);
  position: relative;
  overflow: hidden;
}
.extract-panel {
  background: #fff;
  border: 1px solid rgba(73, 49, 145, .12);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(28, 18, 63, .12);
}
.extract-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.extract-panel-header small {
  display: block;
  color: #6c6680;
  font-weight: 700;
  margin-bottom: 4px;
}
.extract-panel-header strong {
  display: block;
  color: #21153f;
  font-size: 1.25rem;
  font-weight: 800;
}
.extract-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}
.extract-summary div {
  background: linear-gradient(180deg, #f8f6ff 0%, #ffffff 100%);
  border: 1px solid rgba(73, 49, 145, .10);
  border-radius: 18px;
  padding: 16px;
}
.extract-summary span {
  display: block;
  color: #746d88;
  font-size: .82rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.extract-summary strong {
  display: block;
  color: #493191;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}
.extract-check-list {
  display: grid;
  gap: 14px;
}
.extract-check-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(73, 49, 145, .10);
}
.extract-check-item i {
  font-size: 1.35rem;
  margin-top: 2px;
}
.extract-check-item.success i {
  color: #198754;
}
.extract-check-item.warning i {
  color: #f59f00;
}
.extract-check-item.info i {
  color: #493191;
}
.extract-check-item strong {
  display: block;
  color: #21153f;
  font-weight: 800;
  margin-bottom: 3px;
}
.extract-check-item small {
  display: block;
  color: #746d88;
  font-weight: 600;
}
.extract-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.btn-extract-primary, .btn-extract-secondary {
  min-height: 54px;
  border-radius: 999px;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  max-width: 100%;
}
.btn-extract-primary {
  background: linear-gradient(135deg, #01ffff 0%, #55e5de 100%);
  color: #130b2f;
  border: 0;
  box-shadow: 0 16px 36px rgba(1, 255, 255, .22);
}
.btn-extract-primary:hover {
  color: #130b2f;
  transform: translateY(-2px);
}
.btn-extract-secondary {
  background: #ffffff;
  color: #493191;
  border: 2px solid rgba(73, 49, 145, .18);
  box-shadow: 0 12px 28px rgba(28, 18, 63, .08);
}
.btn-extract-secondary:hover {
  background: #493191;
  color: #ffffff;
  border-color: #493191;
}
@media (max-width: 575.98px) {
  .extract-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .btn-extract-primary, .btn-extract-secondary {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
    font-size: .95rem;
  }
}
.mini-feature-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(73, 49, 145, .10);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 16px 45px rgba(28, 18, 63, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.mini-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(28, 18, 63, .11);
}
.mini-feature-card i {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(73, 49, 145, .10);
  color: #493191;
  font-size: 1.35rem;
  margin-bottom: 16px;
}
.mini-feature-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #21153f;
  margin-bottom: 8px;
}
.mini-feature-card p {
  color: #6c6680;
  font-size: .95rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 575.98px) {
  .extract-panel {
    padding: 20px;
    border-radius: 22px;
  }
  .extract-summary {
    grid-template-columns: 1fr;
  }
  .extract-panel-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 18px;
    margin-top: 14px;
    border-radius: 18px;
    background: rgba(40, 25, 95, .98);
  }
  .navbar-brand {
    font-size: 1.38rem;
  }
  .brand-logo {
    gap: 8px;
  }
  .brand-logo-img {
    width: auto;
    height: 36px;
  }
  .hero {
    padding: 96px 0 48px;
  }
  .hero .badge-soft {
    padding: 7px 11px;
    margin-bottom: 16px !important;
    font-size: .76rem;
  }
  .hero .btn-lg {
    width: 100%;
    padding: 13px 18px;
    font-size: 1rem;
  }
  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
  .hero-stat {
    padding: 14px;
  }
  .hero-stat strong {
    font-size: .98rem;
  }
  .hero-stat small {
    font-size: .78rem;
  }
  .hero-card-wrap {
    margin-top: 34px;
  }
  .floating-chip {
    display: none;
  }
  .section-padding {
    padding: 64px 0;
  }
  .section-title {
    letter-spacing: -0.045em;
  }
  .section-subtitle {
    font-size: 1rem;
    line-height: 1.62;
  }
  .dashboard-mock {
    padding: 14px;
  }
  .mock-kpis {
    gap: 9px;
  }
  .mock-kpi {
    padding: 12px;
    border-radius: 16px;
  }
  .mock-kpi strong {
    font-size: 1rem;
  }
  .mock-row {
    padding: 10px 12px;
    font-size: .78rem;
  }
  .pain-card, .feature-card, .benefit-card, .persona-card, .step-card, .diff-card, .print-card, .social-card {
    padding: 20px;
    border-radius: 20px;
  }
  .icon-box {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 16px;
    font-size: 1.18rem;
  }
  .solution-block {
    padding: 28px 20px;
    border-radius: 26px;
  }
  .demo-section .print-card {
    padding: 22px;
  }
  .demo-section .print-placeholder {
    min-height: 230px;
  }
  .contact-card {
    padding: 22px;
    border-radius: 24px;
  }
  .form-control, .form-select {
    padding: 14px 15px;
    font-size: 16px;
  }
  body {
    padding-bottom: 84px;
  }
  .mobile-cta-bar {
    display: block;
  }
  .whatsapp-float {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial-carousel {
    padding-bottom: 38px;
  }
  .testimonial-carousel .carousel-item .col-md-6 + .col-md-6 {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }
  .btn-crm5, .btn-outline-crm5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
  }
  .hero h1 {
    font-size: clamp(2.08rem, 12vw, 3rem);
  }
  .hero-card {
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 26px;
    transform: none;
  }
  .hero-card-wrap, .dashboard-mock, .mock-header, .mock-table, .mock-kpis, .mock-kpi {
    max-width: 100%;
    min-width: 0;
  }
  .status-pill {
    white-space: normal;
    text-align: center;
  }
  .mock-kpis {
    grid-template-columns: 1fr 1fr;
  }
  .mock-kpi:nth-child(n+3) {
    display: none;
  }
  .solution-list li {
    margin-bottom: 14px;
    font-size: .94rem;
  }
  .demo-section .print-card {
    padding: 18px;
    border-radius: 22px;
  }
  .demo-section .print-placeholder {
    min-height: 220px;
    padding: 26px 22px 24px;
  }
  .demo-section .print-placeholder i {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    font-size: 25px;
  }
  .demo-section .print-placeholder h4 {
    font-size: 21px;
  }
  .demo-section .print-placeholder p {
    font-size: 15px;
  }
  .accordion-button {
    padding: 18px;
    font-size: .96rem;
  }
  .final-cta {
    padding: 66px 0 74px;
  }
}