:root {
  --bg: #fff3fb;
  --surface: rgba(255, 247, 253, 0.72);
  --surface-strong: #fffaff;
  --text: #2b1830;
  --muted: #765d7c;
  --line: rgba(113, 56, 111, 0.14);
  --accent: #ff5faf;
  --accent-dark: #cb2c82;
  --shadow: 0 24px 60px rgba(153, 58, 125, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 95, 175, 0.26), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(255, 187, 233, 0.32), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(255, 222, 141, 0.2), transparent 26%),
    linear-gradient(180deg, #fff5fc 0%, #ffeaf6 100%);
}

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

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 250, 254, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.brand,
.hero h1,
.section-heading h2,
.card h3,
.timeline h3 {
  font-family: "Space Grotesk", sans-serif;
}

.brand {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--accent-dark);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}

.hero,
.services,
.approach,
.pricing,
.benefits,
.testimonials,
.faq,
.contact {
  margin-top: 28px;
}

.hero {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.card,
.timeline article,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto -40px -50px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8), rgba(255, 95, 175, 0.28));
  filter: blur(4px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.hero-text,
.card p,
.timeline p,
.contact-panel span,
.contact-panel input,
.contact-panel textarea {
  color: var(--muted);
}

.hero-text {
  max-width: 48rem;
  margin: 20px 0 0;
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--accent);
  color: #fffaf4;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.4);
}

.hero-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 28px;
}

.hero-visual,
.card-image {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}

.hero-visual::after,
.card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 95, 175, 0.22)),
    linear-gradient(135deg, rgba(255, 188, 228, 0.32), rgba(255, 95, 175, 0.12));
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-visual img,
.card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) hue-rotate(292deg) contrast(0.96);
  transform: scale(1.02);
}

.hero-visual {
  aspect-ratio: 1 / 0.84;
}

.card-image {
  aspect-ratio: 1 / 0.72;
  margin-bottom: 18px;
}

.status-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d8d58;
  box-shadow: 0 0 0 8px rgba(45, 141, 88, 0.14);
}

.metric-grid,
.cards,
.timeline,
.pricing-grid,
.benefit-strip,
.testimonial-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

.vip-banner {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 20px;
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid rgba(203, 44, 130, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.42), transparent 30%),
    linear-gradient(135deg, rgba(255, 231, 243, 0.92), rgba(255, 243, 248, 0.82));
  box-shadow: 0 30px 70px rgba(180, 51, 123, 0.2);
}

.vip-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  background: #f7edf2;
}

.vip-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 82%, rgba(255, 236, 183, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 214, 236, 0.08));
  pointer-events: none;
}

.vip-visual-abstract {
  min-height: 360px;
  background:
    radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.9), transparent 18%),
    radial-gradient(circle at 72% 70%, rgba(255, 205, 232, 0.56), transparent 22%),
    linear-gradient(160deg, #fff8fc 0%, #ffe7f4 45%, #ffd6ec 100%);
}

.vip-orb {
  position: absolute;
  inset: 14% 18% 16% 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.95), rgba(255, 221, 240, 0.92) 34%, rgba(255, 162, 211, 0.4) 72%, rgba(255, 255, 255, 0) 100%);
  filter: blur(1px);
}

.vip-sigil {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 210px;
  height: 210px;
  transform: translate(-50%, -50%);
}

.vip-sigil-ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(203, 44, 130, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 14px rgba(255, 255, 255, 0.25),
    0 24px 50px rgba(203, 44, 130, 0.12);
}

.vip-sigil-ring::before,
.vip-sigil-ring::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(203, 44, 130, 0.14), rgba(255, 95, 175, 0.3));
}

.vip-sigil-ring::before {
  top: 24px;
  left: 52px;
  width: 106px;
  height: 84px;
  border-radius: 80% 80% 46% 46%;
}

