/* L2FreeBot - Exclusive Improved Classic H5 Update content section */

.exclusive-section {
  padding: 5rem 0;
  scroll-margin-top: calc(var(--top-offset) + 1rem);
  background: linear-gradient(180deg, transparent 0%, rgba(16, 19, 28, 0.5) 30%, transparent 100%);
}

.ex-banner {
  position: relative;
  margin-bottom: 3rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(61, 124, 255, 0.22);
  background: linear-gradient(160deg, #12182a 0%, #0c0e14 55%, #101520 100%);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.ex-banner-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 20% 0%, rgba(61, 124, 255, 0.12), transparent 60%),
    radial-gradient(ellipse 45% 55% at 90% 100%, rgba(201, 162, 39, 0.1), transparent 55%);
  pointer-events: none;
}

.ex-banner-inner {
  position: relative;
  padding: 2.75rem 2rem;
  text-align: center;
}

.ex-banner-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin: 0.5rem 0 1rem;
  color: var(--text);
}

.ex-lead {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  color: var(--text-muted);
  font-size: 1.02rem;
}

.ex-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.ex-pill {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(61, 124, 255, 0.35);
  background: rgba(61, 124, 255, 0.08);
  color: #9ec0ff;
}

.ex-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.ex-card {
  padding: 1.75rem;
  border-radius: var(--radius);
  background: var(--bg-panel);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s, transform 0.2s;
}

.ex-card:hover {
  border-color: rgba(201, 162, 39, 0.25);
  transform: translateY(-2px);
}

.ex-card--featured {
  border-color: rgba(61, 124, 255, 0.3);
  background: linear-gradient(160deg, rgba(61, 124, 255, 0.06), var(--bg-panel));
}

.ex-card-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.ex-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
  color: var(--gold-light);
}

.ex-card p {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.ex-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.ex-list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.1rem;
  font-size: 0.86rem;
  color: var(--text-muted);
}

.ex-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.ex-note {
  font-size: 0.8rem !important;
  font-style: italic;
  color: var(--text-muted) !important;
  opacity: 0.85;
  margin-bottom: 0 !important;
}

.ex-dregion {
  padding-top: 1rem;
}

.ex-table-wrap {
  overflow-x: auto;
  margin-bottom: 2rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-panel);
}

.ex-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.ex-table th,
.ex-table td {
  padding: 1rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ex-table th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.2);
}

.ex-table td small {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.ex-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.ex-grade {
  display: inline-block;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
}

.ex-grade--r85 { background: rgba(120, 180, 255, 0.15); color: #a8c8ff; }
.ex-grade--r90 { background: rgba(255, 204, 51, 0.12); color: #ffcc33; }
.ex-grade--r95 { background: rgba(255, 153, 51, 0.12); color: #ff9933; }
.ex-grade--r99 { background: rgba(255, 102, 102, 0.12); color: #ff6666; }

.ex-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.ex-detail {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--bg-panel-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.ex-detail--highlight {
  border-color: rgba(201, 162, 39, 0.28);
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.06), var(--bg-panel-2));
}

.ex-detail h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  margin: 0 0 0.65rem;
  color: var(--gold-light);
}

.ex-detail p {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.ex-detail p:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .ex-grid {
    grid-template-columns: 1fr;
  }

  .ex-detail-grid {
    grid-template-columns: 1fr;
  }
}
