/* ── Hero section ─────────────────────────────────────────────── */
@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.7); opacity: 0.45; }
}

.whh-page .whh-hero {
  position: relative;
  background: linear-gradient(135deg, #f0e8ff 0%, #ece3ff 35%, #fef5ee 70%, #fff0e6 100%);
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
}

.whh-page .whh-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.whh-page .whh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.4rem, 3vw, 2.8rem);
  align-items: center;
}

/* Badge */
.whh-page .whh-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6b3fa0;
  background: rgba(123, 82, 160, 0.1);
  border: 1.5px solid rgba(123, 82, 160, 0.3);
  border-radius: 9999px;
  padding: 0.45rem 1.1rem;
  margin-bottom: 1rem;
}

.whh-page .whh-hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7b52a0;
  flex-shrink: 0;
  animation: pulse-dot 2s ease-in-out infinite;
}

/* Title */
.whh-page .whh-hero__title {
  font-size: clamp(2.8rem, 6.5vw, 5.4rem);
  font-weight: 900;
  color: #4b2a78;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.whh-page .whh-hero__title-accent {
  color: inherit;
}

/* Sub group */
.whh-page .whh-hero__sub-group {
  margin-top: 0.9rem;
}

/* Subtitle — dark navy */
.whh-page .whh-hero__subtitle {
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  font-weight: 800;
  color: #0d0820;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

/* Body — purple accent */
.whh-page .whh-hero__body {
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  font-weight: 800;
  color: #7b52a0;
  margin-top: 0.15rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

/* Price block */
.whh-page .whh-hero__price-block {
  margin-top: 1.1rem;
  display: inline-block;
  padding: 0.75rem 1.2rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(232, 75, 21, 0.18);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
}

/* Price line */
.whh-page .whh-hero__price-line {
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  font-weight: 900;
  color: #e84b15;
  letter-spacing: 0.01em;
  line-height: 1;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.whh-page .whh-hero__price-sub {
  font-size: 1rem;
  color: #6b7280;
  font-weight: 500;
  margin-top: 0.35rem;
}

/* Stats row */
.whh-page .whh-hero__stats {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1rem;
  padding: 0.7rem 1.2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(123, 82, 160, 0.16);
  border-radius: 9999px;
  backdrop-filter: blur(10px);
  width: fit-content;
  box-shadow: 0 4px 20px rgba(123, 82, 160, 0.08);
}

.whh-page .whh-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}

.whh-page .whh-hero__stat-num {
  font-size: 1.15rem;
  font-weight: 900;
  color: #1a0a32;
  letter-spacing: -0.01em;
}

.whh-page .whh-hero__stat-lbl {
  font-size: 0.62rem;
  font-weight: 700;
  color: #7b52a0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.whh-page .whh-hero__stat-div {
  width: 1px;
  height: 2rem;
  background: rgba(123, 82, 160, 0.2);
  flex-shrink: 0;
}

/* Combined pill CTA */
.whh-page .whh-hero__cta-pill {
  margin-top: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #1a0a32;
  border-radius: 9999px;
  padding: 0.4rem 1.8rem 0.4rem 0.4rem;
  box-shadow: 0 12px 36px rgba(26, 10, 50, 0.32);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.whh-page .whh-hero__cta-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(26, 10, 50, 0.42);
}

.whh-page .whh-hero__cta-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #7b52a0, #5a3578);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(90, 53, 120, 0.45);
}

.whh-page .whh-hero__cta-demo {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}

.whh-page .whh-hero__cta-sep {
  color: rgba(255, 255, 255, 0.28);
  font-weight: 300;
  font-size: 1.1rem;
}

.whh-page .whh-hero__cta-phone {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}

.whh-page .whh-hero__cta-phone:hover {
  color: #fff;
}

/* Right visual */
.whh-page .whh-hero__visual {
  position: relative;
}

.whh-page .whh-hero__img-frame {
  position: relative;
  border-radius: 1.75rem;
  overflow: visible;
  padding: 0;
  background: transparent;
}

.whh-page .whh-hero__img-frame::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 2.2rem;
  background: linear-gradient(135deg, rgba(123, 82, 160, 0.22), rgba(232, 75, 21, 0.15));
  filter: blur(22px);
  z-index: -1;
}

