:root {
  --wpw-ink: #101720;
  --wpw-ink-2: #19242f;
  --wpw-slate: #344454;
  --wpw-muted: #6b7a86;
  --wpw-paper: #f6f8f7;
  --wpw-white: #ffffff;
  --wpw-signal: #0b8f74;
  --wpw-signal-dark: #076853;
  --wpw-signal-soft: #dff4ed;
  --wpw-amber: #f1a208;
  --wpw-amber-soft: #fff2cf;
  --wpw-line: #dde5e1;
  --wpw-line-dark: #2d3b46;
  --wpw-danger: #c63d4f;
  --wpw-radius-sm: 10px;
  --wpw-radius: 18px;
  --wpw-radius-lg: 28px;
  --wpw-shadow: 0 20px 60px rgba(16, 23, 32, 0.08);
  --wpw-shadow-lift: 0 28px 80px rgba(16, 23, 32, 0.16);
  --wpw-display: "Bricolage Grotesque", "Aptos Display", "Segoe UI", sans-serif;
  --wpw-body: "IBM Plex Sans", "Aptos", "Segoe UI", sans-serif;
  --wpw-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select {
  font-family: var(--wpw-body);
}

img,
svg {
  max-width: 100%;
}

a {
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.08em;
}

button,
input,
textarea,
select,
a {
  outline-offset: 3px;
}

:focus-visible {
  outline: 3px solid rgba(241, 162, 8, 0.75);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-site-blocks {
  overflow: clip;
}

/* Header */
.site-header {
  position: relative;
  z-index: 50;
  margin: 0;
  border-bottom: 1px solid rgba(221, 229, 225, 0.9);
  background: rgba(246, 248, 247, 0.94);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  min-height: 82px;
  padding: 0 22px;
  gap: 28px;
}

.site-brand {
  gap: 11px;
  min-width: max-content;
}

.site-brand .custom-logo,
.site-brand .wp-block-site-logo img {
  border-radius: 11px;
}

.site-brand__title,
.site-brand__title a,
.site-brand .wp-block-site-title,
.site-brand .wp-block-site-title a {
  margin: 0;
  color: var(--wpw-ink);
  font-family: var(--wpw-display);
  font-size: 1.25rem;
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
}

.site-brand__tag {
  margin: 4px 0 0;
  color: var(--wpw-muted);
  font-family: var(--wpw-mono);
  font-size: 0.66rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.site-nav .wp-block-navigation-item__content {
  padding: 10px 4px;
  color: var(--wpw-ink);
  font-size: 0.93rem;
  text-decoration: none;
}

.site-nav .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--wpw-ink);
  color: var(--wpw-white);
}

.site-nav .wp-block-navigation-item__content:hover {
  color: var(--wpw-signal-dark);
}

.site-nav .wp-block-navigation-item:last-child .wp-block-navigation-item__content:hover {
  background: var(--wpw-signal-dark);
  color: var(--wpw-white);
}

/* Core design elements */
.eyebrow,
.wpw-kicker {
  margin: 0 0 12px;
  color: var(--wpw-signal-dark);
  font-family: var(--wpw-mono);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

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

.section-shell {
  padding-top: clamp(70px, 9vw, 130px);
  padding-bottom: clamp(70px, 9vw, 130px);
}

.section-heading {
  align-items: end;
  gap: 30px;
  margin-bottom: 40px;
}

.section-heading > div {
  max-width: 780px;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
}

.section-heading > p {
  max-width: 390px;
  margin: 0;
  color: var(--wpw-muted);
}

.wp-block-button__link {
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid currentColor;
  background: transparent;
}

/* Homepage hero */
.hero-shell {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--wpw-ink);
  color: var(--wpw-white);
}

.hero-shell::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
  pointer-events: none;
}

