/* =============================================================================
   Landing /criar-site-sistema-profissional — alta conversão (Google Ads)
   Dark SaaS · Inter + Montserrat · gradiente roxo/azul · CTAs alta visibilidade
   ============================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #0b0c14;
  width: 100%;
  overflow-x: hidden;
}

body.lads-page {
  margin: 0;
  min-height: 100vh;
  background: #0b0c14;
  width: 100%;
  overflow-x: hidden;
  color: #e8e8ed;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.lads-h1,
.lads-h2,
.lads-cta-h2,
.lads-form-card-title,
.lads-footer-heading,
.lads-ds-title,
.lads-sol-h3,
.lads-case-h3,
.lads-author-h3,
.lads-step-h3,
.lads-benefit-h3,
.lads-stat-num {
  font-family: "Montserrat", "Inter", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

/* --- tokens --- */
.lads-page {
  --lads-bg: #0b0c14;
  --lads-elev: #11131f;
  --lads-card: rgba(17, 19, 31, 0.85);
  --lads-border: rgba(255, 255, 255, 0.08);
  --lads-grn: #22c55e;
  --lads-grn-hi: #4ade80;
  --lads-grn-dim: rgba(34, 197, 94, 0.15);
  --lads-blu: #3b82f6;
  --lads-purple: #7c3aed;
  --lads-purple-hi: #a78bfa;
  --lads-ink: #94a3b8;
  --lads-grad-1: linear-gradient(135deg, #7c3aed 0%, #6366f1 50%, #2563eb 100%);
  --lads-grad-2: linear-gradient(90deg, #7c3aed, #2563eb);
  --lads-mesh-1: rgba(124, 58, 237, 0.35);
  --lads-mesh-2: rgba(37, 99, 235, 0.25);
  padding-bottom: 5.5rem;
}

@media (min-width: 900px) {
  .lads-page {
    padding-bottom: 0;
  }
}

/* layout */
.wrap {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* header (não fixo — rola com a página) */
.lads-header {
  position: relative;
  z-index: 5;
  background: #0b0c14;
  border-bottom: 1px solid var(--lads-border);
  width: 100%;
}

.lads-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.4rem 0;
  min-height: 0;
}

.lads-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  height: 100px;
}

.lads-logo-img {

  object-fit: contain;
  object-position: left center;
  opacity: 1;
  filter: none;
}

@media (min-width: 640px) {
  .lads-logo-img {
    max-width: min(320px, 38vw);
  }
}

.lads-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lads-wa-link {
  font-size: 0.82rem;
  color: var(--lads-ink);
  text-decoration: none;
  font-weight: 500;
  padding: 0.25rem 0.35rem;
}

.lads-wa-link:hover {
  color: #4ade80;
}

.lads-header-cta {
  display: none;
}

.lads-header .lads-btn-cta {
  font-size: 0.72rem;
  padding: 0.5rem 0.85rem;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 22px rgba(99, 102, 241, 0.4);
}

@media (max-width: 899px) {
  .lads-header {
    position: sticky;
    top: 0;
    background: rgba(11, 12, 20, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .lads-header-inner {
    padding: 0.45rem 0;
    gap: 0.6rem;
  }

  .lads-logo {
    height: 90px;
    position: relative;
    z-index: 1;
    max-width: 62vw;
    overflow: hidden;
    contain: paint;
  }

  .lads-logo-img {
    height: 45px;
    max-height: 45px;
    width: auto;
    transform: scale(3);
    transform-origin: left center;
  }

  .lads-header-actions {
    flex-wrap: nowrap;
    gap: 0.5rem;
    position: relative;
    z-index: 2;
  }

  .lads-wa-link {
    font-size: 0.78rem;
    padding: 0.45rem 0.6rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
    white-space: nowrap;
  }

  .lads-wa-link:hover {
    color: #4ade80;
    border-color: rgba(74, 222, 128, 0.35);
  }

  .lads-header-cta {
    display: inline-flex;
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .lads-logo {
    height: 78px;
    max-width: 70vw;
  }

  .lads-logo-img {
    height: 26px;
    max-height: 26px;
    transform: scale(3);
  }

  .lads-wa-link {
    display: none;
  }
}

/* buttons */
.lads-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  padding: 0.8rem 1.35rem;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s, background 0.2s, border-color 0.2s;
  will-change: auto;
}

.lads-btn-block {
  width: 100%;
}

.lads-btn-lg {
  padding: 1rem 1.5rem;
  min-height: 52px;
  width: 100%;
}

.lads-btn-cta {
  background: linear-gradient(135deg, #7c3aed 0%, #6366f1 50%, #2563eb 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 32px rgba(99, 102, 241, 0.4), 0 0 40px rgba(124, 58, 237, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lads-btn-cta:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(99, 102, 241, 0.5), 0 0 50px rgba(124, 58, 237, 0.3);
  color: #ffffff;
}

.lads-btn-gold {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 55%, #d97706 100%);
  color: #0b1020;
  border-color: rgba(250, 204, 21, 0.35);
  box-shadow: 0 10px 46px rgba(245, 158, 11, 0.25), 0 0 0 1px rgba(250, 204, 21, 0.22);
}

.lads-btn-gold:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 14px 54px rgba(245, 158, 11, 0.3), 0 0 0 1px rgba(250, 204, 21, 0.28);
  color: #0b1020;
}

.lads-offer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.lads-offer-cta-lock {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.lads-offer-cta-prices {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-left: 0.6rem;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.lads-offer-cta-from {
  opacity: 0.78;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(11, 16, 32, 0.45);
}

.lads-offer-cta-to {
  background: rgba(11, 16, 32, 0.16);
  border: 1px solid rgba(11, 16, 32, 0.14);
  padding: 0.08rem 0.5rem;
  border-radius: 999px;
}

.lads-btn-secondary {
  background: rgba(59, 130, 246, 0.12);
  color: #93c5fd;
  border: 1px solid rgba(59, 130, 246, 0.35);
}

.lads-btn-secondary:hover {
  background: rgba(59, 130, 246, 0.2);
  color: #bfdbfe;
  border-color: rgba(59, 130, 246, 0.55);
}

.lads-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.lads-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(167, 139, 250, 0.45);
  color: #fff;
}

.lads-form-wa-fallback {
  display: block;
  text-align: center;
  margin-top: 0.85rem;
  font-size: 0.88rem;
  color: var(--lads-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lads-form-wa-fallback:hover {
  color: #a78bfa;
}

/* hero */
.lads-hero {
  position: relative;
  padding: 2.5rem 0 3.25rem;
  overflow: hidden;
  contain: layout style paint;
}

.lads-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--lads-bg);
  pointer-events: none;
}

/* Imagem a cobrir o hero, opacidade baixa (só ambiente) */
.lads-hero-bg-dash {
     position: absolute;
    inset: 0;
    z-index: 1;
    background-color: transparent;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
}

/* Véu escuro + leitura sobre gradiente roxo/azul */
.lads-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    165deg,
    rgba(8, 10, 28, 0.92) 0%,
    rgba(15, 12, 40, 0.75) 42%,
    rgba(11, 12, 22, 0.9) 100%
  );
  pointer-events: none;
}

.lads-hero-grad-mesh {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(ellipse 85% 65% at 15% 12%, var(--lads-mesh-1), transparent 52%),
    radial-gradient(ellipse 75% 55% at 100% 20%, var(--lads-mesh-2), transparent 48%),
    radial-gradient(ellipse 60% 45% at 50% 105%, rgba(124, 58, 237, 0.35), transparent 58%);
  pointer-events: none;
}

.lads-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 3;
  opacity: 0.55;
}
.lads-hero-glow--1 {
  width: min(420px, 70vw);
  height: min(420px, 70vw);
  top: -12%;
  right: -8%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.65) 0%, transparent 70%);
}
.lads-hero-glow--2 {
  width: min(340px, 55vw);
  height: min(340px, 55vw);
  bottom: 5%;
  left: -10%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.55) 0%, transparent 72%);
}

