* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: #f4e7dc;
  color: #2d2430;
}

.site {
  width: 100%;
  overflow-x: hidden;
}

.page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGENS DE FUNDO */
.bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.18),
    rgba(0,0,0,.35),
    rgba(0,0,0,.68)
  );
}

/* CONTEÚDO GERAL */
.page-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
}

.center {
  text-align: center;
}

.left {
  align-self: flex-end;
  text-align: left;
  padding-bottom: 70px;
}

.bottom {
  align-self: flex-end;
  padding-bottom: 60px;
}

.tag {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom: 8px;
}

/* TÍTULO PÁGINA 1 */
h1 {
  color: #fff;
  font-family: 'Parisienne', cursive;
  font-size: clamp(58px, 15vw, 110px);
  font-weight: 400;
  line-height: .95;
  text-shadow: 0 8px 25px rgba(0,0,0,.4);
}

h1 span {
  color: #d9878b;
  margin-left: 8px;
}

/* BOTÕES */
.btn {
  display: inline-block;
  margin-top: 28px;
  padding: 15px 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.75);
  background: rgba(89, 55, 145, .92);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 14px 35px rgba(41, 23, 70, .25);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.purple {
  background: #5c3c95;
  border: none;
}

.arrow {
  color: #fff;
  font-size: 36px;
  margin-top: 8px;
}

.purple-arrow {
  color: #5c3c95;
}

/* FUNDOS CLAROS */
.paper {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.85), transparent 40%),
    linear-gradient(135deg, #f8eadf, #f1ddd1);
}

.clean {
  background:
    radial-gradient(circle at top left, rgba(172, 132, 90, .10), transparent 35%),
    #f7eadf;
}

/* ETIQUETA DE PÁGINA */
.corner-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 10;
  background: #5c3c95;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

/* PÁGINA 2 */
.polaroid {
  position: absolute;
  right: 8%;
  top: 10%;
  width: 190px;
  background: #fff;
  padding: 10px 10px 34px;
  transform: rotate(8deg);
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
}

.polaroid img,
.photo img,
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.script-text {
  font-family: 'Parisienne', cursive;
  font-size: clamp(34px, 8vw, 62px);
  line-height: 1.15;
}

.script-text span {
  color: #cf7679;
}

.simple-lines {
  margin-top: 28px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(25px, 6vw, 42px);
  line-height: 1.42;
}

.heart {
  color: #cf7679;
  font-size: 42px;
  margin-top: 22px;
}

.heart.soft {
  margin-bottom: 10px;
}

/* PÁGINA 3 */
.highlight {
  display: inline-block;
  margin: 28px 0 12px;
  padding: 10px 24px;
  background: rgba(207, 118, 121, .26);
  font-family: 'Parisienne', cursive;
  font-size: clamp(34px, 8vw, 58px);
  line-height: 1.1;
}

/* PÁGINA 4 - VERSÃO ELEGANTE */
.spa-experience {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.85), transparent 40%),
    linear-gradient(135deg, #f8eadf, #f1ddd1);
  color: #3a294d;
  padding: 70px 24px 34px;
}

.spa-content {
  width: 100%;
  max-width: 760px;
  text-align: center;
}

.mini-logo {
  text-align: center;
  margin-bottom: 28px;
}

.mini-icon {
  color: #8f6ab8;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 4px;
}

.mini-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  letter-spacing: 10px;
  font-weight: 500;
  color: #6b4b92;
}

.mini-sub {
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #8f6ab8;
}

.spa-script {
  font-family: 'Parisienne', cursive;
  font-size: clamp(42px, 10vw, 76px);
  line-height: 1;
  color: #2d2430;
  font-weight: 400;
}

.spa-experience h2 {
  margin-top: 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 12vw, 86px);
  line-height: .95;
  letter-spacing: 4px;
  color: #6b4b92;
  font-weight: 500;
}

.spa-duration {
  display: inline-block;
  margin-top: 24px;
  padding: 11px 28px;
  border-radius: 999px;
  background: #8f6ab8;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.spa-benefits {
  margin: 44px auto 0;
  max-width: 560px;
  text-align: left;
}

