/* Moment Pro V2 — camada de refinamento comercial e visual
   Mantém a identidade preto/dourado e melhora clareza, conversão e mobile. */

:root {
  --mp-gold: #b58c2b;
  --mp-gold-soft: #d2b56b;
  --mp-ink: #050505;
  --mp-panel: #0a0a0a;
  --mp-text: #f5f2eb;
  --mp-muted: rgba(255,255,255,.62);
  --mp-line: rgba(181,140,43,.22);
}

body.index-page {
  background: var(--mp-ink);
  color: var(--mp-text);
  font-family: 'Montserrat', sans-serif;
}

body.index-page .premium-badge-float { display: none !important; }

/* Header / navegação */
body.index-page #header {
  padding: 10px 0;
  transition: background .35s ease, border-color .35s ease, padding .35s ease;
  border-bottom: 1px solid transparent;
}

body.index-page #header.header-scrolled,
body.index-page.scrolled #header {
  background: rgba(4,4,4,.92) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(255,255,255,.08);
}

body.index-page .navmenu a {
  font-size: 12px !important;
  letter-spacing: .7px;
}

body.index-page .navmenu .btn-area-cliente {
  border-radius: 999px !important;
  padding: 9px 17px !important;
  letter-spacing: 1.2px !important;
  white-space: nowrap;
}

/* Hero */
body.index-page #hero {
  min-height: 760px !important;
  height: 100vh !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}
body.index-page #hero .video-background-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body.index-page #hero .video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
body.index-page .hero-overlay-luxury {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.50) 48%, rgba(0,0,0,.92) 100%) !important;
}
body.index-page #hero .hero-content-fix {
  position: relative;
  z-index: 3;
}

.v2-hero-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 20px 70px;
}

.v2-hero-logo {
  width: 105px;
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.55));
}

.v2-eyebrow,
.v2-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mp-gold-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.v2-eyebrow::before,
.v2-eyebrow::after {
  content: '';
  width: 26px;
  height: 1px;
  background: var(--mp-gold);
  opacity: .7;
}

.v2-hero-title {
  max-width: 900px;
  margin: 24px auto 20px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #fff;
  text-wrap: balance;
}

.v2-hero-title em {
  color: var(--mp-gold-soft);
  font-weight: 400;
}

.v2-hero-copy {
  max-width: 740px;
  margin: 0 auto;
  color: rgba(255,255,255,.78);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
  font-weight: 300;
}

.v2-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.v2-btn-primary,
.v2-btn-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 27px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}

.v2-btn-primary {
  background: var(--mp-gold);
  border: 1px solid var(--mp-gold);
  color: #080808 !important;
}

.v2-btn-secondary {
  border: 1px solid rgba(255,255,255,.35);
  color: #fff !important;
  background: rgba(0,0,0,.16);
  backdrop-filter: blur(8px);
}

.v2-btn-primary:hover,
.v2-btn-secondary:hover {
  transform: translateY(-2px);
}
.v2-btn-primary:hover { background: #caa54c; border-color: #caa54c; }
.v2-btn-secondary:hover { border-color: var(--mp-gold); color: var(--mp-gold-soft) !important; }

.v2-hero-microproof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 26px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  letter-spacing: .5px;
}

.v2-hero-microproof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.v2-hero-microproof i { color: var(--mp-gold-soft); }

/* Trust strip */
.v2-trust-strip {
  position: relative;
  z-index: 8;
  margin-top: -1px;
  background: #080808;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid var(--mp-line);
}

.v2-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.v2-trust-item {
  min-height: 112px;
  padding: 24px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-right: 1px solid rgba(255,255,255,.07);
}
.v2-trust-item:last-child { border-right: 0; }
.v2-trust-icon { color: var(--mp-gold); font-size: 20px; }
.v2-trust-copy strong {
  display: block;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 400;
}
.v2-trust-copy span {
  display: block;
  color: rgba(255,255,255,.5);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 3px;
}

/* About: linguagem mais editorial, menos "luxo genérico" */
.v2-about-lead {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 400;
}
.v2-about-lead em { color: var(--mp-gold-soft); }
.v2-about-copy { color: var(--mp-muted); line-height: 1.85; font-size: 15px; }
.v2-benefit-list { display: grid; gap: 13px; margin: 26px 0 30px; }
.v2-benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.6;
}
.v2-benefit i { color: var(--mp-gold); margin-top: 2px; }