.lads-hero-wrap {
  position: relative;
  z-index: 4;
}

.lads-hero-content {
  max-width: 44rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.lads-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #67e8f9;
  font-weight: 700;
  margin: 0 0 1rem;
}

.lads-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 12px #4ade80;
  animation: lads-pulse 2s ease-in-out infinite;
}

@keyframes lads-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

.lads-h1 {
  font-size: clamp(1.6rem, 4.2vw, 2.6rem);
  line-height: 1.12;
  font-weight: 800;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
  color: #f1f5f9;
}

.lads-h1--hero {
  font-size: clamp(1.65rem, 4.5vw, 2.75rem);
  max-width: none;
  text-wrap: balance;
}

.lads-hero-sub {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  color: #a5b4fc;
  margin: 0 0 1.5rem;
  line-height: 1.55;
  font-weight: 500;
}

.lads-hero-checklist {
  list-style: none;
  margin: 0 auto 1.75rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  max-width: 26rem;
  text-align: left;
}

@media (min-width: 520px) {
  .lads-hero-checklist {
    grid-template-columns: 1fr 1fr;
    max-width: 36rem;
  }
}

@media (min-width: 1024px) {
  .lads-hero-checklist {
    max-width: none;
  }
}

.lads-hero-checklist li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #e2e8f0;
}

.lads-check-ico {
  flex-shrink: 0;
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.35), rgba(37, 99, 235, 0.25));
  border: 1px solid rgba(167, 139, 250, 0.4);
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.25);
}
.lads-check-ico::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a78bfa, #6366f1);
  opacity: 0.85;
}
.lads-check-ico::before {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 900;
  color: #0b0c14;
  z-index: 1;
}

.lads-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.85rem;
}

.lads-hero-ctas .lads-btn-cta {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 38px rgba(99, 102, 241, 0.55), 0 0 54px rgba(124, 58, 237, 0.28);
  animation: lads-cta-pulse 2.6s ease-in-out infinite;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.lads-hero .lads-hero-ctas .lads-btn-cta::before {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  width: 40%;
  left: -60%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.06) 35%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(255, 255, 255, 0.06) 65%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: lads-cta-sheen 3.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes lads-cta-sheen {
  0% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  40% {
    transform: translateX(310%) skewX(-18deg);
    opacity: 0;
  }
  100% {
    transform: translateX(310%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes lads-cta-pulse {
  0%,
  100% {
    filter: brightness(1);
    will-change: auto;
  }
  50% {
    filter: brightness(1.08);
    will-change: filter;
  }
}

.lads-hero-secondary-link {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(203, 213, 225, 0.82);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.lads-hero-secondary-link:hover {
  color: #e2e8f0;
}

@media (prefers-reduced-motion: reduce) {
  .lads-hero .lads-hero-ctas .lads-btn-cta {
    animation: none;
  }
  .lads-hero .lads-hero-ctas .lads-btn-cta::before {
    animation: none;
    display: none;
  }
}

.lads-hero-ctas .lads-btn-cta,
.lads-hero-ctas .lads-btn-ghost {
  min-height: 52px;
}

.lads-hero-ctas .lads-btn-cta {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.lads-text-grad {
  background: var(--lads-grad-1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.lads-text-accent {
  color: #4ade80;
  font-weight: 800;
}

.lads-seo-term {
  color: #e2e8f0;
  font-weight: 500;
}

.lads-lead {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #94a3b8;
  margin: 0 0 1.35rem;
  max-width: 36rem;
}

.lads-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}

.lads-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--lads-border);
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.04);
}

.lads-badge--grn {
  border-color: rgba(74, 222, 128, 0.4);
  color: #4ade80;
  background: var(--lads-grn-dim);
}
.lads-badge--blu {
  border-color: rgba(59, 130, 246, 0.45);
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.1);
}
.lads-badge--prp {
  border-color: rgba(167, 139, 250, 0.4);
  color: #c4b5fd;
  background: rgba(139, 92, 246, 0.12);
}

.lads-hero-ctas--sub {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
.lads-hero-ctas--sub .lads-btn {
  min-height: 48px;
}

.lads-wa-hint {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0.75rem auto 0;
  max-width: 32rem;
  line-height: 1.55;
  text-align: center;
}

.lads-inline-link {
  color: #38bdf8;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lads-inline-link:hover {
  color: #7dd3fc;
}

/* form card */

#lads-form {
  scroll-margin-top: 7.5rem;
}

.lads-form-card {
  position: relative;
  padding: 3.5rem 1.5rem;
  border-radius: 40px;
  background: linear-gradient(165deg, rgba(18, 20, 32, 0.98) 0%, rgba(11, 12, 20, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  max-width: 48rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .lads-form-card {
    padding: 5rem 5rem;
    border-radius: 56px;
  }
}

.lads-form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.4), rgba(59, 130, 246, 0.2), rgba(168, 85, 247, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.8;
}

.lads-form-card::after {
  content: "";
  position: absolute;
  top: -10%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12), transparent 70%);
  pointer-events: none;
  filter: blur(60px);
  z-index: -1;
}

.lads-form-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a78bfa;
  font-weight: 800;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.lads-form-kicker::before,
.lads-form-kicker::after {
  content: "";
  width: 15px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.lads-form-card-title {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 800;
  margin: 0 0 1rem;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
}

.lads-form-card-sub {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: #94a3b8;
  line-height: 1.6;
  margin: 0 auto 3.5rem;
  text-align: center;
  max-width: 32rem;
}

.lads-fg {
  margin-bottom: 2rem;
}

.lads-fg label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.lads-req {
  color: #f472b6;
  margin-left: 2px;
}
.lads-fg input,
.lads-fg select,
.lads-fg textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem 1.5rem;
  font-size: 1.05rem;
  font-family: inherit;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 14, 0.4);
  color: #f1f5f9;
  min-height: 64px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.lads-fg textarea {
  min-height: 160px;
  resize: vertical;
  line-height: 1.6;
}
.lads-fg input::placeholder,
.lads-fg textarea::placeholder {
  color: #475569;
}
.lads-fg input:focus,
.lads-fg select:focus,
.lads-fg textarea:focus {
  outline: none;
  border-color: #7c3aed;
  background: rgba(8, 9, 14, 0.8);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12), 0 10px 20px -5px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.lads-form-error {
  color: #f87171;
  font-size: 0.86rem;
  margin: 0 0 0.5rem;
  text-align: center;
}

.lads-attn {
  border-color: rgba(248, 113, 113, 0.95) !important;
  box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.14), 0 10px 22px -10px rgba(0, 0, 0, 0.55) !important;
  animation: ladsShake 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lads-attn-msg {
  animation: ladsPop 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ladsShake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

@keyframes ladsPop {
  0% { transform: translateY(4px); opacity: 0.65; }
  100% { transform: translateY(0); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .lads-attn,
  .lads-attn-msg {
    animation: none !important;
  }
}

.lads-form-success {
  text-align: center;
  padding: 1.5rem 0.5rem 0.25rem;
}
.lads-form-success-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #021208;
  background: var(--lads-grad-2);
  border-radius: 50%;
  font-weight: 800;
}
.lads-form-success-t {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f1f5f9;
  margin: 0;
  line-height: 1.45;
}
.lads-form-success-s {
  margin: 0.6rem 0 0;
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.5;
}

/* stats */
.lads-stats {
  position: relative;
  padding: 4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.05), transparent 70%), #0b0c14;
}

/* Faixa de métricas: 3 blocos igualmente distribuídos */
.lads-stats-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: center;
  justify-items: center;
  align-items: start;
}

@media (min-width: 640px) {
  .lads-stats-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.lads-stat {
  width: 100%;
  padding: 2rem 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.03);
  transition: all 0.3s ease;
}

.lads-stat:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(167, 139, 250, 0.2);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.lads-stat-num {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
}

.lads-stat-lbl {
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.4;
  margin-top: 0.5rem;
  font-weight: 500;
}

