@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --bg-dark: #0b2b2f;
    --glass: rgba(255, 255, 255, .08);
    --glass-border: rgba(255, 255, 255, .22);
    --glass-shadow: rgba(0, 0, 0, .35);
    --form-max: 720px;
}

* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #e9f6f5;
    background: var(--bg-dark) url("../images/HalloweenBackground.png") center/cover no-repeat fixed;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(to bottom, rgba(5, 22, 24, .45), rgba(5, 22, 24, .65) 40%, rgba(5, 22, 24, .8));
    pointer-events: none;
    z-index: 0;
}

.page {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px 40px;
}

.hero {
    width: 100%;
    max-width: 1280px;
    text-align: center
}

.hero__logo {
    width: 96px;
    height: 96px;
    margin: 0;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .5));
}

.hero__kicker {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: clamp(20px, 48px, 48px);
    font-family: "Poppins", sans-serif;
    margin: 0;
    line-height: 40px;
}

.hero__title {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.08;
    color: rgb(194, 255, 248);
    text-shadow: 0 2px 0 rgba(0, 0, 0, .35), 0 18px 48px rgba(0, 0, 0, .65);
    line-height: 70px;
}
.hero__subtitle {
    margin: 0 0 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: clamp(18px, 2.6vw, 36px);
    letter-spacing: .5px;
    color: #fff;
    opacity: .95;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

.signup {
    max-width: 650px;
    margin: 0 auto;
    padding: 50px 40px;
    background: #fff;
    border: 1px solid var(--glass-border);
    border-radius: 22px;
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    box-shadow: 0 24px 60px var(--glass-shadow);
}

.form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px
}

.form__field {
    position: relative
}

.form__input {
    width: 100%;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #c9c9c9;
    background: rgb(237, 237, 237);
    color: #000;
    padding: 0 14px;
    outline: none;
    font-size: 12px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.form__input::placeholder {
    color: #000;
}

.form__input.error {
    border-color: #d32f2f;
    background: #ffebee;
}

.form__input:focus {
    border-color: #0a8b88;
    box-shadow: 0 0 0 3px rgba(10, 139, 136, 0.15);
}

.form__input:invalid:not(:placeholder-shown) {
    border-color: #d32f2f;
}

.form__input:valid:not(:placeholder-shown) {
    border-color: #2e7d32;
}

.iti {
    width: 100%
}

.iti--allow-dropdown .iti__flag-container {
    height: 48px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: rgba(0, 0, 0, .22);
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.iti__selected-flag {
    padding-left: 12px;
    padding-right: 10px
}

.iti__country-list {
    max-height: 260px;
    background: #0f2f33;
    border: 1px solid rgba(255, 255, 255, .18);
    color: #e9f6f5;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .5);
}


.form__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 4px
}

.button {
    margin-top: 8px;
    height: 70px;
    border-radius: 14px;
    border: none;
    width: 100%;
    cursor: pointer;
    color: white;
    font-weight: 400;
    letter-spacing: .3px;
    font-size: 24px;
    background: linear-gradient(90deg, #c85a33, #0b5f58, #0a8b88);
    background-size: 200% 100%;
    transition: transform .06s, box-shadow .2s, background-position .8s;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .45);
    max-width: 545px;
    margin: 20px auto 0;
}

.button:hover {
    background-position: 100% 0
}

.button:active {
    transform: translateY(1px)
}
.iti__arrow{
    --iti-arrow-height: 8px !important;
    --iti-arrow-width: 10px !important;
    --iti-triangle-border: 5px !important;
}
.iti .iti__selected-dial-code{
    color: #000;
}
.checkbox{
  display:inline-flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  user-select:none;
}

.checkbox__input{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
}

.checkbox__box{
  min-width:22px;
  min-height:22px;
  border-radius:7px;                 
  background:#ececec;                
  border:1px solid #9a9a9a;          
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  display:inline-block;
  position:relative;
  transition: box-shadow .2s, border-color .2s, background .2s;
}

.checkbox__input:focus-visible + .checkbox__box{
  box-shadow: 0 0 0 3px rgba(134,255,246,0.35);
}

.checkbox__input:checked + .checkbox__box::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #5a5a5a;
    border-bottom: 2px solid #5a5a5a;
    transform: rotate(40deg);
}

.checkbox__input:disabled + .checkbox__box{
  opacity:.55;
  cursor:not-allowed;
}
.checkbox__label{
  font-size:13px;
  line-height:1.5;
  text-align: left;
  color: #000;
}

.checkbox__input:invalid + .checkbox__box {
  border-color: #d32f2f;
}
.iti__search-input{
    outline: none !important;
}
@media (max-width:767px) {
    .signup {
        padding: 30px;
        border-radius: 8px;
    }
    .button {
        border-radius: 8px;
    }
    .form__input {
        border-radius: 4px;
        height: 50px;
    }
    .hero__kicker {
        font-size: 34px;
        line-height: 32px;
    }
    .hero__title{
        line-height: normal;
    }
    .hero__subtitle{
        font-size: 22px;
        line-height: 22px;
    }
}