/* ============================================================
   LANDING.CSS — Proposy Landing Page Premium
   Carregado APENAS na landing page ({% block extra_head %})
   ============================================================ */

/* ── Reset local ── */
*, *::before, *::after { box-sizing: border-box; }

/* ── Variáveis específicas da landing ── */
:root {
  --lp-teal:        #0F766E;
  --lp-teal-light:  #14B8A6;
  --lp-teal-dark:   #0D5C55;
  --lp-teal-glow:   rgba(15, 118, 110, 0.18);
  --lp-bg:          #ffffff;
  --lp-bg-alt:      #f7fffd;
  --lp-text:        #0f172a;
  --lp-text-sec:    #475569;
  --lp-text-muted:  #94A3B8;
  --lp-border:      rgba(15, 118, 110, 0.14);
  --lp-radius-sm:   12px;
  --lp-radius-md:   18px;
  --lp-radius-lg:   28px;
  --lp-radius-xl:   40px;
  --lp-shadow-sm:   0 2px 12px rgba(15,118,110,0.08);
  --lp-shadow-md:   0 8px 32px rgba(15,118,110,0.13);
  --lp-shadow-lg:   0 20px 60px rgba(15,118,110,0.18);
}

/* ── Texto degradê ── */
.lp-gradient-text {
  background: linear-gradient(135deg, #0F766E 0%, #14B8A6 55%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Container ── */
.lp-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ═══════════════════════════════════════
   HEADER
═══════════════════════════════════════ */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 200;
  padding: 0.9rem 0;
  border-bottom: 1px solid transparent;
  transition: background 0.25s, border-color 0.25s, backdrop-filter 0.25s, box-shadow 0.25s;
}

.lp-header.scrolled {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(15,118,110,0.1);
  box-shadow: 0 1px 20px rgba(15,118,110,0.06);
}

.lp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.lp-logo-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  color: var(--lp-text);
}

.lp-logo-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0F766E, #14B8A6);
  margin-left: 1px;
  vertical-align: middle;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--lp-text-sec);
  padding: 0.45rem 0.85rem;
  border-radius: 99px;
  transition: color 0.18s, background 0.18s;
}

.lp-nav a:hover {
  color: var(--lp-teal);
  background: rgba(15,118,110,0.07);
}

.lp-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lp-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--lp-text-sec);
  background: transparent;
  border: 1px solid var(--lp-border);
  border-radius: 99px;
  text-decoration: none;
  transition: color 0.18s, background 0.18s, border-color 0.18s;
}

.lp-btn-ghost:hover {
  color: var(--lp-teal);
  background: rgba(15,118,110,0.06);
  border-color: rgba(15,118,110,0.25);
}

.lp-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 1.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0F766E 0%, #14B8A6 100%);
  border: none;
  border-radius: 99px;
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(15,118,110,0.28);
  transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
}

.lp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(15,118,110,0.36);
  filter: brightness(1.05);
}

.lp-btn-primary:active { transform: translateY(0); }

.lp-btn-primary-lg {
  height: 52px;
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 99px;
  box-shadow: 0 4px 20px rgba(15,118,110,0.32);
}

.lp-btn-outline-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--lp-teal);
  background: rgba(255,255,255,0.9);
  border: 1.5px solid rgba(15,118,110,0.3);
  border-radius: 99px;
  text-decoration: none;
  transition: background 0.18s, border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}

.lp-btn-outline-lg:hover {
  background: rgba(15,118,110,0.07);
  border-color: var(--lp-teal);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(15,118,110,0.14);
}

/* Hambúrguer mobile */
.lp-hamburger {
  display: none;
  background: none;
  border: 1.5px solid var(--lp-border);
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
  color: var(--lp-text);
  transition: background 0.18s;
}

.lp-hamburger:hover { background: rgba(15,118,110,0.06); }

.lp-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 1.5rem 1rem;
  border-top: 1px solid var(--lp-border);
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
}

.lp-mobile-menu.open { display: flex; }

.lp-mobile-menu a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: var(--lp-text-sec);
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  transition: color 0.18s, background 0.18s;
}

.lp-mobile-menu a:hover {
  color: var(--lp-teal);
  background: rgba(15,118,110,0.07);
}

.lp-mobile-menu-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--lp-border);
}

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4rem;
  background: var(--lp-bg);
}

/* Textura quadriculada sutil */
.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,118,110,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,118,110,0.055) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 20%, rgba(0,0,0,0.7) 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 20%, rgba(0,0,0,0.7) 0%, transparent 75%);
  pointer-events: none;
}

/* Blobs de gradiente */
.lp-hero-blob1 {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,184,166,0.12) 0%, transparent 68%);
  pointer-events: none;
}

.lp-hero-blob2 {
  position: absolute;
  bottom: -80px;
  left: -120px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,118,110,0.1) 0%, transparent 68%);
  pointer-events: none;
}

.lp-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
}

.lp-hero-text { max-width: 560px; }

.lp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem 0.35rem 0.5rem;
  background: rgba(15,118,110,0.08);
  border: 1px solid rgba(15,118,110,0.2);
  border-radius: 99px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lp-teal);
  margin-bottom: 1.5rem;
}

.lp-hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-teal-light);
  animation: lp-pulse-dot 2.2s ease-in-out infinite;
}

