:root {
  --wp-coral: #ff7f50;
  --wp-coral-deep: #f26b4f;
  --wp-coral-soft: #ffa07a;
  --wp-teal: #5fb8b8;
  --wp-teal-soft: #8fd4d4;
  --wp-yellow: #f4d03f;
  --wp-bg: #fafafa;
  --wp-text: #2c3e50;
  --wp-muted: #5f6c78;
  --wp-white: #ffffff;
  --wp-line: #e8e8e8;
  --wp-shadow: 0 18px 60px rgba(44, 62, 80, 0.12);
  --wp-shadow-soft: 0 10px 30px rgba(44, 62, 80, 0.08);
  --wp-radius-xl: 28px;
  --wp-radius-lg: 16px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--wp-text);
  background:
    radial-gradient(circle at top left, rgba(255, 127, 80, 0.08), transparent 22%),
    radial-gradient(circle at top right, rgba(95, 184, 184, 0.08), transparent 24%),
    linear-gradient(180deg, #fffdfc, #fafafa 42%, #f8fdfd 100%);
}

a {
  color: var(--wp-teal);
  text-decoration-color: rgba(95, 184, 184, 0.32);
}

a:hover {
  text-decoration-color: currentColor;
}

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

.topbar,
.panel {
  border: 1px solid var(--wp-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--wp-shadow-soft);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  border-radius: var(--wp-radius-lg);
}

.brand {
  display: grid;
  gap: 4px;
}

.brand-link {
  color: inherit;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}

.brand small {
  color: var(--wp-muted);
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nav-link {
  font-weight: 700;
  color: var(--wp-text);
  text-decoration: none;
  padding: 10px 6px;
  margin: -10px -6px;
}

.site-footer {
  margin-top: 32px;
  background: #243444;
  color: rgba(255, 250, 246, 0.88);
}

.site-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 26px;
  text-align: center;
}

.site-footer__logo {
  display: block;
  width: 160px;
  max-width: 100%;
  margin: 0 auto 12px;
  filter: none;
}

.site-footer__copy,
.site-footer__links {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.site-footer__links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.site-footer__links a {
  color: #fffdf9;
  text-decoration: none;
}

.site-footer__links a:hover {
  text-decoration: underline;
}

.site-footer__release {
  margin: 8px 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 250, 246, 0.72);
}

.site-footer__release a {
  color: #fffdf9;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.site-footer__release a:hover {
  text-decoration-thickness: 2px;
}

.release-notes-page {
  width: min(760px, 100%);
  margin-top: 18px;
}

.release-notes-intro {
  padding: 6px 0 18px;
  border-bottom: 1px solid var(--wp-line);
}

.release-notes-intro__eyebrow,
.release-note-entry__meta {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--wp-teal);
  font-size: 0.72rem;
  font-weight: 800;
}

.release-notes-intro h1 {
  margin: 0;
  font: 700 clamp(2rem, 5vw, 3.1rem)/1.02 "Poppins", "Inter", system-ui, sans-serif;
  letter-spacing: -0.03em;
}

.release-notes-intro p,
.release-notes-list,
.release-notes-list li {
  color: var(--wp-muted);
  line-height: 1.65;
}

.release-notes-intro p {
  margin: 12px 0 0;
  max-width: 58ch;
}

.release-notes-feed {
  padding-top: 10px;
}

.release-note-entry {
  padding: 20px 0 22px;
  border-bottom: 1px solid var(--wp-line);
}

.release-note-entry__meta {
  margin-bottom: 8px;
}

.release-note-entry__title {
  margin: 0;
  font: 700 1.35rem/1.12 "Poppins", "Inter", system-ui, sans-serif;
  letter-spacing: -0.02em;
}

.release-notes-list {
  margin: 12px 0 0;
  padding-left: 20px;
}

.release-notes-list li + li {
  margin-top: 6px;
}

