:root {
  --cream: #fff8ec;
  --cream-2: #fff1df;
  --peach: #ffe8cf;
  --white: #ffffff;
  --navy: #10265a;
  --body: #44506b;
  --pink: #ff2f83;
  --pink-dark: #cf0f5b;
  --teal: #05aebf;
  --green: #4aa846;
  --line: #f3c9b6;
  --shadow: 0 22px 62px rgba(16, 38, 90, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--navy);
  background: var(--cream);
  font-family: "Nunito", "Avenir Next", "Trebuchet MS", sans-serif;
  overflow-x: hidden;
}

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

.wrap {
  width: calc(100% - 32px);
  max-width: 1120px;
  margin-inline: auto;
}

.hero {
  padding: 28px 0 54px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 47, 131, 0.08), transparent 24%),
    linear-gradient(180deg, #fffaf4 0%, var(--cream) 100%);
  text-align: center;
}

.hero-inner {
  max-width: 920px;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 16px;
  color: var(--pink-dark);
  background: linear-gradient(90deg, #ffe1e9, #fff0d6 55%, #e8fbfb);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
}

.kicker {
  background: transparent;
  padding: 0;
  color: var(--pink);
}

.kicker::before,
.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--pink);
  border-radius: 50%;
}

h1,
h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
  letter-spacing: -0.01em;
}

h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(2.45rem, 9vw, 5.8rem);
  line-height: 0.96;
  overflow-wrap: break-word;
}

h1 .pink-line {
  display: block;
  color: var(--pink);
}

h1 .navy-line {
  display: block;
  color: var(--navy);
}

h2 {
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
  overflow-wrap: break-word;
}

h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.08;
}

p {
  margin: 0;
  color: var(--body);
  font-size: 1.05rem;
  line-height: 1.58;
}

.hero-copy {
  max-width: 650px;
  margin: 22px auto 20px;
  font-size: 1.14rem;
}

.hero-mockup {
  width: min(680px, 100%);
  margin: 22px auto 18px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: min(100%, 360px);
  max-width: 100%;
  padding: 0 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.54), transparent 24%),
    linear-gradient(135deg, #ff67aa, var(--pink) 48%, #ee1268);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 16px 32px rgba(255, 47, 131, 0.28);
  cursor: pointer;
  font: inherit;
  font-size: 1.08rem;
  font-weight: 950;
  text-decoration: none;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(255, 47, 131, 0.34);
}

.microtrust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.microtrust span {
  color: #728099;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #f3d8c3;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.78rem;
  font-weight: 800;
}

.section {
  padding: 74px 0;
}

.white {
  background: var(--white);
}

.cream {
  background: var(--cream);
}

.peach {
  background: var(--peach);
}

.pale {
  background:
    linear-gradient(rgba(255, 248, 236, 0.92), rgba(255, 248, 236, 0.92)),
    radial-gradient(circle at 20% 20%, rgba(5, 174, 191, 0.16), transparent 30%);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 52px;
}

.split.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.intro h2,
.split h2 {
  margin-bottom: 18px;
}

.image-frame,
.photo-card {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.image-frame img,
.photo-card img {
  width: 100%;
}

.three-cols {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.section-title {
  padding-right: 16px;
}

.three-cols article,
.step-grid article,
.testimonial-grid article,
.bonus-grid article {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #f1d7c4;
  border-radius: 8px;
  padding: 22px;
}

.three-cols article {
  min-height: 210px;
}

.item-illustration {
  display: block;
  width: min(220px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto 18px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(238, 91, 137, 0.11);
}

.three-cols article h3 {
  margin-bottom: 8px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--body);
  font-weight: 800;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.content-list {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 52px;
  align-items: start;
}

.feature-stack {
  display: grid;
  gap: 12px;
}

.feature-stack div {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #f1d7c4;
  border-radius: 8px;
}

.feature-stack strong {
  color: var(--pink-dark);
  font-size: 1.04rem;
}

.feature-stack span {
  color: var(--body);
}

.center {
  display: block;
  text-align: center;
}

.narrow {
  max-width: 760px;
  margin-inline: auto;
}

.bonus-showcase {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 47, 131, 0.08), transparent 22%),
    radial-gradient(circle at 86% 18%, rgba(5, 174, 191, 0.1), transparent 20%),
    var(--cream);
}

.bonus-lead {
  max-width: 760px;
  margin: 18px auto 0;
  text-align: center;
  font-weight: 700;
}

.bonus-grid,
.testimonial-grid,
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.bonus-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.bonus-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 12px 12px 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(16, 38, 90, 0.1);
  overflow: hidden;
}

