.landingPage-4d86ec7 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #0a0f1a;
}

.backgroundImage-4d86ec7 {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("/images/hero-industrial.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.backgroundImage-4d86ec7::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 26, 0.75);
}

.content-4d86ec7 {
    text-align: center;
    z-index: 10;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.logo-4d86ec7 {
    height: 4rem;
    margin-bottom: 2.5rem;
    width: auto;
}

@media (min-width: 768px) {
    .logo-4d86ec7 {
        height: 5rem;
    }
}

@media (max-width: 576px) {
    .logo-4d86ec7 {
        height: 3rem;
    }
}

.tagline-4d86ec7 {
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 3rem;
    font-weight: 300;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .tagline-4d86ec7 {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .tagline-4d86ec7 {
        font-size: 2rem;
    }
}

.emailForm-4d86ec7 {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 32rem;
    width: 100%;
    margin: 0 auto 5rem;
}

@media (min-width: 576px) {
    .emailForm-4d86ec7 {
        flex-direction: row;
        gap: 0;
    }
}

.emailInput-4d86ec7 {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    outline: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

@media (min-width: 576px) {
    .emailInput-4d86ec7 {
        border-radius: 0.5rem 0 0 0.5rem;
        border-right: none;
    }
}

@media (max-width: 575px) {
    .emailInput-4d86ec7 {
        border-radius: 0.5rem;
    }
}

.emailInput-4d86ec7::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.emailInput-4d86ec7:focus {
    border-color: #1d9bf0;
    background: rgba(255, 255, 255, 0.08);
}

.submitButton-4d86ec7 {
    background: #1d9bf0;
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

@media (min-width: 576px) {
    .submitButton-4d86ec7 {
        border-radius: 0 0.5rem 0.5rem 0;
    }
}

@media (max-width: 575px) {
    .submitButton-4d86ec7 {
        border-radius: 0.5rem;
    }
}

.submitButton-4d86ec7:hover {
    background: #1a8cd8;
}

.submitButton-4d86ec7:disabled {
    background: rgba(29, 155, 240, 0.5);
    cursor: not-allowed;
}

.arrowIcon-4d86ec7 {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.2s ease;
}

.submitButton-4d86ec7:hover .arrowIcon-4d86ec7 {
    transform: translateX(3px);
}

/* Partner section positioning */
.partnerSection-4d86ec7 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.successMessage-4d86ec7 {
    color: #4ade80;
    font-size: 0.95rem;
    margin-top: 1rem;
}

.errorMessage-4d86ec7 {
    color: #f87171;
    font-size: 0.95rem;
    margin-top: 1rem;
}
