body {
    background: #c9cbd1;
    min-height: 100vh;
    margin: 0;
}
.login-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 24px 64px;
    gap: 32px;
}
.login-card {
    width: 100%;
    max-width: 1200px;
    background: linear-gradient(180deg, #eef4f3 0%, #ffffff 100%);
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}
.login-panel {
    display: flex;
    flex-direction: column;
    padding: 28px 56px;
    position: relative;
}
.login-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 0;
}
.login-content > .text-center {
    margin-bottom: 18px;
}
.login-content .auth-logo {
    display: inline-block;
    width: 50%;
    max-width: 160px;
    margin-bottom: 4px;
}
.login-content .auth-logo img {
    width: 100%;
    height: auto;
}
.login-content > .text-center br { display: none; }
.login-content h5.text-primary {
    font-size: 1rem;
    font-weight: 500;
    margin: 8px 0 2px;
}
.login-content > .text-center > p.text-muted {
    font-size: 0.9rem;
    font-weight: 400;
    color: #6b7280 !important;
    margin-bottom: 0;
}
.login-content .mt-4 { margin-top: 1rem !important; }
.login-content .mb-3 { margin-bottom: 0.75rem !important; }
.login-content .form-label {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 500;
}
.login-content .form-control {
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 14px 22px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    box-shadow: none;
}
.login-content .form-control::placeholder {
    color: #9ca3af;
    font-weight: 400;
}
.login-content .form-control:focus {
    border-color: #ef8b1e;
    box-shadow: 0 0 0 0.15rem rgba(239, 139, 30, 0.2);
    background: #fff;
}
.login-content .auth-pass-inputgroup .password-addon {
    top: 50% !important;
    transform: translateY(-50%);
    right: 8px;
}
.login-content .btn-success {
    background: #ef8b1e;
    border-color: #ef8b1e;
    color: #ffffff;
    font-weight: 600;
    border-radius: 999px;
    padding: 12px 22px;
    font-size: 1rem;
    box-shadow: none;
}
.login-content .btn-success:hover,
.login-content .btn-success:focus {
    background: #d87610;
    border-color: #d87610;
    color: #ffffff;
}
.login-content .btn-primary {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #1a1a1a;
    font-weight: 500;
    border-radius: 999px;
    padding: 12px 22px;
}
.login-content .btn-primary:hover,
.login-content .btn-primary:focus {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.25);
    color: #1a1a1a;
}
.login-content .signin-other-title {
    position: relative;
    text-align: center;
    margin: 18px 0 8px;
}
.login-content .signin-other-title .title {
    display: inline-block;
    padding: 0 14px;
    background: transparent;
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.login-content .signin-other-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
}
.login-content a.text-primary {
    color: #1a1a1a !important;
}
.login-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    font-size: 0.9rem;
    color: #6b7280;
}
.login-footer a {
    color: #1a1a1a;
    text-decoration: underline;
}
.login-hero {
    position: relative;
    background-image: url('../../app/images/supergirl-handup.jpg');
    background-size: cover;
    background-position: center;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    margin: 16px;
    border-radius: 24px;
}
.login-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.25) 100%);
    border-radius: 24px;
    pointer-events: none;
}
@media (max-width: 992px) {
    .login-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .login-hero {
        display: none;
    }
    .login-panel {
        padding: 32px 24px;
    }
}
.about-card {
    width: 100%;
    max-width: 1200px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
    padding: 48px 56px;
}
.about-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.about-header { margin-bottom: 32px; }
.about-kicker {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #ef8b1e;
    margin-bottom: 10px;
}
.about-header h1 {
    font-size: clamp(1.5rem, 2vw + 1rem, 2.1rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
    margin: 0 0 14px;
}
.about-lead {
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
    margin: 0;
}
.about-lead strong { color: #1a1a1a; }
.about-features {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.about-features li {
    background: #fafaf7;
    border: 1px solid #eef2ef;
    border-radius: 16px;
    padding: 24px;
}
.about-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ef8b1e;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 12px;
}
.about-features h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 6px;
    color: #1a1a1a;
}
.about-features p {
    font-size: 0.88rem;
    color: #555;
    margin: 0;
    line-height: 1.55;
}
.about-footer { text-align: center; }
.about-cta {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid #ef8b1e;
    color: #ef8b1e;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.15s ease, color 0.15s ease;
}
.about-cta:hover,
.about-cta:focus {
    background: #ef8b1e;
    color: #ffffff;
}
.about-contact {
    margin: 8px 0 32px;
    padding: 32px 0 8px;
    border-top: 1px solid #eef2ef;
}
.about-contact h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
}
.about-contact-lead {
    font-size: 0.92rem;
    color: #6b7280;
    margin: 0 0 24px;
}
.about-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.contact-item {
    padding: 4px 0;
}
.contact-item .contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(239, 139, 30, 0.12);
    color: #ef8b1e;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.contact-item h3 {
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1a1a;
    margin: 0 0 6px;
}
.contact-item p {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.55;
    margin: 0;
}
.contact-item a {
    color: #ef8b1e;
    text-decoration: none;
    font-weight: 500;
}
.contact-item a:hover {
    text-decoration: underline;
}
.contact-muted {
    color: #6b7280;
    font-size: 0.85rem;
}
@media (max-width: 768px) {
    .about-card { padding: 32px 24px; }
    .about-features { grid-template-columns: 1fr; }
    .about-contact-grid { grid-template-columns: 1fr; gap: 18px; }
}
