.hero-landing,
.hero-landing > *,
.hero-landing * {
    font-family: "Geist", sans-serif;
}

.hero-landing .container.header {
    z-index: 6;
}

.hero-landing.light-box-active .container.header {
    z-index: 0;
}

.hero-landing .header .logo-link img {
    height: revert-layer;
}

.hero-landing .hero-wrapper {
    padding: 30px 0;
}

.hero-landing .hero {
    margin: 30px auto 50px;
}

.hero-landing .hero > .row {
    align-items: center;
}

.hero-landing .hero-title {
    margin: 24px 0 40px;

    color: #FFFFFF;
}

.hero-landing .hero-title,
.hero-landing .hero-text-content {
    max-width: 596px;
}

.hero-landing p {
    color: #FFFFFF;
    margin: 1rem 0;
}

.hero-landing .hero-form .moosend-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.hero-landing .hero-form input[type="email"] {
    border-radius: 2000px;
    padding: 16px 25px;
    border: 1px solid;
    font-size: 16px;
    max-width: 388px;
    width: 100%;

    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.17);
    color: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(67, 45, 208, 0.17);
}

.hero-landing .hero-form button[type="submit"],
.hero-landing .hero-form a.form-button {
    padding: 16px 32px;
    border-radius: 2000px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;

    background-color: #FFFFFF;
    color: #3C10A6;
    box-shadow: 4px 4px 4px rgba(67, 45, 208, 0.17);
}

.hero-landing .hero-form-subtext,
.hero-landing .hero-form-subtext > p {
    font-size: 16px;

    color: #FFFFFF;
}

.hero-landing .hero-form-subtext a {
    text-decoration: underline;
    font-size: 16px;

    color: #FFFFFF;
}

.hero-landing .countdown-title {
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;

    color: #FFFFFF;
}

.hero-landing .countdown-timer {
    max-width: 610px;
    width: 100%;
    margin: 30px auto -90px;
    text-align: center;
}

.hero-landing .simple-countdown__element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 8px;
    padding: 15px 30px;
    backdrop-filter: blur(30px) hue-rotate(15deg) brightness(1.2);
    background-color: rgb(247 247 255 / 60%);
    border-color: transparent;
    /* box-shadow: 4px 4px 4px #000; */
    /* backdrop-filter: brightness(0.5); */
}

.hero-landing .simple-countdown__element:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: drop-shadow(4px 4px 4px #5F50BB);
    background: transparent;
    z-index: 0;
    border: 1px solid #B0A7EA;
    border-radius: 6px;
}

.hero-landing .simple-countdown__element span {
    font-size: 20px;
    line-height: 20px;
    margin: -6px 0 12px;

    color: #2A1C4A;
}

.hero-landing .simple-countdown__element span[data-id] {
    font-size: 61px;
    line-height: 68px;
    font-weight: bold;
    margin: 0;

    color: #2A1C4A;
}

.hero-landing .hero-side-image {
    cursor: pointer;
}

.hero-landing .video-wrapper {
    position: fixed;
    width: 100%;
    background: #00000080;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
}

.hero-landing .video-wrapper.active {
    display: flex;
    z-index: 9;
}

.hero-landing .video-embed-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.hero-landing .video-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0;
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.hero-landing .video-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-relative-wrapper {
    width: 100%;
}

button.video-wrapper-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 20px 9px;
    border-radius: 200px;
    border: 1px solid #dfbbbf;
    background-color: #e2011a17;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    filter: drop-shadow(4px 4px 4px rgba(39, 35, 101, .38));
    position: absolute;
    z-index: 9;
    top: 60px;
    right: 60px;
}

button.video-wrapper-button span.line {
    width: 26px;
    height: 2px;
    display: flex;
    background: #fff;
}

button.video-wrapper-button span.line:first-child {
    transform: rotate(45deg) translate(0px, 1px);
}

button.video-wrapper-button span.line:last-child {
    transform: rotate(-45deg) translate(0px, -1px);
}

@media screen and (max-width: 992px) {
    .hero-landing .hero-text > * {
        max-width: 572px;
        width: 100%;
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .hero-landing .container.header {
        margin-bottom: 60px;
    }

    .hero-landing .hero-side-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-landing .hide-on-mobile {
        display: none!important;
    }

    .hero-landing .full-on-mobile {
        flex: 1!important;
        max-width: 100%!important;
    }

    .hero-landing .countdown-timer .gap-30,
    .hero-landing .countdown-timer .gap-30-y {
        margin-top: -10px;
    }

    .hero-landing .countdown-timer .gap-30,
    .hero-landing .countdown-timer .gap-30-x {
        margin-left: -10px;
    }

    .hero-landing .countdown-timer .gap-30-y > *,
    .hero-landing .countdown-timer .gap-30 > * {
        padding-left: 10px;
    }

    .hero-landing .countdown-timer .gap-30-y > *,
    .hero-landing .countdown-timer .gap-30 > * {
        padding-top: 10px;
    }

    .hero-landing .simple-countdown__element span {
        font-size: clamp(12px, 2.1vw, 20px);
        line-height: clamp(12px, 2.1vw, 20px);
    }

    .hero-landing .simple-countdown__element span[data-id] {
        font-size: clamp(36px, 6.4vw, 61px);
        line-height: clamp(42px, 7.1vw, 68px);
    }

    .hero-landing .countdown-timer {
        max-width: clamp(300px, 62vw, 500px);
    }

    .hero-landing .countdown-title {
        font-size: clamp(18px, 3vw, 24px) !important;
        line-height: clamp(28px, 3vw, 24px) !important;
    }
}

@media screen and (max-width: 612px) {
    .hero-landing .hero-form input[type="email"] {
        max-width: 100%;
        width: 100%;
    }

    .hero-landing .hero-form button[type="submit"],
    .hero-landing .hero-form a.form-button {
        max-width: 100%;
        width: 100%;
    }

    .hero-landing .countdown-timer {
        margin: 16px auto -72px;
    }
}


/** PartnerStack Modal Styles **/
.partnerstack-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 99999999999999;
}

