.wdx-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wd-line);
  border-radius: 999px;
  color: var(--wd-ink);
  background: var(--wd-card-strong);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.wdx-menu-button svg { width: 20px; height: 20px; }

.wdx-mobile-menu {
  position: fixed;
  inset: 64px 0 auto;
  z-index: 49;
  display: none;
  padding: 18px 24px 24px;
  border-bottom: 1px solid var(--wd-line);
  background: var(--wd-glass);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .24);
}

.wdx-mobile-menu[data-open="true"] { display: block; }
.wdx-mobile-menu nav { display: grid; gap: 2px; }
.wdx-mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 48px;
  color: var(--wd-ink);
  font-size: 17px;
  border-bottom: 1px solid var(--wd-line);
}
.wdx-mobile-menu a:last-child { border-bottom: 0; }
.wdx-theme-row { display: flex; gap: 10px; padding-top: 18px; }
.wdx-theme-row button {
  flex: 1;
  min-height: 42px;
  border: 1px solid var(--wd-line);
  border-radius: 999px;
  color: var(--wd-ink);
  background: var(--wd-card);
}

.wdx-section {
  scroll-margin-top: 80px;
  border-top: 1px solid var(--wd-line);
  padding: 110px 24px;
}
.wdx-wrap { max-width: 1120px; margin: 0 auto; }
.wdx-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.wdx-eyebrow {
  margin: 0 0 18px;
  color: #ffc980;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.wdx-title {
  margin: 0;
  max-width: 760px;
  color: var(--wd-ink);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: .98;
}
.wdx-copy {
  margin: 26px 0 0;
  max-width: 680px;
  color: var(--wd-body);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}
.wdx-dot-stage {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}
.wdx-dot {
  position: relative;
  width: min(300px, 68vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffe7c8 0, #ffbb7d 28%, #ff7d63 67%, #da5477 100%);
  box-shadow: 0 0 40px rgba(255, 126, 95, .28), 0 0 115px rgba(232, 93, 117, .22);
  animation: wdx-breathe 5.6s ease-in-out infinite;
}
.wdx-dot::before,
.wdx-dot::after {
  content: "";
  position: absolute;
  inset: -34px;
  border: 1px solid rgba(255, 179, 122, .26);
  border-radius: 50%;
}
.wdx-dot::after { inset: -72px; opacity: .55; }
.wdx-orbit {
  position: absolute;
  inset: -52px;
  border-radius: 50%;
  animation: wdx-orbit 9s linear infinite;
}
.wdx-orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: #ffb37a;
  box-shadow: 0 0 18px #ff7e5f;
}
.wdx-note { margin-top: 30px; color: var(--wd-faint); font-size: 15px; line-height: 1.55; }
.wdx-points { display: grid; gap: 18px; margin-top: 30px; }
.wdx-point { display: grid; grid-template-columns: 14px 1fr; gap: 13px; color: var(--wd-body); font-size: 17px; line-height: 1.5; }
.wdx-point::before { content: ""; width: 8px; height: 8px; margin-top: 9px; border-radius: 50%; background: #ff9a6e; box-shadow: 0 0 15px rgba(255,154,110,.7); }

.wdx-shot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 54px; }
.wdx-shot {
  overflow: hidden;
  border: 1px solid var(--wd-line);
  border-radius: 30px;
  background: var(--wd-card);
  box-shadow: 0 26px 80px rgba(0,0,0,.18);
}
.wdx-shot img { display: block; width: 100%; height: auto; }
.wdx-shot figcaption { padding: 22px 24px 26px; color: var(--wd-body); font-size: 16px; line-height: 1.5; }
.wdx-shot strong { display: block; margin-bottom: 5px; color: var(--wd-ink); font-size: 20px; }
.wdx-emoji-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.wdx-emoji-row span { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--wd-line); border-radius: 50%; background: var(--wd-card); font-size: 25px; }

.wdx-price-card {
  max-width: 820px;
  margin: 48px auto 0;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 154, 110, .42);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,179,122,.09), var(--wd-card));
  box-shadow: 0 30px 100px rgba(0,0,0,.18);
}
.wdx-price-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0; }
.wdx-price-option { padding: 24px; border: 1px solid var(--wd-line); border-radius: 22px; background: var(--wd-card-strong); }
.wdx-price-option.recommended { border-color: rgba(255,154,110,.65); }
.wdx-price-label { color: #ffc980; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.wdx-price { margin-top: 7px; color: var(--wd-ink); font-size: 34px; font-weight: 650; letter-spacing: -.035em; }
.wdx-price small { color: var(--wd-faint); font-size: 15px; font-weight: 500; letter-spacing: 0; }
.wdx-save { margin-top: 6px; color: #70dfaa; font-size: 14px; font-weight: 600; }
.wdx-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 28px; margin: 28px 0; padding: 0; list-style: none; color: var(--wd-body); }
.wdx-feature-list li::before { content: "✓"; margin-right: 10px; color: #70dfaa; }
.wdx-cta { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; background: linear-gradient(90deg,#ffb37a,#ff7e5f,#e85d75); color: #0b0a1a; font-weight: 700; }
.wdx-family-note { margin: 22px 0 0; color: var(--wd-faint); font-size: 14px; line-height: 1.55; }

@keyframes wdx-breathe { 0%,100% { transform: scale(.97); } 50% { transform: scale(1.035); } }
@keyframes wdx-orbit { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .wdx-dot, .wdx-orbit { animation: none; }
}

@media (max-width: 1023px) {
  header > div > nav { display: none !important; }
  .wdx-menu-button { display: inline-flex; }
  header [role="group"][aria-label="Color theme"] { display: none; }
  .wdx-grid { grid-template-columns: 1fr; gap: 48px; }
  .wdx-dot-stage { min-height: 350px; }
}

@media (max-width: 700px) {
  .wdx-section { padding: 82px 22px; }
  .wdx-shot-grid, .wdx-price-options, .wdx-feature-list { grid-template-columns: 1fr; }
  .wdx-title { font-size: 46px; }
  .wdx-copy { font-size: 18px; }
  .wdx-price-card { border-radius: 26px; }
}
