/* Fuentes locales - Comfortaa */
@font-face {
    font-family: 'Comfortaa';
    src: url('fonts/comfortaa/Comfortaa-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('fonts/comfortaa/Comfortaa-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('fonts/comfortaa/Comfortaa-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Fuentes locales - Roboto */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    background: #000000;
    background-image: linear-gradient(135deg, rgba(222, 29, 74, 0.6) 0%, rgba(46, 67, 149, 0.6) 100%);
    background-attachment: fixed;
    color: #ffffff;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

header {
    margin-bottom: 1.5rem;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
}

.logo-by {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(222, 29, 74, 0.3) 0%, rgba(46, 67, 149, 0.3) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    padding: 0.5rem 1rem;
    font-family: 'Comfortaa', sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.logo-ideas {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.01em;
    text-transform: lowercase;
    font-family: 'Comfortaa', sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero {
    margin-bottom: 1rem;
    width: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.launching-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0.25rem 0;
    line-height: 1.2;
    animation: fadeIn 1s ease-in;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.cloud-working {
    position: relative;
    animation: float 3s ease-in-out infinite;
    margin: 0.5rem 0;
}

.cloud-working-image {
    max-width: 200px;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

.hero-messages {
    max-width: 600px;
    margin-top: 0.5rem;
}

.hero-main-text {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #ffffff;
    line-height: 1.3;
    animation: fadeIn 1.2s ease-in;
}

.hero-sub-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    animation: fadeIn 1.4s ease-in;
    margin-bottom: 0.75rem;
}

.hero-tagline {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    font-style: italic;
    letter-spacing: 0.05em;
    margin-top: 0.75rem;
    padding: 0.7rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(222, 29, 74, 0.2) 0%, rgba(46, 67, 149, 0.2) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: fadeIn 1.6s ease-in;
    display: inline-block;
}

.contact-section {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.contact-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 1.5rem 0;
}

.contact-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.7);
}

.contact-form {
    width: 100%;
}

.form-group {
    margin-bottom: 1.5rem;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.required {
    color: #de1d4a;
    margin-left: 2px;
}

.form-group input[type="text"],
.form-group input[type="email"] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus {
    outline: none;
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3), 0 4px 12px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.form-group input[type="text"]::placeholder,
.form-group input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.checkbox-group {
    margin-bottom: 2rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-weight: normal;
}

.checkbox-label input[type="checkbox"] {
    margin-right: 0.75rem;
    margin-top: 0.2rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-label span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.submit-button {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #de1d4a 0%, #2e4395 100%);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s, border-color 0.3s;
    box-shadow: 0 8px 25px rgba(222, 29, 74, 0.5), 0 4px 10px rgba(46, 67, 149, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-button:hover {
    background: linear-gradient(135deg, #e82d5a 0%, #3a52b0 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(222, 29, 74, 0.6), 0 6px 15px rgba(46, 67, 149, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.submit-button:active {
    transform: translateY(0);
}

footer {
    margin-top: 1rem;
    padding-top: 1rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

footer p {
    margin-bottom: 0.5rem;
}

.powered-by {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        padding: 1.5rem 1rem;
    }

    .logo-by {
        font-size: 1rem;
        padding: 0.4rem 0.8rem;
    }

    .logo-ideas {
        font-size: 1.25rem;
    }

    .launching-title {
        font-size: 2rem;
    }

    .cloud-working-image {
        max-width: 220px;
    }

    .hero-main-text {
        font-size: 1.2rem;
    }

    .hero-sub-text {
        font-size: 1rem;
    }

    .hero-tagline {
        font-size: 1.1rem;
        padding: 0.8rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .launching-title {
        font-size: 1.5rem;
    }

    .cloud-working-image {
        max-width: 180px;
    }

    .hero-main-text {
        font-size: 1rem;
    }

    .hero-sub-text {
        font-size: 0.9rem;
    }

    .hero-tagline {
        font-size: 1rem;
        padding: 0.7rem 1.2rem;
        margin-top: 1.5rem;
    }
}

/* Estilos para página 404 */
.error-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 0;
}

.error-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.error-number {
    font-size: 8rem;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-shadow: 
        4px 4px 0px rgba(0, 0, 0, 0.3),
        8px 8px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.05em;
    line-height: 1;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.cloud-character {
    position: relative;
    animation: float 3s ease-in-out infinite;
    animation-delay: 0.5s;
}

.cloud-image {
    max-width: 300px;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

.error-messages {
    margin-bottom: 3rem;
    max-width: 600px;
}

.error-main-text {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.4;
}

.error-sub-text {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.error-contact {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
}

.error-actions {
    margin-top: 2rem;
}

.error-button {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #de1d4a 0%, #2e4395 100%);
    color: #ffffff;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s, border-color 0.3s;
    box-shadow: 0 8px 25px rgba(222, 29, 74, 0.5), 0 4px 10px rgba(46, 67, 149, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.error-button:hover {
    background: linear-gradient(135deg, #e82d5a 0%, #3a52b0 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(222, 29, 74, 0.6), 0 6px 15px rgba(46, 67, 149, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.error-button:active {
    transform: translateY(0);
}

/* Responsive para 404 */
@media (max-width: 768px) {
    .error-number {
        font-size: 5rem;
    }

    .cloud-image {
        max-width: 220px;
    }

    .error-main-text {
        font-size: 1.2rem;
    }

    .error-sub-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .error-content {
        gap: 2rem;
    }

    .error-number {
        font-size: 4rem;
    }

    .cloud-image {
        max-width: 180px;
    }

    .error-main-text {
        font-size: 1rem;
    }

    .error-sub-text {
        font-size: 0.9rem;
    }
}