.whh-page .whh-hero__img {
  width: 100%;
  min-height: clamp(340px, 42vw, 560px);
  aspect-ratio: 16 / 10;
  max-height: 560px;
  border-radius: 1.5rem;
  display: block;
  object-fit: cover;
}

/* Floating accent badges on image */
.whh-page .whh-hero__float-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  padding: 0.5rem 1.1rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1a0a32;
  box-shadow: 0 10px 28px rgba(20, 10, 40, 0.16);
  white-space: nowrap;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.whh-page .whh-hero__float-badge--tl {
  top: -1.1rem;
  left: -1.4rem;
}

.whh-page .whh-hero__float-badge--br {
  bottom: -1.1rem;
  right: -1.4rem;
}

.whh-page .whh-hero__float-badge--bl {
  bottom: 2.5rem;
  left: -1.4rem;
}

/* Background decorative blobs */
.whh-page .whh-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
  z-index: 0;
}

.whh-page .whh-hero__blob--1 {
  width: 48rem;
  height: 48rem;
  background: radial-gradient(circle, rgba(123, 82, 160, 0.18) 0%, transparent 70%);
  top: -10rem;
  right: -8rem;
}

.whh-page .whh-hero__blob--2 {
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(232, 75, 21, 0.11) 0%, transparent 70%);
  bottom: -5rem;
  left: 6%;
}

.whh-page .whh-hero__blob--3 {
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.07) 0%, transparent 70%);
  top: 30%;
  left: 38%;
}

/* Section label used outside hero */
.whh-page .whh-section-label {
  background: rgba(123, 82, 160, 0.1);
  border: 1px solid rgba(123, 82, 160, 0.22);
  color: #6b3fa0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Legacy button classes kept for other sections */
.whh-page .whh-btn {
  border-width: 2px;
  border-style: solid;
}

.whh-page .whh-btn--primary {
  border-color: transparent;
  background: linear-gradient(to right, #7b52a0, #9b72b8);
  box-shadow: 0 14px 28px rgba(97, 63, 129, 0.35);
}

.whh-page .whh-btn--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.whh-page .whh-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
}

.whh-page .whh-btn--light {
  border-color: #fff;
  background: #fff;
  color: #1e0e38;
}

/* Responsive */
@media (max-width: 1024px) {
  .whh-page .whh-hero__grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
  .whh-page .whh-hero__img {
    min-height: 360px;
    max-height: 460px;
  }
  .whh-page .whh-hero {
    min-height: auto;
  }
  .whh-page .whh-hero__copy {
    max-width: 44rem;
  }
  .whh-page .whh-hero__float-badge--tl {
    top: -0.9rem;
    left: -0.8rem;
  }
  .whh-page .whh-hero__float-badge--br {
    bottom: -0.9rem;
    right: -0.8rem;
  }
  .whh-page .whh-hero__float-badge--bl {
    left: -0.8rem;
    bottom: 1.8rem;
  }
}

@media (max-width: 640px) {
  .whh-page .whh-hero__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .whh-page .whh-hero__title {
    font-size: clamp(2.45rem, 13vw, 3.2rem);
  }
  .whh-page .whh-hero__subtitle,
  .whh-page .whh-hero__body {
    font-size: clamp(1.05rem, 6.2vw, 1.5rem);
  }
  .whh-page .whh-hero__img {
    min-height: 240px;
    aspect-ratio: 16 / 11;
    max-height: 320px;
  }
  .whh-page .whh-hero__cta-pill {
    width: 100%;
    justify-content: center;
    padding: 0.35rem 0.9rem 0.35rem 0.35rem;
    gap: 0.5rem;
  }
  .whh-page .whh-hero__cta-phone,
  .whh-page .whh-hero__cta-demo {
    font-size: 0.95rem;
  }
  .whh-page .whh-hero__stats {
    width: 100%;
    justify-content: space-between;
    padding: 0.7rem 0.9rem;
    gap: 0.75rem;
  }
  .whh-page .whh-hero__stat {
    flex: 1;
  }
  .whh-page .whh-hero__price-block {
    display: block;
    width: 100%;
    padding: 0.9rem 1rem;
  }
  .whh-page .whh-hero__float-badge--tl {
    top: -0.7rem;
    left: -0.3rem;
  }
  .whh-page .whh-hero__float-badge--br {
    bottom: -0.7rem;
    right: -0.3rem;
  }
  .whh-page .whh-hero__float-badge--bl {
    display: none;
  }
}

@media (max-width: 420px) {
  .whh-page .whh-hero__cta-sep {
    display: none;
  }
  .whh-page .whh-hero__cta-pill {
    flex-wrap: wrap;
    border-radius: 1.2rem;
    padding: 0.5rem;
  }
  .whh-page .whh-hero__cta-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .whh-page .whh-hero__float-badge {
    font-size: 0.7rem;
    padding: 0.4rem 0.85rem;
  }
}

.whh-page .whh-surface-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.whh-page .whh-surface-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -18px rgba(30, 14, 56, 0.25);
  border-color: rgba(123, 82, 160, 0.55);
}

