
:root {
  --bg: #030712;
  --bg-soft: #07111f;
  --card: rgba(12, 22, 42, .72);
  --card-strong: rgba(13, 24, 48, .92);
  --text: #f8fafc;
  --muted: #9fb1c8;
  --line: rgba(148, 163, 184, .18);
  --blue: #16a8ff;
  --cyan: #31e7ff;
  --purple: #8b5cf6;
  --pink: #e04cff;
  --green: #35e48b;
  --orange: #ffb13b;
  --shadow: 0 24px 80px rgba(0, 0, 0, .45);
  --radius: 28px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(22, 168, 255, .18), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(224, 76, 255, .18), transparent 32%),
    linear-gradient(180deg, #020617 0%, #030712 38%, #050816 100%);
  color: var(--text);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select { font-family: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.page-glow {
  position: fixed; width: 440px; height: 440px; border-radius: 999px; filter: blur(60px); opacity: .23; pointer-events: none; z-index: -1;
}
.page-glow-one { background: var(--blue); top: 10%; left: -180px; }
.page-glow-two { background: var(--pink); right: -220px; top: 45%; }
.site-header {
  position: sticky; top: 0; z-index: 20; backdrop-filter: blur(20px);
  background: rgba(2, 6, 23, .72); border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.35rem; font-weight: 900; letter-spacing: -.04em; }
.brand-logo { width: 40px; height: 40px; }
.site-nav { display: flex; gap: 24px; margin-left: auto; color: #dbeafe; font-weight: 600; font-size: .94rem; }
.site-nav a { opacity: .86; transition: .2s ease; }
.site-nav a:hover { color: var(--cyan); opacity: 1; }
.nav-cta {
  padding: 12px 18px; border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  font-weight: 800; box-shadow: 0 16px 35px rgba(139, 92, 246, .28);
}
.menu-toggle { display: none; margin-left: auto; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--text); }

.hero { padding-top: 86px; min-height: calc(100vh - 78px); display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; }
.eyebrow, .section-kicker, .section-heading span {
  color: var(--cyan); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(49, 231, 255, .2); background: rgba(49, 231, 255, .06);
  padding: 10px 14px; border-radius: 999px;
}
.pulse { width: 9px; height: 9px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 8px rgba(53, 228, 139, .13); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.35rem); line-height: .92; margin: 26px 0 24px; letter-spacing: -.075em; }
h1 span { display: block; background: linear-gradient(135deg, var(--cyan), var(--purple), var(--pink)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-text { color: #c7d2fe; font-size: 1.13rem; line-height: 1.75; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px;
  padding: 0 22px; border-radius: 16px; border: 1px solid rgba(255,255,255,.12);
  font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--blue), var(--purple), var(--pink)); box-shadow: 0 18px 45px rgba(139, 92, 246, .34); }
.btn-secondary, .btn-plan { background: rgba(255,255,255,.04); border-color: rgba(49, 231, 255, .32); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 720px; }
.trust-row div { padding: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.035); border-radius: 18px; }
.trust-row strong { display: block; color: white; margin-bottom: 5px; }
.trust-row span { color: var(--muted); font-size: .88rem; }
.hero-visual { position: relative; min-height: 660px; }
.glass {
  background: linear-gradient(180deg, rgba(14, 27, 55, .82), rgba(6, 15, 31, .86));
  border: 1px solid rgba(148, 163, 184, .18); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(18px);
}
.dashboard-card { position: absolute; left: 0; top: 42px; width: 78%; padding: 22px; border-radius: var(--radius); }
.dash-header, .card-title, .phone-top { display: flex; align-items: center; justify-content: space-between; }
.window-dots i { display: inline-block; width: 9px; height: 9px; margin-right: 5px; border-radius: 99px; background: rgba(255,255,255,.36); }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 24px 0; }
.metrics-grid div, .flow-box, .insights {
  padding: 16px; border-radius: 18px; background: rgba(2, 6, 23, .38); border: 1px solid var(--line);
}
.metrics-grid span, .insights span, .big-metric span, .mini-metrics span { color: var(--muted); font-size: .78rem; }
.metrics-grid strong { display: block; font-size: 1.65rem; margin: 7px 0; }
.metrics-grid small, .big-metric small { color: var(--green); font-weight: 900; }
.flow-box h3 { font-size: .9rem; margin-bottom: 14px; color: #dbeafe; }
.flow-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.flow-line.second { margin-top: 12px; margin-left: 54px; }
.flow-line span {
  padding: 10px 12px; border-radius: 12px; background: rgba(49, 231, 255, .08);
  border: 1px solid rgba(49, 231, 255, .16); color: white; font-size: .78rem; font-weight: 800;
}
.flow-line i { width: 20px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--purple)); }
.insights { margin-top: 15px; display: grid; grid-template-columns: .85fr 1fr; gap: 18px; align-items: end; }
.insights strong, .big-metric strong { display: block; font-size: 2.4rem; margin-top: 8px; }
.chart-bars { display: flex; align-items: end; gap: 7px; height: 72px; }
.chart-bars i { flex: 1; border-radius: 999px; background: linear-gradient(180deg, var(--cyan), var(--purple)); }
.chart-bars i:nth-child(1) { height: 28%; } .chart-bars i:nth-child(2) { height: 55%; } .chart-bars i:nth-child(3) { height: 38%; }
.chart-bars i:nth-child(4) { height: 75%; } .chart-bars i:nth-child(5) { height: 60%; } .chart-bars i:nth-child(6) { height: 86%; } .chart-bars i:nth-child(7) { height: 100%; }
.phone-card { position: absolute; width: 292px; right: 0; top: 130px; border-radius: 36px; padding: 17px; transform: rotate(4deg); z-index: 3; }
.phone-top { padding: 10px 6px 16px; }
.phone-top span { width: 32px; height: 32px; border-radius: 999px; background: linear-gradient(135deg, var(--cyan), var(--green)); }
.phone-top small { color: var(--green); }
.chat { display: grid; gap: 10px; }
.chat p { margin: 0; padding: 10px 12px; border-radius: 16px; font-size: .78rem; line-height: 1.45; }
.chat .bot { color: #e2e8f0; background: rgba(255,255,255,.08); border-bottom-left-radius: 5px; }
.chat .user { color: white; background: linear-gradient(135deg, rgba(22,168,255,.78), rgba(53,228,139,.62)); border-bottom-right-radius: 5px; margin-left: 38px; }
.phone-input {
  margin-top: 14px; padding: 11px; border-radius: 999px; background: rgba(2,6,23,.58);
  border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .72rem;
}
.phone-input button { width: 30px; height: 30px; border: 0; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--blue), var(--green)); }
.orbit { position: absolute; border: 1px solid rgba(49, 231, 255, .28); border-radius: 50%; transform: rotate(-18deg); filter: drop-shadow(0 0 20px rgba(49, 231, 255, .2)); }
.orbit-one { width: 480px; height: 130px; right: -30px; bottom: 82px; }
.orbit-two { width: 340px; height: 94px; right: 24px; bottom: 122px; border-color: rgba(224, 76, 255, .34); }
.preview-section { padding-top: 36px; }
.preview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: center; }
.preview-copy h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; letter-spacing: -.05em; margin: 12px 0 14px; }
.preview-copy p { color: var(--muted); line-height: 1.8; font-size: 1.02rem; }
.preview-points { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px; }
.preview-points li { padding-left: 28px; position: relative; color: #dbeafe; line-height: 1.6; }
.preview-points li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 12px; height: 12px;
  border-radius: 999px; background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 20px rgba(49, 231, 255, .45);
}
.mockup-frame {
  padding: 18px; border-radius: 28px; border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(13,24,48,.82), rgba(7,14,28,.82));
  box-shadow: var(--shadow);
}
.frame-top { display: flex; gap: 8px; margin-bottom: 14px; }
.frame-top span { width: 10px; height: 10px; border-radius: 999px; background: rgba(255,255,255,.32); }
.mockup-image { width: 100%; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.section-heading { text-align: center; max-width: 820px; margin: 0 auto 48px; }
.section-heading h2, .benefits-copy h2, .partner-card h2, .cta-card h2 {
  font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.04; letter-spacing: -.055em; margin: 12px 0 14px;
}
.section-heading p, .benefits-copy p, .partner-card p, .cta-card p { color: var(--muted); line-height: 1.75; font-size: 1.02rem; }
.cards-grid { display: grid; gap: 18px; }
.services-grid { grid-template-columns: repeat(3, 1fr); }
.service-card, .step-card, .plan-card, .performance-card, .partner-card, .cta-card, .plus-card {
  border: 1px solid var(--line); background: linear-gradient(180deg, rgba(13,24,48,.82), rgba(7,14,28,.82)); border-radius: var(--radius); box-shadow: 0 18px 60px rgba(0,0,0,.25);
}
.service-card { padding: 28px; min-height: 250px; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.service-card:hover, .plan-card:hover, .step-card:hover, .plus-card:hover { transform: translateY(-6px); border-color: rgba(49, 231, 255, .38); }
.icon {
  width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px;
  background: rgba(49, 231, 255, .08); border: 1px solid rgba(49, 231, 255, .18); margin-bottom: 24px;
}
.icon img { width: 42px; height: 42px; }
.service-card h3, .step-card h3, .plan-card h3, .plus-card h3 { font-size: 1.35rem; margin-bottom: 12px; letter-spacing: -.03em; }
.service-card p, .step-card p, .plan-card p, .plus-card p { color: var(--muted); line-height: 1.7; }
.plus-section { background: radial-gradient(circle at 50% 50%, rgba(49,231,255,.08), transparent 46%); }
.plus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plus-card { padding: 26px; min-height: 240px; transition: transform .22s ease, border-color .22s ease; }
.plus-card img { width: 52px; height: 52px; margin-bottom: 20px; }
.plus-card h3 { color: #fff; }
.benefits-section { padding-top: 70px; }
.benefits-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: center; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.benefit-list div { padding: 18px; border-radius: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.benefit-list span { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: rgba(49, 231, 255, .08); margin-bottom: 14px; }
.benefit-list span img { width: 34px; height: 34px; }
.benefit-list strong { display: block; margin-bottom: 6px; }
.benefit-list p { margin: 0; font-size: .9rem; }
.performance-card { padding: 28px; }
.card-title span { color: var(--muted); padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.06); }
.big-metric { margin: 30px 0 20px; }
.line-chart { height: 160px; display: flex; align-items: end; gap: 10px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.line-chart span { flex: 1; min-height: 30px; border-radius: 999px 999px 0 0; background: linear-gradient(180deg, var(--cyan), rgba(139,92,246,.3)); }
.line-chart span:nth-child(1) { height: 48%; } .line-chart span:nth-child(2) { height: 72%; } .line-chart span:nth-child(3) { height: 43%; } .line-chart span:nth-child(4) { height: 88%; } .line-chart span:nth-child(5) { height: 63%; }
.mini-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.mini-metrics div { padding: 16px; border-radius: 18px; background: rgba(2,6,23,.38); border: 1px solid var(--line); }
.mini-metrics strong { display: block; margin-top: 7px; font-size: 1.45rem; }
.segments-section { padding-top: 32px; }
.segment-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.segment-strip span {
  padding: 13px 16px; border-radius: 999px; border: 1px solid rgba(49,231,255,.18);
  background: rgba(255,255,255,.04); color: #dbeafe; font-weight: 800;
}
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; }
.step-card { padding: 24px; }
.step-card > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 999px; margin-bottom: 20px; background: linear-gradient(135deg, var(--blue), var(--purple)); font-weight: 900; box-shadow: 0 12px 32px rgba(139,92,246,.32); }
.partner-card { padding: 42px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 40px; align-items: center; overflow: hidden; background: radial-gradient(circle at 70% 40%, rgba(224,76,255,.18), transparent 32%), linear-gradient(135deg, rgba(8, 47, 107, .72), rgba(35, 12, 67, .78)); }
.partner-image-wrap { position: relative; padding: 18px; border-radius: 26px; background: rgba(3, 7, 18, .36); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 50px rgba(0,0,0,.22), inset 0 0 0 1px rgba(49,231,255,.05); }
.image-badge { position: absolute; top: -12px; left: 22px; padding: 8px 14px; border-radius: 999px; background: linear-gradient(135deg, var(--blue), var(--pink)); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; box-shadow: 0 12px 28px rgba(139, 92, 246, .30); }
.partner-ecosystem-image { width: 100%; border-radius: 18px; border: 1px solid rgba(255,255,255,.10); box-shadow: 0 18px 45px rgba(0,0,0,.30); object-fit: cover; }
.inline-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.inline-badges span { padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.08); color: #e0f2fe; font-weight: 800; font-size: .82rem; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan-card { padding: 30px; position: relative; }
.plan-card.featured { border-color: rgba(224, 76, 255, .44); transform: translateY(-16px); box-shadow: 0 30px 90px rgba(139, 92, 246, .28); }
.tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 8px 16px; border-radius: 999px; background: linear-gradient(135deg, var(--purple), var(--pink)); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.plan-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 20px; margin-bottom: 20px; border: 1px solid rgba(49, 231, 255, .24); background: rgba(49, 231, 255, .06); font-size: 1.6rem; }
.plan-card ul { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 13px; }
.plan-card li { color: #dbeafe; font-size: .95rem; line-height: 1.45; }
.plan-card li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 9px; }
.final-cta { padding-top: 32px; }
.cta-card { padding: 42px; display: grid; grid-template-columns: .92fr .9fr; gap: 44px; align-items: center; background: radial-gradient(circle at 12% 20%, rgba(49,231,255,.2), transparent 34%), linear-gradient(135deg, rgba(5, 72, 150, .82), rgba(84, 25, 130, .82)); }
.lead-form { display: grid; gap: 14px; padding: 24px; border-radius: 24px; background: rgba(3, 7, 18, .48); border: 1px solid rgba(255,255,255,.14); }
.lead-form label { display: grid; gap: 8px; color: #dbeafe; font-weight: 800; font-size: .9rem; }
.lead-form input, .lead-form select { width: 100%; height: 50px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; padding: 0 14px; outline: none; color: white; background: rgba(2,6,23,.64); }
.lead-form input:focus, .lead-form select:focus { border-color: rgba(49,231,255,.58); box-shadow: 0 0 0 4px rgba(49,231,255,.09); }
.lead-form small { color: var(--muted); line-height: 1.5; }
.site-footer { border-top: 1px solid var(--line); background: rgba(2,6,23,.72); padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.site-footer p, .site-footer a, .footer-bottom { color: var(--muted); line-height: 1.75; }
.site-footer h3 { margin-bottom: 16px; }
.site-footer a { display: block; margin-bottom: 9px; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: .9rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 999px; background: linear-gradient(135deg, #16c784, #13b35b); color: white; font-size: 1.9rem; font-weight: 900; box-shadow: 0 18px 45px rgba(19, 179, 91, .34); z-index: 30; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1120px) {
  .site-nav { gap: 14px; font-size: .88rem; }
}
@media (max-width: 1040px) {
  .hero-grid, .benefits-grid, .partner-card, .cta-card, .preview-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; }
  .services-grid, .plans-grid, .plus-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .plan-card.featured { transform: none; }
  .site-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .site-nav.open { position: absolute; display: grid; top: 78px; left: 20px; right: 20px; padding: 18px; background: rgba(2,6,23,.96); border: 1px solid var(--line); border-radius: 20px; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 70px 0; }
  .hero { padding-top: 56px; }
  .hero-actions, .footer-bottom { flex-direction: column; }
  .trust-row, .services-grid, .benefit-list, .steps, .plans-grid, .mini-metrics, .footer-grid, .plus-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; display: grid; gap: 18px; }
  .dashboard-card, .phone-card { position: static; width: 100%; transform: none; }
  .metrics-grid { grid-template-columns: 1fr; }
  .orbit { display: none; }
  .partner-card, .cta-card, .mockup-frame { padding: 26px; }
  .partner-image-wrap { padding: 16px; }
  .floating-whatsapp { width: 56px; height: 56px; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.2rem); }
}


/* Hero Carousel */
.hero-carousel {
  overflow: hidden;
}

.carousel-track {
  display: grid;
  position: relative;
}

.hero-slide {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(26px) scale(.985);
  visibility: hidden;
  transition: opacity .72s ease, transform .72s ease, visibility .72s ease;
  will-change: opacity, transform;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  visibility: visible;
  z-index: 2;
}

.hero-slide:not(.active) .hero-copy,
.hero-slide:not(.active) .hero-visual {
  opacity: 0;
}

.carousel-controls {
  position: relative;
  z-index: 8;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.carousel-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, .20);
  background: rgba(2, 6, 23, .36);
  color: rgba(255,255,255,.78);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.carousel-arrow:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(49, 231, 255, .38);
  background: rgba(49, 231, 255, .08);
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, .12);
  background: rgba(2, 6, 23, .26);
  backdrop-filter: blur(16px);
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.24);
  cursor: pointer;
  transition: width .22s ease, background .22s ease, box-shadow .22s ease;
}

