/* =====================
   HERO SECTION
===================== */
.hero-heading-center{
    position: relative;
    padding: 80px 30px;
    background-color: #f5f7fa;
    background-image: url(../images/cosmic-background.png);
    background-position: 50% 6%;
    background-size: cover;
}

.container {
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.container-large {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.centered-heading {
    margin-bottom: 16px;
    text-align: center;
}

.centered-heading.margin-bottom-32px {
    margin-bottom: 32px;
    color: #f0f0f0;
}

.hero-wrapper {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.hero-split {
    display: flex;
    max-width: 46%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.hero-split p {
    margin-bottom: 10px;
    color: #f0f0f0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    text-shadow: 4px 0 6px #000;
}

.button-primary {
    padding: 12px 25px;
    background-color: #1a1b1f;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.primary-hero-button {
    margin-right: 20px;
    margin-left: 0px;
    padding: 12px 30px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.secondary-hero-button {
    padding: 12px 30px;
    border: 0px solid #000;
    background-color: hsla(0, 0%, 100%, 0.2);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
  
.shadow-two {
    box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

  /* =====================
   COMBINE SECTION
===================== */
  
.combine-section_banner1 {
    background-color: #6157f8;
    background-image: linear-gradient(90deg, #ffa113, #1aff4c 16%, #1149ff 32%, #3328ff 74%, #12007a);
}

.combine-container-large {
    width: 100%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}
.combine-section_banner1 .combine-banner1_component {
    position: relative;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: center;
    align-items: center;
}

.combine-banner1_text {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 1.0875rem;
    line-height: 1.5;
    font-weight: 600;
}

.section {
    position: relative;
    padding: 80px 10px;
    background-color: #fff;
    text-align: center;
}

.section.accent {
    background-color: #192024;
}

/* =====================
   PAGE SECTIONS
===================== */
.hero {
    min-height: calc(100vh - 80px);
    background-image:
      radial-gradient(
        circle at 20% 30%,
        rgba(80, 160, 255, 0.35),
        transparent 40%
      ),
      radial-gradient(
        circle at 80% 70%,
        rgba(0, 140, 255, 0.35),
        transparent 45%
      ),
      url("../images/cosmic-background.png");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 11, 24, 0.6) 0%,
                rgba(0, 0, 0, 0.45) 60%,
                rgba(2, 10, 29, 0.8) 80%, 
                rgba(1, 1, 8, 0.95) 100%);
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 32px;
}

.hero-columns {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
    align-items: flex-start;
}

.hero-visual img {
    width: 100%;
    max-width: 620px;
}
  
/* =====================
    HERO TEXT
===================== */
.hero-content p {
    max-width: 520px;
    margin-bottom: 36px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
}

.wp-singular .section {
    text-align: left;
}
.setup-content h3 {
    color: white;
}
.section.accent .setup-content a {
    color: #256eff;
}
.section.accent .setup-content a:hover {
    color: #1a4d9b;
}
.about-content p {
    color:white;
    font-size: 16px;
}

/* =====================
   VIDEO SETUP
===================== */
.video-setup-selection{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.video-setup-box{
    background-color: #252d32;
    padding: 20px;
    border-radius: 10px;
    transition: transform .2s ease, all .2s ease;
    text-align: center;
}
.video-setup-box:hover{
    background-color: #1a4d9b;
}
.video-setup-link{
    display: block;
    text-decoration: none;
    color: #fff;
}
.video-setup-link img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.video-setup-box h2{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.video-popups {
    position: absolute;
    z-index: 1200;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
.video-popups .video-popup-container{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    width: 100%;
    margin-top: 20px;
    background: #242d32;
    padding: 20px;
    top: 20px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #2a2a2a;
}
.video-popups .video-popup-container .videoTitle {
    color: white;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}
.video-popups .video-popup-container .videoContent {
    background-color: #192024;
    padding: 10px 20px;
}