﻿/* EPIC-053 public content blocks */
.ecs-block { margin: 1.5rem 0; }
.ecs-block--hero {
  padding: 3rem 1.25rem;
  background: #0f172a center/cover no-repeat;
  color: #fff;
  border-radius: 12px;
}
.ecs-block__inner { max-width: 48rem; margin: 0 auto; }
.ecs-btn {
  display: inline-block;
  padding: 0.65rem 1.1rem;
  background: #0b5cab;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
.ecs-block--text-image { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; align-items: center; }
.ecs-block--text-image.ecs-side-left .ecs-block__media { order: -1; }
.ecs-block__media img, .ecs-block--gallery img, .ecs-block--logos img { max-width: 100%; height: auto; border-radius: 8px; }
.ecs-block__grid { display: grid; gap: 0.75rem; }
.ecs-cols-2 .ecs-block__grid { grid-template-columns: repeat(2, 1fr); }
.ecs-cols-3 .ecs-block__grid { grid-template-columns: repeat(3, 1fr); }
.ecs-cols-4 .ecs-block__grid { grid-template-columns: repeat(4, 1fr); }
.ecs-block--cta { padding: 1.5rem; background: #f1f5f9; border-radius: 12px; text-align: center; }
.ecs-block__cards, .ecs-block__stats { display: grid; gap: 0.75rem; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); }
.ecs-card-lite { border: 1px solid #e2e8f0; border-radius: 10px; padding: 0.85rem; }
.ecs-stat { text-align: center; }
.ecs-stat strong { display: block; font-size: 1.5rem; }
.ecs-block__map iframe, .ecs-block__video iframe { width: 100%; min-height: 16rem; border: 0; border-radius: 10px; }
.ecs-faq { border-bottom: 1px solid #e2e8f0; padding: 0.5rem 0; }
.ecs-align-center { text-align: center; }
.ecs-align-right { text-align: right; }
@media (max-width: 720px) {
  .ecs-block--text-image, .ecs-cols-2 .ecs-block__grid, .ecs-cols-3 .ecs-block__grid, .ecs-cols-4 .ecs-block__grid {
    grid-template-columns: 1fr;
  }
}
.gm-nav__shop-utils { display: inline-flex; flex-wrap: wrap; gap: 0.45rem; align-items: center; margin-left: 0.75rem; }
.gm-nav__util { font-size: 0.875rem; text-decoration: none; opacity: 0.9; }
.gm-nav__util:hover { opacity: 1; text-decoration: underline; }
