/* ══════════════════════════════════════════
   NEW FORCE OF DANCE — style.css
   ══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --red:     #e63946;
  --red-dk:  #c1121f;
  --black:   #0d0d0d;
  --black2:  #1a1a1a;
  --black3:  #242424;
  --white:   #ffffff;
  --gray:    #aaaaaa;
  --gray2:   #555555;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; background: var(--black); color: var(--white); overflow-x: hidden; }

/* ── TOP BAR ── */
.top-bar { background: var(--black2); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 8px 0; font-size: 12px; color: var(--gray); }
.top-bar .inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.top-bar a { color: var(--gray); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color .2s; }
.top-bar a:hover { color: var(--red); }

/* ── NAV ── */
nav { background: rgba(13,13,13,0.97); position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid var(--red); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 4px; color: var(--white); text-decoration: none; }
.logo span { color: var(--red); }
.nav-links { display: flex; list-style: none; height: 64px; align-items: stretch; }
.nav-links > li { position: relative; display: flex; align-items: center; }
.nav-links > li > a { display: flex; align-items: center; gap: 4px; color: rgba(255,255,255,0.8); text-decoration: none; font-size: 12px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; padding: 0 15px; height: 100%; transition: color .2s, background .2s; white-space: nowrap; }
.nav-links > li > a:hover,
.nav-links > li.active > a { color: var(--white); background: rgba(230,57,70,0.1); }
.nav-links > li.active > a { border-bottom: 2px solid var(--red); }
.arrow { font-size: 8px; opacity: 0.5; }
.dropdown { display: none; position: absolute; top: 100%; left: 0; background: var(--black2); min-width: 210px; border-top: 2px solid var(--red); box-shadow: 0 16px 40px rgba(0,0,0,0.6); }
.nav-links > li:hover .dropdown { display: block; }
.dropdown a { display: block; color: rgba(255,255,255,0.7); text-decoration: none; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 13px 20px; border-bottom: 1px solid rgba(255,255,255,0.05); transition: color .15s, background .15s, padding-left .15s; font-weight: 500; }
.dropdown a:hover { color: var(--white); background: rgba(230,57,70,0.12); padding-left: 26px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); }

/* ── PAGE HERO BANNER (subpages) ── */
.page-hero { background: var(--black2); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 60px 24px; text-align: center; }
.page-hero .ph-label { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--red); font-weight: 600; margin-bottom: 10px; }
.page-hero .ph-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px,7vw,72px); color: var(--white); line-height: 1; }
.page-hero .ph-title span { color: var(--red); }

/* ── SECTION BASICS ── */
.section { padding: 80px 24px; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--red); font-weight: 600; margin-bottom: 12px; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(30px,5vw,50px); color: var(--white); margin-bottom: 44px; line-height: 1.1; }
.section-title span { color: var(--red); }

/* ── BUTTONS ── */
.btn-red { display: inline-block; background: var(--red); color: var(--white); font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; padding: 14px 36px; text-decoration: none; border: none; cursor: pointer; transition: background .2s, transform .15s; font-family: 'Poppins', sans-serif; }
.btn-red:hover { background: var(--red-dk); transform: translateY(-2px); }
.btn-outline { display: inline-block; background: transparent; color: var(--white); font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; padding: 13px 34px; border: 1.5px solid rgba(255,255,255,0.4); text-decoration: none; transition: border-color .2s, background .2s; margin-left: 12px; }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.07); }

/* ── IMAGE PLACEHOLDER ── */
.img-placeholder { background: var(--black3); border: 1.5px dashed rgba(255,255,255,0.12); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.img-placeholder .ip-icon { font-size: 32px; opacity: .25; }
.img-placeholder .ip-text { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray2); }
.img-placeholder .ip-size { font-size: 10px; color: var(--gray2); opacity: .6; }

/* ── STATS BAR ── */
.stats-bar { background: var(--red); padding: 48px 24px; }
.stats-bar .inner { max-width: 1200px; margin: 0 auto; display: flex; gap: 48px; flex-wrap: wrap; justify-content: center; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: #fff; line-height: 1; }
.stat-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-top: 4px; }

/* ── CARD ── */
.card { background: var(--black2); border: 1px solid rgba(255,255,255,0.06); transition: border-color .2s, transform .2s; }
.card:hover { border-color: rgba(230,57,70,0.4); transform: translateY(-4px); }

/* ── SOCIAL ICONS ── */
.social-row { display: flex; gap: 10px; margin-top: 20px; }
.social-btn { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; font-size: 15px; color: var(--gray); text-decoration: none; transition: border-color .2s, color .2s, background .2s; }
.social-btn:hover { border-color: var(--red); color: var(--white); background: var(--red); }

/* ── FOOTER ── */
.footer-top { background: var(--black2); border-top: 1px solid rgba(255,255,255,0.06); padding: 60px 24px 40px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 4px; color: var(--white); margin-bottom: 14px; }
.footer-logo span { color: var(--red); }
.footer-desc { font-size: 13px; color: var(--gray2); line-height: 1.7; font-weight: 300; }
.footer-h { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--white); font-weight: 600; margin-bottom: 20px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: var(--gray2); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--red); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 12px; color: var(--gray2); }
.footer-contact-item .fi { color: var(--red); font-size: 14px; flex-shrink: 0; }
.newsletter-form { display: flex; margin-top: 16px; }
.newsletter-form input { flex: 1; background: var(--black3); border: 1px solid rgba(255,255,255,0.1); border-right: none; color: var(--white); padding: 10px 14px; font-size: 12px; font-family: 'Poppins', sans-serif; outline: none; }
.newsletter-form input::placeholder { color: var(--gray2); }
.newsletter-form button { background: var(--red); color: var(--white); border: none; padding: 10px 16px; font-size: 12px; cursor: pointer; font-family: 'Poppins', sans-serif; }
.newsletter-form button:hover { background: var(--red-dk); }
.footer-bottom { background: var(--black); border-top: 1px solid rgba(255,255,255,0.05); text-align: center; padding: 18px 24px; font-size: 12px; color: var(--gray2); }
.footer-bottom a { color: var(--red); text-decoration: none; }

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; background: var(--black2); height: auto; padding: 20px 0; border-top: 2px solid var(--red); z-index: 999; }
  .nav-links.open > li { height: auto; }
  .nav-links.open > li > a { padding: 12px 24px; }
  .dropdown { position: static; box-shadow: none; border-top: none; background: var(--black3); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 20px; }
}
