@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Lato:wght@400;700;900&display=swap");

:root {
  --surface: #fffaf3;
  --surface-soft: #f7efe4;
  --paper: #fffdf9;
  --ink: #15110c;
  --muted: #5f574d;
  --gold: #b9903a;
  --gold-dark: #866118;
  --gold-soft: #f8e7b7;
  --line: #eadfcd;
  --green: #078f25;
  --green-dark: #056f1d;
  --button-shadow: #c89b3d;
  --radius-sm: 8px;
  --radius-md: 12px;
  --shadow-soft: 0 24px 70px rgba(70, 46, 16, 0.12);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: Lato, "Nunito Sans", Verdana, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--surface-soft);
  color: var(--ink);
  font-family: var(--body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #fffdf9 0%, #fffaf3 52%, #f7efe4 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

/* Lenis (scroll suave - desktop) */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  background: rgba(255, 253, 249, 0.55);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  backdrop-filter: blur(16px) saturate(1.25);
  border-bottom: 1px solid rgba(185, 144, 58, 0.18);
}

.brand-lockup {
  display: grid;
  justify-items: center;
  gap: 3px;
}

.site-header .brand-logo {
  width: clamp(112px, 28vw, 148px);
}

.brand-paris {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-dark);
  font-size: clamp(0.5rem, 1.7vw, 0.6rem);
  font-weight: 700;
  letter-spacing: 0.42em;
  line-height: 1;
  text-indent: 0.42em;
  text-transform: uppercase;
}

.brand-paris::before,
.brand-paris::after {
  content: "";
  width: clamp(16px, 6vw, 28px);
  height: 1px;
  background: rgba(185, 144, 58, 0.55);
}

.page-shell {
  width: 100%;
  max-width: 100vw;
  min-height: 100dvh;
  padding: 66px 0 0;
  background: var(--paper);
}

.vip-card {
  width: 100%;
  max-width: none;
  min-height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 116px, rgba(185, 144, 58, 0.14), transparent 220px),
    linear-gradient(180deg, var(--paper) 0%, var(--paper) 58%, var(--surface) 100%);
  box-shadow: none;
  overflow-x: clip;
}

.vip-card * {
  min-width: 0;
}

.hero-header {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(100%, 620px);
  margin: 0 auto;
  padding: clamp(18px, 4vw, 28px) 24px 0;
  text-align: center;
}

.brand-logo {
  width: clamp(150px, 38vw, 222px);
  height: auto;
}

.offer-label,
.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: clamp(0.72rem, 2.35vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.offer-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 28px;
}

.crown-icon {
  width: clamp(15px, 4.4vw, 19px);
  height: auto;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  max-width: 100vw;
  margin: 0 auto;
  padding: 10px clamp(22px, 6vw, 54px) 4px;
  text-align: center;
}

.eyebrow {
  display: block;
  width: min(100%, 330px);
  margin-right: auto;
  margin-left: auto;
  color: var(--gold-dark);
  font-size: clamp(0.73rem, 2.45vw, 0.86rem);
  letter-spacing: 0.115em;
}

.eyebrow span {
  display: block;
}