@keyframes lp-pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.75); }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-badge-dot { animation: none; }
}

.lp-hero-headline {
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--lp-text);
  margin: 0 0 1.25rem;
}

.lp-hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.72;
  color: var(--lp-text-sec);
  margin: 0 0 2rem;
  max-width: 500px;
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.lp-hero-microcopy {
  font-size: 0.83rem;
  color: var(--lp-text-muted);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.lp-hero-microcopy span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lp-hero-microcopy svg { flex-shrink: 0; }

/* ── Mockup ── */
.lp-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 480px;
}

.lp-mockup {
  position: relative;
  width: 320px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(15,118,110,0.18);
  box-shadow: 0 24px 80px rgba(15,118,110,0.18), 0 4px 24px rgba(0,0,0,0.06);
  padding: 1.25rem 1.25rem 1.5rem;
  z-index: 2;
}

/* Brilho sutil no mockup */
.lp-mockup::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 10%, rgba(20,184,166,0.5) 50%, transparent 90%);
  border-radius: 24px 24px 0 0;
}

.lp-mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(15,118,110,0.1);
}

.lp-mockup-logo {
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: -0.04em;
  color: var(--lp-teal);
}

.lp-mockup-badge {
  font-size: 0.7rem;
  font-weight: 700;
  color: #059669;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: 99px;
  padding: 0.2rem 0.6rem;
}

.lp-mockup-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lp-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
}

.lp-mockup-client {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lp-text);
  margin-bottom: 1rem;
}

.lp-mockup-items {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.lp-mockup-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--lp-text-sec);
  background: #f8fafc;
  border-radius: 8px;
  padding: 0.45rem 0.65rem;
}

.lp-mockup-item-val {
  font-weight: 700;
  color: var(--lp-text);
}

.lp-mockup-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0.65rem;
  background: linear-gradient(135deg, rgba(15,118,110,0.06), rgba(20,184,166,0.06));
  border-radius: 10px;
  margin-bottom: 1rem;
}

.lp-mockup-total-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lp-text-sec);
}

.lp-mockup-total-val {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--lp-teal);
}

.lp-mockup-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.lp-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #059669;
}

.lp-status-label {
  color: #059669;
}

.lp-mockup-pdf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  padding: 0.65rem;
  background: linear-gradient(135deg, #0F766E 0%, #14B8A6 100%);
  color: #fff;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: default;
  box-shadow: 0 4px 16px rgba(15,118,110,0.25);
}

/* ── Chips flutuantes ── */
.lp-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid var(--chip-border, rgba(15,118,110,0.2));
  border-radius: 99px;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--chip-color, #0F766E);
  box-shadow: 0 4px 20px var(--chip-shadow, rgba(15,118,110,0.12)),
              inset 0 1px 0 rgba(255,255,255,0.92);
  white-space: nowrap;
  z-index: 3;
  /* Apenas box-shadow e border-color em transição — NÃO incluir translate/rotate */
  transition: box-shadow 0.28s ease, border-color 0.28s ease;
  will-change: translate, rotate;
}

/* Hover via propriedades individuais para não conflitar com a animação */
.lp-chip:hover {
  translate: 0 -4px;
  animation-play-state: paused;
  box-shadow: 0 10px 32px var(--chip-shadow, rgba(15,118,110,0.22)),
              inset 0 1px 0 rgba(255,255,255,0.95);
  border-color: var(--chip-color, #0F766E);
}

.lp-chip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--chip-icon-bg, rgba(15,118,110,0.1));
  color: var(--chip-color, #0F766E);
  flex-shrink: 0;
}

/* — Paleta por chip — */
.lp-chip-1 {
  --chip-color:   #059669;
  --chip-border:  rgba(5,150,105,0.24);
  --chip-shadow:  rgba(5,150,105,0.15);
  --chip-icon-bg: rgba(5,150,105,0.1);
}
.lp-chip-2 {
  --chip-color:   #0284c7;
  --chip-border:  rgba(2,132,199,0.24);
  --chip-shadow:  rgba(2,132,199,0.15);
  --chip-icon-bg: rgba(2,132,199,0.1);
}
.lp-chip-3 {
  --chip-color:   #0d9488;
  --chip-border:  rgba(13,148,136,0.24);
  --chip-shadow:  rgba(13,148,136,0.15);
  --chip-icon-bg: rgba(13,148,136,0.1);
}
.lp-chip-4 {
  --chip-color:   #6366f1;
  --chip-border:  rgba(99,102,241,0.24);
  --chip-shadow:  rgba(99,102,241,0.15);
  --chip-icon-bg: rgba(99,102,241,0.1);
}
.lp-chip-5 {
  --chip-color:   #16a34a;
  --chip-border:  rgba(22,163,74,0.24);
  --chip-shadow:  rgba(22,163,74,0.15);
  --chip-icon-bg: rgba(22,163,74,0.1);
}
.lp-chip-6 {
  --chip-color:   #3b82f6;
  --chip-border:  rgba(59,130,246,0.24);
  --chip-shadow:  rgba(59,130,246,0.15);
  --chip-icon-bg: rgba(59,130,246,0.1);
}
.lp-chip-7 {
  --chip-color:   #d97706;
  --chip-border:  rgba(217,119,6,0.24);
  --chip-shadow:  rgba(217,119,6,0.15);
  --chip-icon-bg: rgba(217,119,6,0.1);
}

