/* ═══════════════════════════════════════════════
   NUVON · Design System Base
   Paleta Quente · Premium · Humano
   ═══════════════════════════════════════════════ */

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

body {
  background: #010302;
  color: #e9e3d8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Atmosfera quente subtil por toda a página (fixa), para o fundo nunca
   ficar preto chapado a seguir ao herói. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(60% 48% at 12% 0%, rgba(200, 148, 63, 0.10), transparent 65%),
    radial-gradient(55% 45% at 88% 32%, rgba(226, 112, 58, 0.065), transparent 65%),
    radial-gradient(65% 55% at 30% 68%, rgba(200, 148, 63, 0.05), transparent 65%),
    radial-gradient(60% 50% at 50% 104%, rgba(124, 63, 191, 0.06), transparent 65%);
}

/* ── Tipografia ── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: -0.02em;
}

body {
  font-family: 'Satoshi', sans-serif;
  line-height: 1.6;
}

/* ── Utilitários Core ── */
.text-gradient {
  background: linear-gradient(135deg, #C8943F, #e2703a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ease-spring {
  transition-timing-function: cubic-bezier(0.32, 0.72, 0, 1) !important;
}

.gold-line {
  background: linear-gradient(90deg, transparent, rgba(200, 148, 63, 0.5), transparent);
}

/* ── Scroll Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ── Animações ── */
@keyframes spin-slow { to { transform: rotate(360deg) } }
@keyframes float { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-14px) } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px) } to { opacity: 1; transform: translateY(0) } }
@keyframes scaleIn { from { transform: scale(0) } to { transform: scale(1) } }
@keyframes glowPulse { 0%, 100% { box-shadow: 0 0 20px -8px rgba(200, 148, 63, 0.15) } 50% { box-shadow: 0 0 30px -4px rgba(200, 148, 63, 0.3) } }

.spin-slow { animation: spin-slow 90s linear infinite; transform-origin: center }
.floaty { animation: float 7s ease-in-out infinite }
@keyframes badgePop { 0% { transform: scale(1) } 40% { transform: scale(1.45) } 100% { transform: scale(1) } }
.badge-pop { animation: badgePop .45s cubic-bezier(0.34, 1.56, 0.64, 1) }

/* ── Camada dinâmica (movimento ambiente + microinterações) ── */
/* Aurora: brilho quente que respira por trás de heróis/secções.
   Sem filter e sem animar transform: um blur(30px) animado num layer
   gigante afoga o compositor (páginas brancas em máquinas fracas).
   Os radial-gradients já são suaves; anima-se SÓ a opacidade. */
@keyframes auroraBreathe {
  0%, 100% { opacity: .6 }
  50%      { opacity: 1 }
}
.aurora {
  position: absolute; inset: -10%; z-index: 0; pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, black 40%, rgba(0,0,0,.7) 62%, rgba(0,0,0,.35) 80%, rgba(0,0,0,.12) 92%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 40%, rgba(0,0,0,.7) 62%, rgba(0,0,0,.35) 80%, rgba(0,0,0,.12) 92%, transparent 100%);
  background:
    radial-gradient(50% 42% at 18% 20%, rgba(200,148,63,0.16), transparent 72%),
    radial-gradient(46% 40% at 84% 36%, rgba(226,112,58,0.11), transparent 72%),
    radial-gradient(55% 48% at 28% 76%, rgba(124,63,191,0.10), transparent 72%),
    radial-gradient(52% 44% at 78% 90%, rgba(200,148,63,0.10), transparent 72%);
  animation: auroraBreathe 14s ease-in-out infinite;
}

