/* ==========================================================
   CSS consolidado — Saindo do Zero
   ========================================================== */

/* Geral
   ========================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

button {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(1180px, 100% - 40px);
  margin: 0px auto;
}

.section {
  padding: 110px 0px;
}

.light {
  background: var(--light);
  color: var(--ink);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 44px;
}

.section-heading.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2 {
  font-family: Manrope, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 12px 0px 18px;
}

.section-copy h2 {
  font-family: Manrope, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 12px 0px 18px;
}

.section-heading p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.section-copy p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.light .kicker {
  color: var(--primary-dark);
}

.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.text-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--primary-dark);
  font-weight: 800;
}

.check-list {
  padding: 0px;
  margin: 22px 0px 0px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin: 13px 0px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0px;
  color: var(--primary-dark);
  font-weight: 800;
}

:root {
  --radius: 24px;
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --surface: #ffffff;
  --surface-2: #edf4ff;
  --text: #172033;
  --muted: #667085;
  --ink: #172033;
  --ink-soft: #5d6b82;
  --light: #f7f9fc;
  --white: #fff;
  --primary: #1877f2;
  --primary-dark: #0f5fc4;
  --accent: #42b72a;
  --line: rgba(23,32,51,.10);
  --line-dark: #dfe6ef;
  --shadow: 0 28px 70px rgba(31,65,114,.16);
}

body {
  margin: 0px;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--text);
  background: rgb(255, 255, 255);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(23, 100, 200);
}

.light-browser .browser-dots span:nth-child(1) {
  background: rgb(255, 95, 87);
}

.light-browser .browser-dots span:nth-child(2) {
  background: rgb(254, 188, 46);
}

.light-browser .browser-dots span:nth-child(3) {
  background: rgb(40, 200, 64);
}

.dark {
  background: rgb(242, 247, 253);
  color: rgb(23, 32, 51);
}

.dark .section-heading p {
  color: rgb(101, 115, 138);
}

/* Cabeçalho
   ========================================================== */

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 10px 14px;
  z-index: 1000;
}

.skip-link:focus {
  top: 12px;
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-right: auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.main-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.menu-toggle {
  display: none;
  border: 0px;
  background: transparent;
  padding: 8px;
}

.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 50;
  transition: 0.25s;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(23, 32, 51, 0.06);
}

.site-header.scrolled {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(23, 32, 51, 0.08);
  box-shadow: rgba(31, 65, 114, 0.08) 0px 8px 30px;
}

.brand-copy strong {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  color: rgb(23, 32, 51);
}

.brand-copy small {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(114, 128, 151);
}

.main-nav a {
  font-size: 14px;
  font-weight: 500;
  color: rgb(83, 97, 118);
}

.main-nav a:hover {
  color: rgb(24, 119, 242);
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0px;
  border-radius: 2px;
  background: rgb(23, 32, 51);
}

.footer-grid > div > a:not(.brand) {
  font-size: 14px;
  color: rgb(212, 222, 236);
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgb(255, 255, 255);
  overflow: hidden;
  padding: 0px;
  background: transparent;
  box-shadow: none;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.35);
}

/* Hero
   ========================================================== */

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.4;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 70px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin-top: 27px;
}

.browser-bar {
  height: 48px;
  padding: 0px 16px;
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.024);
}

.browser-dots {
  display: flex;
  gap: 6px;
}

.browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.floating-card-top {
  top: 72px;
  right: -32px;
}

.floating-card-bottom {
  left: -38px;
  bottom: 38px;
}

.floating-card div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.marketplace-screen {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 415px;
  overflow: hidden;
  background: rgb(17, 24, 39);
}

.marketplace-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 145px 0px 50px;
  background: radial-gradient(circle at 84% 8%, rgba(24, 119, 242, 0.14), transparent 30%), radial-gradient(circle at 10% 25%, rgba(66, 183, 42, 0.08), transparent 24%), linear-gradient(rgb(255, 255, 255) 0%, rgb(246, 249, 254) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-size: 52px 52px;
  background-image: linear-gradient(rgba(24, 119, 242, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 119, 242, 0.035) 1px, transparent 1px);
  mask-image: linear-gradient(rgb(0, 0, 0) 20%, transparent 88%);
}

.hero-glow-one {
  width: 260px;
  height: 260px;
  top: 100px;
  left: -180px;
  background: rgb(66, 183, 42);
  opacity: 0.11;
}

