/* =============================================================
   SS ARENA — Legal Suite Components (shared by legal pages)
   Uses the exact design tokens from css/style.css
   ============================================================= */
body { cursor: auto; }

/* Skip link (accessibility) */
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 99999; background: var(--accent); color: #000; font-family: 'Rajdhani', sans-serif; font-weight: 700; padding: 10px 18px; border-radius: 6px; text-decoration: none; transition: top 0.3s; }
.skip-link:focus { top: 16px; }

/* Page shell */
.legal-main { width: 100%; position: relative; z-index: 2; }

/* Hero header */
.legal-hero { padding: 180px 24px 20px; text-align: center; position: relative; overflow: hidden; }
.legal-hero::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; background: radial-gradient(circle, rgba(0,240,255,0.12) 0%, transparent 60%); pointer-events: none; }
.legal-hero .eyebrow { position: relative; z-index: 1; }
.legal-hero .section-title { position: relative; z-index: 1; font-size: clamp(2rem, 6vw, 4rem); }
.legal-sub { position: relative; z-index: 1; color: #bbb; font-size: clamp(1rem, 2vw, 1.15rem); max-width: 760px; margin: 18px auto 0; text-shadow: 0 2px 10px rgba(0,0,0,0.9); }
.legal-meta { position: relative; z-index: 1; display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 26px; font-family: 'Orbitron', sans-serif; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }
.legal-meta span { background: rgba(18,18,26,0.85); border: 1px solid rgba(0,240,255,0.2); padding: 8px 16px; border-radius: 100px; box-shadow: 0 0 15px rgba(0,240,255,0.1); }

/* Content column */
.legal-container { max-width: 900px; margin: 0 auto; padding: 52px 24px 30px; }

/* Article cards */
.legal-card { position: relative; background: rgba(14,14,22,0.7); border: 1px solid rgba(0,240,255,0.18); backdrop-filter: blur(6px); border-radius: 14px; padding: 36px 40px; margin-bottom: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.5), inset 0 0 18px rgba(0,240,255,0.04); transition: transform 0.3s ease; }
.legal-card:hover { transform: translateY(-3px); }
.legal-card h2 { font-family: 'Orbitron', sans-serif; font-size: clamp(1.1rem, 2.4vw, 1.4rem); font-weight: 700; color: #fff; display: flex; align-items: center; gap: 12px; margin-bottom: 16px; text-shadow: 0 2px 10px rgba(0,0,0,0.9); }
.legal-card h2::before { content: ''; width: 4px; height: 22px; background: linear-gradient(180deg, var(--accent), var(--accent-2)); box-shadow: 0 0 12px rgba(0,240,255,0.6); border-radius: 2px; flex-shrink: 0; }
.legal-card h2 .h2-num { color: var(--accent); font-size: 0.8em; text-shadow: 0 0 12px rgba(0,240,255,0.7); }
.legal-card h3 { font-family: 'Orbitron', sans-serif; font-size: 1rem; font-weight: 700; color: var(--accent); margin: 22px 0 8px; text-shadow: 0 0 10px rgba(0,240,255,0.4); letter-spacing: 0.02em; }
.legal-card p, .legal-card li { color: #ccc; font-size: 1.02rem; line-height: 1.8; }
.legal-card p + p { margin-top: 10px; }
.legal-card ul { list-style: none; padding: 0; margin: 12px 0 6px; }
.legal-card ul li { padding-left: 22px; position: relative; margin-bottom: 8px; }
.legal-card ul li::before { content: '▸'; position: absolute; left: 0; color: var(--accent); text-shadow: 0 0 8px rgba(0,240,255,0.8); }
.legal-card strong { color: #fff; font-weight: 700; }
.legal-card a { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(0,240,255,0.4); }
.legal-card a:hover { text-shadow: 0 0 10px rgba(0,240,255,0.6); }

/* Premium notice cards (info / alerts) */
.notice-card { display: flex; gap: 18px; align-items: flex-start; background: rgba(20,18,10,0.85); border: 1px solid rgba(255,215,0,0.35); border-left: 4px solid var(--accent-2); border-radius: 12px; padding: 24px 26px; margin-bottom: 18px; backdrop-filter: blur(6px); box-shadow: 0 0 24px rgba(255,215,0,0.07), inset 0 0 14px rgba(255,215,0,0.03); }
.notice-card.cyan { background: rgba(8,14,22,0.85); border-color: rgba(0,240,255,0.35); border-left-color: var(--accent); box-shadow: 0 0 24px rgba(0,240,255,0.07), inset 0 0 14px rgba(0,240,255,0.03); }
.notice-icon { flex-shrink: 0; width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(255,215,0,0.14); color: var(--accent-2); }
.notice-card.cyan .notice-icon { background: rgba(0,240,255,0.14); color: var(--accent); }
.notice-icon svg { width: 22px; height: 22px; }
.notice-card p { color: #ddd; font-size: 1rem; line-height: 1.7; }
.notice-card strong { color: var(--accent-2); }
.notice-card.cyan strong { color: var(--accent); }
.notice-card p + p { margin-top: 6px; }

/* Top summary chips */
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; position: relative; z-index: 1; }
.chip { font-family: 'Orbitron', sans-serif; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); background: rgba(0,240,255,0.08); border: 1px solid rgba(0,240,255,0.25); padding: 8px 16px; border-radius: 100px; box-shadow: 0 0 12px rgba(0,240,255,0.12); }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form-card { grid-column: 1 / -1; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-family: 'Orbitron', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.form-row input, .form-row textarea, .form-row select { width: 100%; background: rgba(8,10,13,0.9); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 14px 16px; color: #fff; font-family: 'Rajdhani', sans-serif; font-size: 1.05rem; transition: all 0.3s ease; }
.form-row input::placeholder, .form-row textarea::placeholder { color: #666; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,240,255,0.14), 0 0 20px rgba(0,240,255,0.18); }
.form-row textarea { min-height: 150px; resize: vertical; }
.form-status { display: none; margin-top: 8px; padding: 14px 18px; border-radius: 10px; font-size: 1rem; line-height: 1.5; }
.form-status.show { display: block; }
.form-status.success { background: rgba(0,240,255,0.08); border: 1px solid var(--accent); color: #aef8ff; box-shadow: 0 0 18px rgba(0,240,255,0.15); }
.form-status.error { background: rgba(255,60,60,0.08); border: 1px solid #ff3c3c; color: #ffb3b3; box-shadow: 0 0 18px rgba(255,60,60,0.15); }
.form-note { color: var(--text-muted); font-size: 0.85rem; margin-top: 14px; line-height: 1.5; }

.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.info-card { position: relative; background: rgba(14,14,22,0.8); border: 1px solid rgba(0,240,255,0.2); border-radius: 14px; padding: 30px 28px; backdrop-filter: blur(6px); overflow: hidden; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.info-card::after { content: ''; position: absolute; bottom: -40px; right: -40px; width: 130px; height: 130px; background: radial-gradient(circle, rgba(0,240,255,0.12), transparent 65%); pointer-events: none; }
.info-card:hover { transform: translateY(-5px); border-color: rgba(0,240,255,0.55); box-shadow: 0 15px 40px rgba(0,0,0,0.6), 0 0 25px rgba(0,240,255,0.18); }
.info-card.gold { border-color: rgba(255,215,0,0.25); }
.info-card.gold::after { background: radial-gradient(circle, rgba(255,215,0,0.12), transparent 65%); }
.info-card.gold:hover { border-color: rgba(255,215,0,0.55); box-shadow: 0 15px 40px rgba(0,0,0,0.6), 0 0 25px rgba(255,215,0,0.18); }
.info-ico { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: rgba(0,240,255,0.1); color: var(--accent); margin-bottom: 16px; box-shadow: 0 0 15px rgba(0,240,255,0.15), inset 0 0 10px rgba(0,240,255,0.05); }
.info-card.gold .info-ico { background: rgba(255,215,0,0.1); color: var(--accent-2); box-shadow: 0 0 15px rgba(255,215,0,0.15), inset 0 0 10px rgba(255,215,0,0.05); }
.info-ico svg { width: 24px; height: 24px; }
.info-card h3 { font-family: 'Orbitron', sans-serif; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
.info-card .info-value { font-size: 1.25rem; font-weight: 700; color: #fff; line-height: 1.4; text-shadow: 0 2px 10px rgba(0,0,0,0.9); }
.info-card .info-value a { color: #fff; text-decoration: none; transition: color 0.3s; }
.info-card .info-value a:hover { color: var(--accent); }
.info-card p { color: var(--text-muted); font-size: 0.9rem; margin-top: 8px; line-height: 1.5; }

/* Social section (contact) */
.socials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.social-card { position: relative; display: flex; align-items: center; gap: 18px; background: rgba(14,14,22,0.8); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 22px 26px; text-decoration: none; color: #fff; transition: all 0.3s ease; overflow: hidden; }
.social-card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(120deg, rgba(0,240,255,0.08), transparent 50%); opacity: 0; transition: opacity 0.3s; }
.social-card:hover { transform: translateY(-4px); border-color: rgba(0,240,255,0.5); box-shadow: 0 12px 35px rgba(0,0,0,0.55), 0 0 20px rgba(0,240,255,0.15); }
.social-card:hover::after { opacity: 1; }
.social-card .social-ico { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: var(--accent); position: relative; z-index: 1; }
.social-card .social-ico svg { width: 22px; height: 22px; }
.social-card .social-txt { position: relative; z-index: 1; }
.social-card .social-txt strong { font-family: 'Orbitron', sans-serif; font-size: 1rem; display: block; margin-bottom: 2px; }
.social-card .social-txt span { color: var(--text-muted); font-size: 0.85rem; }

/* Location placeholder */
.map-card { position: relative; background: linear-gradient(145deg, rgba(14,14,22,0.85), rgba(8,10,13,0.9)); border: 1px solid rgba(0,240,255,0.2); border-radius: 16px; padding: 40px 32px; text-align: center; overflow: hidden; }
.map-card::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--accent) 1px, transparent 1px), linear-gradient(90deg, var(--accent) 1px, transparent 1px); background-size: 34px 34px; opacity: 0.06; animation: gridMove 2s linear infinite; }
.map-card .map-inner { position: relative; z-index: 1; }
.map-pin { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: rgba(0,240,255,0.12); border: 1px solid rgba(0,240,255,0.4); display: flex; align-items: center; justify-content: center; color: var(--accent); box-shadow: 0 0 30px rgba(0,240,255,0.25); animation: pinFloat 3s ease-in-out infinite; }
.map-pin svg { width: 28px; height: 28px; }
@keyframes pinFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.map-card h3 { font-family: 'Orbitron', sans-serif; font-size: 1.4rem; color: #fff; margin-bottom: 8px; }
.map-card p { color: #ccc; font-size: 1.05rem; max-width: 520px; margin: 0 auto; line-height: 1.7; }
.map-card .map-tag { display: inline-block; margin-top: 18px; font-family: 'Orbitron', sans-serif; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); border: 1px solid rgba(0,240,255,0.35); padding: 7px 16px; border-radius: 100px; background: rgba(0,240,255,0.08); }

/* Section anchor spacer + back link */
.back-link { text-align: center; margin-top: 40px; }
.back-link .btn-ghost { display: inline-block; font-size: 1rem; }

/* Legal footer */
.legal-footer { position: relative; z-index: 2; padding-top: 60px; background: rgba(5,5,7,0.4); backdrop-filter: blur(6px); border-top: 1px solid rgba(0,240,255,0.05); }

/* Reveal (reuses .reveal from style.css) */
.reveal { opacity: 0; transform: translateY(50px); transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 900px) {
  .contact-grid, .info-grid, .socials-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .legal-hero { padding: 150px 16px 10px; }
  .legal-container { padding: 40px 16px 20px; }
  .legal-card { padding: 26px 22px; }
  .legal-card h2 { font-size: 1.1rem; }
  .notice-card { padding: 18px 18px; flex-direction: column; gap: 10px; }
  .legal-meta { gap: 10px; }
  .map-card { padding: 30px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .legal-card, .info-card, .social-card, .map-pin { transition: none; animation: none; }
  .reveal { transform: none; transition: none; opacity: 1; }
}