
.crms-body {
    background: #0a0a0f;
    color: #ffffff;
    overflow-x: hidden;
    line-height: 1.6;
}

/* Hero Section */
.crms-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 50%, #16213e 100%);
}

.crms-parallax-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.crms-layer-1 {
    background: radial-gradient(circle at 20% 30%, rgba(0, 200, 255, 0.15) 0%, transparent 50%);
    z-index: 1;
}

.crms-layer-2 {
    background: radial-gradient(circle at 80% 60%, rgba(0, 255, 200, 0.1) 0%, transparent 50%);
    z-index: 2;
}

.crms-layer-3 {
    background: radial-gradient(circle at 50% 80%, rgba(100, 200, 255, 0.08) 0%, transparent 50%);
    z-index: 3;
}

.crms-hero-container {
    position: relative;
    z-index: 10;
    padding: 80px 15px;
}

.crms-hero-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 800;
    background: linear-gradient(135deg, #00f5ff 0%, #00d4ff 50%, #0099ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -2px;
    animation: crms-fade-in-up 1s ease-out;
}

.crms-hero-subtitle {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    color: #b0b0c8;
    margin-bottom: 40px;
    animation: crms-fade-in-up 1s ease-out 0.2s backwards;
}

.crms-hero-graphic {
    position: relative;
    width: 200px;
    height: 200px;
    margin-top: 40px;
}

.crms-circle {
    position: absolute;
    border-radius: 50%;
    animation: crms-float 6s ease-in-out infinite;
}

.crms-circle-1 {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(0, 245, 255, 0.3), rgba(0, 200, 255, 0.1));
    top: 0;
    left: 0;
    animation-delay: 0s;
}

.crms-circle-2 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(0, 255, 200, 0.3), rgba(0, 200, 200, 0.1));
    bottom: 20px;
    right: 20px;
    animation-delay: 1s;
}

.crms-circle-3 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(100, 200, 255, 0.3), rgba(0, 150, 255, 0.1));
    top: 50%;
    right: 0;
    animation-delay: 2s;
}

.crms-design-mockup {
    position: relative;
    animation: crms-fade-in-up 1s ease-out 0.4s backwards;
}

.crms-mockup-img {
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 245, 255, 0.3);
    border: 2px solid rgba(0, 245, 255, 0.2);
    transition: transform 0.3s ease;
}

.crms-mockup-img:hover {
    transform: scale(1.05) translateY(-10px);
}

.crms-floating-element {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 245, 255, 0.4), rgba(0, 200, 255, 0.1));
    animation: crms-float 5s ease-in-out infinite;
}

.crms-float-1 {
    width: 60px;
    height: 60px;
    top: -20px;
    right: -20px;
    animation-delay: 0.5s;
}

.crms-float-2 {
    width: 40px;
    height: 40px;
    bottom: -10px;
    left: -10px;
    animation-delay: 1.5s;
}

/* About Section */
.crms-about-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #0a0a0f 0%, #12121f 100%);
}

.crms-parallax-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.crms-bg-1 {
    background: radial-gradient(circle at 10% 20%, rgba(0, 255, 200, 0.08) 0%, transparent 50%);
}

.crms-intro-text {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: #d0d0e0;
    line-height: 1.8;
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(0, 245, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: crms-fade-in 1s ease-out;
}

.crms-graphic-divider {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}

.crms-divider-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 245, 255, 0.5) 50%, transparent 100%);
}

.crms-divider-circle {
    position: absolute;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #00f5ff, #0099ff);
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 245, 255, 0.8);
    animation: crms-pulse 2s ease-in-out infinite;
}

/* Services Section */
.crms-services-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #12121f 0%, #1a1a2e 100%);
}

.crms-bg-2 {
    background: radial-gradient(circle at 90% 40%, rgba(100, 200, 255, 0.08) 0%, transparent 50%);
}

.crms-section-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    background: linear-gradient(135deg, #00f5ff 0%, #00d4ff 50%, #0099ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.crms-title-underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #00f5ff, #0099ff);
    margin: 0 auto 60px;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 245, 255, 0.6);
}

.crms-service-card {
    position: relative;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(0, 245, 255, 0.15);
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
}

.crms-service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 245, 255, 0.4);
    box-shadow: 0 30px 60px rgba(0, 245, 255, 0.2);
}

.crms-card-icon {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 15px;
}

.crms-icon-circle {
    position: absolute;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(0, 245, 255, 0.3), rgba(0, 200, 255, 0.1));
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: crms-pulse 3s ease-in-out infinite;
    z-index: 1;
}

