/* ===== Base page ===== */
.lp-shell {
    min-height: 100vh;
    /* background: #e9edf2;
    background-image: url('../images/glass-card.png');
    background-size: cover;
    background-position: center; */
    /* background: linear-gradient(270deg,
            hsl(0 80% 65% / 0.12) 0%,
            hsl(25 90% 65% / 0.12) 16%,
            hsl(55 90% 70% / 0.12) 32%,
            hsl(130 45% 65% / 0.12) 48%,
            hsl(190 85% 70% / 0.12) 64%,
            hsl(230 55% 70% / 0.12) 80%,
            hsl(285 60% 70% / 0.12) 100%); */

    background-image: url('../images/msbg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    /* outer soft gray margin */
    display: grid;
    place-items: center;
    padding: 24px;
    box-sizing: border-box;
}

.lp-card {
    width: min(1140px, 100%);
    background: #fff;
    border-radius: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: stretch;
    /* make both columns equal height */
    gap: 28px;
    padding: 28px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .10);
}

.lp-card.lp-single {
    grid-template-columns: minmax(0, 1fr);
    width: min(520px, 100%);
    gap: 0;
    padding: 32px 28px;
}

.lp-card.lp-single .lp-left {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}

/* ===== Utilities ===== */
.lp-center {
    text-align: center;
}

/* ===== Left column ===== */
.lp-left {
    display: flex;
    flex-direction: column;
}

.lp-brand {
    margin-bottom: 8px;
}

.lp-logo {
    max-height: 3rem;
    display: block;
    margin: 0 auto;
}

.lp-logo-link {
    display: inline-block;
}

.lp-welcome {
    margin: 8px 0 14px;
}

.lp-title {
    margin: 0 0 6px;
    font-size: 32px;
    color: #1f1f1f;
    line-height: 1.2;
}

.lp-subtitle {
    margin: 0;
    color: #6e6e73;
    font-size: 14px;
}

.lp-alert {
    padding: 12px 14px;
    border-radius: 12px;
    margin: 12px 0;
    font-size: 14px;
}

.lp-alert-danger {
    background: #ffe5e5;
    color: #8f1a1a;
    border: 1px solid #f2c2c2;
}

.lp-alert-success {
    background: #e8f5ed;
    color: #0f5132;
    border: 1px solid #badbcc;
}

.lp-form {
    margin-top: 4px;
}

.lp-field {
    margin-bottom: 16px;
}

.lp-label {
    display: block;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 6px;
}

.lp-required {
    color: #d71c1c;
}

.lp-input-wrap {
    position: relative;
}

.lp-input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: 1px solid #d7dbe0;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
    transition: border .2s ease, box-shadow .2s ease;
    box-sizing: border-box;
    background: #fff;
}

.lp-input:focus {
    border-color: #A82D86;
    box-shadow: 0 0 0 3px rgba(168, 45, 134, .12);
}

.lp-input-invalid {
    border-color: #d71c1c !important;
}

.lp-input-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    opacity: .7;
}

.lp-input-addon {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #666;
}

.lp-input-addon:hover {
    background: #f2f3f5;
}

.lp-invalid {
    display: none;
    margin-top: 6px;
    color: #d71c1c;
    font-size: 12px;
}

.lp-error-text {
    display: block;
    margin-top: 6px;
    color: #d71c1c;
    font-size: 12px;
}

.lp-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
}

.lp-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #2a2a2a;
}

.lp-check input {
    width: 16px;
    height: 16px;
}

.lp-link-muted {
    color: #1f2328;
    font-size: 13px;
    text-decoration: none;
}

.lp-link-muted:hover {
    text-decoration: underline;
}

.lp-actions {
    margin-top: 16px;
}

.lp-support-card {
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(250, 246, 255, 0.82), rgba(238, 242, 255, 0.88));
    border: 1px solid rgba(168, 45, 134, 0.12);
    box-shadow: 0 12px 28px rgba(15, 15, 16, 0.08);
    text-align: center;
    color: #2a2a2a;
}

.lp-support-powered {
    margin: 0 0 8px;
    font-weight: 400;
    font-size: 15px;
}

