/* ==========================================================================
   Localove — funnel steps 2 (apresentacao) and 3 (acesso)
   Hand-authored companion to styles-DeWH7knx.css.
   Reuses design tokens (--primary, --background, --gradient-cta, ...)
   defined in that file's :root, plus its .btn-cta / .neon-text /
   .animate-fade-in-up components and global reset.
   ========================================================================== */

/* ---------- shared shell (dark steps) ---------- */

.la-shell {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.la-glow-top {
  pointer-events: none;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  height: 520px;
  width: 520px;
  border-radius: 9999px;
  background: rgba(57, 196, 45, 0.28);
  filter: blur(64px);
}

.la-glow-bottom {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 300px;
  width: 300px;
  border-radius: 9999px;
  background: rgba(57, 196, 45, 0.18);
  filter: blur(64px);
}

.la-content {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  max-width: 28rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  text-align: center;
}

.la-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background: rgba(57, 196, 45, 0.15);
  box-shadow: inset 0 0 0 1px rgba(57, 196, 45, 0.3);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary);
}

.la-badge svg { height: 0.75rem; width: 0.75rem; }

.la-h1 {
  margin-top: 1rem;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.la-sub {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--muted-foreground);
  max-width: 26rem;
}

.la-accent { color: var(--primary); }

/* ---------- avatar / social proof row (shared) ---------- */

.la-social {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.la-avatars { display: flex; }

.la-avatars img {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  object-fit: cover;
  box-shadow: 0 0 0 2px var(--background);
  margin-left: -0.5rem;
  filter: blur(2px);
}

.la-avatars img:first-child { margin-left: 0; }

.la-social p { font-size: 0.75rem; color: var(--muted-foreground); }
.la-social strong { color: var(--foreground); }

/* ---------- trust pills (shared) ---------- */

.la-trust {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.la-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  background: rgba(57, 196, 45, 0.1);
  box-shadow: inset 0 0 0 1px rgba(57, 196, 45, 0.25);
  color: var(--primary);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.la-trust svg { height: 0.875rem; width: 0.875rem; }

/* ---------- footer (shared) ---------- */

.la-footer {
  position: relative;
  z-index: 10;
  margin-top: 2.5rem;
  width: 100%;
  border-top: 1px solid var(--border);
  background: rgba(2, 7, 3, 0.6);
  backdrop-filter: blur(6px);
}

.la-footer-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 28rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted-foreground);
}

.la-footer-inner p + p { margin-top: 0.5rem; }

.la-footer-nav {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.la-footer-nav a { color: inherit; text-decoration: none; }
.la-footer-nav a:hover { color: var(--primary); }

.la-copyright { margin-top: 0.5rem; font-size: 0.6875rem; opacity: 0.7; }

/* ---------- step 2: apresentacao — presell mockup photo ---------- */

.la-mock {
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
}

.la-mock--photo {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 20px 45px -20px rgba(0, 0, 0, 0.7), inset 0 0 0 1px var(--border);
}

.la-mock--photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- step 3: acesso — light app shell ---------- */

body.la-light {
  background-color: #f0faf2;
  background-image:
    linear-gradient(90deg, rgba(0, 148, 72, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 148, 72, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  color: #0b1210;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.la-app-header {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
  background: linear-gradient(180deg, #0f7a3a 0%, #0a5f2c 100%);
  border-bottom-left-radius: 50% 32px;
  border-bottom-right-radius: 50% 32px;
}

.la-app-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.la-app-logo {
  display: inline-flex;
  align-items: center;
}

.la-app-logo img { height: 2.5rem; width: auto; }

.la-app-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}

.la-app-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  color: #ffffff;
}

.la-app-icon-btn--crown {
  background: #a3ff3a;
  color: #0a5f2c;
}

.la-app-icon-btn svg { height: 1rem; width: 1rem; }
.la-app-icon-btn--menu svg { height: 1.5rem; width: 1.5rem; stroke-width: 3; }

.la-app-main {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 2rem 1.25rem 3rem;
}

.la-access-card {
  width: 100%;
  max-width: 26rem;
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 30px -12px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  text-align: center;
}

.la-access-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #10b981;
}

.la-access-dot {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  background: #10b981;
  animation: la-pulse 1.4s ease-in-out infinite;
}

@keyframes la-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.la-access-h1 {
  margin-top: 1rem;
  font-size: 2.125rem;
  line-height: 1.1;
  font-weight: 900;
  color: #111827;
  letter-spacing: -0.01em;
}

.la-access-sub {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #5b6472;
}

.la-select-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.la-select-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  background: #22c55e;
  box-shadow: 0 8px 24px -10px rgba(16, 185, 129, 0.55);
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.la-select-btn:active { transform: scale(0.99); }

.la-select-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  flex: none;
  border-radius: 9999px;
  background: #ffffff;
  color: #16a34a;
}

