:root {
  --pink: #d93d73;
  --pink-strong: #c52f66;
  --pink-soft: #fff0f4;
  --rose: #f8c7d5;
  --gold: #bd8540;
  --gold-soft: #f0d8a4;
  --ink: #321f29;
  --muted: #725763;
  --paper: #fff1f6;
  --white: #ffffff;
  --line: #efd1d8;
  --shadow: 0 20px 55px rgba(90, 42, 61, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #ffeaf2 0%, #fff4f7 42%, #ffeef4 100%);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  align-items: center;
  background: rgba(255, 239, 245, 0.94);
  border-bottom: 1px solid rgba(217, 61, 115, 0.14);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 5vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand,
.nav,
.hero-actions,
.trust-row {
  align-items: center;
  display: flex;
}

.brand {
  color: var(--pink-strong);
  font-weight: 800;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(145deg, #fff8f3 0%, #ffe4ec 100%);
  border: 1px solid rgba(189, 133, 64, 0.38);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(217, 61, 115, 0.16);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.brand-mark svg {
  height: 34px;
  overflow: visible;
  width: 34px;
}

.logo-heart {
  fill: rgba(217, 61, 115, 0.1);
  stroke: var(--pink);
  stroke-linejoin: round;
  stroke-width: 3;
}

.logo-fill {
  fill: rgba(217, 61, 115, 0.2);
}

.logo-line {
  fill: none;
  stroke: var(--pink-strong);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.logo-baby {
  fill: var(--gold-soft);
  stroke: var(--gold);
  stroke-width: 2;
}

.brand-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 16px;
}

.brand-text small {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav {
  color: var(--muted);
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.top-cta {
  background: var(--ink);
  border-radius: 999px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  padding: 11px 18px;
}

.hero {
  min-height: 760px;
  padding-top: 64px;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  background:
    radial-gradient(circle at 80% 30%, rgba(255, 210, 222, 0.12) 0 22%, transparent 46%),
    linear-gradient(90deg, rgba(42, 24, 34, 0.9) 0%, rgba(61, 31, 44, 0.72) 46%, rgba(61, 31, 44, 0.28) 100%),
    url("assets/hero-bg-clean.jpg") center right / cover no-repeat;
  inset: 0;
  position: absolute;
}

.hero::after {
  background: linear-gradient(180deg, transparent 0%, rgba(255, 250, 248, 0.96) 100%);
  bottom: 0;
  content: "";
  height: 86px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.hero-inner {
  align-items: center;
  display: flex;
  min-height: 696px;
  padding: clamp(64px, 8vw, 110px) clamp(22px, 7vw, 96px) clamp(92px, 10vw, 126px);
  position: relative;
  z-index: 2;
}

.hero-copy {
  color: var(--white);
  max-width: 680px;
}

.eyebrow {
  color: var(--gold);
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 900;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd88f;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
}

h1 {
  font-size: clamp(56px, 8vw, 108px);
  line-height: 0.9;
  margin-bottom: 26px;
  max-width: 650px;
}

h2 {
  color: var(--pink-strong);
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1;
  margin-bottom: 18px;
}

h3 {
  color: var(--ink);
  font-size: 20px;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  max-width: 590px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  height: 20px;
  width: 20px;
}

.primary {
  background: var(--pink);
  box-shadow: 0 14px 30px rgba(217, 61, 115, 0.34);
  color: var(--white);
}

.ghost {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: var(--white);
}

.large {
  font-size: 18px;
  min-height: 58px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.offer .large {
  animation: offerPulse 1.45s ease-in-out infinite;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@keyframes offerPulse {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(217, 61, 115, 0.34);
    filter: brightness(1);
    transform: scale(1);
  }

  45% {
    box-shadow: 0 18px 42px rgba(217, 61, 115, 0.56);
    filter: brightness(1.08);
    transform: scale(1.025);
  }

  62% {
    filter: brightness(0.98);
  }
}

.trust-row {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  padding-top: 20px;
}

.trust-row span {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 12px;
}

section {
  padding: clamp(64px, 8vw, 110px) clamp(20px, 6vw, 86px);
}

.band {
  background: #fff8fb;
}

.section-grid {
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1160px;
}

.intro-copy {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.section-head {
  margin: 0 auto 38px;
  max-width: 930px;
  text-align: center;
}

.section-head h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.preview-strip {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  margin: 0 auto;
  max-width: 1280px;
  overflow-x: auto;
  padding: 8px 2px 22px;
}

.preview-strip img {
  aspect-ratio: 1055 / 1491;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.benefit-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.benefit-grid article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 230px;
  padding: 28px;
}

.benefit-grid svg {
  color: var(--pink);
  height: 34px;
  margin-bottom: 22px;
  width: 34px;
}

.benefit-grid p,
.included-copy p,
.faq p {
  color: var(--muted);
  line-height: 1.65;
}

.included {
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  margin: 0 auto;
  max-width: 1180px;
}

.included-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.included-list li {
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 14px;
  padding: 20px;
}

.included-list svg {
  color: var(--gold);
  flex: 0 0 auto;
}

.offer {
  background: linear-gradient(180deg, #ffeef5 0%, #ffe4ee 100%);
}

.offer-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 680px;
  padding: clamp(30px, 5vw, 54px);
  text-align: center;
}

.offer-text {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.offer-highlights {
  background: #fff8fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 16px 18px;
  text-align: left;
}

.offer-highlights li {
  align-items: flex-start;
  color: var(--ink);
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 9px;
  line-height: 1.35;
}

.offer-highlights svg {
  color: var(--pink);
  flex: 0 0 auto;
  height: 18px;
  margin-top: 1px;
  width: 18px;
}

.offer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 24px;
}

.offer-badges span {
  align-items: center;
  background: #fff7df;
  border: 1px solid rgba(189, 133, 64, 0.26);
  border-radius: 999px;
  color: #7b4d18;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 7px;
  min-height: 34px;
  padding: 8px 12px;
}

.offer-badges svg {
  height: 16px;
  width: 16px;
}

.bump-note,
.offer-reassurance {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 14px;
}

.bump-note {
  color: var(--ink);
  font-weight: 900;
  text-align: left;
}

.price {
  margin: 22px 0 18px;
}

.price span {
  color: var(--muted);
  display: block;
  font-weight: 800;
  margin-bottom: 6px;
}

.price strong {
  color: var(--pink-strong);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(52px, 8vw, 82px);
  line-height: 0.9;
}

.order-bump {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 239, 245, 0.94) 100%),
    radial-gradient(circle at 88% 22%, rgba(217, 61, 115, 0.16) 0 18%, transparent 34%);
  border: 2px solid var(--rose);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 14px;
  margin: -6px 0 14px;
  padding: 16px;
  position: relative;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.order-bump + .order-bump {
  margin-top: 12px;
  margin-bottom: 24px;
}

.order-bump:hover {
  border-color: var(--pink);
  box-shadow: 0 16px 34px rgba(217, 61, 115, 0.18);
  transform: translateY(-1px);
}

.order-bump input {
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  position: absolute;
}

.bump-check {
  align-items: center;
  background: var(--white);
  border: 2px solid var(--pink);
  border-radius: 6px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  margin-top: 4px;
  width: 28px;
}

.bump-image {
  aspect-ratio: 1;
  border: 1px solid rgba(217, 61, 115, 0.18);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(90, 42, 61, 0.12);
  flex: 0 0 118px;
  height: 118px;
  object-fit: cover;
  width: 118px;
}

.bump-check::after {
  color: var(--white);
  content: "✓";
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 140ms ease, transform 140ms ease;
}

.order-bump input:checked + .bump-check {
  background: var(--pink);
}

.order-bump input:checked + .bump-check::after {
  opacity: 1;
  transform: scale(1);
}

.order-bump:has(input:checked) {
  border-color: var(--pink);
  box-shadow: 0 18px 42px rgba(217, 61, 115, 0.24);
}

.bump-content {
  display: grid;
  gap: 7px;
}

.bump-tag {
  align-items: center;
  background: var(--pink);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 6px;
  justify-self: start;
  max-width: 100%;
  padding: 7px 10px;
  text-transform: uppercase;
}

.bump-tag svg {
  height: 15px;
  width: 15px;
}

.bump-content strong {
  color: var(--pink-strong);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(21px, 4vw, 30px);
  line-height: 0.98;
}

.bump-content span:not(.bump-tag) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.bump-content em {
  color: var(--gold);
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.safe-note {
  color: var(--muted);
  font-size: 14px;
  margin: 18px 0 0;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 900px;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px 22px;
}

summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 14px 0 0;
}

.footer {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  padding: 24px clamp(20px, 6vw, 86px);
}

.footer a {
  color: #ffd88f;
  font-weight: 800;
}

.success-page {
  align-items: center;
  display: grid;
  min-height: 100vh;
  padding: 30px 20px;
  place-items: center;
}

.success-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  max-width: 680px;
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
}

.success-card h1 {
  color: var(--pink-strong);
  font-size: clamp(42px, 7vw, 72px);
  margin-bottom: 22px;
}

.success-card p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
  margin-bottom: 30px;
}

.success-card .safe-note {
  display: block;
  margin-top: 18px;
}

.payment-box {
  background: #fff7fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 24px 0;
  padding: 22px;
  text-align: left;
}

.payment-box[hidden],
.pix-result[hidden],
#pixButton[hidden],
#cardButton[hidden] {
  display: none;
}

.payment-head h3 {
  color: var(--pink-strong);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1;
  margin: 0 0 10px;
}

.payment-head p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 18px;
}

.payment-tabs {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 18px;
}

.payment-tab {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  padding: 10px;
}

.payment-tab svg {
  height: 19px;
  width: 19px;
}

.payment-tab.active {
  background: var(--pink);
  border-color: var(--pink);
  color: var(--white);
}

.payment-form {
  display: grid;
  gap: 14px;
}

.payment-form label,
.pix-result label {
  color: var(--ink);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
}

.payment-form input,
.pix-result textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 12px 14px;
  width: 100%;
}

.payment-form input:focus,
.pix-result textarea:focus {
  border-color: var(--pink);
  outline: 3px solid rgba(217, 61, 115, 0.16);
}

.button.dark {
  background: var(--ink);
  border: 0;
  color: var(--white);
  width: 100%;
}

.pix-result {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  justify-items: center;
  margin-top: 18px;
  padding: 18px;
  text-align: center;
}

.pix-result img {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  max-width: 260px;
  padding: 10px;
  width: 100%;
}

.pix-result label {
  justify-self: stretch;
  text-align: left;
}

.pix-result textarea {
  min-height: 96px;
  resize: vertical;
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(42, 24, 34, 0.84) 0%, rgba(42, 24, 34, 0.68) 52%, rgba(42, 24, 34, 0.5) 100%),
      url("assets/hero-bg-clean.jpg") center top / cover no-repeat;
  }

  .hero-inner {
    align-items: flex-end;
    min-height: 656px;
    padding-bottom: 78px;
  }

  h1 {
    font-size: clamp(48px, 11vw, 68px);
    max-width: 500px;
  }

  .hero-subtitle {
    font-size: 18px;
    max-width: 480px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .trust-row {
    border-top-color: rgba(255, 255, 255, 0.2);
    margin-top: 24px;
  }

  .section-grid,
  .included,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .preview-strip {
    grid-template-columns: repeat(5, minmax(190px, 1fr));
  }
}

@media (max-width: 560px) {
  .topbar {
    padding: 12px 16px;
  }

  .brand span:last-child {
    display: grid;
  }

  .brand-text strong {
    font-size: 14px;
    max-width: 118px;
  }

  .brand-text small {
    font-size: 9px;
  }

  .brand-mark {
    height: 40px;
    width: 40px;
  }

  .brand-mark svg {
    height: 30px;
    width: 30px;
  }

  .top-cta {
    padding: 10px 14px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .large {
    font-size: 16px;
    min-height: 62px;
    padding-left: 18px;
    padding-right: 18px;
    white-space: normal;
  }

  .order-bump {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .bump-image {
    grid-column: 1 / -1;
    height: auto;
    justify-self: center;
    max-width: 220px;
    width: min(100%, 220px);
  }

  .bump-content {
    min-width: 0;
  }

  .offer-highlights {
    padding: 14px;
  }

  .offer-badges {
    align-items: stretch;
    flex-direction: column;
  }

  .offer-badges span {
    border-radius: 8px;
    justify-content: center;
    text-align: center;
  }

  .bump-tag {
    max-width: 100%;
    text-align: left;
  }

  .hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

}