/* — Posicionamento + animação individual — */
.lp-chip-1 { top: 5%;   left: -9%;   animation: lpFloatA 6s    ease-in-out infinite;        animation-delay: 0s; }
.lp-chip-2 { top: 13%;  right: -14%; animation: lpFloatB 7.2s  ease-in-out infinite;        animation-delay: 0.4s; }
.lp-chip-3 { top: 38%;  left: -18%;  animation: lpFloatC 8s    ease-in-out infinite;        animation-delay: 0.8s; }
.lp-chip-4 { top: 57%;  right: -12%; animation: lpFloatD 7.5s  ease-in-out infinite;        animation-delay: 1.2s; }
.lp-chip-5 { top: 74%;  left: -7%;   animation: lpFloatA 8.8s  ease-in-out infinite reverse; animation-delay: 1.6s; }
.lp-chip-6 { top: 84%;  right: -10%; animation: lpFloatB 9s    ease-in-out infinite reverse; animation-delay: 2s; }
.lp-chip-7 { top: -1%;  right: 14%;  animation: lpFloatC 10s   ease-in-out infinite;        animation-delay: 2.4s; }

/* — Keyframes usando propriedades individuais (translate + rotate) — */
/* Não usa `transform` → não conflita com hover nem com transition */
@keyframes lpFloatA {
  0%,  100% { translate: 0 0;       rotate: 0deg; }
  50%        { translate: 0 -14px;  rotate: 1.5deg; }
}
@keyframes lpFloatB {
  0%,  100% { translate: 0 0;       rotate: 0deg; }
  50%        { translate: 12px -10px; rotate: -1deg; }
}
@keyframes lpFloatC {
  0%,  100% { translate: 0 0;        rotate: 0deg; }
  50%        { translate: -10px 12px; rotate: 1deg; }
}
@keyframes lpFloatD {
  0%,  100% { translate: 0 0;       rotate: 0deg; }
  33%        { translate: 8px -10px; rotate: 2deg; }
  66%        { translate: -4px 5px;  rotate: -1deg; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-chip {
    animation: none !important;
    translate: 0 0 !important;
    rotate: 0deg !important;
  }
}

/* ═══════════════════════════════════════
   SEÇÃO GENÉRICA
═══════════════════════════════════════ */
.lp-section {
  padding: 5rem 0;
}

.lp-section-alt {
  background: var(--lp-bg-alt);
}

.lp-section-dark {
  background: linear-gradient(135deg, #0C1829 0%, #0F2A25 100%);
  color: #fff;
}

.lp-section-header {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 3.5rem;
}

.lp-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.9rem;
  background: rgba(15,118,110,0.09);
  border: 1px solid rgba(15,118,110,0.2);
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--lp-teal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.lp-section-dark .lp-section-tag {
  background: rgba(20,184,166,0.12);
  border-color: rgba(20,184,166,0.25);
  color: #5eead4;
}

.lp-section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--lp-text);
  margin: 0 0 1rem;
}

.lp-section-dark .lp-section-title { color: #fff; }

.lp-section-sub {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--lp-text-sec);
  margin: 0;
}

.lp-section-dark .lp-section-sub { color: #94a3b8; }

/* ═══════════════════════════════════════
   SEÇÃO DOR
═══════════════════════════════════════ */
.lp-pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.25rem;
}

.lp-pain-card {
  background: #fff;
  border: 1px solid rgba(239,68,68,0.12);
  border-radius: var(--lp-radius-md);
  padding: 1.5rem 1.5rem 1.5rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.lp-pain-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow-md);
}

.lp-pain-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #FEF2F2;
  color: #EF4444;
  margin-bottom: 1rem;
}

.lp-pain-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--lp-text);
  margin: 0 0 0.5rem;
}

.lp-pain-card p {
  font-size: 0.88rem;
  color: var(--lp-text-sec);
  margin: 0;
  line-height: 1.6;
}

/* ═══════════════════════════════════════
   SEÇÃO FLUXO
═══════════════════════════════════════ */
.lp-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.lp-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  min-width: 110px;
  text-align: center;
}

.lp-flow-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15,118,110,0.1), rgba(20,184,166,0.12));
  border: 1.5px solid rgba(15,118,110,0.18);
  color: var(--lp-teal);
  box-shadow: 0 2px 12px rgba(15,118,110,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.lp-flow-step:hover .lp-flow-step-icon {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(15,118,110,0.2);
}

.lp-flow-step-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--lp-text);
  line-height: 1.3;
}

.lp-flow-arrow {
  font-size: 1.4rem;
  color: rgba(15,118,110,0.3);
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
  align-self: flex-end;
}

/* ═══════════════════════════════════════
   SEÇÃO RECURSOS
═══════════════════════════════════════ */
.lp-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.lp-feature-card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  padding: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.lp-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow-md);
  border-color: rgba(15,118,110,0.28);
}

.lp-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(15,118,110,0.09), rgba(20,184,166,0.11));
  color: var(--lp-teal);
  margin-bottom: 1rem;
}

.lp-feature-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--lp-text);
  margin: 0 0 0.45rem;
}

