.fvr-eco {
  display: block;
  margin: 30px 0 10px;
  padding: 22px 0 6px;
  border-top: 1px solid #e3eaf4;
  max-width: 100%;
  overflow: hidden;
}
.fvr-eco-title {
  margin: 0 0 6px;
  color: #0b1f4d;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.fvr-eco-lead {
  margin: 0 0 16px;
  color: #5b6b82;
  font-size: .95rem;
  line-height: 1.45;
}
.fvr-eco-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.fvr-eco-wide .fvr-eco-grid { grid-template-columns: 1fr; }
.fvr-eco-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  min-width: 0;
  min-height: 148px;
  padding: 16px;
  border: 1px solid #d7e0ee;
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 7px rgba(16,36,79,.06);
  overflow: hidden;
}
.fvr-eco-card-image {
  display: block;
  min-height: 0;
  padding: 0;
  background: #fff;
}
.fvr-eco-card:hover,
.fvr-eco-card:focus-visible {
  border-color: #1565d8;
  box-shadow: 0 12px 28px rgba(16,36,79,.14);
  transform: translateY(-2px);
  outline: none;
}
.fvr-eco-card:focus-visible {
  outline: 3px solid #b2ddff;
  outline-offset: 2px;
}
.fvr-eco-media {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.fvr-eco-card-image .fvr-eco-media { height: auto; aspect-ratio: 4 / 3; }
.fvr-eco-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: #fff;
}
.fvr-eco-wide .fvr-eco-media { aspect-ratio: auto; }
.fvr-eco-wide .fvr-eco-img {
  min-height: 0;
  max-height: 220px;
  object-fit: contain;
}
.fvr-eco-copy { display: grid; gap: 6px; align-content: start; }
.fvr-eco-copy strong { color:#0b1f4d; font-size:1rem; line-height:1.3; overflow-wrap:anywhere; }
.fvr-eco-copy span { color:#5b6b82; font-size:.9rem; line-height:1.45; overflow-wrap:anywhere; }
.fvr-eco-mark {
  display:inline-flex; align-items:center; justify-content:center; min-height:40px; padding:0 14px;
  border-radius:10px; background:#0b1f4d; color:#fff; font-size:.82rem; font-weight:800; letter-spacing:.06em; justify-self:start;
}
.fvr-eco-cta {
  justify-self:start; display:inline-flex; align-items:center; min-height:36px; padding:0 12px; border-radius:10px;
  background:#eef4ff; color:#0f4fb0; font-size:.86rem; font-weight:800;
}
.fvr-eco-card:hover .fvr-eco-cta,.fvr-eco-card:focus-visible .fvr-eco-cta { background:#1565d8; color:#fff; }
.fvr-eco-compact { margin-top:16px; padding-top:12px; }
.fvr-eco-compact .fvr-eco-card-image { min-height:0; }
.fvr-eco-compact .fvr-eco-img { min-height:120px; max-height:220px; }
.home-section .fvr-eco { margin:0 0 28px; padding:8px 0 20px; border-top:0; }
.complete-dialog .fvr-eco { margin:14px 0 0; padding-top:12px; }
.complete-dialog .fvr-eco-grid { grid-template-columns:1fr; }
.complete-dialog .fvr-eco-img { min-height:0; max-height:100px; }
.site-footer .fvr-eco { border-top-color:rgba(255,255,255,.16); }
.site-footer .fvr-eco-title,.site-footer .fvr-eco-lead { color:#fff; }
.site-footer .fvr-eco-lead { color:rgba(255,255,255,.82); }
.fvr-sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
@media (max-width: 980px) {
  .fvr-eco-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .fvr-eco-grid .fvr-eco-card:last-child { grid-column:1 / -1; }
}
@media (max-width: 820px) {
  .fvr-eco-grid { grid-template-columns:1fr; }
  .fvr-eco-grid .fvr-eco-card:last-child { grid-column:auto; }
  .fvr-eco-img { min-height:0; max-height:260px; }
}
