.customer-register-page {
            padding: 36px 0 56px;
            background:
                radial-gradient(circle at top left, rgba(255, 99, 71, 0.10), transparent 28%),
                linear-gradient(180deg, #fffdfb 0%, #fff 100%);
        }

        .customer-register-shell {
            margin-top: 0;
            margin-bottom: 0;
        }

        .customer-register-breadcrumb {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 22px;
            color: #7a7a7a;
            font-size: 13px;
        }

        .customer-register-breadcrumb a {
            color: #7a7a7a;
            text-decoration: none;
        }

        .customer-register-breadcrumb span:last-child {
            color: #202020;
            font-weight: 700;
        }

        .customer-register-card {
            overflow: hidden;
            border: 1px solid #f1ece6;
            border-radius: 24px;
            background: #fff;
            box-shadow: 0 20px 60px rgba(31, 31, 31, 0.08);
        }

        .customer-register-form-side,
        .customer-register-promo-side {
            padding: 38px 34px;
        }

        .customer-register-form-side {
            border-right: 1px solid #f2ece5;
        }

        .customer-register-title {
            margin-bottom: 8px;
            color: #161616;
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.15;
        }

        .customer-register-subtitle {
            margin-bottom: 28px;
            color: #666;
            font-size: 14px;
        }

        .customer-register-label {
            margin-bottom: 8px;
            color: #303030;
            font-size: 14px;
            font-weight: 600;
        }

        .customer-register-label small {
            color: #ff6b57 !important;
            font-weight: 500;
        }

        .customer-register-input,
        .customer-register-input-group {
            border: 1px solid #e5ddd7;
            border-radius: 8px;
            background: #fff;
        }

        .customer-register-input {
            height: 48px;
            padding: 12px 14px;
        }

        .customer-register-input:focus {
            border-color: #ff6f58;
            box-shadow: 0 0 0 0.2rem rgba(255, 111, 88, 0.12);
        }

        .customer-register-input-group {
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .customer-register-input-group .form-control {
            border: 0;
            border-radius: 0;
            box-shadow: none;
        }

        .customer-register-check {
            margin: 6px 0 20px;
            color: #4c4c4c;
            font-size: 14px;
        }

        .customer-register-check a {
            color: #ff4d30;
            font-weight: 600;
            text-decoration: none;
        }

        .customer-register-actions {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-top: 12px;
        }

        .customer-register-submit {
            min-width: 180px;
            height: 48px;
            border-radius: 8px;
            background: #111;
            border-color: #111;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .customer-register-submit:hover,
        .customer-register-submit:focus {
            background: #000;
            border-color: #000;
            color: #fff;
        }

        .customer-register-submit:disabled {
            background: #9a9a9a;
            border-color: #9a9a9a;
            color: #fff;
            cursor: not-allowed;
        }

        .customer-register-signin {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-width: 150px;
            height: 48px;
            padding: 0 20px;
            border: 1px solid #e1d5ca;
            border-radius: 8px;
            color: #1e1e1e;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .customer-register-signin:hover {
            border-color: #cdbba9;
            box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
            color: #1e1e1e;
            text-decoration: none;
        }

        .customer-register-divider {
            position: relative;
            margin: 22px 0 18px;
            text-align: center;
            color: #7b7b7b;
            font-size: 13px;
        }

        .customer-register-divider:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            border-top: 1px solid #f0e7e1;
        }

        .customer-register-divider span {
            position: relative;
            padding: 0 12px;
            background: #fff;
        }

        .customer-register-social {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            margin-bottom: 12px;
            padding: 12px 16px;
            border: 1px solid #e9dfd8;
            border-radius: 8px;
            background: #fff;
            color: #1e1e1e;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .customer-register-social:hover {
            border-color: #d7c8bc;
            box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
            color: #1e1e1e;
            text-decoration: none;
        }

        .customer-register-social i {
            font-size: 18px;
        }

        .customer-register-promo-side {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 100%;
            background:
                radial-gradient(circle at top right, rgba(255, 118, 76, 0.14), transparent 24%),
                linear-gradient(180deg, #fffdfb 0%, #fff8f5 100%);
        }

        .customer-register-promo-title {
            max-width: 260px;
            margin-bottom: 12px;
            color: #1f1f1f;
            font-size: 2.1rem;
            font-weight: 800;
            line-height: 1.15;
        }

        .customer-register-promo-title span {
            color: #ff4d30;
        }

        .customer-register-promo-copy {
            max-width: 260px;
            margin-bottom: 30px;
            color: #555;
            font-size: 14px;
            line-height: 1.7;
        }

        .customer-register-features {
            display: grid;
            gap: 18px;
        }

        .customer-register-feature {
            display: flex;
            align-items: flex-start;
            gap: 14px;
        }

        .customer-register-feature-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border: 1px solid rgba(255, 77, 48, 0.22);
            border-radius: 12px;
            color: #ff4d30;
            font-size: 18px;
            flex: 0 0 40px;
        }

        .customer-register-feature strong {
            display: block;
            margin-bottom: 3px;
            color: #171717;
            font-size: 14px;
        }

        .customer-register-feature p {
            margin-bottom: 0;
            color: #666;
            font-size: 12px;
            line-height: 1.6;
        }

        .customer-register-promo-visual {
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            min-height: 320px;
        }

        .customer-register-promo-visual img {
            max-width: 100%;
            max-height: 430px;
            object-fit: contain;
            filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.14));
        }

        .customer-register-benefits {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
            margin-top: 18px;
            padding: 18px 22px;
            border: 1px solid #f1e9e2;
            border-radius: 18px;
            background: #fff;
            box-shadow: 0 12px 34px rgba(31, 31, 31, 0.05);
        }

        .customer-register-benefit {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .customer-register-benefit i {
            color: #1f1f1f;
            font-size: 18px;
        }

        .customer-register-benefit strong {
            display: block;
            color: #1e1e1e;
            font-size: 12px;
            font-weight: 700;
        }

        .customer-register-benefit span {
            display: block;
            color: #707070;
            font-size: 11px;
            line-height: 1.4;
        }

        @media (max-width: 991.98px) {
            .customer-register-form-side {
                border-right: 0;
                border-bottom: 1px solid #f2ece5;
            }

            .customer-register-promo-visual {
                justify-content: center;
                min-height: 240px;
                margin-top: 20px;
            }

            .customer-register-benefits {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 575.98px) {
            .customer-register-page {
                padding: 22px 0 36px;
            }

            .customer-register-form-side,
            .customer-register-promo-side {
                padding: 26px 18px;
            }

            .customer-register-title,
            .customer-register-promo-title {
                font-size: 1.7rem;
            }

            .customer-register-actions,
            .customer-register-benefits {
                grid-template-columns: 1fr;
                flex-direction: column;
                align-items: stretch;
            }

            .customer-register-submit,
            .customer-register-signin {
                width: 100%;
            }
        }
