/* Tropado SEO guides, editorial product visual system */

.seo-page {
  background: #f8faf9;
}

.seo-page .site-header {
  position: sticky;
}

.seo-page .seo-breadcrumbs {
  display: flex;
  margin: 0 0 27px;
  padding: 0;
  align-items: center;
  gap: 9px;
  color: #6f7a75;
  font-size: 12px;
  list-style: none;
}

.seo-page .seo-breadcrumbs li:not(:last-child)::after {
  margin-left: 9px;
  color: #a8b1ad;
  content: "/";
}

.seo-page .seo-breadcrumbs a:hover {
  color: var(--lp-green-dark);
}

.seo-page .seo-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  border-bottom: 1px solid #d9e0dc;
  background:
    radial-gradient(circle at 78% 18%, rgba(7, 155, 102, 0.12), transparent 27%),
    linear-gradient(135deg, #f5f7f6 0%, #e9efec 100%);
}

.seo-page .seo-hero::before {
  position: absolute;
  top: -150px;
  right: -100px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(7, 155, 102, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(7, 155, 102, 0.025), 0 0 0 160px rgba(7, 155, 102, 0.02);
  content: "";
}

.seo-page .seo-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(54px, 7vw, 96px);
}

.seo-page .seo-kicker {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 7px 10px;
  border: 1px solid #b8c5bf;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  color: #415049;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-page .seo-kicker::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-green);
  box-shadow: 0 0 0 4px rgba(7, 155, 102, 0.11);
  content: "";
}

.seo-page .seo-hero h1 {
  max-width: 690px;
  margin: 0 0 27px;
  font-size: clamp(46px, 4.6vw, 68px);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.seo-page .seo-hero h1 mark {
  display: inline-block;
}

.seo-page .seo-hero h1 mark::after {
  right: -0.02em;
  bottom: 0.02em;
  left: -0.02em;
  height: 0.13em;
  background: var(--lp-lime);
  transform: none;
}

.seo-page .seo-hero-lead {
  max-width: 650px;
  margin: 0 0 31px;
  color: var(--lp-copy);
  font-size: 18px;
  line-height: 1.62;
}

.seo-page .seo-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.seo-page .seo-microproof {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px 19px;
  color: #59655f;
  font-size: 12px;
  list-style: none;
}

.seo-page .seo-microproof li::before {
  margin-right: 7px;
  color: var(--lp-green);
  content: "✓";
  font-weight: 700;
}

/* Private-group access and account-safety proof */

.seo-page .access-proof {
  padding: 54px 0;
  border-bottom: 1px solid #2c3932;
  background: #101814;
  color: white;
}

.seo-page .access-proof-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(54px, 8vw, 112px);
}