.bonus-grid article > span {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 7px 10px;
  color: #fff;
  background: var(--pink);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bonus-image {
  position: relative;
  height: 328px;
  margin-bottom: 16px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.95), rgba(255, 243, 232, 0.95));
  border: 1px solid #f4d6c9;
  border-radius: 7px;
  overflow: hidden;
}

.bonus-image.landscape {
  height: 328px;
}

.bonus-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.bonus-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 0 22px 38px rgba(16, 38, 90, 0.12),
    inset 0 -28px 44px rgba(238, 91, 137, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.testimonial-grid img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
  border-radius: 7px;
  margin-bottom: 16px;
}

.testimonial-grid img {
  aspect-ratio: 0.86;
  object-position: center top;
}

.bonus-grid h3,
.bonus-grid p {
  padding-inline: 10px;
}

.bonus-grid h3 {
  font-size: 1.12rem;
}

.bonus-grid p {
  font-size: 0.92rem;
  line-height: 1.42;
}

.bonus-ribbon {
  width: fit-content;
  max-width: 100%;
  margin: 28px auto 0;
  padding: 13px 18px;
  color: var(--navy);
  background: #fff;
  border: 1px dashed var(--pink);
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
}

.step-grid article {
  text-align: center;
  padding: 22px 20px 24px;
  overflow: hidden;
}

.step-visual {
  width: min(170px, 78%);
  margin: 0 auto 18px;
}

.step-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(241, 215, 196, 0.9);
  box-shadow: 0 14px 28px rgba(238, 91, 137, 0.12);
}

.step-grid h3 {
  margin-bottom: 8px;
}

.testimonials h2 {
  max-width: 820px;
}

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

.testimonial-grid article {
  padding: 10px 10px 18px;
}

.testimonial-grid p,
.testimonial-grid strong,
.stars {
  padding-inline: 8px;
}

.stars {
  color: #ffc145;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.testimonial-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
}

.offer {
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 26px;
}

.plan-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: #fff;
  border: 2px solid rgba(5, 174, 191, 0.34);
  border-radius: 14px;
  box-shadow: var(--shadow);
  text-align: left;
}

.plan-card-featured {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, rgba(5, 174, 191, 0.46), transparent 34%),
    linear-gradient(135deg, #64115e 0%, #10265a 58%, #0d3e61 100%);
  border-color: var(--pink);
  box-shadow: 0 30px 70px rgba(16, 38, 90, 0.22);
}

.plan-badge,
.modal-badge {
  width: fit-content;
  margin-bottom: 14px;
  padding: 9px 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff7a49, var(--pink));
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.plan-card h3 {
  color: var(--navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 0.95;
}

.plan-card-featured h3 {
  color: #ffe557;
}

.plan-card p {
  margin-top: 10px;
  color: #53607a;
  line-height: 1.45;
}

.plan-card-featured p,
.plan-card-featured .plan-list li,
.plan-card-featured .plan-note {
  color: rgba(255, 255, 255, 0.9);
}

.plan-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.58 / 1;
  margin: 20px 0 18px;
  object-fit: cover;
  border-radius: 10px;
}

.plan-list {
  display: grid;
  gap: 11px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.plan-list li {
  position: relative;
  padding-left: 30px;
  color: var(--body);
  line-height: 1.35;
}

.plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.08em;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #20c979;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 950;
}

.plan-list .muted {
  color: #a8aec1;
}

.plan-list .muted::before {
  content: "-";
  background: #ffe1ec;
  color: var(--pink);
}

