.legal-prose h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0b1e3f;
}
.legal-prose h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b1e3f;
}
.legal-prose p,
.legal-prose li {
  color: #475569;
  line-height: 1.7;
}
.legal-prose ul {
  margin: 0.75rem 0 1rem 1.25rem;
  list-style: disc;
}
.legal-prose a {
  color: #ff6b00;
  font-weight: 600;
}
.legal-prose a:hover {
  text-decoration: underline;
}

/* Publisher — THE WIND SOFTWARE (contact page) */
@keyframes publisher-glow-drift {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.45; }
  50% { transform: translate(10px, -14px) scale(1.06); opacity: 0.7; }
}
@keyframes publisher-ring-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes publisher-ring-spin-reverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}
@keyframes publisher-badge-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes publisher-sparkle-pop {
  0%, 100% { opacity: 0.25; transform: scale(0.65); }
  50% { opacity: 1; transform: scale(1); }
}
@keyframes publisher-enter {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes publisher-shine {
  0% { background-position: -120% center; }
  100% { background-position: 220% center; }
}
@keyframes publisher-shimmer-bar {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.publisher-highlight {
  position: relative;
  overflow: hidden;
  margin-top: 2.5rem;
  padding: 2.5rem 1.25rem;
  border-radius: 1.5rem;
  background: linear-gradient(155deg, #0a1628 0%, #0b1e3f 48%, #0f1e36 100%);
  border: 1px solid rgba(255, 107, 0, 0.22);
  box-shadow: 0 20px 50px rgba(11, 30, 63, 0.18);
}
.publisher-highlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 48px,
    rgba(255, 107, 0, 0.035) 48px,
    rgba(255, 107, 0, 0.035) 49px
  );
  pointer-events: none;
}
.publisher-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(52px);
  pointer-events: none;
  animation: publisher-glow-drift 7s ease-in-out infinite;
}
.publisher-glow--orange {
  width: 200px;
  height: 200px;
  background: rgba(255, 107, 0, 0.2);
  top: -60px;
  left: 8%;
}
.publisher-glow--blue {
  width: 180px;
  height: 180px;
  background: rgba(37, 99, 235, 0.16);
  bottom: -40px;
  right: 6%;
  animation-delay: 1.2s;
}
.publisher-watermark {
  position: absolute;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.publisher-watermark--left { top: 12%; left: 4%; }
.publisher-watermark--right { bottom: 10%; right: 5%; }

.publisher-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 640px) {
  .publisher-card {
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
.publisher-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.publisher-card.is-visible .publisher-enter-1 { animation: publisher-enter 0.65s ease-out 0.05s both; }
.publisher-card.is-visible .publisher-enter-2 { animation: publisher-enter 0.65s ease-out 0.14s both; }
.publisher-card.is-visible .publisher-enter-3 { animation: publisher-enter 0.65s ease-out 0.23s both; }
.publisher-card.is-visible .publisher-enter-4 { animation: publisher-enter 0.65s ease-out 0.32s both; }
.publisher-card.is-visible .publisher-enter-5 { animation: publisher-enter 0.65s ease-out 0.41s both; }

.publisher-enter-1,
.publisher-enter-2,
.publisher-enter-3,
.publisher-enter-4,
.publisher-enter-5 {
  opacity: 0;
}

.publisher-visual {
  position: relative;
  width: 6.5rem;
  height: 6.5rem;
  margin: 0 auto;
  flex-shrink: 0;
}
.publisher-orbit {
  position: absolute;
  inset: -10px;
  border: 1.5px dashed rgba(255, 107, 0, 0.35);
  border-radius: 50%;
  animation: publisher-ring-spin 13s linear infinite;
}
.publisher-orbit--inner {
  inset: -3px;
  border-color: rgba(37, 99, 235, 0.28);
  animation: publisher-ring-spin-reverse 9s linear infinite;
}
.publisher-orbit-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6b00;
  top: -3px;
  left: 50%;
  margin-left: -3.5px;
  box-shadow: 0 0 8px rgba(255, 107, 0, 0.55);
}
.publisher-orbit-dot--blue {
  background: #2563eb;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.5);
  bottom: -3px;
  top: auto;
}
.publisher-badge {
  position: absolute;
  inset: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.14);
  animation: publisher-badge-float 3.2s ease-in-out infinite;
}
.publisher-badge-icon {
  color: #ff6b00;
}
.publisher-sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
.publisher-sparkle--1 { top: 6%; right: 16%; animation: publisher-sparkle-pop 2s ease-in-out infinite; }
.publisher-sparkle--2 { bottom: 10%; left: 8%; animation: publisher-sparkle-pop 2.3s ease-in-out 0.4s infinite; }
.publisher-sparkle--3 { top: 42%; right: -2%; animation: publisher-sparkle-pop 1.9s ease-in-out 0.8s infinite; }

.publisher-copy {
  text-align: center;
  min-width: 0;
}
@media (min-width: 640px) {
  .publisher-copy { text-align: left; }
}
.publisher-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff6b00;
  background: rgba(255, 107, 0, 0.12);
  border: 1px solid rgba(255, 107, 0, 0.28);
}
.publisher-eyebrow {
  margin-top: 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}
.publisher-title {
  margin-top: 0.35rem;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 640px) {
  .publisher-title { font-size: 1.65rem; }
}
.publisher-title-accent {
  display: block;
  margin-top: 0.15rem;
  background: linear-gradient(90deg, #fff 0%, #ffb347 45%, #ff6b00 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: publisher-shine 4s linear infinite;
}
.publisher-tagline {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
  max-width: 28rem;
}
.publisher-actions {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}
@media (min-width: 640px) {
  .publisher-actions { justify-content: flex-start; }
}
.publisher-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.15rem;
  border-radius: 0.85rem;
  font-size: 0.875rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #ff6b00, #e85d00);
  box-shadow: 0 10px 28px rgba(255, 107, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.publisher-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(255, 107, 0, 0.42);
}
.publisher-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.publisher-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 1.5rem 1.5rem 0 0;
  background: linear-gradient(90deg, #2563eb, #ff6b00, #2563eb);
  background-size: 200% 100%;
  animation: publisher-shimmer-bar 3.5s linear infinite;
}

.contact-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