.la-select-icon svg { height: 1.5rem; width: 1.5rem; }

.la-access-note {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.la-access-note-title {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
}

.la-access-note-title svg { height: 1rem; width: 1rem; color: #065f46; }
.la-access-note-title strong { font-weight: 900; }

.la-access-note-sub { font-size: 0.75rem; color: #6b7280; }

.la-app-footer {
  position: relative;
  z-index: 5;
  padding: 0 1.25rem 2rem;
  text-align: center;
  font-size: 0.75rem;
  color: #8a978f;
}

@media (min-width: 480px) {
  .la-access-card { padding: 3rem 2.5rem; }
}

/* ---------- step 4: numero — connecting Localove x WhatsApp ---------- */

.la-dark-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}

.la-dark-overlay.is-open { display: flex; }

.la-connect-card {
  width: 100%;
  max-width: 24rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 30px 70px -25px rgba(0, 0, 0, 0.6);
  border: 1px solid #d1fae5;
}

.la-connect-banner {
  position: relative;
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
  background: linear-gradient(135deg, #059669, #10b981 55%, #14b8a6);
  color: #ffffff;
}

.la-connect-spinner {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  animation: la-spin 0.8s linear infinite;
}

@keyframes la-spin {
  to { transform: rotate(360deg); }
}

.la-connect-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.la-connect-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0.25rem;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  animation: la-avatar-pulse 2s ease-in-out infinite;
}

@keyframes la-avatar-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

.la-connect-avatar--app { background: #000000; }
.la-connect-avatar--wa { background: #ffffff; }
.la-connect-avatar img { height: 100%; width: 100%; object-fit: contain; border-radius: 9999px; }

.la-connect-avatar-badge {
  position: absolute;
  bottom: -0.25rem;
  right: -0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  background: #6ee7b7;
  border: 2px solid #047857;
  color: #065f46;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.la-connect-avatar-badge svg { height: 0.875rem; width: 0.875rem; }

.la-connect-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.la-connect-dots i {
  display: block;
  height: 0.3rem;
  width: 0.3rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.55);
  font-style: normal;
  animation: la-dot-pulse 1.2s ease-in-out infinite;
}

.la-connect-dots i:nth-child(2) { animation-delay: 0.15s; }
.la-connect-dots i:nth-child(3) { animation-delay: 0.3s; }
.la-connect-dots i:nth-child(4) { animation-delay: 0.45s; }
.la-connect-dots i:nth-child(5) { animation-delay: 0.6s; }

@keyframes la-dot-pulse {
  0%, 100% { opacity: 0.35; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

.la-connect-title {
  margin-top: 0.875rem;
  font-size: 1.125rem;
  font-weight: 800;
}

.la-connect-subtitle {
  margin-top: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
}

.la-connect-subtitle-dot {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  background: #ffffff;
}

.la-connect-body {
  padding: 1.75rem 1.5rem 1.5rem;
}

.la-connect-desc {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #4c5852;
  text-align: center;
}

.la-connect-desc strong { color: #0b1210; }

.la-progress {
  margin-top: 1.25rem;
}

.la-progress-track {
  height: 0.5rem;
  border-radius: 9999px;
  background: #e7ede9;
  overflow: hidden;
}

.la-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #1fd07c, #0e9d63);
  transition: width 0.15s linear;
}

.la-progress-pct {
  display: block;
  margin-top: 0.375rem;
  text-align: right;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #8a978f;
}

.la-terminal {
  margin-top: 1.125rem;
  border-radius: 0.75rem;
  background: #0a0f0c;
  padding: 0.875rem 1rem;
  min-height: 8.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.la-terminal-line {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  color: #4fae7c;
  opacity: 0;
  transform: translateY(4px);
  animation: la-line-in 0.3s ease-out forwards;
}

.la-terminal-line::before {
  content: "\203A";
  margin-right: 0.4rem;
  opacity: 0.7;
}

.la-terminal-line--active {
  color: #b9f3d2;
  font-weight: 700;
}

@keyframes la-line-in {
  to { opacity: 1; transform: translateY(0); }
}

.la-connect-footer {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #8a978f;
}

.la-connect-footer svg { height: 0.8125rem; width: 0.8125rem; color: #0f9d43; }

/* ---------- step 5: numero — phone capture form ---------- */

.la-form-card {
  width: 100%;
  max-width: 25rem;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 30px 70px -25px rgba(0, 0, 0, 0.6);
  padding: 2rem 1.5rem 1.75rem;
  text-align: center;
}

.la-form-card img.la-wa-logo { height: 2.25rem; width: auto; margin: 0 auto; }

.la-form-title {
  margin-top: 1.75rem;
  font-size: 1.625rem;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
}

.la-form-title span {
  background: linear-gradient(90deg, #16a34a, #86efac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.la-form-sub {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.la-form-hint {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #111827;
}

.la-form-row {
  margin-top: 0.75rem;
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  text-align: left;
}

.la-form-country {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding-right: 0.5rem;
  border-right: 1px solid #e5e7eb;
  flex: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
}

.la-form-row input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.875rem;
  color: #111827;
}

.la-form-submit {
  margin-top: 1.25rem;
  width: 100%;
  border: none;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  background: #a7d9c3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: not-allowed;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.la-form-submit svg { height: 1rem; width: 1rem; }

.la-form-submit.is-ready {
  background: #10b981;
  box-shadow: 0 8px 20px -8px rgba(16, 185, 129, 0.55);
  cursor: pointer;
}

.la-form-ticker {
  margin-top: 1.5rem;
  height: 3.5rem;
  overflow: hidden;
  position: relative;
}

.la-form-ticker-row {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.75rem;
  border: 1px solid #c7ecd4;
  background: #e8f8ee;
  padding: 0.75rem 1rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.la-form-ticker-row.is-visible { opacity: 1; transform: translateY(0); }

.la-form-ticker-check {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  background: #10b981;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.la-form-ticker-check svg { height: 0.875rem; width: 0.875rem; }

.la-form-ticker-text { font-size: 0.8125rem; color: #1f2937; }

.la-form-ticker-dot {
  margin-left: auto;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background: #10b981;
  animation: la-pulse 1.4s ease-in-out infinite;
}

.la-form-footer {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  color: #6b7280;
}

.la-form-footer svg { height: 0.75rem; width: 0.75rem; }

/* ---------- step 6: numero — OTP verification ---------- */

.la-toast {
  position: fixed;
  left: 50%;
  top: -140px;
  z-index: 60;
  width: 92%;
  max-width: 24rem;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: top 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease-out;
}

.la-toast.is-visible { top: 1.25rem; opacity: 1; }

.la-toast-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
  border: 1px solid #e5e7eb;
  padding: 0.625rem 0.875rem;
}

.la-toast-icon {
  flex: none;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.625rem;
  background: #10b981;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.la-toast-icon svg { height: 1.125rem; width: 1.125rem; }

.la-toast-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.la-toast-title-row span:first-child { font-size: 0.75rem; font-weight: 700; color: #111827; }
.la-toast-title-row span:last-child { font-size: 0.625rem; color: #6b7280; text-transform: uppercase; letter-spacing: 0.05em; }

.la-toast-body { margin-top: 0.125rem; font-size: 0.8125rem; color: #1f2937; }
.la-toast-body b { color: #059669; letter-spacing: 0.1em; }

.la-otp-card {
  width: 100%;
  max-width: 24rem;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 30px 70px -25px rgba(0, 0, 0, 0.6);
  border: 1px solid #d1fae5;
  padding: 2rem 1.5rem;
  text-align: center;
}

.la-otp-title { font-size: 1.0625rem; font-weight: 600; color: #111827; }
.la-otp-title span { color: #10b981; }

.la-otp-status {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #6b7280;
}

.la-otp-status.is-success { color: #059669; }

.la-otp-lock {
  position: relative;
  margin: 1.5rem auto 0;
  height: 6rem;
  width: 6rem;
  border-radius: 9999px;
  border: 4px solid #10b981;
  background: #ecfdf5;
  box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}

.la-otp-lock svg { height: 2.75rem; width: auto; overflow: visible; position: relative; z-index: 1; }

.la-otp-lock-shackle { transform: translateY(0); transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1); }
.la-otp-lock-check { opacity: 0; transform: scale(0.5); transform-origin: center; transition: opacity 0.4s ease-out, transform 0.4s ease-out; }

.la-otp-lock.is-searching { animation: la-pulse 1.6s ease-in-out infinite; }

.la-otp-lock.is-success .la-otp-lock-shackle { transform: translateY(-14px); }
.la-otp-lock.is-success .la-otp-lock-check { opacity: 1; transform: scale(1); }

.la-otp-digits {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.la-otp-digit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.la-otp-digit span:first-child {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  color: #9ca3af;
  transition: color 0.3s ease;
  font-variant-numeric: tabular-nums;
}

.la-otp-digit span:last-child {
  margin-top: 0.25rem;
  height: 2px;
  width: 1.5rem;
  border-radius: 9999px;
  background: #d1d5db;
  transition: background 0.3s ease;
}

.la-otp-digit.is-set span:first-child { color: #059669; }
.la-otp-digit.is-set span:last-child { background: #059669; }

.la-otp-digit.is-just-found span:first-child { animation: la-digit-found 0.6s ease-out; }

@keyframes la-digit-found {
  0% { transform: scale(1.7); color: #10b981; text-shadow: 0 0 12px rgba(16, 185, 129, 0.6); }
  55% { transform: scale(0.92); }
  100% { transform: scale(1); }
}

.la-otp-connected {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #10b981;
  display: none;
}

.la-otp-connected.is-visible { display: block; }

.la-otp-info {
  margin-top: 1rem;
  border-radius: 0.75rem;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 0.625rem 0.75rem;
}

.la-otp-info p {
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #065f46;
  text-align: center;
}

.la-otp-progress {
  margin-top: 1.25rem;
  height: 0.375rem;
  border-radius: 9999px;
  background: #f3f4f6;
  overflow: hidden;
}

.la-otp-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #10b981, #34d399);
  transition: width 0.2s linear;
}

.la-otp-cta {
  margin-top: 1.5rem;
  display: none;
  width: 100%;
  border: none;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: linear-gradient(90deg, #1eb954, #25d366);
  box-shadow: 0 12px 24px -10px rgba(37, 211, 102, 0.55);
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
}

.la-otp-cta.is-visible { display: flex; }

/* ---------- step 7: carregando — analysis + results teaser ---------- */

.la-app-header--tall { padding-bottom: 3.5rem; }

.la-app-connected {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.la-app-connected-avatar {
  height: 2.5rem;
  width: 2.5rem;
  flex: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
}

.la-app-connected-avatar svg { height: 1.25rem; width: 1.25rem; }

.la-app-connected p {
  font-style: italic;
  font-weight: 800;
  font-size: 0.9375rem;
  color: #a3ff3a;
  line-height: 1.3;
}

.la-app-connected span { font-size: 0.875rem; }

.la-report-main { margin-top: 0.5rem; }

.la-profile {
  position: relative;
  margin: 0 auto;
  height: 7.5rem;
  width: 7.5rem;
}

.la-profile-corner {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  border-color: #10b981;
}

.la-profile-corner--tl { top: 0; left: 0; border-top: 2px solid; border-left: 2px solid; border-radius: 0.5rem 0 0 0; }
.la-profile-corner--tr { top: 0; right: 0; border-top: 2px solid; border-right: 2px solid; border-radius: 0 0.5rem 0 0; }
.la-profile-corner--bl { bottom: 0; left: 0; border-bottom: 2px solid; border-left: 2px solid; border-radius: 0 0 0 0.5rem; }
.la-profile-corner--br { bottom: 0; right: 0; border-bottom: 2px solid; border-right: 2px solid; border-radius: 0 0 0.5rem 0; }

.la-profile-photo {
  position: absolute;
  inset: 0.75rem;
  border-radius: 9999px;
  overflow: hidden;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.la-profile-photo svg { height: 3rem; width: 3rem; }

.la-profile-live {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  background: #10b981;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  white-space: nowrap;
}

.la-profile-label {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b7280;
}

.la-profile-number {
  margin: 0.5rem auto 0;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #065f46;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.la-analysis-card {
  margin-top: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d1fae5;
  box-shadow: 0 10px 30px -15px rgba(16, 185, 129, 0.25);
  padding: 1.25rem;
}

.la-analysis-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.la-analysis-head span:first-child {
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b7280;
  font-weight: 600;
}

.la-analysis-status {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #10b981;
}

.la-analysis-status i {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  background: #10b981;
  font-style: normal;
  animation: la-pulse 1.4s ease-in-out infinite;
}

.la-analysis-pct {
  margin-top: 0.5rem;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 1;
  color: #111827;
}

.la-analysis-track {
  margin-top: 0.75rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #f3f4f6;
  overflow: hidden;
}

.la-analysis-fill {
  height: 100%;
  width: 0%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #10b981, #34d399);
  transition: width 0.15s linear;
}

.la-analysis-caption {
  margin-top: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  color: #5b6472;
}

.la-analysis-steps { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.625rem; }

.la-analysis-step { display: flex; align-items: center; gap: 0.75rem; font-size: 0.875rem; color: #9ca3af; }

.la-analysis-step-icon {
  height: 1.5rem;
  width: 1.5rem;
  flex: none;
  border-radius: 9999px;
  background: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #9ca3af;
}

.la-analysis-step-icon svg { height: 0.875rem; width: 0.875rem; display: none; }

.la-analysis-step.is-done { color: #065f46; font-weight: 500; }
.la-analysis-step.is-done .la-analysis-step-icon { background: #10b981; color: #ffffff; }
.la-analysis-step.is-done .la-analysis-step-icon .la-analysis-step-num { display: none; }
.la-analysis-step.is-done .la-analysis-step-icon svg { display: block; }

.la-teaser-card {
  margin-top: 1rem;
  display: none;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-left: 4px solid #ef4444;
  background: #ffffff;
  box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.25);
  padding: 0.875rem 1rem;
}

.la-teaser-card.is-visible { display: flex; }

.la-teaser-icon {
  flex: none;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.75rem;
  background: #f3f4f6;
  color: #4b5563;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.la-teaser-icon svg { height: 1.25rem; width: 1.25rem; }

.la-teaser-text { flex: 1; min-width: 0; }
.la-teaser-title { font-size: 0.9375rem; font-weight: 700; color: #111827; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.la-teaser-sub {
  margin-top: 0.125rem;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9ca3af;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.la-teaser-count { flex: none; font-size: 1.5rem; font-weight: 800; color: #ef4444; }

.la-report-section {
  margin-top: 1.25rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border: 1px solid #d1fae5;
  box-shadow: 0 10px 30px -15px rgba(16, 185, 129, 0.25);
  padding: 1.25rem;
  text-align: left;
}

.la-report-section h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

.la-report-section h2 svg { height: 1.25rem; width: 1.25rem; color: #10b981; }

.la-report-section p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
}

.la-report-section .hl-red { font-weight: 700; color: #e53935; }
.la-report-section .hl-amber { font-weight: 700; color: #f59e0b; }
.la-report-section .hl-dark { font-weight: 700; color: #111827; }

.la-report-eyebrow {
  margin-top: 0.75rem;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6b7280;
}

.la-chat-row {
  width: 100%;
  margin-top: 0.75rem;
  text-align: left;
  background: #ffffff;
  border: 1px solid #eef2f0;
  border-radius: 1rem;
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
}

.la-chat-row-name { font-weight: 700; font-size: 0.875rem; color: #111827; }

.la-chat-row-flag {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #e53935;
}

.la-chat-row-flag i {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background: #ef4444;
  font-style: normal;
}

.la-chat-row-time { font-size: 0.75rem; color: #9ca3af; flex: none; }

.la-report-cta {
  margin-top: 1rem;
  width: 100%;
  border: none;
  border-radius: 1rem;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  background: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  box-shadow: 0 12px 24px -12px rgba(16, 185, 129, 0.5);
}

.la-report-cta svg { height: 1rem; width: 1rem; }

.la-media-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.la-media-tile {
  aspect-ratio: 1;
  border-radius: 1rem;
  background: #e5e7eb;
  color: #4b5563;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.75rem;
}

.la-media-tile svg { height: 1.5rem; width: 1.5rem; }

.la-keyword-list { margin-top: 0.75rem; display: flex; flex-direction: column; }

.la-keyword-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f5f4;
  font-size: 0.875rem;
  color: #1f2937;
}

.la-keyword-count {
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  background: #10b981;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
}

.la-loc-teaser {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 1.25rem;
  background: #111b21;
  padding: 1rem;
  text-decoration: none;
  box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

.la-loc-teaser-top {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.la-loc-teaser-icon {
  flex: none;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.75rem;
  background: rgba(229, 57, 53, 0.15);
  color: #e53935;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.la-loc-teaser-icon svg { height: 1.25rem; width: 1.25rem; }

.la-loc-teaser-text { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.la-loc-teaser-title { font-size: 0.9375rem; font-weight: 700; color: #e9edef; }
.la-loc-teaser-sub { margin-top: 0.125rem; font-size: 0.8125rem; font-weight: 600; color: #25d366; }

.la-loc-teaser-lock {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: #1f2c33;
  color: #8696a0;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.3125rem 0.5625rem;
  border-radius: 9999px;
}

.la-loc-teaser-lock svg { height: 0.6875rem; width: 0.6875rem; }

.la-loc-teaser-blur {
  height: 0.9rem;
  border-radius: 0.375rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07));
  filter: blur(3px);
  width: 78%;
}

@keyframes la-ping {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(2.6); opacity: 0; }
}

.la-report-footer {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.625rem;
  color: #9ca3af;
  padding-bottom: 5rem;
}

.la-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0.75rem;
  z-index: 40;
  padding: 0 1rem;
}

.la-sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 30rem;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: #10b981;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.la-sticky-cta svg { height: 1rem; width: 1rem; }

/* ---------- step 8: wppm/whatsapp — chat mirror ---------- */

body.la-wa {
  background: #0b141a;
  color: #e9edef;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

/* icon rail — always visible, matches the real WhatsApp Web chrome at any width */

.la-wa-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: none;
  width: 3.5rem;
  padding: 0.75rem 0;
  background: #111b21;
  border-right: 1px solid #1f2c33;
}

.la-wa-rail-top, .la-wa-rail-bottom { display: flex; flex-direction: column; align-items: center; gap: 1rem; }

.la-wa-rail-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  color: #99a2ab;
}

.la-wa-rail-icon svg { height: 1.25rem; width: 1.25rem; }
.la-wa-rail-icon.is-active { background: #2a3942; color: #e9edef; }

.la-wa-rail-badge {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  height: auto;
  min-width: 1rem;
  padding: 0 0.25rem;
  border-radius: 9999px;
  background: #25d366;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.la-wa-rail-avatar {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  background: #3b4a54;
}

/* desktop-only empty state pane (mirrors the real `main.hidden.md:flex`) */

.la-wa-empty { display: none; }

@media (min-width: 768px) {
  .la-wa-empty {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #0b141a;
    text-align: center;
    padding: 2rem;
  }

  .la-wa-empty svg { height: 8rem; width: 8rem; color: #364248; }
  .la-wa-empty h2 { margin-top: 1rem; font-size: 1.25rem; font-weight: 400; color: #e9edef; }
  .la-wa-empty p { max-width: 26rem; font-size: 0.875rem; line-height: 1.5; color: #99a2ab; margin-top: 0.5rem; }
  .la-wa-empty a { color: #25d366; text-decoration: underline; cursor: pointer; }
}

.la-wa-frame {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: #111b21;
  overflow: hidden;
}

.la-wa-header {
  padding: 1rem 1rem 0.5rem;
  flex: none;
}

.la-wa-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.la-wa-header-top h1 { font-size: 1.5rem; font-weight: 600; color: #ffffff; }

.la-wa-connected {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  background: rgba(37, 211, 102, 0.12);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.35);
  margin-top: 0.5rem;
}

.la-wa-connected i {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  background: #25d366;
  font-style: normal;
  animation: la-pulse 1.4s ease-in-out infinite;
}

.la-wa-search {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 9999px;
  background: #202c33;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #8696a0;
}

.la-wa-search svg { height: 1rem; width: 1rem; flex: none; }

.la-wa-tabs {
  margin-top: 0.625rem;
  display: flex;
  gap: 0.5rem;
  font-size: 0.75rem;
}

.la-wa-tab {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid #2a3942;
  color: #d1d7db;
  font-weight: 500;
}

.la-wa-tab.is-active {
  background: #103d2e;
  color: #25d366;
  border-color: #1f6b4d;
}

.la-wa-tab .count { color: #25d366; margin-left: 0.25rem; }

.la-wa-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  border: 1px solid #2a3942;
  color: #d1d7db;
}

.la-wa-tab-icon svg { height: 0.875rem; width: 0.875rem; }

.la-wa-archive {
  margin: 0.625rem 1rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-radius: 0.375rem;
  background: #202c33;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  cursor: pointer;
}

.la-wa-archive-left { display: inline-flex; align-items: center; gap: 0.75rem; color: #8696a0; }
.la-wa-archive-left svg { height: 1rem; width: 1rem; }
.la-wa-archive-count { font-size: 0.8125rem; font-weight: 500; color: #8696a0; }

.la-wa-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 11rem;
}

.la-wa-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.la-wa-row.is-pinned { background: #202c33; }

.la-wa-avatar {
  height: 2.75rem;
  width: 2.75rem;
  flex: none;
  border-radius: 9999px;
  overflow: hidden;
  background: #3b4a54;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8696a0;
}

.la-wa-avatar svg { height: 1.25rem; width: 1.25rem; }

.la-wa-avatar--photo {
  background-size: cover;
  background-position: center;
  filter: blur(4px);
}

.la-wa-row-main { flex: 1; min-width: 0; }

.la-wa-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.la-wa-row-name {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e9edef;
}

.la-wa-row-name svg { height: 0.8125rem; width: 0.8125rem; flex: none; }
.la-wa-row-name .la-wa-lock-icon { color: #8696a0; }
.la-wa-row-name .la-wa-alert-icon { color: #e53935; }

.la-wa-row-time { font-size: 0.75rem; color: #8696a0; flex: none; display: inline-flex; align-items: center; gap: 0.25rem; }
.la-wa-pin { height: 0.75rem; width: 0.75rem; color: #8696a0; transform: rotate(45deg); }

.la-wa-row-bottom {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.la-wa-preview { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.la-wa-dots {
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  color: #86969f;
  filter: blur(2px);
}

.la-wa-typing {
  font-size: 0.8125rem;
  color: #00a884;
  font-style: italic;
}

.la-wa-badge.is-bump { animation: la-badge-bump 0.4s ease; }

@keyframes la-badge-bump {
  0% { transform: scale(1); }
  40% { transform: scale(1.5); }
  100% { transform: scale(1); }
}

.la-wa-badge {
  flex: none;
  height: 1.125rem;
  min-width: 1.125rem;
  padding: 0 0.25rem;
  border-radius: 9999px;
  background: #25d366;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.la-wa-flag {
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  color: #f87171;
}

.la-wa-encryption {
  text-align: center;
  font-size: 0.6875rem;
  color: #8696a0;
  padding: 1.5rem 1.5rem 1rem;
}

.la-wa-encryption svg { height: 0.75rem; width: 0.75rem; vertical-align: -1px; margin-right: 0.25rem; }
.la-wa-encryption strong { display: block; margin-top: 0.125rem; font-weight: 600; color: #25d366; }

.la-wa-countdown-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 0.75rem;
  background: linear-gradient(180deg, rgba(11, 20, 26, 0) 0%, #0b141a 35%);
}

.la-wa-countdown {
  max-width: 30rem;
  margin: 0 auto;
  border-radius: 0.875rem;
  background: #111b21;
  border: 1px solid #1f6b4d;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.35);
  padding: 0.875rem;
}

.la-wa-countdown-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.la-wa-countdown-label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #8696a0;
}

.la-wa-countdown-label svg { height: 0.75rem; width: 0.75rem; color: #ff9800; }

@keyframes hourglass-flip {
  0%, 40% { transform: rotate(0); }
  50%, 90% { transform: rotate(180deg); }
  100% { transform: rotate(360deg); }
}

.hourglass-spin { animation: 2.5s ease-in-out infinite hourglass-flip; }

.la-wa-countdown-time {
  font-size: 0.875rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  padding: 0.125rem 0.5rem;
  border-radius: 0.375rem;
  background: rgba(229, 57, 53, 0.15);
  color: #ff5252;
  border: 1px solid rgba(229, 57, 53, 0.4);
}

.la-wa-countdown p {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.4;
  color: #d1d7db;
}

.la-wa-countdown p strong { color: #ffffff; }

.la-wa-countdown-cta {
  margin-top: 0.5rem;
  width: 100%;
  border: none;
  border-radius: 0.5rem;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  animation: la-pulse 1.6s ease-in-out infinite;
}

.la-wa-countdown-cta svg { height: 1rem; width: 1rem; }

/* ---------- pricing modal ---------- */

.la-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.la-modal-overlay.is-open { display: flex; }

.la-modal {
  width: 100%;
  max-width: 24rem;
  border-radius: 1.25rem;
  background: #111827;
  color: #e5e7eb;
  overflow: hidden;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.7);
}

.la-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1.125rem;
  background: rgba(229, 57, 53, 0.12);
  border-bottom: 1px solid rgba(229, 57, 53, 0.25);
  color: #ef4444;
}

.la-modal-head-left { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 0.875rem; }
.la-modal-head-left svg { height: 1rem; width: 1rem; }
.la-modal-close { background: none; border: none; color: rgba(255, 255, 255, 0.6); cursor: pointer; }
.la-modal-close svg { height: 1.25rem; width: 1.25rem; }

.la-modal-body { padding: 1.25rem; }

.la-modal-top { display: flex; align-items: center; gap: 1rem; }

.la-modal-lock {
  position: relative;
  flex: none;
  height: 4rem;
  width: 4rem;
}

.la-modal-lock-ring {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: rgba(229, 57, 53, 0.35);
  animation: la-ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.la-modal-lock-circle {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  border: 2px solid #ef4444;
  box-shadow: 0 0 20px rgba(229, 57, 53, 0.5);
  background: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.la-modal-lock-circle svg { height: 1.5rem; width: 1.5rem; }

.la-modal-lock-tag {
  position: absolute;
  left: 50%;
  bottom: -0.375rem;
  transform: translateX(-50%);
  background: #ef4444;
  color: #ffffff;
  font-size: 0.5625rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
  border-radius: 9999px;
  white-space: nowrap;
}

.la-modal-restrict {
  flex: 1;
  border-radius: 0.75rem;
  padding: 0.625rem 0.75rem;
  background: rgba(229, 57, 53, 0.1);
  border: 1px solid rgba(229, 57, 53, 0.25);
}

.la-modal-restrict-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #f87171;
}

.la-modal-restrict-title span:first-child {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  background: rgba(229, 57, 53, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.la-modal-restrict-title svg { height: 0.875rem; width: 0.875rem; }

.la-modal-restrict p { margin-top: 0.25rem; font-size: 0.75rem; color: #d1d5db; }
.la-modal-restrict strong { color: #ffffff; }

.la-modal-copy { margin-top: 1.25rem; text-align: center; font-size: 0.875rem; color: #d1d5db; }

.la-modal-price {
  margin-top: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.875rem;
  padding: 0.875rem 1rem;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.la-modal-price-left { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 0.875rem; color: #ffffff; }
.la-modal-price-left svg { height: 1rem; width: 1rem; color: #10b981; }

.la-modal-price-old { display: block; font-size: 0.6875rem; text-decoration: line-through; color: #9ca3af; font-weight: 400; }

.la-modal-price-now { font-size: 1.5rem; font-weight: 900; color: #34d399; }

.la-modal-checklist { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }

.la-modal-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #e5e7eb;
}

.la-modal-checklist svg { height: 1rem; width: 1rem; flex: none; margin-top: 0.125rem; color: #25d366; }

.la-modal-cta {
  margin-top: 1.25rem;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 0.75rem;
  padding: 0.875rem;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(90deg, #1eb954, #25d366);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
  animation: la-pulse 1.8s ease-in-out infinite;
}

.la-modal-trust {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.6875rem;
  color: #9ca3af;
  flex-wrap: wrap;
}