.lp-feature-card p {
  font-size: 0.85rem;
  color: var(--lp-text-sec);
  margin: 0;
  line-height: 1.6;
}

/* ═══════════════════════════════════════
   COMO FUNCIONA
═══════════════════════════════════════ */
.lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.lp-step {
  text-align: center;
  padding: 2rem 1.5rem;
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  backdrop-filter: blur(8px);
  transition: transform 0.2s, box-shadow 0.2s;
}

.lp-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow-md);
}

.lp-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0F766E, #14B8A6);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 16px rgba(15,118,110,0.3);
}

.lp-step h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--lp-text);
  margin: 0 0 0.65rem;
}

.lp-step p {
  font-size: 0.9rem;
  color: var(--lp-text-sec);
  margin: 0;
  line-height: 1.65;
}

/* ═══════════════════════════════════════
   COMPARAÇÃO
═══════════════════════════════════════ */
.lp-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}

.lp-compare-col {
  border-radius: var(--lp-radius-md);
  overflow: hidden;
}

.lp-compare-header {
  padding: 1.1rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lp-compare-col--bad .lp-compare-header {
  background: #FEF2F2;
  color: #991b1b;
  border: 1px solid #FCA5A5;
  border-bottom: none;
  border-radius: var(--lp-radius-md) var(--lp-radius-md) 0 0;
}

.lp-compare-col--good .lp-compare-header {
  background: linear-gradient(135deg, #0F766E, #14B8A6);
  color: #fff;
  border-radius: var(--lp-radius-md) var(--lp-radius-md) 0 0;
}

.lp-compare-items {
  border: 1px solid;
  border-top: none;
  border-radius: 0 0 var(--lp-radius-md) var(--lp-radius-md);
  overflow: hidden;
}

.lp-compare-col--bad .lp-compare-items { border-color: #FCA5A5; background: #fff; }
.lp-compare-col--good .lp-compare-items { border-color: rgba(15,118,110,0.25); background: #fff; }

.lp-compare-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.5rem;
  font-size: 0.9rem;
  color: var(--lp-text-sec);
  border-bottom: 1px solid;
}

.lp-compare-col--bad .lp-compare-item { border-bottom-color: rgba(239,68,68,0.08); }
.lp-compare-col--good .lp-compare-item { border-bottom-color: rgba(15,118,110,0.08); }
.lp-compare-item:last-child { border-bottom: none; }

.lp-compare-item svg { flex-shrink: 0; }

.lp-compare-col--bad .lp-compare-item svg { color: #EF4444; }
.lp-compare-col--good .lp-compare-item svg { color: #059669; }

/* ═══════════════════════════════════════
   PÚBLICO-ALVO
═══════════════════════════════════════ */
.lp-audience-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2rem;
}

.lp-audience-chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.1rem;
  background: rgba(255,255,255,0.85);
  border: 1.5px solid rgba(15,118,110,0.18);
  border-radius: 99px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--lp-text);
  transition: background 0.18s, border-color 0.18s, transform 0.18s;
}

.lp-audience-chip:hover {
  background: rgba(15,118,110,0.06);
  border-color: rgba(15,118,110,0.35);
  transform: translateY(-2px);
}

.lp-audience-chip svg { color: var(--lp-teal); }

/* ═══════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════ */
.lp-cta-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #0C1829 0%, #0F2A25 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.lp-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(20,184,166,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,184,166,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.lp-cta-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,184,166,0.1) 0%, transparent 68%);
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.lp-cta-inner {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}

.lp-cta-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 1rem;
}

.lp-cta-sub {
  font-size: 1.05rem;
  color: #94a3b8;
  margin: 0 0 2rem;
  line-height: 1.7;
}

.lp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.lp-btn-primary-dark {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0F766E 0%, #14B8A6 100%);
  border: none;
  border-radius: 99px;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(20,184,166,0.4);
  transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
}

.lp-btn-primary-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(20,184,166,0.5);
  filter: brightness(1.05);
}

.lp-btn-outline-dark {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 99px;
  text-decoration: none;
  transition: background 0.18s, border-color 0.18s, transform 0.18s;
}

.lp-btn-outline-dark:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.3);
  transform: translateY(-2px);
}

/* ═══════════════════════════════════════
   FAQ
═══════════════════════════════════════ */
.lp-faq {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lp-faq-item {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.lp-faq-item.open {
  box-shadow: var(--lp-shadow-sm);
  border-color: rgba(15,118,110,0.25);
}

.lp-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.1rem 1.5rem;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--lp-text);
  gap: 1rem;
  transition: color 0.18s;
}

.lp-faq-trigger:hover { color: var(--lp-teal); }
.lp-faq-item.open .lp-faq-trigger { color: var(--lp-teal); }

.lp-faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(15,118,110,0.08);
  color: var(--lp-teal);
  flex-shrink: 0;
  transition: transform 0.25s;
}

.lp-faq-item.open .lp-faq-icon { transform: rotate(45deg); }

.lp-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.lp-faq-item.open .lp-faq-body { max-height: 200px; }

.lp-faq-body-inner {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.9rem;
  color: var(--lp-text-sec);
  line-height: 1.7;
}

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
.lp-footer {
  background: #0C1829;
  color: #94a3b8;
  padding: 2.5rem 0;
}

