/* Premium editorial template for SEO advice articles. */
body.geo-article-page {
  --article-ink: #12343b;
  --article-muted: #64777b;
  --article-line: #e1e8e4;
  --article-soft: #f5f8f6;
  --article-gold: #b88a34;
  --article-green: #0f705f;
  background: #fff;
  color: var(--article-ink);
}

.geo-article-page .seo-breadcrumb {
  width: min(1180px, calc(100% - 40px));
  min-height: 38px;
  margin: 0 auto;
  padding: 11px 0;
  color: #718185;
  font-size: 12px;
  font-weight: 600;
}

.geo-article-page .seo-breadcrumb a {
  color: #284b52;
}

.geo-article-hero {
  position: relative;
  min-height: 430px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--article-line);
  border-radius: 8px;
  background: #e9efeb;
  box-shadow: 0 22px 56px rgba(18, 52, 59, .12);
}

.geo-article-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.geo-article-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 38%, rgba(255, 255, 255, .58) 61%, rgba(10, 35, 40, .08) 100%),
    linear-gradient(0deg, rgba(10, 35, 40, .12), transparent 45%);
}

.geo-article-hero-inner {
  position: relative;
  z-index: 1;
  width: min(690px, 62%);
  padding: 48px 50px 44px;
}

.geo-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 17px;
}

.geo-article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(184, 138, 52, .26);
  border-radius: 999px;
  background: rgba(255, 250, 238, .88);
  color: #866623;
  font-size: 11px;
  font-weight: 750;
}

.geo-article-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #123e45;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 760;
  line-height: 1.06;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.geo-article-hero p {
  max-width: 640px;
  margin: 18px 0 0;
  color: #52696d;
  font-size: 17px;
  line-height: 1.68;
}

.geo-article-hero .geo-actions {
  margin-top: 24px;
}

.geo-article-hero .btn {
  min-height: 44px;
  border-radius: 8px;
}

.geo-article-layout {
  width: min(1100px, calc(100% - 40px));
  margin: 52px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 48px;
  align-items: start;
}

.geo-article-main,
.geo-article-body {
  min-width: 0;
}

.geo-article-summary {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  border-left: 4px solid var(--article-gold);
  padding: 18px 20px;
  background: #fbf8ef;
}

.geo-article-summary span,
.geo-live-listings-head > div > span,
.geo-article-contact-card > span {
  color: #8c6b27;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.geo-article-summary strong {
  color: #27484e;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.65;
}

.geo-article-market {
  margin: 22px 0 8px;
  padding: 24px;
  border: 1px solid #dce7e2;
  border-radius: 8px;
  background: #f7faf8;
}

