/* ====================================
   UPGRADE PAGES STRUCTURE
   Hero + Video sections for all pages
   ==================================== */

#upgrade-3x3, #upgrade-6x3, #upgrade-6x6 {
  background: #ffffff;
  position: relative;
  z-index: 20;
}

.u-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ====================================
   HERO SECTION
   ==================================== */
.u-hero {
  background: #f8f9fa;
  padding: 60px 0 40px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.u-hero h1 {
  /* Open Sans Bold - Headlines */
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5vw, 64px);
  color: #1a1a1a;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.u-hero p {
  /* Open Sans Light - Descriptions */
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 2vw, 20px);
  color: #666;
  margin: 0;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ====================================
   VIDEO SECTION
   ==================================== */
.u-video-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.u-video-player {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.12),
    0 8px 16px rgba(0, 0, 0, 0.08);
  background: #000;
}

.u-video-player video {
  width: 100%;
  height: auto;
  display: block;
}

/* ====================================
   RESPONSIVE
   ==================================== */
@media (max-width: 900px) {
  .u-hero {
    padding: 80px 0 60px;
  }

  .u-video-section {
    padding: 60px 0;
  }
}

@media (max-width: 600px) {
  .u-wrap {
    padding: 0 20px;
  }

  .u-hero {
    padding: 60px 0 50px;
  }

  .u-video-section {
    padding: 50px 0;
  }

  .u-video-player {
    border-radius: 12px;
  }
}

body.page-template-page-3x3-upgraded-stands #tatsu-footer .tatsu-section-pad {
  pointer-events: none !important;
}
