.cp-mvp-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 36%),
        var(--cp-background, #061B2B);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #ffffff;
}

.cp-mvp-card {
    width: 100%;
    max-width: 480px;
    background: rgba(255,255,255,0.96);
    color: #142033;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 24px 80px rgba(0,0,0,0.32);
}

.cp-mvp-brand {
    text-align: center;
    margin-bottom: 24px;
}

.cp-mvp-logo {
    max-width: 150px;
    max-height: 90px;
    object-fit: contain;
    margin-bottom: 14px;
}

.cp-mvp-logo-placeholder {
    width: 92px;
    height: 92px;
    margin: 0 auto 14px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cp-primary, #B6D900);
    color: #061B2B;
    font-size: 24px;
    font-weight: 800;
}

.cp-mvp-brand h1 {
    margin: 0;
    font-size: 26px;
    line-height: 1.15;
}

.cp-mvp-brand p {
    margin: 8px 0 0;
    color: #596579;
}

.cp-mvp-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 14px;
}

.cp-mvp-form label span {
    color: #c0392b;
}

.cp-mvp-form small {
    color: #6a7485;
    font-weight: 500;
}

.cp-mvp-form input[type="text"],
.cp-mvp-form input[type="tel"],
.cp-mvp-form input[type="email"] {
    width: 100%;
    margin-top: 7px;
    border: 1px solid #d8dde8;
    border-radius: 14px;
    padding: 13px 14px;
    font-size: 16px;
    box-sizing: border-box;
}

.cp-mvp-form input:focus {
    border-color: var(--cp-primary, #B6D900);
    outline: 3px solid rgba(182,217,0,0.22);
}

.cp-mvp-terms {
    background: #f2f5f8;
    border: 1px solid #e2e7ee;
    border-radius: 16px;
    padding: 14px;
    color: #3d4858;
    font-size: 14px;
    margin: 4px 0 14px;
}

.cp-mvp-check {
    display: flex !important;
    gap: 10px;
    align-items: flex-start;
    font-weight: 600 !important;
}

.cp-mvp-check input {
    margin-top: 3px;
}

.cp-mvp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 16px;
    background: var(--cp-primary, #B6D900);
    color: #061B2B !important;
    font-weight: 900;
    font-size: 17px;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

.cp-mvp-button:hover {
    filter: brightness(0.96);
}

.cp-mvp-alert {
    padding: 14px;
    border-radius: 14px;
    margin-bottom: 16px;
    font-weight: 600;
}

.cp-mvp-success {
    background: #e8f8ef;
    color: #17623b;
    border: 1px solid #b9e9cd;
}

.cp-mvp-error {
    background: #fff0f0;
    color: #9d2424;
    border: 1px solid #f0c2c2;
}

.cp-mvp-session-box {
    border: 1px dashed #c7ced9;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 16px;
    background: #fafbfd;
}

.cp-mvp-session-box p {
    margin: 6px 0;
}

@media (max-width: 520px) {
    .cp-mvp-card {
        padding: 22px;
        border-radius: 20px;
    }

    .cp-mvp-brand h1 {
        font-size: 23px;
    }
}

.cp-mvp-agency {
    display: inline-block;
    margin-top: 6px;
    color: #6d7788;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.cp-mvp-footer-note {
    text-align: center;
    color: #6b7483;
    font-size: 12px;
    font-weight: 700;
    margin: 14px 0 0;
}