.hero-shell::after {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 45vw;
  height: 45vw;
  border: 1px solid rgba(241, 162, 8, 0.22);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 80px rgba(241, 162, 8, 0.025), 0 0 0 160px rgba(241, 162, 8, 0.018);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  align-items: center;
  min-height: min(850px, calc(100vh - 82px));
  padding: clamp(70px, 9vw, 130px) 22px;
  gap: clamp(42px, 7vw, 100px);
}

.hero-copy {
  max-width: 760px;
}

.hero-copy .eyebrow {
  color: #8ce3ce;
}

.hero-title {
  max-width: 900px;
  margin: 0;
  color: var(--wpw-white);
  font-size: clamp(3.3rem, 7.4vw, 7.6rem) !important;
  font-variation-settings: "wdth" 82;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.hero-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: #c9d4db;
  line-height: 1.62;
}

.hero-actions {
  margin-top: 34px;
  gap: 12px;
}

.hero-actions .is-style-outline .wp-block-button__link {
  border-color: #5e6c77;
  color: var(--wpw-white);
}

.hero-proof {
  margin-top: 46px;
  padding-top: 26px;
  border-top: 1px solid #2d3b46;
  gap: 34px;
}

.hero-proof p {
  display: grid;
  margin: 0;
}

.hero-proof strong {
  color: var(--wpw-amber);
  font-family: var(--wpw-display);
  font-size: 1.65rem;
  line-height: 1;
}

.hero-proof span {
  margin-top: 7px;
  color: #84939e;
  font-family: var(--wpw-mono);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-console {
  position: relative;
  max-width: 640px;
  padding: 15px;
  border: 1px solid #33434f;
  border-radius: var(--wpw-radius-lg);
  background: #151f28;
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.34);
}

.hero-console__bar {
  padding: 2px 8px 13px;
  color: #83939f;
  font-family: var(--wpw-mono);
  font-size: 0.66rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-console__bar p {
  margin: 0;
}

.trust-strip {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 22px;
  border-bottom: 1px solid var(--wpw-line);
  gap: 18px 30px;
}

.trust-strip p {
  position: relative;
  margin: 0;
  padding-left: 16px;
  color: var(--wpw-slate);
  font-size: 0.85rem;
  font-weight: 600;
}

.trust-strip p::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wpw-signal);
  content: "";
}

/* Feature cards */
.feature-cards {
  gap: 18px;
}

.feature-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius-lg);
  background: var(--wpw-white);
  color: var(--wpw-ink);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.feature-card:hover {
  transform: translateY(-7px);
  border-color: #bccbc4;
  box-shadow: var(--wpw-shadow-lift);
}

.feature-card > span {
  color: var(--wpw-signal-dark);
  font-family: var(--wpw-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card h3 {
  margin: auto 0 18px;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.feature-card p {
  color: var(--wpw-muted);
}

.feature-card b {
  margin-top: 20px;
  font-size: 0.9rem;
}

.feature-card--dark {
  border-color: var(--wpw-ink);
  background: var(--wpw-ink);
  color: var(--wpw-white);
}

.feature-card--dark > span,
.feature-card--dark b {
  color: #8ce3ce;
}

.feature-card--dark p {
  color: #aebbc4;
}

.feature-card--amber {
  border-color: #e7cf8a;
  background: var(--wpw-amber-soft);
}

.feature-card--amber > span,
.feature-card--amber b {
  color: #7b5100;
}

.paper-band {
  margin: 0;
  background: #eef2f0;
}

/* Hub */
.wpw-hub {
  width: 100%;
}

.wpw-hub__filter {
  display: flex;
  align-items: center;
  margin-bottom: 52px;
  padding: 9px 11px 9px 20px;
  border: 1px solid #cbd6d1;
  border-radius: 999px;
  background: var(--wpw-white);
  box-shadow: 0 12px 35px rgba(16, 23, 32, 0.05);
}

.wpw-hub__filter input {
  min-width: 0;
  flex: 1;
  padding: 9px 5px;
  border: 0;
  background: transparent;
  color: var(--wpw-ink);
  font-size: 1rem;
}

.wpw-hub__filter input:focus {
  outline: 0;
}

.wpw-hub__filter span {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--wpw-signal-soft);
  color: var(--wpw-signal-dark);
  font-family: var(--wpw-mono);
  font-size: 0.72rem;
  white-space: nowrap;
}

.wpw-hub__group {
  margin-top: 70px;
}

.wpw-hub__group:first-of-type {
  margin-top: 0;
}

.wpw-hub__group > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}

.wpw-hub__group > header .wpw-kicker {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.wpw-hub__group h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.wpw-hub__group header > p {
  margin: 0;
  color: var(--wpw-muted);
}

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

.wpw-tool-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: start;
  min-height: 160px;
  gap: 16px;
  padding: 22px;
  border: 1px solid #d3ddd8;
  border-radius: var(--wpw-radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--wpw-ink);
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wpw-tool-card:hover {
  transform: translateY(-4px);
  border-color: #a9bbb2;
  background: var(--wpw-white);
  box-shadow: var(--wpw-shadow);
}

.wpw-tool-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--wpw-signal-soft);
  color: var(--wpw-signal-dark);
}

