body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    background-color: #1E1C2C;
    color: #EAE6F0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    overflow: hidden;
}

.container {
    background-color: rgba(15, 15, 17, 0.95);
    color: #DCD7E8;
    padding: 40px 60px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(120, 110, 140, 0.2);
    max-width: 700px;
    width: 90%;
    position: relative;
    z-index: 1;
}

header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3.2em;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #BEA9DF;
    margin-bottom: 10px;
    text-shadow: 0 0 6px rgba(190, 169, 223, 0.25);
}

.subtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.5;
    color: #B8AFC8;
    margin-bottom: 40px;
}

.coming-soon h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.2em;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 20px;
}

.coming-soon p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 30px;
    line-height: 1.6;
}

.contact-info p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 15px;
}

#notifyForm {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#emailInput {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid #8A83A0;
    background-color: #2F2C3A;
    color: #EAE6F0;
    flex-grow: 1;
    max-width: 300px;
}

#emailInput::placeholder {
    color: #9D96B0;
}

button[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1em;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    background-color: #8A79A8;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

button[type="submit"]:hover {
    background-color: #756693;
    box-shadow: 0 0 10px rgba(138, 121, 168, 0.3);
}

footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 0.95em;
    line-height: 1.5;
    margin-top: 40px;
    color: #A09AAD;
}

@media (max-width: 600px) {
    .container {
        padding: 30px 20px;
    }

    header h1 {
        font-size: 2.5em;
    }

    .subtitle {
        font-size: 1.0em;
    }

    .coming-soon h2 {
        font-size: 1.8em;
    }

    #notifyForm {
        flex-direction: column;
        align-items: center;
    }

    #emailInput {
        width: 100%;
        max-width: none;
        margin-bottom: 10px;
    }

    button[type="submit"] {
        width: 100%;
        max-width: 300px;
    }
}
.glitch {
  position: relative;
}

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1E1C2C;
  overflow: hidden;
  clip-path: inset(50% 0 50% 0);
  color: #BEA9DF;
}

.glitch::before {
  left: 1.5px;
  text-shadow: -2px 0 rgba(255, 0, 193, 0.65);
  animation: glitch-anim 6s infinite steps(2, end) alternate;
}

.glitch::after {
  left: -1.5px;
  text-shadow: 2px 0 rgba(0, 229, 255, 0.65);
  animation: glitch-anim2 4.5s infinite steps(2, end) alternate;
}

@keyframes glitch-anim {
  0% { transform: translate(0, 0); clip-path: inset(45% 0 50% 0); }
  10% { transform: translate(-0.03em, -0.015em); clip-path: inset(10% 0 65% 0); }
  20% { transform: translate(0.015em, 0.03em); clip-path: inset(42% 0 30% 0); }
  30% { transform: translate(-0.025em, -0.01em); clip-path: inset(85% 0 5% 0); }
  40% { transform: translate(0.025em, 0.005em); clip-path: inset(55% 0 40% 0); }
  50% { transform: translate(0.01em, -0.02em); clip-path: inset(15% 0 80% 0); }
  60% { transform: translate(-0.03em, 0.005em); clip-path: inset(75% 0 10% 0); }
  70% { transform: translate(0.02em, -0.01em); clip-path: inset(35% 0 58% 0); }
  80% { transform: translate(-0.01em, 0.025em); clip-path: inset(78% 0 12% 0); }
  90% { transform: translate(0.03em, 0.01em); clip-path: inset(25% 0 68% 0); }
  100% { transform: translate(0, 0); clip-path: inset(50% 0 45% 0); }
}

@keyframes glitch-anim2 {
  0% { transform: translate(0, 0); clip-path: inset(2% 0 78% 0); }
  10% { transform: translate(0.015em, 0.025em); clip-path: inset(33% 0 43% 0); }
  20% { transform: translate(0.005em, -0.015em); clip-path: inset(12% 0 78% 0); }
  30% { transform: translate(-0.02em, 0.01em); clip-path: inset(63% 0 18% 0); }
  40% { transform: translate(0.02em, -0.005em); clip-path: inset(25% 0 53% 0); }
  50% { transform: translate(-0.01em, 0.02em); clip-path: inset(90% 0 5% 0); }
  60% { transform: translate(0.015em, -0.025em); clip-path: inset(48% 0 38% 0); }
  70% { transform: translate(-0.025em, 0.005em); clip-path: inset(8% 0 88% 0); }
  80% { transform: translate(0.01em, -0.015em); clip-path: inset(68% 0 22% 0); }
  90% { transform: translate(-0.005em, 0.03em); clip-path: inset(40% 0 52% 0); }
  100% { transform: translate(0, 0); clip-path: inset(75% 0 5% 0); }
}