.lads-trust {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--lads-border);
  overflow: hidden;
}
.lads-trust-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  opacity: 0.6;
}
.lads-trust-pill {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b;
  border: 1px solid #334155;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
}

.lads-section--trust-human {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.lads-trust-card {
  padding: 3rem 1.5rem;
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
  border-radius: 32px;
  background: linear-gradient(165deg, rgba(17, 19, 31, 0.6), rgba(11, 12, 20, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
@media (min-width: 768px) {
  .lads-trust-card {
    padding: 4.5rem 4rem;
    border-radius: 48px;
  }
}
.lads-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(124, 58, 237, 0.12), transparent 60%);
  pointer-events: none;
}
.lads-trust-content {
  position: relative;
  z-index: 2;
}
.lads-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.25rem;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 99px;
  margin-top: 1.5rem;
  transition: transform 0.2s ease, border-color 0.2s;
}
.lads-trust-badge:hover {
  transform: scale(1.02);
  border-color: rgba(34, 197, 94, 0.4);
}
.lads-trust-ico {
  color: #4ade80;
  font-weight: 900;
  font-size: 1.1rem;
}
.lads-trust-tag {
  font-size: 0.95rem;
  color: #f1f5f9;
  font-weight: 500;
}
.lads-trust-tag strong {
  color: #4ade80;
  font-weight: 700;
}

/* sections */
.lads-section {
  padding: 3.25rem 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

/* 1.5 BLOCO DE IMPACTO */
.lads-section--impact {
  padding: 4rem 0 5rem;
}
@media (min-width: 768px) {
  .lads-section--impact {
    padding: 6rem 0 8rem;
  }
}
.lads-impact-card {
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 32px;
  background: radial-gradient(circle at top left, rgba(124, 58, 237, 0.25), transparent 50%),
              radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.2), transparent 50%),
              rgba(17, 19, 31, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  backdrop-filter: blur(20px);
}
@media (min-width: 768px) {
  .lads-impact-card {
    padding: 5rem 4rem;
    border-radius: 48px;
  }
}
.lads-impact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
}
.lads-impact-card::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.15), transparent 70%);
  pointer-events: none;
  filter: blur(60px);
}
.lads-impact-card .lads-h2 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  max-width: 52rem;
  margin: 0 auto 1.5rem;
  line-height: 1.1;
}
.lads-impact-card .lads-intro {
  font-size: 1.25rem;
  color: #a5b4fc;
  font-weight: 600;
  max-width: 36rem;
  margin: 0 auto;
}

/* 6. QUEBRA DE OBJEÇÃO (FAQ) */
.lads-section--faq {
  padding: 4rem 0 5rem;
}
@media (min-width: 768px) {
  .lads-section--faq {
    padding: 6rem 0 8rem;
  }
}
.lads-faq-box {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 1.5rem;
  background: linear-gradient(165deg, rgba(30, 32, 50, 0.95), rgba(11, 12, 20, 0.85));
  border: 1px solid rgba(167, 139, 250, 0.25);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(25px);
}
@media (min-width: 768px) {
  .lads-faq-box {
    padding: 5rem 2.5rem;
    border-radius: 48px;
  }
}
.lads-faq-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.8), transparent);
}
.lads-faq-box::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: -10%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15), transparent 70%);
  pointer-events: none;
  filter: blur(50px);
}
.lads-faq-box .lads-h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  margin-bottom: 1.25rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.lads-faq-box .lads-p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #cbd5e1;
  max-width: 38rem;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}
.lads-faq-box .lads-btn-ghost {
  min-height: 54px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  width: 100%;
}
@media (min-width: 520px) {
  .lads-faq-box .lads-btn-ghost {
    width: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.lads-section--alt {
  background: linear-gradient(180deg, rgba(15, 17, 28, 0.9) 0%, #0b0c14 100%);
  border-top: 1px solid var(--lads-border);
  border-bottom: 1px solid var(--lads-border);
}

.lads-h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #f1f5f9;
  margin: 0 0 0.6rem;
}

.lads-h2-center {
  text-align: center;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
.lads-intro,
.lads-seo-p {
  text-align: center;
  margin: 0 auto 1.5rem;
  color: #94a3b8;
  line-height: 1.7;
  font-size: 0.98rem;
  max-width: 40rem;
}

.lads-section--form-shell {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(99, 102, 241, 0.12), transparent 55%);
}
.lads-form-section-wrap {
  max-width: 36rem;
  margin: 0 auto;
}
.lads-form-lead-in {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  color: #a5b4fc;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3rem;
  line-height: 1.6;
  font-weight: 500;
}

.lads-section--steps {
  padding-top: 3rem;
  border-top: 1px solid var(--lads-border);
}
.lads-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media (min-width: 640px) {
  .lads-steps-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .lads-steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lads-step-card {
  padding: 2.5rem 1.75rem;
  background: rgba(17, 19, 31, 0.5);
  border: 1px solid var(--lads-border);
  border-radius: 24px;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* 9. FULLSCREEN OVERLAY FORM (STEPS) */
.lads-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #070b18;
  color: #fff;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.lads-overlay:not([hidden]) {
  display: flex;
  opacity: 1;
  visibility: visible;
}

body.lads-overlay-open {
  overflow: hidden;
}

.lads-overlay-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(124, 58, 237, 0.15), transparent 40%),
              radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.1), transparent 40%);
  pointer-events: none;
  z-index: -1;
}

.lads-overlay-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
}

.lads-overlay-close:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.lads-overlay-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 101;
}

.lads-overlay-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #7c3aed, #2563eb);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.5);
}

.lads-overlay-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
}

.lads-overlay-container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

body.lads-pix-offer-page .lads-overlay-container {
  max-width: 980px;
}

body.lads-pix-offer-page .lads-overlay-close {
  width: 46px;
  height: 46px;
  top: 1rem;
  right: 1rem;
  border-radius: 14px;
}

.lads-step {
  display: none;
  animation: ladsFadeSlide 0.5s ease forwards;
}

.lads-step.active {
  display: block;
}

@keyframes ladsFadeSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lads-step-indicator {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #a5b4fc;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.lads-overlay-h2 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #fff;
}

.lads-overlay-p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #94a3b8;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.lads-step[data-step="1"] {
  position: relative;
}

.lads-step-bg-rocket {
  display: none;
}

.lads-overlay:not([hidden])::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--lads-rocket-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.34;
  filter: saturate(1.08) contrast(1.06);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.lads-overlay:not([hidden])::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(124, 58, 237, 0.22), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(7, 11, 24, 0.25), rgba(7, 11, 24, 0.75));
  pointer-events: none;
  z-index: 0;
}

.lads-overlay-content {
  position: relative;
  z-index: 1;
}

.lads-step-header--welcome,
.lads-step-footer--welcome {
  position: relative;
  z-index: 1;
}

.lads-step-header--welcome .lads-overlay-p {
  margin-bottom: 1.25rem;
}

.lads-welcome-caps {
  margin: 0 0 1rem;
}

.lads-welcome-caps-title {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.9);
  font-weight: 800;
  margin: 0 0 0.6rem;
}

.lads-welcome-caps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.lads-cap-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  padding: 0.6rem 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.15;
  min-height: 40px;
}

.lads-cap-ico {
  color: #a78bfa;
  flex: 0 0 auto;
}

@media (min-width: 520px) {
  .lads-welcome-caps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lads-cap-item {
    justify-content: center;
    text-align: center;
  }
}

.lads-welcome-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.lads-wproof-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.92rem;
  font-weight: 700;
}

.lads-wproof-ico {
  color: #a78bfa;
  flex: 0 0 auto;
}

.lads-step-footer--welcome {
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
}

.lads-step-footer--welcome .lads-btn {
  flex: 0 0 auto;
  width: 100%;
}

.lads-welcome-micro {
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(148, 163, 184, 0.9);
}

@media (max-width: 520px) {
  .lads-overlay:not([hidden])::before {
    opacity: 0.30;
  }
}

.lads-overlay-fg {
  margin-bottom: 2rem;
}

.lads-overlay-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  color: #fff;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  outline: none;
}