.lp-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.lp-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.lp-footer-logo {
  font-weight: 900;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.lp-footer-tagline {
  font-size: 0.82rem;
  color: #64748b;
}

.lp-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}

.lp-footer-links a {
  font-size: 0.85rem;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.18s;
}

.lp-footer-links a:hover { color: #5eead4; }

.lp-footer-copy {
  font-size: 0.78rem;
  color: #475569;
  width: 100%;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}

/* ═══════════════════════════════════════
   SCROLL-REVEAL (JS adds class)
═══════════════════════════════════════ */
.lp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.lp-reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .lp-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ═══════════════════════════════════════
   RESPONSIVIDADE
═══════════════════════════════════════ */
@media (max-width: 900px) {
  .lp-hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .lp-hero-text { max-width: 100%; }
  .lp-hero-visual { min-height: auto; }
  .lp-hero { padding: 3.5rem 0 3rem; }

  /* Chips em mobile: todos 7 ao redor do mockup */
  .lp-hero-visual { min-height: 540px; position: relative; }
  .lp-chip   { font-size: 0.72rem; padding: 0.38rem 0.75rem 0.38rem 0.38rem; }
  .lp-chip-icon { width: 20px; height: 20px; }
  /* topo */
  .lp-chip-7 { top: 8px;   left: 50%; transform: translateX(-50%); right: auto; display: flex; }
  .lp-chip-1 { top: 48px;  left: 0;   display: flex; }
  .lp-chip-2 { top: 48px;  right: 0;  display: flex; }
  /* meio */
  .lp-chip-3 { top: 44%;   left: -4px; display: flex; }
  .lp-chip-4 { top: 44%;   right: -4px; display: flex; }
  /* baixo */
  .lp-chip-5 { bottom: 48px; left: 0;  display: flex; top: auto; }
  .lp-chip-6 { bottom: 48px; right: 0; display: flex; top: auto; }

  .lp-steps { grid-template-columns: 1fr; gap: 1.25rem; }
  .lp-compare-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .lp-nav, .lp-header-actions { display: none; }
  .lp-hamburger { display: flex; }

  .lp-section { padding: 3.5rem 0; }

  .lp-hero-headline {
    font-size: clamp(1.85rem, 7vw, 2.8rem);
    letter-spacing: -0.035em;
  }

  .lp-hero-sub { font-size: 0.97rem; }
  .lp-hero-actions {
    gap: 0.6rem;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .lp-btn-primary-lg, .lp-btn-outline-lg {
    height: 46px;
    padding: 0 1.1rem;
    font-size: 0.9rem;
    white-space: nowrap;
    flex: 0 1 auto;
  }

  .lp-mockup { width: min(300px, 90vw); }

  .lp-flow { gap: 0.75rem; }
  .lp-flow-arrow { font-size: 1rem; padding: 0 0.2rem; }
  .lp-flow-step { min-width: 80px; }

  .lp-footer-inner { flex-direction: column; text-align: center; }
  .lp-footer-links { justify-content: center; }
}

@media (max-width: 480px) {
  .lp-container { padding: 0 1rem; }
  .lp-hero { padding: 2.5rem 0 2rem; }
  .lp-hero-headline { font-size: clamp(1.65rem, 8vw, 2.4rem); }
  .lp-pain-grid { grid-template-columns: 1fr; }
  .lp-features-grid { grid-template-columns: 1fr; }
  .lp-cta-actions { flex-direction: column; align-items: stretch; }
  .lp-btn-primary-dark, .lp-btn-outline-dark { justify-content: center; }
  /* Todos os 7 chips, mais compactos */
  .lp-hero-visual { min-height: 520px; }
  .lp-chip   { font-size: 1rem; padding: 0.28rem 0.6rem 0.28rem 0.3rem; }
  .lp-chip-icon { width: 17px; height: 17px; }
  .lp-chip-7 { top: 6px;   left: 50%; transform: translateX(-50%); right: auto; }
  .lp-chip-1 { top: 42px;  left: 0; }
  .lp-chip-2 { top: 42px;  right: 0; }
  .lp-chip-3 { top: 44%;   left: -2px; }
  .lp-chip-4 { top: 44%;   right: -2px; }
  .lp-chip-5 { bottom: 42px; left: 0;  top: auto; }
  .lp-chip-6 { bottom: 42px; right: 0; top: auto; }
}

/* ═══════════════════════════════════════
   HERO — GLOW E TILT
═══════════════════════════════════════ */
.lp-hero-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,184,166,0.22) 0%, transparent 65%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  filter: blur(32px);
}

/* Tilt via JS */
.lp-mockup { transition: transform 0.08s ease; will-change: transform; }

/* ═══════════════════════════════════════
   SCREENSHOTS / EM AÇÃO
═══════════════════════════════════════ */
.lp-screenshots-section {
  padding: 5rem 0;
  background: var(--lp-bg-alt);
  position: relative;
}

.lp-screenshots-section::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15,118,110,0.12), transparent);
}

.lp-screens-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: auto auto;
  gap: 1.5rem;
  align-items: start;
}

.lp-screen-card--featured { grid-row: 1 / 3; }

.lp-screen-card {
  background: #fff;
  border: 1px solid rgba(15,118,110,0.1);
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15,118,110,0.08), 0 1px 4px rgba(0,0,0,0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}

