/* ==========================================================================
   VTS AI Coming Soon Page Styles
   ========================================================================== */

/* ==========================================================================
   Base Styles
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

.vts-new-update.body-redesign .header.header_sticky {
    background: #1b1b1b57 !important;
    backdrop-filter: blur(8px);
}

.vts-new-update.body-redesign .header.header_sticky .header-navigation__link {
    color: #fff !important;
}

.vts-new-update.body-redesign .header .header-navigation__link:after {
    background-image: url(/wp-content/themes/vts/assets/css/../images/icons/menu-arrow-indigo-white.svg) !important;
}

.vts-new-update.body-redesign .header.header_sticky .header__external .header-navigation__link_button {
    background: #fff !important;
    color: #140532 !important;
}

.vts-new-update.body-redesign .header .header-logo .hover,
.vts-new-update.body-redesign .header.header_sticky .header-logo .no-hover {
    display: block !important;
}

.vts-new-update.body-redesign .header .header-logo .hover,
.vts-new-update.body-redesign .header.header_sticky .header-logo .hover {
    display: none !important;
}

.header_sticky .header_nav_vts_ai a path {
    fill: #fff !important;
}

.vts-new-update.body-redesign.page-template-vts-ai-comingsoon .header.header_sticky .header__mobile .header-button__line {
    background-color: white !important;
}

/* ==========================================================================
   Hero Section Styles
   ========================================================================== */

.body-redesign .section-hero_home--page {
    background: #1a1a1a;
}

.section-main-hero {
    z-index: 3;
}

.section-main-hero .section__inner {
    height: 100%;
    overflow: hidden;
}

.section-main-hero .section-hero__intro_page {
    width: 60%;
    margin: auto;
    text-align: center;
}

.vts-new-update .section-hero__intro_page .intro h1.intro__heading {
    margin-bottom: 1rem;
}

.section-hero__inner .section-hero__intro_page {
    padding-bottom: 4.5rem !important;
}

.section-hero__intro h1.intro__heading {
    color: #fff !important;
    text-align: center !important;
    font-size: 78px !important;
    line-height: 1em !important;
    letter-spacing: -1.07px;
}

.section-hero__intro h2.intro__subheading {
    margin-bottom: 0;
    color: white;
    line-height: 1.2em;
    font-size: 25px;
    font-weight: 400;
}

.section-hero__intro .intro {
    padding-top: 50px;
}

.body-redesign .section-main-hero .section-hero .intro__control {
    padding-top: 0;
    text-align: center !important;
}

.vts_ai_ty .intro__control {
    display: none;
}

/* Removed CTA button styles (no longer used) */

/* ==========================================================================
   Video Styles
   ========================================================================== */

.body-redesign .section-main-hero .section-hero_home--page .section-banner__video,
.section-banner__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 120% !important;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    opacity: 1;
}

.section-main-hero .section-banner__video {
    bottom: 0;
    top: auto !important;
}

.section-lower .section-banner__video {
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100% !important;
    top: 0;
}

.section-banner__video.hero-video {
    height: 100% !important;
}

.body-redesign .section-lower_home--page .section-lower__video {
    height: 120% !important;
}

.hero-video.bgvideo {
    width: 100%;
}

.hero-video-div {
    display: block;
    position: relative;
    z-index: 9999999;
}

.hero-video-div .wistia_embed {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100% !important;
    z-index: 0;
    object-fit: contain;
}

.hero-video-div .wistia_embed.playing {
    z-index: 2;
}

.click-to-play-video {
    z-index: 1;
}

.video-wrap.wistia-video-div {
    display: flex;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0) scale(.85);
    transition: transform .05s linear;
}

.video-wrap.wistia-video-div.scrolled-down {
    transform: translate3d(0, 0, 0) scale(1);
}

.video-wrap.wistia-video-div img {
    border-radius: 20px;
    overflow: hidden;
}

.custom-wistia-play-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    object-fit: cover;
}

/* Wistia Popover Styles */
.wistia_popover_embed {
    position: fixed !important;
    top: 80px !important;
}

body:has(#wistia_38_start_focus) {
    overflow: hidden;
}

.wistia_popover_overlay {
    background-color: rgb(0 0 0 / 80%);
}

.wistia_placebo_close_button {
    color: #fff !important;
    opacity: 1 !important;
}

