/* /produto-e — landing checkout-first (não altera /produto-d) */
.produto-e-page {
  --pe-renewal: #E8DFD0;
}

.produto-e-page .header-nav,
.produto-e-page .urgency-bar,
.produto-e-page .nav-menu {
  display: none !important;
}

.pe-urgency {
  background: linear-gradient(90deg, #1a1208 0%, #2a1c0a 50%, #1a1208 100%);
  border-bottom: 1px solid rgba(201, 169, 110, 0.35);
  color: #f0ede8;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.pe-urgency-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  text-align: center;
}

.pe-urgency i {
  color: var(--primary, #c9a96e);
}

.pe-countdown,
[data-offer-countdown] {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--primary, #c9a96e);
  letter-spacing: 0.04em;
}

.pe-brandbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(6, 6, 6, 0.92);
  border-bottom: 1px solid rgba(201, 169, 110, 0.14);
  backdrop-filter: blur(10px);
}

.pe-brandbar-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pe-brandbar-tag {
  font-size: 11px;
  color: var(--primary);
  letter-spacing: 0.04em;
  text-align: right;
}

.pe-eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 14px;
  font-weight: 600;
}

.pe-hero .hero-title em {
  font-style: italic;
  color: var(--primary);
}

.pe-cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 520px;
}

.pe-renewal-note {
  margin: 0;
  font-size: 14px !important;
  line-height: 1.45;
  color: var(--pe-renewal) !important;
  font-weight: 500;
  max-width: 36rem;
}

.pe-renewal-note--sticky {
  font-size: 12px !important;
  text-align: center;
  margin-top: 6px;
  color: rgba(240, 237, 232, 0.88) !important;
}

.pe-guarantee {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
}

.pe-guarantee i {
  color: var(--primary);
  margin-right: 6px;
}

.pe-lead-section {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

/* Form dark premium — inputs usam .form-group (não .input-group do produto-d) */
.produto-e-page .form-info h2,
.produto-e-page .form-info--compact h2 {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #f0ede8;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
}

.produto-e-page .form-wrapper--compact {
  max-width: 920px;
  margin: 0 auto;
  gap: 1.75rem;
}

.produto-e-page .lead-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem 1.35rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(201, 169, 110, 0.22);
  background: linear-gradient(165deg, rgba(22, 18, 12, 0.92), rgba(10, 10, 10, 0.96));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  min-width: 0;
}

.produto-e-page .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .produto-e-page .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.produto-e-page .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.produto-e-page .form-group > label,
.produto-e-page .form-group > legend {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a96e;
}

.produto-e-page .lead-form input[type="text"],
.produto-e-page .lead-form input[type="email"],
.produto-e-page .lead-form input[type="tel"],
.produto-e-page .form-group input[type="text"],
.produto-e-page .form-group input[type="email"],
.produto-e-page .form-group input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  color: #f0ede8;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.produto-e-page .lead-form input::placeholder,
.produto-e-page .form-group input::placeholder {
  color: #6e6c66;
}

.produto-e-page .lead-form input[type="text"]:focus,
.produto-e-page .lead-form input[type="email"]:focus,
.produto-e-page .lead-form input[type="tel"]:focus {
  border-color: #c9a96e;
  background: #181818;
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15);
}

.produto-e-page .form-privacy {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: #6e6c66;
  text-align: center;
}

.produto-e-page fieldset.offer-qualify {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.produto-e-page .offer-qualify-label {
  display: block;
  padding: 0;
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a96e;
}

.produto-e-page .offer-qualify-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}

.produto-e-page .offer-qualify-opt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 44px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 980px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f0ede8;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.produto-e-page .offer-qualify-opt span {
  display: block;
  white-space: nowrap;
}

.produto-e-page .offer-qualify-opt input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.produto-e-page .offer-qualify-opt:hover {
  border-color: rgba(201, 169, 110, 0.45);
  background: rgba(201, 169, 110, 0.08);
}

.produto-e-page .offer-qualify-opt:has(input:checked) {
  border-color: #c9a96e;
  background: #c9a96e;
  color: #0a0a0a;
  font-weight: 600;
}

.produto-e-page .offer-form-err {
  display: none;
  margin: 0;
  font-size: 0.85rem;
  color: #e57373;
}

.produto-e-page .offer-form-err.on {
  display: block;
}

@media (max-width: 420px) {
  .produto-e-page .offer-qualify-options {
    grid-template-columns: 1fr;
  }
  .produto-e-page .offer-qualify-opt span {
    white-space: normal;
  }
}

.produto-e-page .pe-lang-switch {
  margin-top: 14px;
  font-size: 12px;
  opacity: 0.45;
}

.produto-e-page .pe-lang-switch a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pe-form-timer {
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--text-muted);
}

.pe-form-micro {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.4;
}

.pe-final-timer {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--text-muted);
}

.pe-proof {
  padding: 0 0 2.5rem;
}

.pe-proof-fig {
  margin: 0 auto;
  max-width: 860px;
}

.pe-proof-fig img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(201, 169, 110, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.pe-proof-fig figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
}

.pe-proof-fig--portrait {
  max-width: 420px;
}

.pe-anchor,
.pe-anti,
.pe-steps,
.pe-final {
  padding: 3rem 0;
}

.pe-anchor {
  background: linear-gradient(180deg, rgba(201, 169, 110, 0.08), transparent);
  border-top: 1px solid rgba(201, 169, 110, 0.12);
  border-bottom: 1px solid rgba(201, 169, 110, 0.12);
}

.pe-anchor-inner,
.pe-anti-inner,
.pe-final-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.pe-anchor h2,
.pe-anti h2,
.pe-final h2,
.pe-steps-title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  line-height: 1.2;
  color: var(--text-light);
  margin: 0 0 12px;
}

.pe-anchor-lead {
  font-size: 1.25rem;
  color: var(--primary);
  margin: 0 0 8px;
}

.pe-anchor-sub,
.pe-anti p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 20px;
}

.pe-anti-list {
  list-style: none;
  text-align: left;
  max-width: 420px;
  margin: 0 auto 22px;
  padding: 0;
}

.pe-anti-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 10px;
}

.pe-anti-list i {
  color: var(--primary);
  margin-top: 3px;
}

.pe-steps-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.pe-steps-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
  max-width: 720px;
  margin-inline: auto;
}

.pe-steps-grid li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 12px;
  background: rgba(24, 24, 24, 0.7);
  border: 1px solid rgba(201, 169, 110, 0.12);
}

.pe-steps-grid span {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(201, 169, 110, 0.15);
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
}

.pe-steps-grid strong {
  display: block;
  color: var(--text-light);
  margin-bottom: 4px;
}

.pe-steps-grid p {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.45;
}

.pe-login {
  margin-top: 18px;
  font-size: 13px;
}

.pe-login a {
  color: var(--primary);
}

.produto-e-page .sticky-cta-mobile {
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 10px 12px 12px;
}

.produto-e-page .sticky-cta-mobile.is-visible {
  display: flex;
}

.produto-e-page.has-sticky-cta {
  padding-bottom: 108px;
}

@media (min-width: 861px) {
  .produto-e-page .sticky-cta-mobile {
    display: none !important;
  }
  .produto-e-page.has-sticky-cta {
    padding-bottom: 0;
  }
}

@media (max-width: 860px) {
  .pe-brandbar-tag {
    font-size: 10px;
    max-width: 42%;
  }
  .pe-hero .hero-actions {
    width: 100%;
  }
  .pe-cta-block .btn-lg {
    width: 100%;
    justify-content: center;
  }
  .pe-urgency {
    font-size: 12px;
  }
}