/* Texto dourado com brilho a correr */
@keyframes shimmerText { 0% { background-position: -200% center } 100% { background-position: 200% center } }
.shimmer-gold {
  background: linear-gradient(100deg, #C8943F 20%, #f4e3bf 45%, #C8943F 70%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmerText 7s linear infinite;
}

/* Revelar em série: filhos entram um a um quando o pai tem .in (via IntersectionObserver) */
.stagger > * { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(0.16,1,0.3,1), transform .7s cubic-bezier(0.16,1,0.3,1); }
.stagger.in > * { opacity: 1; transform: translateY(0); }
.stagger.in > *:nth-child(2) { transition-delay: .07s }
.stagger.in > *:nth-child(3) { transition-delay: .14s }
.stagger.in > *:nth-child(4) { transition-delay: .21s }
.stagger.in > *:nth-child(5) { transition-delay: .28s }
.stagger.in > *:nth-child(6) { transition-delay: .35s }

/* Cartão-foto: imagem faz zoom suave no hover */
.media-card { position: relative; overflow: hidden; }
.media-card img { transition: transform .8s cubic-bezier(0.16,1,0.3,1), filter .6s ease; }
.media-card:hover img { transform: scale(1.06); }

/* Linha do tempo que se desenha ao entrar no ecrã */
.draw-line { transform-origin: top; transform: scaleY(0); transition: transform 1.1s cubic-bezier(0.16,1,0.3,1); }
.draw-line.in { transform: scaleY(1); }

/* Sublinhado dourado que cresce no hover de links */
.link-underline { position: relative; }
.link-underline::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 100%;
  background: #C8943F; transform: scaleX(0); transform-origin: left;
  transition: transform .45s cubic-bezier(0.16,1,0.3,1);
}
.link-underline:hover::after { transform: scaleX(1); }

/* ── DOPPELRAND (Nested Card Architecture) ── */
.doppelrand {
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.375rem;
  /* interior enche sempre o exterior: sem margem morta quando a grelha estica os cartoes */
  display: flex;
  flex-direction: column;
}

.doppelrand-inner {
  border-radius: calc(2rem - 0.375rem);
  background: #0d0d0d;
  padding: 2rem;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.06);
  flex: 1;
}

.doppelrand-dark .doppelrand-inner {
  background: #0d0d0d;
}

/* ── TOGGLE PILL ── */
.role-toggle-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  background: #010302;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px -8px rgba(200, 148, 63, 0.15);
}

.role-toggle-btn {
  position: relative;
  z-index: 10;
  padding: 6px 20px;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 9999px;
  transition: all 0.5s cubic-bezier(0.32, 0.72, 0, 1);
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: 'Satoshi', sans-serif;
  letter-spacing: 0.02em;
}

.role-toggle-thumb {
  position: absolute;
  top: 4px;
  bottom: 4px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #C8943F, #e6c890);
  transition: all 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 0;
  width: calc(50% - 4px);
}

/* ── CARD HOVER ── */
.card-hover {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.6s ease;
}

.card-hover:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 60px -20px rgba(200, 148, 63, 0.25);
  border-color: rgba(200, 148, 63, 0.3);
}

/* ── BUTTON SYSTEM ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #010302;
  background: linear-gradient(135deg, #C8943F, #e6c890);
  transition: all 0.5s cubic-bezier(0.32, 0.72, 0, 1);
  cursor: pointer;
  border: none;
  font-family: 'Satoshi', sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.btn-primary:hover {
  box-shadow: 0 0 30px -8px rgba(200, 148, 63, 0.4);
}

.btn-primary:active {
  transform: scale(0.97);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s cubic-bezier(0.32, 0.72, 0, 1);
  cursor: pointer;
  font-family: 'Satoshi', sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-ghost:active {
  transform: scale(0.97);
}

.btn-glow {
  transition: all 0.5s cubic-bezier(0.32, 0.72, 0, 1);
}

.btn-glow:hover {
  box-shadow: 0 0 30px -8px rgba(200, 148, 63, 0.4);
}

.btn-glow:active {
  transform: scale(0.97);
}

/* ── Eyebrow Tags ── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(200, 148, 63, 0.25);
  background: rgba(255, 255, 255, 0.03);
  padding: 4px 12px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(230, 200, 144, 0.8);
}

/* ── Manifesto Block ── */
.manifesto-block {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.5;
  font-style: italic;
  color: #e6c890;
  border-left: 2px solid #C8943F;
  padding-left: 1.5rem;
  margin: 2rem 0;
}

/* ── Background helpers ── */
.bg-coal { background: #111111; }

/* ── Timeline ── */
.timeline-line {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(200, 148, 63, 0.5), transparent);
}

.timeline-dot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(200, 148, 63, 0.3);
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #111111, #010302);
  flex-shrink: 0;
}

/* ── Form Fields ── */
.field-input {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 16px;
  font-size: 15px;
  color: #e9e3d8;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: 'Satoshi', sans-serif;
}

.field-input:focus {
  border-color: rgba(200, 148, 63, 0.4);
  box-shadow: 0 0 0 3px rgba(200, 148, 63, 0.08);
}

.field-input::placeholder { color: rgba(255, 255, 255, 0.25); }