.wpw-icon {
  width: 23px;
  height: 23px;
}

.wpw-tool-card__body {
  display: grid;
  gap: 8px;
}

.wpw-tool-card__body strong {
  font-family: var(--wpw-display);
  font-size: 1.1rem;
  line-height: 1.2;
}

.wpw-tool-card__body > span {
  color: var(--wpw-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.wpw-tool-card__arrow {
  color: var(--wpw-muted);
}

.wpw-empty {
  padding: 40px;
  border: 1px dashed #bccbc4;
  border-radius: var(--wpw-radius);
  text-align: center;
}

/* Readout section */
.readout-section {
  align-items: center;
  padding-top: clamp(80px, 10vw, 150px);
  padding-bottom: clamp(80px, 10vw, 150px);
  gap: clamp(50px, 8vw, 110px);
}

.readout-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
}

.readout-copy p,
.readout-copy li {
  color: var(--wpw-slate);
}

.readout-copy ul {
  display: grid;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.readout-copy li {
  position: relative;
  padding-left: 25px;
}

.readout-copy li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--wpw-signal);
  content: "";
  transform: rotate(45deg);
}

.code-readout {
  overflow: hidden;
  border: 1px solid #2e3c47;
  border-radius: var(--wpw-radius-lg);
  background: var(--wpw-ink);
  color: #cbd7de;
  box-shadow: var(--wpw-shadow-lift);
}

.code-readout__top,
.code-readout__foot {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  color: #84939e;
  font-family: var(--wpw-mono);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.code-readout__top {
  border-bottom: 1px solid #2e3c47;
}

.code-readout__foot {
  border-top: 1px solid #2e3c47;
}

.code-readout pre {
  overflow: auto;
  margin: 0;
  padding: clamp(28px, 5vw, 56px);
  font-family: var(--wpw-mono);
  font-size: clamp(0.82rem, 1.5vw, 1.05rem);
  line-height: 1.95;
}

.code-readout code span {
  color: #8ce3ce;
}

.code-readout code i {
  color: #687985;
  font-style: normal;
}

/* Posts */
.posts-section {
  border-top: 1px solid var(--wpw-line);
}

.post-grid .wp-block-post-template {
  gap: 18px;
}

.post-card {
  height: 100%;
  padding: 12px 12px 22px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius-lg);
  background: var(--wpw-white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wpw-shadow);
}

.post-card .wp-block-post-featured-image {
  margin: 0 0 18px;
}

.post-card .wp-block-post-featured-image img {
  border-radius: calc(var(--wpw-radius-lg) - 8px);
}

.post-card h2,
.post-card h3 {
  margin-top: 10px;
}

.post-card h2 a,
.post-card h3 a {
  color: var(--wpw-ink);
  text-decoration: none;
}