.lads-overlay-input:focus {
  border-color: #7c3aed;
  background: rgba(124, 58, 237, 0.05);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.15);
}

.lads-overlay-error {
  color: #f87171;
  font-size: 0.9375rem;
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lads-overlay-error::before {
  content: "!";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #f87171;
  color: #070b18;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.lads-overlay-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 480px) {
  .lads-overlay-grid {
    grid-template-columns: 1fr;
  }
}

.lads-card-opt {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #fff;
}

.lads-card-opt:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.lads-card-opt.active {
  background: rgba(124, 58, 237, 0.1);
  border-color: #7c3aed;
  box-shadow: 0 0 0 1px #7c3aed;
}

.lads-card-opt-icon {
  font-size: 1.5rem;
}

.lads-card-opt-label {
  font-weight: 600;
  font-size: 1rem;
}

.lads-overlay-textarea {
  min-height: 150px;
  resize: none;
}

/* Loading state for buttons */
.lads-btn-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
  cursor: default;
}

.lads-btn-loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: lads-spin 0.8s linear infinite;
}

@keyframes lads-spin {
  to { transform: rotate(360deg); }
}

/* Success state for overlay */
.lads-overlay-success-view {
  text-align: center;
  padding: 2rem 1rem;
  animation: ladsFadeSlide 0.5s ease forwards;
}

.lads-overlay-success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2.5rem;
  color: #fff;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.4);
}

.lads-overlay-success-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #fff;
}

.lads-overlay-success-p {
  font-size: 1.15rem;
  color: #94a3b8;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}

.lads-step-footer {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.lads-step-footer .lads-btn {
  flex: 1;
}

.lads-summary {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 2rem;
  margin-bottom: 2.5rem;
}

.lads-summary-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1.25rem;
}

.lads-summary-item:last-child {
  margin-bottom: 0;
}

.lads-summary-label {
  font-size: 0.8125rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lads-summary-value {
  font-size: 1.125rem;
  font-weight: 600;
  color: #f1f5f9;
}

.lads-pix-checkout {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.75) 0%, rgba(2, 6, 23, 0.75) 100%);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 18px 90px rgba(0, 0, 0, 0.55);
  position: relative;
  overflow: hidden;
}

body.lads-pix-offer-page .lads-hero {
  background: radial-gradient(circle at 20% 20%, rgba(147, 51, 234, 0.28), transparent 55%),
              radial-gradient(circle at 80% 35%, rgba(34, 197, 94, 0.14), transparent 55%),
              linear-gradient(180deg, #05050f 0%, #090014 45%, #12002b 100%);
}

body.lads-pix-offer-page .lads-hero-bg,
body.lads-pix-offer-page .lads-hero-scrim {
  background: transparent;
}

.lads-offer-hero-micro {
  margin: 12px 0 0;
  color: #b8b8d9;
  font-weight: 700;
}

.lads-offer-hero-trust {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 520px;
}

.lads-offer-hero-trust-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(10, 10, 25, 0.72);
  border: 1px solid rgba(147, 51, 234, 0.25);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-weight: 700;
}

.lads-offer-hero-trust-ico {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #86efac;
  flex: 0 0 auto;
}

.lads-offer-hero-trust-ico--p {
  background: rgba(147, 51, 234, 0.14);
  border-color: rgba(147, 51, 234, 0.28);
  color: #c4b5fd;
}

.lads-offer-hero-trust-ico--w {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.lads-offer-hero-trust-ico--g {
  background: rgba(34, 197, 94, 0.14);
  border-color: rgba(34, 197, 94, 0.28);
  color: #86efac;
}

.lads-pix-neo {
  background: radial-gradient(circle at 70% 22%, rgba(34, 197, 94, 0.16), transparent 46%),
              radial-gradient(circle at 20% 25%, rgba(147, 51, 234, 0.28), transparent 52%),
              linear-gradient(180deg, rgba(5, 5, 15, 0.92) 0%, rgba(9, 0, 20, 0.92) 55%, rgba(18, 0, 43, 0.9) 100%);
  border: 1px solid rgba(147, 51, 234, 0.25);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 26px 120px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
}

.lads-pix-neo-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.lads-pix-neo-title {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.lads-pix-neo-ico {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #22c55e;
  flex: 0 0 auto;
}

.lads-pix-neo-h2 {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1.45rem;
}

.lads-pix-neo-pix {
  color: #22c55e;
}

.lads-pix-neo-sub {
  margin: 4px 0 0;
  color: #b8b8d9;
  font-weight: 600;
}

.lads-pix-neo-closehint {
  display: none;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(10, 10, 25, 0.72);
  border: 1px solid rgba(147, 51, 234, 0.25);
  color: #b8b8d9;
  font-weight: 700;
  white-space: nowrap;
}

.lads-pix-neo-topcards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.lads-pix-neo-topcard {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(10, 10, 25, 0.72);
  border: 1px solid rgba(147, 51, 234, 0.25);
  backdrop-filter: blur(14px);
  color: #ffffff;
  font-weight: 800;
}

.lads-pix-neo-topico {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #86efac;
  flex: 0 0 auto;
}

.lads-pix-neo-topico--p {
  background: rgba(147, 51, 234, 0.14);
  border-color: rgba(147, 51, 234, 0.28);
  color: #c4b5fd;
}

.lads-pix-neo-grid {
  display: grid;
  gap: 14px;
}

.lads-pix-neo-card-title {
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: #b8b8d9;
  margin-bottom: 10px;
}

.lads-pix-neo-qrbox {
  border-radius: 22px;
  padding: 14px;
  background: rgba(10, 10, 25, 0.72);
  border: 1px solid rgba(34, 197, 94, 0.32);
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.12), 0 22px 80px rgba(0, 0, 0, 0.35);
  display: grid;
  place-items: center;
  min-height: 300px;
}

.lads-pix-neo-qrbox img {
  width: 260px;
  height: 260px;
  border-radius: 18px;
  background: #fff;
  padding: 10px;
}

.lads-pix-neo-qrph {
  color: #b8b8d9;
  text-align: center;
  font-weight: 800;
}

.lads-pix-neo-qrhint {
  margin-top: 10px;
  color: #b8b8d9;
  text-align: center;
  font-weight: 700;
}

.lads-pix-neo-codebox {
  border-radius: 22px;
  padding: 14px;
  background: rgba(10, 10, 25, 0.72);
  border: 1px solid rgba(147, 51, 234, 0.25);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.35);
}

.lads-pix-neo-code-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.lads-pix-neo-pixmark {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #86efac;
  font-weight: 900;
}

.lads-pix-neo-code-label {
  color: #b8b8d9;
  font-weight: 800;
  font-size: 0.82rem;
}

.lads-pix-neo-code-value {
  font-weight: 950;
  color: #22c55e;
  font-size: 1.2rem;
}

.lads-pix-neo-codeinput {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 5, 15, 0.55);
  color: #ffffff;
  outline: none;
  font-weight: 800;
  font-size: 0.92rem;
}

.lads-pix-neo-codeinput:focus {
  border-color: rgba(147, 51, 234, 0.55);
  box-shadow: 0 0 0 4px rgba(147, 51, 234, 0.14);
}