.lp-support-powered span {
    font-weight: 500;
    font-size: 1rem;
    color: #1f1f1f;
}

.lp-support-line {
    margin: 6px 0;
    font-size: 13px;
    color: #4a4f55;
}

.lp-support-divider {
    margin: 0 8px;
    color: rgba(74, 79, 85, 0.45);
}

.lp-support-link {
    color: #a82d86;
    text-decoration: none;
    font-weight: 600;
}

.lp-support-link:hover,
.lp-support-link:focus {
    color: #a82d86;
    text-decoration: underline;
}

.lp-support-footnote {
    margin: 12px 0 0;
    font-size: 12px;
    color: #6e6e73;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .05s ease, background .2s ease, box-shadow .2s ease;
}

.lp-btn:active {
    transform: translateY(1px);
}

.lp-btn-primary {
    width: 100%;
    background: #0f0f10;
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
}

.lp-btn-primary:hover {
    background: #18181a;
}

/* Demo helpers */
.lp-demo-title {
    text-align: center;
    margin: 20px 0 10px;
    color: #333;
    font-size: 14px;
}

.lp-demo-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.lp-btn-chip {
    background: #f4f5f7;
    color: #222;
    border: 1px solid #e4e5e7;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 14px;
}

.lp-chip-icon {
    font-size: 14px;
}

.lp-demo-accounts {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 10px;
}

.lp-demo-block {
    flex: 1;
    border: 1px dashed #e3e6ea;
    border-radius: 12px;
    padding: 8px 10px;
}

.lp-demo-line {
    margin: 0;
    font-size: 13px;
}

.lp-register {
    margin-top: 18px;
    text-align: center;
    color: #6e6e73;
    font-size: 13px;
}

.lp-link-strong {
    color: #111;
    font-weight: 700;
    text-decoration: underline;
}

/* ===== Right column (TALL banner) ===== */
.lp-right {
    position: relative;
    height: 100%;
    /* min-height: 640px; */
    /* <-- ensures tall panel; increase if you want even taller */
    border-radius: 18px;
    overflow: hidden;
    /* clip children to nice rounded corners */
}

/* The image now fills the entire height of .lp-right */
.lp-hero {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    background-size: cover;
    background-position: center;
    filter: saturate(1.02);
    z-index: 0;
}

/* Strong GLASSMORPHISM for the testimonial */
.lp-quote {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 24px;
    margin: 0;
    padding: 18px 20px;
    border-radius: 14px;

    /* Glass look */
    background: linear-gradient(135deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .12));
    border: 1px solid rgba(255, 255, 255, .38);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .45);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    backdrop-filter: blur(16px) saturate(140%);

    color: #1f2328;
    z-index: 1;
}

.lp-quote::before {
    /* subtle glare highlight */
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120px 70px at 8% 0%, rgba(255, 255, 255, .42), rgba(255, 255, 255, 0) 60%),
        radial-gradient(200px 120px at 85% 120%, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 70%);
    border-radius: inherit;
    pointer-events: none;
}

.lp-quote blockquote {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.55;
    /* color: #2a2f34; */
    color: #ffffff;
}

.lp-person {
    font-weight: 700;
    /* color: #0f1215; */
    color: #ffffff;
}

.lp-role {
    font-size: 12px;
    /* color: #5e646b; */
    color: #ffffff;
}

.lp-stars {
    margin-top: 6px;
    letter-spacing: 1.5px;
    /* color: #0f1215; */
    color: yellow;
    font-size: 13px;
}

.lp-quote-nav {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    gap: 10px;
}

.lp-navbtn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    /* background: rgba(0, 0, 0, .10); */
    background: rgba(255, 255, 255, .10);
    display: grid;
    place-items: center;
    font-weight: 600;
    color: #111;
}

/* ===== Responsive ===== */

@media (max-width: 600px) {
    .lp-right {
        display: none;
    }
}

@media (max-width: 992px) {
    .lp-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .lp-card.lp-single {
        padding: 24px 20px;
    }

    .lp-right {
        order: -1;
        height: auto;
        min-height: 420px;
        border-radius: 16px;
    }

    .lp-quote {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 16px;
    }
}