/* P15 native multipage layer — additive over the approved 1.0 visual system. */
.p15-subpage {
  background: #0f0c0b;
  color: #f4eee9;
}

.p15-subpage .nav__links a[aria-current="page"] {
  color: #f2b8a6;
}

.subpage-main {
  min-height: 70vh;
  overflow: clip;
}

.subhero {
  position: relative;
  isolation: isolate;
  padding: clamp(9rem, 15vw, 12rem) 0 clamp(4.5rem, 9vw, 8rem);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background:
    linear-gradient(125deg, rgba(12, 9, 8, .96), rgba(36, 21, 21, .9)),
    radial-gradient(circle at 80% 15%, rgba(168, 74, 66, .35), transparent 38%);
}

.subhero__glow {
  position: absolute;
  z-index: -1;
  width: min(46rem, 80vw);
  aspect-ratio: 1;
  top: -35%;
  right: -12%;
  border-radius: 50%;
  background: rgba(180, 79, 67, .16);
  filter: blur(80px);
  pointer-events: none;
}

.subhero__inner {
  max-width: 76rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
  margin-bottom: 1.7rem;
  color: rgba(244, 238, 233, .58);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #f2b8a6;
}

.status-chip,
.state {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: .48rem .76rem;
  background: rgba(255, 255, 255, .05);
  color: #f8d7cb;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.state--safe {
  border-color: rgba(117, 199, 153, .42);
  background: rgba(51, 126, 83, .18);
  color: #b8ebcc;
}

.state--pending {
  border-color: rgba(234, 172, 91, .45);
  background: rgba(147, 91, 34, .18);
  color: #f7d4a7;
}