.seo-page .access-proof-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  align-items: center;
  gap: 9px;
  color: var(--lp-lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-page .access-proof-kicker::before {
  width: 28px;
  height: 2px;
  background: var(--lp-lime);
  content: "";
}

.seo-page .access-proof h2 {
  max-width: 520px;
  margin: 0 0 22px;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.seo-page .access-proof h2 mark {
  display: inline;
  color: var(--lp-lime);
}

.seo-page .access-proof h2 mark::after {
  display: none;
}

.seo-page .access-proof-copy > p:last-child {
  max-width: 520px;
  margin: 0;
  color: #aebbb5;
  font-size: 15px;
  line-height: 1.68;
}

.seo-page .access-proof-details {
  display: grid;
  gap: 12px;
}

.seo-page .access-proof-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.seo-page .access-proof-card {
  min-height: 176px;
  padding: 25px;
  border: 1px solid #34423b;
  border-radius: 9px;
  background: #18231e;
}

.seo-page .access-proof-card > span {
  display: inline-flex;
  width: 29px;
  height: 29px;
  margin-bottom: 25px;
  border: 1px solid #4b5b53;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--lp-lime);
  font-family: "Gabarito", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.seo-page .access-proof-card h3 {
  margin: 0 0 9px;
  color: white;
  font-size: 19px;
  font-weight: 600;
}

.seo-page .access-proof-card p {
  margin: 0;
  color: #9caaa3;
  font-size: 13px;
  line-height: 1.58;
}

.seo-page .access-proof-result {
  margin: 0;
  padding: 19px 22px;
  border-radius: 8px;
  background: var(--lp-lime);
  color: #111914;
  font-size: 13px;
  line-height: 1.55;
}

.seo-page .access-proof-result strong {
  font-weight: 700;
}

.seo-page .visual-shell {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid #cbd5d0;
  border-radius: 13px;
  background: #101a15;
  box-shadow: 0 35px 80px rgba(17, 31, 24, 0.19);
}

.seo-page .visual-topbar {
  display: flex;
  height: 50px;
  padding: 0 17px;
  border-bottom: 1px solid #29352f;
  align-items: center;
  justify-content: space-between;
  color: #a5b1ab;
  font-size: 10px;
}

.seo-page .visual-topbar strong {
  color: white;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.seo-page .visual-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.seo-page .visual-live::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #49d999;
  box-shadow: 0 0 0 4px rgba(73, 217, 153, 0.12);
  content: "";
  animation: seo-pulse 1.8s ease-in-out infinite;
}

.seo-page .guide-section {
  padding: 102px 0;
}

.seo-page .guide-section-muted {
  border-top: 1px solid #dce3df;
  border-bottom: 1px solid #dce3df;
  background: #edf1ef;
}

.seo-page .guide-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(55px, 9vw, 120px);
}

.seo-page .guide-intro h2,
.seo-page .section-title h2,
.seo-page .related-head h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.01;
}

.seo-page .guide-prose {
  color: #46534d;
  font-size: 17px;
  line-height: 1.78;
}

.seo-page .guide-prose p:last-child {
  margin-bottom: 0;
}

.seo-page .guide-prose strong {
  color: #111b16;
}

.seo-page .section-title {
  display: flex;
  margin-bottom: 42px;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.seo-page .section-title p {
  max-width: 520px;
  margin: 0;
  color: #63706a;
  font-size: 15px;
  line-height: 1.65;
}

.seo-page .signal-grid,
.seo-page .related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-page .signal-card,
.seo-page .related-card {
  position: relative;
  min-height: 245px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #d4dcd8;
  border-radius: 9px;
  background: white;
}

.seo-page .signal-number {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 35px;
  border: 1px solid #b7c3bd;
  border-radius: 50%;
  place-items: center;
  color: var(--lp-green-dark);
  font-family: "Gabarito", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.seo-page .signal-card h3,
.seo-page .related-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

.seo-page .signal-card p,
.seo-page .related-card p {
  margin: 0;
  color: #65716b;
  font-size: 14px;
  line-height: 1.65;
}

.seo-page .phrase-list {
  display: flex;
  margin: 21px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.seo-page .phrase-list li {
  padding: 6px 8px;
  border-radius: 4px;
  background: #edf6f1;
  color: #2d5a46;
  font-size: 10px;
  font-weight: 600;
}

.seo-page .playbook {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d4dcd8;
  list-style: none;
}

.seo-page .playbook li {
  min-height: 265px;
  padding: 30px;
  background: #f8faf9;
}

.seo-page .playbook span {
  display: block;
  margin-bottom: 52px;
  color: var(--lp-green);
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.seo-page .playbook h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
}

.seo-page .playbook p {
  margin: 0;
  color: #68746e;
  font-size: 13px;
  line-height: 1.65;
}

.seo-page .example-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: clamp(54px, 9vw, 115px);
}

.seo-page .example-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 600;
}

.seo-page .example-copy > p {
  color: #5c6963;
  font-size: 16px;
  line-height: 1.7;
}

.seo-page .example-points {
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid #d7dfdb;
  list-style: none;
}

.seo-page .example-points li {
  display: flex;
  padding: 13px 0;
  border-bottom: 1px solid #d7dfdb;
  align-items: baseline;
  gap: 12px;
  color: #34413b;
  font-size: 13px;
}

.seo-page .example-points b {
  min-width: 90px;
  color: #0f1814;
}

.seo-page .alert-example {
  padding: 19px;
  border-radius: 12px;
  background: #17221d;
  box-shadow: 0 28px 65px rgba(16, 32, 24, 0.18);
}

.seo-page .alert-example-head {
  display: flex;
  padding: 6px 4px 17px;
  align-items: center;
  justify-content: space-between;
  color: #9da9a3;
  font-size: 10px;
}

.seo-page .alert-example-head b {
  color: #b3e91f;
  letter-spacing: 0.06em;
}

.seo-page .alert-example-card {
  padding: 27px;
  border-radius: 8px;
  background: white;
}

.seo-page .alert-example-card blockquote {
  margin: 0 0 23px;
  color: #17211c;
  font-family: "Gabarito", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42;
}

.seo-page .alert-example-card mark {
  color: var(--lp-green-dark);
  font-weight: 600;
}

.seo-page .alert-meta-row {
  display: grid;
  padding-top: 17px;
  border-top: 1px solid #e1e6e3;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.seo-page .alert-meta-row span {
  color: #77837d;
  font-size: 9px;
  text-transform: uppercase;
}

.seo-page .alert-meta-row b {
  display: block;
  margin-top: 2px;
  color: #1c2722;
  font-size: 12px;
  text-transform: none;
}

.seo-page .related-section {
  padding: 92px 0;
  background: #111b16;
  color: white;
}

.seo-page .related-head {
  display: flex;
  margin-bottom: 38px;
  align-items: end;
  justify-content: space-between;
}

.seo-page .related-head a {
  color: #b3e91f;
  font-size: 13px;
  font-weight: 600;
}

.seo-page .related-card {
  display: flex;
  min-height: 230px;
  border-color: #34413b;
  background: #18231e;
  flex-direction: column;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.seo-page .related-card:hover {
  border-color: #6b7b73;
  transform: translateY(-4px);
}

.seo-page .related-card small {
  margin-bottom: auto;
  color: #91a098;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-page .related-card h3 {
  margin: 42px 0 13px;
  color: white;
}

.seo-page .related-card p {
  color: #9daaa3;
}

.seo-page .related-arrow {
  display: block;
  margin-top: 21px;
  color: #b3e91f;
  font-weight: 700;
}

.seo-page .seo-faq {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(60px, 10vw, 130px);
}

.seo-page .seo-faq h2 {
  position: sticky;
  top: 120px;
  margin: 0;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
}

.seo-page .seo-faq-list details {
  border-top: 1px solid #ced8d3;
}

.seo-page .seo-faq-list details:last-child {
  border-bottom: 1px solid #ced8d3;
}

.seo-page .seo-faq-list summary {
  padding: 23px 42px 23px 0;
  cursor: pointer;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.seo-page .seo-faq-list summary::-webkit-details-marker {
  display: none;
}

.seo-page .seo-faq-list summary::after {
  float: right;
  margin-right: -38px;
  color: var(--lp-green);
  content: "+";
  font-size: 22px;
}

.seo-page .seo-faq-list details[open] summary::after {
  content: "−";
}

.seo-page .seo-faq-list details p {
  max-width: 720px;
  padding: 0 40px 23px 0;
  color: #607069;
  font-size: 14px;
  line-height: 1.7;
}

.seo-page .seo-cta {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: var(--lp-green);
  color: white;
}

.seo-page .seo-cta::after {
  position: absolute;
  right: -80px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 80px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.seo-page .seo-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
}

.seo-page .seo-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(39px, 4.5vw, 62px);
  font-weight: 600;
}

.seo-page .seo-cta-copy {
  display: grid;
  gap: 18px;
}

.seo-page .seo-cta-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
}

.seo-page .seo-cta .button {
  flex: 0 0 auto;
  background: #111b16;
}

.seo-page .seo-cta .button:hover {
  background: #27372f;
}

/* Visualization: monitoring flow */
.monitor-visual .monitor-flow {
  display: grid;
  min-height: 450px;
  padding: 31px;
  grid-template-columns: 1fr 40px 1fr 40px 0.9fr;
  align-items: center;
}

.monitor-visual .source-stack {
  display: grid;
  gap: 10px;
}

.monitor-visual .source-post {
  padding: 14px;
  border: 1px solid #334139;
  border-radius: 7px;
  background: #19251f;
  color: #d7e2dc;
  font-size: 10px;
  line-height: 1.45;
}

.monitor-visual .source-post span {
  display: block;
  margin-bottom: 7px;
  color: #77877e;
  font-size: 8px;
}

.monitor-visual .source-post.muted {
  opacity: 0.43;
}

.monitor-visual .flow-arrow {
  position: relative;
  height: 1px;
  background: #526259;
}

.monitor-visual .flow-arrow::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #91a097;
  border-right: 1px solid #91a097;
  content: "";
  transform: rotate(45deg);
}

.monitor-visual .ai-core {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  max-width: 190px;
  margin: auto;
  border: 1px solid #3a4d43;
  border-radius: 50%;
  place-items: center;
  background: radial-gradient(circle, #254437 0%, #15221b 63%, #111a16 64%);
  box-shadow: 0 0 0 18px rgba(73, 217, 153, 0.04), 0 0 0 38px rgba(73, 217, 153, 0.02);
  text-align: center;
}

.monitor-visual .ai-core::before {
  position: absolute;
  inset: 9px;
  border: 1px dashed #47715d;
  border-radius: 50%;
  content: "";
  animation: seo-spin 16s linear infinite;
}

.monitor-visual .ai-core strong {
  display: block;
  color: white;
  font-size: 25px;
}

.monitor-visual .ai-core span {
  display: block;
  color: #87a697;
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.monitor-visual .delivery-card {
  padding: 20px;
  border-radius: 8px;
  background: #f8faf9;
  color: #17211c;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.26);
}

.monitor-visual .delivery-card small {
  color: #07865a;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.monitor-visual .delivery-card p {
  margin: 9px 0 17px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.monitor-visual .delivery-channels {
  display: flex;
  gap: 5px;
}

.monitor-visual .delivery-channels span {
  padding: 5px 7px;
  border-radius: 3px;
  background: #e5eee9;
  color: #547064;
  font-size: 8px;
}

/* Visualization: off-market property scanner */
.property-visual .property-layout {
  display: grid;
  min-height: 450px;
  padding: 25px;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 13px;
}

.property-visual .property-filters {
  padding: 20px;
  border: 1px solid #2e3d35;
  border-radius: 8px;
  background: #16211c;
}

.property-visual .property-filters > small,
.property-visual .property-feed > small {
  display: block;
  margin-bottom: 18px;
  color: #77877e;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-visual .filter-block {
  margin-bottom: 19px;
}

.property-visual .filter-block label {
  display: block;
  margin-bottom: 7px;
  color: #91a097;
  font-size: 8px;
}

.property-visual .filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.property-visual .filter-chips span {
  padding: 6px 7px;
  border: 1px solid #3d4c44;
  border-radius: 4px;
  color: #c5d1cb;
  font-size: 8px;
}

.property-visual .filter-chips span.active {
  border-color: #44876a;
  background: #203f32;
  color: #85e4b8;
}

.property-visual .scanner-status {
  margin-top: 25px;
  padding-top: 16px;
  border-top: 1px solid #2e3d35;
  color: #7e8d85;
  font-size: 8px;
}

.property-visual .scanner-line {
  height: 3px;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 2px;
  background: #2d3a34;
}

.property-visual .scanner-line::after {
  display: block;
  width: 44%;
  height: 100%;
  border-radius: inherit;
  background: #49d999;
  content: "";
  animation: seo-scan 2.4s ease-in-out infinite alternate;
}

.property-visual .property-feed {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background: #eef3f0;
}

.property-visual .property-feed > small {
  color: #6d7a73;
}

.property-visual .property-card {
  margin-bottom: 10px;
  padding: 16px;
  border: 1px solid #d6dfda;
  border-radius: 7px;
  background: white;
}

.property-visual .property-card.match {
  border-color: #51b789;
  box-shadow: 0 12px 30px rgba(22, 63, 44, 0.1);
}

.property-visual .property-card-head {
  display: flex;
  margin-bottom: 9px;
  align-items: center;
  justify-content: space-between;
  color: #77827c;
  font-size: 8px;
}

.property-visual .match .property-card-head b {
  color: #07865a;
}

.property-visual .property-card p {
  margin: 0;
  color: #26322c;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
}

.property-visual .property-card footer {
  display: flex;
  margin-top: 12px;
  gap: 6px;
}

.property-visual .property-card footer span {
  padding: 4px 6px;
  border-radius: 3px;
  background: #edf3f0;
  color: #63726a;
  font-size: 7px;
}

.property-visual .property-card.dim {
  opacity: 0.48;
}

.property-visual .match-toast {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  display: flex;
  padding: 11px 13px;
  border-radius: 6px;
  align-items: center;
  justify-content: space-between;
  background: #0d8e5e;
  color: white;
  font-size: 9px;
  box-shadow: 0 12px 30px rgba(5, 85, 54, 0.3);
}

/* Visualization: construction opportunity board */
.construction-visual .construction-board {
  min-height: 450px;
  padding: 25px;
}

.construction-visual .board-stats {
  display: grid;
  margin-bottom: 14px;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.construction-visual .board-stats span {
  padding: 13px;
  border: 1px solid #2e3d35;
  border-radius: 6px;
  color: #87958e;
  font-size: 8px;
}

.construction-visual .board-stats b {
  display: block;
  margin-bottom: 3px;
  color: white;
  font-size: 18px;
}

.construction-visual .board-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.construction-visual .board-column {
  min-height: 330px;
  padding: 12px;
  border-radius: 7px;
  background: #18231e;
}

.construction-visual .column-head {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  justify-content: space-between;
  color: #89968f;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.construction-visual .column-head b {
  display: grid;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  place-items: center;
  background: #29362f;
  color: #b4c1ba;
  font-size: 8px;
}

.construction-visual .job-card {
  margin-bottom: 8px;
  padding: 13px;
  border: 1px solid #34433b;
  border-radius: 6px;
  background: #202d27;
}

.construction-visual .job-card.hot {
  border-color: #3f8e6b;
  background: #20392d;
}

.construction-visual .job-card small {
  display: block;
  margin-bottom: 7px;
  color: #6f8177;
  font-size: 7px;
}

.construction-visual .job-card p {
  margin: 0 0 11px;
  color: #dce5e0;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.45;
}

.construction-visual .job-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7f9087;
  font-size: 7px;
}

.construction-visual .job-card footer b {
  color: #65dea7;
}

.construction-visual .job-card.alerted {
  border-color: #b3e91f;
  background: #f7faf8;
}

.construction-visual .job-card.alerted p {
  color: #17211c;
}

.construction-visual .job-card.alerted small,
.construction-visual .job-card.alerted footer {
  color: #718079;
}

.construction-visual .job-card.alerted footer b {
  color: #07865a;
}

/* Visualization: local service radar */
.service-visual .service-radar-layout {
  display: grid;
  min-height: 450px;
  padding: 29px;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 20px;
}

.service-visual .radar-map {
  position: relative;
  width: 280px;
  aspect-ratio: 1;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  border: 1px solid #34463c;
  border-radius: 50%;
  background:
    linear-gradient(rgba(66, 87, 76, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 87, 76, 0.24) 1px, transparent 1px),
    radial-gradient(circle, #20372c 0 5%, #15241c 6% 36%, #111b16 37%);
  background-size: 28px 28px, 28px 28px, auto;
}

.service-visual .radar-map::before,
.service-visual .radar-map::after {
  position: absolute;
  border: 1px solid rgba(104, 159, 132, 0.3);
  border-radius: 50%;
  content: "";
}

.service-visual .radar-map::before {
  inset: 22%;
}

.service-visual .radar-map::after {
  inset: 40%;
}

.service-visual .radar-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: conic-gradient(from 0deg, rgba(73, 217, 153, 0.5), transparent 30deg);
  transform-origin: 0 0;
  animation: seo-radar 4s linear infinite;
}

.service-visual .radar-center {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #b3e91f;
  border-radius: 50%;
  background: #101a15;
  transform: translate(-50%, -50%);
}

.service-visual .radar-pin {
  position: absolute;
  z-index: 4;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #49d999;
  box-shadow: 0 0 0 5px rgba(73, 217, 153, 0.15);
}

.service-visual .radar-pin.one { top: 24%; left: 58%; }
.service-visual .radar-pin.two { top: 61%; left: 28%; animation: seo-pulse 1.8s 0.4s infinite; }
.service-visual .radar-pin.three { top: 72%; left: 68%; animation: seo-pulse 1.8s 0.8s infinite; }

.service-visual .dispatch-feed {
  display: grid;
  gap: 9px;
}

.service-visual .dispatch-card {
  padding: 14px;
  border: 1px solid #324139;
  border-radius: 7px;
  background: #19251f;
}

.service-visual .dispatch-card.hot {
  border-color: #4eac80;
  background: #f6faf8;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
}

.service-visual .dispatch-card small {
  display: flex;
  margin-bottom: 7px;
  justify-content: space-between;
  color: #74857c;
  font-size: 7px;
  text-transform: uppercase;
}

.service-visual .dispatch-card p {
  margin: 0;
  color: #dce5e0;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.45;
}

.service-visual .dispatch-card.hot p {
  color: #1c2922;
}

.service-visual .dispatch-card.hot small b {
  color: #07865a;
}

@keyframes seo-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.72); opacity: 0.62; }
}

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

@keyframes seo-scan {
  from { width: 18%; }
  to { width: 86%; }
}

@keyframes seo-radar {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .seo-page *,
  .seo-page *::before,
  .seo-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1050px) {
  .seo-page .seo-hero-layout {
    grid-template-columns: 1fr;
  }

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

  .seo-page .visual-shell {
    width: min(100%, 760px);
  }

  .seo-page .playbook {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-page .signal-grid,
  .seo-page .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-page .access-proof-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 760px) {
  .seo-page .seo-hero {
    padding: 46px 0 62px;
  }

  .seo-page .seo-hero-layout {
    gap: 45px;
  }

  .seo-page .seo-hero h1 {
    font-size: clamp(39px, 12vw, 55px);
  }

  .seo-page .seo-hero-actions,
  .seo-page .seo-cta-inner,
  .seo-page .section-title,
  .seo-page .related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-page .guide-section {
    padding: 76px 0;
  }

  .seo-page .access-proof {
    padding: 48px 0;
  }

  .seo-page .guide-intro,
  .seo-page .example-layout,
  .seo-page .seo-faq {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .seo-page .seo-faq h2 {
    position: static;
  }

  .seo-page .signal-grid,
  .seo-page .related-grid,
  .seo-page .playbook {
    grid-template-columns: 1fr;
  }

  .seo-page .visual-shell {
    min-height: auto;
  }

  .monitor-visual .monitor-flow {
    min-height: auto;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .monitor-visual .flow-arrow {
    width: 1px;
    height: 27px;
    margin: auto;
  }

  .monitor-visual .flow-arrow::after {
    top: auto;
    right: -3px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .monitor-visual .ai-core {
    width: 170px;
  }

  .property-visual .property-layout,
  .service-visual .service-radar-layout {
    min-height: auto;
    padding: 18px;
    grid-template-columns: 1fr;
  }

  .property-visual .property-feed {
    min-height: 350px;
  }

  .construction-visual .construction-board {
    min-height: auto;
    padding: 18px;
    overflow-x: auto;
  }

  .construction-visual .board-columns {
    min-width: 650px;
  }

  .service-visual .radar-map {
    width: 280px;
  }

  .seo-page .seo-cta {
    padding: 70px 0;
  }
}

@media (max-width: 520px) {
  .seo-page .seo-hero-actions .button,
  .seo-page .seo-hero-actions .text-link,
  .seo-page .seo-cta .button {
    width: 100%;
    justify-content: center;
  }

  .seo-page .seo-hero-actions {
    width: 100%;
    gap: 15px;
  }

  .seo-page .section-title h2,
  .seo-page .guide-intro h2,
  .seo-page .related-head h2 {
    font-size: 36px;
  }

  .seo-page .alert-meta-row {
    grid-template-columns: 1fr;
  }

  .seo-page .access-proof-cards {
    grid-template-columns: 1fr;
  }
}
