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

:root {
  --page: #ffffff;
  --paper: #ffffff;
  --ink: #071731;
  --muted: #465974;
  --subtle: #eef5fb;
  --line: #dbe6f0;
  --blue: #1263f1;
  --blue-strong: #0754dc;
  --green: #059b72;
  --green-strong: #078447;
  --shadow: 0 18px 42px rgba(7, 23, 49, 0.12);
  --soft-shadow: 0 10px 28px rgba(7, 23, 49, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
}

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

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

.seo-shell {
  width: min(1140px, calc(100% - 88px));
  margin: 0 auto;
}

.seo-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 72px;
  border-bottom: 1px solid rgba(213, 224, 236, 0.95);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.topbar-shell {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--ink);
  font-size: 1.72rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  color: var(--blue);
  flex: 0 0 auto;
}

.seo-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

.seo-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  white-space: nowrap;
}

.seo-nav a:hover,
.seo-nav a[aria-current="page"] {
  color: var(--blue);
}

.seo-nav-cta {
  justify-self: end;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  color: #ffffff;
  border-radius: 8px;
  background: var(--blue);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 10px 22px rgba(18, 99, 241, 0.22);
}

.seo-hero {
  position: relative;
  min-height: 555px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.hero-shell {
  position: relative;
  z-index: 3;
  min-height: 555px;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.seo-hero-copy {
  width: 455px;
  max-width: 45%;
  padding-bottom: 10px;
  pointer-events: auto;
}

.hero-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 12px;
  color: var(--green);
  border: 1px solid #bcebd7;
  border-radius: 8px;
  background: rgba(246, 255, 250, 0.94);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-badge span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
}

.seo-page-method .hero-badge {
  color: #047857;
  border-color: #a7f3d0;
  background: rgba(236, 253, 245, 0.96);
}

.seo-page-method .seo-hero-copy h1 {
  max-width: 430px;
}

.seo-page-method .map-label {
  background: #059669;
}

.seo-page-method .signal-counter strong,
.seo-page-method .signal-counter small {
  color: #047857;
}

.seo-hero-copy h1 {
  max-width: 382px;
  margin: 0;
  color: var(--ink);
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.seo-lead {
  max-width: 455px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 23px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.hero-checks span {
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
}

.hero-checks span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.44em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 3px #dff8eb;
}

.seo-actions,
.investor-proof {
  display: flex;
  align-items: center;
}

.seo-actions {
  gap: 16px;
  margin-top: 30px;
}

.seo-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 100%;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.93rem;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.seo-button svg,
.property-card a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.seo-button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #1263f1, #0754dc);
  box-shadow: 0 13px 28px rgba(18, 99, 241, 0.22);
}

.seo-button-secondary {
  color: var(--ink);
  background: #ffffff;
  border-color: #ccd9e6;
  box-shadow: 0 8px 18px rgba(7, 23, 49, 0.06);
}

.seo-button-light {
  color: var(--blue);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(3, 39, 100, 0.14);
}

.investor-proof {
  gap: 12px;
  margin-top: 26px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: -9px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 34%, #f2c08d 0 22%, transparent 23%),
    linear-gradient(135deg, #334155, #94a3b8);
  box-shadow: 0 3px 10px rgba(7, 23, 49, 0.12);
}

.avatar-stack span:nth-child(2) {
  background:
    radial-gradient(circle at 48% 34%, #e6a06d 0 22%, transparent 23%),
    linear-gradient(135deg, #0f766e, #34d399);
}

.avatar-stack span:nth-child(3) {
  background:
    radial-gradient(circle at 48% 34%, #ffd0a8 0 22%, transparent 23%),
    linear-gradient(135deg, #0f172a, #64748b);
}

.avatar-stack span:nth-child(4) {
  background:
    radial-gradient(circle at 48% 34%, #f4ba84 0 22%, transparent 23%),
    linear-gradient(135deg, #c2410c, #f59e0b);
}

.investor-proof p {
  max-width: 190px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.hero-map-stage {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 38.8%;
  overflow: hidden;
  background-color: #dceefe;
  background-image: url("/static/images/seo/radar-hero-map.png");
  background-image: image-set(
    url("/static/images/seo/radar-hero-map.webp") type("image/webp"),
    url("/static/images/seo/radar-hero-map.png") type("image/png")
  );
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-map-stage::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 12%, rgba(255, 255, 255, 0.5) 28%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.25) 100%);
  pointer-events: none;
}

.map-label,
.price-tag,
.signal-counter,
.property-card,
.chart-card {
  position: absolute;
  z-index: 3;
}

.map-label,
.price-tag {
  padding: 6px 10px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 23, 49, 0.14);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.map-label {
  top: 38px;
  left: 11%;
  color: #ffffff;
  background: #1263f1;
}

.price-tag {
  color: #26384d;
}

.tag-one {
  top: 169px;
  left: 18%;
}

.tag-two {
  bottom: 169px;
  left: 34%;
}

.tag-three {
  top: 114px;
  left: 36%;
}

.tag-four {
  top: 177px;
  left: 49%;
}

.tag-five {
  top: 257px;
  right: 13%;
}

.signal-counter,
.property-card,
.chart-card {
  border: 1px solid rgba(204, 217, 230, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(8px);
}

.signal-counter {
  top: 30px;
  right: 30px;
  width: 184px;
  padding: 16px;
}

.signal-counter span,
.chart-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.35;
}

.signal-counter strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 6px;
  color: var(--green);
  font-size: 2.15rem;
  line-height: 1;
}

.signal-counter small,
.signal-counter em {
  color: var(--green);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
}

.signal-counter em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
}

.signal-counter svg,
.chart-card svg {
  width: 100%;
  margin-top: 10px;
  fill: none;
}

.signal-counter polyline,
.chart-card polyline {
  stroke: var(--green);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.property-card {
  right: 52px;
  bottom: 36px;
  width: 318px;
  padding: 12px;
}

.property-image {
  position: relative;
  height: 90px;
  overflow: hidden;
  border-radius: 7px;
  background-image: url("/static/images/seo/property-preview.webp");
  background-position: center;
  background-size: cover;
}

.property-status {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 9px;
  color: var(--green);
  border-radius: 7px;
  background: #eafff3;
  font-size: 0.72rem;
  font-weight: 900;
}

.property-copy {
  padding-top: 10px;
}

.property-copy strong {
  display: block;
  font-size: 0.84rem;
  line-height: 1.35;
}

.property-copy p {
  margin: 8px 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.property-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 9px;
  border-top: 1px solid var(--line);
}

.property-metrics span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
}

.property-metrics b {
  display: block;
  margin-top: 3px;
  color: var(--green);
  font-size: 1.12rem;
}

.property-card a {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding: 8px 10px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 900;
}

.chart-card {
  left: 8%;
  bottom: 34px;
  width: 230px;
  padding: 15px;
}

.chart-card line {
  stroke: #e2eaf2;
  stroke-width: 1;
}

.chart-card polyline {
  stroke: var(--blue);
  stroke-width: 3;
}

.chart-labels {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
}

.seo-value-strip {
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 20px 0;
}

.seo-value-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  min-height: 104px;
  padding: 0 28px;
  align-items: start;
}

.seo-value-item + .seo-value-item {
  border-left: 1px solid var(--line);
}

.seo-value-item:first-child {
  padding-left: 8px;
}

.seo-value-item:last-child {
  padding-right: 8px;
}

.value-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #1263f1, #0754dc);
  box-shadow: 0 12px 26px rgba(18, 99, 241, 0.18);
}

.value-icon-2,
.value-icon-3 {
  background: linear-gradient(135deg, #10b981, #059669);
  box-shadow: 0 12px 26px rgba(5, 150, 105, 0.18);
}

.seo-page-method .value-icon {
  background: linear-gradient(135deg, #059669, #0f766e);
  box-shadow: 0 12px 26px rgba(5, 150, 105, 0.18);
}

.seo-page-method .value-icon-2 {
  background: linear-gradient(135deg, #1263f1, #0754dc);
}

.value-icon svg,
.step-icon svg,
.cta-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.seo-value-item h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.seo-value-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.seo-process {
  padding: 24px 0 30px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.seo-page-method .seo-process {
  background: linear-gradient(180deg, #ffffff 0%, #f3fbf8 100%);
}

.seo-process h2,
.seo-faq h2 {
  margin: 0 0 22px;
  color: var(--ink);
  text-align: center;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
}

.seo-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-steps li {
  position: relative;
  text-align: center;
}

.seo-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 35px;
  right: -22px;
  width: 22px;
  height: 22px;
  border-top: 2px solid #b9c8d9;
  border-right: 2px solid #b9c8d9;
  transform: rotate(45deg);
}

.step-icon {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(7, 23, 49, 0.08);
}

.seo-steps li:nth-child(n + 3) .step-icon {
  color: var(--green-strong);
}

.seo-page-method .seo-steps li:nth-child(-n + 2) .step-icon {
  color: var(--green-strong);
}

.seo-page-method .seo-steps li:nth-child(3) .step-icon {
  color: var(--blue);
}

.seo-steps strong {
  display: block;
  margin: 10px 0 5px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.35;
}

.seo-steps p {
  margin: 0 auto;
  max-width: 170px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.seo-faq {
  padding: 16px 0 14px;
  background: #ffffff;
}

.seo-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.faq-card {
  min-height: 74px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: start;
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(7, 23, 49, 0.04);
}

.faq-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  color: var(--green);
  border: 2px solid var(--green);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
}

.faq-card h3 {
  margin: 0 0 3px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.35;
}

.faq-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.42;
}

.faq-card > svg {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.seo-final-cta {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 18px 34px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #1263f1, #0754dc);
  box-shadow: 0 18px 38px rgba(18, 99, 241, 0.2);
}

.seo-page-method .seo-final-cta {
  background: linear-gradient(135deg, #059669, #0754dc);
}

.cta-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
}

.seo-final-cta h2 {
  margin: 0;
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.seo-final-cta p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
}

.seo-footer {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.65fr repeat(4, minmax(120px, 1fr));
  gap: 30px;
  padding: 14px 0 10px;
  color: var(--muted);
}

.footer-brand .seo-brand {
  font-size: 1.48rem;
}

.footer-brand .brand-mark {
  width: 38px;
  height: 38px;
}

.footer-brand p,
.footer-brand small {
  display: block;
  margin: 6px 0 0;
  font-size: 0.72rem;
}

.footer-brand small {
  margin-top: 14px;
}

.seo-footer nav,
.footer-social {
  display: grid;
  align-content: start;
  gap: 7px;
  font-size: 0.76rem;
}

.seo-footer strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.seo-footer a {
  width: fit-content;
  font-weight: 700;
}

.footer-social div {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.footer-social a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  .seo-nav {
    gap: 32px;
  }

  .seo-hero-copy {
    max-width: 45%;
  }

  .seo-hero-copy h1 {
    font-size: 2.95rem;
  }

  .property-card {
    right: 24px;
  }
}

@media (max-width: 900px) {
  .seo-topbar {
    height: auto;
  }

  .topbar-shell {
    min-height: 72px;
    grid-template-columns: 1fr auto;
    padding: 10px 0;
  }

  .seo-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
  }

  .seo-nav-cta {
    align-self: center;
  }

  .seo-hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 28px 0 0;
  }

  .hero-shell {
    order: 1;
    min-height: auto;
    display: block;
  }

  .seo-hero-copy {
    width: 100%;
    max-width: 640px;
  }

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

  .hero-map-stage {
    order: 2;
    position: relative;
    left: auto;
    min-height: 430px;
    margin-top: 26px;
  }

  .hero-map-stage::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.2) 100%);
  }

  .value-grid {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .seo-value-item,
  .seo-value-item:first-child,
  .seo-value-item:last-child {
    padding: 18px 0;
  }

  .seo-value-item + .seo-value-item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .seo-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .seo-steps li {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 0 16px;
    text-align: left;
  }

  .seo-steps li:not(:last-child)::after {
    display: none;
  }

  .step-icon {
    grid-row: span 2;
  }

  .seo-steps p {
    max-width: none;
    margin: 0;
  }

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

  .seo-final-cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .seo-final-cta .seo-button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .seo-shell {
    width: min(100% - 24px, 1140px);
  }

  .seo-brand {
    font-size: 1.15rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .seo-nav {
    width: 100%;
    gap: 8px;
  }

  .seo-nav a {
    min-height: 40px;
    padding: 8px 11px;
    color: var(--muted);
    border-radius: 8px;
    background: #f3f7fb;
  }

  .seo-nav a[aria-current="page"] {
    color: var(--blue);
    background: #eaf2ff;
  }

  .seo-nav-cta {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 0.86rem;
  }

  .seo-hero {
    padding-top: 22px;
  }

  .hero-badge,
  .investor-proof,
  .map-label,
  .price-tag,
  .chart-card {
    display: none;
  }

  .seo-hero-copy h1 {
    font-size: 2.08rem;
    line-height: 1.14;
  }

  .seo-lead {
    margin-top: 14px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .hero-checks {
    gap: 8px 14px;
    margin-top: 16px;
    font-size: 0.82rem;
  }

  .hero-checks span {
    white-space: normal;
  }

  .seo-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .seo-button {
    width: 100%;
  }

  .hero-map-stage {
    min-height: 318px;
    margin-top: 18px;
    background-position: 58% center;
  }

  .signal-counter {
    top: 12px;
    right: 12px;
    width: 142px;
    padding: 10px;
  }

  .signal-counter strong {
    font-size: 1.5rem;
  }

  .signal-counter em,
  .signal-counter svg {
    display: none;
  }

  .property-card {
    right: 12px;
    bottom: 12px;
    width: min(280px, calc(100% - 24px));
    padding: 10px;
  }

  .property-image {
    height: 68px;
  }

  .property-card a {
    display: none;
  }

  .property-copy strong {
    font-size: 0.8rem;
  }

  .property-copy p {
    margin: 6px 0;
  }

  .property-metrics {
    gap: 8px;
    padding-top: 6px;
  }

  .property-metrics b {
    font-size: 1rem;
  }

  .seo-value-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
  }

  .value-icon {
    width: 48px;
    height: 48px;
  }

  .value-icon svg {
    width: 30px;
    height: 30px;
  }

  .seo-process {
    padding: 30px 0;
  }

  .seo-steps li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0 12px;
  }

  .step-icon {
    width: 56px;
    height: 56px;
  }

  .step-icon svg {
    width: 30px;
    height: 30px;
  }

  .faq-card {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .faq-card > svg {
    display: none;
  }

  .seo-final-cta {
    gap: 14px;
    margin-bottom: 0;
    padding: 20px;
  }
}