.post-media-track::-webkit-scrollbar { display: none; }

.nuvon-brand-mark,
.nuvon-brand-signature {
  display: block;
  filter: invert(84%) sepia(24%) saturate(604%) hue-rotate(355deg) brightness(101%) contrast(89%);
}

.nuvon-brand-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.nuvon-brand-signature {
  width: 92px;
  height: auto;
}

.nuvon-footer-logo {
  display: block;
  width: 148px;
  height: auto;
  object-fit: contain;
  filter: invert(84%) sepia(24%) saturate(604%) hue-rotate(355deg) brightness(101%) contrast(89%);
}


.field-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(230, 200, 144, 0.7);
  margin-bottom: 6px;
}

/* ── Step Indicator ── */
.step-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  transition: all .5s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  z-index: 1;
}

.step-dot.active {
  background: linear-gradient(135deg, #C8943F, #e6c890);
  color: #010302;
  box-shadow: 0 0 20px -6px rgba(200, 148, 63, 0.4);
}

.step-dot.done {
  background: rgba(63, 158, 107, 0.8);
  color: #010302;
}

.step-dot.pending {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.35);
}

.step-line {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  transition: background .5s ease;
}

.step-line.done { background: rgba(200, 148, 63, 0.4); }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 4px }
::-webkit-scrollbar-track { background: transparent }
::-webkit-scrollbar-thumb { background: rgba(200, 148, 63, 0.25); border-radius: 2px }

/* ── Focus ── */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid #C8943F;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ── Reduced Motion ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* ── Mobile Overlay ── */
.ham span {
  transition: transform .5s cubic-bezier(0.32,0.72,0,1), opacity .3s ease;
}
.ham.open span:nth-child(1) { transform: translateY(6px) rotate(45deg) }
.ham.open span:nth-child(2) { opacity: 0 }
.ham.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg) }
.ml {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s ease, transform .7s cubic-bezier(0.16,1,0.3,1);
}
#overlay.open .ml { opacity: 1; transform: translateY(0) }

/* ═══════════════════════════════════════════════
   PARTNER PUBLIC PAGE — Componentes Específicos
   ═══════════════════════════════════════════════ */

/* ── Booking Stepper ── */
.booking-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 2rem;
}

.booking-step-connector {
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.5s ease;
}
.booking-step-connector.done { background: rgba(200, 148, 63, 0.4); }

.booking-step-panel {
  display: none;
  animation: bookingSlideIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.booking-step-panel.active { display: block; }

@keyframes bookingSlideIn {
  from { opacity: 0; transform: translateX(24px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ── Slot Picker ── */
.slot-btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.8rem;
  padding: 0.55rem 0;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  font-family: 'Satoshi', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  min-height: 44px;
}
.slot-btn:hover {
  border-color: rgba(200, 148, 63, 0.3);
  background: rgba(200, 148, 63, 0.06);
}
.slot-btn:active { transform: scale(0.96); }
.slot-btn[aria-pressed="true"] {
  color: #010302;
  font-weight: 600;
  border-color: transparent;
}

.slot-btn-window {
  border-radius: 1rem;
  padding: 0.75rem 0;
  min-height: 60px;
}

/* ── Slot Skeleton ── */
.slot-skeleton {
  height: 44px;
  border-radius: 0.8rem;
  background: linear-gradient(90deg,
    rgba(255,255,255,0.03) 25%,
    rgba(200,148,63,0.10) 50%,
    rgba(255,255,255,0.03) 75%
  );
  background-size: 400% 100%;
  animation: shimmerNuvon 2.4s ease-in-out infinite;
}

/* ── Testimonial Card ── */
.testimonial-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s ease,
              box-shadow 0.4s ease;
}
.testimonial-card:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 148, 63, 0.2);
  box-shadow: 0 12px 40px -16px rgba(200, 148, 63, 0.15);
}

.testimonial-stars {
  display: inline-flex;
  gap: 2px;
}
.testimonial-stars svg {
  width: 14px;
  height: 14px;
}

/* ── Carrossel de Testemunhos (scroll horizontal) ── */
.testimonial-scroll {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  gap: 1.25rem;
  padding-bottom: 0.5rem;
}
.testimonial-scroll::-webkit-scrollbar { display: none; }
.testimonial-scroll > * {
  scroll-snap-align: start;
  min-width: min(85vw, 360px);
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .testimonial-scroll {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-x: visible;
    scroll-snap-type: none;
  }
  .testimonial-scroll > * {
    min-width: 0;
  }
}

