
html {
    min-height: 100%;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 26%),
        radial-gradient(circle at bottom right, rgba(56,189,248,0.12), transparent 24%),
        linear-gradient(135deg, var(--lt-secondary, #0f172a) 0%, #172554 45%, var(--lt-primary, #2563eb) 100%) !important;
}

body {
    background: transparent !important;
}

.lt-page {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 12px 14px;
}

.lt-shell {
    width: 100%;
    max-width: 1360px;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(400px, 500px);
    gap: 26px;
    align-items: stretch;
}

.lt-visual {
    position: relative;
    overflow: hidden;
    min-height: 740px;
    border-radius: 36px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
    isolation: isolate;
}

.lt-visual__slides,
.lt-slide,
.lt-visual__overlay {
    position: absolute;
    inset: 0;
}

.lt-slide {
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: opacity .7s ease;
    transform: scale(1.02);
}

.lt-slide.is-active { opacity: 1; }

.lt-visual__overlay {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 30%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.18) 0%, rgba(15, 23, 42, 0.76) 100%);
    z-index: 1;
}

.lt-visual__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 46px;
    color: #fff;
}

.lt-brand-pill {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(12px);
    margin-bottom: 26px;
}

.lt-brand-pill__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.lt-visual__title {
    color: #fff;
    font-size: 44px;
    line-height: 1.14;
    font-weight: 800;
    margin: 0 0 16px;
    max-width: 560px;
}

.lt-visual__text {
    color: rgba(255,255,255,.92);
    font-size: 16px;
    line-height: 1.9;
    max-width: 560px;
    margin: 0;
}

.lt-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.lt-feature-card {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 16px 18px;
    min-height: 98px;
}

.lt-feature-card--wide { grid-column: 1 / -1; }

.lt-feature-card__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    color: rgba(255,255,255,.74);
    margin-bottom: 8px;
}

.lt-feature-card strong {
    display: block;
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
}

.lt-dots {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.lt-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.38);
    padding: 0;
    cursor: pointer;
}

.lt-dot.is-active { background: #fff; }

.lt-card-wrap {
    display: flex;
    align-items: center;
}

.lt-card {
    width: 100%;
    border-radius: 34px;
    background: rgba(255,255,255,.985);
    box-shadow: 0 30px 80px rgba(15,23,42,.28);
    padding: 36px 32px 26px;
    position: relative;
    overflow: hidden;
}

.lt-card::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--lt-primary, #2563eb), #38bdf8, #06b6d4);
}

.lt-card__head {
    text-align: center;
    margin-bottom: 24px;
}

.lt-kicker {
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.lt-logo-wrap {
    width: 88px;
    height: 88px;
    margin: 0 auto 16px;
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(37,99,235,.10), rgba(15,23,42,.06));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.lt-logo { max-width: 60px; max-height: 60px; object-fit: contain; }

.lt-card__head h1 {
    color: #0f172a;
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.2;
}

.lt-card__head p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.85;
    margin: 0 auto;
    max-width: 420px;
}

.lt-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.lt-trust-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f2f7fd;
    border: 1px solid #d8e6f5;
    color: #28507d;
    font-size: 12px;
    font-weight: 700;
}

.lt-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.lt-label {
    display: block;
    margin-bottom: 8px;
    color: #1e293b;
    font-weight: 700;
    font-size: 14px;
}

.lt-link { color: var(--lt-primary, #2563eb); font-weight: 700; font-size: 13px; }

.lt-input {
    height: 54px !important;
    border-radius: 18px !important;
    border: 1px solid #dbe4f0 !important;
    box-shadow: none !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    background: #fbfdff !important;
}

.lt-input:focus {
    border-color: rgba(37,99,235,.55) !important;
    box-shadow: 0 0 0 4px rgba(37,99,235,.1) !important;
    background: #fff !important;
}

.lt-password-group { position: relative; }
.lt-password-toggle {
    position: absolute;
    inset-inline-end: 12px;
    bottom: 15px;
    border: 0;
    background: transparent;
    color: #64748b;
    width: 24px;
    height: 24px;
    padding: 0;
}
.lt-password-toggle svg { width: 22px; height: 22px; }

.lt-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0 18px;
}

.lt-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #334155;
}

.lt-submit-btn {
    width: 100%;
    height: 54px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(90deg, var(--lt-primary, #2563eb), #2563eb 55%, #1d4ed8);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease;
}

.lt-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(37,99,235,.25);
}

.lt-signin-note {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 13px;
}

.lt-signin-note__icon { color: #16a34a; font-weight: 800; }

.lt-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #94a3b8;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 24px 0 18px;
}

.lt-divider::before,
.lt-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.lt-customer-box {
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #f8fafc 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
}

.lt-customer-box__top {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.lt-customer-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(37,99,235,.08);
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
}

.lt-customer-box h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 21px;
    font-weight: 800;
}

.lt-customer-box p,
.lt-customer-help {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

.lt-customer-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f0ff;
    color: #2563eb;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.lt-customer-icon svg { width: 28px; height: 28px; }

.lt-portal-panel__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.lt-portal-panel__features span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dbe4f0;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.lt-customer-btn {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60px;
    width: 100%;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f172a, #123d67);
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 16px;
    font-weight: 800;
    box-shadow: 0 16px 28px rgba(15,23,42,.18);
}

.lt-customer-btn small {
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 500;
}

.lt-customer-btn:hover {
    background: linear-gradient(135deg, #111f38, #184d7b);
    color: #fff !important;
}

.lt-customer-help {
    margin-top: 10px;
    font-size: 12px;
}

.lt-register-hint {
    margin-top: 18px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.lt-register-hint a {
    color: var(--lt-primary, #2563eb);
    font-weight: 700;
}

.help-block strong,
.text-danger { color: #dc2626 !important; }

@media (max-width: 1199px) {
    .lt-shell {
        grid-template-columns: minmax(0, 1fr);
        max-width: 780px;
    }

    .lt-visual { min-height: 470px; }
}

@media (max-width: 767px) {
    .lt-page { padding: 18px 8px 10px; }
    .lt-card {
        padding: 28px 18px 20px;
        border-radius: 26px;
    }
    .lt-visual {
        min-height: 340px;
        border-radius: 26px;
    }
    .lt-visual__content { padding: 26px; }
    .lt-visual__title { font-size: 30px; }
    .lt-feature-grid { grid-template-columns: 1fr; }
    .lt-customer-box__top { flex-direction: column; }
    .lt-trust-row { gap: 6px; }
}