.lads-pix-neo-copy {
  margin-top: 10px;
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed 0%, #9333ea 55%, #4f46e5 100%);
  color: #ffffff;
  border: 1px solid rgba(147, 51, 234, 0.35);
  box-shadow: 0 14px 54px rgba(147, 51, 234, 0.28);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lads-pix-neo-copy:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.lads-pix-neo-linkbox {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lads-pix-neo-linklabel {
  color: #b8b8d9;
  font-weight: 850;
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.lads-pix-neo-linkrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.lads-pix-neo-linkinput {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 5, 15, 0.55);
  color: #ffffff;
  outline: none;
  font-weight: 800;
  font-size: 0.9rem;
}

.lads-pix-neo-linkbtn {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.92) 0%, rgba(0, 230, 118, 0.92) 55%, rgba(34, 197, 94, 0.92) 100%);
  color: #04210e;
  border: 1px solid rgba(34, 197, 94, 0.35);
  box-shadow: 0 14px 54px rgba(34, 197, 94, 0.22);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lads-pix-neo-linkbtn:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

@media (min-width: 720px) {
  .lads-pix-neo-linkrow {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .lads-pix-neo-linkbtn {
    width: auto;
    padding: 0 16px;
    white-space: nowrap;
  }
}

.lads-pix-neo-wait {
  margin-top: 12px;
  border-radius: 20px;
  padding: 12px 14px;
  background: rgba(5, 5, 15, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lads-pix-neo-wait-title {
  font-weight: 900;
  color: #ffffff;
}

.lads-pix-neo-wait-sub {
  margin-top: 4px;
  color: #b8b8d9;
  font-weight: 700;
}

.lads-pix-neo-wait-time {
  color: #22c55e;
  font-weight: 950;
}

.lads-pix-neo-help {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #b8b8d9;
  font-weight: 700;
  flex-wrap: wrap;
}

.lads-pix-neo-wa {
  background: transparent;
  border: 0;
  color: #22c55e;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 0;
}

.lads-pix-neo-wa:hover {
  color: #86efac;
}

.lads-pix-neo-card {
  border-radius: 22px;
  padding: 14px;
  background: rgba(10, 10, 25, 0.72);
  border: 1px solid rgba(147, 51, 234, 0.25);
  backdrop-filter: blur(14px);
}

.lads-pix-neo-sec-title {
  font-weight: 950;
  color: #22c55e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.lads-pix-neo-sec-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lads-pix-neo-sec-item:first-of-type {
  border-top: 0;
}

.lads-pix-neo-sec-ico {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #86efac;
  flex: 0 0 auto;
}

.lads-pix-neo-sec-ico--g {
  background: rgba(34, 197, 94, 0.14);
  border-color: rgba(34, 197, 94, 0.28);
  color: #86efac;
}

.lads-pix-neo-sec-ico--p {
  background: rgba(147, 51, 234, 0.14);
  border-color: rgba(147, 51, 234, 0.28);
  color: #c4b5fd;
}

.lads-pix-neo-sec-h {
  font-weight: 950;
  color: #ffffff;
}

.lads-pix-neo-sec-p {
  margin-top: 2px;
  color: #b8b8d9;
  font-weight: 650;
}

.lads-pix-neo-social {
  margin-top: 12px;
  border-radius: 22px;
  padding: 12px 14px;
  background: rgba(10, 10, 25, 0.72);
  border: 1px solid rgba(147, 51, 234, 0.25);
  display: flex;
  gap: 12px;
  align-items: center;
  color: #b8b8d9;
  font-weight: 800;
}

.lads-pix-neo-social-n {
  color: #22c55e;
  font-weight: 950;
}

.lads-pix-neo-avatars {
  display: flex;
}

.lads-pix-neo-avatars span {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.7), rgba(34, 197, 94, 0.45));
  border: 2px solid rgba(5, 5, 15, 0.9);
  margin-left: -8px;
}

.lads-pix-neo-avatars span:first-child {
  margin-left: 0;
}

.lads-pix-neo-foot {
  margin-top: 14px;
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 14px;
}

.lads-pix-neo-foot-item {
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 22px;
  padding: 12px 14px;
  background: rgba(10, 10, 25, 0.72);
  border: 1px solid rgba(147, 51, 234, 0.25);
}

.lads-pix-neo-foot-ico {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(147, 51, 234, 0.14);
  border: 1px solid rgba(147, 51, 234, 0.28);
  color: #c4b5fd;
  font-weight: 950;
  flex: 0 0 auto;
}

.lads-pix-neo-foot-ico--p {
  background: rgba(34, 197, 94, 0.14);
  border-color: rgba(34, 197, 94, 0.28);
  color: #86efac;
}

.lads-pix-neo-foot-h {
  font-weight: 950;
  color: #ffffff;
}

.lads-pix-neo-foot-p {
  margin-top: 2px;
  color: #b8b8d9;
  font-weight: 650;
}

.lads-pix-neo-foot-mid {
  border-radius: 22px;
  padding: 12px 14px;
  background: rgba(10, 10, 25, 0.72);
  border: 1px solid rgba(147, 51, 234, 0.25);
  text-align: center;
  color: #b8b8d9;
  font-weight: 800;
}

.lads-pix-neo-foot-seals {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.lads-pix-neo-foot-seals span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 900;
  font-size: 0.75rem;
}

@media (min-width: 720px) {
  .lads-pix-neo-topcards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 980px) {
  .lads-pix-neo-closehint {
    display: inline-flex;
  }
  .lads-pix-neo-grid {
    grid-template-columns: 1.05fr 1fr 0.9fr;
    gap: 16px;
    align-items: start;
  }
  .lads-pix-neo-foot {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
}

.lads-pix-checkout::before {
  content: "";
  position: absolute;
  inset: -40% -30% auto -30%;
  height: 340px;
  background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.22), transparent 55%),
              radial-gradient(circle at 80% 30%, rgba(124, 58, 237, 0.24), transparent 55%);
  pointer-events: none;
}

.lads-pix-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 8px 14px 8px;
}

.lads-pix-head-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.lads-pix-lock {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.22);
  color: #22c55e;
  flex: 0 0 auto;
}

.lads-pix-title {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1.35rem;
}

.lads-pix-subtitle {
  margin: 4px 0 0;
  opacity: 0.82;
}

.lads-pix-badge {
  display: none;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 800;
  font-size: 0.82rem;
  opacity: 0.92;
  white-space: nowrap;
}

.lads-pix-grid {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 10px 8px 6px 8px;
}

.lads-pix-h3 {
  margin: 0 0 10px 0;
  font-weight: 950;
  letter-spacing: -0.01em;
  font-size: 1rem;
}

.lads-pix-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 14px;
  backdrop-filter: blur(10px);
}

.lads-pix-card-title {
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: #c7d2fe;
  margin-bottom: 12px;
}

.lads-pix-qr-white {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
  display: grid;
  place-items: center;
  min-height: 270px;
}

.lads-pix-qr-white img {
  width: 240px;
  height: 240px;
  border-radius: 14px;
}

.lads-pix-qr-placeholder {
  color: #111827;
  font-weight: 900;
  opacity: 0.75;
  text-align: center;
}

.lads-skel-box {
  width: 240px;
  height: 240px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0.06));
  background-size: 240% 100%;
  animation: lads-skel 1.2s ease-in-out infinite;
  margin: 0 auto;
}

.lads-skel-line {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0.06));
  background-size: 240% 100%;
  animation: lads-skel 1.2s ease-in-out infinite;
  margin: 12px auto 0;
  width: 88%;
}

.lads-skel-line--sm {
  width: 68%;
}

@keyframes lads-skel {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.lads-pix-code-input.is-loading {
  color: transparent;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
  background-size: 240% 100%;
  animation: lads-skel 1.2s ease-in-out infinite;
}

.lads-pix-code-input.is-loading::placeholder {
  color: transparent;
}

.lads-pix-helptext {
  margin: 12px 0 0 0;
  opacity: 0.85;
  text-align: center;
}

.lads-pix-or {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
  opacity: 0.85;
}

.lads-pix-or::before,
.lads-pix-or::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  flex: 1;
}

.lads-pix-or span {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  color: #cbd5e1;
}

.lads-pix-code-row {
  display: grid;
  gap: 10px;
}

.lads-pix-code-input {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(2, 6, 23, 0.45);
  color: #e2e8f0;
  outline: none;
  font-weight: 800;
  font-size: 0.9rem;
}

.lads-pix-code-input:focus {
  border-color: rgba(34, 197, 94, 0.55);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.lads-btn-pix {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 60%, #15803d 100%);
  color: #062512;
  border: 1px solid rgba(34, 197, 94, 0.35);
  box-shadow: 0 12px 42px rgba(34, 197, 94, 0.22);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lads-btn-pix:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 16px 52px rgba(34, 197, 94, 0.26);
}

.lads-pix-how {
  display: inline-block;
  margin-top: 10px;
  color: rgba(226, 232, 240, 0.86);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lads-pix-how:hover {
  color: #86efac;
}

.lads-pix-alert {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.22);
  color: #dcfce7;
  font-weight: 800;
}

.lads-pix-alert-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14);
  flex: 0 0 auto;
}