.carousel-dots button.active {
  width: 26px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 12px rgba(49, 231, 255, .32);
}

/* Slide 2 - presença digital */
.presence-card,
.crm-card {
  position: absolute;
  left: 0;
  top: 42px;
  width: 86%;
  padding: 24px;
  border-radius: var(--radius);
}

.presence-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 24px 0;
}

.presence-services div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(2, 6, 23, .38);
  border: 1px solid var(--line);
}

.presence-services img {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
}

.presence-services strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.presence-services span {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.5;
}

.site-preview-card {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(22,168,255,.12), rgba(224,76,255,.12));
  border: 1px solid rgba(49, 231, 255, .18);
}

.site-bar {
  display: flex;
  gap: 7px;
  padding: 13px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

.site-bar span {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: rgba(255,255,255,.36);
}

.site-preview-content {
  padding: 20px;
}

.site-preview-content strong {
  font-size: 1.1rem;
}

.site-preview-content p {
  color: var(--muted);
  line-height: 1.6;
  margin: 8px 0 18px;
}

.site-preview-content i {
  display: block;
  width: 75%;
  height: 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.floating-service-card {
  position: absolute;
  right: 0;
  bottom: 88px;
  width: 280px;
  padding: 18px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 4;
}

.floating-service-card img {
  width: 44px;
  height: 44px;
}

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

.floating-service-card span {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
  margin-top: 4px;
}

/* Slide 3 - MiniCRM */
.crm-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin: 24px 0;
}

.crm-stats div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(2, 6, 23, .38);
  border: 1px solid var(--line);
}