/* ==========================================================================
   Form Styles
   ========================================================================== */

.cta_form {
    width: 40%;
    margin: auto;
    padding: 40px;
    background: #1b1b1b66;
    border-radius: 30px;
}

.cta_form_heading {
    margin: 0 0 30px 0;
    color: white;
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
}

.form_inner_txt {
    margin: 10px auto !important;
    color: #fff !important;
    font-family: proximanova !important;
    font-size: 17px;
    line-height: 1.3em;
    opacity: 0.5 !important;
}

.form_inner_txt a {
    padding: 0 !important;
    color: white !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* Marketo Form Styles */
.mktoForm .mktoFormRow input {
    background: #1b1b1b9e !important;
    color: white !important;
    font-family: proximanova !important;
    border: 0px !important;
    border-radius: 30px !important;
    padding: 10px !important;
}

.mktoForm .mktoFormRow input[type=text],
.mktoForm .mktoFormRow input[type=email] {
    padding: 15px 25px !important;
}

.mktoForm .mktoFormRow:first-of-type .mktoFieldWrap input {
    margin-top: 0 !important;
}

.mktoForm input::placeholder {
    color: #ffffffa8 !important;
}

.mktoForm input::-ms-input-placeholder {
    color: #ffffffa8 !important;
}

.mktoForm label {
    color: white !important;
    display: none !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 1em !important;
    background: white !important;
    color: black !important;
    font-family: proximanova !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    border-radius: 40px !important;
}

/* Countdown layout */
.countdown-div .cd-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0 40px 0;
}

.countdown-div .cd-item {
    position: relative;
    padding: 0 20px;
    text-align: center;
    color: #fff;
}