.whh-page .whh-cta__overlay {
  background: linear-gradient(135deg, rgba(30, 14, 56, 0.76), rgba(58, 31, 94, 0.7));
}

.whh-page .partner-heading-line {
  width: 3rem;
  height: 3px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #7b52a0, #c4a6db);
  margin-left: auto;
  margin-right: auto;
}
.whh-page {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: linear-gradient(180deg, #f8f4fc 0%, #ffffff 22%, #ffffff 100%);
}

.whh-page h1,
.whh-page h2,
.whh-page h3 {
  letter-spacing: -0.01em;
}

.whh-page article {
  align-items: flex-start;
}

.whh-feature-card {
  border: 1px solid rgba(196, 166, 219, 0.4);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
  box-shadow: 0 16px 34px rgba(28, 16, 51, 0.08);
  padding: 2rem;
}

/* ── what_it_is card internals ─────────────────────────────────── */
.whh-feat__title {
  font-size: 1rem;
  font-weight: 900;
  color: #1a0a32;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
  line-height: 1.3;
}

/* Icon list (card 1) */
.whh-feat__icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.whh-feat__icon-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
}

.whh-feat__icon-wrap {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: rgba(123, 82, 160, 0.1);
  color: #7b52a0;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(123, 82, 160, 0.18);
}

/* Pill group (card 2) */
.whh-feat__pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.whh-feat__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 9999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(123, 82, 160, 0.07);
  border: 1px solid rgba(123, 82, 160, 0.2);
  color: #5a3578;
  line-height: 1.4;
}

.whh-feat__pill--highlight {
  background: linear-gradient(135deg, #7b52a0, #5a3578);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 3px 10px rgba(90, 53, 120, 0.25);
}

/* Dot list (card 3) */
.whh-feat__dot-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.whh-feat__dot-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.55;
}

.whh-feat__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #7b52a0, #e84b15);
  flex-shrink: 0;
  margin-top: 0.42rem;
  box-shadow: 0 1px 4px rgba(123, 82, 160, 0.35);
}