.lp-screen-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(15,118,110,0.14), 0 4px 12px rgba(0,0,0,0.05);
}

.lp-screen-window { width: 100%; background: #f8fafc; }

.lp-screen-chrome {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.85rem;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}

.lp-screen-dots { display: flex; gap: 5px; flex-shrink: 0; }

.lp-screen-dots span { width: 9px; height: 9px; border-radius: 50%; }
.lp-screen-dots span:nth-child(1) { background: #fca5a5; }
.lp-screen-dots span:nth-child(2) { background: #fde68a; }
.lp-screen-dots span:nth-child(3) { background: #86efac; }

.lp-screen-url {
  flex: 1;
  font-size: 0.7rem;
  color: #94a3b8;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  padding: 0.2rem 0.55rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

.lp-screen-fallback {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.1rem;
  gap: 0.55rem;
  background: #f8fafc;
  min-height: 220px;
}

.lp-screen-fallback--featured { min-height: 366px; }
.lp-screen-fallback--sm       { min-height: 158px; }

.lp-screen-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  padding: 0.6rem 0.85rem;
}

.lp-screen-row-label { font-size: 0.76rem; color: #475569; font-weight: 500; }
.lp-screen-row-val   { font-size: 0.78rem; font-weight: 700; color: #0f172a; }

.lp-screen-title-row {
  font-size: 0.85rem;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 0.2rem;
}

.lp-screen-badge-green {
  font-size: 0.64rem; font-weight: 700; color: #059669;
  background: #ECFDF5; border: 1px solid #A7F3D0;
  border-radius: 99px; padding: 0.15rem 0.5rem;
}

.lp-screen-badge-blue {
  font-size: 0.64rem; font-weight: 700; color: #1d4ed8;
  background: #EFF6FF; border: 1px solid #BFDBFE;
  border-radius: 99px; padding: 0.15rem 0.5rem;
}

.lp-screen-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(15,118,110,0.06), rgba(20,184,166,0.06));
  border: 1px solid rgba(15,118,110,0.12);
  border-radius: 9px;
  padding: 0.65rem 0.85rem;
}

.lp-screen-total-label { font-size: 0.76rem; font-weight: 600; color: #475569; }
.lp-screen-total-val   { font-size: 0.95rem; font-weight: 800; color: #0F766E; }

.lp-screen-cta-row { display: flex; gap: 0.5rem; }

.lp-screen-btn-accept {
  flex: 1; padding: 0.55rem 0.5rem;
  background: linear-gradient(135deg, #0F766E, #14B8A6);
  color: #fff; border-radius: 9px;
  font-size: 0.74rem; font-weight: 700; text-align: center;
}

.lp-screen-btn-refuse {
  flex: 1; padding: 0.55rem 0.5rem;
  background: #f8fafc; color: #64748b;
  border: 1px solid #e2e8f0; border-radius: 9px;
  font-size: 0.74rem; font-weight: 600; text-align: center;
}

.lp-screen-sidebar {
  display: flex;
  gap: 0.5rem;
  flex: 1;
  min-height: 120px;
}

.lp-screen-sidebar-nav {
  width: 44px;
  background: #0C1829;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 7px 5px;
  flex-shrink: 0;
}

.lp-screen-nav-item { height: 24px; border-radius: 5px; background: rgba(255,255,255,0.07); }
.lp-screen-nav-item--active { background: rgba(15,118,110,0.45); }

.lp-screen-main { flex: 1; display: flex; flex-direction: column; gap: 0.45rem; }

.lp-screen-metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  flex: 1;
}

.lp-screen-metric {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.6rem 0.7rem;
}

.lp-screen-metric-label {
  font-size: 0.6rem; font-weight: 600; color: #94a3b8;
  text-transform: uppercase; letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.lp-screen-metric-val { font-size: 0.9rem; font-weight: 800; color: #0f172a; }
.lp-screen-metric-sub { font-size: 0.6rem; color: #059669; font-weight: 600; margin-top: 0.15rem; }

.lp-screen-accept-note {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #0F766E;
  justify-content: center;
  background: rgba(15,118,110,0.05);
  border: 1px solid rgba(15,118,110,0.12);
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
}

.lp-screen-info {
  padding: 1.15rem 1.4rem 1.4rem;
  border-top: 1px solid rgba(15,118,110,0.08);
}

.lp-screen-info h3 {
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--lp-text);
  margin: 0 0 0.4rem;
}

.lp-screen-info p {
  font-size: 0.85rem;
  color: var(--lp-text-sec);
  margin: 0;
  line-height: 1.6;
}

/* ═══════════════════════════════════════
   CREDIBILIDADE
═══════════════════════════════════════ */
.lp-cred-section {
  padding: 4rem 0;
  background: var(--lp-bg);
  border-top: 1px solid rgba(15,118,110,0.07);
  border-bottom: 1px solid rgba(15,118,110,0.07);
}

.lp-cred-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
}

.lp-cred-intro h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--lp-text);
  line-height: 1.15;
  margin: 0 0 0.65rem;
}

.lp-cred-intro p { font-size: 1rem; color: var(--lp-text-sec); margin: 0; }

.lp-cred-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.lp-cred-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem 1.5rem;
  background: var(--lp-bg-alt);
  border: 1px solid rgba(15,118,110,0.1);
  border-radius: var(--lp-radius-lg);
  transition: transform 0.2s, box-shadow 0.2s;
}

.lp-cred-card:hover { transform: translateY(-3px); box-shadow: var(--lp-shadow-md); }

.lp-cred-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15,118,110,0.1), rgba(20,184,166,0.1));
  border: 1.5px solid rgba(15,118,110,0.15);
  color: var(--lp-teal);
  margin-bottom: 0.5rem;
}

.lp-cred-title {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--lp-text);
  line-height: 1;
}