.countdown-div .cd-item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -15px; /* half of the 20px gap (10) + 20px left padding */
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.countdown-div .cd-item span {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.countdown-div .cd-item small {
    display: block;
    opacity: .7;
}

.mktoTemplateBox,
.successmsg {
    color: white !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
}

/* ==========================================================================
   Lower Section Styles
   ========================================================================== */

.section-lower {
    margin-top: -2px;
    padding: 120px 0;
    background: #1a1a1a;
}

.vts_ai_ty .section-lower {
    padding: 60px 0;
}

.section__inner_lower .container {
    position: relative;
}

.section__inner_lower .intro__heading {
    padding: 0;
    color: inherit;
    font-size: 45px;
    line-height: 1.1em;
    text-align: center;
    color: white
}

.section__inner_lower .lower-video {
    width: 100%;
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

.vts-new-update.body-redesign.body-redesign .footer_colorful {
    background-color: #181818 !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Desktop Large - 1200px and up */
@media (min-width: 1200px) {
    .section-main-hero {
        z-index: 3;
    }

    .section-main-hero .section-banner__video {
        bottom: 0;
        top: auto !important;
    }

    .section-lower .section-banner__video {
        top: 0;
    }
}

/* Desktop - 1279px and down */
@media (max-width: 1279px) {
    .body-redesign .container {
        padding: 0 15px;
    }

    .section-main-hero .section-hero__intro_page {
        width: 100%;
    }
}

/* Tablet Large - 1199px and down */
@media (max-width: 1199px) {
}

/* Tablet - 1030px and down */
@media (max-width: 1030px) {
    .vts-new-update .section-hero__intro_page .intro h1.intro__heading {
        font-size: 70px !important;
    }

    .section-hero {
        padding-top: 7rem !important;
    }

    .section-hero__intro .intro {
        padding-top: 0;
    }

    .section-lower {
        padding: 60px 0 !important;
    }

    .vts_ai_ty .section-lower {
        padding: 20px 0;
    }

    .cta_form {
        width: 60%;
    }
}

/* Tablet Small - 991px and down */
@media (max-width: 991px) {
    .body-redesign .section-main-hero .section-hero .intro__control {
        padding-top: 0;
    }
}

/* Mobile Large - 850px and down */
@media (max-width: 850px) {
    .cta_form {
        width: 80%;
        padding: 35px;
    }
}

/* Mobile Medium - 768px and down */
@media (max-width: 768px) {
    .vts-new-update .section-hero__intro_page .intro h1.intro__heading {
        font-size: 60px !important;
    }

    .section-hero {
        padding: 2.8rem 1.5rem 4rem !important;
        padding-top: 5rem !important;
    }

    .section-hero__intro h2.intro__subheading {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .form_inner_txt {
        margin: 10px 0 !important;
        font-size: 16px !important;
    }

    .form_inner_txt br {
        display: none !important;
    }

    .cta_form_heading {
        font-size: 16px !important;
    }

    .cta_form_heading br {
        display: none;
    }

    .video-wrap.wistia-video-div {
        transform: none !important;
    }
}

/* Mobile Medium - 767px and down */
@media (max-width: 767px) {
    .section-main-hero {
        height: auto;
    }
}

/* Mobile Small - 479px and down */
@media (max-width: 479px) {
    .vts-new-update.body-redesign .section-hero {
        padding: 80px 15px 5px !important;
    }

    .vts-new-update .section-hero__intro_page .intro h1.intro__heading {
        font-size: 35px !important;
        line-height: 1.1em !important;
    }

    .vts-new-update .section-hero__intro_page .intro h1.intro__heading br {
        display: none;
    }

    .section-main-hero .section-hero__intro_page {
        width: 100%;
        padding: 0 !important;
    }

    .section-hero__intro .intro {
        padding: 0 !important;
    }

    .section__inner_lower .intro__heading {
        font-size: 25px;
    }

    .section-lower {
        padding: 40px 0 50px;
    }

    .vts_ai_ty .section-lower {
        padding: 20px 0;
    }

    .section-lower .section-banner__video {
        display: flex;
        justify-content: center;
    }

    .section__inner_lower .lower-video {
        width: 250%;
        max-width: 1000%;
    }

    .body-redesign .section-main-hero .section-hero_home--page .section-banner__video,
    .section-banner__video {
        left: -10%;
        width: 140% !important;
        max-width: 150% !important;
    }

    .cta_form {
        width: 100%;
        padding: 20px;
    }

    .mktoForm .mktoFormRow input[type=text],
    .mktoForm .mktoFormRow input[type=email] {
        height: 40px !important;
    }

    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        padding: 10px 20px !important;
    }
}

/* VTS AI Coming Soon - Animated Gradient Background */
:root {
  --color-bg1: #181818;
  --color-bg2: #181818;
  --color1: 201, 40, 255;  /* #C928FF */
  --color2: 139, 40, 255;  /* #8B28FF */
  --color3: 85, 40, 255;   /* #5528FF */
  --color4: 201, 40, 255;  /* #C928FF */
  --color5: 139, 40, 255;  /* #8B28FF */
  --color-interactive: 85, 40, 255;  /* #5528FF */
  --circle-size: 300%;
  --blending: hard-light;
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes moveHorizontal {
  0% {
    transform: translateX(-5%) translateY(-10%);
  }
  50% {
    transform: translateX(5%) translateY(10%);
  }
  100% {
    transform: translateX(-5%) translateY(-10%);
  }
}

.vts-ai-gradient-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden; 
  background: var(--color-bg1);
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.vts-ai-gradient-bg svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.vts-ai-gradients-container {
  filter: url(#vts-goo) blur(40px);
  width: 70% !important;
  height: 100%;
  margin: auto;
}

.vts-ai-g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  animation: moveVertical 30s ease infinite;
  opacity: 0.5;
}

.vts-ai-g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 0.5;
}

.vts-ai-g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  animation: moveInCircle 40s linear infinite;
  opacity: 0.5;
}

.vts-ai-g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.5;
}

.vts-ai-g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  animation: moveInCircle 20s ease infinite;
  opacity: 0.5;
}

.vts-ai-interactive {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}

/* Make sure content appears above gradient */
.page {
  position: relative;
  z-index: 1;
}

/* Ensure existing content is readable on dark background */
body.page-template-vts-ai-comingsoon {
  background-color: var(--color-bg1);
}

.dev_ai .vts-ai-gradient-bg {
    display: block !important;
}

.dev_ai .section-banner__video.section-banner__video_home {
    display: none !important;
}

.dev_ai .section-hero_home--page, .section-lower {
    background: transparent !important;
}

.dev_ai .section-banner__video.section-banner__video {
    display: none !important;
}

 .vts-new-update.body-redesign .header .header_nav_vts_ai .header-navigation__link:after {
    background-image: none !important;
}