.hero-glow-two {
  width: 280px;
  height: 280px;
  right: -190px;
  bottom: 90px;
  background: rgb(24, 119, 242);
  opacity: 0.12;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 12px;
  border: 1px solid rgba(34, 197, 94, 0.24);
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0.025em;
  color: rgb(23, 100, 200);
  border-color: rgba(24, 119, 242, 0.16);
  background: rgb(237, 245, 255);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(24, 119, 242);
  box-shadow: rgba(24, 119, 242, 0.1) 0px 0px 0px 5px;
}

.hero h1 {
  max-width: 690px;
  margin: 24px 0px 20px;
  font-family: Manrope, sans-serif;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.052em;
  color: rgb(23, 32, 51);
}

.hero h1 span {
  color: rgb(24, 119, 242);
}

.hero-description {
  max-width: 625px;
  font-size: 18px;
  line-height: 1.72;
  margin: 0px;
  color: rgb(93, 107, 130);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgb(88, 102, 123);
}

.trust-icon {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  background: rgb(234, 248, 231);
  color: rgb(41, 155, 23);
}

.visual-card {
  border-radius: 26px;
  backdrop-filter: blur(18px);
  border: 1px solid rgb(217, 227, 240);
  background: rgb(255, 255, 255);
  box-shadow: rgba(31, 65, 114, 0.2) 0px 28px 80px;
}

.main-card {
  overflow: hidden;
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.browser-bar.light-browser {
  background: rgb(246, 248, 251);
  border-bottom: 1px solid rgb(228, 234, 242);
}

.browser-address {
  justify-self: center;
  width: min(250px, 100%);
  padding: 7px 14px;
  text-align: center;
  border-radius: 8px;
  font-size: 9px;
  color: rgb(135, 146, 164);
  background: rgb(233, 238, 245);
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border-radius: 15px;
  border: 1px solid rgb(220, 230, 242);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: rgba(31, 65, 114, 0.16) 0px 18px 45px;
}

.floating-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-weight: 800;
  background: rgb(233, 243, 255);
  color: rgb(24, 119, 242);
}

.floating-card strong {
  font-size: 11px;
  color: rgb(23, 32, 51);
}

.floating-card small {
  font-size: 9px;
  color: rgb(113, 128, 150);
}

.hero-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 72px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  border-color: rgb(225, 232, 241);
  background: rgb(225, 232, 241);
}

.video-highlight-section {
  padding: 72px 0px 96px;
  background: var(--light);
}

.video-highlight-shell {
  width: min(1080px, 100%);
  margin: 0px auto;
}

.video-highlight-player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 22px 65px rgba(31, 65, 114, 0.12);
}

.stat {
  padding: 21px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgb(255, 255, 255);
}

.stat strong {
  font-size: 14px;
  color: rgb(23, 32, 51);
}

.stat span {
  font-size: 11px;
  color: rgb(113, 128, 150);
}

.marketplace-mockup .marketplace-screen {
  min-height: 0px;
  aspect-ratio: 1369 / 941;
  background: rgb(240, 242, 245);
}

.marketplace-mockup .marketplace-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-visual {
  position: relative;
  min-width: 0px;
  isolation: isolate;
}

.hero-visual .floating-card {
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(231, 243, 255, 0.98), rgba(218, 236, 255, 0.98));
  border-color: rgba(24, 119, 242, 0.28);
  box-shadow: rgba(24, 119, 242, 0.18) 0px 18px 42px;
}

.hero-visual .floating-icon {
  background: rgb(24, 119, 242);
  color: rgb(255, 255, 255);
  box-shadow: rgba(24, 119, 242, 0.24) 0px 8px 18px;
}

.hero-visual .floating-card strong {
  color: rgb(23, 74, 134);
}

.hero-visual .floating-card small {
  color: rgb(82, 115, 154);
}

.hero-visual .floating-card-top {
  top: -20px;
  right: -28px;
  animation: 4.8s ease-in-out 0s infinite normal none running floatingCardTopMotion;
  will-change: transform;
}

.hero-visual .floating-card-bottom {
  left: -30px;
  bottom: 28px;
  animation: 5.4s ease-in-out 0.7s infinite normal none running floatingCardBottomMotion;
  will-change: transform;
}

