:root {
  --bg: #070706;
  --bg-soft: #0d0c09;
  --surface: #12110e;
  --surface-2: #17140f;
  --gold: #d9a65c;
  --gold-light: #f3cf8b;
  --cream: #fff4db;
  --text: #f7f3ea;
  --muted: #c8c0b2;
  --line: rgba(217, 166, 92, .26);
  --shadow: 0 28px 80px rgba(0, 0, 0, .34);
  --radius: 26px;
  --container: 1180px;
  --header: 82px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 20px);
}

body {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 85% 5%, rgba(217, 166, 92, .12), transparent 26rem),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .26;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 42px 42px;
}

a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -70px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--cream);
  color: #111;
  border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 110px 0;
}

.section-soft {
  background:
    radial-gradient(circle at 10% 0%, rgba(217,166,92,.10), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.008));
  border-block: 1px solid rgba(255,255,255,.05);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header);
  display: flex;
  align-items: center;
  background: rgba(7, 7, 6, .75);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: .12em;
  min-width: max-content;
}

.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .32em;
}

.brand-sub {
  margin-top: 7px;
  font-size: 7px;
  letter-spacing: .28em;
  color: var(--muted);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #ddd6ca;
  font-size: 13px;
}

.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--gold-light); }

.btn {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible {
  outline: 3px solid rgba(243, 207, 139, .7);
  outline-offset: 3px;
}

.btn-small {
  min-height: 44px;
  padding-inline: 18px;
}

.btn-gold {
  color: #161109;
  background: linear-gradient(135deg, #f4d79b, #d39c4e);
  box-shadow: 0 10px 30px rgba(211, 156, 78, .22);
}

.btn-gold:hover { box-shadow: 0 14px 38px rgba(211, 156, 78, .34); }

.btn-ghost {
  background: rgba(255,255,255,.03);
  border-color: rgba(255,255,255,.16);
  color: var(--text);
}
.btn-ghost:hover { border-color: rgba(243, 207, 139, .5); }

.hero {
  padding-top: 74px;
  overflow: clip;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 70px;
  align-items: center;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.hero-glow-a {
  width: 430px;
  height: 430px;
  right: 5%;
  top: 10%;
  background: rgba(229, 172, 88, .13);
}
.hero-glow-b {
  width: 320px;
  height: 320px;
  left: -150px;
  bottom: 0;
  background: rgba(255, 233, 189, .05);
}

.eyebrow {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: .98;
  letter-spacing: -.035em;
}

h1 {
  max-width: 820px;
  margin: 22px 0 26px;
  font-size: clamp(58px, 7.4vw, 104px);
}

h1 span, h2 span {
  color: var(--cream);
}

h1 em {
  display: inline-block;
  color: var(--gold-light);
  font-family: "Caveat", cursive;
  font-style: normal;
  font-weight: 600;
  transform: rotate(-3deg);
  letter-spacing: -.04em;
}

.hero-text {
  max-width: 680px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 30px;
  color: #d8d1c5;
  font-size: 12px;
}

.hero-points span {
  position: relative;
  padding-left: 14px;
}
.hero-points span::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: .67em;
  left: 0;
  border-radius: 50%;
  background: var(--gold);
}

.hero-media { position: relative; }

.hero-frame {
  position: relative;
  padding: 12px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(217,166,92,.24));
  box-shadow: var(--shadow);
  transform: rotate(1.7deg);
}

.hero-frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  pointer-events: none;
  z-index: 2;
}

.hero-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1178 / 1280;
  overflow: hidden;
  border-radius: 20px;
  background: #0d0c09;
}

.hero-slider .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .55s ease, transform 1.2s ease;
}

.hero-slider .slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.flash-transition {
  position: absolute;
  inset: 0;
  background: #fffdf6;
  opacity: 0;
  pointer-events: none;
}

.flash-transition.is-flashing {
  animation: flashBurst .38s ease;
}

@keyframes flashBurst {
  0% { opacity: 0; }
  35% { opacity: .65; }
  100% { opacity: 0; }
}