.legal-shell {
  width: min(860px, 100%);
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.legal-intro.panel,
.legal-section.panel {
  border-radius: var(--wp-radius-lg);
  padding: 24px;
}

.legal-intro p,
.legal-section p,
.legal-section li {
  color: var(--wp-muted);
  line-height: 1.65;
}

.legal-section h2 {
  margin: 0 0 12px;
  font: 700 1.55rem/1.08 "Poppins", "Inter", system-ui, sans-serif;
  letter-spacing: -0.02em;
}

.legal-section ul {
  margin: 0;
  padding-left: 20px;
}

.legal-section li + li {
  margin-top: 8px;
}

.answerpulse-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: start;
  gap: 24px;
  margin-top: 18px;
  border-radius: var(--wp-radius-xl);
  background: #fff;
  box-shadow: var(--wp-shadow);
  min-height: 680px;
  isolation: isolate;
}

.answerpulse-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 42%, rgba(242, 107, 79, 0.48), transparent 30%),
    radial-gradient(circle at 34% 54%, rgba(242, 107, 79, 0.2), transparent 24%),
    linear-gradient(120deg, rgba(242, 107, 79, 0.24), rgba(95, 184, 184, 0.04));
  z-index: -2;
}

.answerpulse-hero__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.answerpulse-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.62), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.01));
  z-index: -1;
}

.answerpulse-hero__content {
  position: relative;
  z-index: 2;
  padding: 72px 0 40px 30px;
  max-width: 680px;
}

.answerpulse-hero__content::before {
  content: "";
  position: absolute;
  inset: -18px 24px -18px -24px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(242, 107, 79, 0.34), rgba(255, 127, 80, 0.16)),
    rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 30px rgba(242, 107, 79, 0.12);
  z-index: -1;
}

.answerpulse-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 600 14px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--wp-text);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(44, 62, 80, 0.08);
  padding: 10px 14px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  box-shadow: var(--wp-shadow-soft);
}

.answerpulse-hero h1 {
  margin: 18px 0 16px;
  font: 700 clamp(2rem, 6vw, 4.4rem)/1.02 "Poppins", "Inter", system-ui, sans-serif;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 10px 28px rgba(44, 62, 80, 0.24);
  max-width: 10.5ch;
}

.answerpulse-hero p {
  margin: 0 0 30px;
  max-width: 40ch;
  font: 500 clamp(1.05rem, 1.5vw, 1.25rem)/1.6 "Inter", system-ui, sans-serif;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 8px 22px rgba(44, 62, 80, 0.22);
}

.answerpulse-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.answerpulse-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  padding: 14px 22px;
  font: 700 1rem/1 "Poppins", "Inter", system-ui, sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

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

.answerpulse-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--wp-coral), var(--wp-coral-deep));
  box-shadow: 0 14px 28px rgba(242, 107, 75, 0.26);
}

.answerpulse-btn--secondary {
  color: var(--wp-text);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(44, 62, 80, 0.08);
  box-shadow: var(--wp-shadow-soft);
}

.pricing-signin-button {
  color: #fff;
  background: linear-gradient(135deg, var(--wp-teal), #4aa5a5);
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(95, 184, 184, 0.24);
}

.button.pricing-signin-button,
.answerpulse-btn.pricing-signin-button {
  color: #fffaf4;
  background: linear-gradient(135deg, var(--wp-teal), #4aa5a5);
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(95, 184, 184, 0.24);
}

.answerpulse-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.answerpulse-stat {
  min-width: 132px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  box-shadow: var(--wp-shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.answerpulse-stat strong {
  display: block;
  font: 700 1.5rem/1 "Poppins", "Inter", system-ui, sans-serif;
  color: var(--wp-text);
}

.answerpulse-stat span {
  display: block;
  margin-top: 6px;
  font: 500 0.9rem/1.35 "Inter", system-ui, sans-serif;
  color: rgba(44, 62, 80, 0.82);
}

.hero-dashboard {
  position: relative;
  z-index: 2;
  width: min(540px, 100%);
  margin: 96px 72px 0 0;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(44, 62, 80, 0.08);
  box-shadow: 0 24px 40px rgba(44, 62, 80, 0.1);
}

.hero-dashboard__topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding-bottom: 14px;
}

.hero-dashboard__logo {
  width: 120px;
  height: auto;
  display: block;
}

.hero-dashboard__nav,
.hero-dashboard__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--wp-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.hero-dashboard__nav {
  justify-content: center;
}

.hero-dashboard__meta {
  justify-content: end;
}

.hero-dashboard__avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wp-coral), var(--wp-teal));
}