.vip-sigil-ring::after {
  bottom: 28px;
  left: 74px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.vip-sigil-horn {
  position: absolute;
  top: 8px;
  left: 101px;
  width: 18px;
  height: 88px;
  border-radius: 999px 999px 10px 10px;
  background:
    repeating-linear-gradient(
      180deg,
      #fff8f1 0 8px,
      #f1d8c7 8px 14px
    );
  transform: rotate(8deg);
  clip-path: polygon(50% 0%, 88% 18%, 100% 100%, 0% 100%, 12% 18%);
  box-shadow: 0 10px 24px rgba(159, 94, 121, 0.14);
}

.vip-star {
  position: absolute;
  width: 16px;
  height: 16px;
  background: linear-gradient(180deg, #fff8e8, #ffc7e5);
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
  box-shadow: 0 0 18px rgba(255, 206, 230, 0.72);
}

.vip-star-a {
  top: 22%;
  left: 24%;
}

.vip-star-b {
  top: 30%;
  right: 20%;
  width: 12px;
  height: 12px;
}

.vip-star-c {
  bottom: 24%;
  left: 30%;
  width: 10px;
  height: 10px;
}

.vip-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vip-copy h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.96;
}

.vip-copy p:last-of-type {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.vip-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.vip-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(203, 44, 130, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--accent-dark);
  font-weight: 700;
}

.metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
}

.metric-grid article {
  padding: 18px;
  border-radius: 20px;
  background: var(--surface-strong);
  border: 1px solid rgba(255, 95, 175, 0.12);
}

.metric-grid strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.cards {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.price-card,
.testimonial-card,
.benefit-strip article,
.faq-list details,
.site-footer {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.card,
.timeline article,
.contact-panel {
  padding: 26px;
}

.price-card,
.testimonial-card,
.benefit-strip article,
.faq-list details,
.site-footer {
  padding: 26px;
}

.card h3,
.timeline h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.card p,
.timeline p {
  margin: 0;
  line-height: 1.65;
}

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

.price-tier {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-card h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}

.price-copy {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.price-card-featured {
  background: linear-gradient(180deg, rgba(255, 95, 175, 0.22), rgba(255, 247, 253, 0.86));
  transform: translateY(-6px);
}

.vip-price-card {
  background: linear-gradient(180deg, rgba(255, 218, 238, 0.9), rgba(255, 244, 251, 0.88));
  border-color: rgba(203, 44, 130, 0.22);
}

.feature-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
}

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

.benefit-strip article strong {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent-dark);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.4rem;
}

.benefit-strip article p,
.testimonial-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.testimonial-card span {
  display: inline-block;
  margin-top: 18px;
  color: var(--accent-dark);
  font-weight: 700;
}

.faq-list {
  grid-template-columns: 1fr;
}

.faq-list details summary {
  cursor: pointer;
  list-style: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.faq-list details summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.timeline span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent-dark);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.card,
.timeline article {
  position: relative;
}

.card::before,
.timeline article::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd0ee, #ff5faf);
  box-shadow: 0 0 0 8px rgba(255, 95, 175, 0.1);
}

.contact-panel {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.contact-panel label {
  display: grid;
  gap: 8px;
}

.contact-panel input,
.contact-panel textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
}

.form-honey {
  display: none;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.site-footer a {
  color: var(--accent-dark);
  font-weight: 700;
}

.thanks-page {
  min-height: calc(100vh - 48px);
  display: grid;
  place-items: center;
}

.thanks-card {
  width: min(760px, 100%);
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.thanks-card h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .hero,
  .cards,
  .timeline,
  .pricing-grid,
  .benefit-strip,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .vip-banner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 12px;
  }

  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-copy,
  .hero-card,
  .card,
  .timeline article,
  .contact-panel,
  .price-card,
  .testimonial-card,
  .benefit-strip article,
  .faq-list details,
  .site-footer,
  .thanks-card {
    border-radius: 22px;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
