.ct-28c1ea2b-container {
    display: inline-block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.ct-28c1ea2b-title {
    margin: 0;
    padding: 0;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
}

/* Base normal text styling */
.ct-28c1ea2b-base {
    display: inline;
}

/* Gradient text highlight styling */
.ct-28c1ea2b-highlight {
    display: inline;
    transition: all 0.3s ease;
}

/* Decorative Line styling */
.ct-28c1ea2b-line-wrapper {
    display: flex;
    justify-content: inherit;
    width: 100%;
}

.ct-28c1ea2b-container[style*="text-align: center"] .ct-28c1ea2b-line-wrapper {
    justify-content: center;
}

.ct-28c1ea2b-container[style*="text-align: right"] .ct-28c1ea2b-line-wrapper {
    justify-content: flex-end;
}

.ct-28c1ea2b-line {
    display: block;
    border-radius: 50px;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #3B82F6;
    transform-origin: left;
}

/* Subtle animation on load/hover */
.ct-28c1ea2b-container:hover .ct-28c1ea2b-line {
    transform: scaleX(1.15);
}