.hero-dashboard__grid {
  display: grid;
  grid-template-columns: 1.05fr 1.55fr;
  gap: 14px;
}

.pricing-hero {
  min-height: 700px;
}

.pricing-dashboard {
  margin-top: 40px;
}

.pricing-launch-note {
  display: inline-grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 16px 20px;
  max-width: 34rem;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(255, 240, 176, 0.6), transparent 38%),
    linear-gradient(135deg, rgba(226, 180, 72, 0.66), rgba(198, 142, 34, 0.44)),
    rgba(92, 60, 12, 0.12);
  box-shadow: 0 22px 38px rgba(98, 71, 18, 0.2);
  backdrop-filter: blur(10px);
}

.pricing-launch-note__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 244, 205, 0.94));
  color: #7a2b16;
  font: 700 0.77rem/1 "Inter", system-ui, sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(122, 43, 22, 0.12);
}

.pricing-launch-note p {
  margin: 0;
  max-width: none;
  font-size: 1.03rem;
  line-height: 1.55;
  color: #fffaf7;
  text-shadow: 0 6px 18px rgba(44, 62, 80, 0.2);
}

.pricing-dashboard__stack {
  display: grid;
  gap: 14px;
}

.pricing-tier-card {
  gap: 12px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(44, 62, 80, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 244, 0.9));
  box-shadow: 0 18px 42px rgba(44, 62, 80, 0.08);
}

.pricing-tier-card strong {
  font-size: 2.3rem;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.pricing-tier-card--featured {
  background:
    radial-gradient(circle at top right, rgba(244, 208, 63, 0.24), transparent 28%),
    radial-gradient(circle at bottom left, rgba(242, 107, 79, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 245, 241, 0.94));
  border-color: rgba(242, 107, 79, 0.28);
  box-shadow: 0 20px 48px rgba(242, 107, 79, 0.16);
}

.pricing-tier-card h3 {
  margin: 0;
  font: 700 1.15rem/1.2 "Poppins", "Inter", system-ui, sans-serif;
  color: var(--wp-text);
}

.pricing-tier-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pricing-tier-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(95, 184, 184, 0.14);
  color: var(--wp-teal-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-tier-card__tag--featured {
  background: linear-gradient(135deg, rgba(242, 107, 79, 0.18), rgba(244, 208, 63, 0.26));
  color: var(--wp-coral-deep);
}

.pricing-tier-card__price-row {
  display: flex;
  align-items: end;
  gap: 14px;
  margin-bottom: 8px;
}

.pricing-tier-card__launch-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 246, 198, 0.98), rgba(236, 194, 86, 0.9));
  color: #7a5611;
  border: 1px solid rgba(187, 142, 35, 0.26);
  box-shadow: 0 10px 20px rgba(187, 142, 35, 0.16);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-tier-card__summary {
  margin: 0;
  color: var(--wp-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.pricing-tier-card__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-tier-card__list li {
  position: relative;
  padding-left: 18px;
  color: var(--wp-muted);
  line-height: 1.45;
}

.pricing-tier-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wp-coral), var(--wp-teal));
}

.pricing-tier-card .button {
  margin-top: 2px;
  width: 100%;
}