/* Método e comparação
   ========================================================== */

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.comparison article {
  padding: 26px;
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(13, 29, 47, 0.07) 0px 18px 50px;
}

.comparison h3 {
  font-size: 21px;
}

.comparison ul {
  padding: 0px;
  margin: 22px 0px 0px;
  list-style: none;
}

.comparison li {
  position: relative;
  padding-left: 28px;
  margin: 13px 0px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.comparison li::before {
  content: "✓";
  position: absolute;
  left: 0px;
  color: var(--primary-dark);
  font-weight: 800;
}

.badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.badge.bad {
  background: rgb(254, 226, 226);
  color: rgb(185, 28, 28);
}

.badge.good {
  background: rgb(220, 252, 231);
  color: rgb(21, 128, 61);
}

.problem-section {
  position: relative;
  overflow: hidden;
}

.problem-section::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: url("../img/fundo-marketplace-enviado.png") center center / cover no-repeat;
  opacity: 0.1;
  filter: blur(2px);
  transform: scale(1.05);
  z-index: 0;
}

.problem-section > * {
  position: relative;
  z-index: 1;
}

.problem-section::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(255, 255, 255, 0.78);
  z-index: 0;
  pointer-events: none;
}

.problem-section .container {
  position: relative;
  z-index: 1;
}

/* Benefícios e cards
   ========================================================== */

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

.feature-card {
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgb(220, 230, 242);
  background: rgb(255, 255, 255);
  box-shadow: rgba(31, 65, 114, 0.07) 0px 16px 42px;
}

.feature-card > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-weight: 800;
  background: rgb(232, 242, 255);
  color: rgb(24, 119, 242);
}

.feature-card h3 {
  font-size: 20px;
  margin: 24px 0px 10px;
  color: rgb(23, 32, 51);
}

.feature-card p {
  line-height: 1.65;
  margin: 0px;
  color: rgb(101, 115, 138);
}

.feature-card > span.module-label {
  width: auto;
  padding: 0px 12px;
  white-space: nowrap;
}

/* Área de membros
   ========================================================== */

.platform-section {
  background: rgb(247, 249, 252);
}

.platform-grid {
  color: rgb(23, 32, 51);
}

.platform-grid .section-copy p {
  color: rgb(93, 107, 130);
}

.platform-grid .check-list li {
  color: rgb(93, 107, 130);
}

.platform-preview {
  border: 1px solid var(--line);
  border-radius: 28px;
  border-color: rgb(220, 229, 239);
  background: rgb(255, 255, 255);
  box-shadow: rgba(31, 65, 114, 0.1) 0px 20px 60px;
  padding: 12px;
  overflow: hidden;
}

.platform-screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.platform-kicker-mobile {
  display: none;
}

/* Carrossel de módulos
   ========================================================== */

.module-showcase {
  overflow: hidden;
}

.module-showcase-shell {
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 30px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(31, 65, 114, 0.09) 0px 22px 65px;
}

.module-showcase-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.module-showcase-heading {
  max-width: 750px;
}

.module-showcase-heading h2 {
  font-family: Manrope, sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 10px 0px 12px;
  color: var(--ink);
}