.hero-copy h1 {
  width: 100%;
  max-width: min(100%, 620px);
  margin: 8px auto 0;
  font-family: var(--display);
  font-size: clamp(2.12rem, 6.9vw, 4.15rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.98;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: normal;
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 em {
  color: var(--gold);
  font-style: normal;
  white-space: nowrap;
}

.headline-divider {
  display: none;
  width: 56px;
  height: 2px;
  margin: 18px auto 0;
  background: var(--gold);
  border-radius: 2px;
}

.subtitle {
  width: 100%;
  max-width: min(100%, 540px);
  margin: 12px auto 0;
  color: rgba(95, 87, 77, 0.78);
  font-size: clamp(0.78rem, 2.25vw, 0.92rem);
  line-height: 1.34;
  overflow-wrap: break-word;
  word-break: normal;
  overflow-wrap: anywhere;
}

.subtitle strong {
  color: rgba(21, 17, 12, 0.82);
  font-weight: 900;
}

.hero-photo {
  width: 100%;
  max-width: 640px;
  margin: 4px auto 0;
  padding: 0;
}

.hero-original-image {
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 7%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 7%, #000 88%, transparent 100%);
}

.conversion-area {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 420px;
  padding: 0 clamp(22px, 5.5vw, 48px);
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
}

.post-photo {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 540px;
  margin: 24px auto 0;
  padding: 0 clamp(22px, 5.5vw, 48px);
  text-align: center;
}

.post-photo .subtitle {
  margin: 0 auto;
}

.urgency-alert {
  max-width: 100%;
  margin: 0;
  padding: 14px 18px;
  border: 1px solid rgba(222, 182, 74, 0.6);
  border-radius: var(--radius-md);
  background: rgba(255, 244, 207, 0.42);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 10px 28px rgba(150, 110, 20, 0.1);
  color: #5c4210;
  font-size: clamp(0.84rem, 2.8vw, 0.96rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-width: 0;
  width: 100%;
  min-height: 62px;
  padding: 15px 18px;
  border: 2px solid #19a83a;
  border-radius: 14px;
  background: linear-gradient(180deg, #0aa72b, var(--green));
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 8px 0 var(--button-shadow);
  font-size: clamp(0.98rem, 3.6vw, 1.2rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  animation: whatsapp-pulse 2.4s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  will-change: transform;
  position: relative;
  overflow: hidden;
}

.whatsapp-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-180%) skewX(-18deg);
  pointer-events: none;
  animation: whatsapp-shine 3.6s ease-in-out infinite;
}

.cta-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
  animation-play-state: paused;
  filter: saturate(1.08) brightness(1.03);
  transform: translateY(-1px);
}

.whatsapp-button:active {
  animation-play-state: paused;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 3px 0 var(--button-shadow);
  transform: translateY(5px);
}

.whatsapp-button.is-waiting-link {
  animation: cta-nudge 280ms ease-out;
}

.whatsapp-button:focus-visible {
  outline: 4px solid rgba(7, 143, 37, 0.28);
  outline-offset: 4px;
}

.whatsapp-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  filter: invert(1);
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 10px 26px rgba(7, 94, 37, 0.4), 0 2px 6px rgba(0, 0, 0, 0.22);
  touch-action: manipulation;
  animation: whatsapp-pulse 2.4s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-180%) skewX(-18deg);
  pointer-events: none;
  animation: whatsapp-shine 3.6s ease-in-out infinite;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  animation-play-state: paused;
  transform: scale(1.06);
}

.whatsapp-float:active {
  transform: scale(0.96);
}

.whatsapp-float:focus-visible {
  outline: 4px solid rgba(37, 211, 102, 0.35);
  outline-offset: 3px;
}

.whatsapp-float-icon {
  width: 34px;
  height: 34px;
  filter: invert(1);
}