.post-card__category a {
  color: var(--wpw-signal-dark);
  font-family: var(--wpw-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.post-card .wp-block-post-excerpt,
.post-card .wp-block-post-date {
  color: var(--wpw-muted);
  font-size: 0.9rem;
}

.final-cta {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 90px;
  padding: clamp(34px, 6vw, 70px);
  border-radius: var(--wpw-radius-lg);
  background: var(--wpw-amber-soft);
  gap: 30px;
}

.final-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.5rem);
}

/* Tool interface */
.wpw-tool {
  position: relative;
  width: 100%;
  margin: 34px 0 58px;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid #ccd7d2;
  border-radius: var(--wpw-radius-lg);
  background: var(--wpw-white);
  box-shadow: var(--wpw-shadow);
}

.wpw-tool__top {
  margin-bottom: 28px;
}

.wpw-tool__top p {
  max-width: 780px;
  margin: 0;
  color: var(--wpw-slate);
  font-size: 1.02rem;
}

.wpw-tool--compact {
  margin: 0;
  padding: 25px;
  border-color: #34444f;
  background: #1b2731;
  box-shadow: none;
}

.wpw-tool--compact .wpw-tool__top {
  margin-bottom: 18px;
}

.wpw-tool--inverse,
.wpw-tool--inverse label,
.wpw-tool--inverse .wpw-tool__top p {
  color: #d5dfe5;
}

.wpw-tool--inverse .wpw-kicker {
  color: #8ce3ce;
}

.wpw-tool--inverse input,
.wpw-tool--inverse textarea,
.wpw-tool--inverse select {
  border-color: #40515e;
  background: #111a22;
  color: var(--wpw-white);
}

.wpw-tool--inverse .wpw-field-note,
.wpw-tool--inverse .wpw-tool__privacy {
  color: #8797a2;
}

.wpw-tool label {
  display: grid;
  gap: 8px;
  color: var(--wpw-ink);
  font-size: 0.9rem;
  font-weight: 650;
}

.wpw-tool input[type="text"],
.wpw-tool input[type="url"],
.wpw-tool input[type="password"],
.wpw-tool input[type="number"],
.wpw-tool input[type="search"],
.wpw-tool textarea,
.wpw-tool select,
.wpw-output-input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #bdcbc5;
  border-radius: var(--wpw-radius-sm);
  background: #fbfcfc;
  color: var(--wpw-ink);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wpw-tool textarea {
  min-height: 120px;
  resize: vertical;
}

.wpw-tool input:focus,
.wpw-tool textarea:focus,
.wpw-tool select:focus {
  border-color: var(--wpw-signal);
  background: var(--wpw-white);
  box-shadow: 0 0 0 4px rgba(11, 143, 116, 0.12);
  outline: 0;
}

.wpw-input-action,
.wpw-output-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 10px;
}

.wpw-output-row {
  grid-template-columns: minmax(0, 1fr) auto auto;
  margin-top: 18px;
}

.wpw-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 18px;
  border: 1px solid var(--wpw-signal);
  border-radius: 999px;
  background: var(--wpw-signal);
  color: var(--wpw-white);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.wpw-button:hover {
  transform: translateY(-2px);
  border-color: var(--wpw-signal-dark);
  background: var(--wpw-signal-dark);
}

.wpw-button:disabled {
  transform: none;
  cursor: progress;
  opacity: 0.7;
}

.wpw-button--quiet {
  border-color: #b7c7bf;
  background: transparent;
  color: var(--wpw-ink);
}

.wpw-button--quiet:hover {
  border-color: var(--wpw-ink);
  background: var(--wpw-ink);
  color: var(--wpw-white);
}

.wpw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 15px;
}

.wpw-field-note,
.wpw-tool__privacy {
  color: var(--wpw-muted);
  font-size: 0.78rem;
  font-weight: 400;
}

.wpw-field-note {
  margin: 9px 0 0;
}

.wpw-tool__privacy {
  margin-top: 25px;
  padding-top: 17px;
  border-top: 1px solid var(--wpw-line);
}

.wpw-tool__privacy span {
  color: var(--wpw-signal);
}