.hand-note {
  position: absolute;
  right: -26px;
  bottom: 30px;
  max-width: 230px;
  padding: 13px 18px 14px;
  background: #f1ce88;
  color: #241b0f;
  font-family: "Caveat", cursive;
  font-size: 23px;
  line-height: 1.02;
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(0,0,0,.28);
  transform: rotate(-5deg);
}

.trust-strip {
  margin-top: 72px;
  min-height: 70px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-block: 1px solid var(--line);
  color: #d7d0c3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.trust-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}
.section-heading.centered {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 54px;
  display: block;
  text-align: center;
}
.section-heading h2 {
  margin: 16px 0 0;
  font-size: clamp(44px, 6vw, 72px);
}
.section-heading > p,
.section-heading.centered > p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.section-heading.centered > p { margin: 22px auto 0; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-card {
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.018)),
    var(--surface);
  transition: transform .25s ease, border-color .25s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--line);
}
.feature-card .icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--gold-light);
  font-size: 24px;
}
.feature-card h3 {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1;
}
.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}

.media-card {
  min-height: 500px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
}

.video-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  overflow: hidden;
  padding: 40px;
  color: #eee5d8;
  background:
    radial-gradient(circle at 50% 35%, rgba(239,196,119,.18), transparent 14rem),
    linear-gradient(135deg, #1a1711, #090907);
}
.video-placeholder::after {
  content: "VÍDEO";
  position: absolute;
  right: 24px;
  bottom: -26px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 96px;
  color: rgba(255,255,255,.025);
  pointer-events: none;
}
.video-placeholder strong { font-size: 18px; }
.video-placeholder span {
  max-width: 420px;
  color: var(--muted);
  font-size: 13px;
}
.play-button {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  padding-left: 5px;
  margin-bottom: 8px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 50%;
  color: #161109;
  background: var(--gold-light);
  box-shadow: 0 0 0 14px rgba(242,207,140,.07);
}

.split-copy h2 {
  margin: 18px 0 24px;
  font-size: clamp(46px, 6vw, 72px);
}
.split-copy > p { color: var(--muted); }

.quote-line {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin: 28px 0;
  padding: 22px 0;
  border-block: 1px solid var(--line);
}
.quote-line > span {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1;
}
.quote-line p {
  margin: 0;
  color: #ede5d8;
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  color: var(--gold-light);
  font-weight: 700;
  font-size: 13px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 14px;
}

.real-gallery .photo-slot-tall {
  grid-row: span 2;
}

.real-gallery .photo-slot-wide {
  grid-column: span 2;
}

.photo-slot {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  min-height: 200px;
  background:
    radial-gradient(circle at 40% 35%, rgba(217,166,92,.16), transparent 12rem),
    linear-gradient(145deg, #18150f, #0e0d0a);
}
.photo-slot::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(243,207,139,.22);
  border-radius: 14px;
}
.photo-slot span {
  position: relative;
  z-index: 1;
  color: #bcb3a5;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.photo-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.real-gallery .photo-slot::before {
  display: none;
}

.real-gallery .photo-slot {
  background: #0f0e0b;
  min-height: 240px;
}
.photo-slot-tall { grid-row: 1 / 3; }
.photo-slot-wide { grid-column: 2 / 4; }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.testimonial-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.07);
  background: var(--surface);
}
.testimonial-card.featured {
  border-color: var(--line);
  background:
    radial-gradient(circle at 70% 0%, rgba(217,166,92,.16), transparent 18rem),
    var(--surface-2);
}
.stars {
  color: var(--gold-light);
  letter-spacing: .12em;
  font-size: 12px;
}
blockquote {
  margin: 26px 0 30px;
  color: #f6efe3;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1.2;
}
.person {
  display: flex;
  gap: 12px;
  align-items: center;
}
.avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #211b12;
  border: 1px solid var(--line);
  color: var(--gold-light);
  font-weight: 700;
}