@media (min-width: 1024px) {
  .testimonial-scroll {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ── Sticky CTA Mobile ── */
.sticky-cta-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ── Partner Footer ── */
.partner-footer {
  padding: 3rem 1.5rem 6rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.8rem;
}

.partner-footer a {
  color: rgba(230, 200, 144, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.partner-footer a:hover { color: #e6c890; }

.partner-footer .footer-gold-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C8943F;
  margin: 0 0.5rem;
  opacity: 0.5;
}

/* ── Hero Accent Ring ── */
.hero-avatar-ring {
  border-radius: 9999px;
  padding: 3px;
  display: inline-block;
}
.hero-avatar-ring img,
.hero-avatar-ring .avatar-fallback {
  border-radius: 9999px;
  display: block;
}

/* ── Hero Parametric Dot Mesh ──
   Dual-layer dot grid that creates a subtle woven/depth illusion.
   Layer 1 (::before): primary accent dots, fine 32px grid
   Layer 2 (::after):  secondary accent dots, offset 44px grid, opposing drift
   Radial mask fades edges so dots feel like atmospheric texture.
   ── */
.hero-dot-mesh {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(ellipse at center, black 22%, transparent 68%);
  mask-image: radial-gradient(ellipse at center, black 22%, transparent 68%);
}

.hero-dot-mesh::before {
  content: "";
  position: absolute;
  inset: -200%;
  background-image: radial-gradient(circle, var(--dot-a0, #C8943F) 0.75px, transparent 0.75px);
  background-size: 32px 32px;
  animation: dotMeshDrift 120s linear infinite;
  opacity: 0.35;
  will-change: transform;
}

.hero-dot-mesh::after {
  content: "";
  position: absolute;
  inset: -200%;
  background-image: radial-gradient(circle, var(--dot-a1, #e6c890) 1px, transparent 1px);
  background-size: 44px 44px;
  background-position: 22px 22px;
  animation: dotMeshDrift 160s linear infinite reverse;
  opacity: 0.2;
  will-change: transform;
}

@keyframes dotMeshDrift {
  0%   { transform: translate(0%, 0%); }
  25%  { transform: translate(1.5%, 0.75%); }
  50%  { transform: translate(0%, 1.5%); }
  75%  { transform: translate(-0.75%, 0%); }
  100% { transform: translate(0%, 0%); }
}

/* ── Section Heading treatment ── */
.section-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(200, 148, 63, 0.6);
  margin-bottom: 0.5rem;
}

.section-eyebrow::before,
.section-eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  background: rgba(200, 148, 63, 0.2);
}

/* ── Lead Form ambient glow ── */
.lead-glow {
  position: relative;
}
.lead-glow::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  background: radial-gradient(400px 200px at 50% 0%, var(--accent-glow, rgba(200,148,63,0.15)), transparent 70%);
  pointer-events: none;
}

/* ── Price tag ── */
.price-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

/* ── Service Card variant with doppelrand ── */
.service-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.service-card-img {
  width: 64px;
  height: 64px;
  border-radius: 0.75rem;
  object-fit: cover;
  flex-shrink: 0;
}

.service-card-body {
  min-width: 0;
  flex: 1;
}

/* ── Success animation ── */
@keyframes successPop {
  0%   { transform: scale(0); opacity: 0; }
  60%  { transform: scale(1.2); }
  100% { transform: scale(1); opacity: 1; }
}

.success-icon {
  animation: successPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── Booking Summary ── */
.booking-summary-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
}
.booking-summary-item:last-child { border-bottom: none; }
.booking-summary-label { color: rgba(255, 255, 255, 0.45); }
.booking-summary-value { color: rgba(255, 255, 255, 0.85); }

/* ── Payment Method Buttons ── */
.pay-method-btn {
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.6rem 1.2rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  font-family: 'Satoshi', sans-serif;
  min-height: 44px;
}
.pay-method-btn:hover {
  border-color: rgba(200, 148, 63, 0.3);
  color: #fff;
  background: rgba(200, 148, 63, 0.06);
}
.pay-method-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

/* ── Field error state ── */
.field-input.error {
  border-color: rgba(226, 112, 58, 0.6);
  background: rgba(226, 112, 58, 0.06);
  box-shadow: 0 0 0 3px rgba(226, 112, 58, 0.1);
}

/* ── Cartão gradient accent ring ── */
.accent-ring {
  box-shadow: 0 0 0 1px rgba(200, 148, 63, 0.15);
  transition: box-shadow 0.4s ease;
}
.accent-ring:hover {
  box-shadow: 0 0 0 1px rgba(200, 148, 63, 0.35), 0 8px 30px -12px rgba(200, 148, 63, 0.2);
}

/* ── Animação de shimmer para loading inline ── */
@keyframes shimmerInline {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.shimmer-inline {
  background: linear-gradient(90deg,
    rgba(255,255,255,0.03) 25%,
    rgba(200,148,63,0.12) 50%,
    rgba(255,255,255,0.03) 75%
  );
  background-size: 200% 100%;
  animation: shimmerInline 1.8s ease-in-out infinite;
  border-radius: 0.4rem;
  color: transparent !important;
  user-select: none;
  pointer-events: none;
}

/* ── Toast de feedback (ex: "adicionado ao carrinho") ── */
@keyframes toastIn {
  from { opacity: 0; transform: translate(-50%, 12px); }
  to   { opacity: 1; transform: translate(-50%, 0); }
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 80;
  transform: translateX(-50%);
  max-width: calc(100vw - 32px);
  background: #1a1a1a;
  color: #e9e3d8;
  border: 1px solid rgba(200, 148, 63, 0.3);
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.5);
  animation: toastIn 0.4s cubic-bezier(0.32, 0.72, 0, 1);
}

/* ── Mobile CTA bar (não sticky, aparece como barra no final) ── */
@media (max-width: 767px) {
  .mobile-bottom-spacer {
    height: 80px;
  }
}

/* ── Labels com tracking largo (tracking-[0.2em]) quebram em ecrãs muito
   estreitos; aperta o tracking só aí. Carrega depois do Tailwind CDN, por
   isso a mesma especificidade já vence por ordem. ── */
@media (max-width: 480px) {
  .tracking-\[0\.2em\] { letter-spacing: 0.1em !important; }
}

/* ── Painel: linhas de oferta (serviços/produtos/sessões) ── */
.offer-row, .offer-row-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 640px) {
  .offer-row-head { display: none; }
  .offer-row {
    grid-template-columns: 1fr;
    gap: 0.15rem !important;
    text-align: left;
  }
  .offer-row > span:nth-child(2) { color: rgba(255,255,255,0.4); font-size: 0.8rem; }
  .offer-row > span:last-child { text-align: left; color: #e6c890; font-weight: 600; }
}

/* ── Empty State ── */
.empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: rgba(255, 255, 255, 0.35);
}
.empty-state svg {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  opacity: 0.3;
}
.empty-state p {
  font-size: 0.9rem;
  max-width: 20rem;
  margin: 0 auto;
}


/* Home testimonials */
.home-testimonial-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .home-testimonial-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home-testimonial-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-testimonial-track.is-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.15rem 0.1rem 0.75rem;
}

.home-testimonial-track.is-carousel::-webkit-scrollbar { display: none; }

.home-testimonial-track.is-carousel > * {
  flex: 0 0 min(86vw, 360px);
  scroll-snap-align: start;
}

@media (min-width: 1024px) {
  .home-testimonial-track.is-carousel > * {
    flex-basis: calc((100% - 2.5rem) / 3);
  }
}

.home-testimonial-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.home-testimonial-photo {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: 1.1rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.035);
}

.home-testimonial-photo img,
.home-testimonial-photo video {
  display: block;
}

.home-testimonial-btn {
  display: inline-grid;
  height: 2.5rem;
  width: 2.5rem;
  place-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(230,200,144,0.25);
  color: rgba(230,200,144,0.88);
  background: rgba(255,255,255,0.035);
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.home-testimonial-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(230,200,144,0.5);
  background: rgba(255,255,255,0.07);
}

.home-testimonial-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.22);
  transition: width .25s ease, background .25s ease;
}

