:root {
    color-scheme: light only;
    --lma-blue: #283891;
    --lma-light-blue: #84a3c6;
    --lma-dark: #0b1120;
    --lma-gray: #57585a;
    --bg-gray: #f8f9fa;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg-gray);
    margin: 0;
    padding: 0 0 70px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.logo-bars {
    display: flex;
    align-items: flex-end;
    gap: 3px;
}

.bar {
    width: 6px;
    background-color: var(--lma-light-blue);
    border-radius: 1px;
}

.bar1 { height: 12px; }
.bar2 { height: 18px; }
.bar3 { height: 24px; }

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-main {
    font-weight: 700;
    font-size: 26px;
    color: var(--lma-gray);
    letter-spacing: 0;
}

.logo-sub {
    font-size: 11px;
    font-weight: 400;
    color: #a7a9ac;
    letter-spacing: 2px;
    margin-top: -2px;
}

.hero {
    background-color: var(--lma-dark);
    background-image:
        radial-gradient(circle at 50% 0%, #283891 0%, transparent 70%),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 100% 100%, 20px 20px, 20px 20px;
    padding: 42px 20px 66px;
    color: white;
    text-align: center;
    border-bottom: 4px solid var(--lma-blue);
    overflow: hidden;
}

.hero h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.hero p {
    font-size: 14px;
    opacity: 0.85;
    margin: 8px 0 0;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.group-logos {
    width: auto;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 24px auto 0;
    padding: 18px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.34);
}

.group-logos img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 128px;
    object-fit: contain;
}

.container {
    max-width: 500px;
    margin: -30px auto 20px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
}

.card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: var(--lma-blue);
    text-transform: uppercase;
    margin-bottom: 8px;
}

input,
textarea,
select {
    width: 100%;
    padding: 14px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 14px;
    background: #fdfdfd;
    box-sizing: border-box;
    font-family: inherit;
    transition: 0.3s;
    color: #333;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--lma-light-blue);
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(132, 163, 198, 0.2);
}

select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23283891' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
    padding-right: 40px;
}

.security-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background-color: var(--lma-blue);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px;
    transition: 0.3s;
}

.btn-submit:active,
.btn-whatsapp:active {
    transform: scale(0.98);
}

#success-msg {
    display: none;
    text-align: center;
}

.success-icon {
    font-size: 50px;
    color: #28a745;
    margin-bottom: 15px;
}

.success-title {
    font-weight: 700;
    color: #333;
    font-size: 20px;
    margin: 5px 0;
}

.protocol-box {
    background: #f0f4ff;
    border: 1px dashed var(--lma-blue);
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px;
}

.protocol-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}

.protocol-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--lma-blue);
    margin-top: 5px;
    letter-spacing: 1.5px;
}

.success-copy {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    padding: 0 10px;
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp i {
    font-size: 20px;
}

.btn-new-ticket {
    background: #f8f9fa;
    border: 1px solid var(--lma-blue);
    color: var(--lma-blue);
    padding: 14px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
    font-weight: 600;
    font-family: inherit;
    font-size: 14px;
    transition: 0.3s;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    border-top: 1px solid #eee;
    z-index: 100;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.03);
}

.nav-item {
    text-align: center;
    color: var(--lma-blue);
    font-size: 11px;
    font-weight: 700;
}

.nav-item i {
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}

@media (max-width: 560px) {
    .hero {
        padding: 36px 14px 58px;
    }

    .hero h1 {
        font-size: 26px;
    }

    .group-logos {
        margin-top: 18px;
        width: auto;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 8px;
    }

    .group-logos img {
        max-height: 68px;
    }

    .card {
        padding: 22px;
    }
}
