.ctc-seo-page {
  color: #16231f;
  font-size: 1.05rem;
  line-height: 1.72;
}

.ctc-seo-page > * {
  max-width: 780px;
}

.ctc-seo-page .snm-tasador,
.ctc-seo-page .ctc-zones,
.ctc-seo-page .ctc-comparison {
  max-width: none;
}

.ctc-seo-lead {
  color: #29483f;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.55;
  margin-bottom: 1.5rem;
}

.ctc-seo-page h2 {
  color: #102d26;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.18;
  margin: 2.5rem 0 .85rem;
}

.ctc-seo-page h3 {
  color: #173e34;
  font-size: 1.18rem;
  margin: 1.5rem 0 .35rem;
}

.ctc-steps,
.ctc-check-list {
  display: grid;
  gap: .8rem;
  padding-left: 1.35rem;
}

.ctc-info-box {
  background: #eff9f5;
  border: 1px solid #c9e8dc;
  border-left: 5px solid #17755f;
  border-radius: 10px;
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
}

.ctc-local-enrichment {
  border-top: 1px solid #dce8e3;
  margin-top: 2rem;
  padding-top: .25rem;
}

.ctc-related-links {
  background: #f7faf9;
  border: 1px solid #dce8e3;
  border-radius: 10px;
  color: #38564d;
  line-height: 1.65;
  margin: 2rem 0 1rem;
  max-width: 780px;
  padding: 1rem 1.15rem;
}

.ctc-related-links a {
  color: #12644f;
  font-weight: 700;
}

.ctc-cta-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: .45rem;
  margin: 1.5rem 0 2rem;
}

.ctc-cta {
  background: #17755f;
  border-radius: 8px;
  color: #fff !important;
  display: inline-block;
  font-weight: 750;
  padding: .85rem 1.3rem;
  text-decoration: none !important;
  transition: background-color .18s ease, transform .18s ease;
}

.ctc-cta:hover,
.ctc-cta:focus-visible {
  background: #0f5c4a;
  transform: translateY(-1px);
}

.ctc-cta-wrap span {
  color: #577068;
  font-size: .88rem;
}

.ctc-zones {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  list-style: none;
  margin: 1.2rem 0;
  padding: 0;
}

.ctc-zones li {
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(20, 62, 50, .06);
  display: flex;
  flex-direction: column;
  gap: .2rem;
  padding: .9rem 1rem;
}

.ctc-zones a,
.ctc-zone-pending {
  color: #12644f;
  font-weight: 700;
}

.ctc-zones li > span:last-child {
  color: #6b7d77;
  font-size: .82rem;
}

.ctc-comparison {
  overflow-x: auto;
}

.ctc-comparison table {
  border-collapse: collapse;
  min-width: 580px;
  width: 100%;
}

.ctc-comparison th,
.ctc-comparison td {
  border: 1px solid #d9e5e0;
  padding: .8rem;
  text-align: left;
  vertical-align: top;
}

.ctc-comparison th {
  background: #eff9f5;
  color: #173e34;
}

.ctc-seo-note {
  color: #5f706a;
  font-size: .9rem;
}

.ctc-breadcrumbs {
  align-items: center;
  color: #61736d;
  display: flex;
  flex-wrap: wrap;
  font-size: .88rem;
  gap: .45rem;
  margin-bottom: 1.25rem;
}

.ctc-breadcrumbs a {
  color: #17755f;
}

@media (max-width: 640px) {
  .ctc-seo-page {
    font-size: 1rem;
  }

  .ctc-cta {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
}