.lads-pix-product {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.lads-pix-thumb {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(99, 102, 241, 0.14);
  border: 1px solid rgba(99, 102, 241, 0.24);
  color: #a5b4fc;
  flex: 0 0 auto;
}

.lads-pix-prod-name {
  font-weight: 950;
}

.lads-pix-prod-sub {
  opacity: 0.78;
  margin-top: 2px;
}

.lads-pix-lines {
  display: grid;
  gap: 10px;
}

.lads-pix-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  opacity: 0.9;
}

.lads-pix-muted {
  opacity: 0.78;
}

.lads-pix-total {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lads-pix-total-value {
  color: #22c55e;
  font-weight: 950;
}

.lads-pix-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  opacity: 0.9;
}

.lads-pix-helpbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 14px;
}

.lads-pix-help-title {
  font-weight: 950;
}

.lads-pix-help-sub {
  opacity: 0.82;
  margin-top: 4px;
}

.lads-btn-whatsapp {
  background: rgba(34, 197, 94, 0.14);
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, 0.28);
}

.lads-btn-whatsapp:hover {
  background: rgba(34, 197, 94, 0.2);
  border-color: rgba(34, 197, 94, 0.4);
  color: #dcfce7;
}

.lads-pix-foot {
  margin-top: 14px;
  padding: 14px 10px 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  opacity: 0.9;
}

.lads-pix-foot-text {
  font-weight: 800;
  opacity: 0.85;
}

.lads-pix-seals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lads-pix-seal {
  font-weight: 900;
  font-size: 0.74rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lads-pix-terms {
  color: rgba(226, 232, 240, 0.86);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lads-pix-terms:hover {
  color: #a5b4fc;
}

@media (min-width: 860px) {
  .lads-pix-badge {
    display: inline-flex;
  }
  .lads-pix-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
  }
  .lads-pix-helpbox {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .lads-pix-code-row {
    grid-template-columns: 1fr 170px;
    align-items: center;
  }
  .lads-pix-foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.lads-offer-paycard {
  padding: 18px;
  border-color: rgba(250, 204, 21, 0.16);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(250, 204, 21, 0.1);
}

.lads-offer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.lads-offer-kicker {
  font-weight: 900;
  opacity: 0.88;
}

.lads-offer-price {
  margin-top: 8px;
  display: grid;
  gap: 6px;
}

.lads-offer-from {
  font-weight: 800;
  opacity: 0.7;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}

.lads-offer-to {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 2.15rem;
  line-height: 1.05;
}

.lads-offer-timer {
  text-align: right;
}

.lads-offer-timer-label {
  font-weight: 800;
  opacity: 0.8;
}

.lads-offer-timer-value {
  margin-top: 4px;
  font-weight: 950;
  color: #22c55e;
  font-size: 1.05rem;
}

.lads-offer-trust {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lads-offer-pill {
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.lads-offer-checkout-grid {
  display: grid;
  gap: 14px;
}

.lads-offer-qr-title,
.lads-offer-code-title {
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #c7d2fe;
  margin-bottom: 8px;
}

.lads-offer-qr-frame {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 14px;
  display: grid;
  place-items: center;
  min-height: 248px;
}

.lads-offer-qr-frame img {
  border-radius: 14px;
  background: #fff;
  padding: 8px;
}

.lads-offer-qr-placeholder {
  text-align: center;
  opacity: 0.78;
  font-weight: 800;
}

.lads-offer-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.lads-offer-actions .lads-btn {
  flex: 1;
}

.lads-offer-safe {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  opacity: 0.85;
}

.lads-offer-safe-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.16);
}

@media (min-width: 540px) {
  .lads-offer-checkout-grid {
    grid-template-columns: 260px 1fr;
    align-items: start;
  }
}

/* Success/Error override for overlay */
.lads-overlay .lads-form-success,
.lads-overlay .lads-form-error {
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.03);
}

@media (min-width: 768px) {
  .lads-overlay-content {
    padding: 4rem 2rem;
  }
  
  .lads-overlay-container {
    max-width: 580px;
  }
}
.lads-step-card:hover {
  background: rgba(17, 19, 31, 0.8);
  border-color: rgba(124, 58, 237, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.lads-step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.15), rgba(37, 99, 235, 0.1));
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a78bfa;
  transition: all 0.3s ease;
}
.lads-step-card:hover .lads-step-icon {
  background: linear-gradient(135deg, #7c3aed, #2563eb);
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 20px rgba(124, 58, 237, 0.3);
}
.lads-step-h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.85rem;
  line-height: 1.3;
}
.lads-step-txt {
  font-size: 0.95rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* benefits card refinement */
.lads-benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .lads-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .lads-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .lads-benefits-grid article:nth-child(4), 
  .lads-benefits-grid article:nth-child(5) {
    grid-column: span 1;
  }
  .lads-benefits-grid article:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 2.5;
    margin-left: 15%;
  }
  .lads-benefits-grid article:nth-child(5) {
    grid-column-start: 2.5;
    grid-column-end: 4;
    margin-right: 15%;
  }
}

.lads-benefit {
  padding: 2.5rem;
  border-radius: 24px;
  background: rgba(17, 19, 31, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.lads-benefit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--lads-grad-1);
  transition: height 0.3s ease;
}
.lads-benefit:hover {
  background: rgba(17, 19, 31, 0.75);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.lads-benefit:hover::before {
  height: 100%;
}
.lads-benefit-h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.lads-benefit-txt {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.6;
}

.lads-visual-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .lads-visual-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 1rem;
  }
}
.lads-visual-cell {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(99, 102, 241, 0.22);
  background: rgba(8, 9, 16, 0.9);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.lads-visual-cell:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.5), 0 0 42px rgba(99, 102, 241, 0.12);
}
.lads-visual-cell img {
  display: block;
  width: 100%;
  height: auto;
}
.lads-visual-img-cover {
  object-fit: cover;
  min-height: 180px;
  max-height: 220px;
  width: 100%;
}
@media (min-width: 768px) {
  .lads-visual-img-cover {
    min-height: 200px;
    max-height: 240px;
  }
}
.lads-visual-cap {
  padding: 0.65rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
  background: rgba(11, 12, 20, 0.95);
  border-top: 1px solid var(--lads-border);
}
.lads-visual-cell--hero {
  grid-column: 1 / -1;
}
.lads-visual-cell--hero img {
  max-height: 280px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
@media (min-width: 768px) {
  .lads-visual-cell--hero img {
    max-height: 340px;
  }
}
.lads-visual-author {
  margin-top: 2.5rem;
}

.lads-cards3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

.lads-ds-card,
.lads-glass,
.lads-glass-card {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  background: var(--lads-card);
  border: 1px solid var(--lads-border);
  backdrop-filter: blur(10px);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.lads-ds-card:hover,
.lads-glass:hover {
  border-color: rgba(99, 102, 241, 0.35);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
.lads-ds-title,
.lads-sol-h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.45rem;
  color: #f8fafc;
}
.lads-ds-txt,
.lads-sol-card p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.6;
}
.lads-sol-card p {
  margin-top: 0.2rem;
}

.lads-solution-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-top: 0.5rem;
}

.lads-sol-card {
  position: relative;
  padding: 0.75rem 1.1rem 1.2rem 1.1rem;
  border-radius: 14px;
  background: var(--lads-elev);
  border: 1px solid var(--lads-border);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.lads-sol-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(74, 222, 128, 0.12), transparent 70%);
  pointer-events: none;
}
.lads-sol-card:hover {
  border-color: rgba(59, 130, 246, 0.45);
  transform: scale(1.03);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}
