/* Landing /whatsapp — tema WhatsApp */
.wa-page {
  min-height: 100dvh;
  background: linear-gradient(165deg, #e8f5e9 0%, #d9fdd3 28%, #ece5dd 100%);
  color: #111b21;
  font-family: var(--font-inter), system-ui, sans-serif;
}

.wa-page-header {
  background: linear-gradient(180deg, #075e54 0%, #128c7e 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
}

.wa-page-header-inner {
  display: flex;
  max-width: 26rem;
  margin-inline: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  text-align: left;
}

.wa-page-logo-link {
  display: block;
  line-height: 0;
}

.wa-page-logo {
  display: block;
  height: 2rem;
  width: auto;
  max-width: 5.5rem;
  object-fit: contain;
}

.wa-page-brand {
  min-width: 0;
}

.wa-page-brand-name {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.wa-page-brand-status {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0.125rem 0 0;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.85);
}

.wa-page-brand-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #25d366;
  flex-shrink: 0;
}

.wa-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem 1rem 2.5rem;
}

.wa-shell {
  width: 100%;
  max-width: 26rem;
  margin-inline: auto;
}

.wa-intro {
  margin-bottom: 1.25rem;
  text-align: center;
}

.wa-pill {
  display: inline-block;
  border-radius: 9999px;
  background: #25d366;
  padding: 0.35rem 0.85rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
}

.wa-title {
  margin: 0.875rem 0 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #075e54;
}

.wa-title-accent {
  display: inline-block;
  padding: 0.05em 0.35em;
  border-radius: 0.35rem;
  background: linear-gradient(180deg, #128c7e 0%, #075e54 100%);
  color: #fff;
  font-weight: 800;
}

.wa-subtitle {
  margin: 0.625rem auto 0;
  max-width: 22rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #3b4a54;
}

.wa-form-card {
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(37, 211, 102, 0.18);
  padding: 1.5rem;
  box-shadow:
    0 12px 40px rgba(7, 94, 84, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (min-width: 640px) {
  .wa-form-card {
    padding: 2rem;
  }

  .wa-title {
    font-size: 1.5rem;
  }
}

.wa-form {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.wa-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #075e54;
}

.phone-input-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.phone-input-prefix {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.875rem 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  user-select: none;
  pointer-events: none;
}

.wa-form .phone-input-prefix {
  min-height: var(--a11y-touch-comfort);
  border: 1px solid rgba(37, 211, 102, 0.35);
  border-right: 0;
  border-radius: 0.75rem 0 0 0.75rem;
  background: #eef0f2;
  color: #075e54;
}

.wa-form .phone-input-wrap .phone-input-field {
  border-radius: 0 0.75rem 0.75rem 0;
}

.wa-form .phone-input-wrap:focus-within .phone-input-prefix {
  border-color: #25d366;
  background: #fff;
}

.wa-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.75rem;
  border: 1px solid rgba(37, 211, 102, 0.35);
  background: #f7f8fa;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  color: #111b21;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.wa-input::placeholder {
  color: #8696a0;
}

.wa-input:focus {
  outline: none;
  border-color: #25d366;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.22);
  background: #fff;
}

.wa-btn {
  display: flex;
  min-height: 3.25rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
  border: none;
  border-radius: 9999px;
  background: linear-gradient(180deg, #2bd672 0%, #25d366 50%, #20ba5a 100%);
  padding: 0.875rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4);
  transition: transform 0.15s, filter 0.15s, box-shadow 0.15s;
}

.wa-btn svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  fill: currentColor;
}

.wa-btn:hover {
  filter: brightness(1.04);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.48);
}

.wa-btn:active {
  transform: scale(0.98);
}

.wa-btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.wa-form-error {
  border-radius: 0.75rem;
  border: 1px solid rgba(248, 113, 113, 0.45);
  background: #fef2f2;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #b91c1c;
}

.wa-form-error.hidden {
  display: none;
}

.wa-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wa-trust li {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #3b4a54;
}

.wa-trust li span {
  color: #25d366;
  font-weight: 700;
}

.hero-text-underline {
  text-decoration: underline;
  text-decoration-color: #ef4444;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
  text-decoration-skip-ink: none;
}

.wa-reassurance {
  margin: 0;
  color: #667781;
}

.wa-reassurance.form-privacy-notice--in-box {
  text-align: left;
  font-size: 0.6875rem;
  line-height: 1.5;
}

.wa-reassurance .privacy-policy-link {
  color: #128c7e;
}

.wa-reassurance .privacy-policy-link:hover {
  color: #0d6f64;
}

.wa-back-link {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
}

.wa-back-link a {
  font-weight: 600;
  color: #128c7e;
  text-decoration: none;
}

.wa-back-link a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Página obrigado WhatsApp */
.wa-thank-you {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  text-align: center;
}

.wa-thank-you .wa-form-card {
  width: 100%;
  max-width: 26rem;
  padding: 2rem;
}

.wa-thank-you-icon {
  display: flex;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
}

.wa-thank-you-icon svg {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  fill: currentColor;
}

.wa-thank-you .wa-title {
  margin-top: 0;
  color: #075e54;
}

.wa-thank-you .wa-subtitle {
  margin-top: 1rem;
  color: #3b4a54;
}
