/* Extracted from reseller-hosting.html inline <style> block 04. */
        .ws-demo-cpanel-section,
        .ws-demo-cpanel-section * {
            box-sizing: border-box;
        }

        .ws-demo-cpanel-section {
            position: relative;
            width: 100%;
            overflow: hidden;
            background: #ffffff !important;
            font-family: "DM Sans", "Inter", Arial, sans-serif;
            color: #0f172a;
        }

        .ws-demo-cpanel-section::before,
        .ws-demo-cpanel-section::after {
            display: none !important;
            content: none !important;
        }

        .ws-demo-cpanel-section .container {
            position: relative;
            z-index: 2;
        }

        .ws-demo-cpanel-card {
            position: relative;
            padding: 36px;
            border-radius: 26px;
            background: #ffffff !important;
            border: 1px solid #dce6f3;
            box-shadow: none !important;
            overflow: hidden;
        }

        .ws-demo-cpanel-card::before {
            content: "";
            position: absolute;
            left: 34px;
            right: 34px;
            top: 0;
            height: 4px;
            border-radius: 0 0 999px 999px;
            background: #075bd8;
        }

        .ws-demo-cpanel-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 32px;
            padding: 0 15px;
            border-radius: 999px;
            background: #ffffff;
            border: 1px solid #cfe0ff;
            color: #075bd8;
            font-size: 10.5px;
            line-height: 1;
            font-weight: 900;
            letter-spacing: 0.75px;
            margin-bottom: 18px;
            text-transform: uppercase;
        }

        .ws-demo-cpanel-title {
            max-width: 440px;
            margin: 0;
            color: #0f172a;
            font-size: clamp(28px, 3vw, 42px);
            line-height: 1;
            letter-spacing: -1.6px;
            font-weight: 900;
        }

        .ws-demo-cpanel-title span {
            color: #075bd8;
        }

        .ws-demo-cpanel-text {
            max-width: 520px;
            margin: 16px 0 0;
            color: #53627a;
            font-size: 15px;
            line-height: 1.65;
            font-weight: 500;
        }

        .ws-demo-cpanel-points {
            display: grid;
            gap: 11px;
            margin: 22px 0 0;
            padding: 0;
            list-style: none;
        }

        .ws-demo-cpanel-points li {
            display: grid;
            grid-template-columns: 26px minmax(0, 1fr);
            gap: 11px;
            align-items: start;
            color: #334155;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 600;
        }

        .ws-demo-cpanel-points span {
            width: 26px;
            height: 26px;
            border-radius: 999px;
            background: #eef5ff;
            border: 1px solid #cfe0ff;
            color: #075bd8;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 900;
            line-height: 1;
        }

        .ws-demo-cpanel-btns {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 28px;
        }

        .ws-demo-cpanel-btn {
            min-height: 48px;
            padding: 0 24px;
            border-radius: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #075bd8;
            border: 1px solid #075bd8;
            color: #ffffff !important;
            font-size: 14px;
            font-weight: 900;
            text-decoration: none !important;
            box-shadow: none !important;
            transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
        }

        .ws-demo-cpanel-btn:hover {
            transform: translateY(-2px);
            background: #0648ac;
            border-color: #0648ac;
            color: #ffffff !important;
            box-shadow: none !important;
        }

        .ws-demo-cpanel-note {
            max-width: 500px;
            margin-top: 15px;
            color: #64748b;
            font-size: 12.8px;
            line-height: 1.5;
            font-weight: 600;
        }

        .ws-demo-cpanel-image-wrap {
            position: relative;
            padding: 0;
            border-radius: 0;
            background: transparent !important;
            border: 0 !important;
            box-shadow: none !important;
            overflow: visible;
        }

        .ws-demo-cpanel-image-wrap::before,
        .ws-demo-cpanel-image-wrap::after {
            display: none !important;
            content: none !important;
        }

        .ws-demo-cpanel-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 0;
            box-shadow: none !important;
            filter: none !important;
            transform: none !important;
        }

        @media (max-width: 991px) {
            .ws-demo-cpanel-card {
                text-align: center;
                margin-bottom: 34px;
            }

            .ws-demo-cpanel-title,
            .ws-demo-cpanel-text,
            .ws-demo-cpanel-note {
                margin-left: auto;
                margin-right: auto;
            }

            .ws-demo-cpanel-points li {
                text-align: left;
            }

            .ws-demo-cpanel-btns {
                justify-content: center;
            }
        }

        @media (max-width: 575px) {
            .ws-demo-cpanel-section {
                padding-top: 44px !important;
                padding-bottom: 44px !important;
            }

            .ws-demo-cpanel-card {
                padding: 24px;
                border-radius: 22px;
            }

            .ws-demo-cpanel-card::before {
                left: 24px;
                right: 24px;
            }

            .ws-demo-cpanel-title {
                font-size: 29px;
                letter-spacing: -1.2px;
            }

            .ws-demo-cpanel-text {
                font-size: 14px;
                line-height: 1.58;
            }

            .ws-demo-cpanel-btn {
                width: 100%;
            }
        }