.crms-service-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    z-index: 2;
    transition: transform 0.4s ease;
}

.crms-service-card:hover .crms-service-img {
    transform: scale(1.1);
}

.crms-service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00f5ff;
    margin-bottom: 15px;
}

.crms-service-desc {
    font-size: 1rem;
    color: #b0b0c8;
    line-height: 1.6;
}

.crms-card-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 245, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.crms-service-card:hover .crms-card-glow {
    opacity: 1;
}

/* Tools Section */
.crms-tools-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
}

.crms-bg-3 {
    background: radial-gradient(circle at 30% 70%, rgba(0, 200, 255, 0.08) 0%, transparent 50%);
}

.crms-tools-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #b0b0c8;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.crms-tools-graphic {
    position: relative;
    margin: 40px 0;
}

.crms-tools-img {
    border-radius: 20px;
    box-shadow: 0 40px 80px rgba(0, 245, 255, 0.3);
    border: 2px solid rgba(0, 245, 255, 0.2);
    transition: transform 0.4s ease;
}

.crms-tools-img:hover {
    transform: scale(1.05) rotate(2deg);
}

.crms-tool-float {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 245, 255, 0.4), rgba(0, 200, 255, 0.1));
    animation: crms-float 6s ease-in-out infinite;
}

.crms-tf-1 {
    width: 80px;
    height: 80px;
    top: -30px;
    right: -30px;
    animation-delay: 0s;
}

.crms-tf-2 {
    width: 60px;
    height: 60px;
    bottom: -20px;
    left: 10%;
    animation-delay: 1s;
}

.crms-tf-3 {
    width: 50px;
    height: 50px;
    top: 30%;
    left: -20px;
    animation-delay: 2s;
}

.crms-tools-text {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #d0d0e0;
    line-height: 1.8;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(0, 245, 255, 0.1);
}

/* Technologies Section */
.crms-technologies-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #16213e 0%, #0a0a0f 100%);
}

.crms-bg-4 {
    background: radial-gradient(circle at 70% 30%, rgba(0, 255, 200, 0.08) 0%, transparent 50%);
}

.crms-tech-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #b0b0c8;
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.crms-category-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #00d4ff;
    margin: 40px 0 30px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}

.crms-category-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #00d4ff, transparent);
}

.crms-tech-card {
    position: relative;
    padding: 35px 25px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 15px;
    border: 1px solid rgba(0, 245, 255, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
}

.crms-tech-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(0, 245, 255, 0.3);
    box-shadow: 0 25px 50px rgba(0, 245, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
}

.crms-tech-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crms-icon-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 245, 255, 0.2), rgba(0, 200, 255, 0.05));
    border-radius: 50%;
    animation: crms-pulse 3s ease-in-out infinite;
}

.crms-tech-card:hover .crms-icon-bg {
    animation: crms-pulse-fast 1.5s ease-in-out infinite;
}

.crms-tech-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #00f5ff;
    margin-bottom: 15px;
    text-align: center;
}

.crms-tech-desc {
    font-size: 0.95rem;
    color: #b0b0c8;
    line-height: 1.6;
    text-align: center;
}

.crms-conclusion-text {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: #d0d0e0;
    line-height: 1.8;
    padding: 40px;
    background: rgba(0, 245, 255, 0.05);
    border-radius: 20px;
    border: 2px solid rgba(0, 245, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Animations */
@keyframes crms-fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes crms-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes crms-float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes crms-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

@keyframes crms-pulse-fast {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.6;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .crms-hero-section {
        min-height: auto;
        padding: 60px 0;
    }

    .crms-hero-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .crms-hero-graphic {
        margin: 40px auto;
    }

    .crms-about-section,
    .crms-services-section,
    .crms-tools-section,
    .crms-technologies-section {
        padding: 80px 0;
    }

    .crms-tools-visual {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .crms-hero-section {
        padding: 40px 0;
    }

    .crms-hero-title {
        font-size: 2.5rem;
    }

    .crms-hero-subtitle {
        font-size: 1.1rem;
    }

    .crms-section-title {
        font-size: 2rem;
    }

    .crms-intro-text {
        padding: 30px 20px;
        font-size: 1rem;
    }

    .crms-service-card,
    .crms-tech-card {
        margin-bottom: 20px;
    }

    .crms-about-section,
    .crms-services-section,
    .crms-tools-section,
    .crms-technologies-section {
        padding: 60px 0;
    }
}