/* Landing: protección de datos en bodas
   Third sibling of the invitaciones / web-boda landings.
   Same warm paper system, plus a pine-ink compliance accent
   and a stamped-dossier signature visual. */

.landing-datos {
  --ink: #362520;
  --paper: #fdf7f2;
  --peach: #fee9dd;
  --terra: #d28066;
  --terra-deep: #b05a41;
  --pine: #3f5a4c;
  --pine-soft: #5d7a6b;
  --hairline: #ecd9cc;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  background: var(--paper);
  color: var(--ink);
}

/* ---------- shared type ---------- */
.landing-datos .eyebrow {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--pine);
  font-weight: 600;
}
.landing-datos .display-heading {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.2rem, 1.5rem + 2.6vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}
.landing-datos .section-heading {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.4rem);
  line-height: 1.15;
}
.landing-datos .lead-copy {
  font-size: clamp(1.05rem, 1rem + .3vw, 1.2rem);
  color: #5c4a41;
  max-width: 34rem;
}
.landing-datos .section-intro { color: #6f5b50; max-width: 40rem; }
.landing-datos .section-note { color: #8a7266; font-size: .95rem; }
.landing-datos .fineprint { font-size: .85rem; color: #8a7266; }
.landing-datos a { color: var(--terra-deep); }
.landing-datos a:hover { color: #8f4630; }
.landing-datos .link-quiet {
  color: var(--pine);
  text-decoration: none;
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 2px;
}
.landing-datos .link-quiet:hover { border-bottom-color: var(--pine); }

/* ---------- buttons ---------- */
.landing-datos .btn-cta {
  background: var(--terra);
  border: none;
  color: #fff;
  padding-inline: 1.6rem;
  transition: transform .18s cubic-bezier(.22,1,.36,1), background .18s ease;
}
.landing-datos .btn-cta:hover { background: var(--terra-deep); color: #fff; transform: translateY(-2px); }

/* ---------- hero ---------- */
.landing-datos .hero-band { background: var(--peach); }
.landing-datos .hero-checks li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .55rem;
  color: #4f3d34;
}
.landing-datos .hero-checks li::before {
  content: "";
  position: absolute;
  left: 0; top: .42em;
  width: .8rem; height: .8rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #7d9b8b, var(--pine));
}
.landing-datos .section-wave { line-height: 0; }
.landing-datos .section-wave svg { display: block; width: 100%; height: auto; }

/* dossier mock */
.landing-datos .dossier {
  position: relative;
  max-width: 400px;
  padding: 1.5rem 0 2rem;
}
.landing-datos .dossier-paper {
  position: relative;
  background: #fffdfb;
  border: 1px solid #f0e2d6;
  border-radius: 6px;
  padding: clamp(1.6rem, 1.2rem + 1.5vw, 2.4rem);
  transform: rotate(-1.5deg);
  overflow: hidden;
}
.landing-datos .dossier-title {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: .2rem;
  color: #40291f;
}
.landing-datos .dossier-sub {
  font-size: .82rem;
  color: #8a7266;
  margin-bottom: 1.4rem;
}
.landing-datos .dossier-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
  border-bottom: 1px dashed #efe0d5;
}
.landing-datos .dossier-row:last-of-type { border-bottom: none; }
.landing-datos .dossier-line {
  display: inline-block;
  height: 8px;
  border-radius: 999px;
  background: #efe0d5;
}
.landing-datos .dossier-tag {
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--pine);
  background: rgba(63, 90, 76, .09);
  border-radius: 999px;
  padding: .2rem .6rem;
  white-space: nowrap;
}
.landing-datos .dossier-tag.muted { color: var(--terra-deep); background: rgba(210, 128, 102, .12); }
/* rubber stamps */
.landing-datos .stamp {
  position: absolute;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--pine);
  border: 2px solid var(--pine);
  border-radius: 4px;
  padding: .3rem .7rem;
  opacity: .75;
  mix-blend-mode: multiply;
  background:
    repeating-linear-gradient(45deg, transparent 0 3px, rgba(255,255,255,.25) 3px 4px);
}
.landing-datos .stamp-rgpd { top: 1.2rem; right: 1.2rem; transform: rotate(8deg); }
.landing-datos .stamp-delete {
  bottom: 2.6rem; right: 2rem;
  transform: rotate(-6deg);
  color: var(--terra-deep);
  border-color: var(--terra-deep);
}
/* wax seal */
.landing-datos .wax-seal {
  position: absolute;
  bottom: -1.1rem;
  left: 1.8rem;
  width: 3.4rem; height: 3.4rem;
  border-radius: 50% 47% 52% 49%;
  background: radial-gradient(circle at 38% 32%, #e09a80, var(--terra-deep) 65%);
  color: #fff2ea;
  font-family: var(--display);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(120, 66, 45, .35), inset 0 0 0 5px rgba(255, 242, 234, .18);
}

/* ---------- direct answer ---------- */
.landing-datos .answer-band { padding: clamp(3.5rem, 3rem + 2vw, 5.5rem) 0 1.5rem; }
.landing-datos .answer-copy {
  font-size: clamp(1.05rem, 1rem + .3vw, 1.2rem);
  line-height: 1.7;
  color: #43332b;
  border-left: 3px solid var(--pine);
  padding-left: 1.25rem;
}
.landing-datos .answer-copy.muted { color: #8a7266; border-left-color: var(--hairline); font-size: 1rem; }

/* ---------- commitments ---------- */
.landing-datos .promise-band { padding: clamp(3.5rem, 3rem + 2vw, 6rem) 0; }
.landing-datos .sticky-heading { position: sticky; top: 2rem; }
.landing-datos .feature-list dt {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.25rem;
}
.landing-datos .feature-list dd {
  color: #5c4a41;
  margin: .35rem 0 0;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--hairline);
  margin-bottom: 1.4rem;
  max-width: 34rem;
}
.landing-datos .feature-list dd:last-of-type { border-bottom: none; margin-bottom: 0; }

/* ---------- checklist ---------- */
.landing-datos .checklist-band {
  background: #f3efe7;
  padding: clamp(3.5rem, 3rem + 2vw, 6rem) 0;
}
.landing-datos .audit-list {
  list-style: none;
  counter-reset: audit;
  margin: 0 0 1.75rem;
  padding: 0;
}
.landing-datos .audit-list li {
  counter-increment: audit;
  position: relative;
  padding: 1.1rem 0 1.1rem 3.4rem;
  border-bottom: 1px solid #e2dbcd;
}
.landing-datos .audit-list li::before {
  content: counter(audit);
  position: absolute;
  left: 0; top: 1rem;
  width: 2.2rem; height: 2.2rem;
  border: 2px solid var(--pine);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-size: 1.05rem;
  color: var(--pine);
}
.landing-datos .audit-list strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: .2rem;
}
.landing-datos .audit-list span { color: #6f5b50; }
.landing-datos .audit-verdict {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.1rem, 1rem + .5vw, 1.35rem);
  color: var(--pine);
  border-left: 3px solid var(--pine);
  padding-left: 1.25rem;
  max-width: 44rem;
}

/* ---------- lifecycle ---------- */
.landing-datos .lifecycle-band { padding: clamp(3.5rem, 3rem + 2vw, 6rem) 0; }
.landing-datos .phase-label {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--terra-deep);
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--terra);
  margin-bottom: .8rem;
}
.landing-datos .phase-copy { color: #5c4a41; }

/* ---------- quote ---------- */
.landing-datos .quote-band { background: var(--peach); padding: clamp(3.5rem, 3rem + 2vw, 6rem) 0; }
.landing-datos .pull-quote p {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.1rem + 1vw, 1.9rem);
  line-height: 1.4;
  color: #40291f;
}
.landing-datos .quote-footer { color: var(--terra-deep); font-size: .95rem; margin-top: 1rem; }
.landing-datos .quote-context { color: #8a7266; font-size: .9rem; margin-top: 1.5rem; }

/* ---------- faq ---------- */
.landing-datos .faq-band { padding: clamp(3.5rem, 3rem + 2vw, 6rem) 0; }
.landing-datos .faq-accordion .accordion-item { background: transparent; border-color: var(--hairline); }
.landing-datos .faq-accordion .accordion-button {
  background: transparent;
  font-weight: 600;
  color: var(--ink);
  padding-left: 0;
  box-shadow: none;
}
.landing-datos .faq-accordion .accordion-button:not(.collapsed) { color: var(--pine); }
.landing-datos .faq-accordion .accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(63, 90, 76, .22); }
.landing-datos .faq-accordion .accordion-body { color: #5c4a41; padding-left: 0; }

/* ---------- final cta ---------- */
.landing-datos .cta-band {
  background: linear-gradient(160deg, var(--pine) 0%, #2f463a 100%);
  color: #f2f7f2;
  padding: clamp(3.5rem, 3rem + 2vw, 5.5rem) 0;
}
.landing-datos .cta-heading {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.9rem, 1.5rem + 1.6vw, 2.8rem);
}
.landing-datos .cta-copy { color: #cfe0d4; }
.landing-datos .fineprint-light { font-size: .85rem; color: #a8c2b1; }
.landing-datos .cta-band .btn-light { color: var(--pine); font-weight: 600; }

/* ---------- motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  .landing-datos .dossier-paper { animation: dossier-settle .9s cubic-bezier(.22,1,.36,1) both; }
  @keyframes dossier-settle {
    from { opacity: 0; transform: rotate(-1.5deg) translateY(14px); }
    to { opacity: 1; transform: rotate(-1.5deg) translateY(0); }
  }
  .landing-datos .stamp { animation: stamp-in .4s cubic-bezier(.22,1,.36,1) both; }
  .landing-datos .stamp-rgpd { animation-delay: .55s; }
  .landing-datos .stamp-delete { animation-delay: .75s; }
  @keyframes stamp-in {
    from { opacity: 0; scale: 1.5; }
    to { opacity: .75; scale: 1; }
  }
}

/* ---------- responsive ---------- */
@media (max-width: 991.98px) {
  .landing-datos .sticky-heading { position: static; }
  .landing-datos .dossier { max-width: 340px; }
}
@media (max-width: 575.98px) {
  .landing-datos .stamp { font-size: .7rem; }
  .landing-datos .stamp-delete { bottom: 2.2rem; right: 1rem; }
  .landing-datos .audit-list li { padding-left: 2.9rem; }
}