.lp-cred-sub { font-size: 0.88rem; color: var(--lp-text-sec); line-height: 1.55; max-width: 200px; }

/* ═══════════════════════════════════════
   PRICING
═══════════════════════════════════════ */
.lp-pricing-section {
  padding: 6rem 0 4rem;
  background: linear-gradient(160deg, #0C1829 0%, #0F2A25 100%);
  position: relative;
  overflow: hidden;
}

.lp-pricing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(20,184,166,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,184,166,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.lp-pricing-blob {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,184,166,0.1) 0%, transparent 68%);
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.lp-pricing-header-wrap {
  position: relative;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 3.5rem;
}

.lp-pricing-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.lp-pricing-subtitle { font-size: 1.05rem; color: #94a3b8; line-height: 1.7; margin: 0; }

.lp-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  max-width: 840px;
  margin: 0 auto 2.5rem;
  align-items: stretch;
}

@media (max-width: 400px) {
  .lp-hero-actions { gap: 0.45rem; }
  .lp-btn-primary-lg, .lp-btn-outline-lg {
    padding: 0 0.85rem;
    font-size: 0.84rem;
  }
}

.lp-pricing-card {
  position: relative;
  background: linear-gradient(150deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--lp-radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  overflow: visible;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.lp-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 54px rgba(0,0,0,0.32);
  border-color: rgba(255,255,255,0.28);
}

.lp-pricing-card--featured {
  background: linear-gradient(160deg, rgba(20,184,166,0.2), rgba(15,23,42,0.22));
  border: 1.5px solid transparent;
  background-clip: padding-box;
  transform: scale(1.03);
  box-shadow: 0 0 0 1px rgba(20,184,166,0.18), 0 22px 62px rgba(20,184,166,0.2);
}

.lp-pricing-card--featured::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, #14b8a6 0%, #34d399 55%, #22c55e 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.lp-pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #0F766E, #14B8A6);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 99px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(15,118,110,0.45);
}

.lp-pricing-saving-pill {
  align-self: flex-start;
  margin-bottom: 0.9rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #052e2b;
  background: linear-gradient(135deg, #5eead4, #86efac);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 99px;
  padding: 0.28rem 0.75rem;
}

.lp-pricing-plan-name {
  font-size: 0.85rem;
  font-weight: 800;
  color: rgba(255,255,255,0.78);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.lp-pricing-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 0.4rem;
}

.lp-pricing-price-main {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1;
}

.lp-pricing-price-period { font-size: 1rem; font-weight: 500; color: rgba(255,255,255,0.45); }

.lp-pricing-price-alt {
  font-size: 0.82rem;
  color: rgba(226,232,240,0.9);
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.lp-pricing-saving-copy {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.8rem;
  font-weight: 800;
  color: #99f6e4;
  background: rgba(20,184,166,0.14);
  border: 1px solid rgba(94,234,212,0.32);
  border-radius: 999px;
  padding: 0.24rem 0.68rem;
  margin-bottom: 1rem;
}

.lp-pricing-desc {
  font-size: 0.89rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lp-pricing-features {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.lp-pricing-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.86);
  font-weight: 500;
}

.lp-pricing-feature svg { flex-shrink: 0; color: #5eead4; }

.lp-pricing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 99px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
}

.lp-pricing-btn--outline {
  background: rgba(255,255,255,0.02);
  border: 1.5px solid rgba(148,163,184,0.45);
  color: #cbd5e1;
}

.lp-pricing-btn--outline:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }

.lp-pricing-btn--solid {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 45%, #22c55e 100%);
  border: none;
  color: #fff;
  box-shadow: 0 8px 24px rgba(20,184,166,0.42);
}

.lp-pricing-btn--solid:hover {
  filter: brightness(1.07);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(20,184,166,0.48);
}

.lp-pricing-microcopy {
  text-align: center;
  font-size: 0.84rem;
  color: rgba(226,232,240,0.76);
  display: block;
  position: relative;
  margin: 0;
  line-height: 1.55;
}

/* ═══════════════════════════════════════
   RESPONSIVIDADE — NOVAS SEÇÕES
═══════════════════════════════════════ */
@media (max-width: 900px) {
  .lp-screens-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .lp-screen-card--featured { grid-row: auto; }
  .lp-pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
  .lp-pricing-card--featured { order: -1; transform: none; }
  .lp-cred-grid { gap: 1rem; }
}

@media (max-width: 600px) {
  .lp-cred-grid { grid-template-columns: 1fr; }
  .lp-pricing-section { padding: 4rem 0 3rem; }
  .lp-screenshots-section { padding: 3.5rem 0; }
  .lp-cred-section { padding: 3rem 0; }
  .lp-screen-fallback--featured { min-height: 260px; }
  .lp-pricing-card { padding: 1.6rem; }
  .lp-pricing-price-main { font-size: 2.3rem; }
}

/* FINAL FLOATING CHIPS OVERRIDE
   Este bloco fica no final absoluto para garantir que sobrescreva tudo. */
.lp-hero-visual .lp-chip {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation-fill-mode: both !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: infinite !important;
  transition: box-shadow 0.28s ease, border-color 0.28s ease !important;
}

.lp-hero-visual .lp-chip:hover {
  filter: saturate(1.12) brightness(1.02);
  box-shadow: 0 18px 42px rgba(15, 118, 110, 0.18);
  animation-play-state: paused !important;
}

.lp-hero-visual .lp-chip.lp-chip-1 {
  animation-name: lpChipFloatA !important;
  animation-duration: 4.5s !important;
}

.lp-hero-visual .lp-chip.lp-chip-2 {
  animation-name: lpChipFloatB !important;
  animation-duration: 5.2s !important;
  animation-delay: .25s !important;
}

.lp-hero-visual .lp-chip.lp-chip-3 {
  animation-name: lpChipFloatC !important;
  animation-duration: 5.8s !important;
  animation-delay: .5s !important;
}

.lp-hero-visual .lp-chip.lp-chip-4 {
  animation-name: lpChipFloatD !important;
  animation-duration: 6.2s !important;
  animation-delay: .75s !important;
}

.lp-hero-visual .lp-chip.lp-chip-5 {
  animation-name: lpChipFloatA !important;
  animation-duration: 5.5s !important;
  animation-delay: 1s !important;
  animation-direction: reverse !important;
}

.lp-hero-visual .lp-chip.lp-chip-6 {
  animation-name: lpChipFloatB !important;
  animation-duration: 6.5s !important;
  animation-delay: 1.25s !important;
  animation-direction: reverse !important;
}

.lp-hero-visual .lp-chip.lp-chip-7 {
  animation-name: lpChipFloatC !important;
  animation-duration: 7s !important;
  animation-delay: 1.5s !important;
}

@keyframes lpChipFloatA {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50%       { transform: translate3d(0, -22px, 0) rotate(0deg); }
}

@keyframes lpChipFloatB {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50%       { transform: translate3d(0, -18px, 0) rotate(0deg); }
}

@keyframes lpChipFloatC {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50%       { transform: translate3d(0, -16px, 0) rotate(0deg); }
}

@keyframes lpChipFloatD {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50%       { transform: translate3d(0, -20px, 0) rotate(0deg); }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-visual .lp-chip {
    animation-duration: 14s !important;
    animation-delay: 0s !important;
  }
}

/* ═══════════════════════════════════════
   HERO — IMAGEM REAL (substitui mockup)
═══════════════════════════════════════ */
.lp-hero-device {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-hero-device-img {
  max-width: 320px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 64px rgba(15,23,42,0.28)) drop-shadow(0 8px 24px rgba(15,118,110,0.18));
  border-radius: 28px;
}

@keyframes lpHeroDeviceFloat {
  0%, 100% { transform: translate3d(0,0,0); }
  50%       { transform: translate3d(0,-10px,0); }
}

.lp-float-slow {
  animation: lpHeroDeviceFloat 6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .lp-float-slow { animation: none; }
}

@media (max-width: 768px) {
  .lp-hero-device-img { max-width: 260px; }
}

/* ═══════════════════════════════════════
   PRODUCT SHOWCASE — IMAGENS REAIS
═══════════════════════════════════════ */
.lp-product-section {
  padding: 5rem 0;
  background: var(--lp-bg-alt);
  position: relative;
}

.lp-product-section::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15,118,110,0.12), transparent);
}