.home-testimonial-dot.is-active {
  width: 1.4rem;
  background: rgba(230,200,144,0.9);
}


/* Partner testimonials */
.partner-testimonial-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .partner-testimonial-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .partner-testimonial-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.partner-testimonial-track.is-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.15rem 0.1rem 0.75rem;
}

.partner-testimonial-track.is-carousel::-webkit-scrollbar { display: none; }

.partner-testimonial-track.is-carousel > * {
  flex: 0 0 min(86vw, 360px);
  scroll-snap-align: start;
}

@media (min-width: 1024px) {
  .partner-testimonial-track.is-carousel > * {
    flex-basis: calc((100% - 2.5rem) / 3);
  }
}


/* Home product showcase */
.home-product-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.25rem 0 0.45rem;
  scrollbar-width: none;
}
.home-product-actions::-webkit-scrollbar { display: none; }
.home-product-filters {
  display: flex;
  flex: 0 0 auto;
  gap: 0.65rem;
  padding: 0;
  scrollbar-width: none;
}
.home-product-filters::-webkit-scrollbar { display: none; }
.home-product-filter {
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 9999px;
  background: rgba(255,255,255,0.035);
  color: rgba(255,255,255,0.56);
  padding: 0.7rem 1rem;
  font-size: 0.78rem;
  transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease;
}
.home-product-filter:hover,
.home-product-filter:focus-visible {
  color: #e6c890;
  border-color: rgba(230,200,144,0.36);
}
.home-product-filter:active { transform: scale(0.98); }
.home-product-filter.is-active {
  color: #010302;
  background: linear-gradient(135deg,#C8943F,#e6c890);
  border-color: transparent;
}
.home-products-catalog-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(230,200,144,0.25);
  background: rgba(255,255,255,0.035);
  color: rgba(230,200,144,0.9);
  padding: 0.75rem 1.15rem;
  font-size: 0.85rem;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.home-products-catalog-link:hover {
  transform: translateY(-1px);
  border-color: rgba(230,200,144,0.5);
  background: rgba(255,255,255,0.07);
}
@media (min-width: 768px) {
  .home-product-actions {
    justify-content: center;
    overflow: visible;
  }
}
.home-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .home-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (min-width: 1120px) {
  .home-products-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
.home-product-card {
  min-height: 100%;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg,rgba(255,255,255,0.055),rgba(255,255,255,0.025));
  transition: transform .35s cubic-bezier(0.16,1,0.3,1), border-color .35s ease, box-shadow .35s ease;
}
.home-product-card:hover,
.home-product-card:focus-visible {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--product-accent,#c8943f) 48%, rgba(255,255,255,0.14));
  box-shadow: 0 22px 70px -42px var(--product-accent,#c8943f);
}
.home-product-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
}
.home-product-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.03) brightness(.72);
  transition: transform .8s cubic-bezier(0.16,1,0.3,1), filter .45s ease;
}
.home-product-card:hover .home-product-media img { transform: scale(1.045); filter: saturate(.9) contrast(1.06) brightness(.8); }
.home-product-body {
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  padding: 1.35rem;
}
.home-product-badge,
.home-product-partner {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.32rem 0.62rem;
  font-size: 0.64rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.home-product-badge {
  border: 1px solid color-mix(in srgb, var(--product-accent,#c8943f) 48%, transparent);
  background: color-mix(in srgb, var(--product-accent,#c8943f) 14%, transparent);
  color: rgba(255,255,255,0.82);
}
.home-product-partner {
  border: 1px solid rgba(230,200,144,0.22);
  color: rgba(230,200,144,0.76);
  background: rgba(255,255,255,0.025);
}
.home-product-body h3 {
  margin-top: 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.65rem, 4vw, 2.05rem);
  line-height: 1.02;
  color: #fff;
}
.home-product-body p {
  margin-top: 0.7rem;
  color: rgba(255,255,255,0.55);
  font-size: 0.92rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-product-footer {
  margin-top: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
}
.home-product-footer span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  color: rgba(255,255,255,0.92);
}
.home-product-footer strong {
  flex: 0 0 auto;
  color: #e6c890;
  font-size: 0.86rem;
  font-weight: 500;
}
.home-products-state {
  grid-column: 1 / -1;
  border-radius: 1.75rem;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.035);
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.home-products-state p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem,5vw,3rem);
  color: #fff;
}
.home-products-state span {
  display: block;
  margin: 0.7rem auto 0;
  max-width: 34rem;
  color: rgba(255,255,255,0.52);
}
.home-products-state div {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
.home-product-skeleton {
  min-height: 25rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(100deg,rgba(255,255,255,0.035) 35%,rgba(200,148,63,0.08) 48%,rgba(255,255,255,0.035) 62%);
  background-size: 220% 100%;
  animation: shimmerNuvon 2.1s ease-in-out infinite;
}