.subhero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 127, 80, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(95, 184, 184, 0.1), transparent 22%),
    radial-gradient(circle at 18% 86%, rgba(242, 107, 79, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
}

.subhero::after {
  content: "";
  position: absolute;
  inset: auto -6% -30% -6%;
  height: 58%;
  background:
    radial-gradient(40% 80% at 18% 22%, rgba(255, 127, 80, 0.18), transparent 52%),
    radial-gradient(38% 70% at 82% 18%, rgba(95, 184, 184, 0.16), transparent 48%),
    radial-gradient(44% 68% at 50% 92%, rgba(255, 224, 212, 0.66), transparent 56%);
  pointer-events: none;
}

.subhero-copy h1 {
  margin: 0;
  font: 700 clamp(2.3rem, 4vw, 3.8rem)/1.04 "Poppins", "Inter", system-ui, sans-serif;
  color: var(--wp-text);
  max-width: 12ch;
  position: relative;
  z-index: 1;
}

.subhero-copy p:not(.eyebrow) {
  max-width: 56ch;
  color: var(--wp-muted);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.subhero-side {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.subhero-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.subhero-stat,
.subhero-check {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(44, 62, 80, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--wp-shadow-soft);
}

.subhero-copy .eyebrow,
.subhero-copy .hero-actions,
.subhero-copy .hero-signal-row {
  position: relative;
  z-index: 1;
}

.subhero-copy .hero-signal-row {
  margin-bottom: 14px;
}

.subhero-stat strong,
.subhero-check strong {
  font: 700 1.4rem/1.05 "Poppins", "Inter", system-ui, sans-serif;
  color: var(--wp-coral-deep);
}

.subhero-stat span,
.subhero-check span {
  color: var(--wp-muted);
  line-height: 1.5;
}

.subhero-checklist {
  display: grid;
  gap: 14px;
}

.hero-card-tile {
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(44, 62, 80, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92));
  box-shadow: var(--wp-shadow-soft);
}

.hero-card-tile p {
  margin: 0 0 12px;
  color: var(--wp-text);
  font: 700 0.92rem/1.2 "Inter", system-ui, sans-serif;
  text-shadow: none;
}

.hero-card-tile strong {
  display: block;
  font: 700 3rem/1 "Poppins", "Inter", system-ui, sans-serif;
  color: var(--wp-coral);
}

.hero-card-tile span {
  color: var(--wp-muted);
  font-size: 0.86rem;
}

.hero-card-tile--score {
  position: relative;
  overflow: hidden;
}

.hero-card-tile--score::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wp-coral), var(--wp-teal));
}

.hero-card-tile__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.hero-card-tile__legend {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-card-tile__legend span {
  width: 28px;
  height: 4px;
  border-radius: 999px;
  display: block;
}

.legend-coral {
  background: var(--wp-coral);
}

.legend-teal {
  background: var(--wp-teal);
}

.legend-yellow {
  background: var(--wp-yellow);
}

.hero-chart,
.hero-mini-chart {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 127, 80, 0.08), rgba(255, 127, 80, 0)),
    linear-gradient(0deg, rgba(95, 184, 184, 0.08), rgba(95, 184, 184, 0)),
    #fff;
}

.hero-chart {
  height: 168px;
}

.hero-mini-chart {
  height: 136px;
}

.hero-chart::before,
.hero-mini-chart::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(44, 62, 80, 0.06) 1px, transparent 1px),
    linear-gradient(to top, rgba(44, 62, 80, 0.06) 1px, transparent 1px);
  background-size: 36px 100%, 100% 34px;
}

.hero-line,
.hero-mini-line {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-line--teal {
  background: linear-gradient(transparent 0 55%, rgba(95, 184, 184, 0.15) 55% 100%);
  clip-path: polygon(0 78%, 10% 72%, 22% 64%, 34% 66%, 46% 56%, 58% 52%, 70% 48%, 82% 42%, 92% 34%, 100% 28%, 100% 100%, 0 100%);
}

.hero-line--coral {
  background: linear-gradient(transparent 0 52%, rgba(255, 127, 80, 0.22) 52% 100%);
  clip-path: polygon(0 82%, 12% 80%, 24% 76%, 36% 74%, 48% 70%, 60% 62%, 72% 52%, 84% 44%, 92% 38%, 100% 34%, 100% 100%, 0 100%);
}

.hero-mini-line--teal {
  background: linear-gradient(transparent 0 62%, rgba(95, 184, 184, 0.16) 62% 100%);
  clip-path: polygon(0 84%, 14% 72%, 30% 58%, 48% 54%, 68% 38%, 84% 28%, 100% 18%, 100% 100%, 0 100%);
}

.hero-mini-line--coral {
  background: linear-gradient(transparent 0 70%, rgba(255, 127, 80, 0.2) 70% 100%);
  clip-path: polygon(0 88%, 18% 84%, 36% 78%, 54% 72%, 72% 64%, 88% 58%, 100% 54%, 100% 100%, 0 100%);
}

.hero-card-tile--insights ul {
  margin: 0 0 14px;
  padding-left: 18px;
  color: var(--wp-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hero-card-tile__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--wp-coral), var(--wp-coral-deep));
  color: #fff;
  text-decoration: none;
  font: 700 0.92rem/1 "Poppins", "Inter", system-ui, sans-serif;
}