.geo-article-market-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.geo-article-market-head span,
.geo-article-comparison-head > span,
.geo-article-editorial span {
  color: #8c6b27;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.geo-article-market-head h2,
.geo-article-comparison-head h2 {
  margin: 5px 0 0;
  color: var(--article-ink);
  font-size: 21px;
  line-height: 1.3;
}

.geo-article-market-head small {
  max-width: 260px;
  color: #76878a;
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
}

.geo-article-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.geo-article-market-grid article {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 15px;
  border: 1px solid #e1e9e5;
  border-radius: 8px;
  background: #fff;
}

.geo-article-market-grid span,
.geo-article-market-grid small {
  color: #738487;
  font-size: 11px;
  line-height: 1.4;
}

.geo-article-market-grid strong {
  overflow: hidden;
  color: #123f46;
  font-size: 18px;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.geo-article-section {
  position: relative;
  padding: 38px 0 40px;
  border-bottom: 1px solid var(--article-line);
}

.geo-article-section:last-of-type {
  border-bottom: 0;
}

.geo-article-section-number {
  display: block;
  margin-bottom: 8px;
  color: var(--article-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.geo-article-section h2 {
  max-width: 720px;
  margin: 0 0 16px;
  color: var(--article-ink);
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.2;
  letter-spacing: -.012em;
}

.geo-article-section h3 {
  color: var(--article-ink);
}

.geo-article-section > p,
.geo-article-section .geo-closing {
  margin: 0 0 16px;
  color: var(--article-muted);
  font-size: 17px;
  line-height: 1.82;
}

.geo-article-page .geo-bullets,
.geo-article-page .geo-numbered {
  gap: 11px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: article-list;
}

.geo-article-page .geo-bullets li,
.geo-article-page .geo-numbered li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border: 1px solid var(--article-line);
  border-radius: 8px;
  background: #fbfcfb;
  color: #53696d;
  font-size: 15px;
  line-height: 1.6;
}

.geo-article-page .geo-bullets li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--article-green);
  box-shadow: 0 0 0 5px rgba(15, 112, 95, .09);
}

.geo-article-page .geo-numbered li {
  counter-increment: article-list;
}

.geo-article-page .geo-numbered li::before {
  content: counter(article-list);
  position: absolute;
  left: 13px;
  top: 11px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f2ee;
  color: var(--article-green);
  font-size: 11px;
  font-weight: 800;
}

.geo-article-page .geo-quote {
  border-radius: 8px;
}

.geo-article-media {
  margin: 30px 0 0;
}

.geo-article-media-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  grid-template-rows: repeat(2, 150px);
  gap: 8px;
  overflow: hidden;
  border-radius: 8px;
}

.geo-article-media-item {
  position: relative;
  overflow: hidden;
  background: #e7eeea;
}

.geo-article-media-item.featured {
  grid-row: 1 / 3;
}

.geo-article-media-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

.geo-article-media-item:hover img {
  transform: scale(1.025);
}

.geo-article-media-item span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(10, 42, 48, .82);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
}

.geo-article-media figcaption {
  margin-top: 9px;
  color: #7a898c;
  font-size: 12px;
  line-height: 1.55;
}

.geo-expert-note {
  margin-top: 18px;
  padding: 19px 20px;
  border: 1px solid #dce9e4;
  border-radius: 8px;
  background: #eff7f4;
}

.geo-expert-note strong {
  color: var(--article-green);
}

.geo-expert-note p {
  margin: 7px 0 0;
  color: #526b68;
  line-height: 1.65;
}

.geo-article-comparison {
  margin-top: 28px;
  padding: 28px 0 4px;
  border-top: 1px solid var(--article-line);
}

.geo-article-comparison-head p {
  margin: 8px 0 0;
  color: var(--article-muted);
  line-height: 1.65;
}

.geo-article-comparison-scroll {
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid var(--article-line);
  border-radius: 8px;
  scrollbar-width: thin;
}

.geo-article-comparison table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  background: #fff;
}