.wpw-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.wpw-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 20px 0;
  padding: 18px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius);
  background: #f8faf9;
}

.wpw-options label {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.87rem;
  font-weight: 500;
}

.wpw-options input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--wpw-signal);
}

.wpw-code {
  min-height: 230px !important;
  padding: 18px !important;
  border-color: #2b3a45 !important;
  background: var(--wpw-ink) !important;
  color: #d7e1e7 !important;
  font-family: var(--wpw-mono) !important;
  font-size: 0.8rem !important;
  line-height: 1.65 !important;
  tab-size: 2;
}

.wpw-range-row {
  margin: 18px 0;
}

.wpw-range-row label {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}

.wpw-range-row input[type="range"] {
  grid-column: 1 / -1;
  width: 100%;
  accent-color: var(--wpw-signal);
}

.wpw-range-row output {
  color: var(--wpw-signal-dark);
  font-family: var(--wpw-mono);
}

.wpw-meter {
  height: 8px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 99px;
  background: #e2e8e5;
}

.wpw-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--wpw-signal);
  transition: width 180ms ease, background-color 180ms ease;
}

.wpw-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

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

.wpw-stat-grid > div {
  display: grid;
  min-height: 110px;
  align-content: center;
  padding: 18px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius);
  background: #f8faf9;
}

.wpw-stat-grid strong {
  color: var(--wpw-ink);
  font-family: var(--wpw-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
}

.wpw-stat-grid span {
  margin-top: 8px;
  color: var(--wpw-muted);
  font-size: 0.76rem;
}

.wpw-breakdown {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.wpw-breakdown > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 15px;
  border-bottom: 1px solid var(--wpw-line);
  color: var(--wpw-slate);
}

.wpw-breakdown strong {
  color: var(--wpw-ink);
}

/* SERP */
.wpw-serp-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 15px 0;
  color: var(--wpw-muted);
  font-size: 0.82rem;
}

.wpw-serp-preview {
  max-width: 680px;
  padding: 22px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius);
  background: var(--wpw-white);
  font-family: Arial, sans-serif;
}

.wpw-serp-preview__url {
  display: block;
  margin-bottom: 6px;
  color: #202124;
  font-size: 0.86rem;
}

.wpw-serp-preview > strong {
  display: block;
  color: #1a0dab;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.wpw-serp-preview p {
  margin: 6px 0 0;
  color: #4d5156;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* Headline score */
.wpw-score-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 25px;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius);
  background: #f8faf9;
}

.wpw-score-ring {
  display: grid;
  width: 110px;
  height: 110px;
  place-content: center;
  border: 9px solid #dfe8e4;
  border-radius: 50%;
  text-align: center;
}

.wpw-score-ring strong {
  font-family: var(--wpw-display);
  font-size: 2.4rem;
  line-height: 0.8;
}

.wpw-score-ring span {
  color: var(--wpw-muted);
  font-size: 0.72rem;
}

.wpw-score-card h3 {
  margin: 0 0 12px;
}

.wpw-notes {
  margin: 0;
  padding-left: 20px;
  color: var(--wpw-slate);
}

/* Detector results */
.wpw-result:empty {
  display: none;
}

.wpw-result {
  margin-top: 22px;
}

.wpw-status {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius);
  background: #f8faf9;
  color: var(--wpw-slate);
}

.wpw-status::before {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid #b5c4bd;
  border-top-color: var(--wpw-signal);
  border-radius: 50%;
  content: "";
  animation: wpw-spin 800ms linear infinite;
}

.wpw-status--error {
  border-color: #efc8cf;
  background: #fff5f6;
  color: #7c2533;
}

.wpw-status--error::before {
  border: 0;
  color: var(--wpw-danger);
  content: "!";
  animation: none;
  font-weight: 800;
  text-align: center;
}

@keyframes wpw-spin {
  to { transform: rotate(360deg); }
}