.lp-product-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  margin-top: 3rem;
}

.lp-showcase-card--wide {
  grid-column: 1 / -1;
}

.lp-showcase-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(148,163,184,0.14);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(15,23,42,0.08);
  transition: transform .28s ease, box-shadow .28s ease;
}

.lp-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(15,23,42,0.13);
}

.lp-showcase-img-wrap {
  overflow: hidden;
  background: #f8fafc;
}

.lp-showcase-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.lp-showcase-card--wide .lp-showcase-img-wrap img {
  max-height: 400px;
  object-fit: cover;
}

.lp-showcase-info {
  padding: 1.25rem 1.5rem 1.5rem;
}

.lp-showcase-badge {
  display: inline-block;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0F766E;
  background: rgba(15,118,110,0.1);
  border-radius: 20px;
  padding: .25rem .75rem;
  margin-bottom: .75rem;
}

.lp-showcase-info h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 .4rem;
  line-height: 1.3;
}

.lp-showcase-info p {
  font-size: .875rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1024px) {
  .lp-product-showcase { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .lp-product-section { padding: 3.5rem 0; }
  .lp-product-showcase { grid-template-columns: 1fr; }
  .lp-showcase-card--wide .lp-showcase-img-wrap img { max-height: 260px; }
}

/* Hero actions mobile override (mantém os 2 botões lado a lado) */
@media (max-width: 768px) {
  .lp-hero .lp-hero-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }

  .lp-hero .lp-hero-actions > a {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    padding: 0 0.75rem !important;
    height: 44px !important;
    font-size: 0.84rem !important;
  }
}
