/* Comentário pt-PT: layout pack notebook_lead — mobile-first, desktop alargado (sem moldura telemóvel). */
.nl-body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--tinta);
  background:
    linear-gradient(var(--quadricula) 1px, transparent 1px),
    linear-gradient(90deg, var(--quadricula) 1px, transparent 1px),
    var(--papel);
  background-size: 26px 26px;
  min-height: 100dvh;
  overflow-x: hidden;
}

.nl-page {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 100dvh;
  position: relative;
  padding-bottom: 96px;
  box-sizing: border-box;
  overflow-x: clip;
}

.nl-topo {
  display: flex;
  align-items: center;
  padding: 14px 18px 10px;
  background: transparent;
}

.nl-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.nl-logo img {
  display: block;
  height: 28px;
  width: auto;
}

.nl-lead {
  display: block;
  padding: 0;
}

.nl-hero {
  padding: 28px 20px 18px;
}

.nl-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--tinta);
  color: var(--papel);
  padding: 5px 10px;
  border-radius: 4px;
  transform: rotate(-1.5deg);
  margin-bottom: 14px;
}

.nl-hero h1 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.85rem, 5.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -1px;
  margin: 0 0 14px;
}

.nl-marca {
  background: linear-gradient(120deg, transparent 8%, var(--marcador) 8% 92%, transparent 92%);
  background-size: 100% 46%;
  background-repeat: no-repeat;
  background-position: 0 78%;
  padding: 0 2px;
}

.nl-hero p {
  font-size: 15px;
  line-height: 1.55;
  color: #3c4354;
  max-width: 42ch;
  margin: 0;
}

.nl-hero p strong {
  color: var(--tinta);
  font-weight: 600;
}

.nl-selos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.nl-selo {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1.5px solid var(--tinta);
  background: var(--papel);
}

.nl-selo--azul {
  background: var(--esferografica);
  border-color: var(--esferografica);
  color: #fff;
}

.nl-form-card {
  margin: 12px 16px 14px;
  background: #fff;
  border: 2px solid var(--tinta);
  border-radius: 16px;
  box-shadow: 4px 4px 0 var(--marcador);
  padding: 20px 16px;
  box-sizing: border-box;
}

.nl-form-card h2 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 19px;
  margin: 0 0 4px;
}

.nl-nota {
  font-size: 12.5px;
  color: var(--lapis);
  margin: 0 0 16px;
}

.nl-form-card label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 12px 0 5px;
  letter-spacing: 0.02em;
}

/* Comentário pt-PT: ≥16px evita zoom automático do iOS nos campos. */
.nl-form-card input[type="text"],
.nl-form-card input[type="tel"],
.nl-form-card select {
  width: 100%;
  max-width: 100%;
  padding: 13px 14px;
  font-size: 16px;
  font-family: inherit;
  border: 1.5px solid #c8ceda;
  border-radius: 10px;
  background: #fbfcfe;
  color: var(--tinta);
  box-sizing: border-box;
}

.nl-form-card input:focus,
.nl-form-card select:focus {
  outline: 2px solid var(--esferografica);
  border-color: var(--esferografica);
}

.nl-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.nl-rgpd {
  display: flex !important;
  gap: 9px;
  align-items: flex-start;
  margin: 14px 0 16px !important;
  font-weight: 400 !important;
}

.nl-rgpd input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--esferografica);
  flex: none;
}

.nl-rgpd span {
  font-size: 11.5px;
  line-height: 1.45;
  color: #3c4354;
}

.nl-rgpd a {
  color: var(--esferografica);
}

.nl-error {
  color: #b42318;
  font-size: 13px;
  margin: 0 0 10px;
}

.nl-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 12px;
  background: var(--tinta);
  color: #fff;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.nl-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.nl-btn small {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  font-size: 11px;
  opacity: 0.85;
}

.nl-section {
  padding: 28px 20px 8px;
}

.nl-sec-titulo {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 22px;
  margin: 0 0 16px;
  letter-spacing: -0.4px;
}

.nl-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nl-checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.nl-check {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1.5px solid var(--tinta);
  background: var(--marcador);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
}

.nl-checklist b {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}

.nl-checklist p {
  margin: 0;
  font-size: 13px;
  color: #3c4354;
  line-height: 1.45;
}

.nl-detalhes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.nl-det {
  border: 1.5px solid var(--tinta);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.72);
}

.nl-det small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--lapis);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.nl-det span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.nl-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nl-chip {
  font-size: 12px;
  font-weight: 600;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1.5px solid var(--tinta);
  background: #fff;
}

.nl-chip b {
  color: var(--esferografica);
}

.nl-chip--mais {
  background: transparent;
  border-style: dashed;
  color: var(--lapis);
}

.nl-faq {
  border: 1.5px solid #c8ceda;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
  padding: 0 14px;
}

.nl-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 0;
  list-style: none;
}

.nl-faq summary::-webkit-details-marker {
  display: none;
}

.nl-faq p {
  margin: 0 0 14px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #3c4354;
}

.nl-footer {
  margin-top: 12px;
  padding: 28px 20px 32px;
  border-top: 1.5px solid #d5dbe6;
  font-size: 12px;
  color: var(--lapis);
  line-height: 1.5;
}

.nl-footer__brand {
  display: inline-flex;
  align-items: center;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--tinta);
  text-decoration: none;
  margin-bottom: 12px;
  line-height: 0;
}

.nl-footer__brand-img {
  display: block;
  height: 36px;
  width: auto;
}

.nl-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 14px;
}

.nl-footer__nav a {
  color: var(--esferografica);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

.nl-footer__nav a:hover {
  text-decoration: underline;
}

.nl-footer__legal {
  margin: 0;
  max-width: 52ch;
}

.nl-footer__legal a {
  color: var(--esferografica);
}

.nl-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent, rgba(253, 253, 250, 0.95) 28%);
}

.nl-sticky-cta .nl-btn {
  max-width: 440px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(28, 35, 51, 0.18);
}

@media (min-width: 720px) {
  .nl-topo {
    padding: 12px 32px;
  }

  .nl-logo img {
    height: 32px;
  }

  .nl-section,
  .nl-footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nl-detalhes {
    grid-template-columns: repeat(4, 1fr);
  }

  .nl-sticky-cta .nl-btn {
    max-width: 520px;
  }
}

@media (min-width: 900px) {
  .nl-page {
    padding-bottom: 48px;
  }

  .nl-lead {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px 40px;
    align-items: start;
    padding: 36px 32px 8px;
  }

  .nl-hero {
    padding: 8px 0 0;
  }

  .nl-form-card {
    margin: 0;
    position: sticky;
    top: 16px;
    box-shadow: 6px 6px 0 var(--marcador);
    padding: 20px 18px;
  }

  .nl-hero p {
    font-size: 16px;
  }

  .nl-sticky-cta {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .nl-form-card {
    animation: nl-pousar 0.5s ease 0.12s both;
  }

  @keyframes nl-pousar {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