.wpw-result-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid #b9d8ce;
  border-radius: var(--wpw-radius);
  background: var(--wpw-signal-soft);
}

.wpw-result-summary h3 {
  margin: 0 0 5px;
  font-size: 1.45rem;
}

.wpw-result-summary p {
  margin: 0;
  color: var(--wpw-slate);
  font-size: 0.88rem;
}

.wpw-confidence {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: var(--wpw-signal-dark);
  font-family: var(--wpw-mono);
  font-size: 0.68rem;
  white-space: nowrap;
}

.wpw-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wpw-tech-card {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius);
  background: #f9fbfa;
}

.wpw-tech-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.wpw-tech-card h4 {
  margin: 0;
  font-size: 1.15rem;
}

.wpw-tech-card > span {
  color: var(--wpw-signal-dark);
  font-family: var(--wpw-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.wpw-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.wpw-evidence code {
  padding: 5px 7px;
  border-radius: 6px;
  background: #e8eeeb;
  color: var(--wpw-slate);
  font-family: var(--wpw-mono);
  font-size: 0.66rem;
}

.wpw-theme-list,
.wpw-plugin-grid {
  display: grid;
  gap: 16px;
}

.wpw-theme-result {
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius-lg);
  background: var(--wpw-white);
}

.wpw-theme-shot {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background: #e8edeb;
}

.wpw-theme-shot img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: top center;
}

.wpw-theme-shot__fallback {
  display: grid;
  height: 100%;
  min-height: 320px;
  place-content: center;
  padding: 30px;
  color: var(--wpw-muted);
  font-family: var(--wpw-mono);
  text-align: center;
}

.wpw-theme-details {
  display: grid;
  align-content: start;
  padding: clamp(24px, 4vw, 42px);
}

.wpw-theme-details h3 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.wpw-theme-slug {
  color: var(--wpw-muted);
  font-family: var(--wpw-mono);
  font-size: 0.75rem;
}

.wpw-theme-description {
  color: var(--wpw-slate);
}

.wpw-meta-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.wpw-meta-list > div {
  padding: 13px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius-sm);
  background: #f8faf9;
}

.wpw-meta-list span {
  display: block;
  color: var(--wpw-muted);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.wpw-meta-list strong {
  display: block;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.wpw-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #805400;
  font-size: 0.85rem;
}

.wpw-rating__stars {
  letter-spacing: 1px;
}

.wpw-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.wpw-result-actions a {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid #b8c7c0;
  border-radius: 999px;
  color: var(--wpw-ink);
  font-size: 0.8rem;
  font-weight: 650;
  text-decoration: none;
}

.wpw-result-actions a:first-child {
  border-color: var(--wpw-signal);
  background: var(--wpw-signal);
  color: var(--wpw-white);
}

.wpw-plugin-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpw-plugin-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-content: start;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius);
  background: var(--wpw-white);
}

.wpw-plugin-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--wpw-line);
  border-radius: 16px;
  background: #f4f7f6;
  color: var(--wpw-signal-dark);
  font-family: var(--wpw-display);
  font-size: 1.6rem;
  font-weight: 700;
}

.wpw-plugin-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpw-plugin-card h3 {
  margin: 0 0 4px;
  font-size: 1.3rem;
}

.wpw-plugin-card p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--wpw-muted);
  font-size: 0.87rem;
}

.wpw-plugin-card .wpw-meta-list,
.wpw-plugin-card .wpw-result-actions {
  grid-column: 1 / -1;
}

.wpw-limit-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--wpw-amber);
  background: var(--wpw-amber-soft);
  color: #644600;
  font-size: 0.8rem;
}

/* Pages and content */
.page-shell,
.archive-shell,
.single-shell,
.not-found {
  padding: clamp(65px, 9vw, 120px) 22px;
}

.page-shell--wide,
.tool-page-shell {
  padding-top: clamp(55px, 8vw, 100px);
  padding-bottom: clamp(70px, 9vw, 130px);
}

