.expertise-jump {
    margin-top: 38px;
}

.expertise-jump a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid rgba(246, 240, 234, 0.16);
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--cc-text-dark-muted);
    transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.expertise-jump a i {
    font-size: 0.6rem;
    color: var(--cc-orange);
    transition: color 0.3s ease;
}

.expertise-jump a:hover {
    color: #fff;
    border-color: transparent;
    background: var(--cc-gradient);
    transform: translateY(-3px);
}

.expertise-jump a:hover i {
    color: #fff;
}

.expertise-intro h2 {
    max-width: 640px;
}

.expertise-copy h3 {
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    margin-bottom: 24px;
}

.expertise-media {
    position: relative;
    display: flex;
    justify-content: center;
}

.expertise-media .media-frame {
    position: relative;
    z-index: 2;
    width: 100%;
}

.expertise-media-shape {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
}

.shape-pill .media-frame {
    border-radius: 28px;
}

.shape-pill .expertise-media-shape {
    inset: -22px 30% -22px -6%;
    background: var(--cc-gradient);
    opacity: 0.24;
    transform: translateX(40px);
}

.shape-arch .media-frame {
    border-radius: 28px;
    width: 92%;
}

.shape-arch .expertise-media-shape {
    top: 8%;
    left: 4%;
    width: 88%;
    height: 92%;
    border: 1px solid currentColor;
    opacity: 0.35;
    border-radius: 28px;
}

.shape-tilt .media-frame {
    border-radius: 28px;
    transform: rotate(-3deg);
}

.shape-tilt .expertise-media-shape {
    inset: 12% -6% -10% 12%;
    border-radius: 28px;
    background: var(--cc-gradient);
    opacity: 0.28;
    transform: rotate(4deg);
}

.expertise-actions {
    margin-top: 36px;
}

@media (max-width: 991.98px) {
    .shape-arch .media-frame {
        width: 100%;
    }
}