.whh-feature-icon {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
  background: linear-gradient(135deg, #7b52a0 0%, #5a3578 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(95, 53, 144, 0.25);
}

.whh-draw-section {
  border-top: 1px solid rgba(196, 166, 219, 0.38);
  border-bottom: 1px solid rgba(196, 166, 219, 0.28);
  background: linear-gradient(180deg, #fcf9ff 0%, #f8f1fd 100%);
}

.whh-draw-spotlight {
  position: relative;
  padding: 1.4rem 1rem 0.4rem;
}

.whh-draw-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #7b52a0 0%, #5a3578 100%);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  font-weight: 800;
  padding: 0.42rem 0.9rem;
  box-shadow: 0 10px 20px rgba(95, 53, 144, 0.28);
}

.whh-draw-total {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #fff;
  border: 1px solid rgba(123, 82, 160, 0.22);
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  color: #5b6475;
  font-size: 0.85rem;
  font-weight: 600;
}

.whh-draw-total span {
  color: #7b52a0;
  font-size: 1rem;
  font-weight: 800;
}

.whh-prize-card {
  border: 1px solid rgba(196, 166, 219, 0.38);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(30, 14, 56, 0.09);
  padding: 1.2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.whh-prize-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #7b52a0, #c4a6db);
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.whh-prize-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.whh-prize-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  background: #efe4f9;
  border: 1px solid rgba(123, 82, 160, 0.24);
  color: #6c3f94;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.32rem 0.6rem;
  margin-bottom: 0.7rem;
}

.whh-prize-image {
  height: 8rem;
  border-radius: 12px;
  border: 1px dashed rgba(123, 82, 160, 0.4);
  background: #f5eefb;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whh-prize-value {
  display: inline-block;
  border-radius: 0.55rem;
  background: linear-gradient(135deg, #7b52a0 0%, #5a3578 100%);
  color: #ffffff;
  padding: 0.45rem 0.72rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.whh-pricing-section {
  background: linear-gradient(180deg, #f7effd 0%, #ffffff 100%);
}

.whh-pricing-card {
  border: 1px solid rgba(196, 166, 219, 0.42);
  border-radius: 1.15rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbf7ff 100%);
  box-shadow: 0 16px 36px rgba(30, 14, 56, 0.1);
  padding: clamp(1.4rem, 2vw, 2rem);
}

.whh-contact-shell {
  border: 1px solid rgba(196, 166, 219, 0.42);
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(18, 11, 34, 0.12);
  position: relative;
}

.whh-contact-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.whh-contact-aside {
  border-right: 1px solid rgba(196, 166, 219, 0.35);
  background: linear-gradient(180deg, #f6ecff 0%, #efe3fb 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whh-page .whh-contact-form input,
.whh-page .whh-contact-form textarea {
  border: 1px solid rgba(155, 114, 184, 0.35);
  border-radius: 0.65rem;
  box-shadow: inset 0 1px 2px rgba(30, 14, 56, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  padding: 0.72rem 0.8rem;
  background: #fff;
}

.whh-page .whh-contact-form input:focus,
.whh-page .whh-contact-form textarea:focus {
  outline: none;
  border-color: rgba(123, 82, 160, 0.9);
  box-shadow: 0 0 0 3px rgba(196, 166, 219, 0.26);
}

.whh-page .whh-contact-form .input {
  margin: 0;
}

.whh-page .whh-contact-form textarea {
  min-height: 7.5rem;
  resize: vertical;
}

.whh-page button[type='submit'] {
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #7b52a0 0%, #5a3578 100%) !important;
  box-shadow: 0 10px 22px rgba(95, 53, 144, 0.25);
  letter-spacing: 0.06em;
}

.whh-page button[type='submit']:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(95, 53, 144, 0.3);
}

@media (max-width: 768px) {
  .whh-page {
    padding-top: 0;
  }

  .whh-contact-aside {
    border-right: 0;
    border-bottom: 1px solid rgba(196, 166, 219, 0.35);
    padding-right: 0;
    padding-bottom: 1.2rem;
  }
}

/* ── CTA section ──────────────────────────────────────────────── */
.whh-cta-shell {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(196, 166, 219, 0.3);
  box-shadow: 0 28px 64px rgba(18, 11, 34, 0.14);
}

.whh-cta-aside {
  background: linear-gradient(160deg, #2d0f54 0%, #1a0a32 55%, #3b1870 100%);
  padding: 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whh-cta-phone-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.whh-cta-kicker {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.35rem;
}

.whh-cta-phone {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 1.6rem;
  transition: color 0.2s;
}

.whh-cta-phone:hover {
  color: rgba(255, 255, 255, 0.78);
}

.whh-cta-divider {
  width: 3rem;
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #e84b15, rgba(232, 75, 21, 0.15));
  margin-bottom: 1.6rem;
}

.whh-cta-highlight {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #e84b15;
  line-height: 1.05;
}

.whh-cta-sub {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.35rem;
  margin-bottom: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.whh-cta-perks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.whh-cta-perks li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

.whh-cta-perks li i {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(232, 75, 21, 0.22);
  color: #e84b15;
  font-size: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Form side */
.whh-cta-form-side {
  padding: 2.5rem 2.25rem;
  background: #fff;
}

.whh-cta-form-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #1a0a32;
  margin: 0 0 0.35rem;
}

.whh-cta-form-sub {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 1.6rem;
}

.whh-cta-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.whh-cta-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.whh-cta-submit {
  width: 100%;
  border: none;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #7b52a0, #5a3578);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.9rem 1.5rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(90, 53, 120, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.whh-cta-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(90, 53, 120, 0.38);
}

@media (max-width: 768px) {
  .whh-cta-aside {
    padding: 2rem 1.5rem;
  }
  .whh-cta-form-side {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .whh-cta-form__row {
    grid-template-columns: 1fr;
  }
}

/* ── Screen showcase ─────────────────────────────────────────── */
.whh-screen-shot {
  position: relative;
  border-radius: 1.4rem;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  box-shadow: 0 24px 56px rgba(18, 11, 34, 0.2);
  cursor: default;
}

.whh-screen-shot__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}

.whh-screen-shot:hover .whh-screen-shot__img {
  transform: scale(1.05);
}

.whh-screen-shot__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(12, 4, 26, 0.88) 0%,
    rgba(12, 4, 26, 0.35) 45%,
    transparent 100%
  );
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.whh-screen-shot__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(123, 82, 160, 0.88);
  backdrop-filter: blur(6px);
  color: #fff;
  border-radius: 9999px;
  padding: 0.28rem 0.85rem;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.7rem;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.whh-screen-shot__label {
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 0.4rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.whh-screen-shot__caption {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin: 0;
  max-width: 36ch;
}

/* ── Pricing flow ─────────────────────────────────────────────── */
.whh-pricing-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
}

.whh-pcard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(196, 166, 219, 0.4);
  box-shadow: 0 16px 40px rgba(30, 14, 56, 0.1);
  position: relative;
  background: #fff;
  height: 360px;
}

.whh-pcard--ongoing {
  background: linear-gradient(135deg, #ffffff 0%, #faf6ff 100%);
  border-color: rgba(123, 82, 160, 0.3);
}

.whh-pcard__step-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(123, 82, 160, 0.25);
  border-radius: 9999px;
  padding: 0.28rem 0.7rem 0.28rem 0.28rem;
  z-index: 3;
  box-shadow: 0 2px 10px rgba(123, 82, 160, 0.15);
}

.whh-pcard__step-num {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #7b52a0, #5a3578);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whh-pcard__step-lbl {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5a3578;
}

.whh-pcard__img-half {
  overflow: hidden;
  height: 100%;
}

.whh-pcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.whh-pcard__body {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whh-pcard__kicker {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7b52a0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.whh-pcard__price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #0d0820;
  line-height: 1.05;
  margin: 0;
}

.whh-pcard__price-sfx {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #64748b;
}

.whh-pcard__note {
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 0.65rem;
  line-height: 1.65;
}

.whh-pcard__note-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.whh-pcard__note-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
}

.whh-pcard__note-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #7b52a0, #5a3578);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  box-shadow: 0 2px 6px rgba(90, 53, 120, 0.3);
}

.whh-pcard__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.whh-pcard__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #1a0a32;
  color: #fff;
  border-radius: 9999px;
  padding: 0.6rem 1.3rem;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(26, 10, 50, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whh-pcard__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(26, 10, 50, 0.36);
  color: #fff;
}

.whh-pcard__btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1.5px solid rgba(123, 82, 160, 0.4);
  color: #5a3578;
  border-radius: 9999px;
  padding: 0.6rem 1.3rem;
  font-size: 0.85rem;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.whh-pcard__btn-ghost:hover {
  background: rgba(123, 82, 160, 0.06);
  border-color: rgba(123, 82, 160, 0.65);
}

/* Connector between cards */
.whh-pconn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 0.25rem;
  z-index: 2;
}

.whh-pconn__line {
  width: 2px;
  flex: 1;
  background: linear-gradient(180deg, transparent, rgba(123, 82, 160, 0.3), transparent);
}

.whh-pconn__pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  background: #fff;
  border: 1.5px solid rgba(123, 82, 160, 0.3);
  border-radius: 9999px;
  padding: 0.9rem 0.65rem;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7b52a0;
  box-shadow: 0 4px 14px rgba(123, 82, 160, 0.12);
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .whh-pricing-flow {
    grid-template-columns: 1fr;
  }
  .whh-pconn {
    flex-direction: row;
    padding: 0.25rem 0;
  }
  .whh-pconn__line {
    flex: 1;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(123, 82, 160, 0.3), transparent);
  }
  .whh-pconn__pill {
    flex-direction: row;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
  }
}

@media (max-width: 640px) {
  .whh-pcard {
    grid-template-columns: 1fr;
    height: auto;
  }
  .whh-pcard__img-half {
    height: 220px;
  }
  .whh-pcard__body {
    padding: 1.4rem 1.2rem;
  }
}