/* Cards / imagens */
body.index-page .luxury-card img,
body.index-page .portfolio-content img {
  width: 100%;
}
body.index-page .card-info p {
  min-height: 0 !important;
}

/* CTA de disponibilidade */
body.index-page .custom-cta {
  background:
    radial-gradient(circle at 15% 50%, rgba(181,140,43,.13), transparent 34%),
    linear-gradient(135deg, #070707 0%, #101010 100%) !important;
}
.v2-cta-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 20px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
}
.v2-cta-proof span { display: inline-flex; align-items: center; gap: 7px; }
.v2-cta-proof i { color: var(--mp-gold); }

/* Processo — substitui percentagens sem contexto */
.v2-process-wrap {
  margin-top: 55px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 45px;
}
.v2-process-heading { text-align: center; margin-bottom: 28px; }
.v2-process-heading h3 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 27px;
  font-weight: 400;
  margin: 10px 0 8px;
}
.v2-process-heading p { color: rgba(255,255,255,.48); margin: 0; font-size: 13px; }
.v2-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.v2-process-card {
  position: relative;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.08);
  padding: 28px 22px;
  min-height: 198px;
}
.v2-process-number {
  display: block;
  color: var(--mp-gold);
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 22px;
  opacity: .85;
}
.v2-process-card h4 {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 9px;
}
.v2-process-card p { color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.65; margin: 0; }

/* Testemunhos */
.v2-testimonials-heading {
  max-width: 720px;
  margin: 0 auto 55px;
  text-align: center;
}
.v2-testimonials-heading h2 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: clamp(32px,4vw,44px);
  font-weight: 400;
  margin: 12px 0 14px;
}
.v2-testimonials-heading h2 em { color: var(--mp-gold-soft); }
.v2-testimonials-heading p { color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.75; margin: 0; }