.subhero__title {
  max-width: 17ch;
  margin: 1rem 0 1.25rem;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(3.15rem, 8.5vw, 7.25rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92;
}

.subhero__lede,
.lead-copy {
  max-width: 49rem;
  margin: 0;
  color: rgba(244, 238, 233, .74);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
}

.subhero__actions,
.actions-row {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.subcontent {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.content-heading {
  max-width: 55rem;
  margin-bottom: 2.7rem;
}

.content-heading > p {
  max-width: 48rem;
  color: rgba(244, 238, 233, .67);
  font-size: 1.08rem;
  line-height: 1.75;
}

.consent-gallery,
.process-grid,
.privacy-levels,
.policy-grid,
.booking-grid,
.package-directory,
.contact-layout {
  display: grid;
  gap: 1rem;
}

.consent-gallery,
.privacy-levels {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid,
.policy-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.booking-grid,
.contact-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.package-directory {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.consent-card,
.process-grid article,
.privacy-levels article,
.policy-grid article,
.booking-grid article,
.package-directory__card,
.contact-card,
.boundary-card,
.package-detail {
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.consent-card h3,
.process-grid h3,
.privacy-levels h3,
.policy-grid h3,
.booking-grid h3,
.package-directory__card h3,
.contact-card h2,
.boundary-card h3 {
  margin: 1rem 0 .7rem;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 400;
}

.consent-card p,
.process-grid p,
.privacy-levels p,
.policy-grid p,
.booking-grid p,
.package-directory__card p,
.contact-card p,
.boundary-card p {
  color: rgba(244, 238, 233, .66);
  line-height: 1.65;
}

.process-grid b,
.privacy-levels article > span:first-child {
  color: #da8f7c;
  font-family: var(--font-display, Georgia, serif);
  font-size: 2.25rem;
  font-weight: 400;
}

.evidence-panel {
  margin: 1.4rem 0 2rem;
  border-left: 3px solid #72c391;
  background: rgba(71, 137, 98, .11);
  padding: 1.2rem 1.35rem;
}

.evidence-panel--pending {
  border-left-color: #d29455;
  background: rgba(155, 98, 41, .12);
}

.evidence-panel strong {
  display: block;
  margin-bottom: .35rem;
  color: #caefd8;
  font-size: .72rem;
  letter-spacing: .08em;
}

.evidence-panel--pending strong {
  color: #f7d4a7;
}

.evidence-panel p {
  margin: 0;
  color: rgba(244, 238, 233, .7);
  line-height: 1.65;
}

.package-directory__card {
  display: flex;
  flex-direction: column;
  min-height: 22rem;
}

.package-directory__card .btn {
  margin-top: auto;
}

.package-directory__price {
  color: #f4d1c6 !important;
  font-weight: 700;
}

.split-content {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(16rem, .8fr);
  gap: 1rem;
  align-items: start;
}

.truth-list {
  display: grid;
  gap: .75rem;
  margin: 1.6rem 0;
  padding: 0;
  list-style: none;
}

.truth-list li {
  display: flex;
  gap: .75rem;
  color: rgba(244, 238, 233, .72);
  line-height: 1.5;
}

.truth-list li::before {
  content: "·";
  color: #da8f7c;
  font-size: 1.4rem;
}

.faq-page {
  max-width: 62rem;
}

.faq-page details {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.faq-page details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.faq-page summary {
  cursor: pointer;
  padding: 1.35rem 2.5rem 1.35rem 0;
  color: #f4eee9;
  font-size: 1.08rem;
  font-weight: 600;
}

.faq-page details p {
  max-width: 47rem;
  margin: 0 0 1.4rem;
  color: rgba(244, 238, 233, .67);
  line-height: 1.7;
}

.timeline {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, .1);
}

.timeline li {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  background: #15100f;
  padding: 1.6rem;
}

.timeline li > span {
  color: #da8f7c;
  font-family: var(--font-display, Georgia, serif);
  font-size: 2rem;
}

.timeline h3 {
  margin: .15rem 0 .4rem;
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.65rem;
  font-weight: 400;
}

.timeline p {
  margin: 0;
  color: rgba(244, 238, 233, .67);
  line-height: 1.6;
}

.subpage-form {
  margin-top: 1.2rem;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.subpage-form .form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.subpage-form .field {
  margin-bottom: 1rem;
}

.subpage-form label {
  display: block;
  margin-bottom: .45rem;
  color: rgba(244, 238, 233, .75);
  font-size: .8rem;
}

.subpage-form input,
.subpage-form select,
.subpage-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 0;
  background: #100d0c;
  color: #f4eee9;
  padding: .9rem 1rem;
}

.subpage-form .form__msg {
  min-height: 1.4rem;
  color: #caefd8;
}

/* Mantém os controles de consentimento compactos apesar da regra de largura
   total aplicada aos campos textuais da subpágina. */
.subpage-form .check input[type="checkbox"] {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.subnav-section {
  border-top: 1px solid rgba(255, 255, 255, .09);
  background: #0b0908;
  padding: 3.5rem 0 5rem;
}

.subnav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1rem;
  background: rgba(255, 255, 255, .09);
}

.subnav-grid a {
  display: flex;
  flex-direction: column;
  min-height: 8rem;
  justify-content: center;
  background: #15110f;
  color: #f4eee9;
  padding: 1.4rem;
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.45rem;
  transition: background .2s ease, color .2s ease;
}

.subnav-grid a:hover,
.subnav-grid a:focus-visible {
  background: #2a1a18;
  color: #f3c7b9;
}

.subnav-grid small {
  margin-top: .35rem;
  color: rgba(244, 238, 233, .55);
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .73rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.subpage-footer {
  border-top: 1px solid rgba(255, 255, 255, .09);
}

@media (max-width: 960px) {
  .process-grid,
  .policy-grid,
  .package-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consent-gallery,
  .privacy-levels,
  .split-content,
  .booking-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .subhero {
    padding-top: 7.5rem;
  }

  .subhero__title {
    font-size: clamp(2.8rem, 14.5vw, 4.5rem);
  }

  .subhero__actions,
  .actions-row {
    align-items: stretch;
    flex-direction: column;
  }

  .subhero__actions .btn,
  .actions-row .btn {
    width: 100%;
  }

  .process-grid,
  .policy-grid,
  .package-directory,
  .subnav-grid,
  .subpage-form .form__row {
    grid-template-columns: 1fr;
  }

  .package-directory__card {
    min-height: auto;
  }

  .package-directory__card .btn {
    margin-top: 1rem;
  }

  .timeline li {
    grid-template-columns: 3.2rem 1fr;
    padding: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .subnav-grid a {
    transition: none;
  }
}