.lads-sol-thumb {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 0.65rem;
  border: 1px solid var(--lads-border);
  background: #07080f;
  aspect-ratio: 5 / 3;
  max-height: 128px;
}
.lads-sol-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  opacity: 0.92;
  transition: opacity 0.3s ease, transform 0.35s ease;
}
.lads-sol-card:hover .lads-sol-thumb img {
  opacity: 1;
  transform: scale(1.04);
}

.lads-sol-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a78bfa;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.35);
  padding: 0.2rem 0.45rem;
  border-radius: 5px;
  margin-bottom: 0.4rem;
}
.lads-sol-tag--grn {
  color: #4ade80;
  background: var(--lads-grn-dim);
  border-color: rgba(74, 222, 128, 0.45);
}
.lads-sol-tag--blu {
  color: #60a5fa;
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
}
.lads-sol-h3 {
  margin: 0 0 0.2rem;
}

.lads-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 1.5rem 0 2rem;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
.lads-proof-tile {
  padding: 0.9rem 0.7rem;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 600;
  color: #e2e8f0;
  background: linear-gradient(145deg, rgba(30, 27, 50, 0.9), rgba(11, 12, 20, 0.5));
  border: 1px solid var(--lads-border);
  border-radius: 12px;
  line-height: 1.35;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.lads-proof-tile:hover {
  transform: scale(1.03);
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.3);
}
.lads-proof-tile span {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.lads-analytics-fig {
  max-width: 52rem;
  margin: 0.5rem auto 1.75rem;
  text-align: center;
}
.lads-analytics-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(99, 102, 241, 0.25);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 48px rgba(34, 211, 238, 0.1);
  margin: 0 auto;
}

.lads-section--wa {
  border-top: 1px solid var(--lads-border);
  background: linear-gradient(180deg, rgba(9, 10, 18, 0.95) 0%, #0b0c14 100%);
}
.lads-wa-split {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: center;
}
.lads-wa-copy .lads-h2 {
  text-align: left;
  max-width: 26rem;
}
.lads-wa-lead {
  color: #94a3b8;
  line-height: 1.7;
  margin: 0 0 1rem;
  font-size: 0.98rem;
  max-width: 32rem;
}
.lads-wa-bullets {
  margin: 0 0 1.1rem 1.1rem;
  padding: 0;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 32rem;
}
.lads-wa-bullets li {
  margin-bottom: 0.45rem;
}
.lads-wa-bullets li::marker {
  color: #4ade80;
}
.lads-wa-media {
  position: relative;
  width: 100%;
  max-width: 480px;
  line-height: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(36, 211, 102, 0.22);
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.45), 0 0 36px rgba(16, 185, 129, 0.12);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.lads-wa-img {
  display: block;
  width: 100%;
  height: auto;
}
.lads-wa-media:hover {
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.5), 0 0 50px rgba(16, 185, 129, 0.2);
  transform: scale(1.01);
}

.lads-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  padding: 1.5rem 1.25rem;
  max-width: 40rem;
  margin: 0 auto;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.lads-author-figure {
  width: 100%;
  max-width: 20rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, 0.45);
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.2), 0 16px 48px rgba(0, 0, 0, 0.45), 0 0 50px rgba(124, 58, 237, 0.25);
  line-height: 0;
  flex-shrink: 0;
}
.lads-author-promo {
  display: block;
  width: 100%;
  height: auto;
}
.lads-author-h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  font-weight: 800;
}
.lads-author-txt {
  margin: 0;
  color: #94a3b8;
  line-height: 1.6;
  font-size: 0.95rem;
}
@media (min-width: 600px) {
  .lads-author {
    flex-direction: row;
    text-align: left;
    max-width: 48rem;
    align-items: center;
  }
  .lads-author-figure {
    max-width: 220px;
  }
}
@media (min-width: 900px) {
  .lads-wa-split {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 2.5rem 2rem;
    align-items: center;
  }
  .lads-wa-copy .lads-h2 {
    max-width: none;
  }
  .lads-wa-media {
    max-width: none;
  }
}

.lads-cases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin-top: 1.25rem;
}
.lads-case {
  padding: 1.35rem 1.2rem 1.4rem;
  border-radius: 16px;
  background: #11131f;
  border: 1px solid var(--lads-border);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.lads-case:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.lads-case::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--lads-grad-2);
  opacity: 0.5;
  border-radius: 3px 0 0 3px;
}
.lads-case-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #4ade80;
  background: var(--lads-grn-dim);
  border: 1px solid rgba(74, 222, 128, 0.4);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  letter-spacing: 0.06em;
}
.lads-case-tag--grn,
.lads-case-tag--blu {
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.4);
}
.lads-case-tag--blu {
  color: #60a5fa;
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.4);
}
.lads-case-h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #f1f5f9;
}
.lads-case-txt {
  margin: 0 0 0.9rem;
  color: #94a3b8;
  line-height: 1.6;
  font-size: 0.92rem;
}
.lads-case-quote {
  margin: 0;
  font-size: 0.86rem;
  font-style: italic;
  color: #cbd5e1;
  line-height: 1.5;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(74, 222, 128, 0.45);
}
.lads-nudge {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.95rem;
}

.lads-timeline {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.lads-timeline-item {
  display: flex;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: rgba(17, 19, 31, 0.6);
  border: 1px solid var(--lads-border);
  align-items: flex-start;
}
.lads-timeline-step {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #6366f1, #22c55e);
  color: #f8fafc;
  font-weight: 800;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.35);
}
.lads-tl-h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  font-weight: 800;
  color: #f1f5f9;
}
.lads-tl-txt {
  margin: 0;
  color: #94a3b8;
  line-height: 1.6;
  font-size: 0.9rem;
}

/* cta final */
.lads-cta-final {
  padding: 6rem 0 8rem;
  background: radial-gradient(circle at top center, rgba(124, 58, 237, 0.1), transparent 70%),
              #0b0c14;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.lads-cta-box {
  text-align: center;
  max-width: 64rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  border-radius: 40px;
  background: linear-gradient(165deg, rgba(18, 20, 32, 0.95), rgba(11, 12, 20, 0.9));
  border: 1px solid rgba(167, 139, 250, 0.2);
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media (min-width: 768px) {
  .lads-cta-box {
    padding: 6rem 4rem;
    border-radius: 56px;
  }
}
.lads-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(124, 58, 237, 0.15), transparent 50%),
              radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.12), transparent 50%);
  pointer-events: none;
}
.lads-cta-h2 {
  font-size: clamp(1.75rem, 4.5vw, 2.8rem);
  font-weight: 800;
  margin: 0 auto 1.5rem;
  line-height: 1.1;
  color: #ffffff;
  max-width: 48rem;
}
.lads-cta-sub {
  margin: 0 auto 3rem;
  color: #a5b4fc;
  line-height: 1.6;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  max-width: 40rem;
}
.lads-cta-box .lads-btn-lg {
  max-width: 24rem;
  margin: 0 auto;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

/* footer */
.lads-footer {
  background: #08090f;
  border-top: 1px solid var(--lads-border);
  padding: 2.5rem 0 1.5rem;
  padding-bottom: max(1.5rem, calc(1.5rem + env(safe-area-inset-bottom, 0)));
}
.lads-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--lads-border);
}
@media (min-width: 700px) {
  .lads-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 1.5rem 2.5rem;
  }
}
.lads-footer-logo {
  display: inline-block;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}
.lads-footer-logo:hover {
  opacity: 1;
}
.lads-footer-logo-img {
  max-width: 180px;
  height: auto;
  filter: brightness(0.95);
}
.lads-footer-tagline {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.5;
  max-width: 18rem;
}
.lads-footer-heading {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #64748b;
  font-weight: 800;
  margin: 0 0 0.6rem;
}
.lads-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lads-footer-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  padding: 0.25rem 0;
  transition: color 0.15s;
}
.lads-footer-links a:hover {
  color: #4ade80;
}
.lads-footer-bottom {
  text-align: center;
  padding-top: 1.5rem;
}
.lads-footer-copy {
  font-size: 0.8rem;
  color: #475569;
  margin: 0;
}