.benefits {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 10px;
  width: calc(100vw - 28px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px clamp(18px, 4.5vw, 48px) 0;
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  min-height: 88px;
  padding: 14px 20px;
  border: 1px solid rgba(185, 144, 58, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 8px 24px rgba(79, 52, 17, 0.05);
}

.benefit-row-highlight {
  background: rgba(250, 244, 235, 0.9);
  border-color: rgba(185, 144, 58, 0.24);
}

.benefit {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 58px;
  padding: 0 14px;
}

.benefit h2 {
  margin: 0;
  color: #1d1710;
  font-size: clamp(0.66rem, 1.45vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.98;
  text-transform: uppercase;
}

.benefit p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: clamp(0.58rem, 1.16vw, 0.72rem);
  font-weight: 700;
  line-height: 1.16;
}

.benefit-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.page-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 26px 22px 96px;
  color: var(--muted);
  text-align: center;
}

.footer-link {
  grid-column: 1 / -1;
  margin-top: 4px;
  color: rgba(134, 97, 24, 0.72);
  font-size: clamp(0.66rem, 2.1vw, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.developer-credit {
  grid-column: 1 / -1;
  color: rgba(134, 97, 24, 0.5);
  font-size: clamp(0.58rem, 1.8vw, 0.68rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: none;
}

.developer-credit:hover,
.developer-credit:focus-visible {
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-footer span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 144, 58, 0.6));
}

.page-footer span:last-child {
  background: linear-gradient(90deg, rgba(185, 144, 58, 0.6), transparent);
}

.page-footer p {
  max-width: 100%;
  margin: 0;
  font-size: clamp(0.66rem, 2.1vw, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

@media (min-width: 760px) {
  .page-shell {
    padding: 70px 0 0;
  }

  .vip-card {
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
  }
}

/* Tablet / desktop: titulo fluido na horizontal, sem coluna */
@media (min-width: 521px) {
  .hero-copy {
    max-width: 680px;
  }

  .hero-copy h1 {
    max-width: 680px;
    margin-top: 8px;
    font-size: clamp(2rem, 4.1vw, 3.2rem);
    line-height: 0.98;
  }

  .hero-copy h1 span {
    display: block;
  }

  .hero-copy h1 em {
    white-space: nowrap;
  }

  .conversion-area {
    max-width: 480px;
  }

  .whatsapp-button .cta-text {
    white-space: nowrap;
  }
}

@media (max-width: 520px) {
  .hero-copy {
    padding-right: 22px;
    padding-left: 22px;
  }

  .hero-copy h1 {
    max-width: calc(100vw - 34px);
    font-size: clamp(1.62rem, 6.4vw, 2rem);
    line-height: 1.08;
  }

  .hero-copy h1 em {
    white-space: normal;
  }

  .subtitle {
    max-width: 380px;
    margin-top: 10px;
    font-size: 0.84rem;
    line-height: 1.34;
  }

  .conversion-area {
    padding-right: 20px;
    padding-left: 20px;
  }

  .urgency-alert {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.92rem;
  }

  .benefits {
    gap: 9px;
    width: calc(100vw - 20px);
    padding-right: 10px;
    padding-left: 10px;
  }

  .benefit-row {
    min-height: 76px;
    padding: 10px 6px;
    border-radius: 14px;
  }

  .benefit {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 6px;
    min-height: 52px;
    padding: 0 4px;
  }

  .benefit h2 {
    font-size: 0.54rem;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .benefit p {
    margin-top: 2px;
    font-size: 0.48rem;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .benefit-icon {
    width: 28px;
    height: 28px;
  }

  .whatsapp-button {
    gap: 8px;
    min-height: 58px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.86rem;
  }

  .whatsapp-icon {
    width: 27px;
    height: 27px;
  }

  .cta-text {
    flex: 0 1 auto;
    max-width: calc(100% - 36px);
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .hero-copy h1 span:nth-child(2),
  .hero-copy h1 em {
    white-space: normal;
  }

  .whatsapp-button {
    gap: 10px;
    min-height: 58px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 0.82rem;
  }

  .benefit-row {
    min-height: 72px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .benefit {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 5px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .benefit-icon {
    width: 24px;
    height: 24px;
  }

  .whatsapp-icon {
    width: 29px;
    height: 29px;
  }
}

@media (min-width: 430px) and (max-width: 520px) {
  .hero-copy h1 span:nth-child(2),
  .hero-copy h1 em {
    white-space: nowrap;
  }
}

@keyframes cta-nudge {
  0%,
  100% {
    transform: translateX(0);
  }

  35% {
    transform: translateX(-3px);
  }

  70% {
    transform: translateX(3px);
  }
}

@keyframes whatsapp-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025);
  }
}

@keyframes whatsapp-shine {
  0% {
    transform: translateX(-180%) skewX(-18deg);
  }

  60%,
  100% {
    transform: translateX(320%) skewX(-18deg);
  }
}

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