.module-showcase-heading p {
  margin: 0px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.module-carousel-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.module-carousel-count {
  margin-right: 6px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.module-carousel-count strong {
  color: var(--primary-dark);
  font-size: 18px;
}

.module-carousel-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgb(215, 227, 243);
  border-radius: 13px;
  background: rgb(255, 255, 255);
  color: rgb(20, 103, 216);
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.module-carousel-button:hover {
  transform: translateY(-2px);
  border-color: rgb(158, 198, 255);
  box-shadow: rgba(24, 119, 242, 0.13) 0px 9px 22px;
}

.module-carousel {
  overflow: hidden;
}

.module-carousel-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 2px 2px 10px;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.module-carousel-track::-webkit-scrollbar {
  display: none;
}

.module-showcase-card {
  flex: 0 0 292px;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgb(220, 229, 239);
  border-radius: 22px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(31, 65, 114, 0.08) 0px 15px 38px;
}

.module-showcase-card img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: rgb(8, 45, 101);
}

.module-showcase-copy {
  padding: 20px;
}

.module-showcase-copy > span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgb(232, 241, 255);
  color: rgb(20, 103, 216);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.module-showcase-copy h3 {
  margin: 13px 0px 9px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
}

.module-showcase-copy p {
  margin: 0px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

/* Checkout e oferta
   ========================================================== */

.offer-copy h2 {
  font-family: Manrope, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 12px 0px 18px;
}

.offer-copy p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 70px;
  align-items: center;
}

.pricing-card h3 {
  font-size: 32px;
  margin: 12px 0px 8px;
}

.price strong {
  font-size: 44px;
  letter-spacing: -0.04em;
  margin: 5px 0px;
}

.offer-section {
  background: linear-gradient(135deg, rgb(23, 111, 224), rgb(13, 86, 181));
}

.pricing-card {
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  box-shadow: var(--shadow);
  background: rgb(255, 255, 255);
  color: rgb(23, 32, 51);
  border-color: rgba(255, 255, 255, 0.5);
}

.pricing-top {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgb(23, 100, 200);
}

.pricing-note {
  line-height: 1.5;
  color: rgb(104, 118, 140);
}

.secure-note {
  line-height: 1.5;
  text-align: center;
  margin: 16px 0px 12px;
  font-size: 12px;
  color: rgb(104, 118, 140);
}

.legal-note {
  line-height: 1.5;
  display: block;
  text-align: center;
  font-size: 10px;
  color: rgb(104, 118, 140);
}

.price small {
  color: rgb(104, 118, 140);
}

.price span {
  color: rgb(104, 118, 140);
}

.price {
  display: flex;
  flex-direction: column;
  padding: 25px 0px;
  margin: 24px 0px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-color: rgb(226, 232, 240);
}

.offer-copy .check-list li {
  color: rgb(238, 245, 255);
}

.offer-copy .check-list li::before {
  color: rgb(186, 241, 173);
}

.offer-section .offer-copy .kicker {
  color: rgb(255, 255, 255);
}

.offer-section .offer-copy > p {
  color: rgb(255, 255, 255);
}

/* FAQ
   ========================================================== */

.faq-layout h2 {
  font-family: Manrope, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 12px 0px 18px;
}

.faq details {
  border: 1px solid var(--line-dark);
  background: rgb(255, 255, 255);
  border-radius: 18px;
  margin-bottom: 13px;
  overflow: hidden;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary b {
  margin-left: auto;
  font-size: 24px;
  color: var(--primary-dark);
}

.faq-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 60px;
  align-items: start;
}

.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  font-weight: 700;
}

.faq details p {
  padding: 0px 22px 22px 80px;
  color: var(--ink-soft);
  line-height: 1.65;
  padding-left: 22px;
}

/* Chamada final
   ========================================================== */

.final-cta {
  padding: 0px 0px 90px;
  background: var(--light);
  color: var(--ink);
}

.final-cta h2 {
  font-family: Manrope, sans-serif;
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 8px 0px 0px;
  font-size: 34px;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px 46px;
  border-radius: 28px;
  color: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgb(24, 119, 242), rgb(15, 95, 196));
}

.final-cta span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgb(220, 236, 255);
}

/* Rodapé
   ========================================================== */

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer {
  padding: 70px 0px 24px;
  background: rgb(16, 32, 57);
}

.footer-grid p {
  max-width: 420px;
  line-height: 1.6;
  color: rgb(174, 187, 208);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgb(147, 164, 188);
}

/* Utilitários e componentes
   ========================================================== */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 0px 18px;
}

.button-wide {
  width: 100%;
}

.profile-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(79, 110, 145), rgb(36, 60, 89));
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 120px);
  padding: 14px 18px;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  color: rgb(17, 24, 39);
  box-shadow: var(--shadow);
  z-index: 100;
  transition: 0.25s;
}