.plan-price {
  margin-top: auto;
  text-align: center;
}

.plan-price span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.modal-price span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.plan-price strong,
.modal-price strong {
  display: block;
  color: #29ee91;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.2rem, 11vw, 5.8rem);
  line-height: 0.95;
}

.plan-price small,
.modal-price small {
  display: block;
  color: currentColor;
  font-weight: 800;
}

.plan-price-basic strong {
  color: var(--navy);
  font-size: clamp(3rem, 8vw, 4.8rem);
}

.plan-price-basic small {
  color: #53607a;
}

.plan-cta,
.basic-choice {
  width: 100%;
  margin-top: 18px;
}

.plan-cta {
  background: linear-gradient(135deg, #59e69c, #09a963);
}

.basic-choice {
  background: linear-gradient(135deg, #173b7a, #10265a);
  box-shadow: 0 16px 32px rgba(16, 38, 90, 0.22);
}

.plan-note {
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.82rem;
}

.offer .microtrust {
  margin-top: 20px;
}

.faq .wrap {
  max-width: 860px;
}

details {
  margin-top: 8px;
  background: #fffaf4;
  border: 1px solid #f1d7c4;
  border-radius: 8px;
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--navy);
  font-weight: 900;
}

details p {
  padding: 0 18px 18px;
}

.final-cta {
  padding: 78px 0;
  background:
    linear-gradient(rgba(255, 248, 236, 0.9), rgba(255, 248, 236, 0.9)),
    url("generated/bundle-mockup-pequenas-bailarinas-opt.webp") center / cover;
  text-align: center;
}

.final-cta h2 {
  max-width: 760px;
  margin: 0 auto 26px;
}

footer {
  padding: 24px 0 18px;
  background: #fff;
  text-align: center;
  border-top: 1px solid #f1d7c4;
}

.footer-inner {
  max-width: 980px;
}

.payment-title {
  margin-bottom: 12px;
  color: #26355f;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.payment-logos {
  display: block;
  width: min(620px, 86vw);
  margin: 0 auto 18px;
}

footer p {
  margin: 4px auto;
  color: #566382;
  font-size: 0.86rem;
  line-height: 1.45;
}

footer strong {
  color: #12306b;
}

.site-url {
  color: #0d9bb0;
  font-weight: 700;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 22px;
}

.modal.is-open {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 41, 0.68);
  backdrop-filter: blur(7px);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  padding: clamp(28px, 5vw, 42px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 6%, rgba(255, 47, 131, 0.38), transparent 32%),
    linear-gradient(135deg, #64115e 0%, #10265a 58%, #0d3e61 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.modal-card h2 {
  max-width: 560px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 0.98;
}

.modal-card p {
  max-width: 540px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.5;
}

.modal-badge {
  margin-inline: auto;
}

.modal-price {
  margin: 18px 0 22px;
}

.modal-primary {
  width: min(100%, 520px);
  background: linear-gradient(135deg, #59e69c, #09a963);
}

.modal-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 520px);
  min-height: 54px;
  margin-top: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 950;
  text-decoration: none;
}

.modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .split,
  .split.reverse,
  .content-list,
  .three-cols {
    grid-template-columns: 1fr;
  }

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

  .bonus-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .section {
    padding: 56px 0;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: calc(100% - 24px);
  }

  .hero {
    padding-top: 22px;
  }

  h1 {
    max-width: 310px;
    font-size: clamp(1.7rem, 8.1vw, 2rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(1.76rem, 8vw, 2.18rem);
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .eyebrow {
    max-width: 340px;
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .hero-copy {
    max-width: 340px;
    font-size: 1rem;
  }

  .cta {
    width: min(100%, 300px);
    min-width: 0;
    padding-inline: 18px;
    font-size: 1rem;
    white-space: normal;
  }

  .hero-mockup {
    width: min(100%, 320px);
  }

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

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

  .bonus-image,
  .bonus-image.landscape {
    height: 360px;
  }

  .feature-stack div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .price-list li {
    align-items: flex-start;
    flex-direction: column;
  }
}
