/*
 * Author: Yogabrata Mukhopadhyay
 * Organization: ManjuLab
 * Copyright (c) 2026 ManjuLab. All rights reserved.
 */
/* Whitepapers index — cosmic circle theme (matches Services) */

.wp-index-intro h1 {
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
}

.wp-index-accent {
  background: linear-gradient(120deg, #67e8f9 0%, #a78bfa 50%, #fbbf24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wp-index-grid {
  justify-content: center;
}

.wp-index-portal {
  width: min(220px, 42vw);
  height: min(220px, 42vw);
  text-decoration: none;
}

.wp-index-badge {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #67e8f9;
  background: rgba(103, 232, 249, 0.12);
  border: 1px solid rgba(103, 232, 249, 0.28);
  padding: 0.28rem 0.55rem;
  border-radius: 50px;
}

.wp-index-note {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 2rem;
  padding: 0 16px 24px;
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.65;
}

.wp-index-note .saas-btn {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .wp-index-portal {
    width: min(168px, 44vw);
    height: min(168px, 44vw);
  }
}