.stack {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.grid-3,
.grid-2 {
  display: grid;
  gap: 18px;
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.panel {
  padding: 24px;
  border-radius: var(--wp-radius-lg);
  position: relative;
}

.panel::before,
.pricing-card::before,
.metric-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--wp-coral);
  border-radius: var(--wp-radius-lg) var(--wp-radius-lg) 0 0;
}

.panel p,
.panel li {
  color: var(--wp-muted);
  line-height: 1.6;
}

.panel ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.section-label {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--wp-teal);
}

.panel h2,
.panel h3 {
  margin: 0;
  font-family: "Poppins", "Inter", sans-serif;
  line-height: 1.06;
}

.metric-card,
.pricing-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--wp-line);
  border-radius: var(--wp-radius-lg);
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.98));
  box-shadow: var(--wp-shadow-soft);
}

.metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--wp-coral), var(--wp-teal));
  color: #fffaf4;
  font-weight: 800;
}

.button,
.button-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
}

.button {
  background: linear-gradient(135deg, var(--wp-coral), var(--wp-coral-deep));
  color: #fffaf4;
  box-shadow: 0 10px 24px rgba(255, 127, 80, 0.22);
}

.button-alt {
  border: 1px solid rgba(44, 62, 80, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: var(--wp-text);
}

.pricing-card.featured {
  background:
    radial-gradient(circle at top right, rgba(244, 208, 63, 0.22), transparent 30%),
    radial-gradient(circle at bottom left, rgba(95, 184, 184, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98));
}

.price {
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.muted {
  color: var(--wp-muted);
}

.table-scroll {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  margin-top: 12px;
}

.pricing-comparison-panel {
  background:
    radial-gradient(circle at top left, rgba(242, 107, 79, 0.16), transparent 26%),
    radial-gradient(circle at bottom right, rgba(95, 184, 184, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 251, 248, 0.98), rgba(255, 255, 255, 0.94));
}

.comparison-table th,
.comparison-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(44, 62, 80, 0.08);
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: var(--wp-text);
  font-family: "Poppins", "Inter", sans-serif;
  white-space: nowrap;
}

.comparison-table tbody tr td:not(:first-child) {
  font-weight: 600;
  color: var(--wp-text);
}

.comparison-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.56);
}

.footer-note {
  margin-top: 18px;
  color: var(--wp-muted);
}

.signal-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 22px;
  background:
    radial-gradient(circle at top left, rgba(242, 107, 79, 0.22), transparent 28%),
    radial-gradient(circle at right center, rgba(95, 184, 184, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 242, 235, 0.98), rgba(251, 249, 248, 0.92));
}

.signal-band__copy {
  display: grid;
  gap: 14px;
  align-content: start;
}

.signal-band__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.signal-chip-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(44, 62, 80, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 244, 0.88));
  box-shadow: var(--wp-shadow-soft);
  backdrop-filter: blur(8px);
}

.signal-chip-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--wp-coral), var(--wp-coral-deep));
  color: #fffaf4;
  font: 800 0.95rem/1 "Poppins", "Inter", sans-serif;
}

.signal-chip-card strong,
.reveal-point strong,
.reveal-visual-card strong,
.feature-mosaic-card h3 {
  color: var(--wp-text);
}

.reveal-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(242, 107, 79, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(95, 184, 184, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 246, 240, 0.98), rgba(255, 251, 248, 0.94));
}

.reveal-panel__copy {
  display: grid;
  gap: 14px;
}

.reveal-panel__points {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.reveal-point {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(44, 62, 80, 0.06);
}

.reveal-panel__visual {
  position: relative;
  min-height: 320px;
}

.reveal-visual-card {
  position: absolute;
  display: grid;
  gap: 8px;
  width: 220px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(44, 62, 80, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 238, 0.9));
  box-shadow: 0 18px 40px rgba(44, 62, 80, 0.1);
  animation: featureFloat 7.5s ease-in-out infinite;
}