.geo-article-comparison th,
.geo-article-comparison td {
  padding: 14px 15px;
  border-bottom: 1px solid #e8eeeb;
  color: #586d70;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.geo-article-comparison th {
  background: #f1f6f3;
  color: #21474d;
  font-size: 11px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.geo-article-comparison td:first-child {
  color: #153e45;
  font-weight: 750;
}

.geo-article-comparison tr:last-child td {
  border-bottom: 0;
}

.geo-article-editorial {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 34px;
  padding: 22px;
  border: 1px solid #dfe7e3;
  border-radius: 8px;
  background: #fbfcfb;
}

.geo-article-editorial > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.geo-article-editorial strong {
  color: #26494f;
  font-size: 13px;
  line-height: 1.45;
}

.geo-article-editorial p {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: #6a7c7f;
  font-size: 12px;
  line-height: 1.65;
}

.geo-article-editorial > a {
  grid-column: 1 / -1;
  width: fit-content;
  color: var(--article-green);
  font-size: 12px;
  font-weight: 750;
}

.geo-article-sidebar {
  position: sticky;
  top: 82px;
  display: grid;
  gap: 14px;
}

.geo-article-toc,
.geo-article-contact-card {
  display: grid;
  gap: 7px;
  border: 1px solid var(--article-line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(18, 52, 59, .06);
}

.geo-article-toc > span {
  margin-bottom: 5px;
  color: var(--article-ink);
  font-size: 14px;
  font-weight: 800;
}

.geo-article-toc a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 7px;
  align-items: start;
  padding: 8px 0;
  border-bottom: 1px solid #eef2ef;
  color: #536a6e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.geo-article-toc a:last-child {
  border-bottom: 0;
}

.geo-article-toc a:hover {
  color: var(--article-green);
}

.geo-article-toc b {
  color: var(--article-gold);
  font-size: 11px;
}

.geo-article-contact-card {
  gap: 10px;
  border-color: #d4e4de;
  background: #f4f9f7;
}

.geo-article-contact-card strong {
  color: #24474d;
  line-height: 1.5;
}

.geo-article-contact-card .btn {
  width: 100%;
  margin-top: 3px;
  border-radius: 8px;
}

.geo-article-contact-card small {
  color: #778689;
  line-height: 1.5;
}

.geo-live-listings,
.geo-article-page .geo-article-faq,
.geo-article-page .geo-related {
  width: min(1180px, calc(100% - 40px));
  margin: 62px auto 0;
  padding: 0;
}

.geo-live-listings-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 20px;
}

.geo-live-listings-head h2,
.geo-article-page .geo-article-faq > h2,
.geo-article-page .geo-related > h2 {
  margin: 5px 0 6px;
  color: var(--article-ink);
  font-size: clamp(25px, 2.7vw, 36px);
  line-height: 1.18;
}

.geo-live-listings-head p {
  max-width: 720px;
  margin: 0;
  color: var(--article-muted);
  line-height: 1.6;
}

.geo-live-listings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.geo-live-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--article-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 52, 59, .07);
}

.geo-live-card-image {
  position: relative;
  display: block;
  height: 210px;
  overflow: hidden;
  background: #e7eeea;
}

.geo-live-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

.geo-live-card:hover .geo-live-card-image img {
  transform: scale(1.025);
}

