.profile-setup-shell {
    width: min(1400px, calc(100% - 32px));
    margin: 26px auto 48px;
}

.profile-setup-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 20px;
    margin-bottom: 22px;
}

.profile-setup-hero-copy,
.profile-setup-hero-card,
.profile-setup-card,
.profile-setup-help-card,
.profile-setup-login-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.profile-setup-hero-copy {
    padding: 32px;
    background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
    border-color: #fdba74;
}

.profile-setup-hero-copy h1,
.profile-setup-card h2,
.profile-setup-help-card h2,
.profile-setup-login-card h2 {
    margin: 12px 0;
    color: #0f172a;
}

.profile-setup-hero-copy h1 {
    font-size: clamp(2rem, 4.8vw, 3.45rem);
    line-height: 1.05;
}

.profile-setup-hero-copy p,
.profile-setup-hero-card,
.profile-setup-help-card p,
.profile-setup-login-card p {
    color: #475569;
    line-height: 1.8;
}

.profile-setup-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.profile-setup-hero-points div {
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(253, 186, 116, 0.55);
    color: #0f172a;
    font-weight: 600;
}

.profile-setup-hero-card {
    padding: 28px;
}

.profile-setup-hero-card ol,
.profile-setup-note-card ul {
    margin: 0;
    padding-left: 20px;
    color: #475569;
    line-height: 1.9;
}

.profile-setup-alert {
    margin: 0 0 22px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-weight: 600;
}

.profile-setup-alert.is-success {
    background: #ecfdf5;
    border-color: #86efac;
    color: #166534;
}

.profile-setup-alert.is-error {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #991b1b;
}

.profile-setup-alert.is-info {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
}

.profile-setup-account-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 26px;
    margin-bottom: 20px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.profile-setup-account-strip h2 {
    margin: 12px 0 8px;
    color: #0f172a;
    font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.profile-setup-account-strip p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.profile-setup-account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.profile-setup-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 20px;
}

.profile-setup-card,
.profile-setup-help-card,
.profile-setup-login-card {
    padding: 26px;
}

.profile-setup-section-head {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.profile-setup-section-head h2 {
    margin: 8px 0 0;
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.profile-setup-section-head p {
    margin: 0;
    color: #64748b;
}

.profile-setup-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 18px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.profile-setup-summary div {
    display: grid;
    gap: 4px;
}

.profile-setup-summary strong {
    color: #0f172a;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.profile-setup-summary span {
    color: #475569;
    font-weight: 700;
}

.profile-setup-form {
    display: grid;
    gap: 18px;
}

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

.profile-setup-field {
    display: grid;
    gap: 8px;
}

.profile-setup-field span {
    color: #0f172a;
    font-weight: 700;
}

.profile-setup-field input {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid #dbe2ea;
    background: #fff;
    outline: none;
}

.profile-setup-field input:focus {
    border-color: #fb923c;
    box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.12);
}

.profile-setup-plans {
    display: grid;
    gap: 12px;
}

.profile-setup-plans strong {
    color: #0f172a;
    font-size: 1rem;
}

.profile-setup-plan-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.profile-setup-plan-option {
    position: relative;
    display: block;
    cursor: pointer;
}

.profile-setup-plan-option input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.profile-setup-plan-main {
    display: grid;
    gap: 6px;
    padding: 16px;
    min-height: 100%;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.profile-setup-plan-option input:checked + .profile-setup-plan-main {
    border-color: #fb923c;
    box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.12);
    transform: translateY(-1px);
}

.profile-setup-plan-name {
    color: #0f172a;
    font-weight: 800;
}

.profile-setup-plan-price {
    color: #ea580c;
    font-weight: 700;
}

.profile-setup-submit {
    width: 100%;
}

.profile-setup-sidebar {
    display: grid;
    gap: 16px;
    align-content: start;
}

.profile-setup-support-links {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.profile-setup-support-links a {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-decoration: none;
}

.profile-setup-support-links strong {
    color: #0f172a;
}

.profile-setup-support-links span {
    color: #475569;
    line-height: 1.7;
}

.profile-setup-upi-meta {
    display: grid;
    gap: 4px;
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.profile-setup-upi-meta strong {
    color: #0f172a;
}

.profile-setup-upi-meta span,
.profile-setup-upi-note {
    color: #475569;
    line-height: 1.7;
}

.profile-setup-upi-btn {
    width: 100%;
}

.profile-setup-login-card {
    text-align: center;
}

.profile-setup-login-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.profile-setup-login-actions .pricing-btn i {
    margin-right: 8px;
}

@media (max-width: 1100px) {
    .profile-setup-hero,
    .profile-setup-layout,
    .profile-setup-account-strip {
        grid-template-columns: 1fr;
        display: grid;
    }

    .profile-setup-hero-points,
    .profile-setup-summary,
    .profile-setup-plan-list,
    .profile-setup-fields {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .profile-setup-shell {
        width: min(100% - 20px, 1400px);
    }

    .profile-setup-hero-copy,
    .profile-setup-hero-card,
    .profile-setup-card,
    .profile-setup-help-card,
    .profile-setup-login-card,
    .profile-setup-account-strip {
        padding: 20px;
    }

    .profile-setup-hero-points,
    .profile-setup-summary,
    .profile-setup-plan-list,
    .profile-setup-fields {
        grid-template-columns: 1fr;
    }

    .profile-setup-account-actions {
        justify-content: flex-start;
    }
}