.reveal-visual-card p {
  margin: 0;
  font: 700 0.78rem/1 "Poppins", "Inter", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wp-teal);
}

.reveal-visual-card strong {
  font: 700 1.45rem/1.05 "Poppins", "Inter", sans-serif;
}

.reveal-visual-card span {
  color: var(--wp-muted);
}

.reveal-visual-card--primary {
  left: 0;
  top: 28px;
}

.reveal-visual-card--secondary {
  right: 0;
  top: 0;
  animation-delay: 1.2s;
}

.reveal-visual-card--accent {
  left: 72px;
  bottom: 12px;
  animation-delay: 2.1s;
}

.feature-mosaic__intro {
  margin-bottom: 18px;
}

.feature-mosaic__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-mosaic-card {
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(44, 62, 80, 0.08);
  background:
    radial-gradient(circle at top left, rgba(95, 184, 184, 0.12), transparent 24%),
    radial-gradient(circle at bottom right, rgba(242, 107, 79, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 241, 0.92));
  box-shadow: var(--wp-shadow-soft);
}

.feature-mosaic-card--wide {
  grid-column: span 2;
  background:
    radial-gradient(circle at top right, rgba(242, 107, 79, 0.2), transparent 30%),
    radial-gradient(circle at bottom left, rgba(95, 184, 184, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 251, 249, 0.99), rgba(255, 241, 234, 0.94));
}

.final-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background:
    radial-gradient(circle at left center, rgba(242, 107, 79, 0.22), transparent 30%),
    radial-gradient(circle at right center, rgba(95, 184, 184, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 246, 239, 0.98), rgba(249, 252, 252, 0.94));
}

.final-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@keyframes featureFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.pricing-onboarding-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}

.pricing-onboarding-panel {
  background:
    radial-gradient(circle at top right, rgba(242, 107, 79, 0.16), transparent 28%),
    radial-gradient(circle at left center, rgba(95, 184, 184, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 248, 243, 0.98), rgba(255, 255, 255, 0.94));
}

.pricing-step-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 22px 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(44, 62, 80, 0.08);
  background:
    radial-gradient(circle at top right, rgba(242, 107, 79, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 242, 0.9));
  box-shadow: var(--wp-shadow-soft);
  overflow: hidden;
}

.pricing-step-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -34% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 184, 184, 0.14), transparent 70%);
  pointer-events: none;
}

.pricing-step-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--wp-text);
  color: #ffffff;
  font: 800 0.95rem/1 "Poppins", "Inter", sans-serif;
  box-shadow: 0 8px 20px rgba(44, 62, 80, 0.18);
}

.pricing-step-card p {
  color: var(--wp-text);
  opacity: 0.72;
}

.pricing-step-card h3 {
  font-size: 1.08rem;
}

.pricing-requirements-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}

.pricing-requirements-panel {
  background:
    radial-gradient(circle at top left, rgba(95, 184, 184, 0.14), transparent 26%),
    radial-gradient(circle at right center, rgba(242, 107, 79, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(249, 252, 252, 0.98), rgba(255, 255, 255, 0.94));
}

.pricing-requirement-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 16px;
  row-gap: 8px;
  align-items: start;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(44, 62, 80, 0.08);
  background:
    radial-gradient(circle at top left, rgba(95, 184, 184, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 252, 0.9));
  box-shadow: var(--wp-shadow-soft);
}

.pricing-requirement-card h3 {
  grid-column: 1 / 3;
  grid-row: 1;
}