.geo-live-status,
.geo-live-card-image em {
  position: absolute;
  top: 10px;
  padding: 6px 9px;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.geo-live-status {
  left: 10px;
  background: #16835d;
}

.geo-live-status.hot {
  background: #cf3f39;
}

.geo-live-card-image em {
  right: 10px;
  background: rgba(10, 42, 48, .82);
}

.geo-live-card-body {
  display: grid;
  gap: 7px;
  padding: 15px;
}

.geo-live-card-body h3 {
  min-height: 45px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.geo-live-card-body h3 a {
  color: var(--article-ink);
  text-decoration: none;
}

.geo-live-card-body p {
  margin: 0;
  color: #78878a;
  font-size: 12px;
}

.geo-live-card-body > strong {
  color: #113c43;
  font-size: 18px;
}

.geo-live-card-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  padding-top: 11px;
  border-top: 1px solid #eef2ef;
  color: var(--article-green);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.geo-article-page .geo-article-faq {
  padding: 34px;
  border: 1px solid var(--article-line);
  border-radius: 8px;
  background: var(--article-soft);
}

.geo-article-page .geo-faq-list {
  gap: 8px;
}

.geo-article-page .geo-faq {
  border: 1px solid #dfe7e2;
  border-radius: 8px;
  padding: 16px 18px;
  background: #fff;
  box-shadow: none;
}

.geo-article-page .geo-faq summary {
  font-size: 15px;
}

.geo-article-page .geo-related {
  margin-bottom: 70px;
}

.geo-article-page .geo-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.geo-article-page .geo-link-grid a {
  border-radius: 8px;
}

.geo-article-page .footer-inner {
  grid-template-columns: 1.2fr 1fr 1fr;
}

@media (max-width: 980px) {
  .geo-article-hero-inner {
    width: min(720px, 76%);
  }

  .geo-article-layout {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 28px;
  }

  .geo-live-listings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geo-article-page .geo-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .geo-article-page .topline {
    display: none;
  }

  .geo-article-page .seo-breadcrumb {
    width: calc(100% - 24px);
    overflow: hidden;
    white-space: nowrap;
  }

  .geo-article-page .seo-breadcrumb span[aria-current="page"] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .geo-article-hero {
    width: calc(100% - 24px);
    min-height: 470px;
    margin-top: 0;
  }

  .geo-article-hero-image {
    object-position: 58% center;
  }

  .geo-article-hero-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .93) 57%, rgba(255, 255, 255, .62) 100%);
  }

  .geo-article-hero-inner {
    width: 100%;
    padding: 25px 20px 24px;
  }

  .geo-article-meta {
    margin-bottom: 14px;
  }

  .geo-article-meta span:nth-child(2) {
    display: none;
  }

  .geo-article-hero h1 {
    max-width: 330px;
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.08;
  }

  .geo-article-hero p {
    max-width: 330px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.58;
  }

  .geo-article-hero .geo-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 17px;
  }

  .geo-article-layout {
    width: calc(100% - 24px);
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .geo-article-summary {
    padding: 16px;
  }

  .geo-article-summary strong {
    font-size: 14px;
  }

  .geo-article-market {
    margin-top: 16px;
    padding: 16px;
  }

  .geo-article-market-head {
    display: grid;
    gap: 7px;
  }

  .geo-article-market-head h2 {
    font-size: 19px;
  }

  .geo-article-market-head small {
    max-width: none;
    text-align: left;
  }

  .geo-article-market-grid {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .geo-article-market-grid article {
    padding: 12px;
  }

  .geo-article-market-grid strong {
    font-size: 15px;
  }

  .geo-article-section {
    padding: 30px 0 32px;
  }

  .geo-article-section h2 {
    font-size: 26px;
  }

  .geo-article-section > p,
  .geo-article-section .geo-closing {
    font-size: 16px;
    line-height: 1.72;
  }

  .geo-article-page .geo-bullets li,
  .geo-article-page .geo-numbered li {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }

  .geo-article-media-grid {
    grid-template-rows: repeat(2, 112px);
  }

  .geo-article-sidebar {
    position: static;
  }

  .geo-article-toc {
    padding: 15px;
  }

  .geo-article-contact-card {
    display: none;
  }

  .geo-article-comparison {
    padding-top: 24px;
  }

  .geo-article-comparison-head h2 {
    font-size: 23px;
  }

  .geo-article-comparison-scroll {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: 0;
  }

  .geo-article-editorial {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 18px;
  }

  .geo-article-editorial p,
  .geo-article-editorial > a {
    grid-column: 1;
  }

  .geo-live-listings,
  .geo-article-page .geo-article-faq,
  .geo-article-page .geo-related {
    width: calc(100% - 24px);
    margin-top: 42px;
  }

  .geo-live-listings-head {
    align-items: stretch;
    flex-direction: column;
  }

  .geo-live-listings-head .btn {
    width: 100%;
  }

  .geo-live-listings-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 6px;
  }

  .geo-live-listings-grid::-webkit-scrollbar {
    display: none;
  }

  .geo-live-card {
    flex: 0 0 min(84vw, 315px);
    scroll-snap-align: start;
  }

  .geo-live-card-image {
    height: 190px;
  }

  .geo-article-page .geo-article-faq {
    padding: 20px 14px;
  }

  .geo-article-page .geo-link-grid {
    grid-template-columns: 1fr;
  }

  .geo-article-page .geo-related {
    margin-bottom: 46px;
  }

  .geo-article-page .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-article-page *,
  .geo-article-page *::before,
  .geo-article-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