/* Formulário de conversão */
.v2-contact-intro {
  max-width: 700px;
  margin: -34px auto 48px;
  text-align: center;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.75;
}
.v2-field-label {
  display: block;
  color: rgba(255,255,255,.65);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 8px 2px;
}
body.index-page .custom-input-premium {
  min-height: 52px;
  border-radius: 0 !important;
  background: rgba(255,255,255,.035) !important;
  border: 1px solid rgba(255,255,255,.11) !important;
  color: #fff !important;
  padding: 13px 14px !important;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
body.index-page textarea.custom-input-premium { min-height: 120px; resize: vertical; }
body.index-page .custom-input-premium:focus {
  border-color: rgba(181,140,43,.72) !important;
  background: rgba(255,255,255,.055) !important;
  box-shadow: 0 0 0 3px rgba(181,140,43,.08) !important;
}
body.index-page select.custom-input-premium option { color: #111; }
body.index-page .btn-gold-submit {
  min-height: 50px;
  padding: 0 28px !important;
  background: var(--mp-gold) !important;
  color: #090909 !important;
  border: 1px solid var(--mp-gold) !important;
  font-weight: 700;
}
.v2-form-note { color: rgba(255,255,255,.43); font-size: 10px; margin-top: 12px; line-height: 1.5; }

/* Newsletter */
body.index-page .n-text-refined { max-width: 560px; margin-left: auto !important; margin-right: auto !important; line-height: 1.7; }


/* Preloader: sem atraso artificial depois de a página estar pronta */
body.index-page #preloader {
  transition: opacity .22s ease, visibility .22s ease !important;
}
body.index-page #preloader.mp-preloader-hide {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Mobile conversion bar */
.v2-mobile-conversion { display: none; }

/* Accessibility */
body.index-page a:focus-visible,
body.index-page button:focus-visible,
body.index-page input:focus-visible,
body.index-page textarea:focus-visible,
body.index-page select:focus-visible {
  outline: 2px solid var(--mp-gold-soft) !important;
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .v2-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .v2-trust-item:nth-child(2) { border-right: 0; }
  .v2-trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.07); }
  .v2-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  body.index-page #hero { min-height: 690px !important; height: 100svh !important; }
  .v2-hero-wrap { padding: 105px 14px 82px; }
  .v2-hero-logo { width: 78px; margin-bottom: 18px; }
  .v2-eyebrow { letter-spacing: 2px; font-size: 8px; }
  .v2-eyebrow::before, .v2-eyebrow::after { width: 16px; }
  .v2-hero-title { font-size: clamp(38px, 11vw, 54px); margin-top: 18px; }
  .v2-hero-copy { font-size: 14px; line-height: 1.7; padding: 0 6px; }
  .v2-hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; margin: 27px auto 0; }
  .v2-btn-primary, .v2-btn-secondary { width: 100%; }
  .v2-hero-microproof { font-size: 9px; gap: 7px 14px; margin-top: 20px; }

  .v2-trust-grid { grid-template-columns: 1fr 1fr; }
  .v2-trust-item { min-height: 94px; padding: 18px 11px; gap: 9px; }
  .v2-trust-icon { font-size: 17px; }
  .v2-trust-copy strong { font-size: 15px; }
  .v2-trust-copy span { font-size: 8px; letter-spacing: .6px; }

  body.index-page .about,
  body.index-page .featured-services,
  body.index-page #services,
  body.index-page .portfolio,
  body.index-page .testimonials-section,
  body.index-page #dropdown,
  body.index-page #team,
  body.index-page #contact {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }

  .v2-process-grid { grid-template-columns: 1fr; }
  .v2-process-card { min-height: 0; }
  .v2-cta-proof { justify-content: center; }

  body.index-page .wp-float-moment { display: none !important; }
  body.index-page #scroll-top { display: none !important; }

  .v2-mobile-conversion {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 9997;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 7px;
    padding: 7px;
    background: rgba(5,5,5,.94);
    border: 1px solid rgba(181,140,43,.35);
    box-shadow: 0 16px 40px rgba(0,0,0,.48);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .v2-mobile-conversion a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .9px;
    font-size: 9px;
    font-weight: 700;
  }
  .v2-mobile-wa { color: #fff; border: 1px solid rgba(255,255,255,.15); }
  .v2-mobile-date { color: #080808; background: var(--mp-gold); }

  body.index-page .cookie-box-final { bottom: 78px !important; }
  body.index-page .footer { padding-bottom: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* =============================================================
   Moment Pro V2.1 — refinamento do topo em desktop
   Ajustes visuais apenas a partir de 1200px para preservar o mobile.
   ============================================================= */
@media (min-width: 1200px) {
  body.index-page #header {
    padding: 8px 0;
  }

  body.index-page #header .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
    gap: 14px;
  }

  body.index-page #header .logo img {
    max-height: 43px !important;
    margin-right: 4px;
  }

  body.index-page .navmenu a {
    padding: 17px 12px !important;
    font-size: 12px !important;
    letter-spacing: .95px;
    font-weight: 500;
  }

  body.index-page .navmenu .nav-special {
    margin-left: 10px;
  }

  body.index-page .navmenu .btn-area-cliente {
    min-height: 38px;
    padding: 0 16px !important;
    font-size: 10.5px !important;
    letter-spacing: 1.35px !important;
  }

  body.index-page .header-social-links {
    padding-right: 4px;
    gap: 2px;
  }

  body.index-page .header-social-links a {
    font-size: 14.5px;
    margin-right: 2px;
    padding-left: 3px;
  }

  body.index-page #hero .v2-hero-wrap {
    max-width: 900px;
    padding-top: 116px;
    padding-bottom: 62px;
  }

  body.index-page #hero .v2-hero-logo {
    width: 96px;
    margin-bottom: 20px;
  }

  body.index-page #hero .v2-eyebrow {
    font-size: 9.5px;
    letter-spacing: 2.7px;
  }

  body.index-page #hero .v2-hero-title {
    max-width: 820px;
    margin-top: 21px;
    margin-bottom: 18px;
    font-size: clamp(50px, 4.25vw, 66px);
    line-height: 1.07;
    letter-spacing: -.012em;
  }

  body.index-page #hero .v2-hero-title em {
    font-size: .98em;
    line-height: 1.02;
  }

  body.index-page #hero .v2-hero-copy {
    max-width: 700px;
    font-size: 16.5px;
    line-height: 1.68;
    color: rgba(255,255,255,.88);
    text-shadow: 0 2px 14px rgba(0,0,0,.36);
  }

  body.index-page #hero .v2-hero-actions {
    gap: 10px;
    margin-top: 28px;
  }

  body.index-page #hero .v2-btn-primary,
  body.index-page #hero .v2-btn-secondary {
    min-height: 46px;
    padding: 0 22px;
    font-size: 9.5px;
    letter-spacing: 1.55px;
  }

  body.index-page #hero .v2-hero-microproof {
    gap: 10px 24px;
    margin-top: 22px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    letter-spacing: .25px;
  }

  body.index-page #hero .v2-hero-microproof span {
    gap: 8px;
  }
}