.spa-benefits div {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.spa-benefits span {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #8f6ab8;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
}

.spa-benefits p {
  margin: 0;
  color: #3f3347;
  font-size: clamp(18px, 4.8vw, 25px);
  line-height: 1.28;
  font-weight: 500;
}

.spa-experience .btn {
  width: 100%;
  max-width: 330px;
  margin-top: 30px;
}

/* PÁGINA 5 */
.message-photo {
  background: #f7eadf;
  padding: 0;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  width: 100%;
}

.letter {
  padding: 80px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Parisienne', cursive;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.2;
}

.letter .mark {
  display: inline-block;
  margin: 20px 0;
  padding: 8px 10px;
  background: rgba(207, 118, 121, .25);
}

.signature {
  margin-top: 30px;
  font-size: clamp(28px, 5vw, 46px);
}

.signature span {
  color: #cf7679;
  font-size: 1.25em;
}

.portrait {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* PÁGINA 6 */
.gallery {
  flex-direction: column;
}

.photos {
  position: relative;
  width: min(92vw, 850px);
  height: 370px;
  margin-top: 50px;
}

.photo {
  position: absolute;
  width: 32%;
  height: 285px;
  background: #fff;
  padding: 10px 10px 38px;
  box-shadow: 0 18px 35px rgba(0,0,0,.22);
}

.photo:nth-child(1) {
  left: 4%;
  top: 34px;
}

.photo:nth-child(2) {
  left: 34%;
  top: 0;
  z-index: 2;
}

.photo:nth-child(3) {
  right: 4%;
  top: 44px;
}

.rotate-left {
  transform: rotate(-7deg);
}

.rotate-right {
  transform: rotate(8deg);
}

.gallery-text {
  font-family: 'Parisienne', cursive;
  font-size: clamp(42px, 8vw, 76px);
  line-height: 1;
  text-align: center;
}

.gallery-text span {
  color: #cf7679;
}

/* PÁGINA 7 */
.countdown {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.8), transparent 35%),
    linear-gradient(135deg, #eee0f6, #e2d3ef);
}

.pagina7-ajustada {
  padding-top: 75px;
}

.countdown .corner-label {
  top: 20px;
  left: 20px;
}

.script-text.menor {
  font-size: clamp(42px, 9vw, 74px);
  line-height: 1.05;
  margin-top: 10px;
}

.decor-line {
  color: #5c3c95;
  margin: 24px 0 28px;
  font-size: 22px;
}

.subcontador {
  max-width: 680px;
  margin: 30px auto 0;
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.45;
  color: #3c2c45;
  text-align: center;
}

.countdown .small-note {
  margin-top: 45px;
  font-family: 'Parisienne', cursive;
  font-size: clamp(34px, 8vw, 58px);
  color: #2d2430;
}

/* PÁGINA 8 */
.final .overlay {
  background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.35), rgba(0,0,0,.12));
}

.final-text {
  color: #fff;
  font-family: 'Parisienne', cursive;
  font-size: clamp(44px, 11vw, 88px);
  line-height: 1.05;
  text-shadow: 0 8px 25px rgba(0,0,0,.45);
}

.whatsapp {
  background: #5c3c95;
  border: none;
}

.footer-love {
  color: #fff;
  margin-top: 18px;
  font-family: 'Parisienne', cursive;
  font-size: clamp(24px, 5vw, 38px);
}

/* RESPONSIVO */
@media (max-width: 760px) {
  .page {
    padding: 22px;
  }

  .pagina4-imagem {
    padding: 0;
  }

  .voucher-page-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .btn-pagina4 {
    bottom: 28px;
    width: 82%;
    max-width: 330px;
  }

  .polaroid {
    opacity: .32;
    right: -16px;
    top: 20px;
    width: 150px;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .letter {
    min-height: 55vh;
    padding: 70px 24px 25px;
    text-align: center;
  }

  .portrait {
    height: 45vh;
  }

  .photos {
    height: 315px;
  }

  .photo {
    width: 39%;
    height: 220px;
  }

  .photo:nth-child(1) {
    left: 0;
    top: 45px;
  }

  .photo:nth-child(2) {
    left: 29%;
    top: 0;
  }

  .photo:nth-child(3) {
    right: 0;
    top: 55px;
  }

  .left {
    padding-bottom: 45px;
  }

  .pagina7-ajustada {
    padding-top: 80px;
  }

  .script-text.menor {
    font-size: 46px;
  }

  .subcontador {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .btn {
    width: 100%;
    max-width: 315px;
    padding: 15px 20px;
  }

  .photos {
    height: 280px;
  }

  .photo {
    height: 195px;
  }

  .btn-pagina4 {
    max-width: 315px;
  }
}

.corner-label {
  display: none !important;
}