/* Flash info page — AnyRay & Partners */
.flash-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0d4a93 0%, #072d5c 58%, #0a3a74 100%);
  color: #fff;
  padding: 4.5rem 2rem 4rem;
}

.flash-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -30%;
  width: 42%;
  height: 160%;
  background: radial-gradient(circle, rgba(19, 170, 101, 0.22) 0%, transparent 68%);
  pointer-events: none;
}

.flash-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: 0 auto;
}

.flash-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(19, 170, 101, 0.18);
  border: 1px solid rgba(19, 170, 101, 0.45);
  color: #b8f5d4;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flash-hero h1 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.08;
  font-weight: 400;
  max-width: 14ch;
}

.flash-hero-lead {
  margin: 0;
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.flash-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.flash-hero-meta div {
  min-width: 120px;
}

.flash-hero-meta strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #fff;
}

.flash-hero-meta span {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.flash-body {
  background: #f2f4f6;
  padding: 3rem 0 4.5rem;
}

.flash-wrap {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.flash-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 2rem;
}

.flash-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.flash-filter {
  border: 1px solid rgba(13, 74, 147, 0.18);
  background: #fff;
  color: #0d4a93;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.flash-filter:hover,
.flash-filter:focus-visible {
  border-color: #13aa65;
  color: #006d3e;
  outline: none;
}

.flash-filter.is-active {
  background: #0d4a93;
  border-color: #0d4a93;
  color: #fff;
}

.flash-toolbar-note {
  margin: 0;
  font-size: 0.88rem;
  color: #424751;
}

.flash-featured {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  margin-bottom: 2.5rem;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(13, 74, 147, 0.12);
  box-shadow: 0 14px 36px rgba(7, 45, 92, 0.08);
}

.flash-featured-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.flash-featured-content {
  padding: 2rem 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flash-featured-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.flash-badge {
  display: inline-block;
  padding: 0.28rem 0.65rem;
  border-radius: 4px;
  background: rgba(19, 170, 101, 0.14);
  color: #006d3e;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flash-badge.is-firm {
  background: rgba(13, 74, 147, 0.1);
  color: #0d4a93;
}

.flash-badge.is-regulatory {
  background: rgba(122, 251, 173, 0.35);
  color: #00522d;
}

.flash-date {
  font-size: 0.82rem;
  color: #737782;
  font-weight: 600;
}

.flash-featured h2 {
  margin: 0 0 0.85rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1.2;
  color: #00336d;
  font-weight: 400;
}

.flash-featured p {
  margin: 0;
  color: #424751;
  line-height: 1.65;
  font-size: 0.98rem;
}

.flash-timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.flash-item {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 1.25rem;
  padding: 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(13, 74, 147, 0.1);
  border-left: 4px solid #13aa65;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(7, 45, 92, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.flash-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7, 45, 92, 0.08);
}

.flash-item.is-hidden {
  display: none;
}

.flash-item-date {
  padding-top: 0.15rem;
}

.flash-item-date strong {
  display: block;
  font-size: 1rem;
  color: #0d4a93;
  line-height: 1.2;
}

.flash-item-date span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: #737782;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.flash-item-body h3 {
  margin: 0.55rem 0 0.55rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.3;
  color: #00336d;
  font-weight: 400;
}

.flash-item-body p {
  margin: 0;
  color: #424751;
  line-height: 1.6;
  font-size: 0.94rem;
}

.flash-item-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.flash-cta {
  margin-top: 2.5rem;
  padding: 2rem;
  border-radius: 12px;
  background: #0d4a93;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.flash-cta h2 {
  margin: 0 0 0.4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.flash-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  max-width: 34rem;
  line-height: 1.55;
}

.flash-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 1.2rem;
  border-radius: 6px;
  background: #13aa65;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.flash-cta a:hover,
.flash-cta a:focus-visible {
  background: #0f9a5b;
  outline: none;
}

@media (max-width: 900px) {
  .flash-featured {
    grid-template-columns: 1fr;
  }

  .flash-item {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 700px) {
  .flash-hero {
    padding: 3.5rem 1.25rem 3rem;
  }

  .flash-wrap {
    padding: 0 1.25rem;
  }

  .flash-toolbar {
    align-items: stretch;
  }

  .flash-filters {
    width: 100%;
  }

  .flash-filter {
    flex: 1 1 auto;
    text-align: center;
  }
}
