:root {
  --bg: #fff7fb;
  --paper: #ffffff;
  --cream: #fff8ed;
  --pink: #ef5f9c;
  --pink-deep: #c92d75;
  --coral: #ff7e74;
  --blue: #68c6ea;
  --mint: #83d7b5;
  --lemon: #ffd76a;
  --plum: #473242;
  --text: #332735;
  --muted: #756573;
  --line: rgba(201, 45, 117, 0.16);
  --shadow: 0 22px 60px rgba(128, 67, 104, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.72;
  background:
    linear-gradient(120deg, rgba(255, 215, 106, 0.28), transparent 30%),
    linear-gradient(240deg, rgba(104, 198, 234, 0.22), transparent 32%),
    linear-gradient(180deg, var(--bg), #fffdf9 54%, #fff4f7);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(201, 45, 117, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 45, 117, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 4.4vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.82rem, 3.15vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

p {
  color: var(--muted);
  font-size: 1.03rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 247, 251, 0.92);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--pink-deep), var(--coral));
  box-shadow: 0 12px 24px rgba(201, 45, 117, 0.24);
  font-size: 0.78rem;
}

.brand-text {
  color: var(--pink-deep);
  font-size: 1.08rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #665263;
  font-size: 0.94rem;
  font-weight: 850;
}

.nav a {
  padding-block: 10px;
}

.header-cta,
.primary-btn,
.ghost-btn,
.mobile-cta a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 22px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
}

.header-cta,
.primary-btn,
.mobile-cta a {
  color: #fff;
  background: linear-gradient(135deg, var(--pink-deep), var(--pink));
  box-shadow: 0 16px 32px rgba(201, 45, 117, 0.25);
}

.ghost-btn {
  color: var(--pink-deep);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.mobile-cta {
  display: none;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.mobile-cta a {
  width: 100%;
}

.hero {
  padding: 72px 0 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: 42px;
}

.eyebrow,
.section-kicker {
  margin-bottom: 12px;
  color: var(--pink-deep);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-copy p {
  max-width: 720px;
}

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

.hero-image,
.media-frame,
.rtp-card figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-image {
  border: 12px solid #fff;
  border-radius: 34px 34px 90px 34px;
  transform: rotate(1.1deg);
}

.hero-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.quick-strip {
  padding: 14px 0 50px;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.strip-grid article {
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.strip-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.strip-grid strong {
  display: block;
  margin-top: 7px;
  color: var(--pink-deep);
  font-size: 1.16rem;
  line-height: 1.18;
}

.section {
  padding: 76px 0;
}

.intro-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 248, 237, 0.72)),
    rgba(255, 255, 255, 0.5);
}

.text-wide {
  max-width: 980px;
}

.text-wide p,
.rtp-main p,
.image-copy p,
.split-feature p {
  font-size: 1.05rem;
}

.image-copy-grid,
.split-feature,
.rtp-layout {
  display: grid;
  align-items: center;
  gap: 44px;
}

.image-copy-grid {
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
}

.split-feature {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
}

.media-frame {
  border: 10px solid #fff;
  border-radius: 32px;
}

.media-frame.tall {
  border-radius: 80px 32px 32px 32px;
}

.media-frame img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bonus-section {
  background:
    linear-gradient(135deg, rgba(239, 95, 156, 0.12), rgba(131, 215, 181, 0.18)),
    rgba(255, 255, 255, 0.52);
  border-block: 1px solid var(--line);
}

.flow-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 248, 237, 0.7));
}

.rtp-section {
  background:
    linear-gradient(180deg, rgba(255, 248, 237, 0.78), rgba(255, 255, 255, 0.72));
}

.rtp-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  align-items: start;
}

.rtp-card {
  position: sticky;
  top: 102px;
  padding: 16px 16px 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.rtp-card figure {
  border-radius: 22px;
  box-shadow: none;
}

.rtp-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.rtp-card strong {
  display: block;
  margin: 18px 4px 10px;
  color: var(--pink-deep);
  font-size: 1.18rem;
}

.rtp-card ul {
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
}

.rtp-card li + li {
  margin-top: 9px;
}

.play-section {
  padding-top: 26px;
}

.play-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 215, 106, 0.26), rgba(239, 95, 156, 0.16)),
    #fff;
  box-shadow: var(--shadow);
}

.play-panel h2 {
  max-width: 780px;
}

.play-panel p {
  max-width: 820px;
  margin-bottom: 0;
}

.faq {
  padding-top: 28px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 26px rgba(128, 67, 104, 0.08);
}

.faq details + details {
  margin-top: 12px;
}

.faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--plum);
  font-weight: 900;
}

.faq details p {
  padding: 0 20px 20px;
}

.footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
}

.footer strong {
  color: var(--pink-deep);
}

@media (max-width: 1040px) {
  .nav {
    gap: 12px;
  }

  .header-cta {
    display: none;
  }

  .mobile-cta {
    position: sticky;
    top: 76px;
    z-index: 35;
    display: block;
  }

  .hero-grid,
  .image-copy-grid,
  .split-feature,
  .rtp-layout {
    grid-template-columns: 1fr;
  }

  .hero-image {
    transform: none;
  }

  .strip-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .rtp-card {
    position: static;
  }

  .play-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text {
    font-size: 1rem;
  }

  .nav {
    display: none;
  }

  .mobile-cta {
    top: 68px;
  }

  .hero {
    padding: 36px 0 26px;
  }

  h1 {
    font-size: clamp(2.02rem, 10vw, 2.75rem);
  }

  h2 {
    font-size: clamp(1.75rem, 8.5vw, 2.42rem);
  }

  .hero-actions,
  .hero-actions a {
    width: 100%;
  }

  .quick-strip {
    padding-bottom: 34px;
  }

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

  .section {
    padding: 54px 0;
  }

  .hero-image,
  .media-frame {
    border-width: 6px;
    border-radius: 24px;
  }

  .media-frame.tall {
    border-radius: 42px 24px 24px 24px;
  }

  .play-panel {
    padding: 26px 18px;
    border-radius: 24px;
  }

  .play-panel .primary-btn {
    width: 100%;
  }

  .footer-inner {
    display: block;
  }
}
