/* SayRaye v4.0.3 — footer + listening platform alignment lock */

/* Prevent browser-default blue links on pages that use the lighter CSS bundle. */
.site-footer,
.site-footer * { box-sizing: border-box; }

.site-footer {
  display: grid !important;
  grid-template-columns: minmax(15rem, 1.2fr) repeat(2, minmax(11rem, .72fr)) !important;
  gap: clamp(2rem, 5vw, 5rem) !important;
  padding: clamp(4rem, 6vw, 6rem) var(--pad) 2rem !important;
  background: #090909 !important;
  color: #f3eee5 !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
}

.site-footer .footer-brand,
.site-footer .footer-nav,
.site-footer .footer-legal { min-width: 0; }

.site-footer .footer-nav {
  display: grid !important;
  align-content: start !important;
  gap: .5rem !important;
}

.site-footer .footer-nav > p {
  margin: 0 0 .45rem !important;
  color: #f3eee5 !important;
  font-size: .68rem !important;
  font-weight: 600 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

.site-footer a,
.site-footer a:visited,
.site-footer a:active {
  display: block !important;
  width: fit-content !important;
  margin: 0 !important;
  color: #d7bd83 !important;
  text-decoration: none !important;
  font-family: var(--font-sans) !important;
  line-height: 1.45 !important;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff3d7 !important;
  text-decoration: underline !important;
  text-decoration-color: #c9a45f !important;
  text-underline-offset: .25em !important;
}

.site-footer .footer-legal {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: .75rem 1.25rem !important;
  padding-top: 1.5rem !important;
  border-top: 1px solid rgba(255,255,255,.1) !important;
}

.site-footer .footer-legal a { display: inline-block !important; }

/* Listening cards: every platform uses the same internal grid and baseline. */
.platform-grid {
  align-items: stretch !important;
}

.platform-card {
  position: relative !important;
  min-height: 18rem !important;
  display: grid !important;
  grid-template-rows: 3.1rem 1fr auto !important;
  align-items: start !important;
  gap: 1.35rem !important;
  padding: 2rem !important;
  color: #f3eee5 !important;
}

.platform-card > img,
.platform-card > svg {
  display: block !important;
  width: 3rem !important;
  height: 3rem !important;
  object-fit: contain !important;
  filter: brightness(0) saturate(100%) invert(78%) sepia(25%) saturate(820%) hue-rotate(358deg) brightness(88%) contrast(84%) !important;
}

.platform-card > span {
  display: grid !important;
  align-content: start !important;
  gap: .7rem !important;
  min-width: 0 !important;
}

.platform-card strong {
  display: block !important;
  min-height: 2.8em !important;
  margin: 0 !important;
  color: #f3eee5 !important;
  font: clamp(1.65rem, 2vw, 2.1rem)/1.08 var(--font-display) !important;
}

.platform-card small {
  display: block !important;
  margin: 0 !important;
  color: #d7bd83 !important;
  font: 500 .78rem/1.45 var(--font-sans) !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

.platform-card > i {
  align-self: end !important;
  color: #d7bd83 !important;
  font-style: normal !important;
}

@media (max-width: 72rem) {
  .site-footer { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .platform-card { min-height: 15rem !important; }
}

@media (max-width: 44rem) {
  .site-footer { grid-template-columns: 1fr !important; }
  .platform-card { min-height: 13rem !important; }
}