.pricing-requirement-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: linear-gradient(135deg, #5fb8b8, #4aa3a3);
  color: #ffffff;
  font: 800 1rem/1 "Poppins", "Inter", sans-serif;
  box-shadow: 0 4px 10px rgba(79, 163, 163, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}

.pricing-requirement-card:nth-child(2) .pricing-requirement-card__icon {
  font-size: 1.2rem;
}

.pricing-requirement-card p {
  grid-column: 2;
  grid-row: 2;
  margin-top: 0;
}

.pricing-requirement-card h3 {
  font-size: 1.05rem;
}

.pricing-final-panel {
  margin-top: 4px;
}

@media (max-width: 980px) {
  .answerpulse-hero {
    grid-template-columns: 1fr;
    min-height: 860px;
  }

  .answerpulse-hero__content {
    padding: 44px 24px 24px;
  }

  .answerpulse-hero__content::before {
    inset: -12px 0 -12px 0;
  }

  .hero-dashboard {
    width: calc(100% - 48px);
    margin: 0 24px 24px;
  }

  .hero-dashboard__grid {
    grid-template-columns: 1fr;
  }

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

  .pricing-tier-card__price-row {
    align-items: start;
    flex-direction: column;
  }

  .pricing-onboarding-grid,
  .pricing-requirements-grid,
  .signal-band,
  .reveal-panel,
  .feature-mosaic__grid {
    grid-template-columns: 1fr;
  }

  .signal-band__grid {
    grid-template-columns: 1fr;
  }

  .feature-mosaic-card--wide {
    grid-column: auto;
  }

  .reveal-panel__visual {
    min-height: 260px;
  }

  .reveal-visual-card {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

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

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

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

@media (max-width: 560px) {
  .answerpulse-hero {
    min-height: 900px;
  }

  .answerpulse-hero__stats {
    gap: 10px;
  }

  .answerpulse-stat {
    min-width: calc(50% - 5px);
  }

  .hero-dashboard__topbar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .hero-dashboard__nav,
  .hero-dashboard__meta {
    justify-content: start;
  }
}

@media (max-width: 680px) {
  /* Hero — single column, hide dashboard preview for a clean mobile layout */
  .answerpulse-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-dashboard:not(.pricing-dashboard),
  .answerpulse-hero__visual {
    display: none;
  }

  /* Pricing hero — tier cards visible, stacked below hero content */
  .pricing-hero {
    min-height: auto;
  }

  .pricing-hero .pricing-dashboard {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 24px 40px;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }

  /* Hide the decorative "Plans at a glance" topbar on mobile */
  .pricing-hero .hero-dashboard__topbar {
    display: none;
  }

  .pricing-dashboard__stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .answerpulse-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px 36px;
    max-width: 100%;
    text-align: center;
  }

  .answerpulse-hero h1 {
    max-width: none;
  }

  .answerpulse-hero p {
    max-width: 34ch;
  }

  .pricing-launch-note {
    justify-items: center;
    margin-bottom: 24px;
    text-align: center;
  }

  .answerpulse-hero__actions {
    justify-content: center;
  }

  .answerpulse-hero__stats {
    justify-content: center;
  }

  .answerpulse-hero__content::before {
    inset: -8px 0 -8px 0;
  }

  /* Signal band chips — full width stack */
  .signal-band__grid {
    grid-template-columns: 1fr;
  }

  /* Feature mosaic — full width stack */
  .feature-mosaic__grid {
    grid-template-columns: 1fr;
  }

  .feature-mosaic-card--wide {
    grid-column: auto;
  }

  /* Pricing grids — single column */
  .pricing-requirements-grid,
  .pricing-onboarding-grid {
    grid-template-columns: 1fr;
  }

  /* Panel padding — generous but not wasteful at narrow widths */
  .panel {
    padding: 18px;
    border-radius: 16px;
  }

  /* Comparison table — narrower columns, smaller text, tighter cells */
  .comparison-table {
    min-width: 360px;
    font-size: 0.82rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 10px 8px;
  }

  /* Final CTA — stack buttons full-width */
  .final-cta-panel__actions {
    flex-direction: column;
    width: 100%;
  }

  .final-cta-panel__actions .button {
    text-align: center;
  }
}

@media (max-width: 480px) {
  /* Stat boxes — full width at very small screens */
  .answerpulse-stat {
    min-width: 0;
    width: 100%;
  }
}

@media (min-width: 600px) {
  /* Legal pages — constrain line length for readability on wider screens */
  .legal-section p,
  .legal-section li {
    max-width: 72ch;
  }
}