.crm-stats span {
  color: var(--muted);
  font-size: .78rem;
}

.crm-stats strong {
  display: block;
  margin-top: 8px;
  font-size: 1.7rem;
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.pipeline-column {
  min-height: 192px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(2, 6, 23, .38);
  border: 1px solid var(--line);
}

.pipeline-column h4 {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pipeline-column p {
  margin: 0 0 10px;
  padding: 11px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: #dbeafe;
  font-size: .85rem;
}

.followup-alert {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(53,228,139,.12), rgba(49,231,255,.10));
  border: 1px solid rgba(53,228,139,.20);
}

.followup-alert img {
  width: 42px;
  height: 42px;
}

.followup-alert strong,
.followup-alert span {
  display: block;
}

.followup-alert span {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.45;
  margin-top: 4px;
}

.lead-score-card {
  position: absolute;
  right: 0;
  bottom: 98px;
  width: 230px;
  padding: 22px;
  border-radius: 24px;
  z-index: 4;
}

.lead-score-card span,
.lead-score-card small {
  color: var(--muted);
}

.lead-score-card strong {
  display: block;
  margin: 8px 0;
  font-size: 3rem;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  -webkit-background-clip: text;
  color: transparent;
}

@media (max-width: 1040px) {
  .carousel-controls {
    margin-top: 22px;
  }

  .presence-card,
  .crm-card {
    width: 100%;
  }

  .floating-service-card,
  .lead-score-card {
    right: 24px;
  }
}

@media (max-width: 720px) {
  .carousel-controls {
    margin-top: 20px;
  }

  .presence-card,
  .crm-card,
  .floating-service-card,
  .lead-score-card {
    position: static;
    width: 100%;
  }

  .hero-slide .hero-visual {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .presence-services,
  .crm-stats,
  .pipeline {
    grid-template-columns: 1fr;
  }

  .pipeline-column {
    min-height: auto;
  }

  .carousel-arrow {
    width: 32px;
    height: 32px;
    font-size: 1.3rem;
  }
}


/* Correção: controles realmente abaixo do anúncio */
.hero.hero-carousel {
  display: block;
  min-height: auto;
  padding-top: 58px;
  padding-bottom: 48px;
}

.hero-carousel .carousel-track {
  width: 100%;
}

.hero-carousel .hero-grid {
  gap: 48px;
}

.hero-carousel .hero-visual {
  min-height: 540px;
}

.hero-carousel h1 {
  font-size: clamp(2.7rem, 5.8vw, 5.15rem);
  margin: 22px 0 20px;
}

.hero-carousel .hero-text {
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-carousel .hero-actions {
  margin: 28px 0 22px;
}

.hero-carousel .trust-row div {
  padding: 14px;
}

.hero-carousel .hero-slide.active {
  width: 100%;
}

.hero-carousel .carousel-controls {
  width: min(100% - 40px, var(--container));
  margin: 20px auto 0;
  padding: 0;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
}

@media (max-width: 720px) {
  .hero.hero-carousel {
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .hero-carousel .hero-visual {
    min-height: auto;
  }

  .hero-carousel .carousel-controls {
    width: min(100% - 28px, var(--container));
    margin-top: 22px;
  }
}