.avatar-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 56px;
  border: 2px solid rgba(243, 207, 139, .36);
  box-shadow: 0 8px 18px rgba(0,0,0,.24);
}
.person div:last-child {
  display: flex;
  flex-direction: column;
}
.person strong { font-size: 12px; }
.person span { color: var(--muted); font-size: 11px; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  overflow: hidden;
}
.step {
  min-height: 290px;
  padding: 34px;
  background: rgba(255,255,255,.018);
}
.step + .step { border-left: 1px solid rgba(255,255,255,.08); }
.step-number {
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
}
.step h3 {
  margin: 44px 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
}
.step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.final-cta {
  overflow: clip;
  padding-top: 60px;
}
.final-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  right: -160px;
  top: 0;
  background: rgba(217,166,92,.12);
  filter: blur(90px);
  border-radius: 50%;
}
.final-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  padding: 58px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 10%, rgba(217,166,92,.14), transparent 24rem),
    linear-gradient(145deg, #16130e, #0b0a08);
  box-shadow: var(--shadow);
}
.final-card h2 {
  margin: 16px 0 18px;
  font-size: clamp(48px, 6vw, 78px);
}
.final-card p {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
}
.final-actions {
  min-width: 235px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.final-actions .text-link { justify-content: center; margin-top: 8px; }

.footer {
  padding: 60px 0 34px;
  border-top: 1px solid rgba(255,255,255,.07);
  background: #050504;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-grid strong { font-size: 12px; }
.footer-grid span,
.footer-grid a {
  color: var(--muted);
  font-size: 12px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: #8f887c;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px 0 14px;
  border-radius: 999px;
  color: #082a17;
  background: #4ade80;
  box-shadow: 0 16px 38px rgba(0,0,0,.36);
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(0,0,0,.46);
}
.whatsapp-float svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1020px) {
  :root { --header: 74px; }
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 36px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-card { min-height: 0; }
  .split-layout { gap: 42px; }
}

@media (max-width: 820px) {
  .testimonial-grid { grid-template-columns: 1fr; }

  .section { padding: 82px 0; }
  .site-header .btn-small { display: none; }

  .hero {
    padding-top: 54px;
  }
  .hero-grid,
  .split-layout,
  .final-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions,
  .hero-points { justify-content: center; }
  .hero-media {
    width: min(100%, 560px);
    margin-inline: auto;
  }
  .hand-note { right: 6px; }
  .trust-strip {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .trust-strip i { display: none; }

  .section-heading {
    display: block;
    text-align: center;
  }
  .section-heading > p { margin: 20px auto 0; }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
  }
  .real-gallery .photo-slot-tall {
    grid-row: span 2;
  }
  .real-gallery .photo-slot-wide {
    grid-column: span 2;
  }

  .steps { grid-template-columns: 1fr; }
  .step { min-height: 220px; }
  .step + .step {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .step h3 { margin-top: 24px; }

  .final-card {
    padding: 42px;
    text-align: center;
  }
  .final-card p { margin-inline: auto; }
  .final-actions {
    width: min(100%, 320px);
    margin-inline: auto;
  }
  .footer-grid { text-align: center; }
  .footer-grid .brand { margin-inline: auto; }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }

  .brand-name { font-size: 22px; }
  .brand-sub { font-size: 6px; }

  h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-text { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-points { display: grid; text-align: left; justify-content: start; }

  .hero-frame { padding: 8px; border-radius: 22px; }
  .hero-frame img { border-radius: 16px; }
  .hand-note {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -4px auto 0;
    width: max-content;
    max-width: 90%;
    text-align: center;
    font-size: 20px;
  }

  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }


  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }
  .photo-slot,
  .photo-slot-tall,
  .photo-slot-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .section-heading h2,
  .split-copy h2,
  .final-card h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .final-card { padding: 34px 22px; }

  .whatsapp-float {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 54px;
    padding: 0;
    justify-content: center;
  }
  .whatsapp-float span { display: none; }
}


/* Vídeo real: proporção original preservada, sem corte */
.video-real {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #050504;
  aspect-ratio: 1080 / 1920;
}

.family-day-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1080 / 1920;
  object-fit: contain;
  background: #050504;
  border-radius: 30px;
}

@media (max-width: 820px) {
  .testimonial-grid { grid-template-columns: 1fr; }

  .video-real {
    width: min(100%, 560px);
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  .family-day-video {
    border-radius: 22px;
  }
}