.page-heading,
.tool-page-heading,
.archive-heading,
.single-heading {
  margin-bottom: clamp(38px, 6vw, 72px);
}

.page-heading h1,
.tool-page-heading h1,
.archive-heading h1,
.single-heading h1,
.not-found h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 7rem);
  font-variation-settings: "wdth" 82;
}

.tool-page-content {
  width: 100%;
}

.tool-page-content > .wp-block-post-content > *:not(.wpw-tool),
.page-shell:not(.page-shell--wide) .wp-block-post-content > * {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.tool-page-content > .wp-block-post-content > .wpw-tool,
.tool-page-content > .wp-block-post-content > .wp-block-shortcode {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.wpw-page-intro {
  color: var(--wpw-slate);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.7;
}

.wpw-editorial-note {
  margin-top: 45px !important;
  padding: 18px 20px;
  border-left: 3px solid var(--wpw-amber);
  background: var(--wpw-amber-soft);
  color: #604400;
  font-size: 0.9rem;
}

.wpw-faq {
  display: grid;
  gap: 10px;
  margin-bottom: 35px;
}

.wpw-faq details {
  padding: 17px 19px;
  border: 1px solid var(--wpw-line);
  border-radius: var(--wpw-radius-sm);
  background: var(--wpw-white);
}

.wpw-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.wpw-faq p {
  margin-bottom: 0;
  color: var(--wpw-slate);
}

.single-shell {
  max-width: 980px !important;
}

.single-meta {
  margin-top: 24px;
  color: var(--wpw-muted);
  font-family: var(--wpw-mono);
  font-size: 0.75rem;
}

.single-featured img {
  border-radius: var(--wpw-radius-lg);
}

.single-shell .wp-block-post-content {
  font-size: 1.08rem;
}

.single-shell .wp-block-post-content h2 {
  margin-top: 2.2em;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.single-shell .wp-block-post-content h3 {
  margin-top: 1.8em;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.post-navigation {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid var(--wpw-line);
}

.post-navigation a {
  font-weight: 700;
}

.archive-heading {
  max-width: 950px;
}

.archive-heading > p:last-child {
  max-width: 620px;
  color: var(--wpw-muted);
  font-size: 1.15rem;
}

.post-grid--archive {
  width: 100%;
}

.search-result {
  padding: 24px 0;
  border-bottom: 1px solid var(--wpw-line);
}

.not-found {
  min-height: 65vh;
  align-content: center;
}

.not-found p {
  max-width: 650px;
}

/* Footer */
.site-footer {
  margin: 0;
  padding: 80px 22px 25px;
  background: var(--wpw-ink);
  color: #b5c1c9;
}

.site-footer a {
  color: #e7eef2;
}

.site-footer__grid {
  gap: 45px 80px;
}

.site-footer__about {
  max-width: 540px;
}

.site-footer .wp-block-site-title,
.site-footer .wp-block-site-title a {
  color: var(--wpw-white);
  font-family: var(--wpw-display);
  font-size: 2.2rem;
  font-weight: 760;
  text-decoration: none;
}

.site-footer h3 {
  color: var(--wpw-white);
  font-size: 1rem;
}

.site-footer__signal {
  color: #8ce3ce;
  font-family: var(--wpw-mono);
  font-size: 0.75rem;
}

.site-footer__links {
  padding: 0;
  list-style: none;
}

.site-footer__links li {
  margin: 10px 0;
}

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

.site-footer__bottom {
  margin-top: 65px;
  padding-top: 20px;
  border-top: 1px solid var(--wpw-line-dark);
  color: #768793;
  font-size: 0.76rem;
}

.site-footer__bottom p {
  margin: 0;
}

/* Responsive */
@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-console {
    max-width: none;
  }

  .wpw-card-grid,
  .wpw-plugin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 782px) {
  .site-header__inner {
    min-height: 70px;
  }

  .site-brand__tag {
    display: none;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    padding: 25px;
    background: var(--wpw-paper);
    color: var(--wpw-ink);
  }

  .hero-grid {
    min-height: 0;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .hero-title {
    font-size: clamp(3rem, 14vw, 5.8rem) !important;
  }

  .section-heading,
  .final-cta {
    align-items: flex-start;
  }

  .wpw-hub__group > header {
    grid-template-columns: 1fr;
  }

  .wpw-hub__group > header .wpw-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }

  .wpw-card-grid,
  .wpw-plugin-grid,
  .wpw-tech-grid,
  .wpw-form-grid,
  .wpw-options {
    grid-template-columns: 1fr;
  }

  .wpw-theme-result {
    grid-template-columns: 1fr;
  }

  .wpw-theme-shot,
  .wpw-theme-shot img,
  .wpw-theme-shot__fallback {
    min-height: 260px;
  }

  .wpw-stat-grid,
  .wpw-stat-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpw-input-action,
  .wpw-output-row {
    grid-template-columns: 1fr;
  }

  .wpw-score-card {
    grid-template-columns: 1fr;
  }

  .wpw-score-ring {
    width: 90px;
    height: 90px;
  }

  .page-heading h1,
  .tool-page-heading h1,
  .archive-heading h1,
  .single-heading h1,
  .not-found h1 {
    font-size: clamp(2.8rem, 13vw, 5rem);
  }
}

@media (max-width: 520px) {
  .site-header__inner,
  .hero-grid,
  .trust-strip,
  .page-shell,
  .archive-shell,
  .single-shell,
  .not-found,
  .site-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-proof {
    gap: 20px;
  }

  .hero-console,
  .wpw-tool {
    border-radius: 20px;
  }

  .wpw-tool--compact,
  .wpw-tool {
    padding: 18px;
  }

  .wpw-hub__filter span {
    display: none;
  }

  .wpw-card-grid,
  .wpw-plugin-grid,
  .wpw-stat-grid,
  .wpw-stat-grid--five,
  .wpw-meta-list {
    grid-template-columns: 1fr;
  }

  .wpw-tool-card {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
  }

  .wpw-tool-card__icon {
    width: 42px;
    height: 42px;
  }

  .wpw-tool-card__arrow {
    display: none;
  }

  .wpw-plugin-card {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .wpw-plugin-icon {
    width: 54px;
    height: 54px;
  }

  .wpw-result-summary {
    display: grid;
  }

  .wpw-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (prefers-color-scheme: dark) {
  body:not(.wp-admin) {
    --wpw-paper: #0f171d;
    --wpw-white: #172129;
    --wpw-ink: #f2f7f5;
    --wpw-ink-2: #e3ece8;
    --wpw-slate: #b6c4ca;
    --wpw-muted: #8798a2;
    --wpw-line: #2d3b43;
    --wpw-signal-soft: #123c35;
    --wpw-amber-soft: #3e310e;
    color-scheme: dark;
  }

  body:not(.wp-admin) .site-header {
    background: rgba(15, 23, 29, 0.94);
  }

  body:not(.wp-admin) .site-nav .wp-block-navigation-item__content,
  body:not(.wp-admin) .site-brand__title a,
  body:not(.wp-admin) .site-brand .wp-block-site-title a {
    color: var(--wpw-ink);
  }

  body:not(.wp-admin) .paper-band,
  body:not(.wp-admin) .wpw-options,
  body:not(.wp-admin) .wpw-tech-card,
  body:not(.wp-admin) .wpw-stat-grid > div,
  body:not(.wp-admin) .wpw-score-card,
  body:not(.wp-admin) .wpw-plugin-icon,
  body:not(.wp-admin) .wpw-meta-list > div {
    background: #131d24;
  }

  body:not(.wp-admin) .wpw-tool input,
  body:not(.wp-admin) .wpw-tool textarea,
  body:not(.wp-admin) .wpw-tool select {
    border-color: #384952;
    background: #10181e;
    color: var(--wpw-ink);
  }

  body:not(.wp-admin) .wpw-serp-preview {
    background: #ffffff;
  }
}
