body {
            background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
            color: #2c3e50;
            overflow-x: hidden;
        }

        .crms-hero-section {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .crms-hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M0,300 Q300,150 600,300 T1200,300 L1200,600 L0,600 Z" fill="rgba(255,255,255,0.05)"/></svg>') no-repeat center;
            background-size: cover;
        }

        .crms-hero-content {
            position: relative;
            z-index: 1;
            text-align: center;
            color: white;
        }

        .crms-hero-content h1 {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }

        .crms-hero-content p {
            font-size: 1.25rem;
            font-weight: 300;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.8;
        }

        .crms-service-card {
            background: white;
            border-radius: 20px;
            padding: 40px;
            margin: 30px 0;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .crms-service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(180deg, #1e3c72 0%, #2a5298 100%);
        }

        .crms-service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }

        .crms-service-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            box-shadow: 0 8px 20px rgba(30, 60, 114, 0.3);
        }

        .crms-service-icon i {
            font-size: 2rem;
            color: white;
        }

        .crms-service-card h3 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #1e3c72;
        }

        .crms-service-card p {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #5a6c7d;
            margin-bottom: 20px;
        }

        .crms-feature-list {
            list-style: none;
            padding: 0;
        }

        .crms-feature-list li {
            padding: 12px 0;
            font-size: 1rem;
            color: #2c3e50;
            position: relative;
            padding-left: 30px;
        }

        .crms-feature-list li::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #2a5298;
        }

        .crms-process-flow {
            background: white;
            border-radius: 20px;
            padding: 50px;
            margin: 50px 0;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        }

        .crms-process-step {
            text-align: center;
            position: relative;
            padding: 30px 20px;
        }

        .crms-process-number {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 2rem;
            font-weight: 700;
            color: white;
            box-shadow: 0 8px 20px rgba(30, 60, 114, 0.3);
        }

        .crms-process-step h4 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: #1e3c72;
        }

        .crms-process-step p {
            font-size: 0.95rem;
            color: #5a6c7d;
            line-height: 1.6;
        }

        .crms-tools-section {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            padding: 60px 0;
            margin: 50px 0;
            position: relative;
        }

        .crms-tools-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 200"><path d="M0,100 Q300,50 600,100 T1200,100 L1200,200 L0,200 Z" fill="rgba(255,255,255,0.03)"/></svg>') repeat-x bottom;
        }

        .crms-tools-section h2 {
            color: white;
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 50px;
        }

        .crms-tool-card {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
            margin: 20px 0;
            border: 1px solid rgba(255,255,255,0.2);
            transition: all 0.3s ease;
        }

        .crms-tool-card:hover {
            background: rgba(255,255,255,0.15);
            transform: translateY(-5px);
        }

        .crms-tool-card h4 {
            color: white;
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .crms-tool-badge {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 0.9rem;
            font-weight: 500;
        }

        .crms-why-choose {
            background: white;
            border-radius: 20px;
            padding: 50px;
            margin: 50px 0;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        }

        .crms-why-choose h2 {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            color: #1e3c72;
            margin-bottom: 50px;
        }

        .crms-benefit-card {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 15px;
            padding: 30px;
            margin: 20px 0;
            border-left: 4px solid #2a5298;
            transition: all 0.3s ease;
        }

        .crms-benefit-card:hover {
            transform: translateX(10px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .crms-benefit-card h4 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #1e3c72;
            margin-bottom: 10px;
        }

        .crms-benefit-card p {
            font-size: 1rem;
            color: #5a6c7d;
            line-height: 1.6;
            margin: 0;
        }

        .crms-cta-section {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            padding: 60px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .crms-cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
            background-size: 30px 30px;
            animation: moveBackground 20s linear infinite;
        }

        @keyframes moveBackground {
            0% { transform: translate(0, 0); }
            100% { transform: translate(30px, 30px); }
        }

        .crms-cta-content {
            position: relative;
            z-index: 1;
        }

        .crms-cta-section h2 {
            color: white;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .crms-cta-section p {
            color: rgba(255,255,255,0.9);
            font-size: 1.2rem;
            margin-bottom: 30px;
        }

        .crms-cta-button {
            background: white;
            color: #1e3c72;
            padding: 15px 40px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .crms-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
            color: #1e3c72;
        }

        .crms-stats-section {
            padding: 50px 0;
        }

        .crms-stat-card {
            text-align: center;
            padding: 30px;
        }

        .crms-stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: #2a5298;
            margin-bottom: 10px;
        }

        .crms-stat-label {
            font-size: 1.1rem;
            color: #5a6c7d;
            font-weight: 500;
        }

        @media (max-width: 768px) {
            .crms-hero-content h1 {
                font-size: 2rem;
            }

            .crms-hero-content p {
                font-size: 1rem;
            }

            .crms-service-card {
                padding: 30px 20px;
            }

            .crms-process-flow {
                padding: 30px 20px;
            }
        }