.csh-return-page {
    background: #f7fbf8;
    padding-bottom: 54px;
}

.csh-return-hero {
    max-width: 1220px;
    margin: 0 auto;
    padding: 28px 18px 14px;
}

.csh-return-hero__content {
    border: 1px solid #d8f0df;
    border-radius: 28px;
    padding: 38px;
    background:
        radial-gradient(circle at 90% 0%, rgba(15,157,88,.14), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #effbf3 100%);
    box-shadow: 0 22px 64px rgba(15, 157, 88, .10);
}

.csh-return-badge {
    display: inline-flex;
    color: #0f9d58;
    background: #e8f8f0;
    border: 1px solid #cfeedd;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 900;
}

.csh-return-hero h1 {
    margin: 16px 0 10px;
    color: #10251a;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1;
    letter-spacing: -1.6px;
}

.csh-return-hero p {
    max-width: 680px;
    color: #56635b;
    font-size: 17px;
    line-height: 1.65;
}

.csh-return-layout {
    max-width: 1220px;
    margin: 0 auto;
    padding: 14px 18px 0;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.csh-return-card {
    background: #fff;
    border: 1px solid #dcefe4;
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(16, 37, 26, .07);
}

.csh-return-info {
    padding: 24px;
}

.csh-return-info h2 {
    margin: 0 0 18px;
    color: #10251a;
    font-size: 24px;
}

.csh-return-step {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    padding: 13px 0;
    border-bottom: 1px solid #edf6f0;
}

.csh-return-step strong {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #0f9d58;
    color: #fff;
    font-size: 14px;
}

.csh-return-step span {
    color: #56635b;
    line-height: 1.5;
    font-weight: 700;
}

.csh-return-note {
    margin-top: 18px;
    border-radius: 18px;
    background: #e8f8f0;
    border: 1px solid #cfeedd;
    color: #087443;
    padding: 15px;
    font-weight: 800;
    line-height: 1.55;
}

.csh-return-form-card {
    padding: 26px;
}

.csh-return-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.csh-return-wide {
    grid-column: 1 / -1;
}

.csh-return-form label {
    display: block;
    margin-bottom: 8px;
    color: #26352b;
    font-size: 13px;
    font-weight: 900;
}

.csh-return-form input,
.csh-return-form select,
.csh-return-form textarea {
    width: 100%;
    border: 1px solid #cfe3d6;
    border-radius: 14px;
    background: #fff;
    padding: 13px 14px;
    font-size: 15px;
    color: #10251a;
    outline: none;
    transition: .18s ease;
}

.csh-return-form textarea {
    resize: vertical;
    min-height: 126px;
}

.csh-return-form input:focus,
.csh-return-form select:focus,
.csh-return-form textarea:focus {
    border-color: #0f9d58;
    box-shadow: 0 0 0 4px rgba(15,157,88,.12);
}

.csh-return-form button {
    margin-top: 18px;
    border: 0;
    border-radius: 14px;
    padding: 14px 20px;
    background: #0f9d58;
    color: #fff;
    font-weight: 1000;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(15,157,88,.20);
}

.csh-return-form button:hover {
    background: #087443;
}

.csh-return-alert {
    margin-bottom: 18px;
    border-radius: 16px;
    padding: 14px 16px;
    font-weight: 900;
}

.csh-return-alert.success {
    background: #e8f8f0;
    color: #087443;
    border: 1px solid #cfeedd;
}

.csh-return-alert.error {
    background: #fff1f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

@media (max-width: 900px) {
    .csh-return-layout,
    .csh-return-grid {
        grid-template-columns: 1fr;
    }

    .csh-return-hero__content,
    .csh-return-card {
        border-radius: 20px;
    }

    .csh-return-hero__content,
    .csh-return-info,
    .csh-return-form-card {
        padding: 22px;
    }
}
