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

.cesa-local-products {
  margin: 24px 0;
}

.cesa-local-product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cesa-local-product-card {
  background: #fff;
  border: 1px solid #e3ebf1;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(15, 35, 55, 0.08);
  color: #152238;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cesa-local-product-card:hover {
  border-color: #bfd9e3;
  box-shadow: 0 8px 24px rgba(15, 35, 55, 0.12);
  transform: translateY(-2px);
}

.cesa-local-product-card__body strong a,
.cesa-local-product-card__see-link {
  text-decoration: none;
}

.cesa-local-product-card__body strong a:hover {
  text-decoration: underline;
}

.cesa-local-product-card__media {
  align-items: center;
  background: #edf6f8;
  display: flex;
  height: 180px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.cesa-local-product-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cesa-local-product-card__fallback {
  color: #007c92;
  font-size: 56px;
}

.cesa-local-product-card__badge {
  background: #fff;
  border: 1px solid #007c92;
  border-radius: 999px;
  color: #007c92;
  font-size: 0.78rem;
  font-weight: 850;
  left: 10px;
  padding: 3px 10px;
  position: absolute;
  top: 10px;
  z-index: 2;
}

.cesa-local-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px 18px;
}

.cesa-local-product-card__body strong {
  color: #0b1f33;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.25;
  margin-bottom: 4px;
}

.cesa-local-product-card__from {
  color: #8a97a6;
  font-size: 0.78rem;
}

.cesa-local-product-card__price-row {
  align-items: baseline;
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr auto;
  margin: 2px 0 6px;
  width: 100%;
}

.cesa-local-product-card__old-price {
  color: #94a3b8;
  font-size: 0.85rem;
  grid-column: 1;
  text-decoration: line-through;
}

.cesa-local-product-card__discount-badge {
  background: #fdeceb;
  border-radius: 999px;
  color: #d64545;
  font-size: 0.76rem;
  font-weight: 850;
  grid-column: 2;
  justify-self: center;
  padding: 2px 8px;
}

.cesa-local-product-card__price {
  color: #0b1f33;
  font-size: 1.1rem;
  font-weight: 900;
  grid-column: 3;
  justify-self: end;
}

.cesa-local-product-card__tva-star {
  color: #007c92;
  font-size: 0.7rem;
  top: -0.6em;
}

.cesa-local-product-card__tva-note {
  color: #94a3b8;
  display: block;
  font-size: 0.72rem;
  line-height: 1.4;
  margin: 2px 0 4px;
}

.cesa-local-product-card__actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.cesa-local-product-card__actions form {
  margin: 0;
}

.cesa-local-product-card__see-link {
  align-items: center;
  color: #007c92;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 850;
  gap: 5px;
}

.cesa-local-product-card__see-link .material-icons {
  font-size: 16px;
}

.cesa-local-product-card__cart-btn {
  align-items: center;
  background: #007c92;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: background 150ms ease;
  width: 34px;
}

.cesa-local-product-card__cart-btn:hover {
  background: #0b1f33;
}

.cesa-local-product-card__cart-btn .material-icons {
  font-size: 18px;
}

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

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

.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: flex;
  gap: 40px;
  margin-bottom: 24px;
  padding: 44px 48px;
}

.cesa-local-seo-hero h1 {
  color: #0b1f33;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

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

.cesa-local-seo-hero__text {
  flex: 1;
  min-width: 0;
}

.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--image {
  flex: 0 0 360px;
  max-width: 360px;
  align-self: stretch;
  background: #fff;
  border: 1px solid #e3ebf1;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(15, 35, 55, 0.08);
}

.cesa-local-seo-card--image img {
  height: 100%;
  min-height: 240px;
}

.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-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-argument-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.cesa-local-seo-argument-links a {
  color: #007c92;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.cesa-local-seo-argument-links a:hover {
  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%;
}

.cesa-local-info-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0;
}

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

.cesa-local-info-card__title {
  color: #0b1f33;
  font-size: 1.15rem;
  font-weight: 900;
  margin: 0 0 18px;
}

.cesa-local-why-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cesa-local-why-list li {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}

.cesa-local-why-icon {
  align-items: center;
  background: #e6f6f8;
  border-radius: 50%;
  color: #007c92;
  display: inline-flex;
  flex: 0 0 auto;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.cesa-local-why-icon .material-icons {
  font-size: 21px;
  line-height: 1;
}

.cesa-local-why-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cesa-local-why-text strong {
  color: #0b1f33;
  font-size: 0.98rem;
  font-weight: 850;
}

.cesa-local-why-text span {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.cesa-local-mini-map {
  background: #eef4f7;
  border-radius: 12px;
  height: 220px;
  margin-bottom: 16px;
  overflow: hidden;
}

.cesa-local-mini-map .leaflet-tooltip.cesa-local-map-label {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #334155;
  font-size: 11px;
  font-weight: 700;
  padding: 0 2px;
}

.cesa-local-mini-map .leaflet-tooltip.cesa-local-map-label::before {
  display: none;
}

.cesa-local-mini-map .leaflet-tooltip.cesa-local-map-label--center {
  color: #007c92;
  font-size: 13px;
  font-weight: 900;
}

.cesa-local-map-card__text {
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 14px;
}

.cesa-local-map-card__text strong {
  color: #0b1f33;
}

.cesa-local-map-card__cta {
  align-items: center;
  color: #007c92;
  display: inline-flex;
  font-weight: 850;
  gap: 6px;
  text-decoration: none;
}

.cesa-local-map-card__cta:hover,
.cesa-local-map-card__cta:focus {
  text-decoration: underline;
}

.cesa-local-map-card__cta .material-icons {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .cesa-local-seo-hero {
    flex-direction: column;
  }

  .cesa-local-seo-card--image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .cesa-local-seo-layout {
    grid-template-columns: 1fr;
  }

  .cesa-local-info-grid {
    grid-template-columns: 1fr;
  }

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