.partnerstack-modal.is_active {
    pointer-events: all;
    opacity: 1;
}

.partnerstack-modal__box {
    width: 100%;
    max-width: 784px;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.partnerstack-modal__wrap {
    display: flex;
    flex-direction: column;
    padding: 50px 40px;

    > * {
        font-family: 'Geist', sans-serif;
    }
}

.partnerstack-modal__left {
    padding: 0;
    flex: 100%;
    max-width: 100%;
}

.partnerstack-modal__right {
    flex: 0 0 0%;
    max-width: 0%;
    display: none;
}

.partnerstack-modal__title {
    color: #2A1C4A;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    max-width: 550px;
}

.partnerstack-modal-form__col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 10px;
}

.partnerstack-modal-form__col--half {
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (max-width: 768px) {
    .partnerstack-modal-form__col--half {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.partnerstack-modal-form input[type=text] {
    width: 100%;
    height: 67px;
    background-color: #ffffff;
    padding: 20px 20px 0;
    color: #2A1C4A;
    font-size: 16px;
    border: 1px solid #272365;
    border-radius: 12px;
}

.partnerstack-modal-form select {
    border: 1px solid #272365 !important;
    border-radius: 12px !important;
    padding: 20px 20px 0!important;
    padding-left: 20px !important;
    background-color: #ffffff !important;
    line-height: 1em !important;
    width: 100% !important;
    outline: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0px !important;
    font-family: Hind !important;
    font-size: 16px !important;
    color: #2A1C4A !important;
    height: 67px !important;
    appearance: none !important;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) !important;
    background-size: 0.6em !important;
    background-position: calc(100% - 1.3em) center !important;
    background-repeat: no-repeat !important;
}

.partnerstack-modal-form button[type=submit] {
    width: 100%;
    border: none;
    color: #fff;
    background-color: #3C10A6;
    font-size: 16px;
    font-weight: 400;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    font-family: "Geist", sans-serif !important;
    padding: 19px !important;
    margin-top: 10px !important;
}
.partnerstack-modal-form button[type=submit].disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  position: relative;
}
.partnerstack-modal-form button[type=submit].disabled:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Please wait...";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  background-color: #2A1C4A;
  color: #fff;
}

/* Container */
label.partnerstack-label {
  position: relative;
  display: block;
}

/* The floating text */
label.partnerstack-label > span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%); /* base state */
  transition: transform .25s ease, font-size .25s ease, opacity .25s ease;
  pointer-events: none;
  opacity: 1;
    color: #2A1C4A !important;
}

/* Inputs need top padding so the floated label έχει χώρο */
label.partnerstack-label input,
label.partnerstack-label select,
label.partnerstack-label textarea {
  width: 100%;
  padding: 14px 16px 12px 16px; /* adjust to taste */
}

/* 1) On focus of any child → float label */
label.partnerstack-label:focus-within:not(.partnerstack-label--select) > span {
    transform: translateY(-100%);
    font-size: 12px;
  opacity: 0.8;
}

/* 2) If input/textarea has value (requires placeholder=" ") → keep floated */
label.partnerstack-label input:not(:placeholder-shown) ~ span,
label.partnerstack-label textarea:not(:placeholder-shown) ~ span {
  transform: translateY(-100%);
  font-size: 12px;
  opacity: 0.8;
}

/* 4) Select: keep floated if non-empty (modern) */
label.partnerstack-label select option:checked ~ span {
  transform: translateY(-100%);
  font-size: 12px;
  opacity: 0.8;
}

/* 5) Fallback class (set via tiny JS below) */
label.partnerstack-label.has-value > span {
  transform: translateY(-100%);
  font-size: 12px;
  opacity: 0.8;
}

a.partnerstack-modal__close.jsPartnerstackModalClose {
    background: rgb(0 0 0 / 80%);
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
}

.partnerstack-modal-form__success {
    text-align: center;
}

.partnerstack-modal-form__success {
    color: #3C10A6;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    padding: 124px 0;
    display: none;
}