.toast.show {
  transform: translate(-50%, 0px);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.button-primary {
  background: linear-gradient(135deg, rgb(24, 119, 242), rgb(75, 146, 239));
  color: rgb(255, 255, 255);
  box-shadow: rgba(24, 119, 242, 0.24) 0px 14px 32px;
}

.button-outline {
  border: 1px solid rgba(24, 119, 242, 0.22);
  background: rgb(245, 249, 255);
  color: rgb(23, 100, 200);
}

.button-ghost {
  border: 1px solid rgb(223, 231, 242);
  background: rgb(255, 255, 255);
  color: rgb(49, 64, 90);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgb(72, 239, 104), rgb(24, 189, 66));
  box-shadow: rgba(20, 157, 57, 0.32) 0px 13px 30px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float svg {
  width: 39px;
  height: 39px;
  fill: rgb(255, 255, 255);
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: rgba(20, 157, 57, 0.4) 0px 17px 34px;
}

.whatsapp-float:focus-visible {
  outline: rgb(255, 255, 255) solid 3px;
  box-shadow: rgba(37, 211, 102, 0.55) 0px 0px 0px 6px, rgba(20, 157, 57, 0.4) 0px 17px 34px;
}

/* Animações
   ========================================================== */

@keyframes floatingCardTopMotion { 
  0%, 100% { transform: translate3d(0px, 0px, 0px) rotate(0deg); }
  50% { transform: translate3d(0px, -12px, 0px) rotate(0.6deg); }
}

@keyframes floatingCardBottomMotion {
  0%, 100% { transform: translate3d(0px, 0px, 0px) rotate(0deg); }
  50% { transform: translate3d(0px, 10px, 0px) rotate(-0.6deg); }
}

@keyframes heroMobileReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Responsividade
   ========================================================== */

@media (max-width: 767px) {
  .problem-section {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  .hero-visual .floating-card-top {
    right: 10px;
    top: -28px;
  }

  .hero-visual .floating-card-bottom {
    left: 10px;
    bottom: 18px;
  }
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

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

  .two-columns {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    text-align: center;
  }

  .hero h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-trust {
    justify-content: center;
  }

  .hero-visual {
    width: min(720px, 100%);
    margin: 0px auto;
  }

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

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .main-nav.open {
    position: absolute;
    top: 82px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
    background: rgba(255, 255, 255, 0.98);
    border-color: rgb(224, 231, 240);
  }

  .main-nav.open a {
    padding: 14px 12px;
    color: rgb(53, 66, 88);
  }

  .main-card {
    transform: none;
  }
}

@media (max-width: 760px) {
  .module-showcase-shell {
    padding: 20px;
  }

  .module-showcase-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .module-carousel-controls {
    width: 100%;
    justify-content: flex-end;
  }

  .module-showcase-card {
    flex-basis: min(82vw, 292px);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 72px;
  }

  .site-header {
    position: relative;
  }

  .brand-copy small {
    display: none;
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .hero-description {
    font-size: 16px;
  }

  /*
   * Ordem do Hero no mobile:
   * título, subtítulo, imagem, ações e benefícios.
   * display: contents permite intercalar a imagem sem alterar o HTML.
   */
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .hero-content {
    display: contents;
  }

  .hero-content.reveal > * {
    animation: heroMobileReveal 0.6s ease both;
  }

  .hero-content .eyebrow {
    display: none;
    order: 1;
    justify-self: center;
  }

  .hero-content h1 {
    order: 2;
  }

  .hero-content .hero-description {
    order: 3;
  }

  .hero-visual {
    order: 4;
    margin-top: 20px;
  }

  .hero-actions {
    order: 5;
    flex-direction: column;
  }

  .hero-actions > .video-highlight-section {
    flex: 0 0 auto;
    width: 100vw;
    margin: -13px calc(50% - 50vw);
  }

  .hero-actions > .video-highlight-section .video-highlight-shell {
    width: min(100% - 28px, 1080px);
  }

  .button {
    width: 100%;
  }

  .hero-trust {
    order: 6;
    flex-direction: column;
    align-items: center;
    gap: 11px;
  }

  .browser-bar {
    grid-template-columns: 45px 1fr 20px;
  }

  .floating-card-bottom {
    left: 8px;
    bottom: -34px;
  }

  .stat {
    flex-direction: column;
    gap: 4px;
  }

  .section {
    padding: 76px 0px;
  }

  .comparison {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .section-copy h2 {
    font-size: 36px;
  }

  .offer-copy h2 {
    font-size: 36px;
  }

  .faq-layout h2 {
    font-size: 36px;
  }

  .offer-grid {
    gap: 36px;
  }

  .pricing-card {
    padding: 26px;
  }

  .price strong {
    font-size: 38px;
  }

  .final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .marketplace-screen {
    min-height: 250px;
    aspect-ratio: 16 / 10;
  }

  .marketplace-screen img {
    object-position: center top;
  }

  .floating-card-top {
    right: 8px;
    top: -25px;
  }

  .hero {
    padding: 40px 0px 32px;
  }

  .marketplace-mockup .marketplace-screen {
    aspect-ratio: 4 / 3;
    min-height: 0px;
  }

  .platform-screenshot {
    border-radius: 14px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
    border-radius: 17px;
  }

  .whatsapp-float svg {
    width: 35px;
    height: 35px;
  }

  .platform-section {
    padding-top: 52px;
  }

  .platform-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    align-items: start;
  }

  .platform-kicker-mobile {
    display: inline-flex;
    grid-area: 1 / 1;
    justify-self: start;
    margin: 0px 0px 12px;
  }

  .platform-preview {
    padding: 7px;
    grid-area: 2 / 1;
    width: 100%;
    margin: 0px 0px 22px;
  }

  .platform-grid .section-copy {
    grid-area: 3 / 1;
    display: block;
    opacity: 1;
    transform: none;
  }

  .platform-kicker-desktop {
    display: none;
  }

  .platform-grid .section-copy h2 {
    margin: 0px 0px 18px;
  }

  .platform-grid .section-copy p {
    margin-top: 0px;
  }

  .hero-visual {
    position: relative;
    isolation: isolate;
    overflow: visible;
  }

  .hero-visual .main-card {
    position: relative;
    z-index: 1;
  }

  .hero-visual .floating-card {
    position: absolute;
    display: flex;
    z-index: 20;
    width: auto;
    max-width: 76%;
    margin: 0px;
    padding: 10px 12px;
    gap: 9px;
    border-radius: 14px;
    pointer-events: none;
  }

  .hero-visual .floating-card-top {
    will-change: transform;
    inset: 56% -2px auto auto;
    animation: 4.8s ease-in-out 0s infinite normal none running floatingCardTopMotion;
  }

  .hero-visual .floating-card-bottom {
    will-change: transform;
    inset: 76% auto auto -2px;
    animation: 5.4s ease-in-out 0.7s infinite normal none running floatingCardBottomMotion;
  }

  .hero-visual .floating-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }

  .hero-visual .floating-card strong {
    font-size: 10px;
    line-height: 1.2;
  }

  .hero-visual .floating-card small {
    font-size: 8px;
    line-height: 1.25;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .video-highlight-section {
    padding: 40px 0px 56px;
  }

  .video-highlight-player {
    border-radius: 18px;
  }
}


@media (max-width: 980px) {
  .hero-chat-background {
    background-position: 39% center;
    opacity: 0.25;
  }
}

@media (max-width: 680px) {
  .hero-chat-background {
    inset: -3%;
    background-position: 36% center;
    opacity: 0.22;
    filter: grayscale(0.18) saturate(0.68) contrast(0.9) brightness(1.2) blur(1px);
  }

  .hero-chat-vignette {
    background:
      linear-gradient(90deg, rgba(241, 248, 255, 0.38) 0%, rgba(243, 249, 255, 0.58) 50%, rgba(236, 246, 255, 0.82) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(214, 230, 249, 0.28));
  }

  .hero-person-image {
    object-position: 53% bottom;
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-visual .floating-card-top {
    animation: auto ease 0s 1 normal none running none;
    transform: none;
  }

  .hero-visual .floating-card-bottom {
    animation: auto ease 0s 1 normal none running none;
    transform: none;
  }
}

@media (max-width: 680px) and (prefers-reduced-motion: reduce) {
  .hero-content.reveal > * {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-visual .floating-card-top {
    animation: auto ease 0s 1 normal none running none;
    transform: none;
  }

  .hero-visual .floating-card-bottom {
    animation: auto ease 0s 1 normal none running none;
    transform: none;
  }
}


/* Hero profissional com pessoa — versão 64
   ========================================================== */
.hero-professional-visual {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero-person-stage {
  position: relative;
  isolation: isolate;
  width: min(700px, 114%);
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(159, 190, 226, 0.95);
  border-radius: 34px;
  background: #dce9f7;
  box-shadow:
    0 36px 92px rgba(31, 65, 114, 0.22),
    0 10px 28px rgba(31, 65, 114, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: perspective(1200px) rotateY(-2deg) rotateX(0.5deg);
}

.hero-chat-background {
  position: absolute;
  z-index: 0;
  inset: -1.5%;
  background-image: url("../img/marketplace-fundo-exato.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.96;
  filter: saturate(0.88) contrast(1.02) brightness(0.82) blur(0.15px);
  transform: scale(1.025);
  pointer-events: none;
}

.hero-chat-vignette {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(236, 246, 255, 0.10) 0%,
      rgba(236, 246, 255, 0.03) 34%,
      rgba(222, 238, 255, 0.08) 68%,
      rgba(205, 226, 249, 0.18) 100%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0.00) 54%,
      rgba(62, 108, 161, 0.14) 100%),
    radial-gradient(circle at 69% 39%, rgba(237, 247, 255, 0.08), transparent 44%);
  pointer-events: none;
}

.hero-person-glow {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: -2%;
  width: 82%;
  height: 104%;
  border-radius: 48% 52% 44% 56% / 42% 46% 54% 58%;
  background:
    radial-gradient(ellipse at 62% 47%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.20) 31%, rgba(255, 255, 255, 0.07) 49%, transparent 69%);
  filter: blur(18px);
  transform: translateX(4%);
  opacity: 0.84;
  animation: heroPersonGlowPulse 4.8s ease-in-out infinite;
  will-change: transform, opacity;
  pointer-events: none;
}

@keyframes heroPersonFloatingMotion {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  32% {
    transform: translate3d(0, -8px, 0) rotate(-0.22deg);
  }
  68% {
    transform: translate3d(3px, -3px, 0) rotate(0.16deg);
  }
}

@keyframes heroPersonGlowPulse {
  0%, 100% {
    opacity: 0.78;
    transform: translateX(4%) scale(0.98);
  }
  50% {
    opacity: 1;
    transform: translateX(4%) scale(1.04);
  }
}

.hero-person-motion {
  position: absolute;
  z-index: 3;
  inset: 0;
  transform-origin: 64% 82%;
  animation: heroPersonFloatingMotion 5.6s ease-in-out infinite;
  will-change: transform;
  pointer-events: none;
}

.hero-person-stage::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: auto 8% -17% 8%;
  height: 32%;
  border-radius: 50%;
  background: rgba(20, 92, 181, 0.18);
  filter: blur(52px);
  pointer-events: none;
}

.hero-person-image {
  position: absolute;
  z-index: 1;
  inset: auto -1.5% -0.5% auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(4.5%) scale(1.03);
  filter:
    drop-shadow(0 0 5px rgba(255, 255, 255, 0.44))
    drop-shadow(0 0 14px rgba(255, 255, 255, 0.25))
    drop-shadow(0 27px 40px rgba(16, 35, 62, 0.34));
}

@media (min-width: 981px) {
  .hero-grid {
    grid-template-columns: 0.94fr 1.06fr;
    gap: 56px;
  }

  .hero-professional-visual {
    margin-right: -46px;
  }
}

@media (max-width: 1180px) {
  .hero-professional-visual { margin-right: 0; }
  .hero-person-stage { width: 100%; }
}

@media (max-width: 980px) {
  .hero-professional-visual {
    min-height: auto;
    width: min(760px, 100%);
  }
  .hero-person-stage {
    border-radius: 28px;
    transform: none;
  }
}

@media (max-width: 680px) {
  .hero-professional-visual {
    width: 100%;
    margin-top: 24px;
    padding-bottom: 0;
  }
  .hero-person-stage {
    width: calc(100% + 4px);
    aspect-ratio: 1 / 1;
    border-radius: 24px;
  }
  .hero-chat-background {
    background-position: center center;
    opacity: 0.95;
    filter: saturate(0.86) contrast(1.01) brightness(0.82) blur(0.20px);
  }
  .hero-chat-vignette {
    background:
      linear-gradient(90deg, rgba(225,239,252,0.05), rgba(214,232,250,0.02) 48%, rgba(186,214,244,0.12)),
      linear-gradient(180deg, rgba(255,255,255,0.01), rgba(37,78,126,0.18));
  }
  .hero-person-glow {
    right: -4%;
    bottom: -3%;
    width: 96%;
    height: 108%;
    filter: blur(14px);
  }
  .hero-person-image {
    inset: auto -10% -1% auto;
    width: 118%;
    height: 118%;
    object-position: 58% bottom;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-result-card-top,
  .hero-result-card-bottom,
  .hero-person-motion,
  .hero-person-glow { animation: none; }
}
