:root {
  --bg: #0a0816;
  --bg-soft: #141129;
  --surface: rgba(23, 19, 45, 0.84);
  --surface-strong: rgba(31, 25, 59, 0.96);
  --stroke: rgba(146, 123, 255, 0.22);
  --text: #f5f7ff;
  --muted: #b8bfd8;
  --accent: #8f62ff;
  --accent-strong: #6e3dff;
  --accent-alt: #25e2ab;
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 32px));
   --container: min(1180px, calc(100% - clamp(24px, 4vw, 48px)));
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(143, 98, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #080611 0%, #0f0b20 100%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.page-shell {
  position: relative;
  overflow: hidden;
}
.container { width: var(--container); margin: 0 auto; }
.section-spacing { padding: clamp(40px, 6vw, 56px) 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
  opacity: 0.55;
  pointer-events: none;
}
.orb-1 { width: 320px; height: 320px; top: 40px; right: -60px; background: rgba(143, 98, 255, 0.24); }
.orb-2 { width: 220px; height: 220px; top: 420px; left: -70px; background: rgba(37, 226, 171, 0.14); }
.orb-3 { width: 180px; height: 180px; bottom: 260px; right: 12%; background: rgba(255, 90, 155, 0.12); }
.orb-4 { width: 260px; height: 260px; bottom: -50px; left: 18%; background: rgba(143, 98, 255, 0.16); }

.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(10, 8, 22, 0.72);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-nav {
  min-height: 82px; display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.brand img { width: 170px; height: auto; object-fit: contain; }
.nav-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.nav-cta, .btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff; box-shadow: 0 18px 40px rgba(110, 61, 255, 0.34);
}
.nav-cta { padding: 14px 22px; font-weight: 700; }
.btn { min-height: 52px; padding: 0 24px; border: 0; font-weight: 700; }
.btn:hover, .nav-cta:hover { transform: translateY(-2px); }
.btn-secondary {
  background: rgba(255,255,255,0.04); color: var(--text); border: 1px solid rgba(255,255,255,0.12);
}