/* mobile fixed CTA */
.lads-mobile-fixed-cta {
  position: fixed;
  left: 50%;
  bottom: calc(12px + env(safe-area-inset-bottom, 0));
  width: calc(100% - 24px);
  max-width: 520px;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  padding: 0.75rem 1rem;
  color: #f8fafc;
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.92) 0%,
    rgba(79, 70, 229, 0.92) 42%,
    rgba(37, 99, 235, 0.92) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.58), 0 0 44px rgba(99, 102, 241, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translate3d(-50%, 110%, 0);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.lads-mobile-fixed-cta-inner {
  display: inline-block;
  max-width: 92vw;
}
.lads-mobile-fixed-cta[hidden] {
  display: none !important;
}
.lads-mobile-fixed-cta.lads-mcta--show {
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
.lads-mobile-fixed-cta.lads-mcta--hide {
  transform: translate3d(-50%, 110%, 0);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 900px) {
  .lads-header-cta {
    display: inline-flex;
    font-size: 0.75rem;
  }
  .lads-mobile-fixed-cta {
    display: none;
  }
  .lads-hero {
    padding: 3.25rem 0 4rem;
  }
  .lads-form-section-wrap .lads-form-card {
    max-width: 100%;
  }
}

/* cookie banner (isolado) */
.lads-page .cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  padding: 1rem 1.25rem;
  background: #11131f;
  border-top: 1px solid var(--lads-border);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s, visibility 0.3s;
}
.lads-page .cookie-banner.cookie-banner--visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.lads-page .cookie-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lads-page .cookie-banner-text {
  flex: 1;
  min-width: 200px;
  margin: 0;
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.5;
}
.lads-page .cookie-banner-text a {
  color: #4ade80;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lads-page .cookie-banner-text a:hover {
  color: #7dd3fc;
}
.lads-page .cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.lads-page .cookie-banner-link {
  font-size: 0.88rem;
  color: #64748b;
  text-decoration: underline;
}
.lads-cookie-accept,
.lads-page .lads-cookie-accept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.15rem;
  font-size: 0.88rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(180deg, var(--lads-grn-hi), var(--lads-grn));
  color: #021208;
}
.lads-cookie-accept:hover {
  filter: brightness(1.05);
}
@media (max-width: 640px) {
  .lads-page .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .lads-page .cookie-banner-actions {
    justify-content: center;
  }
}

/* reveal on scroll (ativado por JS: body.lads-animate-reveals) */
body.lads-animate-reveals .lads-reveal {
  transition: opacity 0.45s ease, transform 0.45s ease;
  will-change: opacity, transform;
}
body.lads-animate-reveals .lads-reveal:not(.is-inview) {
  opacity: 0;
  transform: translateY(18px);
}
body.lads-animate-reveals .lads-reveal.is-inview {
  opacity: 1;
  transform: none;
  will-change: auto;
}
@media (prefers-reduced-motion: reduce) {
  body.lads-animate-reveals .lads-reveal,
  body.lads-animate-reveals .lads-reveal:not(.is-inview) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ===== Menu de navegação ===== */
.lads-header-nav {
  display: none;
}

.lads-header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.lads-header-menu a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.lads-header-menu a:hover {
  color: var(--lads-purple-hi);
}

@media (min-width: 768px) {
  .lads-header-nav {
    display: block;
    flex: 1;
    margin: 0 1rem;
  }
}

/* ===== Modal de Orçamento ===== */
.orcamento-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.orcamento-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.orcamento-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: -1;
}

.orcamento-modal-content {
  position: relative;
  background: #0b0c14;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: slideUp 0.3s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.orcamento-modal[aria-hidden="false"] .orcamento-modal-content {
  animation: slideUp 0.3s ease forwards;
}

.orcamento-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #cbd5e1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.orcamento-modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #f1f5f9;
}

.orcamento-modal-body {
  padding: 2rem;
  color: #e8e8ed;
}

.orcamento-modal-body .section {
  margin: 0;
  padding: 0;
}

.orcamento-modal-body .section-title {
  margin-bottom: 2rem;
}

.orcamento-modal-body .section-title h2 {
  font-size: 1.8rem;
  margin: 0 0 0.5rem;
}

.orcamento-modal-body .section-title p {
  font-size: 1rem;
  color: #a5b4fc;
  margin: 0;
}

@media (max-width: 768px) {
  .orcamento-modal-body {
    padding: 1.5rem;
  }

  .orcamento-modal-close {
    width: 36px;
    height: 36px;
    top: 1rem;
    right: 1rem;
  }

  .orcamento-modal-body .section-title h2 {
    font-size: 1.5rem;
  }
}

/* ===== Ajustes premium (referência visual) ===== */
.lads-eyebrow {
  color: #00ff66;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lads-eyebrow .lads-eyebrow-dot {
  background: #00ff66;
  box-shadow: 0 0 0 3px rgba(0, 255, 102, 0.16);
}
.lads-h1--hero {
  letter-spacing: -0.04em;
}
.lads-hero-bg,
.lads-hero-scrim {
  background: radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.30), transparent 48%),
              radial-gradient(circle at 80% 30%, rgba(37, 99, 235, 0.26), transparent 55%),
              linear-gradient(180deg, #050716 0%, #0b0c14 55%, #070816 100%);
}
.lads-btn-gold,
.lads-page .lads-btn-gold {
  background: linear-gradient(180deg, #ffc400 0%, #ffb800 100%);
  color: #09090b;
  border-color: rgba(255, 196, 0, 0.38);
  box-shadow: 0 18px 60px rgba(255, 196, 0, 0.22), 0 0 40px rgba(255, 196, 0, 0.16);
}
.lads-comp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: center;
}
.lads-comp-mockups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
.lads-comp-mockups img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(139, 92, 246, 0.25);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.45), 0 0 44px rgba(124, 58, 237, 0.14);
}
.lads-comp-mini {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.lads-comp-mini-item {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(139, 92, 246, 0.20);
  color: #e2e8f0;
  font-weight: 850;
}
.lads-comp-mini-ico {
  width: 26px;
  height: 26px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 255, 102, 0.10);
  border: 1px solid rgba(0, 255, 102, 0.20);
}
@media (min-width: 980px) {
  .lads-comp-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 1.6rem;
  }
  .lads-comp-mockups {
    grid-template-columns: 1fr;
  }
}
.lads-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
.lads-testimonial {
  border-radius: 22px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(139, 92, 246, 0.20);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.35);
}
.lads-testimonial-stars {
  color: #ffc400;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.lads-testimonial-quote {
  margin: 12px 0 0;
  color: #e2e8f0;
  font-weight: 650;
  line-height: 1.65;
}
.lads-testimonial-meta {
  margin-top: 10px;
  color: #a5b4fc;
  font-weight: 800;
  font-size: 0.9rem;
}
@media (min-width: 980px) {
  .lads-testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lads-cta-seals {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.lads-cta-seals span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ===== Preloader do checkout (5s) ===== */
.lads-checkout-preloader {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(5, 7, 22, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.lads-checkout-preloader-card {
  width: min(520px, 92vw);
  border-radius: 26px;
  border: 1px solid rgba(139, 92, 246, 0.22);
  background: rgba(15, 23, 42, 0.66);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.55), 0 0 60px rgba(124, 58, 237, 0.18);
  padding: 18px;
  text-align: center;
}
.lads-checkout-preloader-spinner {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-top-color: #00ff66;
  box-shadow: 0 0 26px rgba(0, 255, 102, 0.22), 0 0 46px rgba(124, 58, 237, 0.18);
  animation: lads-preload-spin 0.8s linear infinite;
  margin: 0 auto 12px;
}
.lads-checkout-preloader-title {
  font-weight: 950;
  color: #ffffff;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.lads-checkout-preloader-sub {
  margin-top: 6px;
  color: #cbd5e1;
  font-weight: 750;
}
@keyframes lads-preload-spin {
  to { transform: rotate(360deg); }
}
