.cesa-local-seo-page {
  margin: 0 auto 48px;
  max-width: 1320px;
  width: 100%;
}

.cesa-local-seo-hero {
  align-items: stretch;
  background: linear-gradient(110deg, #ffffff, #f1fafb);
  border: 1px solid #e3ebf1;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(15, 35, 55, 0.08);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 300px;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 42px);
}

.cesa-local-seo-hero h1 {
  color: #0b1f33;
  font-size: clamp(2rem, 3.25vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.cesa-local-seo-hero p {
  color: #334155;
  font-size: 1.04rem;
  line-height: 1.6;
  margin: 16px 0 0;
  max-width: 780px;
}

.cesa-local-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.cesa-local-seo-actions .cesa-btn-primary,
.cesa-local-seo-actions .cesa-btn-secondary {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 900;
  min-height: 44px;
  padding: 12px 18px;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.cesa-local-seo-actions .cesa-btn-primary {
  box-shadow: 0 8px 18px rgba(0, 124, 146, 0.22);
}

.cesa-local-seo-actions .cesa-btn-secondary {
  background: #fff;
  border: 1px solid #bfd9e3;
  color: #007c92;
}

.cesa-local-seo-actions .cesa-btn-primary:hover,
.cesa-local-seo-actions .cesa-btn-primary:focus,
.cesa-local-seo-actions .cesa-btn-secondary:hover,
.cesa-local-seo-actions .cesa-btn-secondary:focus {
  box-shadow: 0 12px 24px rgba(15, 35, 55, 0.16);
  transform: translateY(-1px);
}

.cesa-local-seo-card,
.cesa-local-seo-main {
  background: #fff;
  border: 1px solid #e3ebf1;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(15, 35, 55, 0.08);
}

.cesa-local-seo-card {
  align-self: center;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.cesa-local-seo-card strong {
  color: #0b1f33;
  font-size: 1.35rem;
  font-weight: 900;
}

.cesa-local-seo-card span {
  color: #334155;
  font-size: 0.94rem;
}

.cesa-local-seo-card img {
  display: block;
  height: 190px;
  object-fit: cover;
  width: 100%;
}

.cesa-local-seo-card__caption {
  background: rgba(11, 31, 51, 0.78);
  bottom: 12px;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 850;
  left: 12px;
  padding: 7px 11px;
  position: absolute;
}

.cesa-local-seo-card--details {
  align-items: flex-start;
  background:
    radial-gradient(circle at 90% 0%, rgba(0, 124, 146, 0.14), transparent 34%),
    #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
}

.cesa-local-seo-card__fallback-icon {
  align-items: center;
  background: #f1fafb;
  border: 1px solid #d5e8ee;
  border-radius: 50%;
  color: #007c92;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 4px;
  width: 48px;
}

.cesa-local-seo-card__fallback-icon .material-icons {
  font-size: 26px;
  line-height: 1;
}

.cesa-local-seo-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

.cesa-local-seo-main {
  padding: 24px;
}

.cesa-local-seo-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cesa-local-seo-section + .cesa-local-seo-section {
  border-top: 1px solid #e3ebf1;
  padding-top: 24px;
}

.cesa-local-seo-main h2 {
  color: #0b1f33;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 12px;
}

.cesa-local-seo-main h3 {
  color: #0b1f33;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 8px;
}

.cesa-local-seo-main p {
  color: #334155;
  line-height: 1.6;
  margin: 0;
}

.cesa-local-seo-rich-text {
  color: #334155;
  font-size: 1rem;
  line-height: 1.7;
}

.cesa-local-seo-rich-text__section + .cesa-local-seo-rich-text__section {
  border-top: 1px solid #e3ebf1;
  margin-top: 20px;
  padding-top: 20px;
}

.cesa-local-seo-rich-text h3 {
  color: #0b1f33;
  font-size: 1.05rem;
  font-weight: 850;
  margin: 0 0 10px;
}

.cesa-local-seo-rich-text p + p,
.cesa-local-seo-rich-text p + ul,
.cesa-local-seo-rich-text ul + p {
  margin-top: 10px;
}

.cesa-local-seo-rich-text ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.cesa-local-seo-rich-text li {
  color: #334155;
  padding-left: 18px;
  position: relative;
}

.cesa-local-seo-rich-text li::before {
  background: #00889a;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 6px;
}

.cesa-local-seo-service-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cesa-local-seo-featured-services {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cesa-local-seo-featured-card {
  min-width: 0;
}

.cesa-local-seo-featured-card__link {
  background: #fff;
  border: 1px solid #e3ebf1;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(15, 35, 55, 0.08);
  color: #152238;
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cesa-local-seo-featured-card__link:hover,
.cesa-local-seo-featured-card__link:focus {
  border-color: #bfd9e3;
  box-shadow: 0 8px 24px rgba(15, 35, 55, 0.12);
  color: #152238;
  text-decoration: none;
  transform: translateY(-2px);
}

.cesa-local-seo-featured-card__media {
  background: #edf6f8;
  display: block;
  height: 176px;
  overflow: hidden;
  position: relative;
}

.cesa-local-seo-featured-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.cesa-local-seo-featured-card__link:hover .cesa-local-seo-featured-card__media img,
.cesa-local-seo-featured-card__link:focus .cesa-local-seo-featured-card__media img {
  transform: scale(1.04);
}

.cesa-local-seo-featured-card__fallback {
  align-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.9) 0 0, rgba(255, 255, 255, 0.9) 35%, transparent 36%),
    linear-gradient(135deg, #e6f6f8, #ffffff);
  color: #007c92;
  display: flex;
  height: 100%;
  justify-content: center;
}

.cesa-local-seo-featured-card__fallback .material-icons {
  font-size: 76px;
  line-height: 1;
}

.cesa-local-seo-featured-card__icon {
  align-items: center;
  background: #fff;
  border: 1px solid #dde7ee;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(15, 35, 55, 0.08);
  color: #007c92;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  margin: -23px 0 0 16px;
  position: relative;
  width: 46px;
  z-index: 2;
}

.cesa-local-seo-featured-card__icon .material-icons {
  color: currentColor;
  font-size: 23px;
  line-height: 1;
}

.cesa-local-seo-featured-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 13px 16px 18px;
}

.cesa-local-seo-featured-card__body strong {
  color: #0b1f33;
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.2;
}

.cesa-local-seo-featured-card__body span {
  color: #6b7280;
  display: -webkit-box;
  font-size: 0.88rem;
  line-height: 1.35;
  min-height: 48px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cesa-local-seo-featured-card__body em {
  align-items: center;
  color: #007c92;
  display: inline-flex;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  gap: 5px;
  margin-top: auto;
}

.cesa-local-seo-featured-card__body em .material-icons {
  font-size: 15px;
  line-height: 1;
}

.cesa-local-seo-service-card,
.cesa-local-seo-argument-list article,
.cesa-local-seo-faq details {
  background: #f7f9fb;
  border: 1px solid #e3ebf1;
  border-radius: 12px;
  padding: 16px;
}

.cesa-local-seo-service-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cesa-local-seo-service-card a {
  color: #007c92;
  font-weight: 850;
  text-decoration: none;
}

.cesa-local-seo-service-card a:hover,
.cesa-local-seo-service-card a:focus {
  text-decoration: underline;
}

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

.cesa-local-seo-argument-link {
  color: #007c92;
  display: inline-flex;
  font-weight: 850;
  margin-top: 12px;
  text-decoration: none;
}

.cesa-local-seo-argument-link:hover,
.cesa-local-seo-argument-link:focus {
  text-decoration: underline;
}

.cesa-local-seo-city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.cesa-local-seo-city-links a {
  background: #f1fafb;
  border: 1px solid #d5e8ee;
  border-radius: 999px;
  color: #0b1f33;
  font-weight: 800;
  padding: 9px 13px;
  text-decoration: none;
}

.cesa-local-seo-city-links span {
  color: #64748b;
  font-size: 0.85rem;
  font-weight: 700;
  margin-left: 4px;
}

.cesa-local-seo-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cesa-local-seo-faq summary {
  color: #0b1f33;
  cursor: pointer;
  font-weight: 900;
}

.cesa-local-seo-faq p {
  margin-top: 10px;
}

.cesa-local-seo-image {
  border-radius: 12px;
  display: block;
  height: auto;
  margin-top: 22px;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .cesa-local-seo-hero,
  .cesa-local-seo-layout {
    grid-template-columns: 1fr;
  }

  .cesa-local-seo-service-grid,
  .cesa-local-seo-argument-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199.98px) {
  .cesa-local-seo-featured-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .cesa-local-seo-featured-services {
    grid-template-columns: 1fr;
  }

  .cesa-local-seo-featured-card__media {
    height: 210px;
  }
}