.hero {
  display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 44px; align-items: center;
  padding-top: clamp(24px, 4vw, 40px);
}
.hero-badge, .section-label, .feature-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  color: var(--accent-alt); font-size: 0.86rem; font-weight: 700; letter-spacing: .02em;
}
.feature-badge { margin: -1px 0 14px; }
.hero-title { font-size: clamp(2.8rem, 7vw, 5.3rem); line-height: .95; margin: 18px 0; }
.title-break { display: block; }
.hero-title-line { display: block; }
.hero-title-line-1,
.hero-title-line-2,
.hero-title-line-3 { white-space: nowrap; }
.text-gradient {
  background: linear-gradient(135deg, #c9bbff 0%, #25e2ab 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-subtitle, .section-support-text { color: var(--muted); font-size: 1.05rem; line-height: 1.7; max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 20px; }
.hero-highlights, .check-list, .guarantee-list {
  list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px;
}
.hero-highlights li, .guarantee-list li {
  padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.04); color: var(--muted);
  border: 1px solid rgba(255,255,255,.08);
}

.hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mockup-stack {
  position: relative;
  width: fit-content;
  margin-right: 0;
  padding-right: clamp(170px, 16vw, 260px);
  transform: translateX(clamp(24px, 4vw, 88px));
}
.feature-card, .info-card, .service-card, .testimonial-card, .stat-card, .cta-panel {
  background: var(--surface); border: 1px solid var(--stroke); box-shadow: var(--shadow);
}
.phone-mockup {
  position: relative;
  width: clamp(80px, 46vw, 380px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  transform: rotate(-4deg);
  z-index: 1;
}
.phone-mockup img {
  width: 140%;
  border-radius: 0;
}
.floating-tags-column {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(210px, 18vw, 280px);
  height: 100%;
  z-index: 2;
}
.floating-tag {
  position: absolute;
  top: var(--tag-top, 0);
  /* Ajuste horizontal opcional por tag via inline style: --tag-right e/ou --tag-shift-x */
  right: var(--tag-right, 0);
  transform: translate(var(--tag-shift-x, 0), var(--tag-translate, 0));
  min-width: 0;
  width: 100%;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.floating-tag-primary { background: rgba(37, 226, 171, 0.14); color: #9ef6dc; }
.floating-tag-secondary { background: rgba(143, 98, 255, 0.16); color: #dfd4ff; }
.floating-tag-tertiary { background: rgba(39, 127, 255, 0.16); color: #bcd7ff; }


@media (max-width: 1200px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .testimonial-grid-video {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy {
    text-align: center;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .hero-highlights {
    justify-content: center;
  }

  .hero-visual {
    min-height: auto;
  }

  .mockup-stack {
    margin-right: 0;
    padding-right: 0;
    transform: none;
  }

  .floating-tags-column {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 16px;
    display: grid;
    gap: 12px;
  }

  .floating-tag {
    position: static;
    transform: none;
    min-width: 0;
    width: 100%;
    text-align: center;
  }
}

.section-heading { text-align: center; max-width: 720px; margin: 0 auto 32px; }
.section-heading-left { text-align: left; margin-left: 0; }
.section-title { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; margin: 16px 0 0; flex-wrap: nowrap; }
.section-bridge-cta {
  display: flex;
  justify-content: center;
  margin: -10px auto 20px;
}
.section-inline-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.section-inline-cta .btn {
  width: 100%;
}
.split-layout { display: grid; gap: 28px; grid-template-columns: 1.08fr 0.92fr; align-items: start; } 
.card-grid { display: grid; gap: 18px; }
.card-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card, .service-card, .stat-card, .testimonial-card { padding: 28px; border-radius: var(--radius-md); }
.card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 14px; margin-bottom: 16px;
  background: rgba(255,255,255,0.06); font-size: 1.4rem;
}
.info-card h3, .benefit-item h3, .service-card h3, .feature-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
.info-card p, .benefit-item p, .service-card p, .testimonial-card p, .feature-card p { color: var(--muted); line-height: 1.7; margin: 0; }

.benefits-list { display: grid; gap: 16px; }
.benefit-item {
  display: grid; grid-template-columns: 56px 1fr; gap: 16px;
  padding: 20px; border-radius: var(--radius-md); background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
}
.feature-card { padding: 28px; border-radius: var(--radius-lg); position: sticky; top: 200px; margin-top: 132px; }
.feature-image {
  display: block;
  width: 100%;
  max-width: 520px;
  max-height: 360px;
  margin: 24px 0;
  border-radius: 22px;
  border: 0;
  object-fit: cover;
}
.check-list { flex-direction: column; gap: 10px; }
.check-list li {
  padding-left: 28px; position: relative; color: var(--text);
}
.check-list li::before {
  content: '✓'; position: absolute; left: 0; color: var(--accent-alt); font-weight: 800;
}

.services-showcase { position: relative; }
.services-notebook {
  position: absolute;
  right: -50%;
  top: -600px;
  width: min(860px, 74vw);
  opacity: 80%;
  pointer-events: none;
  z-index: 2;
}
.services-notebook img {
  width: 100%;
  filter: drop-shadow(0 20px 32px rgba(0,0,0,.4));
}
.services-grid {
  position: relative;
  z-index: 3;
}
.services-showcase + .section-inline-cta {
  position: relative;
  z-index: 1;
}
.services-grid .service-card { min-height: 160px; }
.stats-grid, .testimonial-grid { display: grid; gap: 18px; }
.stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 18px; }
.stat-card strong { display: block; font-size: 2rem; margin-bottom: 8px; }
.stat-card span { color: var(--muted); }
.testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.testimonial-grid-video { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.testimonial-video-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(38, 26, 94, 0.92), rgba(26, 18, 62, 0.96));
}

.testimonial-video-shell {
  position: relative;
}

.video-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 450px;
  background: radial-gradient(circle at center, rgba(37,226,171,.22), rgba(30,20,73,.12) 32%, rgba(30,20,73,.04) 55%);
  object-fit: cover;
}
.custom-video-play {
  position: absolute;
  inset: 0;
  border: 0;
  background: linear-gradient(180deg, rgba(10, 8, 24, 0.08), rgba(10, 8, 24, 0.46));
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: opacity .25s ease, background .25s ease;
}
.custom-video-play:hover {
  background: linear-gradient(180deg, rgba(10, 8, 24, 0.06), rgba(10, 8, 24, 0.4));
}
.custom-video-play:focus-visible {
  outline: 2px solid rgba(143, 98, 255, 0.8);
  outline-offset: -2px;
}
.custom-video-play__core {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(124, 81, 255, 0.92), rgba(78, 95, 233, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 24px rgba(6, 5, 17, 0.42);
  transform: translateZ(0);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.custom-video-play:hover .custom-video-play__core {
  transform: scale(1.04);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 28px rgba(6, 5, 17, 0.52);
}
.custom-video-play__icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid rgba(245, 247, 255, 0.95);
}
.testimonial-video-card.is-playing .custom-video-play {
  opacity: 0;
  pointer-events: none;
}
.testimonial-video-meta {
  padding: 18px;
  text-align: center;
  background: linear-gradient(180deg, rgba(13,10,28,.1), rgba(13,10,28,.9));
}
.testimonial-video-meta small {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-alt);
  letter-spacing: .08em;
  font-weight: 700;
}
.testimonial-video-meta strong {
  display: block;
  margin-bottom: 6px;
}
.testimonial-video-meta .meta-size-large { font-size: 1em; }
.testimonial-video-meta .meta-size-small { font-size: 0.8em; }
.testimonial-video-meta span { color: var(--muted); font-size: .92rem; }
.testimonial-profile {
  display: flex; gap: 14px; align-items: center; margin-bottom: 18px;
}
.testimonial-profile img {
  width: 58px; height: 58px; border-radius: 50%; object-fit: cover;
  border: 2px solid rgba(255,255,255,0.12);
}
.testimonial-profile span { display: block; color: var(--muted); margin-top: 4px; }

.cta-panel {
  padding: 36px; border-radius: 32px;
  background: linear-gradient(180deg, rgba(23, 19, 45, 0.92), rgba(13, 10, 28, 0.96));
}
.lead-form-shell {
  margin: 26px 0 18px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(143, 98, 255, 0.24);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}
.lead-form-intro {
  margin: 0 0 16px;
  color: #d5d9eb;
  font-weight: 600;
}
.lead-form {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0;
}
.lead-form label { display: grid; gap: 8px; color: var(--muted); }
.lead-form input,
.lead-form select {
  min-height: 52px; border-radius: 16px; padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.14); background: rgba(6, 8, 20, 0.85); color: var(--text);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.lead-form input:focus,
.lead-form select:focus {
  outline: none;
  border-color: rgba(37, 226, 171, 0.8);
  box-shadow: 0 0 0 3px rgba(37, 226, 171, 0.2);
  background: rgba(6, 8, 20, 1);
}
.lead-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9ef6dc 50%), linear-gradient(135deg, #9ef6dc 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 4px), calc(100% - 14px) calc(50% - 4px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}
.lead-form select option {
  color: #f2f5ff;
  background: #161330;
}
.lead-submit {
  grid-column: 1 / -1;
}
.lead-form-note {
  margin: 14px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: .9rem;
}
.site-footer {
  display: flex; justify-content: space-between; gap: 20px; padding: 0 0 40px;
  color: rgba(255,255,255,0.62); font-size: .95rem;
}

.reveal-on-scroll {
  opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease;
}
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1440px) {
  .floating-tag {
    min-width: 210px;
    font-size: 0.95rem;
  }
}

@media (max-width: 1280px) {
  .services-notebook {
    right: -40%;
    width: min(760px, 64vw);
  }

  .info-card,
  .service-card,
  .stat-card,
  .testimonial-card,
  .feature-card {
    padding: 24px;
  }
}

@media (max-width: 980px) {
  .hero, .split-layout, .card-grid-3, .stats-grid, .testimonial-grid, .lead-form { grid-template-columns: 1fr; }
  .testimonial-grid-video { grid-template-columns: 1fr; }
  .hero { gap: 32px; }
  .hero-copy { text-align: center; }
  .hero-subtitle, .section-support-text { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-highlights { justify-content: center; }
  .hero-visual {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 18px;
  }
  .phone-mockup {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(960px, 100%);
    margin: 0;
    transform: none;
  }
  
  .phone-mockup img {
    transform: none;
  }
  .mockup-stack {
    margin-right: 0;
    width: min(960px, 100%);
  }
  .floating-tags-column {
    position: static;
    width: auto;
    transform: none;
    display: grid;
    gap: 12px;
  }
  .floating-tag {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    display: flex;
    justify-content: center;
  }
  .services-notebook {
    display: none;
  }
  .lead-form-shell { padding: 18px; }
  .feature-card { position: static; margin-top: 0; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 860px) {
  .site-nav {
    min-height: auto;
    padding: 14px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-cta {
    width: 100%;
  }

  .cta-panel {
    border-radius: 24px;
  }
}

@media (max-width: 640px) {
  .section-spacing { padding: 40px 0; }
  .site-nav { min-height: 74px; gap: 12px; }
  .brand img { width: 126px; }
  .nav-cta { padding: 10px 14px; font-size: .84rem; }
  .hero-title { font-size: clamp(2.1rem, 10vw, 3rem); line-height: 1; }
  .hero-title-line { display: block; }
  .section-title { font-size: clamp(1.65rem, 7vw, 2.2rem); }
  .hero-badge, .section-label, .feature-badge { font-size: .76rem; padding: 8px 12px; }
  .hero-subtitle, .section-support-text { font-size: .95rem; line-height: 1.55; }
  .btn { min-height: 48px; padding: 0 18px; font-size: .95rem; }
  .hero-actions, .hero-highlights, .guarantee-list { flex-direction: column; align-items: stretch; }
  .section-bridge-cta .btn { width: 100%; }
  .section-inline-cta .btn { width: 100%; }
  .hero-visual { gap: 14px; }
  .phone-mockup { width: min(380px, 90%); }
  .floating-tag { width: 100%; margin: 0; font-size: .92rem; }
  .cta-panel { padding: 24px; }
}

@media (max-width: 480px) {
  .container {
    width: min(100%, calc(100% - 24px));
  }

  .nav-cta {
    font-size: 0.8rem;
    min-height: 44px;
  }

  .hero-title {
    font-size: clamp(1.85rem, 9vw, 2.4rem);
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .btn,
  .hero-actions .btn {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .hero-highlights li,
  .guarantee-list li {
    font-size: 0.85rem;
    text-align: center;
  }

  .lead-form-shell {
    padding: 16px;
    border-radius: 18px;
  }

  .lead-form input,
  .lead-form select {
    min-height: 48px;
  }

  .testimonial-video-meta {
    padding: 14px;
  }
}